Skip to content
Failed

Console Output

Branch indexing
 > git rev-parse --is-inside-work-tree # timeout=10
Setting origin to https://gitlab.eclipse.org/eclipse/hawk/hawk.git
 > git config remote.origin.url https://gitlab.eclipse.org/eclipse/hawk/hawk.git # timeout=10
Fetching origin...
Fetching upstream changes from origin
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
 > git config --get remote.origin.url # timeout=10
using GIT_SSH to set credentials ssh://genie.hawk@projects-storage.eclipse.org
 > git fetch --tags --force --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10
Seen branch in repository origin/14-upgrade-generated-code-to-thrift-0-13-0
Seen branch in repository origin/master
Seen 2 remote branches
Obtained greycat/Jenkinsfile from 575d2aaad351a0dffb3de41f60db62662b92d14c
Running in Durability level: PERFORMANCE_OPTIMIZED
[Pipeline] Start of Pipeline
[Pipeline] podTemplate
[Pipeline] {
[Pipeline] node
Still waiting to schedule task
All nodes of label ‘Hawk_Greycat_backend_master_140-7j84h’ are offline
Created Pod: hawk/hawk-greycat-backend-master-140-7j84h-8hz9w-nhz9p
[Normal][hawk/hawk-greycat-backend-master-140-7j84h-8hz9w-nhz9p][Scheduled] Successfully assigned hawk/hawk-greycat-backend-master-140-7j84h-8hz9w-nhz9p to okdnode-15
[Normal][hawk/hawk-greycat-backend-master-140-7j84h-8hz9w-nhz9p][AddedInterface] Add eth0 [10.40.43.59/23]
[Normal][hawk/hawk-greycat-backend-master-140-7j84h-8hz9w-nhz9p][Pulled] Container image "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.5" already present on machine
[Normal][hawk/hawk-greycat-backend-master-140-7j84h-8hz9w-nhz9p][Created] Created container jnlp
[Normal][hawk/hawk-greycat-backend-master-140-7j84h-8hz9w-nhz9p][Started] Started container jnlp
[Normal][hawk/hawk-greycat-backend-master-140-7j84h-8hz9w-nhz9p][Pulled] Container image "maven:3.6.3-jdk-8" already present on machine
[Normal][hawk/hawk-greycat-backend-master-140-7j84h-8hz9w-nhz9p][Created] Created container maven
[Normal][hawk/hawk-greycat-backend-master-140-7j84h-8hz9w-nhz9p][Started] Started container maven
Agent hawk-greycat-backend-master-140-7j84h-8hz9w-nhz9p is provisioned from template Hawk_Greycat_backend_master_140-7j84h-8hz9w
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations:
    buildUrl: "http://jenkins-ui.hawk.svc.cluster.local/hawk/job/Hawk%20Greycat%20backend/job/master/140/"
    runUrl: "job/Hawk%20Greycat%20backend/job/master/140/"
  labels:
    jenkins: "slave"
    jenkins/label: "Hawk_Greycat_backend_master_140-7j84h"
  name: "hawk-greycat-backend-master-140-7j84h-8hz9w-nhz9p"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.hawk.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "hawk-greycat-backend-master-140-7j84h-8hz9w-nhz9p"
    - name: "JENKINS_NAME"
      value: "hawk-greycat-backend-master-140-7j84h-8hz9w-nhz9p"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.hawk.svc.cluster.local/hawk/"
    image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.5"
    name: "jnlp"
    resources:
      requests:
        cpu: "100m"
        memory: "256Mi"
    volumeMounts:
    - mountPath: "/home/jenkins/.ssh"
      name: "volume-known-hosts"
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
  - command:
    - "cat"
    env:
    - name: "MAVEN_OPTS"
      value: "-Duser.home=/home/jenkins -Xmx512m -Xms256m"
    - name: "HOME"
      value: "/home/jenkins"
    image: "maven:3.6.3-jdk-8"
    name: "maven"
    resources:
      limits:
        memory: "4Gi"
        cpu: "1"
      requests:
        memory: "4Gi"
        cpu: "1"
    tty: true
    volumeMounts:
    - mountPath: "/home/jenkins"
      name: "jenkins-home"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/settings.xml"
      name: "settings-xml"
      readOnly: true
      subPath: "settings.xml"
    - mountPath: "/home/jenkins/.m2/settings-security.xml"
      name: "settings-security-xml"
      readOnly: true
      subPath: "settings-security.xml"
    - mountPath: "/home/jenkins/.m2/toolchains.xml"
      name: "toolchains-xml"
      readOnly: true
      subPath: "toolchains.xml"
    - mountPath: "/home/jenkins/.m2/repository"
      name: "m2-repo"
    - mountPath: "/home/jenkins/.ssh"
      name: "volume-known-hosts"
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
  nodeSelector:
    beta.kubernetes.io/os: "linux"
  restartPolicy: "Never"
  securityContext: {}
  volumes:
  - name: "settings-security-xml"
    secret:
      items:
      - key: "settings-security.xml"
        path: "settings-security.xml"
      secretName: "m2-secret-dir"
  - configMap:
      items:
      - key: "toolchains.xml"
        path: "toolchains.xml"
      name: "m2-dir"
    name: "toolchains-xml"
  - emptyDir: {}
    name: "m2-repo"
  - emptyDir:
      medium: ""
    name: "jenkins-home"
  - name: "settings-xml"
    secret:
      items:
      - key: "settings.xml"
        path: "settings.xml"
      secretName: "m2-secret-dir"
  - emptyDir:
      medium: ""
    name: "workspace-volume"
  - configMap:
      name: "known-hosts"
    name: "volume-known-hosts"

Running on hawk-greycat-backend-master-140-7j84h-8hz9w-nhz9p in /home/jenkins/agent/workspace/Hawk_Greycat_backend_master
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Checkout SCM)
[Pipeline] checkout
The recommended git tool is: git
using credential projects-storage.eclipse.org-bot-ssh
Cloning the remote Git repository
Cloning with configured refspecs honoured and without tags
Cloning repository https://gitlab.eclipse.org/eclipse/hawk/hawk.git
 > git init /home/jenkins/agent/workspace/Hawk_Greycat_backend_master # timeout=10
Fetching upstream changes from https://gitlab.eclipse.org/eclipse/hawk/hawk.git
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
using GIT_SSH to set credentials ssh://genie.hawk@projects-storage.eclipse.org
 > git fetch --no-tags --force --progress -- https://gitlab.eclipse.org/eclipse/hawk/hawk.git +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Checking out Revision 575d2aaad351a0dffb3de41f60db62662b92d14c (master)
 > git config remote.origin.url https://gitlab.eclipse.org/eclipse/hawk/hawk.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 575d2aaad351a0dffb3de41f60db62662b92d14c # timeout=10
Commit message: "Plain Maven: fix Javadoc errors"
 > git rev-list --no-walk 8f7e048a66a93026582198a9d0c1606bfc65bf10 # timeout=10
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Core without tests)
[Pipeline] container
[Pipeline] {
[Pipeline] sh
+ cd core
+ mvn -B --quiet clean install -DskipTests --toolchains jenkins-toolchains.xml
Apr 09, 2021 12:55:18 PM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {}->http://download.eclipse.org:80: The target server failed to respond
Apr 09, 2021 12:55:18 PM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {}->http://download.eclipse.org:80
Apr 09, 2021 12:55:32 PM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {}->http://download.eclipse.org:80: The target server failed to respond
Apr 09, 2021 12:55:32 PM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {}->http://download.eclipse.org:80
Apr 09, 2021 12:55:49 PM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {}->http://download.eclipse.org:80: The target server failed to respond
Apr 09, 2021 12:55:49 PM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {}->http://download.eclipse.org:80
Apr 09, 2021 12:56:06 PM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {}->http://download.eclipse.org:80: The target server failed to respond
Apr 09, 2021 12:56:06 PM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {}->http://download.eclipse.org:80
Apr 09, 2021 12:56:07 PM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {}->http://download.eclipse.org:80: The target server failed to respond
Apr 09, 2021 12:56:07 PM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {}->http://download.eclipse.org:80
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Greycat with tests)
[Pipeline] container
[Pipeline] {
[Pipeline] sh
+ cd greycat
+ mvn -B --quiet clean install -P signjars -DfailIfNoTests=false --toolchains ../core/jenkins-toolchains.xml
[ivy:retrieve] :: problems summary ::
[ivy:retrieve] :::: ERRORS
[ivy:retrieve] 	unknown resolver public
[ivy:retrieve] 	unknown resolver public
[ivy:retrieve] 	unknown resolver public
[ivy:retrieve] 	unknown resolver public
[ivy:retrieve] 	unknown resolver public
Running org.eclipse.hawk.greycat.tests.GreycatBackendTestSuite
Tests run: 42, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 26.868 s - in org.eclipse.hawk.greycat.tests.GreycatBackendTestSuite
addThenReuseIterable[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest)  Time elapsed: 0.927 s
getMultipleMatches[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest)  Time elapsed: 0.789 s
invalidIndexNames[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest)  Time elapsed: 6.425 s
doubleExact[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest)  Time elapsed: 0.717 s
removeByFullKey[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest)  Time elapsed: 0.533 s
removeByNode[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest)  Time elapsed: 0.525 s
removeByFieldNode[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest)  Time elapsed: 0.542 s
indexNodeDeletionRollback[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest)  Time elapsed: 0.775 s
integerRanges[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest)  Time elapsed: 0.701 s
integerExact[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest)  Time elapsed: 0.725 s
indexKeyAdditionRollback[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest)  Time elapsed: 0.767 s
removeByNodeMultipleIndicesRemoveAll[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest)  Time elapsed: 0.558 s
removeByNodeMultipleIndicesRemoveOne[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest)  Time elapsed: 0.709 s
addPreservesPriorValue[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest)  Time elapsed: 0.558 s
addNullMap[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest)  Time elapsed: 0.384 s
query[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest)  Time elapsed: 0.592 s
removeByNode3Arg[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest)  Time elapsed: 0.492 s
removeByFullKeyInt[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest)  Time elapsed: 0.55 s
nodeDelete[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest)  Time elapsed: 0.475 s
queryWithPipes[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest)  Time elapsed: 0.592 s
addNullValue[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest)  Time elapsed: 0.408 s
removeByValueNode[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest)  Time elapsed: 0.559 s
indexDeletionRollback[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest)  Time elapsed: 0.55 s
deleteRecreate[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest)  Time elapsed: 0.383 s
floatingRanges[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest)  Time elapsed: 0.983 s
removeByFullKeyDouble[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest)  Time elapsed: 0.526 s
indexKeyRemovalRollback[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest)  Time elapsed: 0.467 s
testStartTransaction[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.DatabaseManagementTest)  Time elapsed: 0.178 s
testStartDelete[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.DatabaseManagementTest)  Time elapsed: 0.472 s
testStartShutdown[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.DatabaseManagementTest)  Time elapsed: 0.292 s
twoNodesBatchRemoveRel[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.GraphPopulationTest)  Time elapsed: 0.183 s
oneNode[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.GraphPopulationTest)  Time elapsed: 0.184 s
oneNodeProperty[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.GraphPopulationTest)  Time elapsed: 0.7 s
oneNodeRollback[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.GraphPopulationTest)  Time elapsed: 0.275 s
oneNodeRemoveRollback[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.GraphPopulationTest)  Time elapsed: 0.342 s
escapeInvalidClassCharacters[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.GraphPopulationTest)  Time elapsed: 0.167 s
escapeInvalidCharactersEdges[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.GraphPopulationTest)  Time elapsed: 0.192 s
escapeInvalidFieldCharacters[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.GraphPopulationTest)  Time elapsed: 0.191 s
twoNodesBatch[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.GraphPopulationTest)  Time elapsed: 0.259 s
oneNodeRemove[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.GraphPopulationTest)  Time elapsed: 0.267 s
oneNodeBatch[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.GraphPopulationTest)  Time elapsed: 0.591 s
threeNodesRemoveMiddle[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.GraphPopulationTest)  Time elapsed: 0.267 s
Running org.eclipse.hawk.greycat.tests.GreycatTimeAwareTestSuite
Tests run: 14, Failures: 0, Errors: 4, Skipped: 0, Time elapsed: 3.716 s <<< FAILURE! - in org.eclipse.hawk.greycat.tests.GreycatTimeAwareTestSuite
initializationError(org.eclipse.hawk.timeaware.tests.DerivedAttributeHistoryTest)  Time elapsed: 0 s  <<< ERROR!
java.lang.NoClassDefFoundError: org/tmatesoft/svn/core/SVNException
Caused by: java.lang.ClassNotFoundException: org.tmatesoft.svn.core.SVNException cannot be found by org.eclipse.hawk.timeaware.tests_2.2.0.202012020015

initializationError(org.eclipse.hawk.timeaware.tests.FileContextTimeAwareEOLQueryEngineTest)  Time elapsed: 0 s  <<< ERROR!
java.lang.NoClassDefFoundError: Lorg/eclipse/hawk/svn/tests/rules/TemporarySVNRepository;
Caused by: java.lang.ClassNotFoundException: org.eclipse.hawk.svn.tests.rules.TemporarySVNRepository cannot be found by org.eclipse.hawk.timeaware.tests_2.2.0.202012020015

initializationError(org.eclipse.hawk.timeaware.tests.GitNodeHistoryTest)  Time elapsed: 0 s  <<< ERROR!
java.lang.NoClassDefFoundError: org/eclipse/hawk/svn/tests/rules/TemporarySVNRepository
Caused by: java.lang.ClassNotFoundException: org.eclipse.hawk.svn.tests.rules.TemporarySVNRepository cannot be found by org.eclipse.hawk.timeaware.tests_2.2.0.202012020015

initializationError(org.eclipse.hawk.timeaware.tests.SubversionNodeHistoryTest)  Time elapsed: 0 s  <<< ERROR!
java.lang.NoClassDefFoundError: Lorg/eclipse/hawk/svn/tests/rules/TemporarySVNRepository;
Caused by: java.lang.ClassNotFoundException: org.eclipse.hawk.svn.tests.rules.TemporarySVNRepository cannot be found by org.eclipse.hawk.timeaware.tests_2.2.0.202012020015

createDeleteHeavyEdgeBeginningOfTime[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.TimeAwareBackendTest)  Time elapsed: 0.309 s
indexQueryEndedNodes[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.TimeAwareBackendTest)  Time elapsed: 0.492 s
createDeleteHeavyEdgeNonZeroTime[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.TimeAwareBackendTest)  Time elapsed: 0.459 s
indexQueryReplacedNodes[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.TimeAwareBackendTest)  Time elapsed: 0.617 s
nextPrev[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.TimeAwareBackendTest)  Time elapsed: 0.266 s
nodeEndWithHeavyEdge[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.TimeAwareBackendTest)  Time elapsed: 0.267 s
nodeEndWithLightEdge[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.TimeAwareBackendTest)  Time elapsed: 0.283 s
create[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.VCSManagerIndexTest)  Time elapsed: 0.282 s
recreate[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.VCSManagerIndexTest)  Time elapsed: 0.251 s
changeLastRevision[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.VCSManagerIndexTest)  Time elapsed: 0.212 s
Running org.eclipse.hawk.greycat.tests.GreycatLuceneTestSuite
12:59:17.044 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
12:59:17.835 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.132 s - in org.eclipse.hawk.greycat.tests.GreycatLuceneTestSuite
addRemoveNode[LevelDB GreyCat](org.eclipse.hawk.greycat.tests.GreycatLuceneTestSuite)  Time elapsed: 0.335 s
addRemoveNodeValue[LevelDB GreyCat](org.eclipse.hawk.greycat.tests.GreycatLuceneTestSuite)  Time elapsed: 0.796 s
Running org.eclipse.hawk.greycat.tests.GreycatIntegrationTestSuite
12:59:18.372 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
12:59:18.473 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:59:18.473 [main] INFO  o.e.h.c.r.CompositeStateListener - Initializing Hawk...
inserting static metamodels of registered metamodel factories to graph:
org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory
12:59:18.475 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
12:59:18.475 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
12:59:18.478 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
12:59:18.478 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
12:59:18.478 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
12:59:18.478 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer!
SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer!
12:59:18.479 [pool-58-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
12:59:18.479 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
updating indexer: 
12:59:18.479 [pool-58-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
sync metrics:
interesting	0
deleted		0
changed		0
loaded		0
c elems		0
d elems		0
time		~0s
validating changes...
changed resource size: 0
relevant graph size: 0
validated changes... true
12:59:18.480 [pool-58-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 1 ms
Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store
12:59:18.695 [main] INFO  o.e.hawk.emf.model.util.RegisterMeta - Registering package: Core (org.amma.dsl.jdt.core) [file:/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/JDTAST.ecore]
12:59:18.695 [main] INFO  o.e.hawk.emf.model.util.RegisterMeta - Registering package: DOM (org.amma.dsl.jdt.dom) [file:/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/JDTAST.ecore]
12:59:18.695 [main] INFO  o.e.hawk.emf.model.util.RegisterMeta - Registering package: PrimitiveTypes (org.amma.dsl.jdt.primitiveTypes) [file:/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/JDTAST.ecore]
Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/JDTAST.ecore to store
12:59:18.695 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
12:59:18.695 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
12:59:19.867 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.primitiveTypes
12:59:19.875 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.core::Modifiers will be handled as its instance type NULL_INSTANCE_TYPE
12:59:19.878 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.dom
12:59:19.894 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short
12:59:19.894 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger
12:59:19.894 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char
12:59:19.897 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator
12:59:19.897 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal
12:59:19.897 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[]
12:59:19.897 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean
12:59:19.898 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character
12:59:19.898 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte
12:59:19.898 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object
12:59:19.899 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer
12:59:19.899 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float
12:59:19.899 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap
12:59:19.901 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator
12:59:19.901 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double
12:59:19.901 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList
12:59:19.901 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double
12:59:19.962 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long
12:59:19.964 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer
12:59:19.964 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String
12:59:19.964 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException
12:59:19.966 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date
12:59:19.966 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long
12:59:19.966 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class
12:59:19.967 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource
12:59:19.967 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte
12:59:19.967 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short
12:59:19.968 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet
12:59:19.968 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float
12:59:19.970 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain
12:59:19.970 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry
12:59:19.970 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map
12:59:19.971 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean
12:59:19.976 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.primitiveTypes
12:59:19.977 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.core
12:59:19.987 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.dom::AssignmentOperatorKind will be handled as its instance type NULL_INSTANCE_TYPE
12:59:19.992 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.dom::PrefixExpressionOperatorKind will be handled as its instance type NULL_INSTANCE_TYPE
12:59:20.075 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.dom::InfixExpressionOperatorKind will be handled as its instance type NULL_INSTANCE_TYPE
12:59:20.082 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.dom::PostfixExpressionOperatorKind will be handled as its instance type NULL_INSTANCE_TYPE
12:59:20.092 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.primitiveTypes::Boolean will be handled as its instance type java.lang.Boolean
12:59:20.092 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.primitiveTypes::Integer will be handled as its instance type java.lang.Integer
12:59:20.092 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.primitiveTypes::String will be handled as its instance type java.lang.String
12:59:20.261 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 136 METAMODEL NODES! (took ~1 sec)
12:59:20.262 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
12:59:20.479 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/set0/:org.eclipse.hawk.localfolder.LocalFolder:false
12:59:20.487 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:59:20.487 [pool-58-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
12:59:20.697 [pool-58-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
12:59:20.705 [pool-58-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
12:59:20.705 [pool-58-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
12:59:22.191 [pool-58-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /set0.xmi...
12:59:22.264 [pool-58-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:59:22.265 [pool-58-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:59:22.265 [pool-58-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /set0.xmi...
12:59:22.271 [pool-58-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /set0.xmi
12:59:22.464 [pool-58-thread-1] WARN  o.eclipse.hawk.graph.util.GraphUtil - Unknown type found, converting to String: org.eclipse.emf.ecore.impl.EEnumLiteralImpl
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
12:59:31.897 [pool-58-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Adding nodes: 50001 9 sec (9 sec total) to /set0.xmi
12:59:35.584 [pool-58-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 69680 NODES AND 69680 M->MM REFERENCES! (took ~126922sec)
12:59:35.584 [pool-58-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /set0.xmi
12:59:41.894 [pool-58-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Adding references: 50035 6 sec (6 sec total) to /set0.xmi
12:59:45.264 [pool-58-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 69806 REFERENCES! (took ~9 sec)
12:59:45.264 [pool-58-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /set0.xmi.
23s77ms [pure insertion]
marking any relevant derived attributes for update...12:59:45.264 [pool-58-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s3ms
12:59:45.267 [pool-58-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s3ms
12:59:45.267 [pool-58-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
12:59:45.267 [pool-58-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
12:59:45.437 [pool-58-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
12:59:45.437 [pool-58-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.17s
attempting to resolve any uninitialized derived attributes...
12:59:45.437 [pool-58-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
12:59:45.437 [pool-58-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
12:59:45.437 [pool-58-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store
attempting to update any relevant derived attributes...
12:59:45.438 [pool-58-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s173ms [proxy update]
12:59:45.440 [pool-58-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
12:59:45.441 [pool-58-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
sync metrics:
interesting	1
deleted		0
changed		1
loaded		1
c elems		69680
d elems		0
time		~24s
validating changes...
validating file UPDATED for /set0.xmi
12:59:45.998 [pool-52-thread-1] ERROR o.e.hawk.greycat.lucene.SoftTxLucene - Periodic commit of Lucene at MMapDirectory@/tmp/junit7395081700194329967/test_create[LevelDB GreyCat]/lucene lockFactory=org.apache.lucene.store.NativeFSLockFactory@a8c1f44 failed
java.nio.file.NoSuchFileException: /tmp/junit7395081700194329967/test_create[LevelDB GreyCat]/lucene/write.lock
	at sun.nio.fs.UnixException.translateToIOException(UnixException.java:86) ~[na:1.8.0_282]
	at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:102) ~[na:1.8.0_282]
	at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:107) ~[na:1.8.0_282]
	at sun.nio.fs.UnixFileAttributeViews$Basic.readAttributes(UnixFileAttributeViews.java:55) ~[na:1.8.0_282]
	at sun.nio.fs.UnixFileSystemProvider.readAttributes(UnixFileSystemProvider.java:144) ~[na:1.8.0_282]
	at sun.nio.fs.LinuxFileSystemProvider.readAttributes(LinuxFileSystemProvider.java:99) ~[na:1.8.0_282]
	at java.nio.file.Files.readAttributes(Files.java:1737) ~[na:1.8.0_282]
	at org.apache.lucene.store.NativeFSLockFactory$NativeFSLock.ensureValid(NativeFSLockFactory.java:189) ~[na:na]
	at org.apache.lucene.store.LockValidatingDirectoryWrapper.syncMetaData(LockValidatingDirectoryWrapper.java:61) ~[na:na]
	at org.apache.lucene.index.SegmentInfos.prepareCommit(SegmentInfos.java:758) ~[na:na]
	at org.apache.lucene.index.IndexWriter.startCommit(IndexWriter.java:4793) ~[na:na]
	at org.apache.lucene.index.IndexWriter.prepareCommitInternal(IndexWriter.java:3326) ~[na:na]
	at org.apache.lucene.index.IndexWriter.commitInternal(IndexWriter.java:3458) ~[na:na]
	at org.apache.lucene.index.IndexWriter.commit(IndexWriter.java:3423) ~[na:na]
	at org.eclipse.hawk.greycat.lucene.SoftTxLucene.lambda$0(SoftTxLucene.java:99) ~[org.eclipse.hawk.greycat-2.2.0-SNAPSHOT.jar:na]
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) ~[na:1.8.0_282]
	at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308) ~[na:1.8.0_282]
	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180) ~[na:1.8.0_282]
	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294) ~[na:1.8.0_282]
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) ~[na:1.8.0_282]
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) ~[na:1.8.0_282]
	at java.lang.Thread.run(Thread.java:748) ~[na:1.8.0_282]
12:59:46.271 [pool-53-thread-1] ERROR o.e.hawk.greycat.lucene.SoftTxLucene - Periodic commit of Lucene at MMapDirectory@/tmp/junit5983990177512336574/test_recreate[LevelDB GreyCat]/lucene lockFactory=org.apache.lucene.store.NativeFSLockFactory@a8c1f44 failed
java.nio.file.NoSuchFileException: /tmp/junit5983990177512336574/test_recreate[LevelDB GreyCat]/lucene/write.lock
	at sun.nio.fs.UnixException.translateToIOException(UnixException.java:86) ~[na:1.8.0_282]
	at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:102) ~[na:1.8.0_282]
	at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:107) ~[na:1.8.0_282]
	at sun.nio.fs.UnixFileAttributeViews$Basic.readAttributes(UnixFileAttributeViews.java:55) ~[na:1.8.0_282]
	at sun.nio.fs.UnixFileSystemProvider.readAttributes(UnixFileSystemProvider.java:144) ~[na:1.8.0_282]
	at sun.nio.fs.LinuxFileSystemProvider.readAttributes(LinuxFileSystemProvider.java:99) ~[na:1.8.0_282]
	at java.nio.file.Files.readAttributes(Files.java:1737) ~[na:1.8.0_282]
	at org.apache.lucene.store.NativeFSLockFactory$NativeFSLock.ensureValid(NativeFSLockFactory.java:189) ~[na:na]
	at org.apache.lucene.store.LockValidatingDirectoryWrapper.syncMetaData(LockValidatingDirectoryWrapper.java:61) ~[na:na]
	at org.apache.lucene.index.SegmentInfos.prepareCommit(SegmentInfos.java:758) ~[na:na]
	at org.apache.lucene.index.IndexWriter.startCommit(IndexWriter.java:4793) ~[na:na]
	at org.apache.lucene.index.IndexWriter.prepareCommitInternal(IndexWriter.java:3326) ~[na:na]
	at org.apache.lucene.index.IndexWriter.commitInternal(IndexWriter.java:3458) ~[na:na]
	at org.apache.lucene.index.IndexWriter.commit(IndexWriter.java:3423) ~[na:na]
	at org.eclipse.hawk.greycat.lucene.SoftTxLucene.lambda$0(SoftTxLucene.java:99) ~[org.eclipse.hawk.greycat-2.2.0-SNAPSHOT.jar:na]
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) ~[na:1.8.0_282]
	at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308) ~[na:1.8.0_282]
	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180) ~[na:1.8.0_282]
	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294) ~[na:1.8.0_282]
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) ~[na:1.8.0_282]
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) ~[na:1.8.0_282]
	at java.lang.Thread.run(Thread.java:748) ~[na:1.8.0_282]
12:59:46.591 [pool-54-thread-1] ERROR o.e.hawk.greycat.lucene.SoftTxLucene - Periodic commit of Lucene at MMapDirectory@/tmp/junit4308936303106723010/test_changeLastRevision[LevelDB GreyCat]/lucene lockFactory=org.apache.lucene.store.NativeFSLockFactory@a8c1f44 failed
java.nio.file.NoSuchFileException: /tmp/junit4308936303106723010/test_changeLastRevision[LevelDB GreyCat]/lucene/write.lock
	at sun.nio.fs.UnixException.translateToIOException(UnixException.java:86) ~[na:1.8.0_282]
	at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:102) ~[na:1.8.0_282]
	at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:107) ~[na:1.8.0_282]
	at sun.nio.fs.UnixFileAttributeViews$Basic.readAttributes(UnixFileAttributeViews.java:55) ~[na:1.8.0_282]
	at sun.nio.fs.UnixFileSystemProvider.readAttributes(UnixFileSystemProvider.java:144) ~[na:1.8.0_282]
	at sun.nio.fs.LinuxFileSystemProvider.readAttributes(LinuxFileSystemProvider.java:99) ~[na:1.8.0_282]
	at java.nio.file.Files.readAttributes(Files.java:1737) ~[na:1.8.0_282]
	at org.apache.lucene.store.NativeFSLockFactory$NativeFSLock.ensureValid(NativeFSLockFactory.java:189) ~[na:na]
	at org.apache.lucene.store.LockValidatingDirectoryWrapper.syncMetaData(LockValidatingDirectoryWrapper.java:61) ~[na:na]
	at org.apache.lucene.index.SegmentInfos.prepareCommit(SegmentInfos.java:758) ~[na:na]
	at org.apache.lucene.index.IndexWriter.startCommit(IndexWriter.java:4793) ~[na:na]
	at org.apache.lucene.index.IndexWriter.prepareCommitInternal(IndexWriter.java:3326) ~[na:na]
	at org.apache.lucene.index.IndexWriter.commitInternal(IndexWriter.java:3458) ~[na:na]
	at org.apache.lucene.index.IndexWriter.commit(IndexWriter.java:3423) ~[na:na]
	at org.eclipse.hawk.greycat.lucene.SoftTxLucene.lambda$0(SoftTxLucene.java:99) ~[org.eclipse.hawk.greycat-2.2.0-SNAPSHOT.jar:na]
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) ~[na:1.8.0_282]
	at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308) ~[na:1.8.0_282]
	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180) ~[na:1.8.0_282]
	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294) ~[na:1.8.0_282]
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) ~[na:1.8.0_282]
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) ~[na:1.8.0_282]
	at java.lang.Thread.run(Thread.java:748) ~[na:1.8.0_282]
changed resource size: 69680
relevant graph size: 69680
validated changes... true
12:59:50.331 [pool-58-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 29 s 844 ms
12:59:50.468 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
12:59:50.468 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/set0/:org.eclipse.hawk.localfolder.LocalFolder:false
12:59:50.470 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:59:50.470 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
12:59:50.520 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
12:59:50.520 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit6025310529037516434/test_set0[LevelDB GreyCat]
12:59:50.520 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
12:59:50.725 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
12:59:50.726 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:59:50.727 [main] INFO  o.e.h.c.r.CompositeStateListener - Initializing Hawk...
inserting static metamodels of registered metamodel factories to graph:
org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory
12:59:50.727 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
12:59:50.727 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
12:59:50.729 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
12:59:50.729 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
12:59:50.729 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
12:59:50.729 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer!
SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer!
12:59:50.730 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
12:59:50.730 [pool-60-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
12:59:50.730 [pool-60-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
sync metrics:
interesting	0
deleted		0
changed		0
loaded		0
c elems		0
d elems		0
time		~0s
validating changes...
changed resource size: 0
relevant graph size: 0
validated changes... true
12:59:50.731 [pool-60-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms
Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store
Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Tree.ecore to store
12:59:50.736 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
12:59:50.736 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
12:59:50.751 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore
12:59:50.752 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short
12:59:50.753 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet
12:59:50.753 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator
12:59:50.753 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer
12:59:50.755 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean
12:59:50.755 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry
12:59:50.755 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean
12:59:50.755 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character
12:59:50.755 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float
12:59:50.755 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short
12:59:50.755 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte
12:59:50.755 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer
12:59:50.755 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte
12:59:50.755 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain
12:59:50.755 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char
12:59:50.755 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double
12:59:50.755 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator
12:59:50.756 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource
12:59:50.756 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap
12:59:50.757 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal
12:59:50.757 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException
12:59:50.757 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double
12:59:50.758 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger
12:59:50.758 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date
12:59:50.758 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long
12:59:50.761 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long
12:59:50.762 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float
12:59:50.762 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map
12:59:50.762 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList
12:59:50.763 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[]
12:59:50.763 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object
12:59:50.764 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String
12:59:50.764 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class
12:59:50.770 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 21 METAMODEL NODES! (took ~0 sec)
12:59:50.770 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
12:59:50.962 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/tree/:org.eclipse.hawk.localfolder.LocalFolder:false
12:59:50.964 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:59:50.964 [pool-60-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
12:59:50.967 [pool-60-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
12:59:50.972 [pool-60-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
12:59:50.972 [pool-60-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
12:59:50.976 [pool-60-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /tree.model...
12:59:51.019 [pool-60-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:59:51.019 [pool-60-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:59:51.019 [pool-60-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /tree.model...
12:59:51.023 [pool-60-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /tree.model
12:59:51.031 [pool-60-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~0sec)
12:59:51.031 [pool-60-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /tree.model
12:59:51.031 [pool-60-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
12:59:51.031 [pool-60-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /tree.model.
0s55ms [pure insertion]
marking any relevant derived attributes for update...12:59:51.031 [pool-60-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s5ms
12:59:51.036 [pool-60-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s5ms
12:59:51.036 [pool-60-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
12:59:51.036 [pool-60-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
12:59:51.062 [pool-60-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
12:59:51.062 [pool-60-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.026s
attempting to resolve any uninitialized derived attributes...
12:59:51.062 [pool-60-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
12:59:51.062 [pool-60-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
12:59:51.062 [pool-60-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store
attempting to update any relevant derived attributes...
12:59:51.062 [pool-60-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s27ms [proxy update]
12:59:51.063 [pool-60-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
12:59:51.063 [pool-60-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
sync metrics:
interesting	1
deleted		0
changed		1
loaded		1
c elems		2
d elems		0
time		~0s
validating changes...
validating file UPDATED for /tree.model
changed resource size: 2
relevant graph size: 2
validated changes... true
12:59:51.065 [pool-60-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 101 ms
12:59:51.085 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
12:59:51.086 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/tree/:org.eclipse.hawk.localfolder.LocalFolder:false
12:59:51.087 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:59:51.087 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
12:59:51.691 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
12:59:51.695 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit4572469653055776981/test_tree[LevelDB GreyCat]
12:59:51.695 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
12:59:51.941 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
12:59:51.943 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:59:51.943 [main] INFO  o.e.h.c.r.CompositeStateListener - Initializing Hawk...
inserting static metamodels of registered metamodel factories to graph:
org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory
12:59:51.943 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
12:59:51.943 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
12:59:51.945 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
12:59:51.945 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
12:59:51.945 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
12:59:51.961 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer!
SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer!
12:59:51.961 [pool-62-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
12:59:51.961 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
12:59:51.962 [pool-62-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
sync metrics:
interesting	0
deleted		0
changed		0
loaded		0
c elems		0
d elems		0
time		~0s
validating changes...
changed resource size: 0
relevant graph size: 0
validated changes... true
12:59:51.963 [pool-62-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 1 ms
Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store
Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Tree.ecore to store
12:59:51.971 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
12:59:51.971 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
12:59:51.985 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore
12:59:51.986 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character
12:59:51.986 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean
12:59:51.989 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger
12:59:51.989 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char
12:59:51.989 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer
12:59:52.061 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte
12:59:52.061 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer
12:59:52.061 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean
12:59:52.061 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long
12:59:52.061 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource
12:59:52.063 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry
12:59:52.063 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain
12:59:52.063 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet
12:59:52.063 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double
12:59:52.063 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short
12:59:52.064 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal
12:59:52.064 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float
12:59:52.064 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList
12:59:52.064 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte
12:59:52.066 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator
12:59:52.069 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[]
12:59:52.069 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class
12:59:52.069 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException
12:59:52.071 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map
12:59:52.071 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator
12:59:52.071 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object
12:59:52.072 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String
12:59:52.072 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long
12:59:52.072 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short
12:59:52.073 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double
12:59:52.075 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap
12:59:52.075 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date
12:59:52.075 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float
12:59:52.083 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 21 METAMODEL NODES! (took ~0 sec)
12:59:52.083 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
12:59:52.566 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/:org.eclipse.hawk.localfolder.LocalFolder:false
12:59:52.568 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:59:52.569 [pool-62-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
12:59:52.570 [pool-62-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
12:59:52.575 [pool-62-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
12:59:52.575 [pool-62-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
12:59:52.576 [pool-62-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /tree%20with%20spaces/space%20tree.model...
12:59:52.664 [pool-62-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:59:52.664 [pool-62-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:59:52.664 [pool-62-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /tree%20with%20spaces/space%20tree.model...
12:59:52.667 [pool-62-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /tree%20with%20spaces/space%20tree.model
12:59:52.672 [pool-62-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec)
12:59:52.672 [pool-62-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /tree%20with%20spaces/space%20tree.model
12:59:52.672 [pool-62-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:59:52.672 [pool-62-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /tree%20with%20spaces/space%20tree.model.
0s96ms [pure insertion]
marking any relevant derived attributes for update...12:59:52.672 [pool-62-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s2ms
12:59:52.674 [pool-62-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s2ms
12:59:52.674 [pool-62-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
12:59:52.674 [pool-62-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
12:59:52.675 [pool-62-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
12:59:52.675 [pool-62-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.001s
attempting to resolve any uninitialized derived attributes...
12:59:52.675 [pool-62-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
12:59:52.675 [pool-62-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
12:59:52.675 [pool-62-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store
attempting to update any relevant derived attributes...
12:59:52.675 [pool-62-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s2ms [proxy update]
12:59:52.676 [pool-62-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
12:59:52.676 [pool-62-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
sync metrics:
interesting	1
deleted		0
changed		1
loaded		1
c elems		1
d elems		0
time		~0s
validating changes...
validating file UPDATED for /tree%20with%20spaces/space%20tree.model
changed resource size: 1
relevant graph size: 1
validated changes... true
12:59:52.677 [pool-62-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 108 ms
12:59:52.696 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
12:59:52.696 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/:org.eclipse.hawk.localfolder.LocalFolder:false
12:59:52.762 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:59:52.762 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
12:59:53.350 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
12:59:53.351 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit8338066276562356679/test_treeWithSpaces[LevelDB GreyCat]
12:59:53.351 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
12:59:53.559 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
12:59:53.561 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:59:53.561 [main] INFO  o.e.h.c.r.CompositeStateListener - Initializing Hawk...
inserting static metamodels of registered metamodel factories to graph:
org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory
12:59:53.561 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
12:59:53.561 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
12:59:53.563 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
12:59:53.563 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
12:59:53.564 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
12:59:53.564 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer!
SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer!
12:59:53.564 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
12:59:53.564 [pool-64-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
12:59:53.565 [pool-64-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
sync metrics:
interesting	0
deleted		0
changed		0
loaded		0
c elems		0
d elems		0
time		~0s
validating changes...
changed resource size: 0
relevant graph size: 0
validated changes... true
12:59:53.565 [pool-64-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 1 ms
Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store
Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Tree.ecore to store
12:59:53.569 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
12:59:53.569 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
12:59:53.585 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore
12:59:53.585 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap
12:59:53.585 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long
12:59:53.585 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet
12:59:53.585 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean
12:59:53.585 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer
12:59:53.588 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date
12:59:53.588 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String
12:59:53.589 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator
12:59:53.589 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double
12:59:53.589 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class
12:59:53.589 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte
12:59:53.590 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double
12:59:53.590 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte
12:59:53.590 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map
12:59:53.590 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger
12:59:53.590 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry
12:59:53.590 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator
12:59:53.591 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer
12:59:53.592 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character
12:59:53.593 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain
12:59:53.593 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long
12:59:53.593 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList
12:59:53.593 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException
12:59:53.593 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object
12:59:53.594 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short
12:59:53.594 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[]
12:59:53.594 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean
12:59:53.594 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource
12:59:53.594 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char
12:59:53.594 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short
12:59:53.594 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal
12:59:53.594 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float
12:59:53.594 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float
12:59:53.598 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 21 METAMODEL NODES! (took ~0 sec)
12:59:53.599 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
12:59:53.838 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/tree-xres/:org.eclipse.hawk.localfolder.LocalFolder:false
12:59:53.840 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:59:53.840 [pool-64-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
12:59:53.841 [pool-64-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
12:59:53.845 [pool-64-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
12:59:53.845 [pool-64-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
12:59:53.846 [pool-64-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.model...
12:59:53.894 [pool-64-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:59:53.895 [pool-64-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:59:53.895 [pool-64-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /root.model...
12:59:53.898 [pool-64-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /root.model
12:59:53.902 [pool-64-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~0sec)
12:59:53.902 [pool-64-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /root.model
12:59:53.906 [pool-64-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
12:59:53.906 [pool-64-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /root.model.
0s60ms [pure insertion]
marking any relevant derived attributes for update...12:59:53.906 [pool-64-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s2ms
12:59:53.908 [pool-64-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s2ms
12:59:53.909 [pool-64-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /child.model...
12:59:53.909 [pool-64-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:59:53.909 [pool-64-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:59:53.910 [pool-64-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /child.model...
12:59:53.912 [pool-64-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /child.model
12:59:53.913 [pool-64-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec)
12:59:53.913 [pool-64-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /child.model
12:59:53.915 [pool-64-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
12:59:53.915 [pool-64-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /child.model.
0s6ms [pure insertion]
marking any relevant derived attributes for update...12:59:53.915 [pool-64-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
12:59:53.916 [pool-64-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
12:59:53.916 [pool-64-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
12:59:53.916 [pool-64-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
12:59:53.917 [pool-64-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/2 proxy references (0 sec total)
12:59:53.962 [pool-64-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 2 refs
12:59:53.963 [pool-64-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.047s
attempting to resolve any uninitialized derived attributes...
12:59:53.963 [pool-64-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
12:59:53.963 [pool-64-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
12:59:53.963 [pool-64-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store
attempting to update any relevant derived attributes...
12:59:53.963 [pool-64-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s47ms [proxy update]
12:59:53.963 [pool-64-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
sync metrics:
interesting	2
deleted		0
changed		2
loaded		2
c elems		3
d elems		0
time		~0s
validating changes...
changed resource size: 3
relevant graph size: 3
validated changes... true
12:59:53.963 [pool-64-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
validating file UPDATED for /root.model
validating file UPDATED for /child.model
12:59:53.965 [pool-64-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 124 ms
12:59:53.975 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
12:59:53.975 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/tree-xres/:org.eclipse.hawk.localfolder.LocalFolder:false
12:59:53.976 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:59:53.976 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
12:59:54.692 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
12:59:54.693 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit7106663881968988216/test_treeCrossResourceContainment[LevelDB GreyCat]
12:59:54.693 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
12:59:54.917 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
12:59:54.919 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:59:54.919 [main] INFO  o.e.h.c.r.CompositeStateListener - Initializing Hawk...
inserting static metamodels of registered metamodel factories to graph:
org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory
12:59:54.919 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
12:59:54.919 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
12:59:54.921 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
12:59:54.921 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
12:59:54.921 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
12:59:54.921 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
12:59:54.921 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
12:59:54.921 [pool-66-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
12:59:54.922 [pool-66-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
12:59:54.922 [pool-66-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms
Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store
Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Tree.ecore to store
12:59:54.926 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
12:59:54.926 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
12:59:54.936 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList
12:59:54.936 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double
12:59:54.937 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal
12:59:54.938 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long
12:59:54.938 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object
12:59:54.938 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean
12:59:54.938 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer
12:59:54.938 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class
12:59:54.938 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date
12:59:54.940 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[]
12:59:54.940 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet
12:59:54.940 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double
12:59:54.940 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float
12:59:54.940 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator
12:59:54.941 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map
12:59:54.942 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long
12:59:54.942 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry
12:59:54.942 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap
12:59:54.942 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short
12:59:54.942 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte
12:59:54.942 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte
12:59:54.942 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger
12:59:54.942 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short
12:59:54.942 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException
12:59:54.942 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource
12:59:54.942 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char
12:59:54.942 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain
12:59:54.942 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer
12:59:54.943 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean
12:59:54.943 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String
12:59:54.943 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator
12:59:54.943 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float
12:59:54.944 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character
12:59:54.944 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore
12:59:54.947 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 21 METAMODEL NODES! (took ~0 sec)
12:59:54.947 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
12:59:55.171 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/tree-dedges/:org.eclipse.hawk.localfolder.LocalFolder:false
12:59:55.175 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:59:55.175 [pool-66-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
12:59:55.176 [pool-66-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
12:59:55.181 [pool-66-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
12:59:55.181 [pool-66-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
12:59:55.182 [pool-66-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /tree.model...
12:59:55.237 [pool-66-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:59:55.237 [pool-66-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:59:55.237 [pool-66-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /tree.model...
12:59:55.240 [pool-66-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /tree.model
12:59:55.244 [pool-66-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 4 NODES AND 4 M->MM REFERENCES! (took ~0sec)
12:59:55.244 [pool-66-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /tree.model
12:59:55.244 [pool-66-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 6 REFERENCES! (took ~0 sec)
12:59:55.244 [pool-66-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /tree.model.
0s62ms [pure insertion]
marking any relevant derived attributes for update...12:59:55.244 [pool-66-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s2ms
12:59:55.246 [pool-66-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s2ms
12:59:55.246 [pool-66-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
12:59:55.246 [pool-66-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
12:59:55.247 [pool-66-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
12:59:55.247 [pool-66-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.001s
attempting to resolve any uninitialized derived attributes...
12:59:55.247 [pool-66-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
12:59:55.247 [pool-66-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
12:59:55.247 [pool-66-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store
attempting to update any relevant derived attributes...
12:59:55.247 [pool-66-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s1ms [proxy update]
12:59:55.247 [pool-66-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
12:59:55.248 [pool-66-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
12:59:55.248 [pool-66-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 73 ms
12:59:55.248 [pool-66-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Adding derived attribute Tree::Tree::descendants...
12:59:55.248 [pool-66-thread-1] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - Derived attribute added: Tree::Tree#descendants (isMany=true|isOrdered=true|isUnique=false|type=dummy) org.eclipse.hawk.epsilon.emc.EOLQueryEngine#
return self.closure(c|c.children).flatten;
12:59:55.263 [pool-66-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Creating / updating derived attribute Tree::Tree#descendants
12:59:55.265 [pool-66-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.closure(c|c.children).flatten;
12:59:55.267 [pool-66-thread-1] WARN  o.eclipse.hawk.graph.util.GraphUtil - Unknown type found, converting to String: org.eclipse.hawk.epsilon.emc.EOLQueryEngine$GraphNodeWrapper
12:59:55.366 [pool-66-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processed 4/4 derived feature nodes of type 'org.eclipse.hawk.epsilon.emc.EOLQueryEngine' (0 s, 0 s total)
12:59:55.366 [pool-66-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Finished adding derived feature in 0.103s
12:59:55.366 [pool-66-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Added derived attribute Tree::Tree::descendants.
12:59:55.379 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
12:59:55.379 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/tree-dedges/:org.eclipse.hawk.localfolder.LocalFolder:false
12:59:55.381 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:59:55.381 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
12:59:56.109 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
12:59:56.110 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit4198786623053172846/test_derivedEdgeCollection[LevelDB GreyCat]
12:59:56.110 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
12:59:56.343 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
12:59:56.347 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:59:56.347 [main] INFO  o.e.h.c.r.CompositeStateListener - Initializing Hawk...
inserting static metamodels of registered metamodel factories to graph:
org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory
12:59:56.347 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
12:59:56.347 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
12:59:56.349 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
12:59:56.349 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
12:59:56.349 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
12:59:56.349 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
12:59:56.349 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
12:59:56.349 [pool-68-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
12:59:56.350 [pool-68-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
12:59:56.350 [pool-68-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms
Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store
12:59:56.355 [main] INFO  o.e.hawk.emf.model.util.RegisterMeta - Registering package: crossrefs (http://github.com/mondo-hawk/testing/xrefs) [file:/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/crossrefs.ecore]
Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/crossrefs.ecore to store
12:59:56.356 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
12:59:56.356 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
12:59:56.369 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-hawk/testing/xrefs to http://www.eclipse.org/emf/2002/Ecore
12:59:56.370 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource
12:59:56.371 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal
12:59:56.371 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float
12:59:56.371 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float
12:59:56.371 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double
12:59:56.372 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean
12:59:56.372 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map
12:59:56.372 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class
12:59:56.372 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String
12:59:56.372 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator
12:59:56.372 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long
12:59:56.372 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap
12:59:56.372 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean
12:59:56.372 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer
12:59:56.373 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException
12:59:56.373 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer
12:59:56.373 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet
12:59:56.374 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double
12:59:56.374 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain
12:59:56.374 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger
12:59:56.376 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry
12:59:56.376 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short
12:59:56.377 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[]
12:59:56.380 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte
12:59:56.380 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte
12:59:56.380 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character
12:59:56.380 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object
12:59:56.380 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList
12:59:56.381 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date
12:59:56.381 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short
12:59:56.381 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator
12:59:56.381 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char
12:59:56.381 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long
12:59:56.386 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 22 METAMODEL NODES! (took ~0 sec)
12:59:56.386 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
12:59:56.386 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding derived attribute http://github.com/mondo-hawk/testing/xrefs::Element::nRefs...
12:59:56.386 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - Derived attribute added: http://github.com/mondo-hawk/testing/xrefs::Element#nRefs (isMany=false|isOrdered=true|isUnique=false|type=dummy) org.eclipse.hawk.epsilon.emc.EOLQueryEngine#
return self.xrefs.size;
12:59:56.402 [main] INFO  o.e.h.c.r.CompositeStateListener - Added derived attribute http://github.com/mondo-hawk/testing/xrefs::Element::nRefs.
12:59:56.664 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/scopedQuery/:org.eclipse.hawk.localfolder.LocalFolder:false
12:59:56.666 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:59:56.666 [pool-68-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
12:59:56.668 [pool-68-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
12:59:56.674 [pool-68-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
12:59:56.674 [pool-68-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
12:59:56.676 [pool-68-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /subfolder/subfolder/grandchild.model...
12:59:56.713 [pool-68-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:59:56.713 [pool-68-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:59:56.713 [pool-68-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /subfolder/subfolder/grandchild.model...
12:59:56.716 [pool-68-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /subfolder/subfolder/grandchild.model
12:59:56.768 [pool-68-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec)
12:59:56.768 [pool-68-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /subfolder/subfolder/grandchild.model
12:59:56.776 [pool-68-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec)
12:59:56.776 [pool-68-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /subfolder/subfolder/grandchild.model.
0s101ms [pure insertion]
marking any relevant derived attributes for update...12:59:56.776 [pool-68-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
12:59:56.777 [pool-68-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
12:59:56.778 [pool-68-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /subfolder/child.model...
12:59:56.778 [pool-68-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:59:56.779 [pool-68-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:59:56.779 [pool-68-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /subfolder/child.model...
12:59:56.781 [pool-68-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /subfolder/child.model
12:59:56.789 [pool-68-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec)
12:59:56.789 [pool-68-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /subfolder/child.model
12:59:56.798 [pool-68-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
12:59:56.798 [pool-68-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /subfolder/child.model.
0s20ms [pure insertion]
marking any relevant derived attributes for update...12:59:56.798 [pool-68-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
12:59:56.799 [pool-68-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
12:59:56.800 [pool-68-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.model...
12:59:56.800 [pool-68-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:59:56.800 [pool-68-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:59:56.800 [pool-68-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /root.model...
12:59:56.861 [pool-68-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /root.model
12:59:56.869 [pool-68-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec)
12:59:56.869 [pool-68-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /root.model
12:59:56.877 [pool-68-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
12:59:56.877 [pool-68-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /root.model.
0s77ms [pure insertion]
marking any relevant derived attributes for update...12:59:56.877 [pool-68-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
12:59:56.877 [pool-68-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
12:59:56.877 [pool-68-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
12:59:56.877 [pool-68-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
12:59:56.878 [pool-68-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/10 proxy references (0 sec total)
12:59:56.892 [pool-68-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 10 refs
12:59:56.892 [pool-68-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.015s
attempting to resolve any uninitialized derived attributes...
12:59:56.893 [pool-68-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
12:59:56.893 [pool-68-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
12:59:56.893 [pool-68-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.xrefs.size;
12:59:56.992 [pool-68-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processed 6/6 derived feature nodes of type 'org.eclipse.hawk.epsilon.emc.EOLQueryEngine' (0 s, 0 s total)
12:59:56.992 [pool-68-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store
attempting to update any relevant derived attributes...
12:59:56.992 [pool-68-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s115ms [proxy update]
12:59:56.992 [pool-68-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
12:59:56.993 [pool-68-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
12:59:56.993 [pool-68-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 327 ms
12:59:56.996 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
12:59:56.997 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/scopedQuery/:org.eclipse.hawk.localfolder.LocalFolder:false
12:59:57.062 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:59:57.062 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
12:59:58.318 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
12:59:58.319 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit2458783921562520285/test_deriveThenAdd[LevelDB GreyCat]
12:59:58.319 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
12:59:58.527 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
12:59:58.529 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:59:58.529 [main] INFO  o.e.h.c.r.CompositeStateListener - Initializing Hawk...
inserting static metamodels of registered metamodel factories to graph:
org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory
12:59:58.529 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
12:59:58.529 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
12:59:58.531 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
12:59:58.531 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
12:59:58.531 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
12:59:58.532 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
12:59:58.532 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
12:59:58.532 [pool-70-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
12:59:58.532 [pool-70-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
12:59:58.532 [pool-70-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms
Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store
Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Tree.ecore to store
12:59:58.538 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
12:59:58.538 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
12:59:58.554 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore
12:59:58.554 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long
12:59:58.555 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap
12:59:58.555 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character
12:59:58.555 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry
12:59:58.556 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map
12:59:58.556 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double
12:59:58.556 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long
12:59:58.556 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet
12:59:58.556 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class
12:59:58.556 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger
12:59:58.556 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList
12:59:58.557 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short
12:59:58.557 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float
12:59:58.557 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte
12:59:58.557 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object
12:59:58.557 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException
12:59:58.557 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char
12:59:58.557 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator
12:59:58.557 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer
12:59:58.557 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short
12:59:58.557 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal
12:59:58.558 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean
12:59:58.558 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean
12:59:58.558 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date
12:59:58.559 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte
12:59:58.559 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain
12:59:58.560 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator
12:59:58.560 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource
12:59:58.560 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float
12:59:58.560 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double
12:59:58.560 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer
12:59:58.561 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String
12:59:58.561 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[]
12:59:58.566 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 21 METAMODEL NODES! (took ~0 sec)
12:59:58.566 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
12:59:58.772 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/tree-dedges/:org.eclipse.hawk.localfolder.LocalFolder:false
12:59:58.774 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:59:58.774 [pool-70-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
12:59:58.776 [pool-70-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
12:59:58.782 [pool-70-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
12:59:58.782 [pool-70-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
12:59:58.783 [pool-70-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /tree.model...
12:59:58.839 [pool-70-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
12:59:58.839 [pool-70-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
12:59:58.839 [pool-70-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /tree.model...
12:59:58.842 [pool-70-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /tree.model
12:59:58.846 [pool-70-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 4 NODES AND 4 M->MM REFERENCES! (took ~0sec)
12:59:58.846 [pool-70-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /tree.model
12:59:58.846 [pool-70-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 6 REFERENCES! (took ~0 sec)
12:59:58.846 [pool-70-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /tree.model.
0s63ms [pure insertion]
marking any relevant derived attributes for update...12:59:58.846 [pool-70-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s2ms
12:59:58.848 [pool-70-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s2ms
12:59:58.848 [pool-70-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
12:59:58.848 [pool-70-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
12:59:58.848 [pool-70-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
12:59:58.848 [pool-70-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
12:59:58.848 [pool-70-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
12:59:58.848 [pool-70-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
12:59:58.848 [pool-70-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store
attempting to update any relevant derived attributes...
12:59:58.848 [pool-70-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s1ms [proxy update]
12:59:58.849 [pool-70-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
12:59:58.849 [pool-70-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
12:59:58.849 [pool-70-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 75 ms
12:59:58.849 [pool-70-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Adding derived attribute Tree::Tree::maxDescendant...
12:59:58.849 [pool-70-thread-1] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - Derived attribute added: Tree::Tree#maxDescendant (isMany=false|isOrdered=true|isUnique=false|type=dummy) org.eclipse.hawk.epsilon.emc.EOLQueryEngine#
return self.closure(c|c.children).flatten.sortBy(t|t.label).last;
12:59:58.852 [pool-70-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Creating / updating derived attribute Tree::Tree#maxDescendant
12:59:58.853 [pool-70-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.closure(c|c.children).flatten.sortBy(t|t.label).last;
12:59:58.891 [pool-70-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processed 4/4 derived feature nodes of type 'org.eclipse.hawk.epsilon.emc.EOLQueryEngine' (0 s, 0 s total)
12:59:58.891 [pool-70-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Finished adding derived feature in 0.039s
12:59:58.891 [pool-70-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Added derived attribute Tree::Tree::maxDescendant.
12:59:58.896 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
12:59:58.896 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/tree-dedges/:org.eclipse.hawk.localfolder.LocalFolder:false
12:59:58.897 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
12:59:58.897 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
13:00:00.169 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
13:00:00.170 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit7293864080139358009/test_derivedEdgeSingle[LevelDB GreyCat]
13:00:00.170 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
13:00:00.386 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
13:00:00.387 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:00:00.387 [main] INFO  o.e.h.c.r.CompositeStateListener - Initializing Hawk...
inserting static metamodels of registered metamodel factories to graph:
org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory
13:00:00.388 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:00:00.388 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:00:00.390 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
13:00:00.390 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
13:00:00.390 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
13:00:00.390 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
13:00:00.390 [pool-72-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:00:00.390 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
13:00:00.390 [pool-72-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
13:00:00.390 [pool-72-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms
Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store
Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/crossrefs.ecore to store
13:00:00.396 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:00:00.396 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:00:00.412 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short
13:00:00.412 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long
13:00:00.412 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double
13:00:00.412 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte
13:00:00.412 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long
13:00:00.413 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean
13:00:00.413 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer
13:00:00.414 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[]
13:00:00.414 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException
13:00:00.414 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain
13:00:00.414 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short
13:00:00.415 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float
13:00:00.415 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry
13:00:00.415 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet
13:00:00.416 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource
13:00:00.416 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator
13:00:00.416 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String
13:00:00.416 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean
13:00:00.416 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte
13:00:00.417 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap
13:00:00.417 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map
13:00:00.417 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal
13:00:00.417 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class
13:00:00.417 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger
13:00:00.417 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date
13:00:00.417 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList
13:00:00.417 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer
13:00:00.418 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object
13:00:00.418 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char
13:00:00.418 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double
13:00:00.418 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character
13:00:00.418 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator
13:00:00.419 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float
13:00:00.420 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-hawk/testing/xrefs to http://www.eclipse.org/emf/2002/Ecore
13:00:00.423 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 22 METAMODEL NODES! (took ~0 sec)
13:00:00.423 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
13:00:00.657 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/scopedQuery/:org.eclipse.hawk.localfolder.LocalFolder:false
13:00:00.658 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:00:00.658 [pool-72-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:00:00.659 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding indexed attribute http://github.com/mondo-hawk/testing/xrefs::Element::id...
13:00:00.660 [pool-72-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:00:00.661 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - indexed attribute added: http://github.com/mondo-hawk/testing/xrefs::Element#id
13:00:00.704 [main] INFO  o.e.h.c.r.CompositeStateListener - Added indexed attribute http://github.com/mondo-hawk/testing/xrefs::Element::id.
13:00:00.705 [pool-72-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:00:00.705 [pool-72-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:00:00.707 [pool-72-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.model...
13:00:00.723 [pool-72-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:00.723 [pool-72-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:00.723 [pool-72-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /root.model...
13:00:00.726 [pool-72-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /root.model
13:00:00.734 [pool-72-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec)
13:00:00.734 [pool-72-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /root.model
13:00:00.741 [pool-72-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
13:00:00.741 [pool-72-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /root.model.
0s35ms [pure insertion]
marking any relevant derived attributes for update...13:00:00.741 [pool-72-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s2ms
13:00:00.743 [pool-72-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s2ms
13:00:00.744 [pool-72-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /subfolder/child.model...
13:00:00.744 [pool-72-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:00.744 [pool-72-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:00.744 [pool-72-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /subfolder/child.model...
13:00:00.747 [pool-72-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /subfolder/child.model
13:00:00.769 [pool-72-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec)
13:00:00.769 [pool-72-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /subfolder/child.model
13:00:00.776 [pool-72-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
13:00:00.776 [pool-72-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /subfolder/child.model.
0s32ms [pure insertion]
marking any relevant derived attributes for update...13:00:00.776 [pool-72-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:00.776 [pool-72-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:00.777 [pool-72-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /subfolder/subfolder/grandchild.model...
13:00:00.777 [pool-72-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:00.777 [pool-72-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:00.777 [pool-72-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /subfolder/subfolder/grandchild.model...
13:00:00.779 [pool-72-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /subfolder/subfolder/grandchild.model
13:00:00.786 [pool-72-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec)
13:00:00.786 [pool-72-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /subfolder/subfolder/grandchild.model
13:00:00.793 [pool-72-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec)
13:00:00.793 [pool-72-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /subfolder/subfolder/grandchild.model.
0s16ms [pure insertion]
marking any relevant derived attributes for update...13:00:00.793 [pool-72-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:00.793 [pool-72-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:00.793 [pool-72-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:00:00.793 [pool-72-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:00:00.794 [pool-72-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/10 proxy references (0 sec total)
13:00:00.869 [pool-72-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 10 refs
13:00:00.869 [pool-72-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.076s
attempting to resolve any uninitialized derived attributes...
13:00:00.869 [pool-72-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:00:00.869 [pool-72-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:00:00.869 [pool-72-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store
attempting to update any relevant derived attributes...
13:00:00.869 [pool-72-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s76ms [proxy update]
13:00:00.869 [pool-72-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
13:00:00.869 [pool-72-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
13:00:00.869 [pool-72-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 211 ms
indexed ast found: e.id org.eclipse.epsilon.eol.dom.EqualsOperatorExpression 1 (type: java.lang.Integer)
13:00:00.873 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
13:00:00.873 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/scopedQuery/:org.eclipse.hawk.localfolder.LocalFolder:false
13:00:00.874 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:00:00.874 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
13:00:01.503 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
13:00:01.503 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit4015894139912260496/test_addThenIndex[LevelDB GreyCat]
13:00:01.503 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
13:00:01.736 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
13:00:01.738 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:00:01.738 [main] INFO  o.e.h.c.r.CompositeStateListener - Initializing Hawk...
inserting static metamodels of registered metamodel factories to graph:
org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory
13:00:01.738 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:00:01.738 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:00:01.740 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
13:00:01.740 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
13:00:01.740 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
13:00:01.741 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
13:00:01.741 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
13:00:01.741 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:00:01.741 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
13:00:01.741 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms
Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store
Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/crossrefs.ecore to store
13:00:01.746 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:00:01.746 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:00:01.762 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-hawk/testing/xrefs to http://www.eclipse.org/emf/2002/Ecore
13:00:01.763 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal
13:00:01.763 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte
13:00:01.764 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class
13:00:01.764 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object
13:00:01.764 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[]
13:00:01.764 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry
13:00:01.765 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String
13:00:01.765 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger
13:00:01.765 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short
13:00:01.765 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean
13:00:01.765 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean
13:00:01.765 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long
13:00:01.766 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource
13:00:01.766 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer
13:00:01.766 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException
13:00:01.766 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double
13:00:01.766 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character
13:00:01.767 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte
13:00:01.768 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double
13:00:01.768 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char
13:00:01.768 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer
13:00:01.768 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map
13:00:01.768 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet
13:00:01.768 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short
13:00:01.768 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float
13:00:01.768 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator
13:00:01.768 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long
13:00:01.768 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain
13:00:01.768 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float
13:00:01.768 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList
13:00:01.768 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap
13:00:01.768 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date
13:00:01.769 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator
13:00:01.772 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 22 METAMODEL NODES! (took ~0 sec)
13:00:01.773 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
13:00:01.773 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding indexed attribute http://github.com/mondo-hawk/testing/xrefs::Element::id...
13:00:01.778 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - indexed attribute added: http://github.com/mondo-hawk/testing/xrefs::Element#id
13:00:01.778 [main] INFO  o.e.h.c.r.CompositeStateListener - Added indexed attribute http://github.com/mondo-hawk/testing/xrefs::Element::id.
13:00:01.982 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/scopedQuery/:org.eclipse.hawk.localfolder.LocalFolder:false
13:00:01.984 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:00:01.984 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:00:01.986 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:00:01.989 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:00:01.990 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:00:01.991 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /subfolder/child.model...
13:00:02.040 [pool-74-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:02.040 [pool-74-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:02.040 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /subfolder/child.model...
13:00:02.043 [pool-74-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /subfolder/child.model
13:00:02.052 [pool-74-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec)
13:00:02.052 [pool-74-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /subfolder/child.model
13:00:02.065 [pool-74-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
13:00:02.065 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /subfolder/child.model.
0s75ms [pure insertion]
marking any relevant derived attributes for update...13:00:02.065 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s2ms
13:00:02.067 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s2ms
13:00:02.068 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /subfolder/subfolder/grandchild.model...
13:00:02.068 [pool-74-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:02.068 [pool-74-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:02.068 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /subfolder/subfolder/grandchild.model...
13:00:02.070 [pool-74-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /subfolder/subfolder/grandchild.model
13:00:02.077 [pool-74-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec)
13:00:02.077 [pool-74-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /subfolder/subfolder/grandchild.model
13:00:02.085 [pool-74-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec)
13:00:02.085 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /subfolder/subfolder/grandchild.model.
0s17ms [pure insertion]
marking any relevant derived attributes for update...13:00:02.085 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:02.085 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:02.086 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.model...
13:00:02.086 [pool-74-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:02.086 [pool-74-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:02.086 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /root.model...
13:00:02.088 [pool-74-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /root.model
13:00:02.095 [pool-74-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec)
13:00:02.095 [pool-74-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /root.model
13:00:02.391 [pool-74-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
13:00:02.391 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /root.model.
0s305ms [pure insertion]
marking any relevant derived attributes for update...13:00:02.391 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:02.391 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:02.391 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:00:02.391 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:00:02.392 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/10 proxy references (0 sec total)
13:00:02.406 [pool-74-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 10 refs
13:00:02.406 [pool-74-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.015s
attempting to resolve any uninitialized derived attributes...
13:00:02.406 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:00:02.406 [pool-74-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:00:02.406 [pool-74-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store
attempting to update any relevant derived attributes...
13:00:02.407 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s16ms [proxy update]
13:00:02.407 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
13:00:02.407 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
13:00:02.407 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 423 ms
indexed ast found: e.id org.eclipse.epsilon.eol.dom.EqualsOperatorExpression 1 (type: java.lang.Integer)
13:00:02.409 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
13:00:02.409 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/scopedQuery/:org.eclipse.hawk.localfolder.LocalFolder:false
13:00:02.462 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:00:02.462 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
13:00:03.003 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
13:00:03.004 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit3366608680043492026/test_lookupWithIndex[LevelDB GreyCat]
13:00:03.004 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
13:00:03.728 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
13:00:03.730 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:00:03.730 [main] INFO  o.e.h.c.r.CompositeStateListener - Initializing Hawk...
inserting static metamodels of registered metamodel factories to graph:
org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory
13:00:03.730 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:00:03.730 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:00:03.732 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
13:00:03.732 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
13:00:03.732 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
13:00:03.733 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
13:00:03.733 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
13:00:03.733 [pool-76-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:00:03.733 [pool-76-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
13:00:03.733 [pool-76-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms
Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store
Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/crossrefs.ecore to store
13:00:03.737 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:00:03.737 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:00:03.746 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-hawk/testing/xrefs to http://www.eclipse.org/emf/2002/Ecore
13:00:03.747 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long
13:00:03.747 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[]
13:00:03.747 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean
13:00:03.747 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException
13:00:03.748 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList
13:00:03.748 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float
13:00:03.748 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String
13:00:03.748 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character
13:00:03.748 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map
13:00:03.748 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource
13:00:03.748 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal
13:00:03.748 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator
13:00:03.749 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry
13:00:03.749 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short
13:00:03.749 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger
13:00:03.750 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date
13:00:03.750 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator
13:00:03.750 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean
13:00:03.751 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double
13:00:03.751 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float
13:00:03.751 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer
13:00:03.751 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object
13:00:03.751 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long
13:00:03.751 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet
13:00:03.751 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class
13:00:03.752 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double
13:00:03.752 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer
13:00:03.752 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char
13:00:03.752 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte
13:00:03.752 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap
13:00:03.752 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain
13:00:03.752 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte
13:00:03.752 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short
13:00:03.755 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 22 METAMODEL NODES! (took ~0 sec)
13:00:03.755 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
13:00:03.940 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/scopedQuery/:org.eclipse.hawk.localfolder.LocalFolder:false
13:00:03.942 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:00:03.942 [pool-76-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:00:03.944 [pool-76-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:00:03.948 [pool-76-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:00:03.948 [pool-76-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:00:03.950 [pool-76-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /subfolder/child.model...
13:00:04.005 [pool-76-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:04.006 [pool-76-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:04.006 [pool-76-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /subfolder/child.model...
13:00:04.009 [pool-76-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /subfolder/child.model
13:00:04.013 [pool-76-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec)
13:00:04.013 [pool-76-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /subfolder/child.model
13:00:04.024 [pool-76-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
13:00:04.024 [pool-76-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /subfolder/child.model.
0s74ms [pure insertion]
marking any relevant derived attributes for update...13:00:04.024 [pool-76-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s2ms
13:00:04.026 [pool-76-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s2ms
13:00:04.027 [pool-76-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /subfolder/subfolder/grandchild.model...
13:00:04.027 [pool-76-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:04.027 [pool-76-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:04.027 [pool-76-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /subfolder/subfolder/grandchild.model...
13:00:04.030 [pool-76-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /subfolder/subfolder/grandchild.model
13:00:04.034 [pool-76-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec)
13:00:04.034 [pool-76-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /subfolder/subfolder/grandchild.model
13:00:04.043 [pool-76-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec)
13:00:04.043 [pool-76-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /subfolder/subfolder/grandchild.model.
0s16ms [pure insertion]
marking any relevant derived attributes for update...13:00:04.043 [pool-76-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:04.043 [pool-76-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:04.044 [pool-76-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.model...
13:00:04.044 [pool-76-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:04.044 [pool-76-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:04.044 [pool-76-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /root.model...
13:00:04.062 [pool-76-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /root.model
13:00:04.066 [pool-76-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec)
13:00:04.066 [pool-76-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /root.model
13:00:04.077 [pool-76-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
13:00:04.077 [pool-76-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /root.model.
0s33ms [pure insertion]
marking any relevant derived attributes for update...13:00:04.077 [pool-76-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:04.077 [pool-76-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:04.077 [pool-76-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:00:04.077 [pool-76-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:00:04.078 [pool-76-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/10 proxy references (0 sec total)
13:00:04.089 [pool-76-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 10 refs
13:00:04.089 [pool-76-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.012s
attempting to resolve any uninitialized derived attributes...
13:00:04.089 [pool-76-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:00:04.089 [pool-76-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:00:04.089 [pool-76-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store
attempting to update any relevant derived attributes...
13:00:04.089 [pool-76-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s12ms [proxy update]
13:00:04.089 [pool-76-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
13:00:04.090 [pool-76-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
13:00:04.090 [pool-76-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 148 ms
13:00:04.091 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
13:00:04.091 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/scopedQuery/:org.eclipse.hawk.localfolder.LocalFolder:false
13:00:04.093 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:00:04.093 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
13:00:04.287 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
13:00:04.288 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit8555643556909381835/test_lookupWithoutIndex[LevelDB GreyCat]
13:00:04.288 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
13:00:04.446 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
13:00:04.462 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:00:04.462 [main] INFO  o.e.h.c.r.CompositeStateListener - Initializing Hawk...
inserting static metamodels of registered metamodel factories to graph:
org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory
13:00:04.462 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:00:04.462 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:00:04.464 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
13:00:04.464 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
13:00:04.464 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
13:00:04.464 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer!
SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer!
13:00:04.464 [pool-78-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:00:04.465 [pool-78-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
sync metrics:
interesting	0
deleted		0
changed		0
loaded		0
c elems		0
d elems		0
time		~0s
validating changes...
changed resource size: 0
relevant graph size: 0
validated changes... true
13:00:04.465 [pool-78-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms
13:00:04.465 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store
13:00:04.468 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:00:04.468 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:00:04.471 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[]
13:00:04.471 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer
13:00:04.471 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException
13:00:04.471 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain
13:00:04.471 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char
13:00:04.471 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float
13:00:04.472 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date
13:00:04.472 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean
13:00:04.472 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map
13:00:04.473 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger
13:00:04.473 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator
13:00:04.473 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character
13:00:04.473 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet
13:00:04.473 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double
13:00:04.474 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap
13:00:04.474 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object
13:00:04.474 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator
13:00:04.474 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short
13:00:04.474 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean
13:00:04.474 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long
13:00:04.475 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float
13:00:04.475 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList
13:00:04.475 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal
13:00:04.475 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long
13:00:04.475 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String
13:00:04.476 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry
13:00:04.476 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short
13:00:04.476 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer
13:00:04.476 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte
13:00:04.476 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte
13:00:04.476 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class
13:00:04.476 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource
13:00:04.476 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double
13:00:04.478 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec)
13:00:04.478 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
13:00:04.478 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/XMLType.ecore to store
13:00:04.481 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:00:04.481 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:00:04.488 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIESBase will be handled as its instance type java.util.List
13:00:04.488 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Date will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar
13:00:04.488 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NCName will be handled as its instance type java.lang.String
13:00:04.488 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ShortObject will be handled as its instance type java.lang.Short
13:00:04.488 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore
13:00:04.489 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NOTATION will be handled as its instance type javax.xml.namespace.QName
13:00:04.489 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar
13:00:04.489 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENSBase will be handled as its instance type java.util.List
13:00:04.489 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Int will be handled as its instance type java.lang.Integer
13:00:04.489 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Integer will be handled as its instance type java.math.BigInteger
13:00:04.489 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::PositiveInteger will be handled as its instance type java.math.BigInteger
13:00:04.489 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::FloatObject will be handled as its instance type java.lang.Float
13:00:04.489 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITY will be handled as its instance type java.lang.String
13:00:04.489 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ID will be handled as its instance type java.lang.String
13:00:04.489 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnySimpleType will be handled as its instance type java.lang.Object
13:00:04.489 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFSBase will be handled as its instance type java.util.List
13:00:04.489 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ByteObject will be handled as its instance type java.lang.Byte
13:00:04.489 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NormalizedString will be handled as its instance type java.lang.String
13:00:04.489 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar
13:00:04.489 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShort will be handled as its instance type java.lang.Integer
13:00:04.489 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Short will be handled as its instance type short
13:00:04.489 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DateTime will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar
13:00:04.489 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Token will be handled as its instance type java.lang.String
13:00:04.489 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedInt will be handled as its instance type java.lang.Long
13:00:04.489 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Name will be handled as its instance type java.lang.String
13:00:04.489 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIES will be handled as its instance type java.util.List
13:00:04.489 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENS will be handled as its instance type java.util.List
13:00:04.489 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Decimal will be handled as its instance type java.math.BigDecimal
13:00:04.489 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Boolean will be handled as its instance type java.lang.Boolean
13:00:04.489 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Double will be handled as its instance type java.lang.Double
13:00:04.489 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::HexBinary will be handled as its instance type byte[]
13:00:04.489 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKEN will be handled as its instance type java.lang.String
13:00:04.489 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYear will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar
13:00:04.489 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFS will be handled as its instance type java.util.List
13:00:04.489 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DoubleObject will be handled as its instance type java.lang.Double
13:00:04.489 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonNegativeInteger will be handled as its instance type java.math.BigInteger
13:00:04.489 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Language will be handled as its instance type java.lang.String
13:00:04.489 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NegativeInteger will be handled as its instance type java.math.BigInteger
13:00:04.489 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Time will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar
13:00:04.489 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByte will be handled as its instance type short
13:00:04.489 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Float will be handled as its instance type java.lang.Float
13:00:04.489 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IntObject will be handled as its instance type java.lang.Integer
13:00:04.489 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Duration will be handled as its instance type javax.xml.datatype.Duration
13:00:04.490 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnyURI will be handled as its instance type java.lang.String
13:00:04.490 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonthDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar
13:00:04.490 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedLong will be handled as its instance type java.math.BigInteger
13:00:04.490 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Byte will be handled as its instance type byte
13:00:04.490 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYearMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar
13:00:04.490 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::LongObject will be handled as its instance type java.lang.Long
13:00:04.490 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::QName will be handled as its instance type javax.xml.namespace.QName
13:00:04.490 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShortObject will be handled as its instance type java.lang.Integer
13:00:04.490 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREF will be handled as its instance type java.lang.String
13:00:04.490 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonPositiveInteger will be handled as its instance type java.math.BigInteger
13:00:04.490 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::BooleanObject will be handled as its instance type java.lang.Boolean
13:00:04.490 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Long will be handled as its instance type java.lang.Long
13:00:04.490 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::String will be handled as its instance type java.lang.String
13:00:04.490 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Base64Binary will be handled as its instance type byte[]
13:00:04.490 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByteObject will be handled as its instance type java.lang.Short
13:00:04.490 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedIntObject will be handled as its instance type java.lang.Long
13:00:04.492 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec)
13:00:04.492 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
13:00:04.492 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Tree.ecore to store
13:00:04.493 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:00:04.493 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:00:04.505 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore
13:00:04.506 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec)
13:00:04.506 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
13:00:04.741 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/junit6731297651459591865/:org.eclipse.hawk.localfolder.LocalFolder:false
13:00:04.742 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:00:04.743 [pool-78-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:00:04.744 [pool-78-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:00:04.748 [pool-78-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:00:04.748 [pool-78-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:00:04.759 [pool-78-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.xmi...
13:00:04.782 [pool-78-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:04.782 [pool-78-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:04.782 [pool-78-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /root.xmi...
13:00:04.785 [pool-78-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /root.xmi
13:00:04.790 [pool-78-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec)
13:00:04.790 [pool-78-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /root.xmi
13:00:04.795 [pool-78-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:00:04.795 [pool-78-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /root.xmi.
0s37ms [pure insertion]
marking any relevant derived attributes for update...13:00:04.795 [pool-78-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
13:00:04.796 [pool-78-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
13:00:04.805 [pool-78-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /childAA.xmi...
13:00:04.805 [pool-78-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:04.805 [pool-78-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:04.805 [pool-78-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /childAA.xmi...
13:00:04.808 [pool-78-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /childAA.xmi
13:00:04.808 [pool-78-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec)
13:00:04.808 [pool-78-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /childAA.xmi
13:00:04.810 [pool-78-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:00:04.810 [pool-78-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /childAA.xmi.
0s5ms [pure insertion]
marking any relevant derived attributes for update...13:00:04.810 [pool-78-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:04.810 [pool-78-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:04.867 [pool-78-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /childA.xmi...
13:00:04.867 [pool-78-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:04.868 [pool-78-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:04.868 [pool-78-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /childA.xmi...
13:00:04.870 [pool-78-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /childA.xmi
13:00:04.870 [pool-78-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec)
13:00:04.870 [pool-78-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /childA.xmi
13:00:04.874 [pool-78-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:00:04.874 [pool-78-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /childA.xmi.
0s7ms [pure insertion]
marking any relevant derived attributes for update...13:00:04.874 [pool-78-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:04.874 [pool-78-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:04.883 [pool-78-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /childB.xmi...
13:00:04.883 [pool-78-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:04.883 [pool-78-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:04.883 [pool-78-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /childB.xmi...
13:00:04.886 [pool-78-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /childB.xmi
13:00:04.886 [pool-78-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec)
13:00:04.886 [pool-78-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /childB.xmi
13:00:04.888 [pool-78-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:00:04.888 [pool-78-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /childB.xmi.
0s5ms [pure insertion]
marking any relevant derived attributes for update...13:00:04.888 [pool-78-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:04.888 [pool-78-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:04.888 [pool-78-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:00:04.888 [pool-78-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:00:04.889 [pool-78-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/6 proxy references (0 sec total)
13:00:04.964 [pool-78-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 6 refs
13:00:04.964 [pool-78-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.076s
attempting to resolve any uninitialized derived attributes...
13:00:04.964 [pool-78-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:00:04.964 [pool-78-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:00:04.964 [pool-78-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store
attempting to update any relevant derived attributes...
13:00:04.964 [pool-78-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s76ms [proxy update]
13:00:04.964 [pool-78-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
13:00:04.964 [pool-78-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
sync metrics:
interesting	4
deleted		0
changed		4
loaded		4
c elems		4
d elems		0
time		~0s
validating changes...
validating file UPDATED for /root.xmi
validating file UPDATED for /childAA.xmi
validating file UPDATED for /childA.xmi
validating file UPDATED for /childB.xmi
changed resource size: 4
relevant graph size: 4
validated changes... true
13:00:04.966 [pool-78-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 223 ms
13:00:04.966 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding derived attribute Tree::Tree::allContainers...
13:00:04.966 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - Derived attribute added: Tree::Tree#allContainers (isMany=true|isOrdered=false|isUnique=true|type=Tree) org.eclipse.hawk.epsilon.emc.EOLQueryEngine#
return self.closure(e|e.eContainers);
13:00:04.989 [main] INFO  o.e.h.g.updater.GraphModelInserter - Creating / updating derived attribute Tree::Tree#allContainers
13:00:04.989 [main] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.closure(e|e.eContainers);
13:00:05.016 [main] INFO  o.e.h.c.r.CompositeStateListener - Processed 4/4 derived feature nodes of type 'org.eclipse.hawk.epsilon.emc.EOLQueryEngine' (0 s, 0 s total)
13:00:05.016 [main] INFO  o.e.h.g.updater.GraphModelInserter - Finished adding derived feature in 0.027s
13:00:05.016 [main] INFO  o.e.h.c.r.CompositeStateListener - Added derived attribute Tree::Tree::allContainers.
13:00:05.020 [pool-78-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:00:05.021 [pool-78-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:00:05.067 [pool-78-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:00:05.067 [pool-78-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:00:05.078 [pool-78-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.xmi...
13:00:05.078 [pool-78-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:05.079 [pool-78-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 1 (1) nodes in store
13:00:05.079 [pool-78-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 1.0
13:00:05.079 [pool-78-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
13:00:05.079 [pool-78-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch update of file: /root.xmi...
13:00:05.080 [pool-78-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleting nodes from file: /root.xmi
13:00:05.163 [pool-78-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleted all, took: 0.083s
13:00:05.169 [pool-78-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /root.xmi
13:00:05.174 [pool-78-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec)
13:00:05.174 [pool-78-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /root.xmi
13:00:05.178 [pool-78-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:00:05.178 [pool-78-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch update of file: /root.xmi.
0s100ms [pure insertion]
marking any relevant derived attributes for update...13:00:05.178 [pool-78-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
13:00:05.179 [pool-78-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
13:00:05.179 [pool-78-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:00:05.179 [pool-78-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:00:05.179 [pool-78-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/4 proxy references (0 sec total)
13:00:05.183 [pool-78-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 4 refs
13:00:05.183 [pool-78-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.004s
attempting to resolve any uninitialized derived attributes...
13:00:05.184 [pool-78-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:00:05.184 [pool-78-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:00:05.184 [pool-78-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.closure(e|e.eContainers);
13:00:05.189 [pool-78-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processed 1/1 derived feature nodes of type 'org.eclipse.hawk.epsilon.emc.EOLQueryEngine' (0 s, 0 s total)
13:00:05.190 [pool-78-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store
attempting to update any relevant derived attributes...
13:00:05.190 [pool-78-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
13:00:05.190 [pool-78-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.closure(e|e.eContainers);
13:00:05.193 [pool-78-thread-1] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Clearing edge deallContainers
0s113ms [proxy update]
13:00:05.292 [pool-78-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
13:00:05.292 [pool-78-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
sync metrics:
interesting	1
deleted		0
changed		1
loaded		1
c elems		3
d elems		2
time		~0s
validating changes...
validating file UPDATED for /root.xmi
changed resource size: 1
relevant graph size: 1
validated changes... true
13:00:05.292 [pool-78-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 272 ms
13:00:05.295 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
13:00:05.295 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/junit6731297651459591865/:org.eclipse.hawk.localfolder.LocalFolder:false
13:00:05.296 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:00:05.296 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
13:00:05.596 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
13:00:05.597 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit7418667282512017083/test_eContainersIsUpdatedRoot[LevelDB GreyCat]
13:00:05.597 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
13:00:05.865 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
13:00:05.867 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:00:05.867 [main] INFO  o.e.h.c.r.CompositeStateListener - Initializing Hawk...
inserting static metamodels of registered metamodel factories to graph:
org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory
13:00:05.867 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:00:05.867 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:00:05.869 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
13:00:05.869 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
13:00:05.869 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
13:00:05.869 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
13:00:05.869 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
13:00:05.869 [pool-80-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:00:05.870 [pool-80-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
13:00:05.870 [pool-80-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms
Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store
13:00:05.874 [main] INFO  o.e.hawk.emf.model.util.RegisterMeta - Registering package: ColoredTree (ColoredTree) [file:/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/ColoredTree.ecore]
Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/ColoredTree.ecore to store
13:00:05.874 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:00:05.874 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:00:05.898 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: ColoredTree::Color will be handled as its instance type NULL_INSTANCE_TYPE
13:00:05.899 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from ColoredTree to http://www.eclipse.org/emf/2002/Ecore
13:00:05.899 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[]
13:00:05.900 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double
13:00:05.900 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String
13:00:05.901 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain
13:00:05.901 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator
13:00:05.903 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long
13:00:05.903 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException
13:00:05.903 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte
13:00:05.903 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float
13:00:05.904 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator
13:00:05.904 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean
13:00:05.904 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal
13:00:05.904 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList
13:00:05.904 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long
13:00:05.904 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map
13:00:05.906 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char
13:00:05.906 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float
13:00:05.906 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean
13:00:05.906 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry
13:00:05.906 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object
13:00:05.908 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double
13:00:05.909 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class
13:00:05.909 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap
13:00:05.909 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet
13:00:05.909 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer
13:00:05.909 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character
13:00:05.909 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger
13:00:05.909 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date
13:00:05.909 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte
13:00:05.909 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource
13:00:05.909 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short
13:00:05.909 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer
13:00:05.909 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short
13:00:05.962 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 21 METAMODEL NODES! (took ~0 sec)
13:00:05.962 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
13:00:06.151 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/enum-support/:org.eclipse.hawk.localfolder.LocalFolder:false
13:00:06.152 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:00:06.152 [pool-80-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:00:06.153 [pool-80-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:00:06.159 [pool-80-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:00:06.159 [pool-80-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:00:06.160 [pool-80-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /colored-tree.model...
13:00:06.216 [pool-80-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:06.216 [pool-80-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:06.216 [pool-80-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /colored-tree.model...
13:00:06.219 [pool-80-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /colored-tree.model
13:00:06.222 [pool-80-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec)
13:00:06.222 [pool-80-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /colored-tree.model
13:00:06.223 [pool-80-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec)
13:00:06.223 [pool-80-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /colored-tree.model.
0s63ms [pure insertion]
marking any relevant derived attributes for update...13:00:06.223 [pool-80-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
13:00:06.224 [pool-80-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
13:00:06.224 [pool-80-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:00:06.224 [pool-80-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:00:06.225 [pool-80-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
13:00:06.225 [pool-80-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.001s
attempting to resolve any uninitialized derived attributes...
13:00:06.225 [pool-80-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:00:06.225 [pool-80-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:00:06.225 [pool-80-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store
attempting to update any relevant derived attributes...
13:00:06.225 [pool-80-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s1ms [proxy update]
13:00:06.225 [pool-80-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
13:00:06.225 [pool-80-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
13:00:06.225 [pool-80-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 73 ms
13:00:06.226 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
13:00:06.227 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/enum-support/:org.eclipse.hawk.localfolder.LocalFolder:false
13:00:06.228 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:00:06.228 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
13:00:06.539 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
13:00:06.539 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit7461563581256720184/test_queryEnumValues[LevelDB GreyCat]
13:00:06.539 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
13:00:06.681 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
13:00:06.682 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:00:06.682 [main] INFO  o.e.h.c.r.CompositeStateListener - Initializing Hawk...
inserting static metamodels of registered metamodel factories to graph:
org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory
13:00:06.682 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:00:06.682 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:00:06.684 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
13:00:06.684 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
13:00:06.684 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
13:00:06.684 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer!
SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer!
13:00:06.684 [pool-82-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:00:06.684 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
13:00:06.684 [pool-82-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
sync metrics:
interesting	0
deleted		0
changed		0
loaded		0
c elems		0
d elems		0
time		~0s
validating changes...
changed resource size: 0
relevant graph size: 0
validated changes... true
13:00:06.685 [pool-82-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 1 ms
Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store
Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/JDTAST.ecore to store
13:00:06.709 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:00:06.709 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:00:06.773 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.primitiveTypes::Integer will be handled as its instance type java.lang.Integer
13:00:06.774 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.primitiveTypes::String will be handled as its instance type java.lang.String
13:00:06.774 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.primitiveTypes::Boolean will be handled as its instance type java.lang.Boolean
13:00:06.775 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.primitiveTypes
13:00:06.775 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.core
13:00:06.786 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.dom::InfixExpressionOperatorKind will be handled as its instance type NULL_INSTANCE_TYPE
13:00:06.787 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.dom::AssignmentOperatorKind will be handled as its instance type NULL_INSTANCE_TYPE
13:00:06.790 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.dom::PostfixExpressionOperatorKind will be handled as its instance type NULL_INSTANCE_TYPE
13:00:06.790 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.dom::PrefixExpressionOperatorKind will be handled as its instance type NULL_INSTANCE_TYPE
13:00:06.800 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.primitiveTypes
13:00:06.805 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.core::Modifiers will be handled as its instance type NULL_INSTANCE_TYPE
13:00:06.807 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.dom
13:00:06.809 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer
13:00:06.809 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer
13:00:06.809 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map
13:00:06.809 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException
13:00:06.809 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator
13:00:06.809 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[]
13:00:06.810 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource
13:00:06.810 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator
13:00:06.810 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte
13:00:06.810 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float
13:00:06.811 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long
13:00:06.811 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long
13:00:06.811 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date
13:00:06.812 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean
13:00:06.812 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean
13:00:06.812 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap
13:00:06.812 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short
13:00:06.812 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain
13:00:06.813 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character
13:00:06.813 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object
13:00:06.813 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short
13:00:06.813 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte
13:00:06.813 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry
13:00:06.813 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float
13:00:06.813 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet
13:00:06.813 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double
13:00:06.814 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char
13:00:06.861 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger
13:00:06.861 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String
13:00:06.861 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class
13:00:06.863 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double
13:00:06.863 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal
13:00:06.863 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList
13:00:06.875 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 136 METAMODEL NODES! (took ~0 sec)
13:00:06.875 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
13:00:06.880 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
13:00:06.880 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
13:00:06.881 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:00:06.881 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
13:00:07.081 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
13:00:07.081 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit5198896105885065892/test_metamodels[LevelDB GreyCat]
13:00:07.081 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
13:00:07.263 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
13:00:07.264 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:00:07.264 [main] INFO  o.e.h.c.r.CompositeStateListener - Initializing Hawk...
inserting static metamodels of registered metamodel factories to graph:
org.eclipse.hawk.modelio.exml.metamodel.ModelioMetaModelResourceFactory
13:00:07.264 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:00:07.264 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:00:07.266 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
13:00:07.266 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
13:00:07.266 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
13:00:07.266 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
13:00:07.266 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
13:00:07.266 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:00:07.267 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
13:00:07.267 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms
13:00:07.393 [main] INFO  o.e.h.m.exml.metamodel.ModelioClass - registered package: Archimate(modelio://Modeliosoft.Archimate/1.0.02)
13:00:07.393 [main] INFO  o.e.h.m.exml.metamodel.ModelioClass - registered package: modelio.kernel(modelio://Modeliosoft.modelio.kernel/1.0.00)
13:00:07.393 [main] INFO  o.e.h.m.exml.metamodel.ModelioClass - registered package: ModelioMetaPackage(modelio://ModelioMetaPackage)
13:00:07.393 [main] INFO  o.e.h.m.exml.metamodel.ModelioClass - registered package: Analyst(modelio://Modeliosoft.Analyst/2.0.00)
13:00:07.393 [main] INFO  o.e.h.m.exml.metamodel.ModelioClass - registered package: Infrastructure(modelio://Modeliosoft.Infrastructure/2.0.00)
13:00:07.393 [main] INFO  o.e.h.m.exml.metamodel.ModelioClass - registered package: Standard(modelio://Modeliosoft.Standard/2.0.00)
Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/metamodel_descriptor.xml to store
13:00:07.393 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:00:07.393 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:00:07.516 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Analyst/2.0.00 to modelio://Modeliosoft.modelio.kernel/1.0.00
13:00:07.516 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Analyst/2.0.00 to modelio://Modeliosoft.Infrastructure/2.0.00
13:00:07.517 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Analyst/2.0.00 to modelio://ModelioMetaPackage
13:00:07.587 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.modelio.kernel/1.0.00 to modelio://ModelioMetaPackage
13:00:07.588 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Archimate/1.0.02 to modelio://Modeliosoft.modelio.kernel/1.0.00
13:00:07.588 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Archimate/1.0.02 to modelio://Modeliosoft.Infrastructure/2.0.00
13:00:07.588 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Archimate/1.0.02 to modelio://ModelioMetaPackage
13:00:07.994 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Standard/2.0.00 to modelio://Modeliosoft.modelio.kernel/1.0.00
13:00:07.994 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Standard/2.0.00 to modelio://Modeliosoft.Infrastructure/2.0.00
13:00:07.994 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Standard/2.0.00 to modelio://ModelioMetaPackage
13:00:09.103 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Infrastructure/2.0.00 to modelio://Modeliosoft.modelio.kernel/1.0.00
13:00:09.103 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Infrastructure/2.0.00 to modelio://ModelioMetaPackage
13:00:09.186 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 409 METAMODEL NODES! (took ~1 sec)
13:00:09.186 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
13:00:09.368 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/junit6773041105024870423/:org.eclipse.hawk.localfolder.LocalFolder:false
13:00:09.369 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:00:09.369 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:00:09.400 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:00:09.404 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:00:09.404 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:00:09.465 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /2d7b2cba-e694-4b33-bd9e-4d2f1db4cc7b.exml...
13:00:09.473 [pool-84-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:09.473 [pool-84-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:09.473 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /2d7b2cba-e694-4b33-bd9e-4d2f1db4cc7b.exml...
13:00:09.476 [pool-84-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /2d7b2cba-e694-4b33-bd9e-4d2f1db4cc7b.exml
13:00:09.489 [pool-84-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~18sec)
13:00:09.489 [pool-84-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /2d7b2cba-e694-4b33-bd9e-4d2f1db4cc7b.exml
13:00:09.496 [pool-84-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
13:00:09.496 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /2d7b2cba-e694-4b33-bd9e-4d2f1db4cc7b.exml.
0s31ms [pure insertion]
marking any relevant derived attributes for update...13:00:09.496 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
13:00:09.498 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
13:00:09.498 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:00:09.498 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:00:09.498 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/4 proxy references (0 sec total)
13:00:09.563 [pool-84-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 2 proxy ref lists left after resolving 2 refs
13:00:09.563 [pool-84-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.065s
attempting to resolve any uninitialized derived attributes...
13:00:09.564 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:00:09.564 [pool-84-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:00:09.564 [pool-84-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store
attempting to update any relevant derived attributes...
13:00:09.564 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s66ms [proxy update]
13:00:09.564 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
13:00:09.564 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
13:00:09.564 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 194 ms
13:00:09.565 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:00:09.596 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:00:09.597 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:00:09.597 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:00:09.600 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /0a4ac84f-75a3-4b5b-bbad-d0e67857b4cf.exml...
13:00:09.600 [pool-84-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:09.600 [pool-84-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:09.600 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /0a4ac84f-75a3-4b5b-bbad-d0e67857b4cf.exml...
13:00:09.602 [pool-84-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /0a4ac84f-75a3-4b5b-bbad-d0e67857b4cf.exml
13:00:09.676 [pool-84-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 5 NODES AND 5 M->MM REFERENCES! (took ~30sec)
13:00:09.676 [pool-84-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /0a4ac84f-75a3-4b5b-bbad-d0e67857b4cf.exml
13:00:09.688 [pool-84-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec)
13:00:09.688 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /0a4ac84f-75a3-4b5b-bbad-d0e67857b4cf.exml.
0s88ms [pure insertion]
marking any relevant derived attributes for update...13:00:09.688 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:09.688 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:09.690 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /4ed7f59f-f723-4f88-b6fc-ea6b83eb3108.exml...
13:00:09.690 [pool-84-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:09.690 [pool-84-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:09.690 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /4ed7f59f-f723-4f88-b6fc-ea6b83eb3108.exml...
13:00:09.692 [pool-84-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /4ed7f59f-f723-4f88-b6fc-ea6b83eb3108.exml
13:00:09.767 [pool-84-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 5 NODES AND 5 M->MM REFERENCES! (took ~32sec)
13:00:09.767 [pool-84-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /4ed7f59f-f723-4f88-b6fc-ea6b83eb3108.exml
13:00:09.778 [pool-84-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec)
13:00:09.778 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /4ed7f59f-f723-4f88-b6fc-ea6b83eb3108.exml.
0s88ms [pure insertion]
marking any relevant derived attributes for update...13:00:09.778 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:09.778 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:09.778 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:00:09.778 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:00:09.780 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/17 proxy references (0 sec total)
13:00:09.784 [pool-84-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 5 proxy ref lists left after resolving 12 refs
13:00:09.784 [pool-84-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.006s
attempting to resolve any uninitialized derived attributes...
13:00:09.784 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:00:09.784 [pool-84-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:00:09.785 [pool-84-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store
attempting to update any relevant derived attributes...
13:00:09.785 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s7ms [proxy update]
13:00:09.785 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
13:00:09.785 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
13:00:09.785 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 220 ms
13:00:09.785 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
13:00:09.785 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/junit6773041105024870423/:org.eclipse.hawk.localfolder.LocalFolder:false
13:00:09.786 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:00:09.786 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
13:00:10.173 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
13:00:10.174 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit6773041105024870423/test_elephantResolve[LevelDB GreyCat]
13:00:10.174 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
13:00:10.307 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
13:00:10.308 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:00:10.308 [main] INFO  o.e.h.c.r.CompositeStateListener - Initializing Hawk...
inserting static metamodels of registered metamodel factories to graph:
org.eclipse.hawk.modelio.exml.metamodel.ModelioMetaModelResourceFactory
13:00:10.309 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:00:10.309 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:00:10.311 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
13:00:10.311 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
13:00:10.311 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
13:00:10.311 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
13:00:10.311 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
13:00:10.311 [pool-86-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:00:10.311 [pool-86-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
13:00:10.311 [pool-86-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms
Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/metamodel_descriptor.xml to store
13:00:10.369 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:00:10.369 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:00:10.470 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Analyst/2.0.00 to modelio://Modeliosoft.modelio.kernel/1.0.00
13:00:10.470 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Analyst/2.0.00 to modelio://Modeliosoft.Infrastructure/2.0.00
13:00:10.470 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Analyst/2.0.00 to modelio://ModelioMetaPackage
13:00:10.510 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.modelio.kernel/1.0.00 to modelio://ModelioMetaPackage
13:00:10.510 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Archimate/1.0.02 to modelio://Modeliosoft.modelio.kernel/1.0.00
13:00:10.510 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Archimate/1.0.02 to modelio://Modeliosoft.Infrastructure/2.0.00
13:00:10.510 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Archimate/1.0.02 to modelio://ModelioMetaPackage
13:00:10.805 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Standard/2.0.00 to modelio://Modeliosoft.modelio.kernel/1.0.00
13:00:10.805 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Standard/2.0.00 to modelio://Modeliosoft.Infrastructure/2.0.00
13:00:10.805 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Standard/2.0.00 to modelio://ModelioMetaPackage
13:00:11.394 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Infrastructure/2.0.00 to modelio://Modeliosoft.modelio.kernel/1.0.00
13:00:11.394 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Infrastructure/2.0.00 to modelio://ModelioMetaPackage
13:00:11.422 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 409 METAMODEL NODES! (took ~1 sec)
13:00:11.422 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
13:00:11.677 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: /home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/resources/models/zoo:org.eclipse.hawk.localfolder.LocalFolder:false
13:00:11.679 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:00:11.679 [pool-86-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
Warning, monitor is inactive, synchronisation failed!
13:00:11.679 [pool-86-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
SYNCHRONISATION ERROR
13:00:11.679 [pool-86-thread-1] ERROR o.e.h.c.r.CompositeStateListener - Update FAILED!
13:00:11.679 [pool-86-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (failure). 0 s 0 ms
13:00:11.683 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
13:00:11.683 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: /home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/resources/models/zoo:org.eclipse.hawk.localfolder.LocalFolder:false
13:00:11.684 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:00:11.684 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
13:00:12.157 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
13:00:12.158 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit5908649741660968920/test_zoo[LevelDB GreyCat]
13:00:12.158 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
13:00:12.299 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
13:00:12.300 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:00:12.300 [main] INFO  o.e.h.c.r.CompositeStateListener - Initializing Hawk...
inserting static metamodels of registered metamodel factories to graph:
org.eclipse.hawk.modelio.exml.metamodel.ModelioMetaModelResourceFactory
13:00:12.300 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:00:12.300 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:00:12.302 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
13:00:12.302 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
13:00:12.302 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
13:00:12.302 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
13:00:12.302 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
13:00:12.302 [pool-88-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:00:12.302 [pool-88-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
13:00:12.302 [pool-88-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms
Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/metamodel_descriptor.xml to store
13:00:12.328 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:00:12.328 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:00:12.392 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Analyst/2.0.00 to modelio://Modeliosoft.modelio.kernel/1.0.00
13:00:12.392 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Analyst/2.0.00 to modelio://Modeliosoft.Infrastructure/2.0.00
13:00:12.392 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Analyst/2.0.00 to modelio://ModelioMetaPackage
13:00:12.416 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.modelio.kernel/1.0.00 to modelio://ModelioMetaPackage
13:00:12.417 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Archimate/1.0.02 to modelio://Modeliosoft.modelio.kernel/1.0.00
13:00:12.417 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Archimate/1.0.02 to modelio://Modeliosoft.Infrastructure/2.0.00
13:00:12.417 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Archimate/1.0.02 to modelio://ModelioMetaPackage
13:00:12.674 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Standard/2.0.00 to modelio://Modeliosoft.modelio.kernel/1.0.00
13:00:12.674 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Standard/2.0.00 to modelio://Modeliosoft.Infrastructure/2.0.00
13:00:12.675 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Standard/2.0.00 to modelio://ModelioMetaPackage
13:00:13.199 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Infrastructure/2.0.00 to modelio://Modeliosoft.modelio.kernel/1.0.00
13:00:13.199 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Infrastructure/2.0.00 to modelio://ModelioMetaPackage
13:00:13.263 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 409 METAMODEL NODES! (took ~0 sec)
13:00:13.263 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer!
SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer!
13:00:13.263 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/metamodel_descriptor.xml to store
13:00:13.281 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:00:13.281 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:00:13.285 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - metamodel: Archimate (modelio://Modeliosoft.Archimate/1.0.02) already in store, updating it instead NYI -- doing nothing!
13:00:13.285 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - metamodel: Analyst (modelio://Modeliosoft.Analyst/2.0.00) already in store, updating it instead NYI -- doing nothing!
13:00:13.285 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - metamodel: modelio.kernel (modelio://Modeliosoft.modelio.kernel/1.0.00) already in store, updating it instead NYI -- doing nothing!
13:00:13.285 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - metamodel: ModelioMetaPackage (modelio://ModelioMetaPackage) already in store, updating it instead NYI -- doing nothing!
13:00:13.286 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - metamodel: Standard (modelio://Modeliosoft.Standard/2.0.00) already in store, updating it instead NYI -- doing nothing!
13:00:13.286 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - metamodel: Infrastructure (modelio://Modeliosoft.Infrastructure/2.0.00) already in store, updating it instead NYI -- doing nothing!
13:00:13.286 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
13:00:13.286 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
13:00:13.288 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
13:00:13.288 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
13:00:13.290 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:00:13.290 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
13:00:13.682 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
13:00:13.683 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit7042924018672970023/test_metamodel[LevelDB GreyCat]
13:00:13.683 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
13:00:13.816 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
13:00:13.817 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:00:13.817 [main] INFO  o.e.h.c.r.CompositeStateListener - Initializing Hawk...
inserting static metamodels of registered metamodel factories to graph:
org.eclipse.hawk.modelio.exml.metamodel.ModelioMetaModelResourceFactory
13:00:13.817 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:00:13.817 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:00:13.819 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
13:00:13.819 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
13:00:13.819 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
13:00:13.819 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
13:00:13.819 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
13:00:13.819 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:00:13.820 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
13:00:13.820 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms
Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/metamodel_descriptor.xml to store
13:00:13.841 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:00:13.841 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:00:13.893 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Analyst/2.0.00 to modelio://Modeliosoft.modelio.kernel/1.0.00
13:00:13.893 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Analyst/2.0.00 to modelio://Modeliosoft.Infrastructure/2.0.00
13:00:13.893 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Analyst/2.0.00 to modelio://ModelioMetaPackage
13:00:13.918 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.modelio.kernel/1.0.00 to modelio://ModelioMetaPackage
13:00:13.919 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Archimate/1.0.02 to modelio://Modeliosoft.modelio.kernel/1.0.00
13:00:13.919 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Archimate/1.0.02 to modelio://Modeliosoft.Infrastructure/2.0.00
13:00:13.919 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Archimate/1.0.02 to modelio://ModelioMetaPackage
13:00:14.099 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Standard/2.0.00 to modelio://Modeliosoft.modelio.kernel/1.0.00
13:00:14.099 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Standard/2.0.00 to modelio://Modeliosoft.Infrastructure/2.0.00
13:00:14.100 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Standard/2.0.00 to modelio://ModelioMetaPackage
13:00:14.864 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Infrastructure/2.0.00 to modelio://Modeliosoft.modelio.kernel/1.0.00
13:00:14.864 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Infrastructure/2.0.00 to modelio://ModelioMetaPackage
13:00:14.893 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 409 METAMODEL NODES! (took ~1 sec)
SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer!
13:00:14.893 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer!
13:00:14.893 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/metamodel_descriptor.xml to store
13:00:14.907 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:00:14.907 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:00:14.962 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - metamodel: Archimate (modelio://Modeliosoft.Archimate/1.0.02) already in store, updating it instead NYI -- doing nothing!
13:00:14.962 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - metamodel: Analyst (modelio://Modeliosoft.Analyst/2.0.00) already in store, updating it instead NYI -- doing nothing!
13:00:14.962 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - metamodel: modelio.kernel (modelio://Modeliosoft.modelio.kernel/1.0.00) already in store, updating it instead NYI -- doing nothing!
13:00:14.962 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - metamodel: ModelioMetaPackage (modelio://ModelioMetaPackage) already in store, updating it instead NYI -- doing nothing!
13:00:14.962 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - metamodel: Standard (modelio://Modeliosoft.Standard/2.0.00) already in store, updating it instead NYI -- doing nothing!
13:00:14.962 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - metamodel: Infrastructure (modelio://Modeliosoft.Infrastructure/2.0.00) already in store, updating it instead NYI -- doing nothing!
13:00:14.962 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
13:00:14.962 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
13:00:15.145 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/:org.eclipse.hawk.localfolder.LocalFolder:false
13:00:15.146 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:00:15.146 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:00:15.266 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:00:15.272 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Imported 10/309 files from file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/
13:00:15.272 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Imported 20/309 files from file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/
13:00:15.273 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Imported 30/309 files from file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/
13:00:15.273 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Imported 40/309 files from file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/
13:00:15.273 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Imported 50/309 files from file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/
13:00:15.273 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Imported 60/309 files from file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/
13:00:15.273 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Imported 70/309 files from file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/
13:00:15.274 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Imported 80/309 files from file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/
13:00:15.274 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Imported 90/309 files from file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/
13:00:15.274 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Imported 100/309 files from file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/
13:00:15.274 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Imported 110/309 files from file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/
13:00:15.274 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Imported 120/309 files from file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/
13:00:15.274 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Imported 130/309 files from file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/
13:00:15.275 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Imported 140/309 files from file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/
13:00:15.275 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Imported 150/309 files from file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/
13:00:15.275 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Imported 160/309 files from file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/
13:00:15.275 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Imported 170/309 files from file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/
13:00:15.275 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Imported 180/309 files from file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/
13:00:15.275 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Imported 190/309 files from file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/
13:00:15.276 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Imported 200/309 files from file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/
13:00:15.276 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Imported 210/309 files from file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/
13:00:15.276 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Imported 220/309 files from file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/
13:00:15.276 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Imported 230/309 files from file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/
13:00:15.276 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Imported 240/309 files from file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/
13:00:15.276 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Imported 250/309 files from file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/
13:00:15.277 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Imported 260/309 files from file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/
13:00:15.277 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Imported 270/309 files from file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/
13:00:15.277 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Imported 280/309 files from file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/
13:00:15.277 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Imported 290/309 files from file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/
13:00:15.277 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Imported 300/309 files from file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/
13:00:15.277 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:00:15.277 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:00:15.278 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processed 0/309 files in repo file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ (0 sec, 0 sec total)
13:00:15.279 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/01ec045c-0000-10a1-0000-000000000000.exml...
13:00:15.285 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:15.285 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:15.285 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/01ec045c-0000-10a1-0000-000000000000.exml...
13:00:15.288 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/01ec045c-0000-10a1-0000-000000000000.exml
13:00:15.297 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 4 NODES AND 4 M->MM REFERENCES! (took ~11sec)
13:00:15.297 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/01ec045c-0000-10a1-0000-000000000000.exml
13:00:15.369 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec)
13:00:15.370 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/01ec045c-0000-10a1-0000-000000000000.exml.
0s91ms [pure insertion]
marking any relevant derived attributes for update...13:00:15.370 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
13:00:15.371 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
13:00:15.371 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-000d-0000-000000000000.exml...
13:00:15.371 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:15.372 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:15.372 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-000d-0000-000000000000.exml...
13:00:15.373 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-000d-0000-000000000000.exml
13:00:15.376 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:00:15.376 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-000d-0000-000000000000.exml
13:00:15.378 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:00:15.378 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-000d-0000-000000000000.exml.
0s7ms [pure insertion]
marking any relevant derived attributes for update...13:00:15.378 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:15.378 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:15.378 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/e4358003-f3da-11df-8ada-0027103f347c.exml...
13:00:15.378 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:15.379 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:15.379 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/e4358003-f3da-11df-8ada-0027103f347c.exml...
13:00:15.381 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/e4358003-f3da-11df-8ada-0027103f347c.exml
13:00:15.383 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:00:15.383 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/e4358003-f3da-11df-8ada-0027103f347c.exml
13:00:15.385 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:00:15.385 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/e4358003-f3da-11df-8ada-0027103f347c.exml.
0s7ms [pure insertion]
marking any relevant derived attributes for update...13:00:15.385 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:15.385 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:15.386 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0f51-0000-000000000000.exml...
13:00:15.386 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:15.386 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:15.386 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0f51-0000-000000000000.exml...
13:00:15.389 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0f51-0000-000000000000.exml
13:00:15.394 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
13:00:15.394 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0f51-0000-000000000000.exml
13:00:15.461 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
13:00:15.461 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0f51-0000-000000000000.exml.
0s75ms [pure insertion]
marking any relevant derived attributes for update...13:00:15.461 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:15.461 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:15.462 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/b071b025-c2fc-11de-8ac8-001302895b2b.exml...
13:00:15.462 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:15.462 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:15.462 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/b071b025-c2fc-11de-8ac8-001302895b2b.exml...
13:00:15.464 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/b071b025-c2fc-11de-8ac8-001302895b2b.exml
13:00:15.466 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:00:15.466 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/b071b025-c2fc-11de-8ac8-001302895b2b.exml
13:00:15.468 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:00:15.468 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/b071b025-c2fc-11de-8ac8-001302895b2b.exml.
0s6ms [pure insertion]
marking any relevant derived attributes for update...13:00:15.468 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:15.468 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:15.469 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/Zoo/model/Standard.Project/0f4f1c57-dc5a-441a-91da-424b105803ce.exml...
13:00:15.469 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:15.469 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:15.469 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/Zoo/model/Standard.Project/0f4f1c57-dc5a-441a-91da-424b105803ce.exml...
13:00:15.471 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/Zoo/model/Standard.Project/0f4f1c57-dc5a-441a-91da-424b105803ce.exml
13:00:15.477 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~4sec)
13:00:15.477 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/Zoo/model/Standard.Project/0f4f1c57-dc5a-441a-91da-424b105803ce.exml
13:00:15.479 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:00:15.479 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/Zoo/model/Standard.Project/0f4f1c57-dc5a-441a-91da-424b105803ce.exml.
0s10ms [pure insertion]
marking any relevant derived attributes for update...13:00:15.479 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:15.479 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:15.480 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/75cb05db-044e-485f-9e6d-8b57b4f3ecb2.exml...
13:00:15.480 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:15.480 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:15.480 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/75cb05db-044e-485f-9e6d-8b57b4f3ecb2.exml...
13:00:15.482 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/75cb05db-044e-485f-9e6d-8b57b4f3ecb2.exml
13:00:15.484 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
13:00:15.484 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/75cb05db-044e-485f-9e6d-8b57b4f3ecb2.exml
13:00:15.486 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:00:15.486 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/75cb05db-044e-485f-9e6d-8b57b4f3ecb2.exml.
0s6ms [pure insertion]
marking any relevant derived attributes for update...13:00:15.486 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:15.486 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:15.487 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/f98047ab-24f3-4b41-adbb-3cb70791184a.exml...
13:00:15.487 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:15.487 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:15.487 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/f98047ab-24f3-4b41-adbb-3cb70791184a.exml...
13:00:15.489 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/f98047ab-24f3-4b41-adbb-3cb70791184a.exml
13:00:15.501 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 5 NODES AND 5 M->MM REFERENCES! (took ~16sec)
13:00:15.501 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/f98047ab-24f3-4b41-adbb-3cb70791184a.exml
13:00:15.570 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec)
13:00:15.570 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/f98047ab-24f3-4b41-adbb-3cb70791184a.exml.
0s83ms [pure insertion]
marking any relevant derived attributes for update...13:00:15.570 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:15.570 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:15.571 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.Package/00000004-0000-0004-0000-000000000000.exml...
13:00:15.571 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:15.571 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:15.571 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.Package/00000004-0000-0004-0000-000000000000.exml...
13:00:15.573 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.Package/00000004-0000-0004-0000-000000000000.exml
13:00:15.578 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~6sec)
13:00:15.578 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.Package/00000004-0000-0004-0000-000000000000.exml
13:00:15.581 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:00:15.581 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.Package/00000004-0000-0004-0000-000000000000.exml.
0s10ms [pure insertion]
marking any relevant derived attributes for update...13:00:15.581 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:15.581 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:15.581 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d3-0000-000000000000.exml...
13:00:15.581 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:15.581 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:15.581 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d3-0000-000000000000.exml...
13:00:15.584 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d3-0000-000000000000.exml
13:00:15.587 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:00:15.587 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d3-0000-000000000000.exml
13:00:15.589 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:00:15.589 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d3-0000-000000000000.exml.
0s8ms [pure insertion]
marking any relevant derived attributes for update...13:00:15.589 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:15.589 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:15.589 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/06edcdd9-c2fd-11de-8ac8-001302895b2b.exml...
13:00:15.589 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:15.589 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:15.589 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/06edcdd9-c2fd-11de-8ac8-001302895b2b.exml...
13:00:15.665 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/06edcdd9-c2fd-11de-8ac8-001302895b2b.exml
13:00:15.668 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:00:15.668 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/06edcdd9-c2fd-11de-8ac8-001302895b2b.exml
13:00:15.670 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:00:15.670 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/06edcdd9-c2fd-11de-8ac8-001302895b2b.exml.
0s81ms [pure insertion]
marking any relevant derived attributes for update...13:00:15.670 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:15.670 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:15.670 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c44-0000-000000000000.exml...
13:00:15.670 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:15.670 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:15.670 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c44-0000-000000000000.exml...
13:00:15.673 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c44-0000-000000000000.exml
13:00:15.677 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:00:15.677 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c44-0000-000000000000.exml
13:00:15.679 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:00:15.679 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c44-0000-000000000000.exml.
0s9ms [pure insertion]
marking any relevant derived attributes for update...13:00:15.679 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:15.679 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:15.680 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0010-0000-000000000000.exml...
13:00:15.680 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:15.680 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:15.680 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0010-0000-000000000000.exml...
13:00:15.682 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0010-0000-000000000000.exml
13:00:15.685 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~8sec)
13:00:15.685 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0010-0000-000000000000.exml
13:00:15.687 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:00:15.687 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0010-0000-000000000000.exml.
0s7ms [pure insertion]
marking any relevant derived attributes for update...13:00:15.687 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
13:00:15.688 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
13:00:15.688 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/64df4d1e-3663-4950-95fc-29204f9981e7.exml...
13:00:15.688 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:15.688 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:15.688 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/64df4d1e-3663-4950-95fc-29204f9981e7.exml...
13:00:15.690 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/64df4d1e-3663-4950-95fc-29204f9981e7.exml
13:00:15.692 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
13:00:15.692 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/64df4d1e-3663-4950-95fc-29204f9981e7.exml
13:00:15.694 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:00:15.694 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/64df4d1e-3663-4950-95fc-29204f9981e7.exml.
0s6ms [pure insertion]
marking any relevant derived attributes for update...13:00:15.694 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:15.694 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:15.695 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/8d83b757-7de2-47ea-8b3c-f593a48aa05c.exml...
13:00:15.695 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:15.695 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:15.695 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/8d83b757-7de2-47ea-8b3c-f593a48aa05c.exml...
13:00:15.697 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/8d83b757-7de2-47ea-8b3c-f593a48aa05c.exml
13:00:15.701 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
13:00:15.701 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/8d83b757-7de2-47ea-8b3c-f593a48aa05c.exml
13:00:15.703 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:00:15.703 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/8d83b757-7de2-47ea-8b3c-f593a48aa05c.exml.
0s8ms [pure insertion]
marking any relevant derived attributes for update...13:00:15.703 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:15.703 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:15.704 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-023d-0000-000000000000.exml...
13:00:15.704 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:15.704 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:15.704 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-023d-0000-000000000000.exml...
13:00:15.761 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-023d-0000-000000000000.exml
13:00:15.764 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:00:15.764 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-023d-0000-000000000000.exml
13:00:15.766 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:00:15.766 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-023d-0000-000000000000.exml.
0s62ms [pure insertion]
marking any relevant derived attributes for update...13:00:15.766 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:15.766 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:15.767 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/ee295439-adfb-4038-9ad2-9e643a37e076.exml...
13:00:15.767 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:15.767 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:15.767 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/ee295439-adfb-4038-9ad2-9e643a37e076.exml...
13:00:15.769 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/ee295439-adfb-4038-9ad2-9e643a37e076.exml
13:00:15.778 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 4 NODES AND 4 M->MM REFERENCES! (took ~12sec)
13:00:15.778 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/ee295439-adfb-4038-9ad2-9e643a37e076.exml
13:00:15.788 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec)
13:00:15.788 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/ee295439-adfb-4038-9ad2-9e643a37e076.exml.
0s21ms [pure insertion]
marking any relevant derived attributes for update...13:00:15.788 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:15.788 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:15.788 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f7-0000-000000000000.exml...
13:00:15.788 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:15.789 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:15.789 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f7-0000-000000000000.exml...
13:00:15.790 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f7-0000-000000000000.exml
13:00:15.793 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:00:15.793 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f7-0000-000000000000.exml
13:00:15.795 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:00:15.795 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f7-0000-000000000000.exml.
0s7ms [pure insertion]
marking any relevant derived attributes for update...13:00:15.795 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:15.795 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:15.795 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01b8-0000-000000000000.exml...
13:00:15.795 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:15.795 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:15.795 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01b8-0000-000000000000.exml...
13:00:15.798 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01b8-0000-000000000000.exml
13:00:15.802 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:00:15.802 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01b8-0000-000000000000.exml
13:00:15.863 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:00:15.863 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01b8-0000-000000000000.exml.
0s68ms [pure insertion]
marking any relevant derived attributes for update...13:00:15.863 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:15.863 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:15.864 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/770df309-5d0c-11df-a996-001302895b2b.exml...
13:00:15.864 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:15.864 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:15.864 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/770df309-5d0c-11df-a996-001302895b2b.exml...
13:00:15.866 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/770df309-5d0c-11df-a996-001302895b2b.exml
13:00:15.868 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:00:15.868 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/770df309-5d0c-11df-a996-001302895b2b.exml
13:00:15.870 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:00:15.870 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/770df309-5d0c-11df-a996-001302895b2b.exml.
0s6ms [pure insertion]
marking any relevant derived attributes for update...13:00:15.870 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
13:00:15.871 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
13:00:15.871 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.Project/f69e310f-106c-4b21-9de4-d31b4523525b.exml...
13:00:15.871 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:15.871 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:15.871 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.Project/f69e310f-106c-4b21-9de4-d31b4523525b.exml...
13:00:15.873 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.Project/f69e310f-106c-4b21-9de4-d31b4523525b.exml
13:00:15.877 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~4sec)
13:00:15.877 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.Project/f69e310f-106c-4b21-9de4-d31b4523525b.exml
13:00:15.879 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:00:15.879 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.Project/f69e310f-106c-4b21-9de4-d31b4523525b.exml.
0s8ms [pure insertion]
marking any relevant derived attributes for update...13:00:15.879 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
13:00:15.880 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
13:00:15.880 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/3ac00e06-3921-4b35-bb60-84618d4da048.exml...
13:00:15.880 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:15.880 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:15.880 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/3ac00e06-3921-4b35-bb60-84618d4da048.exml...
13:00:15.884 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/3ac00e06-3921-4b35-bb60-84618d4da048.exml
13:00:15.888 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
13:00:15.888 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/3ac00e06-3921-4b35-bb60-84618d4da048.exml
13:00:15.892 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
13:00:15.892 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/3ac00e06-3921-4b35-bb60-84618d4da048.exml.
0s12ms [pure insertion]
marking any relevant derived attributes for update...13:00:15.892 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:15.892 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:15.892 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01ef-0000-000000000000.exml...
13:00:15.892 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:15.892 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:15.892 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01ef-0000-000000000000.exml...
13:00:15.894 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01ef-0000-000000000000.exml
13:00:15.896 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:00:15.897 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01ef-0000-000000000000.exml
13:00:15.899 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:00:15.899 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01ef-0000-000000000000.exml.
0s7ms [pure insertion]
marking any relevant derived attributes for update...13:00:15.899 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:15.899 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:15.899 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-0204-0000-000000000000.exml...
13:00:15.899 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:15.899 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:15.899 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-0204-0000-000000000000.exml...
13:00:15.963 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-0204-0000-000000000000.exml
13:00:15.966 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:00:15.966 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-0204-0000-000000000000.exml
13:00:15.969 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:00:15.969 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-0204-0000-000000000000.exml.
0s70ms [pure insertion]
marking any relevant derived attributes for update...13:00:15.969 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:15.969 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:15.970 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00540a84-0000-0003-0000-000000000000.exml...
13:00:15.970 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:15.970 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:15.970 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00540a84-0000-0003-0000-000000000000.exml...
13:00:15.972 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00540a84-0000-0003-0000-000000000000.exml
13:00:15.974 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:00:15.974 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00540a84-0000-0003-0000-000000000000.exml
13:00:15.976 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:00:15.976 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00540a84-0000-0003-0000-000000000000.exml.
0s6ms [pure insertion]
marking any relevant derived attributes for update...13:00:15.976 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:15.976 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:15.977 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-022e-0000-000000000000.exml...
13:00:15.977 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:15.977 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:15.977 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-022e-0000-000000000000.exml...
13:00:15.979 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-022e-0000-000000000000.exml
13:00:15.981 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:00:15.982 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-022e-0000-000000000000.exml
13:00:15.983 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:00:15.983 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-022e-0000-000000000000.exml.
0s6ms [pure insertion]
marking any relevant derived attributes for update...13:00:15.983 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:15.983 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:15.984 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ee97796b-de99-11de-905b-001302895b2b.exml...
13:00:15.984 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:15.984 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:15.984 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ee97796b-de99-11de-905b-001302895b2b.exml...
13:00:15.986 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ee97796b-de99-11de-905b-001302895b2b.exml
13:00:15.989 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:00:15.989 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ee97796b-de99-11de-905b-001302895b2b.exml
13:00:15.992 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:00:15.992 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ee97796b-de99-11de-905b-001302895b2b.exml.
0s8ms [pure insertion]
marking any relevant derived attributes for update...13:00:15.992 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:15.992 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:15.993 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1ac4-0000-2f04-0000-000000000000.exml...
13:00:15.993 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:15.993 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:15.993 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1ac4-0000-2f04-0000-000000000000.exml...
13:00:15.995 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1ac4-0000-2f04-0000-000000000000.exml
13:00:15.997 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:00:15.997 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1ac4-0000-2f04-0000-000000000000.exml
13:00:15.999 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:00:15.999 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1ac4-0000-2f04-0000-000000000000.exml.
0s6ms [pure insertion]
marking any relevant derived attributes for update...13:00:15.999 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:15.999 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:16.000 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/55bdd09f-86d4-40c2-8487-c288a8af4ec3.exml...
13:00:16.000 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:16.000 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:16.000 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/55bdd09f-86d4-40c2-8487-c288a8af4ec3.exml...
13:00:16.062 [pool-52-thread-1] ERROR o.e.hawk.greycat.lucene.SoftTxLucene - Periodic commit of Lucene at MMapDirectory@/tmp/junit7395081700194329967/test_create[LevelDB GreyCat]/lucene lockFactory=org.apache.lucene.store.NativeFSLockFactory@a8c1f44 failed
java.nio.file.NoSuchFileException: /tmp/junit7395081700194329967/test_create[LevelDB GreyCat]/lucene/write.lock
	at sun.nio.fs.UnixException.translateToIOException(UnixException.java:86) ~[na:1.8.0_282]
	at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:102) ~[na:1.8.0_282]
	at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:107) ~[na:1.8.0_282]
	at sun.nio.fs.UnixFileAttributeViews$Basic.readAttributes(UnixFileAttributeViews.java:55) ~[na:1.8.0_282]
	at sun.nio.fs.UnixFileSystemProvider.readAttributes(UnixFileSystemProvider.java:144) ~[na:1.8.0_282]
	at sun.nio.fs.LinuxFileSystemProvider.readAttributes(LinuxFileSystemProvider.java:99) ~[na:1.8.0_282]
	at java.nio.file.Files.readAttributes(Files.java:1737) ~[na:1.8.0_282]
	at org.apache.lucene.store.NativeFSLockFactory$NativeFSLock.ensureValid(NativeFSLockFactory.java:189) ~[na:na]
	at org.apache.lucene.store.LockValidatingDirectoryWrapper.syncMetaData(LockValidatingDirectoryWrapper.java:61) ~[na:na]
	at org.apache.lucene.index.SegmentInfos.prepareCommit(SegmentInfos.java:758) ~[na:na]
	at org.apache.lucene.index.IndexWriter.startCommit(IndexWriter.java:4793) ~[na:na]
	at org.apache.lucene.index.IndexWriter.prepareCommitInternal(IndexWriter.java:3326) ~[na:na]
	at org.apache.lucene.index.IndexWriter.commitInternal(IndexWriter.java:3458) ~[na:na]
	at org.apache.lucene.index.IndexWriter.commit(IndexWriter.java:3423) ~[na:na]
	at org.eclipse.hawk.greycat.lucene.SoftTxLucene.lambda$0(SoftTxLucene.java:99) ~[org.eclipse.hawk.greycat-2.2.0-SNAPSHOT.jar:na]
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) ~[na:1.8.0_282]
	at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308) ~[na:1.8.0_282]
	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180) ~[na:1.8.0_282]
	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294) ~[na:1.8.0_282]
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) ~[na:1.8.0_282]
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) ~[na:1.8.0_282]
	at java.lang.Thread.run(Thread.java:748) ~[na:1.8.0_282]
13:00:16.063 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/55bdd09f-86d4-40c2-8487-c288a8af4ec3.exml
13:00:16.065 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
13:00:16.065 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/55bdd09f-86d4-40c2-8487-c288a8af4ec3.exml
13:00:16.067 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:00:16.067 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/55bdd09f-86d4-40c2-8487-c288a8af4ec3.exml.
0s67ms [pure insertion]
marking any relevant derived attributes for update...13:00:16.067 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:16.067 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:16.068 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/bc36b99e-8470-4aee-ba2a-5012c0a17525.exml...
13:00:16.068 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:16.068 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:16.068 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/bc36b99e-8470-4aee-ba2a-5012c0a17525.exml...
13:00:16.070 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/bc36b99e-8470-4aee-ba2a-5012c0a17525.exml
13:00:16.073 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:00:16.073 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/bc36b99e-8470-4aee-ba2a-5012c0a17525.exml
13:00:16.076 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:00:16.076 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/bc36b99e-8470-4aee-ba2a-5012c0a17525.exml.
0s8ms [pure insertion]
marking any relevant derived attributes for update...13:00:16.076 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:16.076 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:16.076 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/994fc1e3-c2f9-11de-8ac8-001302895b2b.exml...
13:00:16.076 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:16.076 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:16.076 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/994fc1e3-c2f9-11de-8ac8-001302895b2b.exml...
13:00:16.078 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/994fc1e3-c2f9-11de-8ac8-001302895b2b.exml
13:00:16.081 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:00:16.081 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/994fc1e3-c2f9-11de-8ac8-001302895b2b.exml
13:00:16.083 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:00:16.083 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/994fc1e3-c2f9-11de-8ac8-001302895b2b.exml.
0s7ms [pure insertion]
marking any relevant derived attributes for update...13:00:16.083 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:16.083 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:16.083 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/b355cc6c-c4aa-11df-b100-001302895b2b.exml...
13:00:16.083 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:16.083 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:16.083 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/b355cc6c-c4aa-11df-b100-001302895b2b.exml...
13:00:16.085 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/b355cc6c-c4aa-11df-b100-001302895b2b.exml
13:00:16.088 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:00:16.088 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/b355cc6c-c4aa-11df-b100-001302895b2b.exml
13:00:16.090 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:00:16.090 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/b355cc6c-c4aa-11df-b100-001302895b2b.exml.
0s7ms [pure insertion]
marking any relevant derived attributes for update...13:00:16.090 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:16.090 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:16.090 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/5d167c0f-df53-11de-b2b1-001302895b2b.exml...
13:00:16.090 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:16.091 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:16.091 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/5d167c0f-df53-11de-b2b1-001302895b2b.exml...
13:00:16.093 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/5d167c0f-df53-11de-b2b1-001302895b2b.exml
13:00:16.095 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:00:16.095 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/5d167c0f-df53-11de-b2b1-001302895b2b.exml
13:00:16.099 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:00:16.099 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/5d167c0f-df53-11de-b2b1-001302895b2b.exml.
0s9ms [pure insertion]
marking any relevant derived attributes for update...13:00:16.099 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s64ms
13:00:16.163 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s64ms
13:00:16.163 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/00300000-0000-0032-0000-000000000000.exml...
13:00:16.164 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:16.164 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:16.164 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/00300000-0000-0032-0000-000000000000.exml...
13:00:16.166 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/00300000-0000-0032-0000-000000000000.exml
13:00:16.168 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:00:16.169 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/00300000-0000-0032-0000-000000000000.exml
13:00:16.171 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:00:16.171 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/00300000-0000-0032-0000-000000000000.exml.
0s8ms [pure insertion]
marking any relevant derived attributes for update...13:00:16.171 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:16.171 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:16.172 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00080cf0-0000-00bc-0000-000000000000.exml...
13:00:16.172 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:16.172 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:16.172 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00080cf0-0000-00bc-0000-000000000000.exml...
13:00:16.174 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00080cf0-0000-00bc-0000-000000000000.exml
13:00:16.183 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 4 NODES AND 4 M->MM REFERENCES! (took ~13sec)
13:00:16.183 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00080cf0-0000-00bc-0000-000000000000.exml
13:00:16.192 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec)
13:00:16.192 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00080cf0-0000-00bc-0000-000000000000.exml.
0s20ms [pure insertion]
marking any relevant derived attributes for update...13:00:16.192 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:16.192 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:16.192 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/8c44d73d-5d0b-11df-a996-001302895b2b.exml...
13:00:16.192 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:16.193 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:16.193 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/8c44d73d-5d0b-11df-a996-001302895b2b.exml...
13:00:16.194 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/8c44d73d-5d0b-11df-a996-001302895b2b.exml
13:00:16.197 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:00:16.197 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/8c44d73d-5d0b-11df-a996-001302895b2b.exml
13:00:16.199 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:00:16.199 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/8c44d73d-5d0b-11df-a996-001302895b2b.exml.
0s7ms [pure insertion]
marking any relevant derived attributes for update...13:00:16.199 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:16.199 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:16.200 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0fc2-0000-000000000000.exml...
13:00:16.200 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:16.200 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:16.200 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0fc2-0000-000000000000.exml...
13:00:16.263 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0fc2-0000-000000000000.exml
13:00:16.269 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
13:00:16.269 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0fc2-0000-000000000000.exml
13:00:16.273 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
13:00:16.273 [pool-53-thread-1] ERROR o.e.hawk.greycat.lucene.SoftTxLucene - Periodic commit of Lucene at MMapDirectory@/tmp/junit5983990177512336574/test_recreate[LevelDB GreyCat]/lucene lockFactory=org.apache.lucene.store.NativeFSLockFactory@a8c1f44 failed
java.nio.file.NoSuchFileException: /tmp/junit5983990177512336574/test_recreate[LevelDB GreyCat]/lucene/write.lock
	at sun.nio.fs.UnixException.translateToIOException(UnixException.java:86) ~[na:1.8.0_282]
	at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:102) ~[na:1.8.0_282]
	at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:107) ~[na:1.8.0_282]
	at sun.nio.fs.UnixFileAttributeViews$Basic.readAttributes(UnixFileAttributeViews.java:55) ~[na:1.8.0_282]
	at sun.nio.fs.UnixFileSystemProvider.readAttributes(UnixFileSystemProvider.java:144) ~[na:1.8.0_282]
	at sun.nio.fs.LinuxFileSystemProvider.readAttributes(LinuxFileSystemProvider.java:99) ~[na:1.8.0_282]
	at java.nio.file.Files.readAttributes(Files.java:1737) ~[na:1.8.0_282]
	at org.apache.lucene.store.NativeFSLockFactory$NativeFSLock.ensureValid(NativeFSLockFactory.java:189) ~[na:na]
	at org.apache.lucene.store.LockValidatingDirectoryWrapper.syncMetaData(LockValidatingDirectoryWrapper.java:61) ~[na:na]
	at org.apache.lucene.index.SegmentInfos.prepareCommit(SegmentInfos.java:758) ~[na:na]
	at org.apache.lucene.index.IndexWriter.startCommit(IndexWriter.java:4793) ~[na:na]
	at org.apache.lucene.index.IndexWriter.prepareCommitInternal(IndexWriter.java:3326) ~[na:na]
	at org.apache.lucene.index.IndexWriter.commitInternal(IndexWriter.java:3458) ~[na:na]
	at org.apache.lucene.index.IndexWriter.commit(IndexWriter.java:3423) ~[na:na]
	at org.eclipse.hawk.greycat.lucene.SoftTxLucene.lambda$0(SoftTxLucene.java:99) ~[org.eclipse.hawk.greycat-2.2.0-SNAPSHOT.jar:na]
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) ~[na:1.8.0_282]
	at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308) ~[na:1.8.0_282]
	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180) ~[na:1.8.0_282]
	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294) ~[na:1.8.0_282]
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) ~[na:1.8.0_282]
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) ~[na:1.8.0_282]
	at java.lang.Thread.run(Thread.java:748) ~[na:1.8.0_282]
13:00:16.273 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0fc2-0000-000000000000.exml.
0s73ms [pure insertion]
marking any relevant derived attributes for update...13:00:16.273 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:16.273 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:16.274 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00bc470c-0000-0018-0000-000000000000.exml...
13:00:16.274 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:16.275 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:16.275 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00bc470c-0000-0018-0000-000000000000.exml...
13:00:16.277 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00bc470c-0000-0018-0000-000000000000.exml
13:00:16.386 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 23 NODES AND 23 M->MM REFERENCES! (took ~69sec)
13:00:16.386 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00bc470c-0000-0018-0000-000000000000.exml
13:00:16.495 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 22 REFERENCES! (took ~0 sec)
13:00:16.495 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00bc470c-0000-0018-0000-000000000000.exml.
0s221ms [pure insertion]
marking any relevant derived attributes for update...13:00:16.495 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
13:00:16.496 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
13:00:16.496 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/89c8bd8c-fa56-475b-9fe6-ffe3910cc35c.exml...
13:00:16.496 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:16.496 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:16.496 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/89c8bd8c-fa56-475b-9fe6-ffe3910cc35c.exml...
13:00:16.498 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/89c8bd8c-fa56-475b-9fe6-ffe3910cc35c.exml
13:00:16.503 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
13:00:16.503 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/89c8bd8c-fa56-475b-9fe6-ffe3910cc35c.exml
13:00:16.565 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
13:00:16.565 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/89c8bd8c-fa56-475b-9fe6-ffe3910cc35c.exml.
0s69ms [pure insertion]
marking any relevant derived attributes for update...13:00:16.565 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:16.565 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:16.566 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/e884c108-f73e-11e1-8cf3-002564c97630.exml...
13:00:16.566 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:16.566 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:16.566 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/e884c108-f73e-11e1-8cf3-002564c97630.exml...
13:00:16.568 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/e884c108-f73e-11e1-8cf3-002564c97630.exml
13:00:16.572 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
13:00:16.572 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/e884c108-f73e-11e1-8cf3-002564c97630.exml
13:00:16.576 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
13:00:16.576 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/e884c108-f73e-11e1-8cf3-002564c97630.exml.
0s10ms [pure insertion]
marking any relevant derived attributes for update...13:00:16.576 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:16.576 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:16.576 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00140d80-0000-0110-0000-000000000000.exml...
13:00:16.577 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:16.577 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:16.577 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00140d80-0000-0110-0000-000000000000.exml...
13:00:16.578 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00140d80-0000-0110-0000-000000000000.exml
13:00:16.588 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 4 NODES AND 4 M->MM REFERENCES! (took ~12sec)
13:00:16.588 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00140d80-0000-0110-0000-000000000000.exml
13:00:16.592 [pool-54-thread-1] ERROR o.e.hawk.greycat.lucene.SoftTxLucene - Periodic commit of Lucene at MMapDirectory@/tmp/junit4308936303106723010/test_changeLastRevision[LevelDB GreyCat]/lucene lockFactory=org.apache.lucene.store.NativeFSLockFactory@a8c1f44 failed
java.nio.file.NoSuchFileException: /tmp/junit4308936303106723010/test_changeLastRevision[LevelDB GreyCat]/lucene/write.lock
	at sun.nio.fs.UnixException.translateToIOException(UnixException.java:86) ~[na:1.8.0_282]
	at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:102) ~[na:1.8.0_282]
	at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:107) ~[na:1.8.0_282]
	at sun.nio.fs.UnixFileAttributeViews$Basic.readAttributes(UnixFileAttributeViews.java:55) ~[na:1.8.0_282]
	at sun.nio.fs.UnixFileSystemProvider.readAttributes(UnixFileSystemProvider.java:144) ~[na:1.8.0_282]
	at sun.nio.fs.LinuxFileSystemProvider.readAttributes(LinuxFileSystemProvider.java:99) ~[na:1.8.0_282]
	at java.nio.file.Files.readAttributes(Files.java:1737) ~[na:1.8.0_282]
	at org.apache.lucene.store.NativeFSLockFactory$NativeFSLock.ensureValid(NativeFSLockFactory.java:189) ~[na:na]
	at org.apache.lucene.store.LockValidatingDirectoryWrapper.syncMetaData(LockValidatingDirectoryWrapper.java:61) ~[na:na]
	at org.apache.lucene.index.SegmentInfos.prepareCommit(SegmentInfos.java:758) ~[na:na]
	at org.apache.lucene.index.IndexWriter.startCommit(IndexWriter.java:4793) ~[na:na]
	at org.apache.lucene.index.IndexWriter.prepareCommitInternal(IndexWriter.java:3326) ~[na:na]
	at org.apache.lucene.index.IndexWriter.commitInternal(IndexWriter.java:3458) ~[na:na]
	at org.apache.lucene.index.IndexWriter.commit(IndexWriter.java:3423) ~[na:na]
	at org.eclipse.hawk.greycat.lucene.SoftTxLucene.lambda$0(SoftTxLucene.java:99) ~[org.eclipse.hawk.greycat-2.2.0-SNAPSHOT.jar:na]
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) ~[na:1.8.0_282]
	at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308) ~[na:1.8.0_282]
	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180) ~[na:1.8.0_282]
	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294) ~[na:1.8.0_282]
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) ~[na:1.8.0_282]
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) ~[na:1.8.0_282]
	at java.lang.Thread.run(Thread.java:748) ~[na:1.8.0_282]
13:00:16.595 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec)
13:00:16.595 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00140d80-0000-0110-0000-000000000000.exml.
0s20ms [pure insertion]
marking any relevant derived attributes for update...13:00:16.596 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:16.596 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:16.596 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/4edcbbef-5d0a-11df-a996-001302895b2b.exml...
13:00:16.596 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:16.596 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:16.596 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/4edcbbef-5d0a-11df-a996-001302895b2b.exml...
13:00:16.598 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/4edcbbef-5d0a-11df-a996-001302895b2b.exml
13:00:16.601 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:00:16.601 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/4edcbbef-5d0a-11df-a996-001302895b2b.exml
13:00:16.661 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:00:16.661 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/4edcbbef-5d0a-11df-a996-001302895b2b.exml.
0s65ms [pure insertion]
marking any relevant derived attributes for update...13:00:16.661 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:16.661 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:16.662 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0233-0000-000000000000.exml...
13:00:16.662 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:16.662 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:16.662 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0233-0000-000000000000.exml...
13:00:16.665 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0233-0000-000000000000.exml
13:00:16.668 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:00:16.668 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0233-0000-000000000000.exml
13:00:16.670 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:00:16.670 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0233-0000-000000000000.exml.
0s8ms [pure insertion]
marking any relevant derived attributes for update...13:00:16.670 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:16.670 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:16.670 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/5791cd76-03ec-11e2-9c63-0027103f347d.exml...
13:00:16.670 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:16.670 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:16.670 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/5791cd76-03ec-11e2-9c63-0027103f347d.exml...
13:00:16.672 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/5791cd76-03ec-11e2-9c63-0027103f347d.exml
13:00:16.675 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:00:16.675 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/5791cd76-03ec-11e2-9c63-0027103f347d.exml
13:00:16.677 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:00:16.677 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/5791cd76-03ec-11e2-9c63-0027103f347d.exml.
0s7ms [pure insertion]
marking any relevant derived attributes for update...13:00:16.677 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:16.677 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:16.678 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d1-0000-000000000000.exml...
13:00:16.678 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:16.678 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:16.678 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d1-0000-000000000000.exml...
13:00:16.680 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d1-0000-000000000000.exml
13:00:16.692 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:00:16.692 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d1-0000-000000000000.exml
13:00:16.695 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:00:16.695 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d1-0000-000000000000.exml.
0s17ms [pure insertion]
marking any relevant derived attributes for update...13:00:16.695 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:16.695 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:16.695 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/74d7cf69-58eb-48e4-b71a-e5bb0f7570f7.exml...
13:00:16.695 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:16.696 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:16.696 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/74d7cf69-58eb-48e4-b71a-e5bb0f7570f7.exml...
13:00:16.699 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/74d7cf69-58eb-48e4-b71a-e5bb0f7570f7.exml
13:00:16.702 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:00:16.702 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/74d7cf69-58eb-48e4-b71a-e5bb0f7570f7.exml
13:00:16.704 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:00:16.704 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/74d7cf69-58eb-48e4-b71a-e5bb0f7570f7.exml.
0s9ms [pure insertion]
marking any relevant derived attributes for update...13:00:16.704 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:16.704 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:16.704 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01e5-0000-000000000000.exml...
13:00:16.704 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:16.704 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:16.704 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01e5-0000-000000000000.exml...
13:00:16.706 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01e5-0000-000000000000.exml
13:00:16.763 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:00:16.763 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01e5-0000-000000000000.exml
13:00:16.765 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:00:16.765 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01e5-0000-000000000000.exml.
0s61ms [pure insertion]
marking any relevant derived attributes for update...13:00:16.765 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:16.765 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:16.766 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001c-0000-000000000000.exml...
13:00:16.766 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:16.766 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:16.766 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001c-0000-000000000000.exml...
13:00:16.768 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001c-0000-000000000000.exml
13:00:16.801 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 15 NODES AND 15 M->MM REFERENCES! (took ~45sec)
13:00:16.801 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001c-0000-000000000000.exml
13:00:16.892 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 14 REFERENCES! (took ~0 sec)
13:00:16.892 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001c-0000-000000000000.exml.
0s126ms [pure insertion]
marking any relevant derived attributes for update...13:00:16.892 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:16.892 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:16.893 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/aa99ee06-c495-11de-ada1-001302895b2b.exml...
13:00:16.893 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:16.893 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:16.893 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/aa99ee06-c495-11de-ada1-001302895b2b.exml...
13:00:16.895 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/aa99ee06-c495-11de-ada1-001302895b2b.exml
13:00:16.897 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:00:16.898 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/aa99ee06-c495-11de-ada1-001302895b2b.exml
13:00:16.899 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:00:16.900 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/aa99ee06-c495-11de-ada1-001302895b2b.exml.
0s8ms [pure insertion]
marking any relevant derived attributes for update...13:00:16.900 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:16.900 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:16.900 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/946458b2-daf1-44b8-887b-12a0d9e5c2f6.exml...
13:00:16.900 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:16.900 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:16.900 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/946458b2-daf1-44b8-887b-12a0d9e5c2f6.exml...
13:00:16.962 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/946458b2-daf1-44b8-887b-12a0d9e5c2f6.exml
13:00:16.965 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:00:16.965 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/946458b2-daf1-44b8-887b-12a0d9e5c2f6.exml
13:00:16.966 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:00:16.967 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/946458b2-daf1-44b8-887b-12a0d9e5c2f6.exml.
0s67ms [pure insertion]
marking any relevant derived attributes for update...13:00:16.967 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:16.967 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:16.967 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/34ef5bd6-d7e4-11e2-b93f-0027103f347c.exml...
13:00:16.967 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:16.967 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:16.967 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/34ef5bd6-d7e4-11e2-b93f-0027103f347c.exml...
13:00:16.969 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/34ef5bd6-d7e4-11e2-b93f-0027103f347c.exml
13:00:16.972 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:00:16.972 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/34ef5bd6-d7e4-11e2-b93f-0027103f347c.exml
13:00:16.975 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:00:16.975 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/34ef5bd6-d7e4-11e2-b93f-0027103f347c.exml.
0s8ms [pure insertion]
marking any relevant derived attributes for update...13:00:16.975 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:16.975 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:16.976 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/435869cb-c2fd-11de-8ac8-001302895b2b.exml...
13:00:16.976 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:16.976 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:16.976 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/435869cb-c2fd-11de-8ac8-001302895b2b.exml...
13:00:16.977 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/435869cb-c2fd-11de-8ac8-001302895b2b.exml
13:00:16.980 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:00:16.980 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/435869cb-c2fd-11de-8ac8-001302895b2b.exml
13:00:16.982 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:00:16.982 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/435869cb-c2fd-11de-8ac8-001302895b2b.exml.
0s6ms [pure insertion]
marking any relevant derived attributes for update...13:00:16.982 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:16.982 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:16.982 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/142e9641-ca78-441c-9933-c13b113e2e69.exml...
13:00:16.982 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:16.982 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:16.982 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/142e9641-ca78-441c-9933-c13b113e2e69.exml...
13:00:16.984 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/142e9641-ca78-441c-9933-c13b113e2e69.exml
13:00:16.986 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
13:00:16.986 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/142e9641-ca78-441c-9933-c13b113e2e69.exml
13:00:16.988 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:00:16.988 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/142e9641-ca78-441c-9933-c13b113e2e69.exml.
0s6ms [pure insertion]
marking any relevant derived attributes for update...13:00:16.988 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:16.989 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:16.989 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f5-0000-000000000000.exml...
13:00:16.989 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:16.989 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:16.989 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f5-0000-000000000000.exml...
13:00:16.991 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f5-0000-000000000000.exml
13:00:16.994 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:00:16.994 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f5-0000-000000000000.exml
13:00:16.997 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:00:16.997 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f5-0000-000000000000.exml.
0s8ms [pure insertion]
marking any relevant derived attributes for update...13:00:16.997 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:16.997 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:16.997 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/72ada667-0b7f-4421-bd69-9b037642ed87.exml...
13:00:16.997 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:16.997 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:16.997 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/72ada667-0b7f-4421-bd69-9b037642ed87.exml...
13:00:16.999 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/72ada667-0b7f-4421-bd69-9b037642ed87.exml
13:00:17.002 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:00:17.002 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/72ada667-0b7f-4421-bd69-9b037642ed87.exml
13:00:17.061 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:00:17.061 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/72ada667-0b7f-4421-bd69-9b037642ed87.exml.
0s64ms [pure insertion]
marking any relevant derived attributes for update...13:00:17.061 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:17.061 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:17.062 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c45-0000-000000000000.exml...
13:00:17.062 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:17.062 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:17.062 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c45-0000-000000000000.exml...
13:00:17.064 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c45-0000-000000000000.exml
13:00:17.066 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:00:17.066 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c45-0000-000000000000.exml
13:00:17.067 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:00:17.067 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c45-0000-000000000000.exml.
0s5ms [pure insertion]
marking any relevant derived attributes for update...13:00:17.067 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:17.068 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:17.068 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d7-0000-000000000000.exml...
13:00:17.068 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:17.068 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:17.068 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d7-0000-000000000000.exml...
13:00:17.070 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d7-0000-000000000000.exml
13:00:17.072 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:00:17.072 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d7-0000-000000000000.exml
13:00:17.074 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:00:17.074 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d7-0000-000000000000.exml.
0s6ms [pure insertion]
marking any relevant derived attributes for update...13:00:17.074 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:17.074 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:17.075 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-08c8-0000-000000000000.exml...
13:00:17.075 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:17.076 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:17.076 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-08c8-0000-000000000000.exml...
13:00:17.078 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-08c8-0000-000000000000.exml
13:00:17.090 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 6 NODES AND 6 M->MM REFERENCES! (took ~17sec)
13:00:17.090 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-08c8-0000-000000000000.exml
13:00:17.164 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 5 REFERENCES! (took ~0 sec)
13:00:17.164 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-08c8-0000-000000000000.exml.
0s89ms [pure insertion]
marking any relevant derived attributes for update...13:00:17.164 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:17.164 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:17.165 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/Zoo/model/Standard.Package/ea878bd2-7ef9-4ce1-a11e-35fa129981bb.exml...
13:00:17.165 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:17.165 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:17.165 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/Zoo/model/Standard.Package/ea878bd2-7ef9-4ce1-a11e-35fa129981bb.exml...
13:00:17.167 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/Zoo/model/Standard.Package/ea878bd2-7ef9-4ce1-a11e-35fa129981bb.exml
13:00:17.171 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~6sec)
13:00:17.171 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/Zoo/model/Standard.Package/ea878bd2-7ef9-4ce1-a11e-35fa129981bb.exml
13:00:17.175 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:00:17.175 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/Zoo/model/Standard.Package/ea878bd2-7ef9-4ce1-a11e-35fa129981bb.exml.
0s11ms [pure insertion]
marking any relevant derived attributes for update...13:00:17.175 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:17.175 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:17.175 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00d0052c-0000-0143-0000-000000000000.exml...
13:00:17.175 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:17.175 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:17.175 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00d0052c-0000-0143-0000-000000000000.exml...
13:00:17.178 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00d0052c-0000-0143-0000-000000000000.exml
13:00:17.181 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:00:17.181 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00d0052c-0000-0143-0000-000000000000.exml
13:00:17.183 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:00:17.183 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00d0052c-0000-0143-0000-000000000000.exml.
0s8ms [pure insertion]
marking any relevant derived attributes for update...13:00:17.183 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:17.183 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:17.183 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0009-0000-000000000000.exml...
13:00:17.183 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:17.183 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:17.183 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0009-0000-000000000000.exml...
13:00:17.185 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0009-0000-000000000000.exml
13:00:17.189 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~8sec)
13:00:17.189 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0009-0000-000000000000.exml
13:00:17.191 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:00:17.191 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0009-0000-000000000000.exml.
0s8ms [pure insertion]
marking any relevant derived attributes for update...13:00:17.191 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:17.191 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:17.191 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-000f-0000-000000000000.exml...
13:00:17.191 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:17.191 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:17.191 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-000f-0000-000000000000.exml...
13:00:17.193 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-000f-0000-000000000000.exml
13:00:17.197 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~8sec)
13:00:17.197 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-000f-0000-000000000000.exml
13:00:17.199 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:00:17.199 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-000f-0000-000000000000.exml.
0s8ms [pure insertion]
marking any relevant derived attributes for update...13:00:17.199 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:17.199 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:17.200 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/679a9417-8f06-4255-a409-1e1f7136e418.exml...
13:00:17.200 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:17.200 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:17.200 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/679a9417-8f06-4255-a409-1e1f7136e418.exml...
13:00:17.202 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/679a9417-8f06-4255-a409-1e1f7136e418.exml
13:00:17.205 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:00:17.206 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/679a9417-8f06-4255-a409-1e1f7136e418.exml
13:00:17.207 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:00:17.207 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/679a9417-8f06-4255-a409-1e1f7136e418.exml.
0s7ms [pure insertion]
marking any relevant derived attributes for update...13:00:17.207 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:17.207 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:17.208 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/641a5778-89a9-11df-9978-0014224f9977.exml...
13:00:17.208 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:17.208 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:17.208 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/641a5778-89a9-11df-9978-0014224f9977.exml...
13:00:17.263 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/641a5778-89a9-11df-9978-0014224f9977.exml
13:00:17.278 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 7 NODES AND 7 M->MM REFERENCES! (took ~21sec)
13:00:17.278 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/641a5778-89a9-11df-9978-0014224f9977.exml
13:00:17.291 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 6 REFERENCES! (took ~0 sec)
13:00:17.291 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/641a5778-89a9-11df-9978-0014224f9977.exml.
0s83ms [pure insertion]
marking any relevant derived attributes for update...13:00:17.291 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:17.291 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:17.291 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/f9061fa3-c2fc-11de-8ac8-001302895b2b.exml...
13:00:17.291 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:17.291 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:17.291 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/f9061fa3-c2fc-11de-8ac8-001302895b2b.exml...
13:00:17.294 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/f9061fa3-c2fc-11de-8ac8-001302895b2b.exml
13:00:17.298 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:00:17.298 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/f9061fa3-c2fc-11de-8ac8-001302895b2b.exml
13:00:17.299 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:00:17.299 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/f9061fa3-c2fc-11de-8ac8-001302895b2b.exml.
0s8ms [pure insertion]
marking any relevant derived attributes for update...13:00:17.299 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:17.299 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:17.300 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00bc470c-0000-002a-0000-000000000000.exml...
13:00:17.300 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:17.300 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:17.300 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00bc470c-0000-002a-0000-000000000000.exml...
13:00:17.302 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00bc470c-0000-002a-0000-000000000000.exml
13:00:17.365 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~10sec)
13:00:17.365 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00bc470c-0000-002a-0000-000000000000.exml
13:00:17.371 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
13:00:17.371 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00bc470c-0000-002a-0000-000000000000.exml.
0s71ms [pure insertion]
marking any relevant derived attributes for update...13:00:17.371 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:17.371 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:17.372 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/fca54004-5d0d-11df-a996-001302895b2b.exml...
13:00:17.372 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:17.372 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:17.372 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/fca54004-5d0d-11df-a996-001302895b2b.exml...
13:00:17.375 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/fca54004-5d0d-11df-a996-001302895b2b.exml
13:00:17.377 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:00:17.377 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/fca54004-5d0d-11df-a996-001302895b2b.exml
13:00:17.379 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:00:17.379 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/fca54004-5d0d-11df-a996-001302895b2b.exml.
0s7ms [pure insertion]
marking any relevant derived attributes for update...13:00:17.379 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:17.379 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:17.380 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-0007-0000-000000000000.exml...
13:00:17.380 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:17.380 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:17.380 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-0007-0000-000000000000.exml...
13:00:17.382 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-0007-0000-000000000000.exml
13:00:17.384 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:00:17.384 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-0007-0000-000000000000.exml
13:00:17.386 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:00:17.386 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-0007-0000-000000000000.exml.
0s6ms [pure insertion]
marking any relevant derived attributes for update...13:00:17.386 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:17.386 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:17.386 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/1b1ba62d-205e-11df-948e-001302895b2b.exml...
13:00:17.386 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:17.387 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:17.387 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/1b1ba62d-205e-11df-948e-001302895b2b.exml...
13:00:17.389 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/1b1ba62d-205e-11df-948e-001302895b2b.exml
13:00:17.391 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:00:17.391 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/1b1ba62d-205e-11df-948e-001302895b2b.exml
13:00:17.394 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:00:17.394 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/1b1ba62d-205e-11df-948e-001302895b2b.exml.
0s8ms [pure insertion]
marking any relevant derived attributes for update...13:00:17.394 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:17.394 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:17.394 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/Zoo/model/Analyst.AnalystProject/cf45c5ec-61ba-4a7c-83f7-edb79310dfb0.exml...
13:00:17.394 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:17.394 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:17.394 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/Zoo/model/Analyst.AnalystProject/cf45c5ec-61ba-4a7c-83f7-edb79310dfb0.exml...
13:00:17.397 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/Zoo/model/Analyst.AnalystProject/cf45c5ec-61ba-4a7c-83f7-edb79310dfb0.exml
13:00:17.401 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~4sec)
13:00:17.401 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/Zoo/model/Analyst.AnalystProject/cf45c5ec-61ba-4a7c-83f7-edb79310dfb0.exml
13:00:17.401 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:00:17.401 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/Zoo/model/Analyst.AnalystProject/cf45c5ec-61ba-4a7c-83f7-edb79310dfb0.exml.
0s7ms [pure insertion]
marking any relevant derived attributes for update...13:00:17.401 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:17.401 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:17.402 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01c5-0000-000000000000.exml...
13:00:17.402 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:17.402 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:17.402 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01c5-0000-000000000000.exml...
13:00:17.462 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01c5-0000-000000000000.exml
13:00:17.464 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:00:17.464 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01c5-0000-000000000000.exml
13:00:17.466 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:00:17.466 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01c5-0000-000000000000.exml.
0s64ms [pure insertion]
marking any relevant derived attributes for update...13:00:17.466 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:17.466 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:17.466 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/007006dc-0000-0139-0000-000000000000.exml...
13:00:17.466 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:17.466 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:17.467 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/007006dc-0000-0139-0000-000000000000.exml...
13:00:17.468 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/007006dc-0000-0139-0000-000000000000.exml
13:00:17.471 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:00:17.471 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/007006dc-0000-0139-0000-000000000000.exml
13:00:17.473 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:00:17.473 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/007006dc-0000-0139-0000-000000000000.exml.
0s7ms [pure insertion]
marking any relevant derived attributes for update...13:00:17.473 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:17.473 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:17.474 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0a37-0000-000000000000.exml...
13:00:17.474 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:17.474 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:17.474 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0a37-0000-000000000000.exml...
13:00:17.477 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0a37-0000-000000000000.exml
13:00:17.479 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:00:17.479 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0a37-0000-000000000000.exml
13:00:17.481 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:00:17.481 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0a37-0000-000000000000.exml.
0s7ms [pure insertion]
marking any relevant derived attributes for update...13:00:17.481 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:17.481 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:17.481 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/68c63e60-70d6-11e0-872f-0027103f347c.exml...
13:00:17.481 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:17.482 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:17.482 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/68c63e60-70d6-11e0-872f-0027103f347c.exml...
13:00:17.483 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/68c63e60-70d6-11e0-872f-0027103f347c.exml
13:00:17.487 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~6sec)
13:00:17.488 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/68c63e60-70d6-11e0-872f-0027103f347c.exml
13:00:17.491 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
13:00:17.491 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/68c63e60-70d6-11e0-872f-0027103f347c.exml.
0s10ms [pure insertion]
marking any relevant derived attributes for update...13:00:17.491 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:17.491 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:17.492 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c46-0000-000000000000.exml...
13:00:17.492 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:17.492 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:17.492 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c46-0000-000000000000.exml...
13:00:17.494 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c46-0000-000000000000.exml
13:00:17.497 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:00:17.497 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c46-0000-000000000000.exml
13:00:17.499 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:00:17.499 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c46-0000-000000000000.exml.
0s7ms [pure insertion]
marking any relevant derived attributes for update...13:00:17.499 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:17.499 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:17.500 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/a27efc42-08b8-4e7d-95c6-b393e6fe5fba.exml...
13:00:17.500 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:17.500 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:17.500 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/a27efc42-08b8-4e7d-95c6-b393e6fe5fba.exml...
13:00:17.502 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/a27efc42-08b8-4e7d-95c6-b393e6fe5fba.exml
13:00:17.506 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
13:00:17.506 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/a27efc42-08b8-4e7d-95c6-b393e6fe5fba.exml
13:00:17.563 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
13:00:17.563 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/a27efc42-08b8-4e7d-95c6-b393e6fe5fba.exml.
0s63ms [pure insertion]
marking any relevant derived attributes for update...13:00:17.563 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:17.563 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:17.563 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/fec357b7-2501-4c75-8cdb-8b4da1836074.exml...
13:00:17.563 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:17.563 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:17.563 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/fec357b7-2501-4c75-8cdb-8b4da1836074.exml...
13:00:17.565 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/fec357b7-2501-4c75-8cdb-8b4da1836074.exml
13:00:17.568 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
13:00:17.568 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/fec357b7-2501-4c75-8cdb-8b4da1836074.exml
13:00:17.572 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:00:17.572 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/fec357b7-2501-4c75-8cdb-8b4da1836074.exml.
0s9ms [pure insertion]
marking any relevant derived attributes for update...13:00:17.572 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:17.572 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:17.572 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/9fb5321d-c2fc-11de-8ac8-001302895b2b.exml...
13:00:17.572 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:17.572 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:17.572 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/9fb5321d-c2fc-11de-8ac8-001302895b2b.exml...
13:00:17.574 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/9fb5321d-c2fc-11de-8ac8-001302895b2b.exml
13:00:17.576 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:00:17.576 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/9fb5321d-c2fc-11de-8ac8-001302895b2b.exml
13:00:17.578 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:00:17.578 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/9fb5321d-c2fc-11de-8ac8-001302895b2b.exml.
0s6ms [pure insertion]
marking any relevant derived attributes for update...13:00:17.578 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:17.578 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:17.579 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0229-0000-000000000000.exml...
13:00:17.579 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:17.579 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:17.579 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0229-0000-000000000000.exml...
13:00:17.581 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0229-0000-000000000000.exml
13:00:17.583 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:00:17.583 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0229-0000-000000000000.exml
13:00:17.585 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:00:17.585 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0229-0000-000000000000.exml.
0s6ms [pure insertion]
marking any relevant derived attributes for update...13:00:17.585 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:17.585 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:17.585 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01fe-0000-000000000000.exml...
13:00:17.585 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:17.586 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:17.586 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01fe-0000-000000000000.exml...
13:00:17.587 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01fe-0000-000000000000.exml
13:00:17.590 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:00:17.590 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01fe-0000-000000000000.exml
13:00:17.676 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:00:17.676 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01fe-0000-000000000000.exml.
0s91ms [pure insertion]
marking any relevant derived attributes for update...13:00:17.676 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:17.676 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:17.676 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/8ed6276e-5821-11df-be59-001302895b2b.exml...
13:00:17.676 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:17.677 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:17.677 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/8ed6276e-5821-11df-be59-001302895b2b.exml...
13:00:17.678 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/8ed6276e-5821-11df-be59-001302895b2b.exml
13:00:17.681 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:00:17.681 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/8ed6276e-5821-11df-be59-001302895b2b.exml
13:00:17.682 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:00:17.682 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/8ed6276e-5821-11df-be59-001302895b2b.exml.
0s6ms [pure insertion]
marking any relevant derived attributes for update...13:00:17.682 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:17.682 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:17.683 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/d09356f1-c2fc-11de-8ac8-001302895b2b.exml...
13:00:17.683 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:17.683 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:17.683 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/d09356f1-c2fc-11de-8ac8-001302895b2b.exml...
13:00:17.685 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/d09356f1-c2fc-11de-8ac8-001302895b2b.exml
13:00:17.687 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:00:17.687 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/d09356f1-c2fc-11de-8ac8-001302895b2b.exml
13:00:17.689 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:00:17.689 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/d09356f1-c2fc-11de-8ac8-001302895b2b.exml.
0s6ms [pure insertion]
marking any relevant derived attributes for update...13:00:17.689 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:17.689 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:17.689 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/897d11ed-d82c-4037-9a24-9b1b9e56cd3a.exml...
13:00:17.689 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:17.690 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:17.690 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/897d11ed-d82c-4037-9a24-9b1b9e56cd3a.exml...
13:00:17.692 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/897d11ed-d82c-4037-9a24-9b1b9e56cd3a.exml
13:00:17.707 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 7 NODES AND 7 M->MM REFERENCES! (took ~21sec)
13:00:17.707 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/897d11ed-d82c-4037-9a24-9b1b9e56cd3a.exml
13:00:17.777 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 6 REFERENCES! (took ~0 sec)
13:00:17.777 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/897d11ed-d82c-4037-9a24-9b1b9e56cd3a.exml.
0s88ms [pure insertion]
marking any relevant derived attributes for update...13:00:17.777 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:17.777 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:17.777 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f3-0000-000000000000.exml...
13:00:17.777 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:17.777 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:17.777 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f3-0000-000000000000.exml...
13:00:17.779 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f3-0000-000000000000.exml
13:00:17.781 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:00:17.781 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f3-0000-000000000000.exml
13:00:17.783 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:00:17.783 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f3-0000-000000000000.exml.
0s6ms [pure insertion]
marking any relevant derived attributes for update...13:00:17.783 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:17.783 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:17.783 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-000b-0000-000000000000.exml...
13:00:17.783 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:17.784 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:17.784 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-000b-0000-000000000000.exml...
13:00:17.786 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-000b-0000-000000000000.exml
13:00:17.789 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~8sec)
13:00:17.789 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-000b-0000-000000000000.exml
13:00:17.792 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:00:17.792 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-000b-0000-000000000000.exml.
0s9ms [pure insertion]
marking any relevant derived attributes for update...13:00:17.792 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
13:00:17.793 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
13:00:17.793 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/90a0e341-5d0d-11df-a996-001302895b2b.exml...
13:00:17.793 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:17.793 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:17.793 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/90a0e341-5d0d-11df-a996-001302895b2b.exml...
13:00:17.795 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/90a0e341-5d0d-11df-a996-001302895b2b.exml
13:00:17.797 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:00:17.797 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/90a0e341-5d0d-11df-a996-001302895b2b.exml
13:00:17.799 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:00:17.799 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/90a0e341-5d0d-11df-a996-001302895b2b.exml.
0s6ms [pure insertion]
marking any relevant derived attributes for update...13:00:17.799 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:17.799 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:17.799 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/e84f38cb-2400-4ecd-81b0-eb8734c0e20b.exml...
13:00:17.799 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:17.799 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:17.799 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/e84f38cb-2400-4ecd-81b0-eb8734c0e20b.exml...
13:00:17.801 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/e84f38cb-2400-4ecd-81b0-eb8734c0e20b.exml
13:00:17.803 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
13:00:17.803 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/e84f38cb-2400-4ecd-81b0-eb8734c0e20b.exml
13:00:17.805 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:00:17.805 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/e84f38cb-2400-4ecd-81b0-eb8734c0e20b.exml.
0s6ms [pure insertion]
marking any relevant derived attributes for update...13:00:17.805 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:17.806 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:17.806 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0238-0000-000000000000.exml...
13:00:17.806 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:17.806 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:17.861 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0238-0000-000000000000.exml...
13:00:17.863 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0238-0000-000000000000.exml
13:00:17.866 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:00:17.866 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0238-0000-000000000000.exml
13:00:17.869 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:00:17.869 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0238-0000-000000000000.exml.
0s63ms [pure insertion]
marking any relevant derived attributes for update...13:00:17.869 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:17.869 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:17.870 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/051f4291-f151-4147-99c5-fd78221f49e2.exml...
13:00:17.870 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:17.870 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:17.870 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/051f4291-f151-4147-99c5-fd78221f49e2.exml...
13:00:17.872 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/051f4291-f151-4147-99c5-fd78221f49e2.exml
13:00:17.874 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:00:17.874 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/051f4291-f151-4147-99c5-fd78221f49e2.exml
13:00:17.876 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:00:17.876 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/051f4291-f151-4147-99c5-fd78221f49e2.exml.
0s6ms [pure insertion]
marking any relevant derived attributes for update...13:00:17.876 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:17.876 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:17.876 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c0f03827-5d0b-11df-a996-001302895b2b.exml...
13:00:17.876 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:17.876 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:17.876 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c0f03827-5d0b-11df-a996-001302895b2b.exml...
13:00:17.878 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c0f03827-5d0b-11df-a996-001302895b2b.exml
13:00:17.880 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:00:17.880 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c0f03827-5d0b-11df-a996-001302895b2b.exml
13:00:17.883 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:00:17.883 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c0f03827-5d0b-11df-a996-001302895b2b.exml.
0s7ms [pure insertion]
marking any relevant derived attributes for update...13:00:17.883 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:17.883 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:17.884 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01bf-0000-000000000000.exml...
13:00:17.884 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:17.884 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:17.884 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01bf-0000-000000000000.exml...
13:00:17.887 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01bf-0000-000000000000.exml
13:00:17.891 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:00:17.891 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01bf-0000-000000000000.exml
13:00:17.894 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:00:17.894 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01bf-0000-000000000000.exml.
0s10ms [pure insertion]
marking any relevant derived attributes for update...13:00:17.894 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:17.894 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:17.895 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/433bb965-77f8-4b1b-9ace-864e5af81454.exml...
13:00:17.895 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:17.895 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:17.895 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/433bb965-77f8-4b1b-9ace-864e5af81454.exml...
13:00:17.897 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/433bb965-77f8-4b1b-9ace-864e5af81454.exml
13:00:17.964 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
13:00:17.964 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/433bb965-77f8-4b1b-9ace-864e5af81454.exml
13:00:17.968 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
13:00:17.968 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/433bb965-77f8-4b1b-9ace-864e5af81454.exml.
0s73ms [pure insertion]
marking any relevant derived attributes for update...13:00:17.968 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:17.968 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:17.969 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/007004e8-0000-0282-0000-000000000000.exml...
13:00:17.969 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:17.969 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:17.969 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/007004e8-0000-0282-0000-000000000000.exml...
13:00:17.971 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/007004e8-0000-0282-0000-000000000000.exml
13:00:17.974 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:00:17.974 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/007004e8-0000-0282-0000-000000000000.exml
13:00:17.983 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:00:17.983 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/007004e8-0000-0282-0000-000000000000.exml.
0s14ms [pure insertion]
marking any relevant derived attributes for update...13:00:17.983 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:17.983 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:17.983 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-024c-0000-000000000000.exml...
13:00:17.983 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:17.986 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:17.986 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-024c-0000-000000000000.exml...
13:00:17.987 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-024c-0000-000000000000.exml
13:00:17.990 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:00:17.990 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-024c-0000-000000000000.exml
13:00:17.992 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:00:17.992 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-024c-0000-000000000000.exml.
0s9ms [pure insertion]
marking any relevant derived attributes for update...13:00:17.992 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:17.992 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:17.993 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/5d357779-c2fd-11de-8ac8-001302895b2b.exml...
13:00:17.993 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:17.993 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:17.993 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/5d357779-c2fd-11de-8ac8-001302895b2b.exml...
13:00:17.995 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/5d357779-c2fd-11de-8ac8-001302895b2b.exml
13:00:17.997 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:00:17.997 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/5d357779-c2fd-11de-8ac8-001302895b2b.exml
13:00:17.999 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:00:17.999 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/5d357779-c2fd-11de-8ac8-001302895b2b.exml.
0s6ms [pure insertion]
marking any relevant derived attributes for update...13:00:17.999 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:17.999 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:17.999 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00bc470c-0000-001b-0000-000000000000.exml...
13:00:17.999 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:18.000 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:18.000 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00bc470c-0000-001b-0000-000000000000.exml...
13:00:18.001 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00bc470c-0000-001b-0000-000000000000.exml
13:00:18.068 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 4 NODES AND 4 M->MM REFERENCES! (took ~13sec)
13:00:18.068 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00bc470c-0000-001b-0000-000000000000.exml
13:00:18.075 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec)
13:00:18.075 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00bc470c-0000-001b-0000-000000000000.exml.
0s76ms [pure insertion]
marking any relevant derived attributes for update...13:00:18.075 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:18.075 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:18.075 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0224-0000-000000000000.exml...
13:00:18.075 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:18.075 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:18.075 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0224-0000-000000000000.exml...
13:00:18.077 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0224-0000-000000000000.exml
13:00:18.080 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:00:18.080 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0224-0000-000000000000.exml
13:00:18.081 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:00:18.082 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0224-0000-000000000000.exml.
0s7ms [pure insertion]
marking any relevant derived attributes for update...13:00:18.082 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:18.082 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:18.082 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/89927bbf-c2f9-11de-8ac8-001302895b2b.exml...
13:00:18.082 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:18.082 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:18.082 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/89927bbf-c2f9-11de-8ac8-001302895b2b.exml...
13:00:18.086 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/89927bbf-c2f9-11de-8ac8-001302895b2b.exml
13:00:18.088 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:00:18.088 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/89927bbf-c2f9-11de-8ac8-001302895b2b.exml
13:00:18.090 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:00:18.090 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/89927bbf-c2f9-11de-8ac8-001302895b2b.exml.
0s8ms [pure insertion]
marking any relevant derived attributes for update...13:00:18.090 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:18.090 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:18.091 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.Artifact/4bb461ab-1cb8-4e47-ab98-5ab266bd55cb.exml...
13:00:18.091 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:18.091 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:18.091 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.Artifact/4bb461ab-1cb8-4e47-ab98-5ab266bd55cb.exml...
13:00:18.093 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.Artifact/4bb461ab-1cb8-4e47-ab98-5ab266bd55cb.exml
13:00:18.170 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 8 NODES AND 8 M->MM REFERENCES! (took ~27sec)
13:00:18.170 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.Artifact/4bb461ab-1cb8-4e47-ab98-5ab266bd55cb.exml
13:00:18.186 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 7 REFERENCES! (took ~0 sec)
13:00:18.187 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.Artifact/4bb461ab-1cb8-4e47-ab98-5ab266bd55cb.exml.
0s96ms [pure insertion]
marking any relevant derived attributes for update...13:00:18.187 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:18.187 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:18.187 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/b9654705-c2f9-11de-8ac8-001302895b2b.exml...
13:00:18.187 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:18.187 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:18.187 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/b9654705-c2f9-11de-8ac8-001302895b2b.exml...
13:00:18.189 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/b9654705-c2f9-11de-8ac8-001302895b2b.exml
13:00:18.191 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:00:18.191 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/b9654705-c2f9-11de-8ac8-001302895b2b.exml
13:00:18.193 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:00:18.193 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/b9654705-c2f9-11de-8ac8-001302895b2b.exml.
0s6ms [pure insertion]
marking any relevant derived attributes for update...13:00:18.193 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:18.193 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:18.193 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processed 100/309 files in repo file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ (2 sec, 2 sec total)
13:00:18.194 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/229bc921-c2fd-11de-8ac8-001302895b2b.exml...
13:00:18.194 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:18.194 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:18.194 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/229bc921-c2fd-11de-8ac8-001302895b2b.exml...
13:00:18.196 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/229bc921-c2fd-11de-8ac8-001302895b2b.exml
13:00:18.198 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:00:18.198 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/229bc921-c2fd-11de-8ac8-001302895b2b.exml
13:00:18.200 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:00:18.200 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/229bc921-c2fd-11de-8ac8-001302895b2b.exml.
0s6ms [pure insertion]
marking any relevant derived attributes for update...13:00:18.200 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
13:00:18.201 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
13:00:18.201 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f9-0000-000000000000.exml...
13:00:18.201 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:18.201 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:18.201 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f9-0000-000000000000.exml...
13:00:18.263 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f9-0000-000000000000.exml
13:00:18.267 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:00:18.267 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f9-0000-000000000000.exml
13:00:18.269 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:00:18.269 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f9-0000-000000000000.exml.
0s68ms [pure insertion]
marking any relevant derived attributes for update...13:00:18.269 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:18.269 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:18.269 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/2d98d6ca-5644-418a-9bae-94b5362d3c51.exml...
13:00:18.269 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:18.270 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:18.270 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/2d98d6ca-5644-418a-9bae-94b5362d3c51.exml...
13:00:18.271 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/2d98d6ca-5644-418a-9bae-94b5362d3c51.exml
13:00:18.283 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 6 NODES AND 6 M->MM REFERENCES! (took ~17sec)
13:00:18.283 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/2d98d6ca-5644-418a-9bae-94b5362d3c51.exml
13:00:18.296 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 5 REFERENCES! (took ~0 sec)
13:00:18.296 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/2d98d6ca-5644-418a-9bae-94b5362d3c51.exml.
0s27ms [pure insertion]
marking any relevant derived attributes for update...13:00:18.296 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:18.296 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:18.296 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-0258-0000-000000000000.exml...
13:00:18.296 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:18.296 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:18.296 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-0258-0000-000000000000.exml...
13:00:18.298 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-0258-0000-000000000000.exml
13:00:18.302 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
13:00:18.302 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-0258-0000-000000000000.exml
13:00:18.362 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
13:00:18.362 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-0258-0000-000000000000.exml.
0s66ms [pure insertion]
marking any relevant derived attributes for update...13:00:18.362 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:18.362 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:18.362 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0054070c-0000-005d-0000-000000000000.exml...
13:00:18.362 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:18.363 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:18.363 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0054070c-0000-005d-0000-000000000000.exml...
13:00:18.365 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0054070c-0000-005d-0000-000000000000.exml
13:00:18.368 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:00:18.369 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0054070c-0000-005d-0000-000000000000.exml
13:00:18.370 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:00:18.370 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0054070c-0000-005d-0000-000000000000.exml.
0s8ms [pure insertion]
marking any relevant derived attributes for update...13:00:18.370 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:18.370 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:18.371 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00080cf0-0000-0032-0000-000000000000.exml...
13:00:18.371 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:18.371 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:18.371 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00080cf0-0000-0032-0000-000000000000.exml...
13:00:18.373 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00080cf0-0000-0032-0000-000000000000.exml
13:00:18.380 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~10sec)
13:00:18.380 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00080cf0-0000-0032-0000-000000000000.exml
13:00:18.387 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
13:00:18.387 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00080cf0-0000-0032-0000-000000000000.exml.
0s16ms [pure insertion]
marking any relevant derived attributes for update...13:00:18.387 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:18.387 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:18.387 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c49-0000-000000000000.exml...
13:00:18.387 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:18.387 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:18.387 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c49-0000-000000000000.exml...
13:00:18.389 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c49-0000-000000000000.exml
13:00:18.391 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:00:18.391 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c49-0000-000000000000.exml
13:00:18.393 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:00:18.393 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c49-0000-000000000000.exml.
0s6ms [pure insertion]
marking any relevant derived attributes for update...13:00:18.393 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:18.393 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:18.394 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/fd1e7e3d-1c25-4e43-a8d0-23ad542da716.exml...
13:00:18.394 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:18.394 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:18.394 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/fd1e7e3d-1c25-4e43-a8d0-23ad542da716.exml...
13:00:18.396 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/fd1e7e3d-1c25-4e43-a8d0-23ad542da716.exml
13:00:18.467 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 5 NODES AND 5 M->MM REFERENCES! (took ~16sec)
13:00:18.467 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/fd1e7e3d-1c25-4e43-a8d0-23ad542da716.exml
13:00:18.475 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec)
13:00:18.475 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/fd1e7e3d-1c25-4e43-a8d0-23ad542da716.exml.
0s81ms [pure insertion]
marking any relevant derived attributes for update...13:00:18.475 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:18.475 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:18.476 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/859f8b76-5acc-4a9c-a5eb-973467388b13.exml...
13:00:18.476 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:18.476 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:18.476 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/859f8b76-5acc-4a9c-a5eb-973467388b13.exml...
13:00:18.478 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/859f8b76-5acc-4a9c-a5eb-973467388b13.exml
13:00:18.482 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:00:18.482 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/859f8b76-5acc-4a9c-a5eb-973467388b13.exml
13:00:18.483 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:00:18.483 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/859f8b76-5acc-4a9c-a5eb-973467388b13.exml.
0s7ms [pure insertion]
marking any relevant derived attributes for update...13:00:18.483 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
13:00:18.484 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
13:00:18.484 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/c9323813-e442-4925-94f6-d0f19c562420.exml...
13:00:18.484 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:18.484 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:18.484 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/c9323813-e442-4925-94f6-d0f19c562420.exml...
13:00:18.486 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/c9323813-e442-4925-94f6-d0f19c562420.exml
13:00:18.488 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
13:00:18.488 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/c9323813-e442-4925-94f6-d0f19c562420.exml
13:00:18.490 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:00:18.490 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/c9323813-e442-4925-94f6-d0f19c562420.exml.
0s6ms [pure insertion]
marking any relevant derived attributes for update...13:00:18.490 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:18.490 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:18.490 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/52d7cccb-c2fd-11de-8ac8-001302895b2b.exml...
13:00:18.490 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:18.490 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:18.490 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/52d7cccb-c2fd-11de-8ac8-001302895b2b.exml...
13:00:18.492 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/52d7cccb-c2fd-11de-8ac8-001302895b2b.exml
13:00:18.494 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:00:18.495 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/52d7cccb-c2fd-11de-8ac8-001302895b2b.exml
13:00:18.496 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:00:18.496 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/52d7cccb-c2fd-11de-8ac8-001302895b2b.exml.
0s7ms [pure insertion]
marking any relevant derived attributes for update...13:00:18.497 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:18.497 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:18.497 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-00b7-0000-000000000000.exml...
13:00:18.497 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:18.497 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:18.497 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-00b7-0000-000000000000.exml...
13:00:18.499 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-00b7-0000-000000000000.exml
13:00:18.503 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:00:18.503 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-00b7-0000-000000000000.exml
13:00:18.562 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:00:18.562 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-00b7-0000-000000000000.exml.
0s65ms [pure insertion]
marking any relevant derived attributes for update...13:00:18.562 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:18.562 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:18.562 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0faf-0000-000000000000.exml...
13:00:18.563 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:18.563 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:18.563 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0faf-0000-000000000000.exml...
13:00:18.564 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0faf-0000-000000000000.exml
13:00:18.569 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
13:00:18.569 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0faf-0000-000000000000.exml
13:00:18.572 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
13:00:18.572 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0faf-0000-000000000000.exml.
0s10ms [pure insertion]
marking any relevant derived attributes for update...13:00:18.572 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:18.572 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:18.573 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c7ba7024-eff5-4039-a4d4-c9ddcd0a3aed.exml...
13:00:18.573 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:18.573 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:18.573 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c7ba7024-eff5-4039-a4d4-c9ddcd0a3aed.exml...
13:00:18.575 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c7ba7024-eff5-4039-a4d4-c9ddcd0a3aed.exml
13:00:18.583 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~9sec)
13:00:18.583 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c7ba7024-eff5-4039-a4d4-c9ddcd0a3aed.exml
13:00:18.588 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
13:00:18.588 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c7ba7024-eff5-4039-a4d4-c9ddcd0a3aed.exml.
0s15ms [pure insertion]
marking any relevant derived attributes for update...13:00:18.588 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:18.588 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:18.588 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01fb-0000-000000000000.exml...
13:00:18.588 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:18.588 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:18.588 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01fb-0000-000000000000.exml...
13:00:18.590 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01fb-0000-000000000000.exml
13:00:18.592 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:00:18.592 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01fb-0000-000000000000.exml
13:00:18.595 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:00:18.595 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01fb-0000-000000000000.exml.
0s7ms [pure insertion]
marking any relevant derived attributes for update...13:00:18.595 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:18.595 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:18.595 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-0206-0000-000000000000.exml...
13:00:18.595 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:18.595 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:18.595 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-0206-0000-000000000000.exml...
13:00:18.597 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-0206-0000-000000000000.exml
13:00:18.601 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:00:18.601 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-0206-0000-000000000000.exml
13:00:18.603 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:00:18.603 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-0206-0000-000000000000.exml.
0s8ms [pure insertion]
marking any relevant derived attributes for update...13:00:18.603 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:18.603 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:18.603 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/3afb2822-6518-4c74-9e9a-404317519061.exml...
13:00:18.603 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:18.604 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:18.604 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/3afb2822-6518-4c74-9e9a-404317519061.exml...
13:00:18.663 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/3afb2822-6518-4c74-9e9a-404317519061.exml
13:00:18.665 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
13:00:18.665 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/3afb2822-6518-4c74-9e9a-404317519061.exml
13:00:18.667 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:00:18.667 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/3afb2822-6518-4c74-9e9a-404317519061.exml.
0s64ms [pure insertion]
marking any relevant derived attributes for update...13:00:18.667 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:18.667 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:18.667 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.ModuleComponent/00000000-0000-2710-0000-000000000000.exml...
13:00:18.667 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:18.668 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:18.668 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.ModuleComponent/00000000-0000-2710-0000-000000000000.exml...
13:00:18.669 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.ModuleComponent/00000000-0000-2710-0000-000000000000.exml
13:00:18.674 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~4sec)
13:00:18.674 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.ModuleComponent/00000000-0000-2710-0000-000000000000.exml
13:00:18.676 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:00:18.676 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.ModuleComponent/00000000-0000-2710-0000-000000000000.exml.
0s9ms [pure insertion]
marking any relevant derived attributes for update...13:00:18.676 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:18.676 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:18.677 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/1c0bf642-a90f-11de-8613-001302895b2b.exml...
13:00:18.677 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:18.677 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:18.677 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/1c0bf642-a90f-11de-8613-001302895b2b.exml...
13:00:18.680 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/1c0bf642-a90f-11de-8613-001302895b2b.exml
13:00:18.684 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~6sec)
13:00:18.684 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/1c0bf642-a90f-11de-8613-001302895b2b.exml
13:00:18.688 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
13:00:18.688 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/1c0bf642-a90f-11de-8613-001302895b2b.exml.
0s11ms [pure insertion]
marking any relevant derived attributes for update...13:00:18.688 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:18.688 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:18.688 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0251-0000-000000000000.exml...
13:00:18.688 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:18.688 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:18.688 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0251-0000-000000000000.exml...
13:00:18.690 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0251-0000-000000000000.exml
13:00:18.692 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:00:18.692 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0251-0000-000000000000.exml
13:00:18.694 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:00:18.694 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0251-0000-000000000000.exml.
0s6ms [pure insertion]
marking any relevant derived attributes for update...13:00:18.694 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
13:00:18.695 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
13:00:18.695 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/753fc9f9-c136-449c-949c-4fa467511d99.exml...
13:00:18.695 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:18.695 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:18.695 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/753fc9f9-c136-449c-949c-4fa467511d99.exml...
13:00:18.697 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/753fc9f9-c136-449c-949c-4fa467511d99.exml
13:00:18.701 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:00:18.701 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/753fc9f9-c136-449c-949c-4fa467511d99.exml
13:00:18.703 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:00:18.703 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/753fc9f9-c136-449c-949c-4fa467511d99.exml.
0s8ms [pure insertion]
marking any relevant derived attributes for update...13:00:18.703 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:18.703 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:18.703 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00bc470c-0000-0035-0000-000000000000.exml...
13:00:18.703 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:18.703 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:18.703 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00bc470c-0000-0035-0000-000000000000.exml...
13:00:18.705 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00bc470c-0000-0035-0000-000000000000.exml
13:00:18.766 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~10sec)
13:00:18.766 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00bc470c-0000-0035-0000-000000000000.exml
13:00:18.773 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
13:00:18.773 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00bc470c-0000-0035-0000-000000000000.exml.
0s70ms [pure insertion]
marking any relevant derived attributes for update...13:00:18.773 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
13:00:18.774 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
13:00:18.774 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/aeb07ec3-af96-4069-af14-0436082805ca.exml...
13:00:18.774 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:18.774 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:18.774 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/aeb07ec3-af96-4069-af14-0436082805ca.exml...
13:00:18.777 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/aeb07ec3-af96-4069-af14-0436082805ca.exml
13:00:18.782 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
13:00:18.782 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/aeb07ec3-af96-4069-af14-0436082805ca.exml
13:00:18.786 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
13:00:18.786 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/aeb07ec3-af96-4069-af14-0436082805ca.exml.
0s12ms [pure insertion]
marking any relevant derived attributes for update...13:00:18.786 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:18.786 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:18.787 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00bc470c-0000-0019-0000-000000000000.exml...
13:00:18.787 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:18.787 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:18.787 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00bc470c-0000-0019-0000-000000000000.exml...
13:00:18.788 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00bc470c-0000-0019-0000-000000000000.exml
13:00:18.872 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 13 NODES AND 13 M->MM REFERENCES! (took ~39sec)
13:00:18.872 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00bc470c-0000-0019-0000-000000000000.exml
13:00:18.901 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 12 REFERENCES! (took ~0 sec)
13:00:18.901 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00bc470c-0000-0019-0000-000000000000.exml.
0s114ms [pure insertion]
marking any relevant derived attributes for update...13:00:18.901 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:18.901 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:18.901 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/1b7fd53f-205e-11df-948e-001302895b2b.exml...
13:00:18.901 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:18.901 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:18.901 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/1b7fd53f-205e-11df-948e-001302895b2b.exml...
13:00:18.903 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/1b7fd53f-205e-11df-948e-001302895b2b.exml
13:00:18.963 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:00:18.963 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/1b7fd53f-205e-11df-948e-001302895b2b.exml
13:00:18.965 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:00:18.965 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/1b7fd53f-205e-11df-948e-001302895b2b.exml.
0s64ms [pure insertion]
marking any relevant derived attributes for update...13:00:18.965 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
13:00:18.966 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
13:00:18.966 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/fd461312-91e1-4589-a042-c814e1f53e6a.exml...
13:00:18.966 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:18.966 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:18.966 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/fd461312-91e1-4589-a042-c814e1f53e6a.exml...
13:00:18.968 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/fd461312-91e1-4589-a042-c814e1f53e6a.exml
13:00:18.972 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:00:18.972 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/fd461312-91e1-4589-a042-c814e1f53e6a.exml
13:00:18.974 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:00:18.974 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/fd461312-91e1-4589-a042-c814e1f53e6a.exml.
0s8ms [pure insertion]
marking any relevant derived attributes for update...13:00:18.974 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:18.974 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:18.974 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6a3f6989-c2fd-11de-8ac8-001302895b2b.exml...
13:00:18.974 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:18.974 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:18.974 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6a3f6989-c2fd-11de-8ac8-001302895b2b.exml...
13:00:18.976 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6a3f6989-c2fd-11de-8ac8-001302895b2b.exml
13:00:18.978 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:00:18.978 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6a3f6989-c2fd-11de-8ac8-001302895b2b.exml
13:00:18.980 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:00:18.980 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6a3f6989-c2fd-11de-8ac8-001302895b2b.exml.
0s6ms [pure insertion]
marking any relevant derived attributes for update...13:00:18.980 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:18.980 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:18.980 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/40400bbd-0b5d-11df-8680-001302895b2b.exml...
13:00:18.980 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:18.981 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:18.981 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/40400bbd-0b5d-11df-8680-001302895b2b.exml...
13:00:18.982 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/40400bbd-0b5d-11df-8680-001302895b2b.exml
13:00:18.987 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~6sec)
13:00:18.987 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/40400bbd-0b5d-11df-8680-001302895b2b.exml
13:00:18.991 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
13:00:18.991 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/40400bbd-0b5d-11df-8680-001302895b2b.exml.
0s11ms [pure insertion]
marking any relevant derived attributes for update...13:00:18.991 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:18.991 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:18.991 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/775f3bc6-d812-4f77-8253-6852bcede18b.exml...
13:00:18.991 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:18.991 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:18.991 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/775f3bc6-d812-4f77-8253-6852bcede18b.exml...
13:00:18.994 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/775f3bc6-d812-4f77-8253-6852bcede18b.exml
13:00:18.996 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
13:00:18.997 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/775f3bc6-d812-4f77-8253-6852bcede18b.exml
13:00:18.998 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:00:18.998 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/775f3bc6-d812-4f77-8253-6852bcede18b.exml.
0s7ms [pure insertion]
marking any relevant derived attributes for update...13:00:18.998 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:18.998 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:18.999 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/e445c33b-de99-11de-905b-001302895b2b.exml...
13:00:18.999 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:18.999 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:18.999 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/e445c33b-de99-11de-905b-001302895b2b.exml...
13:00:19.001 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/e445c33b-de99-11de-905b-001302895b2b.exml
13:00:19.061 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:00:19.061 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/e445c33b-de99-11de-905b-001302895b2b.exml
13:00:19.063 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:00:19.063 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/e445c33b-de99-11de-905b-001302895b2b.exml.
0s64ms [pure insertion]
marking any relevant derived attributes for update...13:00:19.063 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:19.063 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:19.064 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/021863a9-f3db-11df-8ada-0027103f347c.exml...
13:00:19.064 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:19.064 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:19.064 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/021863a9-f3db-11df-8ada-0027103f347c.exml...
13:00:19.066 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/021863a9-f3db-11df-8ada-0027103f347c.exml
13:00:19.068 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:00:19.068 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/021863a9-f3db-11df-8ada-0027103f347c.exml
13:00:19.071 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:00:19.071 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/021863a9-f3db-11df-8ada-0027103f347c.exml.
0s7ms [pure insertion]
marking any relevant derived attributes for update...13:00:19.071 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:19.071 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:19.071 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/89326f2e-c2fc-11de-8ac8-001302895b2b.exml...
13:00:19.071 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:19.072 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:19.072 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/89326f2e-c2fc-11de-8ac8-001302895b2b.exml...
13:00:19.074 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/89326f2e-c2fc-11de-8ac8-001302895b2b.exml
13:00:19.076 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:00:19.076 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/89326f2e-c2fc-11de-8ac8-001302895b2b.exml
13:00:19.078 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:00:19.078 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/89326f2e-c2fc-11de-8ac8-001302895b2b.exml.
0s7ms [pure insertion]
marking any relevant derived attributes for update...13:00:19.078 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:19.078 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:19.079 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/Zoo/model/Standard.Class/4ed7f59f-f723-4f88-b6fc-ea6b83eb3108.exml...
13:00:19.079 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:19.079 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:19.079 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/Zoo/model/Standard.Class/4ed7f59f-f723-4f88-b6fc-ea6b83eb3108.exml...
13:00:19.081 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/Zoo/model/Standard.Class/4ed7f59f-f723-4f88-b6fc-ea6b83eb3108.exml
13:00:19.095 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 5 NODES AND 5 M->MM REFERENCES! (took ~32sec)
13:00:19.095 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/Zoo/model/Standard.Class/4ed7f59f-f723-4f88-b6fc-ea6b83eb3108.exml
13:00:19.103 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec)
13:00:19.103 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/Zoo/model/Standard.Class/4ed7f59f-f723-4f88-b6fc-ea6b83eb3108.exml.
0s24ms [pure insertion]
marking any relevant derived attributes for update...13:00:19.103 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:19.103 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:19.104 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.Profile/edd955bd-d22c-4017-8f8a-7590a3a186c2.exml...
13:00:19.104 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:19.104 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:19.104 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.Profile/edd955bd-d22c-4017-8f8a-7590a3a186c2.exml...
13:00:19.162 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.Profile/edd955bd-d22c-4017-8f8a-7590a3a186c2.exml
13:00:19.165 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:00:19.165 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.Profile/edd955bd-d22c-4017-8f8a-7590a3a186c2.exml
13:00:19.168 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:00:19.168 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.Profile/edd955bd-d22c-4017-8f8a-7590a3a186c2.exml.
0s64ms [pure insertion]
marking any relevant derived attributes for update...13:00:19.168 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:19.168 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:19.169 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c4b3add1-c2f9-11de-8ac8-001302895b2b.exml...
13:00:19.169 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:19.169 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:19.169 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c4b3add1-c2f9-11de-8ac8-001302895b2b.exml...
13:00:19.172 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c4b3add1-c2f9-11de-8ac8-001302895b2b.exml
13:00:19.174 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:00:19.174 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c4b3add1-c2f9-11de-8ac8-001302895b2b.exml
13:00:19.176 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:00:19.176 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c4b3add1-c2f9-11de-8ac8-001302895b2b.exml.
0s7ms [pure insertion]
marking any relevant derived attributes for update...13:00:19.176 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:19.176 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:19.177 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1ac4-0000-2ef9-0000-000000000000.exml...
13:00:19.177 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:19.177 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:19.177 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1ac4-0000-2ef9-0000-000000000000.exml...
13:00:19.178 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1ac4-0000-2ef9-0000-000000000000.exml
13:00:19.181 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:00:19.181 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1ac4-0000-2ef9-0000-000000000000.exml
13:00:19.183 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:00:19.183 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1ac4-0000-2ef9-0000-000000000000.exml.
0s6ms [pure insertion]
marking any relevant derived attributes for update...13:00:19.183 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:19.183 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:19.183 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/7649b5c8-8733-4a02-959c-a269422402b8.exml...
13:00:19.183 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:19.183 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:19.183 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/7649b5c8-8733-4a02-959c-a269422402b8.exml...
13:00:19.185 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/7649b5c8-8733-4a02-959c-a269422402b8.exml
13:00:19.188 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:00:19.188 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/7649b5c8-8733-4a02-959c-a269422402b8.exml
13:00:19.190 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:00:19.190 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/7649b5c8-8733-4a02-959c-a269422402b8.exml.
0s7ms [pure insertion]
marking any relevant derived attributes for update...13:00:19.190 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:19.190 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:19.191 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6e2770bf-c2f9-11de-8ac8-001302895b2b.exml...
13:00:19.191 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:19.191 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:19.191 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6e2770bf-c2f9-11de-8ac8-001302895b2b.exml...
13:00:19.194 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6e2770bf-c2f9-11de-8ac8-001302895b2b.exml
13:00:19.196 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:00:19.196 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6e2770bf-c2f9-11de-8ac8-001302895b2b.exml
13:00:19.198 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:00:19.198 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6e2770bf-c2f9-11de-8ac8-001302895b2b.exml.
0s7ms [pure insertion]
marking any relevant derived attributes for update...13:00:19.198 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:19.198 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:19.199 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0007-0000-000000000000.exml...
13:00:19.199 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:19.199 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:19.199 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0007-0000-000000000000.exml...
13:00:19.263 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0007-0000-000000000000.exml
13:00:19.266 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~8sec)
13:00:19.266 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0007-0000-000000000000.exml
13:00:19.267 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:00:19.267 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0007-0000-000000000000.exml.
0s68ms [pure insertion]
marking any relevant derived attributes for update...13:00:19.267 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:19.267 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:19.268 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-092f-0000-000000000000.exml...
13:00:19.268 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:19.268 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:19.268 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-092f-0000-000000000000.exml...
13:00:19.269 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-092f-0000-000000000000.exml
13:00:19.282 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 6 NODES AND 6 M->MM REFERENCES! (took ~17sec)
13:00:19.282 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-092f-0000-000000000000.exml
13:00:19.293 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 5 REFERENCES! (took ~0 sec)
13:00:19.293 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-092f-0000-000000000000.exml.
0s25ms [pure insertion]
marking any relevant derived attributes for update...13:00:19.293 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:19.293 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:19.294 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/deb348a5-2653-11e1-9161-002564c97630.exml...
13:00:19.294 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:19.294 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:19.294 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/deb348a5-2653-11e1-9161-002564c97630.exml...
13:00:19.297 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/deb348a5-2653-11e1-9161-002564c97630.exml
13:00:19.302 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
13:00:19.302 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/deb348a5-2653-11e1-9161-002564c97630.exml
13:00:19.362 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
13:00:19.362 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/deb348a5-2653-11e1-9161-002564c97630.exml.
0s68ms [pure insertion]
marking any relevant derived attributes for update...13:00:19.362 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:19.362 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:19.363 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1228-0000-0964-0000-000000000000.exml...
13:00:19.363 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:19.363 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:19.363 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1228-0000-0964-0000-000000000000.exml...
13:00:19.365 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1228-0000-0964-0000-000000000000.exml
13:00:19.367 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:00:19.367 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1228-0000-0964-0000-000000000000.exml
13:00:19.369 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:00:19.369 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1228-0000-0964-0000-000000000000.exml.
0s6ms [pure insertion]
marking any relevant derived attributes for update...13:00:19.369 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:19.369 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:19.370 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01ba-0000-000000000000.exml...
13:00:19.370 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:19.370 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:19.370 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01ba-0000-000000000000.exml...
13:00:19.373 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01ba-0000-000000000000.exml
13:00:19.375 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:00:19.375 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01ba-0000-000000000000.exml
13:00:19.377 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:00:19.377 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01ba-0000-000000000000.exml.
0s7ms [pure insertion]
marking any relevant derived attributes for update...13:00:19.377 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:19.377 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:19.377 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/Zoo/model/Infrastructure.ModuleComponent/c136d72e-c78b-4b7d-968d-9ed5580e4e56.exml...
13:00:19.377 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:19.378 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:19.378 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/Zoo/model/Infrastructure.ModuleComponent/c136d72e-c78b-4b7d-968d-9ed5580e4e56.exml...
13:00:19.379 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/Zoo/model/Infrastructure.ModuleComponent/c136d72e-c78b-4b7d-968d-9ed5580e4e56.exml
13:00:19.464 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~4sec)
13:00:19.464 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/Zoo/model/Infrastructure.ModuleComponent/c136d72e-c78b-4b7d-968d-9ed5580e4e56.exml
13:00:19.465 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:00:19.465 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/Zoo/model/Infrastructure.ModuleComponent/c136d72e-c78b-4b7d-968d-9ed5580e4e56.exml.
0s88ms [pure insertion]
marking any relevant derived attributes for update...13:00:19.465 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:19.465 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:19.466 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-0009-0000-000000000000.exml...
13:00:19.466 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:19.466 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:19.466 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-0009-0000-000000000000.exml...
13:00:19.468 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-0009-0000-000000000000.exml
13:00:19.470 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:00:19.470 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-0009-0000-000000000000.exml
13:00:19.472 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:00:19.472 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-0009-0000-000000000000.exml.
0s6ms [pure insertion]
marking any relevant derived attributes for update...13:00:19.472 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:19.472 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:19.473 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/Zoo/model/Standard.ClassDiagram/cf6a3b18-94f9-49ba-b8d9-653cb2f93cfb.exml...
13:00:19.473 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:19.474 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:19.474 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/Zoo/model/Standard.ClassDiagram/cf6a3b18-94f9-49ba-b8d9-653cb2f93cfb.exml...
13:00:19.476 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/Zoo/model/Standard.ClassDiagram/cf6a3b18-94f9-49ba-b8d9-653cb2f93cfb.exml
13:00:19.478 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~5sec)
13:00:19.478 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/Zoo/model/Standard.ClassDiagram/cf6a3b18-94f9-49ba-b8d9-653cb2f93cfb.exml
13:00:19.480 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:00:19.480 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/Zoo/model/Standard.ClassDiagram/cf6a3b18-94f9-49ba-b8d9-653cb2f93cfb.exml.
0s7ms [pure insertion]
marking any relevant derived attributes for update...13:00:19.480 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:19.480 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:19.481 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1ac4-0000-2f09-0000-000000000000.exml...
13:00:19.481 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:19.481 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:19.481 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1ac4-0000-2f09-0000-000000000000.exml...
13:00:19.482 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1ac4-0000-2f09-0000-000000000000.exml
13:00:19.485 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:00:19.485 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1ac4-0000-2f09-0000-000000000000.exml
13:00:19.487 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:00:19.487 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1ac4-0000-2f09-0000-000000000000.exml.
0s6ms [pure insertion]
marking any relevant derived attributes for update...13:00:19.487 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:19.487 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:19.487 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/35b84299-c2fd-11de-8ac8-001302895b2b.exml...
13:00:19.487 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:19.487 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:19.487 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/35b84299-c2fd-11de-8ac8-001302895b2b.exml...
13:00:19.489 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/35b84299-c2fd-11de-8ac8-001302895b2b.exml
13:00:19.492 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:00:19.492 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/35b84299-c2fd-11de-8ac8-001302895b2b.exml
13:00:19.493 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:00:19.493 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/35b84299-c2fd-11de-8ac8-001302895b2b.exml.
0s6ms [pure insertion]
marking any relevant derived attributes for update...13:00:19.493 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
13:00:19.494 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
13:00:19.494 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c6a579b6-5d0d-11df-a996-001302895b2b.exml...
13:00:19.494 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:19.495 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:19.495 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c6a579b6-5d0d-11df-a996-001302895b2b.exml...
13:00:19.497 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c6a579b6-5d0d-11df-a996-001302895b2b.exml
13:00:19.500 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:00:19.500 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c6a579b6-5d0d-11df-a996-001302895b2b.exml
13:00:19.501 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:00:19.501 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c6a579b6-5d0d-11df-a996-001302895b2b.exml.
0s7ms [pure insertion]
marking any relevant derived attributes for update...13:00:19.501 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:19.501 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:19.502 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/01ec045c-0000-3739-0000-000000000000.exml...
13:00:19.502 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:19.502 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:19.502 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/01ec045c-0000-3739-0000-000000000000.exml...
13:00:19.504 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/01ec045c-0000-3739-0000-000000000000.exml
13:00:19.563 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:00:19.563 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/01ec045c-0000-3739-0000-000000000000.exml
13:00:19.570 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:00:19.570 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/01ec045c-0000-3739-0000-000000000000.exml.
0s68ms [pure insertion]
marking any relevant derived attributes for update...13:00:19.570 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
13:00:19.571 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
13:00:19.571 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0247-0000-000000000000.exml...
13:00:19.571 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:19.571 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:19.571 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0247-0000-000000000000.exml...
13:00:19.573 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0247-0000-000000000000.exml
13:00:19.576 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:00:19.576 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0247-0000-000000000000.exml
13:00:19.578 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:00:19.578 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0247-0000-000000000000.exml.
0s7ms [pure insertion]
marking any relevant derived attributes for update...13:00:19.578 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:19.578 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:19.578 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-025b-0000-000000000000.exml...
13:00:19.578 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:19.579 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:19.580 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-025b-0000-000000000000.exml...
13:00:19.581 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-025b-0000-000000000000.exml
13:00:19.583 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:00:19.584 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-025b-0000-000000000000.exml
13:00:19.585 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:00:19.585 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-025b-0000-000000000000.exml.
0s7ms [pure insertion]
marking any relevant derived attributes for update...13:00:19.585 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:19.585 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:19.586 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ad46ab04-9310-11df-a4cf-0014224f9977.exml...
13:00:19.586 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:19.586 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:19.586 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ad46ab04-9310-11df-a4cf-0014224f9977.exml...
13:00:19.588 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ad46ab04-9310-11df-a4cf-0014224f9977.exml
13:00:19.590 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:00:19.590 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ad46ab04-9310-11df-a4cf-0014224f9977.exml
13:00:19.592 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:00:19.592 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ad46ab04-9310-11df-a4cf-0014224f9977.exml.
0s6ms [pure insertion]
marking any relevant derived attributes for update...13:00:19.592 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:19.592 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:19.592 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/5582e283-c2f9-11de-8ac8-001302895b2b.exml...
13:00:19.592 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:19.592 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:19.592 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/5582e283-c2f9-11de-8ac8-001302895b2b.exml...
13:00:19.594 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/5582e283-c2f9-11de-8ac8-001302895b2b.exml
13:00:19.597 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:00:19.597 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/5582e283-c2f9-11de-8ac8-001302895b2b.exml
13:00:19.599 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:00:19.599 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/5582e283-c2f9-11de-8ac8-001302895b2b.exml.
0s7ms [pure insertion]
marking any relevant derived attributes for update...13:00:19.599 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:19.599 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:19.599 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01db-0000-000000000000.exml...
13:00:19.599 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:19.601 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:19.601 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01db-0000-000000000000.exml...
13:00:19.662 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01db-0000-000000000000.exml
13:00:19.664 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:00:19.664 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01db-0000-000000000000.exml
13:00:19.666 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:00:19.666 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01db-0000-000000000000.exml.
0s67ms [pure insertion]
marking any relevant derived attributes for update...13:00:19.666 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:19.666 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:19.667 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01cc-0000-000000000000.exml...
13:00:19.667 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:19.667 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:19.667 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01cc-0000-000000000000.exml...
13:00:19.668 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01cc-0000-000000000000.exml
13:00:19.671 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:00:19.671 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01cc-0000-000000000000.exml
13:00:19.672 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:00:19.672 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01cc-0000-000000000000.exml.
0s5ms [pure insertion]
marking any relevant derived attributes for update...13:00:19.672 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:19.672 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:19.673 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/15d2108f-5d0c-11df-a996-001302895b2b.exml...
13:00:19.673 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:19.673 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:19.673 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/15d2108f-5d0c-11df-a996-001302895b2b.exml...
13:00:19.675 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/15d2108f-5d0c-11df-a996-001302895b2b.exml
13:00:19.677 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:00:19.677 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/15d2108f-5d0c-11df-a996-001302895b2b.exml
13:00:19.679 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:00:19.679 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/15d2108f-5d0c-11df-a996-001302895b2b.exml.
0s6ms [pure insertion]
marking any relevant derived attributes for update...13:00:19.679 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:19.679 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:19.680 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-0e0b-0000-000000000000.exml...
13:00:19.680 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:19.680 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:19.680 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-0e0b-0000-000000000000.exml...
13:00:19.683 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-0e0b-0000-000000000000.exml
13:00:19.697 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 7 NODES AND 7 M->MM REFERENCES! (took ~20sec)
13:00:19.697 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-0e0b-0000-000000000000.exml
13:00:19.770 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 6 REFERENCES! (took ~0 sec)
13:00:19.770 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-0e0b-0000-000000000000.exml.
0s90ms [pure insertion]
marking any relevant derived attributes for update...13:00:19.770 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:19.770 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:19.771 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/37d0688a-c308-11de-8ac8-001302895b2b.exml...
13:00:19.771 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:19.771 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:19.771 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/37d0688a-c308-11de-8ac8-001302895b2b.exml...
13:00:19.773 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/37d0688a-c308-11de-8ac8-001302895b2b.exml
13:00:19.775 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:00:19.775 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/37d0688a-c308-11de-8ac8-001302895b2b.exml
13:00:19.777 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:00:19.777 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/37d0688a-c308-11de-8ac8-001302895b2b.exml.
0s6ms [pure insertion]
marking any relevant derived attributes for update...13:00:19.777 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:19.777 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:19.778 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/3f03c5f1-c308-11de-8ac8-001302895b2b.exml...
13:00:19.778 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:19.779 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:19.779 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/3f03c5f1-c308-11de-8ac8-001302895b2b.exml...
13:00:19.781 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/3f03c5f1-c308-11de-8ac8-001302895b2b.exml
13:00:19.783 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:00:19.783 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/3f03c5f1-c308-11de-8ac8-001302895b2b.exml
13:00:19.785 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:00:19.785 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/3f03c5f1-c308-11de-8ac8-001302895b2b.exml.
0s7ms [pure insertion]
marking any relevant derived attributes for update...13:00:19.785 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:19.785 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:19.785 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/01ec2468-0000-0894-0000-000000000000.exml...
13:00:19.785 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:19.785 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:19.785 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/01ec2468-0000-0894-0000-000000000000.exml...
13:00:19.787 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/01ec2468-0000-0894-0000-000000000000.exml
13:00:19.794 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~8sec)
13:00:19.794 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/01ec2468-0000-0894-0000-000000000000.exml
13:00:19.801 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
13:00:19.801 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/01ec2468-0000-0894-0000-000000000000.exml.
0s16ms [pure insertion]
marking any relevant derived attributes for update...13:00:19.801 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:19.801 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:19.801 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ff6e0375-5d09-11df-a996-001302895b2b.exml...
13:00:19.801 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:19.801 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:19.801 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ff6e0375-5d09-11df-a996-001302895b2b.exml...
13:00:19.803 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ff6e0375-5d09-11df-a996-001302895b2b.exml
13:00:19.805 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:00:19.805 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ff6e0375-5d09-11df-a996-001302895b2b.exml
13:00:19.862 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:00:19.862 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ff6e0375-5d09-11df-a996-001302895b2b.exml.
0s61ms [pure insertion]
marking any relevant derived attributes for update...13:00:19.862 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:19.862 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:19.862 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-0202-0000-000000000000.exml...
13:00:19.862 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:19.862 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:19.863 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-0202-0000-000000000000.exml...
13:00:19.864 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-0202-0000-000000000000.exml
13:00:19.867 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:00:19.867 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-0202-0000-000000000000.exml
13:00:19.869 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:00:19.869 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-0202-0000-000000000000.exml.
0s7ms [pure insertion]
marking any relevant derived attributes for update...13:00:19.869 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:19.869 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:19.869 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/827950f7-671f-4db7-9374-23df864712ef.exml...
13:00:19.869 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:19.869 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:19.869 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/827950f7-671f-4db7-9374-23df864712ef.exml...
13:00:19.871 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/827950f7-671f-4db7-9374-23df864712ef.exml
13:00:19.875 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:00:19.875 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/827950f7-671f-4db7-9374-23df864712ef.exml
13:00:19.877 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:00:19.877 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/827950f7-671f-4db7-9374-23df864712ef.exml.
0s8ms [pure insertion]
marking any relevant derived attributes for update...13:00:19.877 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:19.877 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:19.877 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/61222898-ff82-4681-a82f-a8f14c479dd1.exml...
13:00:19.877 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:19.877 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:19.878 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/61222898-ff82-4681-a82f-a8f14c479dd1.exml...
13:00:19.879 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/61222898-ff82-4681-a82f-a8f14c479dd1.exml
13:00:19.882 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:00:19.882 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/61222898-ff82-4681-a82f-a8f14c479dd1.exml
13:00:19.883 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:00:19.883 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/61222898-ff82-4681-a82f-a8f14c479dd1.exml.
0s6ms [pure insertion]
marking any relevant derived attributes for update...13:00:19.883 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:19.883 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:19.884 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0fd8-0000-000000000000.exml...
13:00:19.884 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:19.884 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:19.884 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0fd8-0000-000000000000.exml...
13:00:19.886 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0fd8-0000-000000000000.exml
13:00:19.892 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~8sec)
13:00:19.892 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0fd8-0000-000000000000.exml
13:00:19.899 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
13:00:19.899 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0fd8-0000-000000000000.exml.
0s15ms [pure insertion]
marking any relevant derived attributes for update...13:00:19.899 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:19.899 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:19.899 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/Zoo/model/Standard.Class/0a4ac84f-75a3-4b5b-bbad-d0e67857b4cf.exml...
13:00:19.899 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:19.899 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:19.899 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/Zoo/model/Standard.Class/0a4ac84f-75a3-4b5b-bbad-d0e67857b4cf.exml...
13:00:19.901 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/Zoo/model/Standard.Class/0a4ac84f-75a3-4b5b-bbad-d0e67857b4cf.exml
13:00:19.972 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 5 NODES AND 5 M->MM REFERENCES! (took ~30sec)
13:00:19.972 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/Zoo/model/Standard.Class/0a4ac84f-75a3-4b5b-bbad-d0e67857b4cf.exml
13:00:19.982 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec)
13:00:19.982 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/Zoo/model/Standard.Class/0a4ac84f-75a3-4b5b-bbad-d0e67857b4cf.exml.
0s83ms [pure insertion]
marking any relevant derived attributes for update...13:00:19.982 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:19.982 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:19.983 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-000f-0000-000000000000.exml...
13:00:19.983 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:19.983 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:19.983 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-000f-0000-000000000000.exml...
13:00:19.985 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-000f-0000-000000000000.exml
13:00:19.987 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:00:19.987 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-000f-0000-000000000000.exml
13:00:19.989 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:00:19.989 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-000f-0000-000000000000.exml.
0s6ms [pure insertion]
marking any relevant derived attributes for update...13:00:19.989 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:19.989 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:19.989 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/eb8f06b7-de86-11de-905b-001302895b2b.exml...
13:00:19.989 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:19.989 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:19.989 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/eb8f06b7-de86-11de-905b-001302895b2b.exml...
13:00:19.991 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/eb8f06b7-de86-11de-905b-001302895b2b.exml
13:00:19.995 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:00:19.995 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/eb8f06b7-de86-11de-905b-001302895b2b.exml
13:00:19.997 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:00:19.997 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/eb8f06b7-de86-11de-905b-001302895b2b.exml.
0s8ms [pure insertion]
marking any relevant derived attributes for update...13:00:19.997 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:19.997 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:19.997 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/86eada10-32d9-11e0-91f3-0027103f347c.exml...
13:00:19.997 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:19.998 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:19.998 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/86eada10-32d9-11e0-91f3-0027103f347c.exml...
13:00:19.999 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/86eada10-32d9-11e0-91f3-0027103f347c.exml
13:00:20.001 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:00:20.002 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/86eada10-32d9-11e0-91f3-0027103f347c.exml
13:00:20.003 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:00:20.003 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/86eada10-32d9-11e0-91f3-0027103f347c.exml.
0s6ms [pure insertion]
marking any relevant derived attributes for update...13:00:20.003 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:20.003 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:20.004 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/136b356c-3951-473b-aa4a-001c0241b996.exml...
13:00:20.004 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:20.004 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:20.004 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/136b356c-3951-473b-aa4a-001c0241b996.exml...
13:00:20.063 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/136b356c-3951-473b-aa4a-001c0241b996.exml
13:00:20.065 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:00:20.065 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/136b356c-3951-473b-aa4a-001c0241b996.exml
13:00:20.067 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:00:20.067 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/136b356c-3951-473b-aa4a-001c0241b996.exml.
0s63ms [pure insertion]
marking any relevant derived attributes for update...13:00:20.067 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:20.067 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:20.067 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/3c4678f8-f169-11df-ae59-0014224f9977.exml...
13:00:20.067 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:20.067 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:20.068 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/3c4678f8-f169-11df-ae59-0014224f9977.exml...
13:00:20.069 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/3c4678f8-f169-11df-ae59-0014224f9977.exml
13:00:20.077 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~9sec)
13:00:20.077 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/3c4678f8-f169-11df-ae59-0014224f9977.exml
13:00:20.082 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
13:00:20.082 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/3c4678f8-f169-11df-ae59-0014224f9977.exml.
0s15ms [pure insertion]
marking any relevant derived attributes for update...13:00:20.082 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:20.082 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:20.083 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc3924-0000-189d-0000-000000000000.exml...
13:00:20.083 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:20.083 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:20.083 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc3924-0000-189d-0000-000000000000.exml...
13:00:20.085 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc3924-0000-189d-0000-000000000000.exml
13:00:20.090 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
13:00:20.090 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc3924-0000-189d-0000-000000000000.exml
13:00:20.095 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
13:00:20.095 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc3924-0000-189d-0000-000000000000.exml.
0s12ms [pure insertion]
marking any relevant derived attributes for update...13:00:20.096 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:20.096 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:20.096 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ed0bb1c3-de99-11de-905b-001302895b2b.exml...
13:00:20.096 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:20.096 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:20.096 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ed0bb1c3-de99-11de-905b-001302895b2b.exml...
13:00:20.098 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ed0bb1c3-de99-11de-905b-001302895b2b.exml
13:00:20.100 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:00:20.100 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ed0bb1c3-de99-11de-905b-001302895b2b.exml
13:00:20.102 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:00:20.102 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ed0bb1c3-de99-11de-905b-001302895b2b.exml.
0s6ms [pure insertion]
marking any relevant derived attributes for update...13:00:20.102 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:20.102 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:20.102 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0242-0000-000000000000.exml...
13:00:20.102 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:20.102 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:20.102 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0242-0000-000000000000.exml...
13:00:20.104 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0242-0000-000000000000.exml
13:00:20.163 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:00:20.163 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0242-0000-000000000000.exml
13:00:20.165 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:00:20.165 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0242-0000-000000000000.exml.
0s63ms [pure insertion]
marking any relevant derived attributes for update...13:00:20.165 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:20.165 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:20.165 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c2e23680-96f0-11de-a322-001fe2c988b8.exml...
13:00:20.165 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:20.166 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:20.166 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c2e23680-96f0-11de-a322-001fe2c988b8.exml...
13:00:20.167 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c2e23680-96f0-11de-a322-001fe2c988b8.exml
13:00:20.175 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~9sec)
13:00:20.175 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c2e23680-96f0-11de-a322-001fe2c988b8.exml
13:00:20.180 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
13:00:20.180 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c2e23680-96f0-11de-a322-001fe2c988b8.exml.
0s15ms [pure insertion]
marking any relevant derived attributes for update...13:00:20.180 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:20.180 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:20.180 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d5-0000-000000000000.exml...
13:00:20.180 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:20.180 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:20.180 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d5-0000-000000000000.exml...
13:00:20.182 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d5-0000-000000000000.exml
13:00:20.185 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:00:20.185 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d5-0000-000000000000.exml
13:00:20.186 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:00:20.186 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d5-0000-000000000000.exml.
0s6ms [pure insertion]
marking any relevant derived attributes for update...13:00:20.186 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
13:00:20.187 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
13:00:20.187 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/cf671bc3-c2f9-11de-8ac8-001302895b2b.exml...
13:00:20.187 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:20.187 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:20.187 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/cf671bc3-c2f9-11de-8ac8-001302895b2b.exml...
13:00:20.189 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/cf671bc3-c2f9-11de-8ac8-001302895b2b.exml
13:00:20.193 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:00:20.193 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/cf671bc3-c2f9-11de-8ac8-001302895b2b.exml
13:00:20.195 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:00:20.195 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/cf671bc3-c2f9-11de-8ac8-001302895b2b.exml.
0s8ms [pure insertion]
marking any relevant derived attributes for update...13:00:20.195 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:20.195 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:20.195 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec141c-0000-12f2-0000-000000000000.exml...
13:00:20.195 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:20.195 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:20.196 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec141c-0000-12f2-0000-000000000000.exml...
13:00:20.197 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec141c-0000-12f2-0000-000000000000.exml
13:00:20.200 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:00:20.200 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec141c-0000-12f2-0000-000000000000.exml
13:00:20.201 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:00:20.201 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec141c-0000-12f2-0000-000000000000.exml.
0s6ms [pure insertion]
marking any relevant derived attributes for update...13:00:20.201 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:20.201 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:20.202 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01c7-0000-000000000000.exml...
13:00:20.202 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:20.202 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:20.202 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01c7-0000-000000000000.exml...
13:00:20.263 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01c7-0000-000000000000.exml
13:00:20.265 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:00:20.265 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01c7-0000-000000000000.exml
13:00:20.267 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:00:20.267 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01c7-0000-000000000000.exml.
0s65ms [pure insertion]
marking any relevant derived attributes for update...13:00:20.267 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:20.267 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:20.267 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-0011-0000-000000000000.exml...
13:00:20.267 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:20.268 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:20.268 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-0011-0000-000000000000.exml...
13:00:20.269 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-0011-0000-000000000000.exml
13:00:20.273 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:00:20.273 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-0011-0000-000000000000.exml
13:00:20.275 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:00:20.275 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-0011-0000-000000000000.exml.
0s8ms [pure insertion]
marking any relevant derived attributes for update...13:00:20.275 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:20.275 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:20.275 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/a6e0f5bd-2649-4c75-a926-3e833fb13002.exml...
13:00:20.275 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:20.275 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:20.275 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/a6e0f5bd-2649-4c75-a926-3e833fb13002.exml...
13:00:20.277 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/a6e0f5bd-2649-4c75-a926-3e833fb13002.exml
13:00:20.281 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
13:00:20.281 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/a6e0f5bd-2649-4c75-a926-3e833fb13002.exml
13:00:20.285 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
13:00:20.285 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/a6e0f5bd-2649-4c75-a926-3e833fb13002.exml.
0s10ms [pure insertion]
marking any relevant derived attributes for update...13:00:20.285 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:20.285 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:20.285 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/00080cf0-0000-00cf-0000-000000000000.exml...
13:00:20.285 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:20.285 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:20.285 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/00080cf0-0000-00cf-0000-000000000000.exml...
13:00:20.287 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/00080cf0-0000-00cf-0000-000000000000.exml
13:00:20.291 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:00:20.291 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/00080cf0-0000-00cf-0000-000000000000.exml
13:00:20.293 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:00:20.293 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/00080cf0-0000-00cf-0000-000000000000.exml.
0s8ms [pure insertion]
marking any relevant derived attributes for update...13:00:20.293 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:20.293 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:20.293 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-02a9-0000-000000000000.exml...
13:00:20.293 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:20.293 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:20.293 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-02a9-0000-000000000000.exml...
13:00:20.295 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-02a9-0000-000000000000.exml
13:00:20.299 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
13:00:20.299 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-02a9-0000-000000000000.exml
13:00:20.302 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
13:00:20.302 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-02a9-0000-000000000000.exml.
0s9ms [pure insertion]
marking any relevant derived attributes for update...13:00:20.302 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
13:00:20.303 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
13:00:20.303 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/27ac6d48-32c8-11e0-91f3-0027103f347c.exml...
13:00:20.303 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:20.303 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:20.303 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/27ac6d48-32c8-11e0-91f3-0027103f347c.exml...
13:00:20.305 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/27ac6d48-32c8-11e0-91f3-0027103f347c.exml
13:00:20.363 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:00:20.363 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/27ac6d48-32c8-11e0-91f3-0027103f347c.exml
13:00:20.366 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:00:20.366 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/27ac6d48-32c8-11e0-91f3-0027103f347c.exml.
0s63ms [pure insertion]
marking any relevant derived attributes for update...13:00:20.366 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:20.366 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:20.366 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0013-0000-000000000000.exml...
13:00:20.366 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:20.366 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:20.366 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0013-0000-000000000000.exml...
13:00:20.368 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0013-0000-000000000000.exml
13:00:20.371 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~8sec)
13:00:20.371 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0013-0000-000000000000.exml
13:00:20.373 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:00:20.373 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0013-0000-000000000000.exml.
0s7ms [pure insertion]
marking any relevant derived attributes for update...13:00:20.373 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:20.373 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:20.373 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/554cb8bb-5d0e-11df-a996-001302895b2b.exml...
13:00:20.373 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:20.373 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:20.373 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/554cb8bb-5d0e-11df-a996-001302895b2b.exml...
13:00:20.375 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/554cb8bb-5d0e-11df-a996-001302895b2b.exml
13:00:20.377 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:00:20.377 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/554cb8bb-5d0e-11df-a996-001302895b2b.exml
13:00:20.379 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:00:20.379 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/554cb8bb-5d0e-11df-a996-001302895b2b.exml.
0s6ms [pure insertion]
marking any relevant derived attributes for update...13:00:20.379 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:20.379 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:20.379 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/8fb43b1c-7819-11e1-a4f1-002564c97630.exml...
13:00:20.379 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:20.379 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:20.379 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/8fb43b1c-7819-11e1-a4f1-002564c97630.exml...
13:00:20.381 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/8fb43b1c-7819-11e1-a4f1-002564c97630.exml
13:00:20.383 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:00:20.383 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/8fb43b1c-7819-11e1-a4f1-002564c97630.exml
13:00:20.385 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:00:20.385 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/8fb43b1c-7819-11e1-a4f1-002564c97630.exml.
0s6ms [pure insertion]
marking any relevant derived attributes for update...13:00:20.385 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:20.385 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:20.386 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/120a35e7-c2fd-11de-8ac8-001302895b2b.exml...
13:00:20.386 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:20.386 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:20.386 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/120a35e7-c2fd-11de-8ac8-001302895b2b.exml...
13:00:20.389 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/120a35e7-c2fd-11de-8ac8-001302895b2b.exml
13:00:20.391 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:00:20.391 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/120a35e7-c2fd-11de-8ac8-001302895b2b.exml
13:00:20.393 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:00:20.393 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/120a35e7-c2fd-11de-8ac8-001302895b2b.exml.
0s7ms [pure insertion]
marking any relevant derived attributes for update...13:00:20.393 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:20.393 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:20.393 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/df3fdfd2-5ce3-4a13-b31e-01ba8c736529.exml...
13:00:20.393 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:20.393 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:20.393 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/df3fdfd2-5ce3-4a13-b31e-01ba8c736529.exml...
13:00:20.395 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/df3fdfd2-5ce3-4a13-b31e-01ba8c736529.exml
13:00:20.399 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
13:00:20.399 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/df3fdfd2-5ce3-4a13-b31e-01ba8c736529.exml
13:00:20.403 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
13:00:20.403 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/df3fdfd2-5ce3-4a13-b31e-01ba8c736529.exml.
0s10ms [pure insertion]
marking any relevant derived attributes for update...13:00:20.403 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:20.403 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:20.404 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01ca-0000-000000000000.exml...
13:00:20.404 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:20.404 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:20.404 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01ca-0000-000000000000.exml...
13:00:20.463 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01ca-0000-000000000000.exml
13:00:20.466 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:00:20.466 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01ca-0000-000000000000.exml
13:00:20.468 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:00:20.468 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01ca-0000-000000000000.exml.
0s64ms [pure insertion]
marking any relevant derived attributes for update...13:00:20.468 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:20.468 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:20.468 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/e1d2f141-a387-4fd1-bff7-3f7dcbcb8718.exml...
13:00:20.469 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:20.469 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:20.469 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/e1d2f141-a387-4fd1-bff7-3f7dcbcb8718.exml...
13:00:20.470 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/e1d2f141-a387-4fd1-bff7-3f7dcbcb8718.exml
13:00:20.472 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:00:20.473 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/e1d2f141-a387-4fd1-bff7-3f7dcbcb8718.exml
13:00:20.474 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:00:20.474 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/e1d2f141-a387-4fd1-bff7-3f7dcbcb8718.exml.
0s6ms [pure insertion]
marking any relevant derived attributes for update...13:00:20.474 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:20.474 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:20.475 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1ac4-0000-2eff-0000-000000000000.exml...
13:00:20.475 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:20.475 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:20.475 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1ac4-0000-2eff-0000-000000000000.exml...
13:00:20.476 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1ac4-0000-2eff-0000-000000000000.exml
13:00:20.479 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:00:20.479 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1ac4-0000-2eff-0000-000000000000.exml
13:00:20.481 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:00:20.481 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1ac4-0000-2eff-0000-000000000000.exml.
0s6ms [pure insertion]
marking any relevant derived attributes for update...13:00:20.481 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:20.481 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:20.481 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/Zoo/model/Standard.Class/c312e899-9f08-43db-8954-4db87789f843.exml...
13:00:20.481 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:20.481 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:20.481 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/Zoo/model/Standard.Class/c312e899-9f08-43db-8954-4db87789f843.exml...
13:00:20.483 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/Zoo/model/Standard.Class/c312e899-9f08-43db-8954-4db87789f843.exml
13:00:20.492 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~18sec)
13:00:20.492 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/Zoo/model/Standard.Class/c312e899-9f08-43db-8954-4db87789f843.exml
13:00:20.497 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
13:00:20.497 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/Zoo/model/Standard.Class/c312e899-9f08-43db-8954-4db87789f843.exml.
0s16ms [pure insertion]
marking any relevant derived attributes for update...13:00:20.497 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:20.497 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:20.498 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0226fd5c-caf5-4cb4-b25c-06e493b37b2d.exml...
13:00:20.498 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:20.498 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:20.498 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0226fd5c-caf5-4cb4-b25c-06e493b37b2d.exml...
13:00:20.500 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0226fd5c-caf5-4cb4-b25c-06e493b37b2d.exml
13:00:20.567 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~9sec)
13:00:20.567 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0226fd5c-caf5-4cb4-b25c-06e493b37b2d.exml
13:00:20.572 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
13:00:20.572 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0226fd5c-caf5-4cb4-b25c-06e493b37b2d.exml.
0s74ms [pure insertion]
marking any relevant derived attributes for update...13:00:20.572 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:20.572 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:20.573 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ee06097f-de99-11de-905b-001302895b2b.exml...
13:00:20.573 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:20.573 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:20.573 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ee06097f-de99-11de-905b-001302895b2b.exml...
13:00:20.574 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ee06097f-de99-11de-905b-001302895b2b.exml
13:00:20.577 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:00:20.577 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ee06097f-de99-11de-905b-001302895b2b.exml
13:00:20.579 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:00:20.579 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ee06097f-de99-11de-905b-001302895b2b.exml.
0s6ms [pure insertion]
marking any relevant derived attributes for update...13:00:20.579 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:20.579 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:20.579 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f1-0000-000000000000.exml...
13:00:20.580 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:20.580 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:20.580 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f1-0000-000000000000.exml...
13:00:20.582 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f1-0000-000000000000.exml
13:00:20.585 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:00:20.585 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f1-0000-000000000000.exml
13:00:20.587 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:00:20.587 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f1-0000-000000000000.exml.
0s8ms [pure insertion]
marking any relevant derived attributes for update...13:00:20.587 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:20.587 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:20.587 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6faa55e3-5d0b-11df-a996-001302895b2b.exml...
13:00:20.587 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:20.588 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:20.588 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6faa55e3-5d0b-11df-a996-001302895b2b.exml...
13:00:20.589 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6faa55e3-5d0b-11df-a996-001302895b2b.exml
13:00:20.591 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:00:20.591 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6faa55e3-5d0b-11df-a996-001302895b2b.exml
13:00:20.593 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:00:20.593 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6faa55e3-5d0b-11df-a996-001302895b2b.exml.
0s6ms [pure insertion]
marking any relevant derived attributes for update...13:00:20.593 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:20.593 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:20.594 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/07ba6521-5d0d-11df-a996-001302895b2b.exml...
13:00:20.594 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:20.594 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:20.594 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/07ba6521-5d0d-11df-a996-001302895b2b.exml...
13:00:20.595 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/07ba6521-5d0d-11df-a996-001302895b2b.exml
13:00:20.598 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:00:20.598 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/07ba6521-5d0d-11df-a996-001302895b2b.exml
13:00:20.600 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:00:20.600 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/07ba6521-5d0d-11df-a996-001302895b2b.exml.
0s6ms [pure insertion]
marking any relevant derived attributes for update...13:00:20.600 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:20.600 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:20.600 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/Zoo/model/Standard.Class/2d7b2cba-e694-4b33-bd9e-4d2f1db4cc7b.exml...
13:00:20.600 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:20.601 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:20.601 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/Zoo/model/Standard.Class/2d7b2cba-e694-4b33-bd9e-4d2f1db4cc7b.exml...
13:00:20.664 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/Zoo/model/Standard.Class/2d7b2cba-e694-4b33-bd9e-4d2f1db4cc7b.exml
13:00:20.671 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~18sec)
13:00:20.672 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/Zoo/model/Standard.Class/2d7b2cba-e694-4b33-bd9e-4d2f1db4cc7b.exml
13:00:20.676 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
13:00:20.676 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/Zoo/model/Standard.Class/2d7b2cba-e694-4b33-bd9e-4d2f1db4cc7b.exml.
0s77ms [pure insertion]
marking any relevant derived attributes for update...13:00:20.677 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:20.677 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:20.677 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processed 200/309 files in repo file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ (2 sec, 5 sec total)
13:00:20.677 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/76c174ab-c2fd-11de-8ac8-001302895b2b.exml...
13:00:20.677 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:20.677 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:20.677 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/76c174ab-c2fd-11de-8ac8-001302895b2b.exml...
13:00:20.679 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/76c174ab-c2fd-11de-8ac8-001302895b2b.exml
13:00:20.681 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:00:20.681 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/76c174ab-c2fd-11de-8ac8-001302895b2b.exml
13:00:20.683 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:00:20.683 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/76c174ab-c2fd-11de-8ac8-001302895b2b.exml.
0s6ms [pure insertion]
marking any relevant derived attributes for update...13:00:20.683 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:20.683 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:20.683 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0256-0000-000000000000.exml...
13:00:20.683 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:20.684 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:20.684 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0256-0000-000000000000.exml...
13:00:20.685 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0256-0000-000000000000.exml
13:00:20.689 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:00:20.689 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0256-0000-000000000000.exml
13:00:20.690 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:00:20.690 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0256-0000-000000000000.exml.
0s7ms [pure insertion]
marking any relevant derived attributes for update...13:00:20.691 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
13:00:20.691 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
13:00:20.691 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-037a-0000-000000000000.exml...
13:00:20.691 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:20.691 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:20.691 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-037a-0000-000000000000.exml...
13:00:20.693 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-037a-0000-000000000000.exml
13:00:20.697 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
13:00:20.697 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-037a-0000-000000000000.exml
13:00:20.700 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
13:00:20.700 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-037a-0000-000000000000.exml.
0s9ms [pure insertion]
marking any relevant derived attributes for update...13:00:20.700 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:20.700 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:20.701 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00bc0050-0000-006b-0000-000000000000.exml...
13:00:20.701 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:20.701 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:20.701 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00bc0050-0000-006b-0000-000000000000.exml...
13:00:20.703 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00bc0050-0000-006b-0000-000000000000.exml
13:00:20.705 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:00:20.705 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00bc0050-0000-006b-0000-000000000000.exml
13:00:20.762 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:00:20.762 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00bc0050-0000-006b-0000-000000000000.exml.
0s61ms [pure insertion]
marking any relevant derived attributes for update...13:00:20.762 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:20.762 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:20.763 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/33ea7558-fb93-11df-8b5e-0027103f347c.exml...
13:00:20.763 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:20.763 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:20.763 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/33ea7558-fb93-11df-8b5e-0027103f347c.exml...
13:00:20.767 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/33ea7558-fb93-11df-8b5e-0027103f347c.exml
13:00:20.771 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:00:20.771 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/33ea7558-fb93-11df-8b5e-0027103f347c.exml
13:00:20.774 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:00:20.774 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/33ea7558-fb93-11df-8b5e-0027103f347c.exml.
0s11ms [pure insertion]
marking any relevant derived attributes for update...13:00:20.774 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:20.774 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:20.774 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0ac7e50f-50c6-4eb6-9107-3d9df92a2b75.exml...
13:00:20.774 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:20.774 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:20.774 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0ac7e50f-50c6-4eb6-9107-3d9df92a2b75.exml...
13:00:20.777 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0ac7e50f-50c6-4eb6-9107-3d9df92a2b75.exml
13:00:20.780 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:00:20.780 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0ac7e50f-50c6-4eb6-9107-3d9df92a2b75.exml
13:00:20.781 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:00:20.782 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0ac7e50f-50c6-4eb6-9107-3d9df92a2b75.exml.
0s8ms [pure insertion]
marking any relevant derived attributes for update...13:00:20.782 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:20.782 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:20.782 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/94b7efa5-f94c-4d1d-896f-f103e56a8e2e.exml...
13:00:20.782 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:20.782 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:20.782 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/94b7efa5-f94c-4d1d-896f-f103e56a8e2e.exml...
13:00:20.784 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/94b7efa5-f94c-4d1d-896f-f103e56a8e2e.exml
13:00:20.790 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~6sec)
13:00:20.790 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/94b7efa5-f94c-4d1d-896f-f103e56a8e2e.exml
13:00:20.793 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
13:00:20.793 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/94b7efa5-f94c-4d1d-896f-f103e56a8e2e.exml.
0s11ms [pure insertion]
marking any relevant derived attributes for update...13:00:20.793 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:20.793 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:20.794 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0054070c-0000-005f-0000-000000000000.exml...
13:00:20.794 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:20.794 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:20.794 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0054070c-0000-005f-0000-000000000000.exml...
13:00:20.795 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0054070c-0000-005f-0000-000000000000.exml
13:00:20.798 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:00:20.798 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0054070c-0000-005f-0000-000000000000.exml
13:00:20.799 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:00:20.799 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0054070c-0000-005f-0000-000000000000.exml.
0s5ms [pure insertion]
marking any relevant derived attributes for update...13:00:20.799 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:20.799 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:20.800 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0f6b-0000-000000000000.exml...
13:00:20.800 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:20.800 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:20.800 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0f6b-0000-000000000000.exml...
13:00:20.802 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0f6b-0000-000000000000.exml
13:00:20.806 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
13:00:20.806 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0f6b-0000-000000000000.exml
13:00:20.864 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
13:00:20.864 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0f6b-0000-000000000000.exml.
0s64ms [pure insertion]
marking any relevant derived attributes for update...13:00:20.864 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:20.864 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:20.865 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6432b987-256f-4121-9428-a89d364c2cef.exml...
13:00:20.865 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:20.865 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:20.865 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6432b987-256f-4121-9428-a89d364c2cef.exml...
13:00:20.868 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6432b987-256f-4121-9428-a89d364c2cef.exml
13:00:20.870 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:00:20.870 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6432b987-256f-4121-9428-a89d364c2cef.exml
13:00:20.872 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:00:20.872 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6432b987-256f-4121-9428-a89d364c2cef.exml.
0s7ms [pure insertion]
marking any relevant derived attributes for update...13:00:20.872 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:20.872 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:20.872 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001d-0000-000000000000.exml...
13:00:20.872 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:20.873 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:20.873 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001d-0000-000000000000.exml...
13:00:20.874 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001d-0000-000000000000.exml
13:00:20.966 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 15 NODES AND 15 M->MM REFERENCES! (took ~45sec)
13:00:20.966 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001d-0000-000000000000.exml
13:00:20.997 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 14 REFERENCES! (took ~0 sec)
13:00:20.997 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001d-0000-000000000000.exml.
0s125ms [pure insertion]
marking any relevant derived attributes for update...13:00:20.997 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:20.997 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:20.998 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/1b62b1eb-de82-44cb-be22-ed350ae5cf8c.exml...
13:00:20.998 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:20.998 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:20.998 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/1b62b1eb-de82-44cb-be22-ed350ae5cf8c.exml...
13:00:21.001 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/1b62b1eb-de82-44cb-be22-ed350ae5cf8c.exml
13:00:21.004 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
13:00:21.005 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/1b62b1eb-de82-44cb-be22-ed350ae5cf8c.exml
13:00:21.064 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
13:00:21.064 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/1b62b1eb-de82-44cb-be22-ed350ae5cf8c.exml.
0s66ms [pure insertion]
marking any relevant derived attributes for update...13:00:21.064 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:21.064 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:21.064 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/1f889934-8d90-11df-98b9-0014224f9977.exml...
13:00:21.064 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:21.065 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:21.065 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/1f889934-8d90-11df-98b9-0014224f9977.exml...
13:00:21.066 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/1f889934-8d90-11df-98b9-0014224f9977.exml
13:00:21.073 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~8sec)
13:00:21.073 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/1f889934-8d90-11df-98b9-0014224f9977.exml
13:00:21.105 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
13:00:21.105 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/1f889934-8d90-11df-98b9-0014224f9977.exml.
0s41ms [pure insertion]
marking any relevant derived attributes for update...13:00:21.105 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:21.105 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:21.106 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/01ec152c-0000-144f-0000-000000000000.exml...
13:00:21.106 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:21.161 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:21.161 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/01ec152c-0000-144f-0000-000000000000.exml...
13:00:21.163 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/01ec152c-0000-144f-0000-000000000000.exml
13:00:21.186 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 11 NODES AND 11 M->MM REFERENCES! (took ~33sec)
13:00:21.186 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/01ec152c-0000-144f-0000-000000000000.exml
13:00:21.266 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 10 REFERENCES! (took ~0 sec)
13:00:21.266 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/01ec152c-0000-144f-0000-000000000000.exml.
0s160ms [pure insertion]
marking any relevant derived attributes for update...13:00:21.266 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:21.266 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:21.267 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/dfcbc301-c510-44b4-9164-0480e77740d2.exml...
13:00:21.267 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:21.267 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:21.267 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/dfcbc301-c510-44b4-9164-0480e77740d2.exml...
13:00:21.269 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/dfcbc301-c510-44b4-9164-0480e77740d2.exml
13:00:21.273 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
13:00:21.273 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/dfcbc301-c510-44b4-9164-0480e77740d2.exml
13:00:21.275 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:00:21.275 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/dfcbc301-c510-44b4-9164-0480e77740d2.exml.
0s8ms [pure insertion]
marking any relevant derived attributes for update...13:00:21.275 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:21.275 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:21.276 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001a-0000-000000000000.exml...
13:00:21.276 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:21.276 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:21.276 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001a-0000-000000000000.exml...
13:00:21.278 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001a-0000-000000000000.exml
13:00:21.365 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 15 NODES AND 15 M->MM REFERENCES! (took ~45sec)
13:00:21.365 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001a-0000-000000000000.exml
13:00:21.396 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 14 REFERENCES! (took ~0 sec)
13:00:21.396 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001a-0000-000000000000.exml.
0s120ms [pure insertion]
marking any relevant derived attributes for update...13:00:21.396 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:21.396 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:21.396 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01e7-0000-000000000000.exml...
13:00:21.396 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:21.397 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:21.397 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01e7-0000-000000000000.exml...
13:00:21.398 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01e7-0000-000000000000.exml
13:00:21.401 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:00:21.401 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01e7-0000-000000000000.exml
13:00:21.403 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:00:21.403 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01e7-0000-000000000000.exml.
0s7ms [pure insertion]
marking any relevant derived attributes for update...13:00:21.403 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:21.403 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:21.403 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0bfd-0000-000000000000.exml...
13:00:21.403 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:21.404 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:21.404 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0bfd-0000-000000000000.exml...
13:00:21.462 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0bfd-0000-000000000000.exml
13:00:21.464 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:00:21.464 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0bfd-0000-000000000000.exml
13:00:21.467 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:00:21.467 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0bfd-0000-000000000000.exml.
0s64ms [pure insertion]
marking any relevant derived attributes for update...13:00:21.468 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:21.468 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:21.468 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/de38398e-c746-11e1-8624-0027103f347d.exml...
13:00:21.468 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:21.468 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:21.468 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/de38398e-c746-11e1-8624-0027103f347d.exml...
13:00:21.470 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/de38398e-c746-11e1-8624-0027103f347d.exml
13:00:21.478 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 4 NODES AND 4 M->MM REFERENCES! (took ~12sec)
13:00:21.478 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/de38398e-c746-11e1-8624-0027103f347d.exml
13:00:21.486 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec)
13:00:21.486 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/de38398e-c746-11e1-8624-0027103f347d.exml.
0s18ms [pure insertion]
marking any relevant derived attributes for update...13:00:21.486 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:21.486 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:21.487 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0005-0000-000000000000.exml...
13:00:21.487 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:21.487 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:21.487 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0005-0000-000000000000.exml...
13:00:21.489 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0005-0000-000000000000.exml
13:00:21.492 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~8sec)
13:00:21.492 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0005-0000-000000000000.exml
13:00:21.494 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:00:21.494 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0005-0000-000000000000.exml.
0s7ms [pure insertion]
marking any relevant derived attributes for update...13:00:21.494 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:21.494 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:21.494 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0aca-0000-000000000000.exml...
13:00:21.494 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:21.494 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:21.494 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0aca-0000-000000000000.exml...
13:00:21.496 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0aca-0000-000000000000.exml
13:00:21.499 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:00:21.499 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0aca-0000-000000000000.exml
13:00:21.502 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:00:21.502 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0aca-0000-000000000000.exml.
0s8ms [pure insertion]
marking any relevant derived attributes for update...13:00:21.502 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:21.502 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:21.503 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0c02-0000-000000000000.exml...
13:00:21.503 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:21.561 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:21.561 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0c02-0000-000000000000.exml...
13:00:21.563 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0c02-0000-000000000000.exml
13:00:21.567 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:00:21.567 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0c02-0000-000000000000.exml
13:00:21.569 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:00:21.569 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0c02-0000-000000000000.exml.
0s66ms [pure insertion]
marking any relevant derived attributes for update...13:00:21.569 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:21.569 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:21.570 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00080cf0-0000-0031-0000-000000000000.exml...
13:00:21.570 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:21.570 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:21.570 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00080cf0-0000-0031-0000-000000000000.exml...
13:00:21.572 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00080cf0-0000-0031-0000-000000000000.exml
13:00:21.580 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 4 NODES AND 4 M->MM REFERENCES! (took ~13sec)
13:00:21.580 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00080cf0-0000-0031-0000-000000000000.exml
13:00:21.589 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec)
13:00:21.589 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00080cf0-0000-0031-0000-000000000000.exml.
0s19ms [pure insertion]
marking any relevant derived attributes for update...13:00:21.589 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:21.589 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:21.590 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01c3-0000-000000000000.exml...
13:00:21.590 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:21.590 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:21.590 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01c3-0000-000000000000.exml...
13:00:21.592 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01c3-0000-000000000000.exml
13:00:21.594 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:00:21.594 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01c3-0000-000000000000.exml
13:00:21.596 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:00:21.596 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01c3-0000-000000000000.exml.
0s6ms [pure insertion]
marking any relevant derived attributes for update...13:00:21.596 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:21.596 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:21.596 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-021a-0000-000000000000.exml...
13:00:21.596 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:21.597 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:21.597 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-021a-0000-000000000000.exml...
13:00:21.598 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-021a-0000-000000000000.exml
13:00:21.601 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:00:21.601 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-021a-0000-000000000000.exml
13:00:21.603 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:00:21.603 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-021a-0000-000000000000.exml.
0s7ms [pure insertion]
marking any relevant derived attributes for update...13:00:21.603 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:21.603 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:21.603 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/de95a30a-def3-4199-88a5-577f867327a2.exml...
13:00:21.603 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:21.604 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:21.604 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/de95a30a-def3-4199-88a5-577f867327a2.exml...
13:00:21.661 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/de95a30a-def3-4199-88a5-577f867327a2.exml
13:00:21.668 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
13:00:21.668 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/de95a30a-def3-4199-88a5-577f867327a2.exml
13:00:21.672 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
13:00:21.672 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/de95a30a-def3-4199-88a5-577f867327a2.exml.
0s69ms [pure insertion]
marking any relevant derived attributes for update...13:00:21.672 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:21.672 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:21.672 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/f8e58a85-c2fa-11de-8ac8-001302895b2b.exml...
13:00:21.672 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:21.672 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:21.672 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/f8e58a85-c2fa-11de-8ac8-001302895b2b.exml...
13:00:21.674 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/f8e58a85-c2fa-11de-8ac8-001302895b2b.exml
13:00:21.684 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:00:21.684 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/f8e58a85-c2fa-11de-8ac8-001302895b2b.exml
13:00:21.686 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:00:21.686 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/f8e58a85-c2fa-11de-8ac8-001302895b2b.exml.
0s14ms [pure insertion]
marking any relevant derived attributes for update...13:00:21.686 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:21.686 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:21.687 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-0020-0000-000000000000.exml...
13:00:21.687 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:21.687 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:21.687 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-0020-0000-000000000000.exml...
13:00:21.689 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-0020-0000-000000000000.exml
13:00:21.769 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 11 NODES AND 11 M->MM REFERENCES! (took ~33sec)
13:00:21.769 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-0020-0000-000000000000.exml
13:00:21.790 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 10 REFERENCES! (took ~0 sec)
13:00:21.790 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-0020-0000-000000000000.exml.
0s103ms [pure insertion]
marking any relevant derived attributes for update...13:00:21.790 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:21.790 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:21.791 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/Zoo/model/Infrastructure.DiagramSet/d00fb552-1f56-43fd-9776-f78355c9cb77.exml...
13:00:21.791 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:21.791 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:21.791 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/Zoo/model/Infrastructure.DiagramSet/d00fb552-1f56-43fd-9776-f78355c9cb77.exml...
13:00:21.793 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/Zoo/model/Infrastructure.DiagramSet/d00fb552-1f56-43fd-9776-f78355c9cb77.exml
13:00:21.795 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:00:21.795 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/Zoo/model/Infrastructure.DiagramSet/d00fb552-1f56-43fd-9776-f78355c9cb77.exml
13:00:21.797 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:00:21.797 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/Zoo/model/Infrastructure.DiagramSet/d00fb552-1f56-43fd-9776-f78355c9cb77.exml.
0s6ms [pure insertion]
marking any relevant derived attributes for update...13:00:21.797 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:21.797 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:21.798 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0260-0000-000000000000.exml...
13:00:21.798 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:21.798 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:21.798 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0260-0000-000000000000.exml...
13:00:21.800 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0260-0000-000000000000.exml
13:00:21.802 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:00:21.802 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0260-0000-000000000000.exml
13:00:21.863 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:00:21.863 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0260-0000-000000000000.exml.
0s65ms [pure insertion]
marking any relevant derived attributes for update...13:00:21.863 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:21.863 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:21.864 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/744f6321-c2f9-11de-8ac8-001302895b2b.exml...
13:00:21.864 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:21.864 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:21.864 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/744f6321-c2f9-11de-8ac8-001302895b2b.exml...
13:00:21.866 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/744f6321-c2f9-11de-8ac8-001302895b2b.exml
13:00:21.868 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:00:21.868 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/744f6321-c2f9-11de-8ac8-001302895b2b.exml
13:00:21.870 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:00:21.870 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/744f6321-c2f9-11de-8ac8-001302895b2b.exml.
0s6ms [pure insertion]
marking any relevant derived attributes for update...13:00:21.870 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:21.870 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:21.870 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ec22d8ff-de86-11de-905b-001302895b2b.exml...
13:00:21.870 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:21.870 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:21.870 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ec22d8ff-de86-11de-905b-001302895b2b.exml...
13:00:21.872 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ec22d8ff-de86-11de-905b-001302895b2b.exml
13:00:21.874 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:00:21.874 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ec22d8ff-de86-11de-905b-001302895b2b.exml
13:00:21.876 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:00:21.876 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ec22d8ff-de86-11de-905b-001302895b2b.exml.
0s6ms [pure insertion]
marking any relevant derived attributes for update...13:00:21.876 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:21.876 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:21.877 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec2468-0000-0acb-0000-000000000000.exml...
13:00:21.877 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:21.877 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:21.877 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec2468-0000-0acb-0000-000000000000.exml...
13:00:21.879 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec2468-0000-0acb-0000-000000000000.exml
13:00:21.881 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:00:21.881 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec2468-0000-0acb-0000-000000000000.exml
13:00:21.884 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:00:21.884 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec2468-0000-0acb-0000-000000000000.exml.
0s7ms [pure insertion]
marking any relevant derived attributes for update...13:00:21.884 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:21.884 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:21.885 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0f44-0000-000000000000.exml...
13:00:21.885 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:21.885 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:21.885 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0f44-0000-000000000000.exml...
13:00:21.886 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0f44-0000-000000000000.exml
13:00:21.892 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~8sec)
13:00:21.892 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0f44-0000-000000000000.exml
13:00:21.897 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
13:00:21.897 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0f44-0000-000000000000.exml.
0s12ms [pure insertion]
marking any relevant derived attributes for update...13:00:21.897 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:21.897 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:21.898 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01bd-0000-000000000000.exml...
13:00:21.898 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:21.898 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:21.898 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01bd-0000-000000000000.exml...
13:00:21.900 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01bd-0000-000000000000.exml
13:00:21.904 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:00:21.904 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01bd-0000-000000000000.exml
13:00:21.963 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:00:21.963 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01bd-0000-000000000000.exml.
0s65ms [pure insertion]
marking any relevant derived attributes for update...13:00:21.963 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:21.963 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:21.964 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/0c841642-4e99-4f0d-8a80-4f6d24bf8656.exml...
13:00:21.964 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:21.964 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:21.964 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/0c841642-4e99-4f0d-8a80-4f6d24bf8656.exml...
13:00:21.966 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/0c841642-4e99-4f0d-8a80-4f6d24bf8656.exml
13:00:21.970 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
13:00:21.970 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/0c841642-4e99-4f0d-8a80-4f6d24bf8656.exml
13:00:21.973 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
13:00:21.973 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/0c841642-4e99-4f0d-8a80-4f6d24bf8656.exml.
0s9ms [pure insertion]
marking any relevant derived attributes for update...13:00:21.973 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:21.973 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:21.974 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/76f275f9-32d9-11e0-91f3-0027103f347c.exml...
13:00:21.974 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:21.974 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:21.974 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/76f275f9-32d9-11e0-91f3-0027103f347c.exml...
13:00:21.976 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/76f275f9-32d9-11e0-91f3-0027103f347c.exml
13:00:21.978 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:00:21.978 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/76f275f9-32d9-11e0-91f3-0027103f347c.exml
13:00:21.981 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:00:21.981 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/76f275f9-32d9-11e0-91f3-0027103f347c.exml.
0s7ms [pure insertion]
marking any relevant derived attributes for update...13:00:21.981 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:21.981 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:21.982 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0265-0000-000000000000.exml...
13:00:21.982 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:21.982 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:21.982 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0265-0000-000000000000.exml...
13:00:21.984 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0265-0000-000000000000.exml
13:00:21.986 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:00:21.986 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0265-0000-000000000000.exml
13:00:21.988 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:00:21.988 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0265-0000-000000000000.exml.
0s6ms [pure insertion]
marking any relevant derived attributes for update...13:00:21.988 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:21.988 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:21.988 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/e4c6c55f-c2fc-11de-8ac8-001302895b2b.exml...
13:00:21.988 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:21.988 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:21.988 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/e4c6c55f-c2fc-11de-8ac8-001302895b2b.exml...
13:00:21.990 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/e4c6c55f-c2fc-11de-8ac8-001302895b2b.exml
13:00:21.993 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:00:21.993 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/e4c6c55f-c2fc-11de-8ac8-001302895b2b.exml
13:00:21.995 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:00:21.995 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/e4c6c55f-c2fc-11de-8ac8-001302895b2b.exml.
0s7ms [pure insertion]
marking any relevant derived attributes for update...13:00:21.995 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:21.995 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:21.995 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/ab241507-a18e-4711-8acd-db5abd8b525f.exml...
13:00:21.995 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:21.995 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:21.995 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/ab241507-a18e-4711-8acd-db5abd8b525f.exml...
13:00:21.998 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/ab241507-a18e-4711-8acd-db5abd8b525f.exml
13:00:22.002 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
13:00:22.002 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/ab241507-a18e-4711-8acd-db5abd8b525f.exml
13:00:22.062 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:00:22.062 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/ab241507-a18e-4711-8acd-db5abd8b525f.exml.
0s67ms [pure insertion]
marking any relevant derived attributes for update...13:00:22.062 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:22.062 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:22.063 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/01ec152c-0000-3152-0000-000000000000.exml...
13:00:22.063 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:22.063 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:22.063 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/01ec152c-0000-3152-0000-000000000000.exml...
13:00:22.065 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/01ec152c-0000-3152-0000-000000000000.exml
13:00:22.072 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 4 NODES AND 4 M->MM REFERENCES! (took ~13sec)
13:00:22.072 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/01ec152c-0000-3152-0000-000000000000.exml
13:00:22.079 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec)
13:00:22.079 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/01ec152c-0000-3152-0000-000000000000.exml.
0s16ms [pure insertion]
marking any relevant derived attributes for update...13:00:22.079 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
13:00:22.080 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
13:00:22.080 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-000d-0000-000000000000.exml...
13:00:22.080 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:22.081 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:22.081 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-000d-0000-000000000000.exml...
13:00:22.083 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-000d-0000-000000000000.exml
13:00:22.086 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~8sec)
13:00:22.086 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-000d-0000-000000000000.exml
13:00:22.088 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:00:22.088 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-000d-0000-000000000000.exml.
0s8ms [pure insertion]
marking any relevant derived attributes for update...13:00:22.088 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:22.088 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:22.088 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6f3c6234-52b8-11df-a320-001302895b2b.exml...
13:00:22.088 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:22.088 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:22.088 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6f3c6234-52b8-11df-a320-001302895b2b.exml...
13:00:22.090 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6f3c6234-52b8-11df-a320-001302895b2b.exml
13:00:22.092 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:00:22.093 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6f3c6234-52b8-11df-a320-001302895b2b.exml
13:00:22.095 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:00:22.095 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6f3c6234-52b8-11df-a320-001302895b2b.exml.
0s7ms [pure insertion]
marking any relevant derived attributes for update...13:00:22.095 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:22.095 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:22.095 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/Zoo/model/Infrastructure.Profile/53092f81-4142-4f4e-a379-854a1bda10fc.exml...
13:00:22.095 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:22.095 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:22.095 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/Zoo/model/Infrastructure.Profile/53092f81-4142-4f4e-a379-854a1bda10fc.exml...
13:00:22.097 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/Zoo/model/Infrastructure.Profile/53092f81-4142-4f4e-a379-854a1bda10fc.exml
13:00:22.101 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:00:22.101 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/Zoo/model/Infrastructure.Profile/53092f81-4142-4f4e-a379-854a1bda10fc.exml
13:00:22.103 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:00:22.103 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/Zoo/model/Infrastructure.Profile/53092f81-4142-4f4e-a379-854a1bda10fc.exml.
0s8ms [pure insertion]
marking any relevant derived attributes for update...13:00:22.103 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:22.103 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:22.103 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00bc3ac0-0000-0d9a-0000-000000000000.exml...
13:00:22.103 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:22.103 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:22.103 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00bc3ac0-0000-0d9a-0000-000000000000.exml...
13:00:22.162 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00bc3ac0-0000-0d9a-0000-000000000000.exml
13:00:22.164 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:00:22.164 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00bc3ac0-0000-0d9a-0000-000000000000.exml
13:00:22.166 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:00:22.166 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00bc3ac0-0000-0d9a-0000-000000000000.exml.
0s63ms [pure insertion]
marking any relevant derived attributes for update...13:00:22.166 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:22.166 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:22.166 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/2eb4ec1b-c2fd-11de-8ac8-001302895b2b.exml...
13:00:22.166 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:22.166 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:22.166 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/2eb4ec1b-c2fd-11de-8ac8-001302895b2b.exml...
13:00:22.168 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/2eb4ec1b-c2fd-11de-8ac8-001302895b2b.exml
13:00:22.170 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:00:22.170 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/2eb4ec1b-c2fd-11de-8ac8-001302895b2b.exml
13:00:22.172 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:00:22.172 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/2eb4ec1b-c2fd-11de-8ac8-001302895b2b.exml.
0s6ms [pure insertion]
marking any relevant derived attributes for update...13:00:22.172 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:22.172 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:22.173 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/01a40888-0000-002a-0000-000000000000.exml...
13:00:22.173 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:22.173 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:22.173 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/01a40888-0000-002a-0000-000000000000.exml...
13:00:22.175 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/01a40888-0000-002a-0000-000000000000.exml
13:00:22.177 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:00:22.177 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/01a40888-0000-002a-0000-000000000000.exml
13:00:22.180 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:00:22.180 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/01a40888-0000-002a-0000-000000000000.exml.
0s7ms [pure insertion]
marking any relevant derived attributes for update...13:00:22.180 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:22.180 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:22.181 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/3edfb381-5d0d-11df-a996-001302895b2b.exml...
13:00:22.181 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:22.181 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:22.181 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/3edfb381-5d0d-11df-a996-001302895b2b.exml...
13:00:22.183 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/3edfb381-5d0d-11df-a996-001302895b2b.exml
13:00:22.185 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:00:22.185 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/3edfb381-5d0d-11df-a996-001302895b2b.exml
13:00:22.186 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:00:22.187 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/3edfb381-5d0d-11df-a996-001302895b2b.exml.
0s6ms [pure insertion]
marking any relevant derived attributes for update...13:00:22.187 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:22.187 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:22.187 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01ce-0000-000000000000.exml...
13:00:22.187 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:22.187 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:22.187 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01ce-0000-000000000000.exml...
13:00:22.189 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01ce-0000-000000000000.exml
13:00:22.191 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:00:22.191 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01ce-0000-000000000000.exml
13:00:22.193 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:00:22.193 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01ce-0000-000000000000.exml.
0s6ms [pure insertion]
marking any relevant derived attributes for update...13:00:22.193 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
13:00:22.194 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
13:00:22.194 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/4e477e48-35b4-11df-9280-001302895b2b.exml...
13:00:22.194 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:22.194 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:22.194 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/4e477e48-35b4-11df-9280-001302895b2b.exml...
13:00:22.196 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/4e477e48-35b4-11df-9280-001302895b2b.exml
13:00:22.198 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:00:22.199 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/4e477e48-35b4-11df-9280-001302895b2b.exml
13:00:22.202 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:00:22.202 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/4e477e48-35b4-11df-9280-001302895b2b.exml.
0s8ms [pure insertion]
marking any relevant derived attributes for update...13:00:22.202 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:22.202 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:22.202 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-0200-0000-000000000000.exml...
13:00:22.202 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:22.202 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:22.202 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-0200-0000-000000000000.exml...
13:00:22.204 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-0200-0000-000000000000.exml
13:00:22.262 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:00:22.262 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-0200-0000-000000000000.exml
13:00:22.264 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:00:22.264 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-0200-0000-000000000000.exml.
0s62ms [pure insertion]
marking any relevant derived attributes for update...13:00:22.264 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:22.264 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:22.265 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/Zoo/model/Standard.Class/4b6abbc6-130e-42fa-b1db-bbf1ba6d0065.exml...
13:00:22.265 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:22.265 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:22.265 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/Zoo/model/Standard.Class/4b6abbc6-130e-42fa-b1db-bbf1ba6d0065.exml...
13:00:22.267 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/Zoo/model/Standard.Class/4b6abbc6-130e-42fa-b1db-bbf1ba6d0065.exml
13:00:22.280 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 5 NODES AND 5 M->MM REFERENCES! (took ~30sec)
13:00:22.280 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/Zoo/model/Standard.Class/4b6abbc6-130e-42fa-b1db-bbf1ba6d0065.exml
13:00:22.289 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec)
13:00:22.289 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/Zoo/model/Standard.Class/4b6abbc6-130e-42fa-b1db-bbf1ba6d0065.exml.
0s24ms [pure insertion]
marking any relevant derived attributes for update...13:00:22.289 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:22.289 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:22.290 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001f-0000-000000000000.exml...
13:00:22.290 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:22.290 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:22.290 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001f-0000-000000000000.exml...
13:00:22.292 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001f-0000-000000000000.exml
13:00:22.374 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 11 NODES AND 11 M->MM REFERENCES! (took ~33sec)
13:00:22.374 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001f-0000-000000000000.exml
13:00:22.398 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 10 REFERENCES! (took ~0 sec)
13:00:22.398 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001f-0000-000000000000.exml.
0s108ms [pure insertion]
marking any relevant derived attributes for update...13:00:22.398 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:22.398 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:22.399 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/84b2bd9b-6fcf-4ee4-af8e-f1319276a311.exml...
13:00:22.399 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:22.399 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:22.399 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/84b2bd9b-6fcf-4ee4-af8e-f1319276a311.exml...
13:00:22.401 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/84b2bd9b-6fcf-4ee4-af8e-f1319276a311.exml
13:00:22.496 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 18 NODES AND 18 M->MM REFERENCES! (took ~54sec)
13:00:22.496 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/84b2bd9b-6fcf-4ee4-af8e-f1319276a311.exml
13:00:22.592 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 17 REFERENCES! (took ~0 sec)
13:00:22.592 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/84b2bd9b-6fcf-4ee4-af8e-f1319276a311.exml.
0s193ms [pure insertion]
marking any relevant derived attributes for update...13:00:22.592 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:22.592 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:22.592 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/d7ea54fa-8913-11df-8dda-0014224f9977.exml...
13:00:22.592 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:22.592 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:22.592 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/d7ea54fa-8913-11df-8dda-0014224f9977.exml...
13:00:22.594 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/d7ea54fa-8913-11df-8dda-0014224f9977.exml
13:00:22.597 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:00:22.597 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/d7ea54fa-8913-11df-8dda-0014224f9977.exml
13:00:22.599 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:00:22.599 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/d7ea54fa-8913-11df-8dda-0014224f9977.exml.
0s7ms [pure insertion]
marking any relevant derived attributes for update...13:00:22.599 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:22.599 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:22.599 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00bc4480-0000-06a8-0000-000000000000.exml...
13:00:22.600 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:22.600 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:22.600 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00bc4480-0000-06a8-0000-000000000000.exml...
13:00:22.602 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00bc4480-0000-06a8-0000-000000000000.exml
13:00:22.663 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:00:22.663 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00bc4480-0000-06a8-0000-000000000000.exml
13:00:22.666 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:00:22.666 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00bc4480-0000-06a8-0000-000000000000.exml.
0s67ms [pure insertion]
marking any relevant derived attributes for update...13:00:22.666 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:22.666 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:22.666 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/eb3dbc2d-8e8a-40e4-9f8c-3cfd64a04944.exml...
13:00:22.666 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:22.666 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:22.666 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/eb3dbc2d-8e8a-40e4-9f8c-3cfd64a04944.exml...
13:00:22.668 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/eb3dbc2d-8e8a-40e4-9f8c-3cfd64a04944.exml
13:00:22.762 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 12 NODES AND 12 M->MM REFERENCES! (took ~36sec)
13:00:22.762 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/eb3dbc2d-8e8a-40e4-9f8c-3cfd64a04944.exml
13:00:22.787 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 11 REFERENCES! (took ~0 sec)
13:00:22.787 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/eb3dbc2d-8e8a-40e4-9f8c-3cfd64a04944.exml.
0s121ms [pure insertion]
marking any relevant derived attributes for update...13:00:22.787 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:22.787 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:22.787 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0014-0000-000000000000.exml...
13:00:22.787 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:22.787 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:22.787 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0014-0000-000000000000.exml...
13:00:22.789 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0014-0000-000000000000.exml
13:00:22.793 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~8sec)
13:00:22.793 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0014-0000-000000000000.exml
13:00:22.796 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:00:22.796 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0014-0000-000000000000.exml.
0s9ms [pure insertion]
marking any relevant derived attributes for update...13:00:22.796 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:22.796 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:22.796 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/Zoo/model/Standard.Class/9b9791e8-8e77-4fd0-ada7-e62bdfad9ec4.exml...
13:00:22.796 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:22.796 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:22.796 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/Zoo/model/Standard.Class/9b9791e8-8e77-4fd0-ada7-e62bdfad9ec4.exml...
13:00:22.798 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/Zoo/model/Standard.Class/9b9791e8-8e77-4fd0-ada7-e62bdfad9ec4.exml
13:00:22.863 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~18sec)
13:00:22.863 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/Zoo/model/Standard.Class/9b9791e8-8e77-4fd0-ada7-e62bdfad9ec4.exml
13:00:22.869 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
13:00:22.869 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/Zoo/model/Standard.Class/9b9791e8-8e77-4fd0-ada7-e62bdfad9ec4.exml.
0s73ms [pure insertion]
marking any relevant derived attributes for update...13:00:22.869 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:22.869 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:22.870 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001e-0000-000000000000.exml...
13:00:22.870 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:22.870 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:22.870 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001e-0000-000000000000.exml...
13:00:22.872 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001e-0000-000000000000.exml
13:00:22.962 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 15 NODES AND 15 M->MM REFERENCES! (took ~45sec)
13:00:22.962 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001e-0000-000000000000.exml
13:00:22.994 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 14 REFERENCES! (took ~0 sec)
13:00:22.994 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001e-0000-000000000000.exml.
0s124ms [pure insertion]
marking any relevant derived attributes for update...13:00:22.994 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:22.994 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:22.994 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec141c-0000-1301-0000-000000000000.exml...
13:00:22.994 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:22.994 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:22.994 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec141c-0000-1301-0000-000000000000.exml...
13:00:22.996 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec141c-0000-1301-0000-000000000000.exml
13:00:22.998 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:00:22.998 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec141c-0000-1301-0000-000000000000.exml
13:00:23.000 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:00:23.000 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec141c-0000-1301-0000-000000000000.exml.
0s6ms [pure insertion]
marking any relevant derived attributes for update...13:00:23.000 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:23.000 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:23.000 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec141c-0000-12fc-0000-000000000000.exml...
13:00:23.000 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:23.001 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:23.001 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec141c-0000-12fc-0000-000000000000.exml...
13:00:23.002 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec141c-0000-12fc-0000-000000000000.exml
13:00:23.062 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:00:23.062 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec141c-0000-12fc-0000-000000000000.exml
13:00:23.064 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:00:23.064 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec141c-0000-12fc-0000-000000000000.exml.
0s64ms [pure insertion]
marking any relevant derived attributes for update...13:00:23.064 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:23.064 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:23.065 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0f3a-0000-000000000000.exml...
13:00:23.065 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:23.065 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:23.065 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0f3a-0000-000000000000.exml...
13:00:23.068 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0f3a-0000-000000000000.exml
13:00:23.074 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~8sec)
13:00:23.074 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0f3a-0000-000000000000.exml
13:00:23.079 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
13:00:23.079 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0f3a-0000-000000000000.exml.
0s14ms [pure insertion]
marking any relevant derived attributes for update...13:00:23.079 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:23.079 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:23.079 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0011-0000-000000000000.exml...
13:00:23.079 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:23.079 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:23.079 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0011-0000-000000000000.exml...
13:00:23.081 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0011-0000-000000000000.exml
13:00:23.085 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~8sec)
13:00:23.085 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0011-0000-000000000000.exml
13:00:23.088 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:00:23.088 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0011-0000-000000000000.exml.
0s9ms [pure insertion]
marking any relevant derived attributes for update...13:00:23.088 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:23.088 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:23.088 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.ModuleComponent/bd19f944-d41b-42ef-94a1-9e5ba663883b.exml...
13:00:23.088 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:23.088 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:23.088 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.ModuleComponent/bd19f944-d41b-42ef-94a1-9e5ba663883b.exml...
13:00:23.090 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.ModuleComponent/bd19f944-d41b-42ef-94a1-9e5ba663883b.exml
13:00:23.094 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~4sec)
13:00:23.094 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.ModuleComponent/bd19f944-d41b-42ef-94a1-9e5ba663883b.exml
13:00:23.097 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:00:23.097 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.ModuleComponent/bd19f944-d41b-42ef-94a1-9e5ba663883b.exml.
0s9ms [pure insertion]
marking any relevant derived attributes for update...13:00:23.097 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:23.097 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:23.097 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/8e76c95f-5821-11df-be59-001302895b2b.exml...
13:00:23.097 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:23.097 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:23.097 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/8e76c95f-5821-11df-be59-001302895b2b.exml...
13:00:23.099 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/8e76c95f-5821-11df-be59-001302895b2b.exml
13:00:23.101 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:00:23.101 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/8e76c95f-5821-11df-be59-001302895b2b.exml
13:00:23.103 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:00:23.103 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/8e76c95f-5821-11df-be59-001302895b2b.exml.
0s6ms [pure insertion]
marking any relevant derived attributes for update...13:00:23.103 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:23.103 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:23.104 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/a74178fb-df2b-11de-905b-001302895b2b.exml...
13:00:23.104 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:23.104 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:23.104 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/a74178fb-df2b-11de-905b-001302895b2b.exml...
13:00:23.105 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/a74178fb-df2b-11de-905b-001302895b2b.exml
13:00:23.165 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~6sec)
13:00:23.165 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/a74178fb-df2b-11de-905b-001302895b2b.exml
13:00:23.170 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
13:00:23.170 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/a74178fb-df2b-11de-905b-001302895b2b.exml.
0s66ms [pure insertion]
marking any relevant derived attributes for update...13:00:23.170 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:23.170 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:23.170 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-021f-0000-000000000000.exml...
13:00:23.170 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:23.171 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:23.171 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-021f-0000-000000000000.exml...
13:00:23.172 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-021f-0000-000000000000.exml
13:00:23.175 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:00:23.175 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-021f-0000-000000000000.exml
13:00:23.177 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:00:23.177 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-021f-0000-000000000000.exml.
0s7ms [pure insertion]
marking any relevant derived attributes for update...13:00:23.177 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:23.177 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:23.177 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/99bf7919-5d09-11df-a996-001302895b2b.exml...
13:00:23.177 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:23.177 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:23.177 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/99bf7919-5d09-11df-a996-001302895b2b.exml...
13:00:23.179 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/99bf7919-5d09-11df-a996-001302895b2b.exml
13:00:23.182 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:00:23.182 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/99bf7919-5d09-11df-a996-001302895b2b.exml
13:00:23.184 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:00:23.184 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/99bf7919-5d09-11df-a996-001302895b2b.exml.
0s7ms [pure insertion]
marking any relevant derived attributes for update...13:00:23.184 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:23.184 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:23.184 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/1be2e3fc-27ca-11e1-8d9c-002564c97630.exml...
13:00:23.185 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:23.186 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:23.186 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/1be2e3fc-27ca-11e1-8d9c-002564c97630.exml...
13:00:23.187 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/1be2e3fc-27ca-11e1-8d9c-002564c97630.exml
13:00:23.190 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:00:23.190 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/1be2e3fc-27ca-11e1-8d9c-002564c97630.exml
13:00:23.193 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:00:23.193 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/1be2e3fc-27ca-11e1-8d9c-002564c97630.exml.
0s9ms [pure insertion]
marking any relevant derived attributes for update...13:00:23.193 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:23.193 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:23.193 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/c37f01cf-273e-11e1-b78e-00137282c51b.exml...
13:00:23.193 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:23.193 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:23.193 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/c37f01cf-273e-11e1-b78e-00137282c51b.exml...
13:00:23.195 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/c37f01cf-273e-11e1-b78e-00137282c51b.exml
13:00:23.197 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:00:23.197 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/c37f01cf-273e-11e1-b78e-00137282c51b.exml
13:00:23.199 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:00:23.199 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/c37f01cf-273e-11e1-b78e-00137282c51b.exml.
0s6ms [pure insertion]
marking any relevant derived attributes for update...13:00:23.199 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:23.199 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:23.199 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/1abd18db-c2fd-11de-8ac8-001302895b2b.exml...
13:00:23.199 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:23.200 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:23.200 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/1abd18db-c2fd-11de-8ac8-001302895b2b.exml...
13:00:23.263 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/1abd18db-c2fd-11de-8ac8-001302895b2b.exml
13:00:23.266 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:00:23.267 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/1abd18db-c2fd-11de-8ac8-001302895b2b.exml
13:00:23.268 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:00:23.268 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/1abd18db-c2fd-11de-8ac8-001302895b2b.exml.
0s69ms [pure insertion]
marking any relevant derived attributes for update...13:00:23.268 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:23.268 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:23.269 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/edc05471-5d08-11df-a996-001302895b2b.exml...
13:00:23.269 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:23.269 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:23.269 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/edc05471-5d08-11df-a996-001302895b2b.exml...
13:00:23.271 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/edc05471-5d08-11df-a996-001302895b2b.exml
13:00:23.273 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:00:23.273 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/edc05471-5d08-11df-a996-001302895b2b.exml
13:00:23.275 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:00:23.275 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/edc05471-5d08-11df-a996-001302895b2b.exml.
0s6ms [pure insertion]
marking any relevant derived attributes for update...13:00:23.275 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:23.275 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:23.275 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00540a84-0000-0005-0000-000000000000.exml...
13:00:23.275 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:23.276 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:23.276 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00540a84-0000-0005-0000-000000000000.exml...
13:00:23.278 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00540a84-0000-0005-0000-000000000000.exml
13:00:23.281 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:00:23.281 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00540a84-0000-0005-0000-000000000000.exml
13:00:23.283 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:00:23.283 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00540a84-0000-0005-0000-000000000000.exml.
0s8ms [pure insertion]
marking any relevant derived attributes for update...13:00:23.283 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:23.283 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:23.283 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/01a40888-0000-002d-0000-000000000000.exml...
13:00:23.283 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:23.283 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:23.283 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/01a40888-0000-002d-0000-000000000000.exml...
13:00:23.285 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/01a40888-0000-002d-0000-000000000000.exml
13:00:23.288 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:00:23.288 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/01a40888-0000-002d-0000-000000000000.exml
13:00:23.290 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:00:23.290 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/01a40888-0000-002d-0000-000000000000.exml.
0s7ms [pure insertion]
marking any relevant derived attributes for update...13:00:23.290 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:23.290 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:23.290 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/07111319-1fd7-11df-948e-001302895b2b.exml...
13:00:23.290 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:23.292 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:23.292 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/07111319-1fd7-11df-948e-001302895b2b.exml...
13:00:23.294 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/07111319-1fd7-11df-948e-001302895b2b.exml
13:00:23.298 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~6sec)
13:00:23.298 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/07111319-1fd7-11df-948e-001302895b2b.exml
13:00:23.301 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
13:00:23.301 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/07111319-1fd7-11df-948e-001302895b2b.exml.
0s11ms [pure insertion]
marking any relevant derived attributes for update...13:00:23.301 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:23.301 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:23.301 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/ca6d601e-7686-4e90-9b45-95d3878eddd4.exml...
13:00:23.302 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:23.302 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:23.302 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/ca6d601e-7686-4e90-9b45-95d3878eddd4.exml...
13:00:23.304 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/ca6d601e-7686-4e90-9b45-95d3878eddd4.exml
13:00:23.365 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
13:00:23.365 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/ca6d601e-7686-4e90-9b45-95d3878eddd4.exml
13:00:23.369 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
13:00:23.369 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/ca6d601e-7686-4e90-9b45-95d3878eddd4.exml.
0s68ms [pure insertion]
marking any relevant derived attributes for update...13:00:23.369 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
13:00:23.370 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
13:00:23.370 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/4b4745a9-5d0c-11df-a996-001302895b2b.exml...
13:00:23.370 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:23.370 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:23.370 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/4b4745a9-5d0c-11df-a996-001302895b2b.exml...
13:00:23.372 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/4b4745a9-5d0c-11df-a996-001302895b2b.exml
13:00:23.374 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:00:23.374 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/4b4745a9-5d0c-11df-a996-001302895b2b.exml
13:00:23.376 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:00:23.376 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/4b4745a9-5d0c-11df-a996-001302895b2b.exml.
0s6ms [pure insertion]
marking any relevant derived attributes for update...13:00:23.376 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:23.376 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:23.376 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/b58969db-144e-4a1f-b946-cd6deacca9bd.exml...
13:00:23.376 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:23.376 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:23.376 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/b58969db-144e-4a1f-b946-cd6deacca9bd.exml...
13:00:23.378 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/b58969db-144e-4a1f-b946-cd6deacca9bd.exml
13:00:23.381 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:00:23.381 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/b58969db-144e-4a1f-b946-cd6deacca9bd.exml
13:00:23.383 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:00:23.383 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/b58969db-144e-4a1f-b946-cd6deacca9bd.exml.
0s7ms [pure insertion]
marking any relevant derived attributes for update...13:00:23.383 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:23.383 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:23.383 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0bd72298-5d08-11df-a996-001302895b2b.exml...
13:00:23.383 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:23.383 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:23.383 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0bd72298-5d08-11df-a996-001302895b2b.exml...
13:00:23.385 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0bd72298-5d08-11df-a996-001302895b2b.exml
13:00:23.389 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:00:23.389 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0bd72298-5d08-11df-a996-001302895b2b.exml
13:00:23.391 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:00:23.391 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0bd72298-5d08-11df-a996-001302895b2b.exml.
0s8ms [pure insertion]
marking any relevant derived attributes for update...13:00:23.391 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:23.391 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:23.392 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001b-0000-000000000000.exml...
13:00:23.392 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:23.392 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:23.392 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001b-0000-000000000000.exml...
13:00:23.394 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001b-0000-000000000000.exml
13:00:23.486 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 15 NODES AND 15 M->MM REFERENCES! (took ~45sec)
13:00:23.486 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001b-0000-000000000000.exml
13:00:23.577 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 14 REFERENCES! (took ~0 sec)
13:00:23.578 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001b-0000-000000000000.exml.
0s186ms [pure insertion]
marking any relevant derived attributes for update...13:00:23.578 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:23.578 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:23.578 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d9-0000-000000000000.exml...
13:00:23.578 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:23.578 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:23.578 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d9-0000-000000000000.exml...
13:00:23.580 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d9-0000-000000000000.exml
13:00:23.582 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:00:23.582 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d9-0000-000000000000.exml
13:00:23.584 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:00:23.584 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d9-0000-000000000000.exml.
0s6ms [pure insertion]
marking any relevant derived attributes for update...13:00:23.584 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:23.585 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:23.585 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/4bd5d0c9-d5de-41d0-9515-f36f0ac34454.exml...
13:00:23.585 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:23.585 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:23.585 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/4bd5d0c9-d5de-41d0-9515-f36f0ac34454.exml...
13:00:23.587 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/4bd5d0c9-d5de-41d0-9515-f36f0ac34454.exml
13:00:23.592 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
13:00:23.592 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/4bd5d0c9-d5de-41d0-9515-f36f0ac34454.exml
13:00:23.596 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
13:00:23.596 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/4bd5d0c9-d5de-41d0-9515-f36f0ac34454.exml.
0s11ms [pure insertion]
marking any relevant derived attributes for update...13:00:23.596 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:23.596 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:23.596 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/2961d57b-5120-11de-bbaf-00218648fa3d.exml...
13:00:23.596 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:23.597 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:23.597 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/2961d57b-5120-11de-bbaf-00218648fa3d.exml...
13:00:23.598 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/2961d57b-5120-11de-bbaf-00218648fa3d.exml
13:00:23.601 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:00:23.601 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/2961d57b-5120-11de-bbaf-00218648fa3d.exml
13:00:23.663 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:00:23.663 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/2961d57b-5120-11de-bbaf-00218648fa3d.exml.
0s67ms [pure insertion]
marking any relevant derived attributes for update...13:00:23.663 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:23.663 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:23.663 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/bae91a3b-7009-11e0-a462-0027103f347c.exml...
13:00:23.663 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:23.663 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:23.663 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/bae91a3b-7009-11e0-a462-0027103f347c.exml...
13:00:23.665 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/bae91a3b-7009-11e0-a462-0027103f347c.exml
13:00:23.670 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~6sec)
13:00:23.671 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/bae91a3b-7009-11e0-a462-0027103f347c.exml
13:00:23.674 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
13:00:23.674 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/bae91a3b-7009-11e0-a462-0027103f347c.exml.
0s11ms [pure insertion]
marking any relevant derived attributes for update...13:00:23.674 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:23.674 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:23.674 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ed95fa9b-de99-11de-905b-001302895b2b.exml...
13:00:23.674 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:23.674 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:23.674 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ed95fa9b-de99-11de-905b-001302895b2b.exml...
13:00:23.676 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ed95fa9b-de99-11de-905b-001302895b2b.exml
13:00:23.678 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:00:23.678 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ed95fa9b-de99-11de-905b-001302895b2b.exml
13:00:23.680 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:00:23.680 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ed95fa9b-de99-11de-905b-001302895b2b.exml.
0s6ms [pure insertion]
marking any relevant derived attributes for update...13:00:23.680 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
13:00:23.681 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
13:00:23.681 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/67694a37-c2f9-11de-8ac8-001302895b2b.exml...
13:00:23.681 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:23.681 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:23.681 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/67694a37-c2f9-11de-8ac8-001302895b2b.exml...
13:00:23.683 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/67694a37-c2f9-11de-8ac8-001302895b2b.exml
13:00:23.685 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:00:23.686 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/67694a37-c2f9-11de-8ac8-001302895b2b.exml
13:00:23.688 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:00:23.688 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/67694a37-c2f9-11de-8ac8-001302895b2b.exml.
0s7ms [pure insertion]
marking any relevant derived attributes for update...13:00:23.688 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:23.688 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:23.688 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/2da1b4b3-afe9-42b1-af6f-03914e859140.exml...
13:00:23.688 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:23.689 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:23.689 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/2da1b4b3-afe9-42b1-af6f-03914e859140.exml...
13:00:23.691 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/2da1b4b3-afe9-42b1-af6f-03914e859140.exml
13:00:23.693 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
13:00:23.693 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/2da1b4b3-afe9-42b1-af6f-03914e859140.exml
13:00:23.695 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:00:23.695 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/2da1b4b3-afe9-42b1-af6f-03914e859140.exml.
0s7ms [pure insertion]
marking any relevant derived attributes for update...13:00:23.695 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:23.695 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:23.695 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/f572af01-e116-41d3-aa90-4cef567d721e.exml...
13:00:23.695 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:23.696 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:23.696 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/f572af01-e116-41d3-aa90-4cef567d721e.exml...
13:00:23.697 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/f572af01-e116-41d3-aa90-4cef567d721e.exml
13:00:23.699 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
13:00:23.699 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/f572af01-e116-41d3-aa90-4cef567d721e.exml
13:00:23.701 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:00:23.701 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/f572af01-e116-41d3-aa90-4cef567d721e.exml.
0s6ms [pure insertion]
marking any relevant derived attributes for update...13:00:23.701 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:23.701 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:23.702 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0fa9-0000-000000000000.exml...
13:00:23.702 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:23.702 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:23.702 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0fa9-0000-000000000000.exml...
13:00:23.762 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0fa9-0000-000000000000.exml
13:00:23.768 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
13:00:23.768 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0fa9-0000-000000000000.exml
13:00:23.771 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
13:00:23.771 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0fa9-0000-000000000000.exml.
0s69ms [pure insertion]
marking any relevant derived attributes for update...13:00:23.771 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:23.771 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:23.772 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01280500-0000-0b37-0000-000000000000.exml...
13:00:23.772 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:23.772 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:23.772 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01280500-0000-0b37-0000-000000000000.exml...
13:00:23.774 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01280500-0000-0b37-0000-000000000000.exml
13:00:23.776 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:00:23.776 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01280500-0000-0b37-0000-000000000000.exml
13:00:23.778 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:00:23.778 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01280500-0000-0b37-0000-000000000000.exml.
0s6ms [pure insertion]
marking any relevant derived attributes for update...13:00:23.778 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:23.778 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:23.778 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/3d7b14d7-4de3-4b8b-8a91-00c002a833bb.exml...
13:00:23.778 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:23.778 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:23.778 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/3d7b14d7-4de3-4b8b-8a91-00c002a833bb.exml...
13:00:23.780 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/3d7b14d7-4de3-4b8b-8a91-00c002a833bb.exml
13:00:23.785 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
13:00:23.785 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/3d7b14d7-4de3-4b8b-8a91-00c002a833bb.exml
13:00:23.789 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
13:00:23.789 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/3d7b14d7-4de3-4b8b-8a91-00c002a833bb.exml.
0s11ms [pure insertion]
marking any relevant derived attributes for update...13:00:23.789 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
13:00:23.790 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
13:00:23.790 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec141c-0000-12f7-0000-000000000000.exml...
13:00:23.790 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:23.790 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:23.790 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec141c-0000-12f7-0000-000000000000.exml...
13:00:23.792 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec141c-0000-12f7-0000-000000000000.exml
13:00:23.794 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:00:23.794 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec141c-0000-12f7-0000-000000000000.exml
13:00:23.796 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:00:23.796 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec141c-0000-12f7-0000-000000000000.exml.
0s6ms [pure insertion]
marking any relevant derived attributes for update...13:00:23.796 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:23.796 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:23.796 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/007006dc-0000-0137-0000-000000000000.exml...
13:00:23.796 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:23.796 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:23.796 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/007006dc-0000-0137-0000-000000000000.exml...
13:00:23.798 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/007006dc-0000-0137-0000-000000000000.exml
13:00:23.801 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:00:23.801 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/007006dc-0000-0137-0000-000000000000.exml
13:00:23.802 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:00:23.803 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/007006dc-0000-0137-0000-000000000000.exml.
0s7ms [pure insertion]
marking any relevant derived attributes for update...13:00:23.803 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:23.803 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:23.803 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/01a40888-0000-002b-0000-000000000000.exml...
13:00:23.803 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:23.803 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:23.803 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/01a40888-0000-002b-0000-000000000000.exml...
13:00:23.862 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/01a40888-0000-002b-0000-000000000000.exml
13:00:23.865 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:00:23.865 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/01a40888-0000-002b-0000-000000000000.exml
13:00:23.868 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:00:23.868 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/01a40888-0000-002b-0000-000000000000.exml.
0s65ms [pure insertion]
marking any relevant derived attributes for update...13:00:23.868 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:23.868 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:23.869 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/fdbc7d78-32c7-11e0-91f3-0027103f347c.exml...
13:00:23.869 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:23.869 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:23.869 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/fdbc7d78-32c7-11e0-91f3-0027103f347c.exml...
13:00:23.871 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/fdbc7d78-32c7-11e0-91f3-0027103f347c.exml
13:00:23.873 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:00:23.873 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/fdbc7d78-32c7-11e0-91f3-0027103f347c.exml
13:00:23.875 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:00:23.875 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/fdbc7d78-32c7-11e0-91f3-0027103f347c.exml.
0s6ms [pure insertion]
marking any relevant derived attributes for update...13:00:23.875 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:23.875 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:23.875 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1228-0000-12f8-0000-000000000000.exml...
13:00:23.875 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:23.875 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:23.875 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1228-0000-12f8-0000-000000000000.exml...
13:00:23.877 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1228-0000-12f8-0000-000000000000.exml
13:00:23.880 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:00:23.880 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1228-0000-12f8-0000-000000000000.exml
13:00:23.882 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:00:23.882 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1228-0000-12f8-0000-000000000000.exml.
0s7ms [pure insertion]
marking any relevant derived attributes for update...13:00:23.882 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:23.882 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:23.882 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0012-0000-000000000000.exml...
13:00:23.882 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:23.882 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:23.882 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0012-0000-000000000000.exml...
13:00:23.884 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0012-0000-000000000000.exml
13:00:23.889 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~8sec)
13:00:23.889 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0012-0000-000000000000.exml
13:00:23.891 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:00:23.891 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0012-0000-000000000000.exml.
0s9ms [pure insertion]
marking any relevant derived attributes for update...13:00:23.891 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:23.891 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:23.891 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/4a427283-5d09-11df-a996-001302895b2b.exml...
13:00:23.891 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:23.891 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:23.891 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/4a427283-5d09-11df-a996-001302895b2b.exml...
13:00:23.893 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/4a427283-5d09-11df-a996-001302895b2b.exml
13:00:23.895 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:00:23.895 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/4a427283-5d09-11df-a996-001302895b2b.exml
13:00:23.897 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:00:23.897 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/4a427283-5d09-11df-a996-001302895b2b.exml.
0s6ms [pure insertion]
marking any relevant derived attributes for update...13:00:23.897 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:23.897 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:23.897 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/a46b20b8-26ab-11df-ac88-001302895b2b.exml...
13:00:23.897 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:23.897 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:23.897 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/a46b20b8-26ab-11df-ac88-001302895b2b.exml...
13:00:23.899 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/a46b20b8-26ab-11df-ac88-001302895b2b.exml
13:00:23.902 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:00:23.902 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/a46b20b8-26ab-11df-ac88-001302895b2b.exml
13:00:23.961 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:00:23.961 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/a46b20b8-26ab-11df-ac88-001302895b2b.exml.
0s64ms [pure insertion]
marking any relevant derived attributes for update...13:00:23.961 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
13:00:23.962 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
13:00:23.962 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processed 300/309 files in repo file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ (3 sec, 8 sec total)
13:00:23.962 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/1bdf9f87-e9ad-4849-ab22-c25147e8d00c.exml...
13:00:23.962 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:23.962 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:23.962 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/1bdf9f87-e9ad-4849-ab22-c25147e8d00c.exml...
13:00:23.964 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/1bdf9f87-e9ad-4849-ab22-c25147e8d00c.exml
13:00:23.968 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:00:23.968 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/1bdf9f87-e9ad-4849-ab22-c25147e8d00c.exml
13:00:23.970 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:00:23.970 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/1bdf9f87-e9ad-4849-ab22-c25147e8d00c.exml.
0s8ms [pure insertion]
marking any relevant derived attributes for update...13:00:23.970 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:23.970 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:23.970 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c48-0000-000000000000.exml...
13:00:23.970 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:23.970 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:23.970 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c48-0000-000000000000.exml...
13:00:23.972 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c48-0000-000000000000.exml
13:00:23.974 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:00:23.974 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c48-0000-000000000000.exml
13:00:23.976 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:00:23.976 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c48-0000-000000000000.exml.
0s6ms [pure insertion]
marking any relevant derived attributes for update...13:00:23.976 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:23.976 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:23.976 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec2468-0000-0ac6-0000-000000000000.exml...
13:00:23.976 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:23.976 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:23.976 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec2468-0000-0ac6-0000-000000000000.exml...
13:00:23.978 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec2468-0000-0ac6-0000-000000000000.exml
13:00:23.981 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:00:23.981 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec2468-0000-0ac6-0000-000000000000.exml
13:00:23.983 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:00:23.983 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec2468-0000-0ac6-0000-000000000000.exml.
0s7ms [pure insertion]
marking any relevant derived attributes for update...13:00:23.983 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:23.983 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:23.983 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/d5bccf8e-79b3-48df-8c79-09200aa52d19.exml...
13:00:23.983 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:23.983 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:23.983 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/d5bccf8e-79b3-48df-8c79-09200aa52d19.exml...
13:00:23.985 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/d5bccf8e-79b3-48df-8c79-09200aa52d19.exml
13:00:23.989 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:00:23.989 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/d5bccf8e-79b3-48df-8c79-09200aa52d19.exml
13:00:23.991 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:00:23.991 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/d5bccf8e-79b3-48df-8c79-09200aa52d19.exml.
0s8ms [pure insertion]
marking any relevant derived attributes for update...13:00:23.991 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:23.991 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:23.991 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/3254be34-c7d8-4018-8a68-5de65c30b773.exml...
13:00:23.991 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:23.991 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:23.991 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/3254be34-c7d8-4018-8a68-5de65c30b773.exml...
13:00:23.993 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/3254be34-c7d8-4018-8a68-5de65c30b773.exml
13:00:23.997 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~6sec)
13:00:23.997 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/3254be34-c7d8-4018-8a68-5de65c30b773.exml
13:00:24.001 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
13:00:24.001 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/3254be34-c7d8-4018-8a68-5de65c30b773.exml.
0s10ms [pure insertion]
marking any relevant derived attributes for update...13:00:24.001 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:24.001 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:24.001 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec2468-0000-0ac1-0000-000000000000.exml...
13:00:24.002 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:24.002 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:24.002 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec2468-0000-0ac1-0000-000000000000.exml...
13:00:24.063 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec2468-0000-0ac1-0000-000000000000.exml
13:00:24.066 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:00:24.066 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec2468-0000-0ac1-0000-000000000000.exml
13:00:24.068 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:00:24.068 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec2468-0000-0ac1-0000-000000000000.exml.
0s67ms [pure insertion]
marking any relevant derived attributes for update...13:00:24.068 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:24.068 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:24.068 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/8281b44e-16ea-4e9b-94d1-dc28a2be86a9.exml...
13:00:24.068 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:24.070 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:24.070 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/8281b44e-16ea-4e9b-94d1-dc28a2be86a9.exml...
13:00:24.072 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/8281b44e-16ea-4e9b-94d1-dc28a2be86a9.exml
13:00:24.076 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
13:00:24.076 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/8281b44e-16ea-4e9b-94d1-dc28a2be86a9.exml
13:00:24.081 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
13:00:24.081 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/8281b44e-16ea-4e9b-94d1-dc28a2be86a9.exml.
0s13ms [pure insertion]
marking any relevant derived attributes for update...13:00:24.081 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:24.081 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:24.081 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/0c8bec5b-24e6-4492-9350-b45d95f4b369.exml...
13:00:24.081 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:24.081 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:24.081 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/0c8bec5b-24e6-4492-9350-b45d95f4b369.exml...
13:00:24.084 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/0c8bec5b-24e6-4492-9350-b45d95f4b369.exml
13:00:24.087 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
13:00:24.087 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/0c8bec5b-24e6-4492-9350-b45d95f4b369.exml
13:00:24.089 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:00:24.089 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/0c8bec5b-24e6-4492-9350-b45d95f4b369.exml.
0s8ms [pure insertion]
marking any relevant derived attributes for update...13:00:24.089 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:24.089 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:24.089 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/7a804dc3-44ec-11e0-8f73-0027103f347c.exml...
13:00:24.089 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:24.090 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:24.090 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/7a804dc3-44ec-11e0-8f73-0027103f347c.exml...
13:00:24.091 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/7a804dc3-44ec-11e0-8f73-0027103f347c.exml
13:00:24.097 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
13:00:24.097 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/7a804dc3-44ec-11e0-8f73-0027103f347c.exml
13:00:24.100 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
13:00:24.100 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/7a804dc3-44ec-11e0-8f73-0027103f347c.exml.
0s11ms [pure insertion]
marking any relevant derived attributes for update...13:00:24.100 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:24.100 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:24.100 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processed 309/309 files in repo file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ (0 sec, 8 sec total)
13:00:24.100 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:00:24.100 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:00:24.179 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/1119 proxy references (0 sec total)
13:00:25.489 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 1119 refs
13:00:25.489 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~1.388s
attempting to resolve any uninitialized derived attributes...
13:00:25.489 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:00:25.489 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:00:25.489 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store
attempting to update any relevant derived attributes...
13:00:25.489 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
1s389ms [proxy update]
13:00:25.489 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
13:00:25.492 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
sync metrics:
interesting	309
deleted		0
changed		309
loaded		309
c elems		619
d elems		0
time		~10s
validating changes...
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/01ec045c-0000-10a1-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-000d-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/e4358003-f3da-11df-8ada-0027103f347c.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0f51-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/b071b025-c2fc-11de-8ac8-001302895b2b.exml
validating file UPDATED for /data/fragments/Zoo/model/Standard.Project/0f4f1c57-dc5a-441a-91da-424b105803ce.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/75cb05db-044e-485f-9e6d-8b57b4f3ecb2.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/f98047ab-24f3-4b41-adbb-3cb70791184a.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.Package/00000004-0000-0004-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d3-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/06edcdd9-c2fd-11de-8ac8-001302895b2b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c44-0000-000000000000.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0010-0000-000000000000.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/64df4d1e-3663-4950-95fc-29204f9981e7.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/8d83b757-7de2-47ea-8b3c-f593a48aa05c.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-023d-0000-000000000000.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/ee295439-adfb-4038-9ad2-9e643a37e076.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f7-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01b8-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/770df309-5d0c-11df-a996-001302895b2b.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.Project/f69e310f-106c-4b21-9de4-d31b4523525b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/3ac00e06-3921-4b35-bb60-84618d4da048.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01ef-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-0204-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00540a84-0000-0003-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-022e-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ee97796b-de99-11de-905b-001302895b2b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1ac4-0000-2f04-0000-000000000000.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/55bdd09f-86d4-40c2-8487-c288a8af4ec3.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/bc36b99e-8470-4aee-ba2a-5012c0a17525.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/994fc1e3-c2f9-11de-8ac8-001302895b2b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/b355cc6c-c4aa-11df-b100-001302895b2b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/5d167c0f-df53-11de-b2b1-001302895b2b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/00300000-0000-0032-0000-000000000000.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00080cf0-0000-00bc-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/8c44d73d-5d0b-11df-a996-001302895b2b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0fc2-0000-000000000000.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00bc470c-0000-0018-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/89c8bd8c-fa56-475b-9fe6-ffe3910cc35c.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/e884c108-f73e-11e1-8cf3-002564c97630.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00140d80-0000-0110-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/4edcbbef-5d0a-11df-a996-001302895b2b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0233-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/5791cd76-03ec-11e2-9c63-0027103f347d.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d1-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/74d7cf69-58eb-48e4-b71a-e5bb0f7570f7.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01e5-0000-000000000000.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001c-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/aa99ee06-c495-11de-ada1-001302895b2b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/946458b2-daf1-44b8-887b-12a0d9e5c2f6.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/34ef5bd6-d7e4-11e2-b93f-0027103f347c.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/435869cb-c2fd-11de-8ac8-001302895b2b.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/142e9641-ca78-441c-9933-c13b113e2e69.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f5-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/72ada667-0b7f-4421-bd69-9b037642ed87.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c45-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d7-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-08c8-0000-000000000000.exml
validating file UPDATED for /data/fragments/Zoo/model/Standard.Package/ea878bd2-7ef9-4ce1-a11e-35fa129981bb.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00d0052c-0000-0143-0000-000000000000.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0009-0000-000000000000.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-000f-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/679a9417-8f06-4255-a409-1e1f7136e418.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/641a5778-89a9-11df-9978-0014224f9977.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/f9061fa3-c2fc-11de-8ac8-001302895b2b.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00bc470c-0000-002a-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/fca54004-5d0d-11df-a996-001302895b2b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-0007-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/1b1ba62d-205e-11df-948e-001302895b2b.exml
validating file UPDATED for /data/fragments/Zoo/model/Analyst.AnalystProject/cf45c5ec-61ba-4a7c-83f7-edb79310dfb0.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01c5-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/007006dc-0000-0139-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0a37-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/68c63e60-70d6-11e0-872f-0027103f347c.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c46-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/a27efc42-08b8-4e7d-95c6-b393e6fe5fba.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/fec357b7-2501-4c75-8cdb-8b4da1836074.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/9fb5321d-c2fc-11de-8ac8-001302895b2b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0229-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01fe-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/8ed6276e-5821-11df-be59-001302895b2b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/d09356f1-c2fc-11de-8ac8-001302895b2b.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/897d11ed-d82c-4037-9a24-9b1b9e56cd3a.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f3-0000-000000000000.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-000b-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/90a0e341-5d0d-11df-a996-001302895b2b.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/e84f38cb-2400-4ecd-81b0-eb8734c0e20b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0238-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/051f4291-f151-4147-99c5-fd78221f49e2.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c0f03827-5d0b-11df-a996-001302895b2b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01bf-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/433bb965-77f8-4b1b-9ace-864e5af81454.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/007004e8-0000-0282-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-024c-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/5d357779-c2fd-11de-8ac8-001302895b2b.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00bc470c-0000-001b-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0224-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/89927bbf-c2f9-11de-8ac8-001302895b2b.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.Artifact/4bb461ab-1cb8-4e47-ab98-5ab266bd55cb.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/b9654705-c2f9-11de-8ac8-001302895b2b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/229bc921-c2fd-11de-8ac8-001302895b2b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f9-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/2d98d6ca-5644-418a-9bae-94b5362d3c51.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-0258-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0054070c-0000-005d-0000-000000000000.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00080cf0-0000-0032-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c49-0000-000000000000.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/fd1e7e3d-1c25-4e43-a8d0-23ad542da716.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/859f8b76-5acc-4a9c-a5eb-973467388b13.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/c9323813-e442-4925-94f6-d0f19c562420.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/52d7cccb-c2fd-11de-8ac8-001302895b2b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-00b7-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0faf-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c7ba7024-eff5-4039-a4d4-c9ddcd0a3aed.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01fb-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-0206-0000-000000000000.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/3afb2822-6518-4c74-9e9a-404317519061.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.ModuleComponent/00000000-0000-2710-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/1c0bf642-a90f-11de-8613-001302895b2b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0251-0000-000000000000.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/753fc9f9-c136-449c-949c-4fa467511d99.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00bc470c-0000-0035-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/aeb07ec3-af96-4069-af14-0436082805ca.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00bc470c-0000-0019-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/1b7fd53f-205e-11df-948e-001302895b2b.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/fd461312-91e1-4589-a042-c814e1f53e6a.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6a3f6989-c2fd-11de-8ac8-001302895b2b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/40400bbd-0b5d-11df-8680-001302895b2b.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/775f3bc6-d812-4f77-8253-6852bcede18b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/e445c33b-de99-11de-905b-001302895b2b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/021863a9-f3db-11df-8ada-0027103f347c.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/89326f2e-c2fc-11de-8ac8-001302895b2b.exml
validating file UPDATED for /data/fragments/Zoo/model/Standard.Class/4ed7f59f-f723-4f88-b6fc-ea6b83eb3108.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.Profile/edd955bd-d22c-4017-8f8a-7590a3a186c2.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c4b3add1-c2f9-11de-8ac8-001302895b2b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1ac4-0000-2ef9-0000-000000000000.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/7649b5c8-8733-4a02-959c-a269422402b8.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6e2770bf-c2f9-11de-8ac8-001302895b2b.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0007-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-092f-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/deb348a5-2653-11e1-9161-002564c97630.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1228-0000-0964-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01ba-0000-000000000000.exml
validating file UPDATED for /data/fragments/Zoo/model/Infrastructure.ModuleComponent/c136d72e-c78b-4b7d-968d-9ed5580e4e56.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-0009-0000-000000000000.exml
validating file UPDATED for /data/fragments/Zoo/model/Standard.ClassDiagram/cf6a3b18-94f9-49ba-b8d9-653cb2f93cfb.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1ac4-0000-2f09-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/35b84299-c2fd-11de-8ac8-001302895b2b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c6a579b6-5d0d-11df-a996-001302895b2b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/01ec045c-0000-3739-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0247-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-025b-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ad46ab04-9310-11df-a4cf-0014224f9977.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/5582e283-c2f9-11de-8ac8-001302895b2b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01db-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01cc-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/15d2108f-5d0c-11df-a996-001302895b2b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-0e0b-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/37d0688a-c308-11de-8ac8-001302895b2b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/3f03c5f1-c308-11de-8ac8-001302895b2b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/01ec2468-0000-0894-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ff6e0375-5d09-11df-a996-001302895b2b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-0202-0000-000000000000.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/827950f7-671f-4db7-9374-23df864712ef.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/61222898-ff82-4681-a82f-a8f14c479dd1.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0fd8-0000-000000000000.exml
validating file UPDATED for /data/fragments/Zoo/model/Standard.Class/0a4ac84f-75a3-4b5b-bbad-d0e67857b4cf.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-000f-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/eb8f06b7-de86-11de-905b-001302895b2b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/86eada10-32d9-11e0-91f3-0027103f347c.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/136b356c-3951-473b-aa4a-001c0241b996.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/3c4678f8-f169-11df-ae59-0014224f9977.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc3924-0000-189d-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ed0bb1c3-de99-11de-905b-001302895b2b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0242-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c2e23680-96f0-11de-a322-001fe2c988b8.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d5-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/cf671bc3-c2f9-11de-8ac8-001302895b2b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec141c-0000-12f2-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01c7-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-0011-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/a6e0f5bd-2649-4c75-a926-3e833fb13002.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/00080cf0-0000-00cf-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-02a9-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/27ac6d48-32c8-11e0-91f3-0027103f347c.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0013-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/554cb8bb-5d0e-11df-a996-001302895b2b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/8fb43b1c-7819-11e1-a4f1-002564c97630.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/120a35e7-c2fd-11de-8ac8-001302895b2b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/df3fdfd2-5ce3-4a13-b31e-01ba8c736529.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01ca-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/e1d2f141-a387-4fd1-bff7-3f7dcbcb8718.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1ac4-0000-2eff-0000-000000000000.exml
validating file UPDATED for /data/fragments/Zoo/model/Standard.Class/c312e899-9f08-43db-8954-4db87789f843.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0226fd5c-caf5-4cb4-b25c-06e493b37b2d.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ee06097f-de99-11de-905b-001302895b2b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f1-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6faa55e3-5d0b-11df-a996-001302895b2b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/07ba6521-5d0d-11df-a996-001302895b2b.exml
validating file UPDATED for /data/fragments/Zoo/model/Standard.Class/2d7b2cba-e694-4b33-bd9e-4d2f1db4cc7b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/76c174ab-c2fd-11de-8ac8-001302895b2b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0256-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-037a-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00bc0050-0000-006b-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/33ea7558-fb93-11df-8b5e-0027103f347c.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0ac7e50f-50c6-4eb6-9107-3d9df92a2b75.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/94b7efa5-f94c-4d1d-896f-f103e56a8e2e.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0054070c-0000-005f-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0f6b-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6432b987-256f-4121-9428-a89d364c2cef.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001d-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/1b62b1eb-de82-44cb-be22-ed350ae5cf8c.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/1f889934-8d90-11df-98b9-0014224f9977.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/01ec152c-0000-144f-0000-000000000000.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/dfcbc301-c510-44b4-9164-0480e77740d2.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001a-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01e7-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0bfd-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/de38398e-c746-11e1-8624-0027103f347d.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0005-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0aca-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0c02-0000-000000000000.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00080cf0-0000-0031-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01c3-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-021a-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/de95a30a-def3-4199-88a5-577f867327a2.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/f8e58a85-c2fa-11de-8ac8-001302895b2b.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-0020-0000-000000000000.exml
validating file UPDATED for /data/fragments/Zoo/model/Infrastructure.DiagramSet/d00fb552-1f56-43fd-9776-f78355c9cb77.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0260-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/744f6321-c2f9-11de-8ac8-001302895b2b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ec22d8ff-de86-11de-905b-001302895b2b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec2468-0000-0acb-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0f44-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01bd-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/0c841642-4e99-4f0d-8a80-4f6d24bf8656.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/76f275f9-32d9-11e0-91f3-0027103f347c.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0265-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/e4c6c55f-c2fc-11de-8ac8-001302895b2b.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/ab241507-a18e-4711-8acd-db5abd8b525f.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/01ec152c-0000-3152-0000-000000000000.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-000d-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6f3c6234-52b8-11df-a320-001302895b2b.exml
validating file UPDATED for /data/fragments/Zoo/model/Infrastructure.Profile/53092f81-4142-4f4e-a379-854a1bda10fc.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00bc3ac0-0000-0d9a-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/2eb4ec1b-c2fd-11de-8ac8-001302895b2b.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/01a40888-0000-002a-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/3edfb381-5d0d-11df-a996-001302895b2b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01ce-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/4e477e48-35b4-11df-9280-001302895b2b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-0200-0000-000000000000.exml
validating file UPDATED for /data/fragments/Zoo/model/Standard.Class/4b6abbc6-130e-42fa-b1db-bbf1ba6d0065.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001f-0000-000000000000.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/84b2bd9b-6fcf-4ee4-af8e-f1319276a311.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/d7ea54fa-8913-11df-8dda-0014224f9977.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00bc4480-0000-06a8-0000-000000000000.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/eb3dbc2d-8e8a-40e4-9f8c-3cfd64a04944.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0014-0000-000000000000.exml
validating file UPDATED for /data/fragments/Zoo/model/Standard.Class/9b9791e8-8e77-4fd0-ada7-e62bdfad9ec4.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001e-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec141c-0000-1301-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec141c-0000-12fc-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0f3a-0000-000000000000.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0011-0000-000000000000.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.ModuleComponent/bd19f944-d41b-42ef-94a1-9e5ba663883b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/8e76c95f-5821-11df-be59-001302895b2b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/a74178fb-df2b-11de-905b-001302895b2b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-021f-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/99bf7919-5d09-11df-a996-001302895b2b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/1be2e3fc-27ca-11e1-8d9c-002564c97630.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/c37f01cf-273e-11e1-b78e-00137282c51b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/1abd18db-c2fd-11de-8ac8-001302895b2b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/edc05471-5d08-11df-a996-001302895b2b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00540a84-0000-0005-0000-000000000000.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/01a40888-0000-002d-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/07111319-1fd7-11df-948e-001302895b2b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/ca6d601e-7686-4e90-9b45-95d3878eddd4.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/4b4745a9-5d0c-11df-a996-001302895b2b.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/b58969db-144e-4a1f-b946-cd6deacca9bd.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0bd72298-5d08-11df-a996-001302895b2b.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001b-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d9-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/4bd5d0c9-d5de-41d0-9515-f36f0ac34454.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/2961d57b-5120-11de-bbaf-00218648fa3d.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/bae91a3b-7009-11e0-a462-0027103f347c.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ed95fa9b-de99-11de-905b-001302895b2b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/67694a37-c2f9-11de-8ac8-001302895b2b.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/2da1b4b3-afe9-42b1-af6f-03914e859140.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/f572af01-e116-41d3-aa90-4cef567d721e.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0fa9-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01280500-0000-0b37-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/3d7b14d7-4de3-4b8b-8a91-00c002a833bb.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec141c-0000-12f7-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/007006dc-0000-0137-0000-000000000000.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/01a40888-0000-002b-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/fdbc7d78-32c7-11e0-91f3-0027103f347c.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1228-0000-12f8-0000-000000000000.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0012-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/4a427283-5d09-11df-a996-001302895b2b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/a46b20b8-26ab-11df-ac88-001302895b2b.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/1bdf9f87-e9ad-4849-ab22-c25147e8d00c.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c48-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec2468-0000-0ac6-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/d5bccf8e-79b3-48df-8c79-09200aa52d19.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/3254be34-c7d8-4018-8a68-5de65c30b773.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec2468-0000-0ac1-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/8281b44e-16ea-4e9b-94d1-dc28a2be86a9.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/0c8bec5b-24e6-4492-9350-b45d95f4b369.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/7a804dc3-44ec-11e0-8f73-0027103f347c.exml
changed resource size: 619
relevant graph size: 619
validated changes... true
13:00:27.001 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 11 s 855 ms
13:00:27.003 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
13:00:27.003 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/:org.eclipse.hawk.localfolder.LocalFolder:false
13:00:27.005 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:00:27.005 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
13:00:27.516 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
13:00:27.516 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit2622430290164567922/test_zoo[LevelDB GreyCat]
13:00:27.516 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
13:00:27.776 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
13:00:27.777 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:00:27.777 [main] INFO  o.e.h.c.r.CompositeStateListener - Initializing Hawk...
inserting static metamodels of registered metamodel factories to graph:
org.eclipse.hawk.emf.metamodel.BPMNMetaModelParser
13:00:27.873 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:00:27.873 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:00:27.993 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.omg.org/spec/DD/20100524/DC-XMI to http://www.eclipse.org/emf/2002/Ecore
13:00:27.994 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.omg.org/spec/BPMN/20100524/MODEL-XMI to http://www.eclipse.org/emf/2002/Ecore
13:00:27.997 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.omg.org/spec/BPMN/20100524/MODEL-XMI::GatewayDirection will be handled as its instance type org.eclipse.bpmn2.GatewayDirection
13:00:27.998 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.omg.org/spec/BPMN/20100524/MODEL-XMI to http://www.eclipse.org/emf/2003/XMLType
13:00:28.013 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.omg.org/spec/BPMN/20100524/MODEL-XMI::ItemKind will be handled as its instance type org.eclipse.bpmn2.ItemKind
13:00:28.018 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.omg.org/spec/BPMN/20100524/MODEL-XMI::EventBasedGatewayType will be handled as its instance type org.eclipse.bpmn2.EventBasedGatewayType
13:00:28.020 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.omg.org/spec/BPMN/20100524/MODEL-XMI::RelationshipDirection will be handled as its instance type org.eclipse.bpmn2.RelationshipDirection
13:00:28.024 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.omg.org/spec/BPMN/20100524/MODEL-XMI::ProcessType will be handled as its instance type org.eclipse.bpmn2.ProcessType
13:00:28.079 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.omg.org/spec/BPMN/20100524/MODEL-XMI::AdHocOrdering will be handled as its instance type org.eclipse.bpmn2.AdHocOrdering
13:00:28.080 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.omg.org/spec/BPMN/20100524/MODEL-XMI to http://www.omg.org/spec/BPMN/20100524/DI-XMI
13:00:28.092 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.omg.org/spec/BPMN/20100524/MODEL-XMI::ChoreographyLoopType will be handled as its instance type org.eclipse.bpmn2.ChoreographyLoopType
13:00:28.094 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.omg.org/spec/BPMN/20100524/MODEL-XMI::AssociationDirection will be handled as its instance type org.eclipse.bpmn2.AssociationDirection
13:00:28.099 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.omg.org/spec/BPMN/20100524/MODEL-XMI::MultiInstanceBehavior will be handled as its instance type org.eclipse.bpmn2.MultiInstanceBehavior
13:00:28.110 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList
13:00:28.161 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator
13:00:28.161 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[]
13:00:28.163 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean
13:00:28.163 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char
13:00:28.163 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float
13:00:28.163 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class
13:00:28.164 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double
13:00:28.164 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map
13:00:28.164 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String
13:00:28.164 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer
13:00:28.164 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator
13:00:28.164 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain
13:00:28.164 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object
13:00:28.165 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date
13:00:28.165 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer
13:00:28.166 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long
13:00:28.166 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException
13:00:28.167 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double
13:00:28.167 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short
13:00:28.167 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource
13:00:28.167 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger
13:00:28.167 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long
13:00:28.167 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean
13:00:28.168 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap
13:00:28.168 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float
13:00:28.168 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character
13:00:28.168 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short
13:00:28.168 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal
13:00:28.168 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte
13:00:28.168 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet
13:00:28.169 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry
13:00:28.169 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte
13:00:28.169 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.omg.org/spec/BPMN/20100524/DI-XMI::ParticipantBandKind will be handled as its instance type org.eclipse.bpmn2.di.ParticipantBandKind
13:00:28.169 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.omg.org/spec/BPMN/20100524/DI-XMI to http://www.omg.org/spec/DD/20100524/DI-XMI
13:00:28.170 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.omg.org/spec/BPMN/20100524/DI-XMI to http://www.eclipse.org/emf/2003/XMLType
13:00:28.170 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.omg.org/spec/BPMN/20100524/DI-XMI to http://www.eclipse.org/emf/2002/Ecore
13:00:28.170 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.omg.org/spec/BPMN/20100524/DI-XMI to http://www.omg.org/spec/DD/20100524/DC-XMI
13:00:28.170 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.omg.org/spec/BPMN/20100524/DI-XMI to http://www.omg.org/spec/BPMN/20100524/MODEL-XMI
13:00:28.174 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.omg.org/spec/BPMN/20100524/DI-XMI::MessageVisibleKind will be handled as its instance type org.eclipse.bpmn2.di.MessageVisibleKind
13:00:28.178 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Short will be handled as its instance type short
13:00:28.178 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Date will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar
13:00:28.178 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnyURI will be handled as its instance type java.lang.String
13:00:28.178 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar
13:00:28.178 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::LongObject will be handled as its instance type java.lang.Long
13:00:28.178 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Integer will be handled as its instance type java.math.BigInteger
13:00:28.178 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Boolean will be handled as its instance type java.lang.Boolean
13:00:28.178 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NegativeInteger will be handled as its instance type java.math.BigInteger
13:00:28.178 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::FloatObject will be handled as its instance type java.lang.Float
13:00:28.178 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIES will be handled as its instance type java.util.List
13:00:28.178 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NOTATION will be handled as its instance type javax.xml.namespace.QName
13:00:28.178 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonPositiveInteger will be handled as its instance type java.math.BigInteger
13:00:28.178 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NormalizedString will be handled as its instance type java.lang.String
13:00:28.178 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Decimal will be handled as its instance type java.math.BigDecimal
13:00:28.178 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IntObject will be handled as its instance type java.lang.Integer
13:00:28.178 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Duration will be handled as its instance type javax.xml.datatype.Duration
13:00:28.178 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Double will be handled as its instance type java.lang.Double
13:00:28.178 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYearMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar
13:00:28.178 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByte will be handled as its instance type short
13:00:28.178 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREF will be handled as its instance type java.lang.String
13:00:28.178 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore
13:00:28.178 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Byte will be handled as its instance type byte
13:00:28.178 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITY will be handled as its instance type java.lang.String
13:00:28.178 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedLong will be handled as its instance type java.math.BigInteger
13:00:28.178 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::QName will be handled as its instance type javax.xml.namespace.QName
13:00:28.178 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShort will be handled as its instance type java.lang.Integer
13:00:28.178 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShortObject will be handled as its instance type java.lang.Integer
13:00:28.178 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedIntObject will be handled as its instance type java.lang.Long
13:00:28.178 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonthDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar
13:00:28.178 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::HexBinary will be handled as its instance type byte[]
13:00:28.178 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Int will be handled as its instance type java.lang.Integer
13:00:28.178 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ID will be handled as its instance type java.lang.String
13:00:28.178 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENSBase will be handled as its instance type java.util.List
13:00:28.178 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonNegativeInteger will be handled as its instance type java.math.BigInteger
13:00:28.178 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Time will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar
13:00:28.178 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENS will be handled as its instance type java.util.List
13:00:28.178 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnySimpleType will be handled as its instance type java.lang.Object
13:00:28.178 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIESBase will be handled as its instance type java.util.List
13:00:28.178 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DoubleObject will be handled as its instance type java.lang.Double
13:00:28.178 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedInt will be handled as its instance type java.lang.Long
13:00:28.178 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByteObject will be handled as its instance type java.lang.Short
13:00:28.178 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKEN will be handled as its instance type java.lang.String
13:00:28.178 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Token will be handled as its instance type java.lang.String
13:00:28.178 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::String will be handled as its instance type java.lang.String
13:00:28.178 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::BooleanObject will be handled as its instance type java.lang.Boolean
13:00:28.178 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::PositiveInteger will be handled as its instance type java.math.BigInteger
13:00:28.178 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFS will be handled as its instance type java.util.List
13:00:28.178 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Name will be handled as its instance type java.lang.String
13:00:28.179 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFSBase will be handled as its instance type java.util.List
13:00:28.179 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Base64Binary will be handled as its instance type byte[]
13:00:28.179 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Long will be handled as its instance type java.lang.Long
13:00:28.179 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ShortObject will be handled as its instance type java.lang.Short
13:00:28.179 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Language will be handled as its instance type java.lang.String
13:00:28.179 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DateTime will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar
13:00:28.179 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar
13:00:28.179 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYear will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar
13:00:28.179 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Float will be handled as its instance type java.lang.Float
13:00:28.179 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ByteObject will be handled as its instance type java.lang.Byte
13:00:28.179 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NCName will be handled as its instance type java.lang.String
13:00:28.180 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.omg.org/spec/DD/20100524/DI-XMI to http://www.eclipse.org/emf/2003/XMLType
13:00:28.180 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.omg.org/spec/DD/20100524/DI-XMI to http://www.eclipse.org/emf/2002/Ecore
13:00:28.180 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.omg.org/spec/DD/20100524/DI-XMI to http://www.omg.org/spec/DD/20100524/DC-XMI
13:00:28.283 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 184 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
13:00:28.283 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
13:00:28.363 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
13:00:28.364 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer!
SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer!
13:00:28.364 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:00:28.364 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
sync metrics:
interesting	0
deleted		0
changed		0
loaded		0
c elems		0
d elems		0
time		~0s
validating changes...
changed resource size: 0
relevant graph size: 0
validated changes... true
13:00:28.364 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms
13:00:28.564 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/junit7683367661585013504/:org.eclipse.hawk.localfolder.LocalFolder:false
13:00:28.565 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:00:28.565 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:00:28.568 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:00:28.570 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:00:28.571 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
error in parse(File f): org.eclipse.emf.ecore.xmi.IllegalValueException: Value 'org.eclipse.bpmn2.impl.ProcessImpl@759e18f0 (id: _ba16239e-181e-4b9f-bc5b-0bb2ee973450, anyAttribute: null) (name: null) (isClosed: false, isExecutable: false, processType: None)' is not legal. (file:/tmp/junit7683367661585013504/v0-B.2.0.bpmn, -1, -1)
13:00:28.979 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting all contents of file: /v0-B.2.0.bpmn...
0s0ms [pure insertion]
marking any relevant derived attributes for update...13:00:28.979 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s2ms
13:00:28.981 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s2ms
13:00:28.981 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:00:28.981 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:00:28.982 [pool-92-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
13:00:28.982 [pool-92-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.001s
attempting to resolve any uninitialized derived attributes...
13:00:28.982 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:00:28.982 [pool-92-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:00:28.984 [pool-92-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store
attempting to update any relevant derived attributes...
13:00:28.984 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s3ms [proxy update]
13:00:28.984 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
13:00:28.984 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
sync metrics:
interesting	1
deleted		0
changed		1
loaded		0
c elems		0
d elems		0
time		~0s
validating changes...
changed resource size: 0
relevant graph size: 0
validated changes... true
13:00:28.984 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 419 ms
Copied ../../core/tests/org.eclipse.hawk.integration.tests/resources/models/bpmn/v1-B.2.0.bpmn over /tmp/junit7683367661585013504/v0-B.2.0.bpmn
13:00:28.985 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:00:28.988 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:00:28.988 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:00:28.988 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:00:29.183 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /v0-B.2.0.bpmn...
13:00:29.186 [pool-92-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:29.186 [pool-92-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:29.186 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /v0-B.2.0.bpmn...
13:00:29.189 [pool-92-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /v0-B.2.0.bpmn
13:00:29.191 [pool-92-thread-1] WARN  o.eclipse.hawk.graph.util.GraphUtil - Unknown type found, converting to String: org.eclipse.bpmn2.di.MessageVisibleKind
13:00:29.194 [pool-92-thread-1] WARN  o.eclipse.hawk.graph.util.GraphUtil - Unknown type found, converting to String: org.eclipse.bpmn2.di.ParticipantBandKind
13:00:29.265 [pool-92-thread-1] WARN  o.eclipse.hawk.graph.util.GraphUtil - Unknown type found, converting to String: org.eclipse.bpmn2.GatewayDirection
13:00:29.265 [pool-92-thread-1] WARN  o.eclipse.hawk.graph.util.GraphUtil - Unknown type found, converting to String: org.eclipse.bpmn2.EventBasedGatewayType
13:00:29.272 [pool-92-thread-1] WARN  o.eclipse.hawk.graph.util.GraphUtil - Unknown type found, converting to String: org.eclipse.bpmn2.ProcessType
13:00:29.274 [pool-92-thread-1] WARN  o.eclipse.hawk.graph.util.GraphUtil - Unknown type found, converting to String: org.eclipse.bpmn2.MultiInstanceBehavior
13:00:29.386 [pool-92-thread-1] WARN  o.eclipse.hawk.graph.util.GraphUtil - Unknown type found, converting to String: org.eclipse.bpmn2.AssociationDirection
13:00:29.390 [pool-92-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1020 NODES AND 1020 M->MM REFERENCES! (took ~2135sec)
13:00:29.390 [pool-92-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /v0-B.2.0.bpmn
13:00:30.370 [pool-92-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1481 REFERENCES! (took ~0 sec)
13:00:30.370 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /v0-B.2.0.bpmn.
1s187ms [pure insertion]
marking any relevant derived attributes for update...13:00:30.370 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
13:00:30.371 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
13:00:30.371 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:00:30.371 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:00:30.388 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/214 proxy references (0 sec total)
13:00:30.484 [pool-92-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 214 refs
13:00:30.484 [pool-92-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.113s
attempting to resolve any uninitialized derived attributes...
13:00:30.484 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:00:30.485 [pool-92-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:00:30.485 [pool-92-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store
attempting to update any relevant derived attributes...
13:00:30.485 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s114ms [proxy update]
13:00:30.485 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
13:00:30.485 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
sync metrics:
interesting	1
deleted		0
changed		1
loaded		1
c elems		1020
d elems		0
time		~1s
validating changes...
validating file UPDATED for /v0-B.2.0.bpmn
changed resource size: 1020
relevant graph size: 1020
validated changes... true
13:00:30.595 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 1 s 610 ms
Copied ../../core/tests/org.eclipse.hawk.integration.tests/resources/models/bpmn/v2-B.2.0.bpmn over /tmp/junit7683367661585013504/v0-B.2.0.bpmn
13:00:30.595 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:00:30.597 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:00:30.597 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:00:30.597 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:00:30.690 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /v0-B.2.0.bpmn...
13:00:30.690 [pool-92-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:30.692 [pool-92-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 1020 (1020) nodes in store
13:00:30.773 [pool-92-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:231 u:106 d:228 ratio: 0.553921568627451
13:00:30.773 [pool-92-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
13:00:30.773 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch update of file: /v0-B.2.0.bpmn...
13:00:30.773 [pool-92-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleting nodes from file: /v0-B.2.0.bpmn
13:00:31.811 [pool-92-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleted all, took: 1.038s
13:00:32.113 [pool-92-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /v0-B.2.0.bpmn
13:00:32.186 [pool-92-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1020 NODES AND 1020 M->MM REFERENCES! (took ~2135sec)
13:00:32.186 [pool-92-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /v0-B.2.0.bpmn
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
13:00:33.171 [pool-92-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1481 REFERENCES! (took ~0 sec)
13:00:33.171 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch update of file: /v0-B.2.0.bpmn.
2s481ms [pure insertion]
marking any relevant derived attributes for update...13:00:33.171 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:33.171 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:33.171 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:00:33.171 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:00:33.190 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/214 proxy references (0 sec total)
13:00:33.283 [pool-92-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 214 refs
13:00:33.284 [pool-92-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.113s
attempting to resolve any uninitialized derived attributes...
13:00:33.284 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:00:33.284 [pool-92-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:00:33.284 [pool-92-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store
attempting to update any relevant derived attributes...
13:00:33.284 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s113ms [proxy update]
13:00:33.284 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
13:00:33.284 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
sync metrics:
interesting	1
deleted		0
changed		1
loaded		1
c elems		1020
d elems		1020
time		~2s
validating changes...
validating file UPDATED for /v0-B.2.0.bpmn
changed resource size: 1020
relevant graph size: 1020
validated changes... true
13:00:33.391 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 2 s 796 ms
Copied ../../core/tests/org.eclipse.hawk.integration.tests/resources/models/bpmn/v3-B.2.0.bpmn over /tmp/junit7683367661585013504/v0-B.2.0.bpmn
13:00:33.391 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:00:33.393 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:00:33.394 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:00:33.394 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:00:33.488 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /v0-B.2.0.bpmn...
13:00:33.488 [pool-92-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:33.491 [pool-92-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 1020 (1020) nodes in store
13:00:33.569 [pool-92-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:350 u:240 d:235 ratio: 0.8088235294117647
13:00:33.569 [pool-92-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
13:00:33.569 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch update of file: /v0-B.2.0.bpmn...
13:00:33.570 [pool-92-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleting nodes from file: /v0-B.2.0.bpmn
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
13:00:34.503 [pool-92-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleted all, took: 0.933s
13:00:34.729 [pool-92-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /v0-B.2.0.bpmn
13:00:34.869 [pool-92-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1125 NODES AND 1125 M->MM REFERENCES! (took ~2137sec)
13:00:34.869 [pool-92-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /v0-B.2.0.bpmn
13:00:36.571 [pool-92-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1586 REFERENCES! (took ~1 sec)
13:00:36.571 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch update of file: /v0-B.2.0.bpmn.
3s83ms [pure insertion]
marking any relevant derived attributes for update...13:00:36.571 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:36.571 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:36.571 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:00:36.571 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:00:36.593 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/320 proxy references (0 sec total)
13:00:36.693 [pool-92-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 320 refs
13:00:36.693 [pool-92-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.122s
attempting to resolve any uninitialized derived attributes...
13:00:36.693 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:00:36.693 [pool-92-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:00:36.693 [pool-92-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store
attempting to update any relevant derived attributes...
13:00:36.693 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s122ms [proxy update]
13:00:36.693 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
13:00:36.693 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
sync metrics:
interesting	1
deleted		0
changed		1
loaded		1
c elems		1125
d elems		1020
time		~3s
validating changes...
validating file UPDATED for /v0-B.2.0.bpmn
changed resource size: 1125
relevant graph size: 1125
validated changes... true
13:00:36.803 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 3 s 412 ms
Copied ../../core/tests/org.eclipse.hawk.integration.tests/resources/models/bpmn/v4-B.2.0.bpmn over /tmp/junit7683367661585013504/v0-B.2.0.bpmn
13:00:36.803 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:00:36.862 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:00:36.863 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:00:36.863 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:00:36.898 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /v0-B.2.0.bpmn...
13:00:36.898 [pool-92-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:36.901 [pool-92-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 1125 (1125) nodes in store
13:00:36.979 [pool-92-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:257 u:403 d:253 ratio: 0.8115555555555556
13:00:36.979 [pool-92-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
13:00:36.979 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch update of file: /v0-B.2.0.bpmn...
13:00:36.979 [pool-92-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleting nodes from file: /v0-B.2.0.bpmn
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
13:00:38.075 [pool-92-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleted all, took: 1.096s
13:00:38.269 [pool-92-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /v0-B.2.0.bpmn
13:00:38.374 [pool-92-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1125 NODES AND 1125 M->MM REFERENCES! (took ~2133sec)
13:00:38.374 [pool-92-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /v0-B.2.0.bpmn
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
13:00:39.783 [pool-92-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1586 REFERENCES! (took ~1 sec)
13:00:39.783 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch update of file: /v0-B.2.0.bpmn.
2s885ms [pure insertion]
marking any relevant derived attributes for update...13:00:39.783 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:39.783 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:39.783 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:00:39.783 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:00:39.804 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/321 proxy references (0 sec total)
13:00:39.904 [pool-92-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 1 proxy ref lists left after resolving 320 refs
13:00:39.904 [pool-92-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.121s
attempting to resolve any uninitialized derived attributes...
13:00:39.904 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:00:39.904 [pool-92-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:00:39.904 [pool-92-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store
attempting to update any relevant derived attributes...
13:00:39.904 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s121ms [proxy update]
13:00:39.904 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
13:00:39.904 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
sync metrics:
interesting	1
deleted		0
changed		1
loaded		1
c elems		1125
d elems		1125
time		~3s
validating changes...
validating file UPDATED for /v0-B.2.0.bpmn
changed resource size: 1125
relevant graph size: 1125
validated changes... true
13:00:40.063 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 3 s 260 ms
Copied ../../core/tests/org.eclipse.hawk.integration.tests/resources/models/bpmn/v5-B.2.0.bpmn over /tmp/junit7683367661585013504/v0-B.2.0.bpmn
13:00:40.064 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:00:40.066 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:00:40.066 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:00:40.066 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:00:40.104 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /v0-B.2.0.bpmn...
13:00:40.104 [pool-92-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:40.106 [pool-92-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 1125 (1125) nodes in store
13:00:40.179 [pool-92-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:253 u:617 d:243 ratio: 0.9893333333333333
13:00:40.179 [pool-92-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
13:00:40.179 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch update of file: /v0-B.2.0.bpmn...
13:00:40.179 [pool-92-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleting nodes from file: /v0-B.2.0.bpmn
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
13:00:41.043 [pool-92-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleted all, took: 0.864s
13:00:41.245 [pool-92-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /v0-B.2.0.bpmn
13:00:41.301 [pool-92-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1127 NODES AND 1127 M->MM REFERENCES! (took ~2136sec)
13:00:41.301 [pool-92-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /v0-B.2.0.bpmn
13:00:42.595 [pool-92-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1588 REFERENCES! (took ~1 sec)
13:00:42.595 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch update of file: /v0-B.2.0.bpmn.
2s491ms [pure insertion]
marking any relevant derived attributes for update...13:00:42.596 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:42.596 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:42.596 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:00:42.596 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:00:42.675 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/321 proxy references (0 sec total)
13:00:42.770 [pool-92-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 1 proxy ref lists left after resolving 320 refs
13:00:42.770 [pool-92-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.174s
attempting to resolve any uninitialized derived attributes...
13:00:42.770 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:00:42.770 [pool-92-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:00:42.770 [pool-92-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store
attempting to update any relevant derived attributes...
13:00:42.770 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s174ms [proxy update]
13:00:42.770 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
13:00:42.770 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
sync metrics:
interesting	1
deleted		0
changed		1
loaded		1
c elems		1127
d elems		1125
time		~2s
validating changes...
validating file UPDATED for /v0-B.2.0.bpmn
changed resource size: 1127
relevant graph size: 1127
validated changes... true
13:00:42.877 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 2 s 813 ms
Copied ../../core/tests/org.eclipse.hawk.integration.tests/resources/models/bpmn/v6-B.2.0.bpmn over /tmp/junit7683367661585013504/v0-B.2.0.bpmn
13:00:42.877 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:00:42.880 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:00:42.880 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:00:42.880 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:00:42.976 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /v0-B.2.0.bpmn...
13:00:42.976 [pool-92-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:42.979 [pool-92-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 1127 (1127) nodes in store
13:00:42.997 [pool-92-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:249 u:312 d:237 ratio: 0.7080745341614907
13:00:42.997 [pool-92-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
13:00:42.997 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch update of file: /v0-B.2.0.bpmn...
13:00:42.997 [pool-92-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleting nodes from file: /v0-B.2.0.bpmn
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
13:00:43.825 [pool-92-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleted all, took: 0.828s
13:00:43.971 [pool-92-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /v0-B.2.0.bpmn
13:00:44.069 [pool-92-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1127 NODES AND 1127 M->MM REFERENCES! (took ~2136sec)
13:00:44.069 [pool-92-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /v0-B.2.0.bpmn
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
13:00:45.383 [pool-92-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1588 REFERENCES! (took ~1 sec)
13:00:45.383 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch update of file: /v0-B.2.0.bpmn.
2s407ms [pure insertion]
marking any relevant derived attributes for update...13:00:45.384 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:45.384 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:45.384 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:00:45.384 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:00:45.405 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/321 proxy references (0 sec total)
13:00:45.506 [pool-92-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 1 proxy ref lists left after resolving 320 refs
13:00:45.506 [pool-92-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.122s
attempting to resolve any uninitialized derived attributes...
13:00:45.506 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:00:45.506 [pool-92-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:00:45.506 [pool-92-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store
attempting to update any relevant derived attributes...
13:00:45.506 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s122ms [proxy update]
13:00:45.506 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
13:00:45.506 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
sync metrics:
interesting	1
deleted		0
changed		1
loaded		1
c elems		1127
d elems		1127
time		~2s
validating changes...
validating file UPDATED for /v0-B.2.0.bpmn
changed resource size: 1127
relevant graph size: 1127
validated changes... true
13:00:45.663 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 2 s 786 ms
Copied ../../core/tests/org.eclipse.hawk.integration.tests/resources/models/bpmn/v7-B.2.0.bpmn over /tmp/junit7683367661585013504/v0-B.2.0.bpmn
13:00:45.663 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:00:45.666 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:00:45.666 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:00:45.666 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:00:45.702 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /v0-B.2.0.bpmn...
13:00:45.702 [pool-92-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:45.704 [pool-92-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 1127 (1127) nodes in store
13:00:45.775 [pool-92-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:247 u:321 d:240 ratio: 0.7169476486246673
13:00:45.775 [pool-92-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
13:00:45.775 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch update of file: /v0-B.2.0.bpmn...
13:00:45.775 [pool-92-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleting nodes from file: /v0-B.2.0.bpmn
13:00:46.064 [pool-52-thread-1] ERROR o.e.hawk.greycat.lucene.SoftTxLucene - Periodic commit of Lucene at MMapDirectory@/tmp/junit7395081700194329967/test_create[LevelDB GreyCat]/lucene lockFactory=org.apache.lucene.store.NativeFSLockFactory@a8c1f44 failed
java.nio.file.NoSuchFileException: /tmp/junit7395081700194329967/test_create[LevelDB GreyCat]/lucene/write.lock
	at sun.nio.fs.UnixException.translateToIOException(UnixException.java:86) ~[na:1.8.0_282]
	at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:102) ~[na:1.8.0_282]
	at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:107) ~[na:1.8.0_282]
	at sun.nio.fs.UnixFileAttributeViews$Basic.readAttributes(UnixFileAttributeViews.java:55) ~[na:1.8.0_282]
	at sun.nio.fs.UnixFileSystemProvider.readAttributes(UnixFileSystemProvider.java:144) ~[na:1.8.0_282]
	at sun.nio.fs.LinuxFileSystemProvider.readAttributes(LinuxFileSystemProvider.java:99) ~[na:1.8.0_282]
	at java.nio.file.Files.readAttributes(Files.java:1737) ~[na:1.8.0_282]
	at org.apache.lucene.store.NativeFSLockFactory$NativeFSLock.ensureValid(NativeFSLockFactory.java:189) ~[na:na]
	at org.apache.lucene.store.LockValidatingDirectoryWrapper.syncMetaData(LockValidatingDirectoryWrapper.java:61) ~[na:na]
	at org.apache.lucene.index.SegmentInfos.prepareCommit(SegmentInfos.java:758) ~[na:na]
	at org.apache.lucene.index.IndexWriter.startCommit(IndexWriter.java:4793) ~[na:na]
	at org.apache.lucene.index.IndexWriter.prepareCommitInternal(IndexWriter.java:3326) ~[na:na]
	at org.apache.lucene.index.IndexWriter.commitInternal(IndexWriter.java:3458) ~[na:na]
	at org.apache.lucene.index.IndexWriter.commit(IndexWriter.java:3423) ~[na:na]
	at org.eclipse.hawk.greycat.lucene.SoftTxLucene.lambda$0(SoftTxLucene.java:99) ~[org.eclipse.hawk.greycat-2.2.0-SNAPSHOT.jar:na]
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) ~[na:1.8.0_282]
	at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308) ~[na:1.8.0_282]
	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180) ~[na:1.8.0_282]
	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294) ~[na:1.8.0_282]
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) ~[na:1.8.0_282]
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) ~[na:1.8.0_282]
	at java.lang.Thread.run(Thread.java:748) ~[na:1.8.0_282]
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
13:00:46.275 [pool-53-thread-1] ERROR o.e.hawk.greycat.lucene.SoftTxLucene - Periodic commit of Lucene at MMapDirectory@/tmp/junit5983990177512336574/test_recreate[LevelDB GreyCat]/lucene lockFactory=org.apache.lucene.store.NativeFSLockFactory@a8c1f44 failed
java.nio.file.NoSuchFileException: /tmp/junit5983990177512336574/test_recreate[LevelDB GreyCat]/lucene/write.lock
	at sun.nio.fs.UnixException.translateToIOException(UnixException.java:86) ~[na:1.8.0_282]
	at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:102) ~[na:1.8.0_282]
	at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:107) ~[na:1.8.0_282]
	at sun.nio.fs.UnixFileAttributeViews$Basic.readAttributes(UnixFileAttributeViews.java:55) ~[na:1.8.0_282]
	at sun.nio.fs.UnixFileSystemProvider.readAttributes(UnixFileSystemProvider.java:144) ~[na:1.8.0_282]
	at sun.nio.fs.LinuxFileSystemProvider.readAttributes(LinuxFileSystemProvider.java:99) ~[na:1.8.0_282]
	at java.nio.file.Files.readAttributes(Files.java:1737) ~[na:1.8.0_282]
	at org.apache.lucene.store.NativeFSLockFactory$NativeFSLock.ensureValid(NativeFSLockFactory.java:189) ~[na:na]
	at org.apache.lucene.store.LockValidatingDirectoryWrapper.syncMetaData(LockValidatingDirectoryWrapper.java:61) ~[na:na]
	at org.apache.lucene.index.SegmentInfos.prepareCommit(SegmentInfos.java:758) ~[na:na]
	at org.apache.lucene.index.IndexWriter.startCommit(IndexWriter.java:4793) ~[na:na]
	at org.apache.lucene.index.IndexWriter.prepareCommitInternal(IndexWriter.java:3326) ~[na:na]
	at org.apache.lucene.index.IndexWriter.commitInternal(IndexWriter.java:3458) ~[na:na]
	at org.apache.lucene.index.IndexWriter.commit(IndexWriter.java:3423) ~[na:na]
	at org.eclipse.hawk.greycat.lucene.SoftTxLucene.lambda$0(SoftTxLucene.java:99) ~[org.eclipse.hawk.greycat-2.2.0-SNAPSHOT.jar:na]
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) ~[na:1.8.0_282]
	at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308) ~[na:1.8.0_282]
	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180) ~[na:1.8.0_282]
	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294) ~[na:1.8.0_282]
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) ~[na:1.8.0_282]
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) ~[na:1.8.0_282]
	at java.lang.Thread.run(Thread.java:748) ~[na:1.8.0_282]
13:00:46.577 [pool-92-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleted all, took: 0.802s
13:00:46.594 [pool-54-thread-1] ERROR o.e.hawk.greycat.lucene.SoftTxLucene - Periodic commit of Lucene at MMapDirectory@/tmp/junit4308936303106723010/test_changeLastRevision[LevelDB GreyCat]/lucene lockFactory=org.apache.lucene.store.NativeFSLockFactory@a8c1f44 failed
java.nio.file.NoSuchFileException: /tmp/junit4308936303106723010/test_changeLastRevision[LevelDB GreyCat]/lucene/write.lock
	at sun.nio.fs.UnixException.translateToIOException(UnixException.java:86) ~[na:1.8.0_282]
	at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:102) ~[na:1.8.0_282]
	at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:107) ~[na:1.8.0_282]
	at sun.nio.fs.UnixFileAttributeViews$Basic.readAttributes(UnixFileAttributeViews.java:55) ~[na:1.8.0_282]
	at sun.nio.fs.UnixFileSystemProvider.readAttributes(UnixFileSystemProvider.java:144) ~[na:1.8.0_282]
	at sun.nio.fs.LinuxFileSystemProvider.readAttributes(LinuxFileSystemProvider.java:99) ~[na:1.8.0_282]
	at java.nio.file.Files.readAttributes(Files.java:1737) ~[na:1.8.0_282]
	at org.apache.lucene.store.NativeFSLockFactory$NativeFSLock.ensureValid(NativeFSLockFactory.java:189) ~[na:na]
	at org.apache.lucene.store.LockValidatingDirectoryWrapper.syncMetaData(LockValidatingDirectoryWrapper.java:61) ~[na:na]
	at org.apache.lucene.index.SegmentInfos.prepareCommit(SegmentInfos.java:758) ~[na:na]
	at org.apache.lucene.index.IndexWriter.startCommit(IndexWriter.java:4793) ~[na:na]
	at org.apache.lucene.index.IndexWriter.prepareCommitInternal(IndexWriter.java:3326) ~[na:na]
	at org.apache.lucene.index.IndexWriter.commitInternal(IndexWriter.java:3458) ~[na:na]
	at org.apache.lucene.index.IndexWriter.commit(IndexWriter.java:3423) ~[na:na]
	at org.eclipse.hawk.greycat.lucene.SoftTxLucene.lambda$0(SoftTxLucene.java:99) ~[org.eclipse.hawk.greycat-2.2.0-SNAPSHOT.jar:na]
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) ~[na:1.8.0_282]
	at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308) ~[na:1.8.0_282]
	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180) ~[na:1.8.0_282]
	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294) ~[na:1.8.0_282]
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) ~[na:1.8.0_282]
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) ~[na:1.8.0_282]
	at java.lang.Thread.run(Thread.java:748) ~[na:1.8.0_282]
13:00:46.731 [pool-92-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /v0-B.2.0.bpmn
13:00:46.798 [pool-92-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1127 NODES AND 1127 M->MM REFERENCES! (took ~2136sec)
13:00:46.798 [pool-92-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /v0-B.2.0.bpmn
13:00:48.082 [pool-92-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1588 REFERENCES! (took ~1 sec)
13:00:48.082 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch update of file: /v0-B.2.0.bpmn.
2s380ms [pure insertion]
marking any relevant derived attributes for update...13:00:48.082 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:48.082 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:48.082 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:00:48.082 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:00:48.103 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/321 proxy references (0 sec total)
13:00:48.200 [pool-92-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 1 proxy ref lists left after resolving 320 refs
13:00:48.200 [pool-92-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.118s
attempting to resolve any uninitialized derived attributes...
13:00:48.200 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:00:48.200 [pool-92-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:00:48.200 [pool-92-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store
attempting to update any relevant derived attributes...
13:00:48.200 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s118ms [proxy update]
13:00:48.200 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
13:00:48.200 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
sync metrics:
interesting	1
deleted		0
changed		1
loaded		1
c elems		1127
d elems		1127
time		~2s
validating changes...
validating file UPDATED for /v0-B.2.0.bpmn
changed resource size: 1127
relevant graph size: 1127
validated changes... true
13:00:48.299 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 2 s 636 ms
Copied ../../core/tests/org.eclipse.hawk.integration.tests/resources/models/bpmn/v8-B.2.0.bpmn over /tmp/junit7683367661585013504/v0-B.2.0.bpmn
13:00:48.300 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:00:48.302 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:00:48.302 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:00:48.302 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:00:48.392 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /v0-B.2.0.bpmn...
13:00:48.392 [pool-92-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:48.394 [pool-92-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 1127 (1127) nodes in store
13:00:48.468 [pool-92-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:259 u:383 d:253 ratio: 0.7941437444543035
13:00:48.469 [pool-92-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
13:00:48.469 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch update of file: /v0-B.2.0.bpmn...
13:00:48.469 [pool-92-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleting nodes from file: /v0-B.2.0.bpmn
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
13:00:49.303 [pool-92-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleted all, took: 0.834s
13:00:49.423 [pool-92-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /v0-B.2.0.bpmn
13:00:49.488 [pool-92-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1129 NODES AND 1129 M->MM REFERENCES! (took ~2140sec)
13:00:49.488 [pool-92-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /v0-B.2.0.bpmn
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
13:00:50.707 [pool-92-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1590 REFERENCES! (took ~1 sec)
13:00:50.707 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch update of file: /v0-B.2.0.bpmn.
2s315ms [pure insertion]
marking any relevant derived attributes for update...13:00:50.707 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:50.707 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:50.707 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:00:50.707 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:00:50.780 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/322 proxy references (0 sec total)
13:00:50.889 [pool-92-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 322 refs
13:00:50.889 [pool-92-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.182s
attempting to resolve any uninitialized derived attributes...
13:00:50.889 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:00:50.889 [pool-92-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:00:50.889 [pool-92-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store
attempting to update any relevant derived attributes...
13:00:50.889 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s182ms [proxy update]
13:00:50.889 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
sync metrics:
interesting	1
deleted		0
changed		1
loaded		1
13:00:50.889 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
c elems		1129
d elems		1127
time		~2s
validating changes...
validating file UPDATED for /v0-B.2.0.bpmn
changed resource size: 1129
relevant graph size: 1129
validated changes... true
13:00:50.987 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 2 s 687 ms
13:00:50.987 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
13:00:50.987 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/junit7683367661585013504/:org.eclipse.hawk.localfolder.LocalFolder:false
13:00:50.989 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:00:50.989 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
13:00:51.328 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
13:00:51.329 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit6386119307989475741/test_bpmn[LevelDB GreyCat]
13:00:51.329 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
13:00:51.454 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
13:00:51.462 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:00:51.462 [main] INFO  o.e.h.c.r.CompositeStateListener - Initializing Hawk...
inserting static metamodels of registered metamodel factories to graph:
org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory
13:00:51.462 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:00:51.462 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:00:51.464 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
13:00:51.464 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
13:00:51.464 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
13:00:51.464 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer!
SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer!
13:00:51.464 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
13:00:51.464 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:00:51.465 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
sync metrics:
interesting	0
deleted		0
changed		0
loaded		0
c elems		0
d elems		0
time		~0s
validating changes...
changed resource size: 0
relevant graph size: 0
validated changes... true
13:00:51.465 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms
Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store
Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/crossrefs.ecore to store
13:00:51.468 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:00:51.468 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:00:51.480 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry
13:00:51.480 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList
13:00:51.480 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char
13:00:51.480 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain
13:00:51.480 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double
13:00:51.480 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger
13:00:51.480 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long
13:00:51.480 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double
13:00:51.480 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[]
13:00:51.480 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short
13:00:51.480 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal
13:00:51.480 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long
13:00:51.481 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer
13:00:51.481 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String
13:00:51.481 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float
13:00:51.481 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short
13:00:51.481 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map
13:00:51.481 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte
13:00:51.481 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource
13:00:51.481 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean
13:00:51.481 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class
13:00:51.483 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean
13:00:51.483 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte
13:00:51.484 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date
13:00:51.484 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float
13:00:51.484 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer
13:00:51.484 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator
13:00:51.484 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException
13:00:51.484 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap
13:00:51.484 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet
13:00:51.484 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object
13:00:51.484 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator
13:00:51.484 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character
13:00:51.484 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-hawk/testing/xrefs to http://www.eclipse.org/emf/2002/Ecore
13:00:51.488 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 22 METAMODEL NODES! (took ~0 sec)
13:00:51.488 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
13:00:51.691 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/scopedQuery/:org.eclipse.hawk.localfolder.LocalFolder:false
13:00:51.693 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:00:51.693 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:00:51.694 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:00:51.698 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:00:51.698 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:00:51.699 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /subfolder/child.model...
13:00:51.747 [pool-94-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:51.747 [pool-94-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:51.747 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /subfolder/child.model...
13:00:51.749 [pool-94-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /subfolder/child.model
13:00:51.751 [pool-94-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec)
13:00:51.751 [pool-94-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /subfolder/child.model
13:00:51.757 [pool-94-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
13:00:51.757 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /subfolder/child.model.
0s58ms [pure insertion]
marking any relevant derived attributes for update...13:00:51.757 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s2ms
13:00:51.759 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s2ms
13:00:51.760 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /subfolder/subfolder/grandchild.model...
13:00:51.760 [pool-94-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:51.760 [pool-94-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:51.760 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /subfolder/subfolder/grandchild.model...
13:00:51.761 [pool-94-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /subfolder/subfolder/grandchild.model
13:00:51.763 [pool-94-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec)
13:00:51.763 [pool-94-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /subfolder/subfolder/grandchild.model
13:00:51.768 [pool-94-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec)
13:00:51.768 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /subfolder/subfolder/grandchild.model.
0s8ms [pure insertion]
marking any relevant derived attributes for update...13:00:51.768 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:51.768 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:51.769 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.model...
13:00:51.769 [pool-94-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:51.769 [pool-94-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:51.769 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /root.model...
13:00:51.771 [pool-94-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /root.model
13:00:51.773 [pool-94-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec)
13:00:51.773 [pool-94-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /root.model
13:00:51.779 [pool-94-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
13:00:51.779 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /root.model.
0s10ms [pure insertion]
marking any relevant derived attributes for update...13:00:51.779 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
13:00:51.780 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
13:00:51.780 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:00:51.780 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:00:51.780 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/10 proxy references (0 sec total)
13:00:51.788 [pool-94-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 10 refs
13:00:51.788 [pool-94-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.008s
attempting to resolve any uninitialized derived attributes...
13:00:51.788 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:00:51.788 [pool-94-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:00:51.788 [pool-94-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store
attempting to update any relevant derived attributes...
13:00:51.788 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s8ms [proxy update]
13:00:51.788 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
13:00:51.788 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
sync metrics:
validating file UPDATED for /subfolder/child.model
interesting	3
deleted		0
changed		3
loaded		3
c elems		9
d elems		0
time		~0s
validating changes...
validating file UPDATED for /subfolder/subfolder/grandchild.model
validating file UPDATED for /root.model
changed resource size: 9
relevant graph size: 9
validated changes... true
13:00:51.789 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 96 ms
13:00:51.796 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
13:00:51.796 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/scopedQuery/:org.eclipse.hawk.localfolder.LocalFolder:false
13:00:51.797 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:00:51.797 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
13:00:52.080 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
13:00:52.080 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit2167454781240025570/test_instanceCountsAllOf[LevelDB GreyCat]
13:00:52.080 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
13:00:52.197 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
13:00:52.198 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:00:52.198 [main] INFO  o.e.h.c.r.CompositeStateListener - Initializing Hawk...
inserting static metamodels of registered metamodel factories to graph:
org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory
13:00:52.198 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:00:52.198 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:00:52.199 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
13:00:52.199 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
13:00:52.199 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
13:00:52.200 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer!
SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer!
13:00:52.200 [pool-96-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:00:52.200 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
13:00:52.200 [pool-96-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
sync metrics:
interesting	0
deleted		0
changed		0
loaded		0
c elems		0
d elems		0
time		~0s
validating changes...
changed resource size: 0
relevant graph size: 0
validated changes... true
13:00:52.200 [pool-96-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms
Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store
Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/crossrefs.ecore to store
13:00:52.203 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:00:52.203 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:00:52.214 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char
13:00:52.214 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal
13:00:52.215 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger
13:00:52.215 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long
13:00:52.215 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character
13:00:52.215 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean
13:00:52.215 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator
13:00:52.215 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap
13:00:52.215 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet
13:00:52.215 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry
13:00:52.215 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte
13:00:52.215 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean
13:00:52.215 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long
13:00:52.216 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain
13:00:52.216 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short
13:00:52.216 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map
13:00:52.217 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float
13:00:52.217 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double
13:00:52.217 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[]
13:00:52.217 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float
13:00:52.217 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException
13:00:52.217 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object
13:00:52.217 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList
13:00:52.217 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer
13:00:52.217 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator
13:00:52.217 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class
13:00:52.218 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double
13:00:52.218 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer
13:00:52.218 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String
13:00:52.218 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource
13:00:52.218 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short
13:00:52.218 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte
13:00:52.218 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date
13:00:52.219 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-hawk/testing/xrefs to http://www.eclipse.org/emf/2002/Ecore
13:00:52.221 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 22 METAMODEL NODES! (took ~0 sec)
13:00:52.221 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
13:00:52.400 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/scopedQuery/:org.eclipse.hawk.localfolder.LocalFolder:false
13:00:52.402 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:00:52.402 [pool-96-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:00:52.403 [pool-96-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:00:52.406 [pool-96-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:00:52.406 [pool-96-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:00:52.407 [pool-96-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.model...
13:00:52.448 [pool-96-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:52.448 [pool-96-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:52.448 [pool-96-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /root.model...
13:00:52.450 [pool-96-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /root.model
13:00:52.452 [pool-96-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec)
13:00:52.452 [pool-96-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /root.model
13:00:52.457 [pool-96-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
13:00:52.457 [pool-96-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /root.model.
0s50ms [pure insertion]
marking any relevant derived attributes for update...13:00:52.457 [pool-96-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
13:00:52.458 [pool-96-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
13:00:52.458 [pool-96-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /subfolder/child.model...
13:00:52.458 [pool-96-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:52.458 [pool-96-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:52.458 [pool-96-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /subfolder/child.model...
13:00:52.460 [pool-96-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /subfolder/child.model
13:00:52.461 [pool-96-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec)
13:00:52.461 [pool-96-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /subfolder/child.model
13:00:52.466 [pool-96-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
13:00:52.466 [pool-96-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /subfolder/child.model.
0s8ms [pure insertion]
marking any relevant derived attributes for update...13:00:52.466 [pool-96-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:52.466 [pool-96-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:52.467 [pool-96-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /subfolder/subfolder/grandchild.model...
13:00:52.467 [pool-96-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:52.467 [pool-96-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:52.467 [pool-96-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /subfolder/subfolder/grandchild.model...
13:00:52.469 [pool-96-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /subfolder/subfolder/grandchild.model
13:00:52.471 [pool-96-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec)
13:00:52.471 [pool-96-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /subfolder/subfolder/grandchild.model
13:00:52.476 [pool-96-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec)
13:00:52.476 [pool-96-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /subfolder/subfolder/grandchild.model.
0s9ms [pure insertion]
marking any relevant derived attributes for update...13:00:52.476 [pool-96-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
13:00:52.477 [pool-96-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
13:00:52.477 [pool-96-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:00:52.477 [pool-96-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:00:52.477 [pool-96-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/10 proxy references (0 sec total)
13:00:52.484 [pool-96-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 10 refs
13:00:52.485 [pool-96-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.008s
attempting to resolve any uninitialized derived attributes...
13:00:52.485 [pool-96-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:00:52.485 [pool-96-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:00:52.485 [pool-96-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store
attempting to update any relevant derived attributes...
13:00:52.485 [pool-96-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s8ms [proxy update]
13:00:52.485 [pool-96-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
13:00:52.485 [pool-96-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
sync metrics:
interesting	3
deleted		0
changed		3
loaded		3
c elems		9
d elems		0
time		~0s
validating changes...
validating file UPDATED for /root.model
validating file UPDATED for /subfolder/child.model
validating file UPDATED for /subfolder/subfolder/grandchild.model
changed resource size: 9
relevant graph size: 9
validated changes... true
13:00:52.486 [pool-96-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 84 ms
13:00:52.491 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
13:00:52.491 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/scopedQuery/:org.eclipse.hawk.localfolder.LocalFolder:false
13:00:52.492 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:00:52.492 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
13:00:52.863 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
13:00:52.864 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit7123937682012236622/test_listFiles[LevelDB GreyCat]
13:00:52.864 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
13:00:53.039 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
13:00:53.040 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:00:53.040 [main] INFO  o.e.h.c.r.CompositeStateListener - Initializing Hawk...
inserting static metamodels of registered metamodel factories to graph:
org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory
13:00:53.040 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:00:53.040 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:00:53.041 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
13:00:53.041 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
13:00:53.041 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
13:00:53.041 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer!
SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer!
13:00:53.041 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
13:00:53.042 [pool-98-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:00:53.061 [pool-98-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
sync metrics:
interesting	0
deleted		0
changed		0
loaded		0
c elems		0
d elems		0
time		~0s
validating changes...
changed resource size: 0
relevant graph size: 0
validated changes... true
13:00:53.062 [pool-98-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 1 ms
Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store
Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/crossrefs.ecore to store
13:00:53.065 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:00:53.065 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:00:53.073 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet
13:00:53.073 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte
13:00:53.073 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte
13:00:53.074 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer
13:00:53.074 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char
13:00:53.075 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean
13:00:53.075 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException
13:00:53.075 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[]
13:00:53.075 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String
13:00:53.075 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double
13:00:53.075 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character
13:00:53.075 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator
13:00:53.075 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long
13:00:53.075 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource
13:00:53.075 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain
13:00:53.075 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class
13:00:53.075 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger
13:00:53.075 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap
13:00:53.075 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList
13:00:53.075 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean
13:00:53.076 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer
13:00:53.076 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry
13:00:53.076 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator
13:00:53.076 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map
13:00:53.076 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double
13:00:53.076 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal
13:00:53.076 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date
13:00:53.076 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long
13:00:53.076 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short
13:00:53.076 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float
13:00:53.076 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float
13:00:53.077 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short
13:00:53.077 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object
13:00:53.078 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-hawk/testing/xrefs to http://www.eclipse.org/emf/2002/Ecore
13:00:53.080 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 22 METAMODEL NODES! (took ~0 sec)
13:00:53.080 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
13:00:53.275 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/scopedQuery/:org.eclipse.hawk.localfolder.LocalFolder:false
13:00:53.277 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:00:53.277 [pool-98-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:00:53.278 [pool-98-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:00:53.282 [pool-98-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:00:53.282 [pool-98-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:00:53.283 [pool-98-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /subfolder/subfolder/grandchild.model...
13:00:53.332 [pool-98-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:53.332 [pool-98-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:53.332 [pool-98-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /subfolder/subfolder/grandchild.model...
13:00:53.334 [pool-98-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /subfolder/subfolder/grandchild.model
13:00:53.361 [pool-98-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec)
13:00:53.361 [pool-98-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /subfolder/subfolder/grandchild.model
13:00:53.368 [pool-98-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec)
13:00:53.369 [pool-98-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /subfolder/subfolder/grandchild.model.
0s86ms [pure insertion]
marking any relevant derived attributes for update...13:00:53.369 [pool-98-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
13:00:53.370 [pool-98-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
13:00:53.371 [pool-98-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /subfolder/child.model...
13:00:53.371 [pool-98-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:53.371 [pool-98-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:53.371 [pool-98-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /subfolder/child.model...
13:00:53.373 [pool-98-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /subfolder/child.model
13:00:53.375 [pool-98-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec)
13:00:53.375 [pool-98-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /subfolder/child.model
13:00:53.381 [pool-98-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
13:00:53.381 [pool-98-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /subfolder/child.model.
0s10ms [pure insertion]
marking any relevant derived attributes for update...13:00:53.381 [pool-98-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:53.381 [pool-98-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:53.382 [pool-98-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.model...
13:00:53.382 [pool-98-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:53.382 [pool-98-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:53.382 [pool-98-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /root.model...
13:00:53.384 [pool-98-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /root.model
13:00:53.386 [pool-98-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec)
13:00:53.386 [pool-98-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /root.model
13:00:53.394 [pool-98-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
13:00:53.394 [pool-98-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /root.model.
0s12ms [pure insertion]
marking any relevant derived attributes for update...13:00:53.394 [pool-98-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:53.394 [pool-98-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:53.394 [pool-98-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:00:53.394 [pool-98-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:00:53.395 [pool-98-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/10 proxy references (0 sec total)
13:00:53.404 [pool-98-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 10 refs
13:00:53.404 [pool-98-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.01s
attempting to resolve any uninitialized derived attributes...
13:00:53.404 [pool-98-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:00:53.404 [pool-98-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:00:53.404 [pool-98-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store
attempting to update any relevant derived attributes...
13:00:53.404 [pool-98-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s10ms [proxy update]
13:00:53.404 [pool-98-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
sync metrics:
interesting	3
13:00:53.405 [pool-98-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
deleted		0
changed		3
loaded		3
c elems		9
d elems		0
validating file UPDATED for /subfolder/subfolder/grandchild.model
time		~0s
validating changes...
validating file UPDATED for /subfolder/child.model
validating file UPDATED for /root.model
changed resource size: 9
relevant graph size: 9
validated changes... true
13:00:53.405 [pool-98-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 128 ms
13:00:53.463 [pool-98-thread-1] DEBUG o.e.h.e.e.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED
13:00:53.464 [pool-98-thread-1] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit4692371524075769265/test_instanceCounts[LevelDB GreyCat]
13:00:53.465 [pool-98-thread-1] DEBUG o.e.h.e.e.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED
13:00:53.465 [pool-98-thread-1] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit4692371524075769265/test_instanceCounts[LevelDB GreyCat]
13:00:53.467 [pool-98-thread-1] DEBUG o.e.h.e.e.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED
13:00:53.467 [pool-98-thread-1] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit4692371524075769265/test_instanceCounts[LevelDB GreyCat]
13:00:53.470 [pool-98-thread-1] DEBUG o.e.h.e.e.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED
13:00:53.470 [pool-98-thread-1] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit4692371524075769265/test_instanceCounts[LevelDB GreyCat]
13:00:53.475 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
13:00:53.475 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/scopedQuery/:org.eclipse.hawk.localfolder.LocalFolder:false
13:00:53.476 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:00:53.476 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
13:00:53.805 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
13:00:53.806 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit4692371524075769265/test_instanceCounts[LevelDB GreyCat]
13:00:53.806 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
13:00:53.956 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
13:00:53.957 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:00:53.957 [main] INFO  o.e.h.c.r.CompositeStateListener - Initializing Hawk...
inserting static metamodels of registered metamodel factories to graph:
org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory
13:00:53.957 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:00:53.957 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:00:53.959 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
13:00:53.959 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
13:00:53.959 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer!
13:00:53.959 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer!
13:00:53.959 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
13:00:53.959 [pool-100-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:00:53.959 [pool-100-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
sync metrics:
interesting	0
deleted		0
changed		0
loaded		0
c elems		0
d elems		0
time		~0s
validating changes...
changed resource size: 0
relevant graph size: 0
validated changes... true
13:00:53.960 [pool-100-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 1 ms
Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store
Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/crossrefs.ecore to store
13:00:53.963 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:00:53.963 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:00:53.973 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-hawk/testing/xrefs to http://www.eclipse.org/emf/2002/Ecore
13:00:53.973 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short
13:00:53.974 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer
13:00:53.974 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character
13:00:53.974 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource
13:00:53.974 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet
13:00:53.975 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator
13:00:53.975 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float
13:00:53.975 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class
13:00:53.975 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte
13:00:53.975 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String
13:00:53.975 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map
13:00:53.975 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException
13:00:53.975 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double
13:00:53.975 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float
13:00:53.975 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double
13:00:53.975 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean
13:00:53.976 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[]
13:00:53.976 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte
13:00:53.976 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal
13:00:53.976 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean
13:00:53.976 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date
13:00:53.976 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry
13:00:53.976 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList
13:00:53.976 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char
13:00:53.976 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object
13:00:53.977 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer
13:00:53.977 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long
13:00:53.977 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator
13:00:53.977 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap
13:00:53.977 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short
13:00:53.977 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger
13:00:53.977 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long
13:00:53.977 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain
13:00:53.980 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 22 METAMODEL NODES! (took ~0 sec)
13:00:53.980 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
13:00:54.164 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/scopedQuery/:org.eclipse.hawk.localfolder.LocalFolder:false
13:00:54.166 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:00:54.166 [pool-100-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:00:54.167 [pool-100-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:00:54.170 [pool-100-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:00:54.170 [pool-100-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:00:54.171 [pool-100-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /subfolder/child.model...
13:00:54.207 [pool-100-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:54.207 [pool-100-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:54.207 [pool-100-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /subfolder/child.model...
13:00:54.209 [pool-100-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /subfolder/child.model
13:00:54.211 [pool-100-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec)
13:00:54.211 [pool-100-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /subfolder/child.model
13:00:54.217 [pool-100-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
13:00:54.217 [pool-100-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /subfolder/child.model.
0s46ms [pure insertion]
marking any relevant derived attributes for update...13:00:54.217 [pool-100-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
13:00:54.218 [pool-100-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
13:00:54.218 [pool-100-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.model...
13:00:54.219 [pool-100-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:54.219 [pool-100-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:54.219 [pool-100-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /root.model...
13:00:54.220 [pool-100-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /root.model
13:00:54.222 [pool-100-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec)
13:00:54.222 [pool-100-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /root.model
13:00:54.265 [pool-100-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
13:00:54.265 [pool-100-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /root.model.
0s47ms [pure insertion]
marking any relevant derived attributes for update...13:00:54.265 [pool-100-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:54.265 [pool-100-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:54.266 [pool-100-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /subfolder/subfolder/grandchild.model...
13:00:54.266 [pool-100-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:54.266 [pool-100-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:54.266 [pool-100-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /subfolder/subfolder/grandchild.model...
13:00:54.268 [pool-100-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /subfolder/subfolder/grandchild.model
13:00:54.270 [pool-100-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec)
13:00:54.270 [pool-100-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /subfolder/subfolder/grandchild.model
13:00:54.276 [pool-100-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec)
13:00:54.276 [pool-100-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /subfolder/subfolder/grandchild.model.
0s10ms [pure insertion]
marking any relevant derived attributes for update...13:00:54.276 [pool-100-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:54.276 [pool-100-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:54.276 [pool-100-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:00:54.276 [pool-100-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:00:54.276 [pool-100-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/10 proxy references (0 sec total)
13:00:54.283 [pool-100-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 10 refs
13:00:54.283 [pool-100-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.007s
attempting to resolve any uninitialized derived attributes...
13:00:54.283 [pool-100-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:00:54.283 [pool-100-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:00:54.283 [pool-100-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store
attempting to update any relevant derived attributes...
13:00:54.283 [pool-100-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s8ms [proxy update]
13:00:54.284 [pool-100-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
13:00:54.284 [pool-100-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
sync metrics:
validating file UPDATED for /subfolder/child.model
interesting	3
deleted		0
changed		3
loaded		3
c elems		9
d elems		0
time		~0s
validating changes...
validating file UPDATED for /root.model
validating file UPDATED for /subfolder/subfolder/grandchild.model
changed resource size: 9
relevant graph size: 9
validated changes... true
13:00:54.284 [pool-100-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 118 ms
13:00:54.287 [pool-100-thread-1] DEBUG o.e.h.e.e.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED
13:00:54.287 [pool-100-thread-1] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit4337279968972712179/test_reverseRefs[LevelDB GreyCat]
13:00:54.290 [pool-100-thread-1] DEBUG o.e.h.e.e.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED
13:00:54.290 [pool-100-thread-1] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit4337279968972712179/test_reverseRefs[LevelDB GreyCat]
13:00:54.293 [pool-100-thread-1] DEBUG o.e.h.e.e.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED
13:00:54.293 [pool-100-thread-1] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit4337279968972712179/test_reverseRefs[LevelDB GreyCat]
13:00:54.296 [pool-100-thread-1] DEBUG o.e.h.e.e.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED
13:00:54.296 [pool-100-thread-1] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit4337279968972712179/test_reverseRefs[LevelDB GreyCat]
13:00:54.300 [pool-100-thread-1] DEBUG o.e.h.e.e.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED
13:00:54.300 [pool-100-thread-1] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit4337279968972712179/test_reverseRefs[LevelDB GreyCat]
13:00:54.302 [pool-100-thread-1] DEBUG o.e.h.e.e.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED
13:00:54.302 [pool-100-thread-1] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit4337279968972712179/test_reverseRefs[LevelDB GreyCat]
13:00:54.362 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
13:00:54.362 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/scopedQuery/:org.eclipse.hawk.localfolder.LocalFolder:false
13:00:54.363 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:00:54.363 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
13:00:54.698 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
13:00:54.698 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit4337279968972712179/test_reverseRefs[LevelDB GreyCat]
13:00:54.698 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
13:00:54.806 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
13:00:54.807 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:00:54.807 [main] INFO  o.e.h.c.r.CompositeStateListener - Initializing Hawk...
inserting static metamodels of registered metamodel factories to graph:
org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory
13:00:54.808 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:00:54.808 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:00:54.809 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
13:00:54.809 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
13:00:54.809 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
13:00:54.809 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer!
SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer!
13:00:54.809 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
13:00:54.809 [pool-102-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:00:54.810 [pool-102-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
sync metrics:
interesting	0
deleted		0
changed		0
loaded		0
c elems		0
d elems		0
time		~0s
validating changes...
changed resource size: 0
relevant graph size: 0
validated changes... true
13:00:54.810 [pool-102-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms
Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store
Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/crossrefs.ecore to store
13:00:54.812 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:00:54.813 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:00:54.824 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-hawk/testing/xrefs to http://www.eclipse.org/emf/2002/Ecore
13:00:54.824 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte
13:00:54.824 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map
13:00:54.824 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double
13:00:54.825 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String
13:00:54.825 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object
13:00:54.825 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double
13:00:54.825 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap
13:00:54.825 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long
13:00:54.825 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean
13:00:54.825 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char
13:00:54.826 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte
13:00:54.827 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList
13:00:54.827 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger
13:00:54.827 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource
13:00:54.827 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer
13:00:54.827 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class
13:00:54.827 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short
13:00:54.827 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float
13:00:54.827 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[]
13:00:54.827 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet
13:00:54.827 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator
13:00:54.827 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer
13:00:54.827 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float
13:00:54.827 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short
13:00:54.827 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean
13:00:54.827 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date
13:00:54.827 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain
13:00:54.827 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator
13:00:54.828 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character
13:00:54.828 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry
13:00:54.828 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long
13:00:54.828 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException
13:00:54.828 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal
13:00:54.830 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 22 METAMODEL NODES! (took ~0 sec)
13:00:54.830 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
13:00:55.018 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/scopedQuery/:org.eclipse.hawk.localfolder.LocalFolder:false
13:00:55.020 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:00:55.020 [pool-102-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:00:55.021 [pool-102-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:00:55.024 [pool-102-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:00:55.024 [pool-102-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:00:55.025 [pool-102-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.model...
13:00:55.083 [pool-102-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:55.083 [pool-102-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:55.083 [pool-102-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /root.model...
13:00:55.085 [pool-102-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /root.model
13:00:55.087 [pool-102-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec)
13:00:55.087 [pool-102-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /root.model
13:00:55.092 [pool-102-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
13:00:55.092 [pool-102-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /root.model.
0s67ms [pure insertion]
marking any relevant derived attributes for update...13:00:55.092 [pool-102-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:55.092 [pool-102-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:55.093 [pool-102-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /subfolder/child.model...
13:00:55.093 [pool-102-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:55.093 [pool-102-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:55.093 [pool-102-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /subfolder/child.model...
13:00:55.095 [pool-102-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /subfolder/child.model
13:00:55.097 [pool-102-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec)
13:00:55.097 [pool-102-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /subfolder/child.model
13:00:55.101 [pool-102-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
13:00:55.101 [pool-102-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /subfolder/child.model.
0s8ms [pure insertion]
marking any relevant derived attributes for update...13:00:55.101 [pool-102-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:55.101 [pool-102-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:55.102 [pool-102-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /subfolder/subfolder/grandchild.model...
13:00:55.102 [pool-102-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:55.102 [pool-102-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:55.102 [pool-102-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /subfolder/subfolder/grandchild.model...
13:00:55.104 [pool-102-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /subfolder/subfolder/grandchild.model
13:00:55.106 [pool-102-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec)
13:00:55.106 [pool-102-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /subfolder/subfolder/grandchild.model
13:00:55.112 [pool-102-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec)
13:00:55.112 [pool-102-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /subfolder/subfolder/grandchild.model.
0s10ms [pure insertion]
marking any relevant derived attributes for update...13:00:55.112 [pool-102-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:55.112 [pool-102-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:55.112 [pool-102-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:00:55.112 [pool-102-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:00:55.112 [pool-102-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/10 proxy references (0 sec total)
13:00:55.119 [pool-102-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 10 refs
13:00:55.119 [pool-102-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.007s
attempting to resolve any uninitialized derived attributes...
13:00:55.120 [pool-102-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:00:55.120 [pool-102-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:00:55.120 [pool-102-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store
attempting to update any relevant derived attributes...
13:00:55.120 [pool-102-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s8ms [proxy update]
13:00:55.120 [pool-102-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
13:00:55.120 [pool-102-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
sync metrics:
validating file UPDATED for /root.model
interesting	3
deleted		0
changed		3
loaded		3
c elems		9
d elems		0
time		~0s
validating changes...
validating file UPDATED for /subfolder/child.model
validating file UPDATED for /subfolder/subfolder/grandchild.model
changed resource size: 9
relevant graph size: 9
validated changes... true
13:00:55.121 [pool-102-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 100 ms
13:00:55.123 [pool-102-thread-1] DEBUG o.e.h.e.e.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED
13:00:55.123 [pool-102-thread-1] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit8542757892689430187/test_forwardRefs[LevelDB GreyCat]
13:00:55.126 [pool-102-thread-1] DEBUG o.e.h.e.e.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED
13:00:55.126 [pool-102-thread-1] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit8542757892689430187/test_forwardRefs[LevelDB GreyCat]
13:00:55.129 [pool-102-thread-1] DEBUG o.e.h.e.e.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED
13:00:55.129 [pool-102-thread-1] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit8542757892689430187/test_forwardRefs[LevelDB GreyCat]
13:00:55.131 [pool-102-thread-1] DEBUG o.e.h.e.e.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED
13:00:55.131 [pool-102-thread-1] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit8542757892689430187/test_forwardRefs[LevelDB GreyCat]
13:00:55.163 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
13:00:55.163 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/scopedQuery/:org.eclipse.hawk.localfolder.LocalFolder:false
13:00:55.164 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:00:55.164 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
13:00:55.448 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
13:00:55.449 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit8542757892689430187/test_forwardRefs[LevelDB GreyCat]
13:00:55.449 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
13:00:55.657 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
13:00:55.658 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:00:55.658 [main] INFO  o.e.h.c.r.CompositeStateListener - Initializing Hawk...
inserting static metamodels of registered metamodel factories to graph:
org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory
13:00:55.658 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:00:55.658 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:00:55.660 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
13:00:55.660 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
13:00:55.660 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
13:00:55.660 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer!
SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer!
sync metrics:
interesting	0
13:00:55.661 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
deleted		0
updating indexer: 
changed		0
loaded		0
13:00:55.661 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
c elems		0
d elems		0
time		~0s
validating changes...
changed resource size: 0
relevant graph size: 0
validated changes... true
13:00:55.661 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms
13:00:55.662 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store
Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/JDTAST.ecore to store
13:00:55.678 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:00:55.678 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:00:55.708 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.primitiveTypes
13:00:55.710 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.core::Modifiers will be handled as its instance type NULL_INSTANCE_TYPE
13:00:55.712 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.dom
13:00:55.713 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.primitiveTypes
13:00:55.713 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.core
13:00:55.715 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.dom::PostfixExpressionOperatorKind will be handled as its instance type NULL_INSTANCE_TYPE
13:00:55.763 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.dom::PrefixExpressionOperatorKind will be handled as its instance type NULL_INSTANCE_TYPE
13:00:55.768 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.dom::InfixExpressionOperatorKind will be handled as its instance type NULL_INSTANCE_TYPE
13:00:55.772 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.dom::AssignmentOperatorKind will be handled as its instance type NULL_INSTANCE_TYPE
13:00:55.772 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator
13:00:55.773 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean
13:00:55.773 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger
13:00:55.773 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date
13:00:55.773 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double
13:00:55.773 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short
13:00:55.773 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException
13:00:55.774 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float
13:00:55.774 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal
13:00:55.774 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry
13:00:55.774 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class
13:00:55.775 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float
13:00:55.775 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map
13:00:55.775 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer
13:00:55.775 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList
13:00:55.776 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean
13:00:55.776 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource
13:00:55.776 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long
13:00:55.776 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String
13:00:55.776 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object
13:00:55.776 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long
13:00:55.776 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain
13:00:55.776 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator
13:00:55.776 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte
13:00:55.777 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet
13:00:55.777 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[]
13:00:55.777 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte
13:00:55.778 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer
13:00:55.778 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character
13:00:55.778 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap
13:00:55.778 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char
13:00:55.778 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double
13:00:55.778 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short
13:00:55.779 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.primitiveTypes::Integer will be handled as its instance type java.lang.Integer
13:00:55.779 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.primitiveTypes::Boolean will be handled as its instance type java.lang.Boolean
13:00:55.779 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.primitiveTypes::String will be handled as its instance type java.lang.String
13:00:55.789 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 136 METAMODEL NODES! (took ~0 sec)
13:00:55.789 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
13:00:56.127 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/set0-reduced/:org.eclipse.hawk.localfolder.LocalFolder:false
13:00:56.129 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:00:56.129 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:00:56.138 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:00:56.141 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:00:56.141 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:00:56.187 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /set0.xmi...
13:00:56.202 [pool-104-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:56.202 [pool-104-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:56.202 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /set0.xmi...
13:00:56.204 [pool-104-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /set0.xmi
13:00:56.686 [pool-104-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 5353 NODES AND 5353 M->MM REFERENCES! (took ~13134sec)
13:00:56.686 [pool-104-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /set0.xmi
13:00:57.002 [pool-104-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 5388 REFERENCES! (took ~0 sec)
13:00:57.002 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /set0.xmi.
0s815ms [pure insertion]
marking any relevant derived attributes for update...13:00:57.002 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
13:00:57.003 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
13:00:57.003 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:00:57.003 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:00:57.066 [pool-104-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
13:00:57.066 [pool-104-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.063s
attempting to resolve any uninitialized derived attributes...
13:00:57.066 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:00:57.066 [pool-104-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:00:57.066 [pool-104-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store
attempting to update any relevant derived attributes...
13:00:57.066 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s63ms [proxy update]
13:00:57.066 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
13:00:57.066 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
sync metrics:
interesting	1
deleted		0
changed		1
loaded		1
c elems		5353
d elems		0
time		~0s
validating changes...
validating file UPDATED for /set0.xmi
changed resource size: 5353
relevant graph size: 5353
validated changes... true
13:00:57.469 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 1 s 340 ms
13:00:57.669 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/set0-reduced/:org.eclipse.hawk.localfolder.LocalFolder:false
adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/set0-reduced-fragmented/:org.eclipse.hawk.localfolder.LocalFolder:false
13:00:57.670 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:00:57.670 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:00:57.682 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:00:57.683 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Imported 10/11 files from file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/set0-reduced-fragmented/
13:00:57.683 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:00:57.683 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:00:57.691 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi...
13:00:57.691 [pool-104-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:57.691 [pool-104-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:57.691 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi...
13:00:57.693 [pool-104-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi
13:00:57.693 [pool-104-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
13:00:57.694 [pool-104-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi
13:00:57.695 [pool-104-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:00:57.695 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi.
0s4ms [pure insertion]
marking any relevant derived attributes for update...13:00:57.695 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:57.695 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:57.702 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi...
13:00:57.702 [pool-104-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:57.702 [pool-104-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:57.702 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi...
13:00:57.704 [pool-104-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi
13:00:57.705 [pool-104-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
13:00:57.705 [pool-104-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi
13:00:57.706 [pool-104-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:00:57.706 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi.
0s4ms [pure insertion]
marking any relevant derived attributes for update...13:00:57.706 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:57.706 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:57.769 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi...
13:00:57.770 [pool-104-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:57.770 [pool-104-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:57.770 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi...
13:00:57.771 [pool-104-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi
13:00:57.870 [pool-104-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 583 NODES AND 583 M->MM REFERENCES! (took ~1357sec)
13:00:57.870 [pool-104-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi
13:00:57.885 [pool-104-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 609 REFERENCES! (took ~0 sec)
13:00:57.885 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi.
0s116ms [pure insertion]
marking any relevant derived attributes for update...13:00:57.885 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:57.885 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:57.893 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt/IPackageFragment_org.eclipse.jdt.internal.apt.xmi...
13:00:57.893 [pool-104-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:57.894 [pool-104-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:57.894 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt/IPackageFragment_org.eclipse.jdt.internal.apt.xmi...
13:00:57.961 [pool-104-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt/IPackageFragment_org.eclipse.jdt.internal.apt.xmi
13:00:57.962 [pool-104-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
13:00:57.962 [pool-104-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt/IPackageFragment_org.eclipse.jdt.internal.apt.xmi
13:00:57.964 [pool-104-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:00:57.964 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt/IPackageFragment_org.eclipse.jdt.internal.apt.xmi.
0s71ms [pure insertion]
marking any relevant derived attributes for update...13:00:57.964 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:57.964 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:57.971 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi...
13:00:57.971 [pool-104-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:57.971 [pool-104-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:57.971 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi...
13:00:57.972 [pool-104-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi
13:00:57.974 [pool-104-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
13:00:57.975 [pool-104-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi
13:00:57.988 [pool-104-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
13:00:57.988 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi.
0s17ms [pure insertion]
marking any relevant derived attributes for update...13:00:57.988 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:57.988 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:57.995 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi...
13:00:57.995 [pool-104-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:57.995 [pool-104-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:57.995 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi...
13:00:57.997 [pool-104-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi
13:00:57.999 [pool-104-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:00:57.999 [pool-104-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi
13:00:57.999 [pool-104-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:00:57.999 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi.
0s4ms [pure insertion]
marking any relevant derived attributes for update...13:00:57.999 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:57.999 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:58.005 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi...
13:00:58.006 [pool-104-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:58.006 [pool-104-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:58.006 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi...
13:00:58.063 [pool-104-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi
13:00:58.066 [pool-104-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:00:58.066 [pool-104-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi
13:00:58.066 [pool-104-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:00:58.066 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi.
0s61ms [pure insertion]
marking any relevant derived attributes for update...13:00:58.066 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:58.066 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:58.085 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi...
13:00:58.085 [pool-104-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:58.085 [pool-104-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:58.085 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi...
13:00:58.086 [pool-104-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi
13:00:58.398 [pool-104-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2743 NODES AND 2743 M->MM REFERENCES! (took ~6753sec)
13:00:58.398 [pool-104-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi
13:00:58.577 [pool-104-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2742 REFERENCES! (took ~0 sec)
13:00:58.578 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi.
0s493ms [pure insertion]
marking any relevant derived attributes for update...13:00:58.578 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:58.578 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:58.592 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch.xmi...
13:00:58.593 [pool-104-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:58.593 [pool-104-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:58.593 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch.xmi...
13:00:58.595 [pool-104-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch.xmi
13:00:58.876 [pool-104-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2018 NODES AND 2018 M->MM REFERENCES! (took ~5004sec)
13:00:58.876 [pool-104-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch.xmi
13:00:59.172 [pool-104-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2017 REFERENCES! (took ~0 sec)
13:00:59.172 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch.xmi.
0s580ms [pure insertion]
marking any relevant derived attributes for update...13:00:59.172 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:59.172 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:59.179 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi...
13:00:59.179 [pool-104-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:59.179 [pool-104-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:59.179 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi...
13:00:59.181 [pool-104-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi
13:00:59.181 [pool-104-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
13:00:59.181 [pool-104-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi
13:00:59.183 [pool-104-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:00:59.183 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi.
0s4ms [pure insertion]
marking any relevant derived attributes for update...13:00:59.183 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:59.183 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:59.189 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /set0.xmi...
13:00:59.189 [pool-104-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:00:59.190 [pool-104-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:00:59.190 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /set0.xmi...
13:00:59.191 [pool-104-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /set0.xmi
13:00:59.193 [pool-104-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~1sec)
13:00:59.193 [pool-104-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /set0.xmi
13:00:59.199 [pool-104-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:00:59.199 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /set0.xmi.
0s10ms [pure insertion]
marking any relevant derived attributes for update...13:00:59.199 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:00:59.199 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:00:59.199 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:00:59.199 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:00:59.273 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/19 proxy references (0 sec total)
13:00:59.791 [pool-104-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 19 refs
13:00:59.791 [pool-104-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.592s
attempting to resolve any uninitialized derived attributes...
13:00:59.791 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:00:59.791 [pool-104-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:00:59.791 [pool-104-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store
attempting to update any relevant derived attributes...
13:00:59.791 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s592ms [proxy update]
13:00:59.791 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
13:00:59.791 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
sync metrics:
interesting	11
deleted		0
changed		11
validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFloaded		11
c elems		5353
ragment_org.eclipse.jdt.internal.xmi
d elems		0
time		~2s
validating changes...
validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi
validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi
validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt/IPackageFragment_org.eclipse.jdt.internal.apt.xmi
validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi
validating file UPDATED for /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi
validating file UPDATED for /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi
validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi
validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch.xmi
validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi
validating file UPDATED for /set0.xmi
changed resource size: 5353
relevant graph size: 5353
validated changes... true
13:01:00.210 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 2 s 540 ms
13:01:00.210 [main] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit1636151372273616350/test_allContents[LevelDB GreyCat]
13:01:00.212 [main] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit1636151372273616350/test_allContents[LevelDB GreyCat]
13:01:00.279 [main] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit1636151372273616350/test_allContents[LevelDB GreyCat]
13:01:00.280 [main] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit1636151372273616350/test_allContents[LevelDB GreyCat]
13:01:00.281 [main] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit1636151372273616350/test_allContents[LevelDB GreyCat]
13:01:00.370 [main] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit1636151372273616350/test_allContents[LevelDB GreyCat]
13:01:00.371 [main] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit1636151372273616350/test_allContents[LevelDB GreyCat]
13:01:00.373 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
13:01:00.373 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/set0-reduced/:org.eclipse.hawk.localfolder.LocalFolder:false
adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/set0-reduced-fragmented/:org.eclipse.hawk.localfolder.LocalFolder:false
13:01:00.374 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:01:00.374 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
13:01:00.707 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
13:01:00.708 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit1636151372273616350/test_allContents[LevelDB GreyCat]
13:01:00.708 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
13:01:00.957 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
13:01:00.962 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:01:00.962 [main] INFO  o.e.h.c.r.CompositeStateListener - Initializing Hawk...
inserting static metamodels of registered metamodel factories to graph:
org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory
13:01:00.962 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:01:00.962 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:01:00.963 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
13:01:00.964 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
13:01:00.964 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
13:01:00.964 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer!
SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer!
13:01:00.964 [pool-106-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:01:00.964 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
13:01:00.964 [pool-106-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
sync metrics:
interesting	0
deleted		0
changed		0
loaded		0
c elems		0
d elems		0
time		~0s
validating changes...
changed resource size: 0
relevant graph size: 0
validated changes... true
13:01:00.965 [pool-106-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 1 ms
Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store
Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/JDTAST.ecore to store
13:01:00.982 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:01:00.982 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:01:01.099 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.primitiveTypes
13:01:01.100 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.core
13:01:01.102 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.dom::AssignmentOperatorKind will be handled as its instance type NULL_INSTANCE_TYPE
13:01:01.104 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.dom::PostfixExpressionOperatorKind will be handled as its instance type NULL_INSTANCE_TYPE
13:01:01.106 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.dom::PrefixExpressionOperatorKind will be handled as its instance type NULL_INSTANCE_TYPE
13:01:01.113 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.dom::InfixExpressionOperatorKind will be handled as its instance type NULL_INSTANCE_TYPE
13:01:01.116 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.primitiveTypes::Integer will be handled as its instance type java.lang.Integer
13:01:01.116 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.primitiveTypes::String will be handled as its instance type java.lang.String
13:01:01.116 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.primitiveTypes::Boolean will be handled as its instance type java.lang.Boolean
13:01:01.116 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.primitiveTypes
13:01:01.118 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.core::Modifiers will be handled as its instance type NULL_INSTANCE_TYPE
13:01:01.119 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.dom
13:01:01.163 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry
13:01:01.163 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char
13:01:01.163 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource
13:01:01.163 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short
13:01:01.164 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[]
13:01:01.164 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet
13:01:01.164 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList
13:01:01.165 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character
13:01:01.165 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long
13:01:01.165 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float
13:01:01.165 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object
13:01:01.165 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean
13:01:01.165 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap
13:01:01.165 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date
13:01:01.165 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float
13:01:01.165 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long
13:01:01.165 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte
13:01:01.165 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String
13:01:01.165 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double
13:01:01.165 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class
13:01:01.166 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator
13:01:01.166 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte
13:01:01.167 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer
13:01:01.167 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map
13:01:01.167 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double
13:01:01.167 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException
13:01:01.167 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean
13:01:01.167 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator
13:01:01.167 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain
13:01:01.167 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger
13:01:01.167 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal
13:01:01.167 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short
13:01:01.167 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer
13:01:01.177 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 136 METAMODEL NODES! (took ~0 sec)
13:01:01.177 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
13:01:01.395 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/set0-reduced/:org.eclipse.hawk.localfolder.LocalFolder:false
13:01:01.396 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:01:01.396 [pool-106-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:01:01.405 [pool-106-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:01:01.408 [pool-106-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:01:01.408 [pool-106-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:01:01.439 [pool-106-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /set0.xmi...
13:01:01.464 [pool-106-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:01:01.464 [pool-106-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:01:01.464 [pool-106-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /set0.xmi...
13:01:01.467 [pool-106-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /set0.xmi
13:01:01.781 [pool-106-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 5353 NODES AND 5353 M->MM REFERENCES! (took ~13134sec)
13:01:01.781 [pool-106-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /set0.xmi
13:01:01.950 [pool-106-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 5388 REFERENCES! (took ~0 sec)
13:01:01.950 [pool-106-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /set0.xmi.
0s511ms [pure insertion]
marking any relevant derived attributes for update...13:01:01.950 [pool-106-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
13:01:01.951 [pool-106-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
13:01:01.951 [pool-106-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:01:01.951 [pool-106-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:01:01.970 [pool-106-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
13:01:01.970 [pool-106-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.019s
attempting to resolve any uninitialized derived attributes...
13:01:01.970 [pool-106-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:01:01.970 [pool-106-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:01:01.970 [pool-106-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store
attempting to update any relevant derived attributes...
13:01:01.970 [pool-106-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s19ms [proxy update]
13:01:01.970 [pool-106-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
13:01:01.970 [pool-106-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
sync metrics:
interesting	1
deleted		0
changed		1
loaded		1
c elems		5353
d elems		0
time		~0s
validating changes...
validating file UPDATED for /set0.xmi
changed resource size: 5353
relevant graph size: 5353
validated changes... true
13:01:02.196 [pool-106-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 800 ms
13:01:02.445 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/set0-reduced/:org.eclipse.hawk.localfolder.LocalFolder:false
adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/set0-reduced-fragmented/:org.eclipse.hawk.localfolder.LocalFolder:false
13:01:02.446 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:01:02.446 [pool-106-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:01:02.458 [pool-106-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:01:02.459 [pool-106-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Imported 10/11 files from file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/set0-reduced-fragmented/
13:01:02.459 [pool-106-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:01:02.459 [pool-106-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:01:02.466 [pool-106-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi...
13:01:02.466 [pool-106-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:01:02.466 [pool-106-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:01:02.466 [pool-106-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi...
13:01:02.468 [pool-106-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi
13:01:02.468 [pool-106-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
13:01:02.468 [pool-106-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi
13:01:02.469 [pool-106-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:01:02.469 [pool-106-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi.
0s3ms [pure insertion]
marking any relevant derived attributes for update...13:01:02.469 [pool-106-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
13:01:02.470 [pool-106-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
13:01:02.484 [pool-106-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch.xmi...
13:01:02.484 [pool-106-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:01:02.484 [pool-106-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:01:02.484 [pool-106-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch.xmi...
13:01:02.486 [pool-106-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch.xmi
13:01:02.703 [pool-106-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2018 NODES AND 2018 M->MM REFERENCES! (took ~5004sec)
13:01:02.703 [pool-106-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch.xmi
13:01:02.788 [pool-106-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2017 REFERENCES! (took ~0 sec)
13:01:02.788 [pool-106-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch.xmi.
0s304ms [pure insertion]
marking any relevant derived attributes for update...13:01:02.788 [pool-106-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:01:02.788 [pool-106-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:01:02.794 [pool-106-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi...
13:01:02.794 [pool-106-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:01:02.794 [pool-106-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:01:02.794 [pool-106-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi...
13:01:02.796 [pool-106-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi
13:01:02.798 [pool-106-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:01:02.798 [pool-106-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi
13:01:02.798 [pool-106-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:01:02.798 [pool-106-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi.
0s4ms [pure insertion]
marking any relevant derived attributes for update...13:01:02.798 [pool-106-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:01:02.798 [pool-106-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:01:02.804 [pool-106-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi...
13:01:02.804 [pool-106-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:01:02.806 [pool-106-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:01:02.806 [pool-106-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi...
13:01:02.817 [pool-106-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi
13:01:02.817 [pool-106-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
13:01:02.817 [pool-106-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi
13:01:02.819 [pool-106-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:01:02.819 [pool-106-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi.
0s15ms [pure insertion]
marking any relevant derived attributes for update...13:01:02.819 [pool-106-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:01:02.819 [pool-106-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:01:02.865 [pool-106-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /set0.xmi...
13:01:02.865 [pool-106-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:01:02.865 [pool-106-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:01:02.865 [pool-106-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /set0.xmi...
13:01:02.867 [pool-106-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /set0.xmi
13:01:02.868 [pool-106-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~1sec)
13:01:02.868 [pool-106-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /set0.xmi
13:01:02.873 [pool-106-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:01:02.873 [pool-106-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /set0.xmi.
0s8ms [pure insertion]
marking any relevant derived attributes for update...13:01:02.873 [pool-106-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:01:02.873 [pool-106-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:01:02.879 [pool-106-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi...
13:01:02.879 [pool-106-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:01:02.879 [pool-106-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:01:02.879 [pool-106-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi...
13:01:02.881 [pool-106-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi
13:01:02.883 [pool-106-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
13:01:02.883 [pool-106-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi
13:01:02.900 [pool-106-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
13:01:02.900 [pool-106-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi.
0s21ms [pure insertion]
marking any relevant derived attributes for update...13:01:02.900 [pool-106-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:01:02.900 [pool-106-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:01:02.966 [pool-106-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi...
13:01:02.966 [pool-106-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:01:02.966 [pool-106-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:01:02.966 [pool-106-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi...
13:01:02.968 [pool-106-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi
13:01:02.968 [pool-106-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
13:01:02.968 [pool-106-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi
13:01:02.970 [pool-106-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:01:02.970 [pool-106-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi.
0s4ms [pure insertion]
marking any relevant derived attributes for update...13:01:02.970 [pool-106-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:01:02.970 [pool-106-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:01:02.976 [pool-106-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi...
13:01:02.976 [pool-106-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:01:02.976 [pool-106-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:01:02.976 [pool-106-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi...
13:01:02.978 [pool-106-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi
13:01:02.980 [pool-106-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:01:02.980 [pool-106-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi
13:01:02.980 [pool-106-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:01:02.980 [pool-106-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi.
0s4ms [pure insertion]
marking any relevant derived attributes for update...13:01:02.980 [pool-106-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:01:02.980 [pool-106-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:01:02.997 [pool-106-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi...
13:01:02.997 [pool-106-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:01:02.998 [pool-106-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:01:02.998 [pool-106-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi...
13:01:02.999 [pool-106-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi
13:01:03.315 [pool-106-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2743 NODES AND 2743 M->MM REFERENCES! (took ~6753sec)
13:01:03.315 [pool-106-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi
13:01:03.471 [pool-106-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2742 REFERENCES! (took ~0 sec)
13:01:03.471 [pool-106-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi.
0s474ms [pure insertion]
marking any relevant derived attributes for update...13:01:03.471 [pool-106-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:01:03.471 [pool-106-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:01:03.479 [pool-106-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi...
13:01:03.480 [pool-106-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:01:03.480 [pool-106-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:01:03.480 [pool-106-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi...
13:01:03.481 [pool-106-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi
13:01:03.707 [pool-106-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 583 NODES AND 583 M->MM REFERENCES! (took ~1357sec)
13:01:03.707 [pool-106-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi
13:01:03.778 [pool-106-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 609 REFERENCES! (took ~0 sec)
13:01:03.778 [pool-106-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi.
0s299ms [pure insertion]
marking any relevant derived attributes for update...13:01:03.778 [pool-106-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
13:01:03.779 [pool-106-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
13:01:03.783 [pool-106-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt/IPackageFragment_org.eclipse.jdt.internal.apt.xmi...
13:01:03.784 [pool-106-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:01:03.785 [pool-106-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:01:03.785 [pool-106-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt/IPackageFragment_org.eclipse.jdt.internal.apt.xmi...
13:01:03.792 [pool-106-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt/IPackageFragment_org.eclipse.jdt.internal.apt.xmi
13:01:03.793 [pool-106-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
13:01:03.793 [pool-106-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt/IPackageFragment_org.eclipse.jdt.internal.apt.xmi
13:01:03.794 [pool-106-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:01:03.794 [pool-106-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt/IPackageFragment_org.eclipse.jdt.internal.apt.xmi.
0s11ms [pure insertion]
marking any relevant derived attributes for update...13:01:03.794 [pool-106-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:01:03.794 [pool-106-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:01:03.794 [pool-106-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:01:03.794 [pool-106-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:01:03.998 [pool-106-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/19 proxy references (0 sec total)
13:01:04.194 [pool-106-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 19 refs
13:01:04.194 [pool-106-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.4s
attempting to resolve any uninitialized derived attributes...
13:01:04.194 [pool-106-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:01:04.194 [pool-106-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:01:04.194 [pool-106-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store
attempting to update any relevant derived attributes...
13:01:04.194 [pool-106-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s400ms [proxy update]
13:01:04.194 [pool-106-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
13:01:04.195 [pool-106-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
sync metrics:
interesting	11
deleted		0
changed		11
loaded		11
c elems		5353
d elems		0
time		~1s
validating changes...
validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi
validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch.xmi
validating file UPDATED for /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi
validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi
validating file UPDATED for /set0.xmi
validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi
validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi
validating file UPDATED for /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi
validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi
validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi
validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt/IPackageFragment_org.eclipse.jdt.internal.apt.xmi
changed resource size: 5353
relevant graph size: 5353
validated changes... true
13:01:04.594 [pool-106-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 2 s 148 ms
13:01:04.594 [main] DEBUG o.e.h.e.e.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED
13:01:04.594 [main] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit193075467523228160/test_subtreeTraversalScoping[LevelDB GreyCat]
13:01:04.597 [main] DEBUG o.e.h.e.e.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED
13:01:04.597 [main] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit193075467523228160/test_subtreeTraversalScoping[LevelDB GreyCat]
13:01:04.599 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
13:01:04.599 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/set0-reduced/:org.eclipse.hawk.localfolder.LocalFolder:false
adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/set0-reduced-fragmented/:org.eclipse.hawk.localfolder.LocalFolder:false
13:01:04.601 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:01:04.601 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
13:01:04.958 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
13:01:04.959 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit193075467523228160/test_subtreeTraversalScoping[LevelDB GreyCat]
13:01:04.959 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
13:01:05.083 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
13:01:05.085 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:01:05.085 [main] INFO  o.e.h.c.r.CompositeStateListener - Initializing Hawk...
inserting static metamodels of registered metamodel factories to graph:
org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory
13:01:05.085 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:01:05.085 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:01:05.086 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
13:01:05.086 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
13:01:05.086 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
13:01:05.086 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer!
SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer!
13:01:05.087 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:01:05.087 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
13:01:05.087 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
sync metrics:
interesting	0
deleted		0
changed		0
loaded		0
c elems		0
d elems		0
time		~0s
validating changes...
changed resource size: 0
relevant graph size: 0
validated changes... true
13:01:05.087 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms
Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store
Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/JDTAST.ecore to store
13:01:05.101 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:01:05.101 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:01:05.126 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float
13:01:05.126 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character
13:01:05.126 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double
13:01:05.126 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource
13:01:05.127 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte
13:01:05.127 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double
13:01:05.127 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class
13:01:05.127 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator
13:01:05.127 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList
13:01:05.127 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date
13:01:05.127 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte
13:01:05.127 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer
13:01:05.128 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain
13:01:05.129 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger
13:01:05.130 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet
13:01:05.130 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry
13:01:05.130 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map
13:01:05.130 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[]
13:01:05.130 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean
13:01:05.130 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean
13:01:05.130 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char
13:01:05.130 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long
13:01:05.131 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal
13:01:05.131 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short
13:01:05.131 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator
13:01:05.131 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String
13:01:05.131 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap
13:01:05.131 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException
13:01:05.131 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long
13:01:05.131 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short
13:01:05.131 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object
13:01:05.132 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float
13:01:05.132 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer
13:01:05.132 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.primitiveTypes::Integer will be handled as its instance type java.lang.Integer
13:01:05.132 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.primitiveTypes::Boolean will be handled as its instance type java.lang.Boolean
13:01:05.132 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.primitiveTypes::String will be handled as its instance type java.lang.String
13:01:05.132 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.primitiveTypes
13:01:05.133 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.dom::AssignmentOperatorKind will be handled as its instance type NULL_INSTANCE_TYPE
13:01:05.133 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.dom::PrefixExpressionOperatorKind will be handled as its instance type NULL_INSTANCE_TYPE
13:01:05.133 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.core
13:01:05.141 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.dom::PostfixExpressionOperatorKind will be handled as its instance type NULL_INSTANCE_TYPE
13:01:05.165 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.dom::InfixExpressionOperatorKind will be handled as its instance type NULL_INSTANCE_TYPE
13:01:05.168 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.primitiveTypes
13:01:05.171 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.dom
13:01:05.171 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.core::Modifiers will be handled as its instance type NULL_INSTANCE_TYPE
13:01:05.182 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 136 METAMODEL NODES! (took ~0 sec)
13:01:05.182 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
13:01:05.371 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/set0-reduced/:org.eclipse.hawk.localfolder.LocalFolder:false
13:01:05.372 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:01:05.372 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:01:05.381 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:01:05.384 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:01:05.384 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:01:05.414 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /set0.xmi...
13:01:05.464 [pool-108-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:01:05.464 [pool-108-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:01:05.464 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /set0.xmi...
13:01:05.468 [pool-108-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /set0.xmi
13:01:05.811 [pool-108-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 5353 NODES AND 5353 M->MM REFERENCES! (took ~13134sec)
13:01:05.811 [pool-108-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /set0.xmi
13:01:05.999 [pool-108-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 5388 REFERENCES! (took ~0 sec)
13:01:05.999 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /set0.xmi.
0s585ms [pure insertion]
marking any relevant derived attributes for update...13:01:05.999 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
13:01:06.000 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
13:01:06.000 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:01:06.000 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:01:06.011 [pool-108-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
13:01:06.011 [pool-108-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.011s
attempting to resolve any uninitialized derived attributes...
13:01:06.011 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:01:06.011 [pool-108-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:01:06.011 [pool-108-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store
attempting to update any relevant derived attributes...
13:01:06.011 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s11ms [proxy update]
13:01:06.011 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
13:01:06.011 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
sync metrics:
interesting	1
deleted		0
changed		1
loaded		1
c elems		5353
d elems		0
time		~0s
validating changes...
validating file UPDATED for /set0.xmi
changed resource size: 5353
relevant graph size: 5353
validated changes... true
13:01:06.263 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 891 ms
13:01:06.470 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/set0-reduced/:org.eclipse.hawk.localfolder.LocalFolder:false
adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/set0-reduced-fragmented/:org.eclipse.hawk.localfolder.LocalFolder:false
13:01:06.471 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:01:06.471 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:01:06.484 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:01:06.485 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Imported 10/11 files from file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/set0-reduced-fragmented/
13:01:06.485 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:01:06.485 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:01:06.490 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi...
13:01:06.490 [pool-108-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:01:06.490 [pool-108-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:01:06.490 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi...
13:01:06.492 [pool-108-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi
13:01:06.492 [pool-108-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
13:01:06.492 [pool-108-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi
13:01:06.493 [pool-108-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:01:06.493 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi.
0s3ms [pure insertion]
marking any relevant derived attributes for update...13:01:06.493 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:01:06.493 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:01:06.510 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi...
13:01:06.511 [pool-108-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:01:06.511 [pool-108-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:01:06.511 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi...
13:01:06.512 [pool-108-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi
13:01:06.861 [pool-108-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2743 NODES AND 2743 M->MM REFERENCES! (took ~6753sec)
13:01:06.861 [pool-108-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi
13:01:06.926 [pool-108-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2742 REFERENCES! (took ~0 sec)
13:01:06.926 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi.
0s416ms [pure insertion]
marking any relevant derived attributes for update...13:01:06.926 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:01:06.926 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:01:06.931 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi...
13:01:06.931 [pool-108-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:01:06.932 [pool-108-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:01:06.932 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi...
13:01:06.933 [pool-108-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi
13:01:06.962 [pool-108-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
13:01:06.962 [pool-108-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi
13:01:06.976 [pool-108-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
13:01:06.976 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi.
0s45ms [pure insertion]
marking any relevant derived attributes for update...13:01:06.976 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:01:06.976 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:01:06.981 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi...
13:01:06.981 [pool-108-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:01:06.981 [pool-108-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:01:06.981 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi...
13:01:06.983 [pool-108-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi
13:01:06.983 [pool-108-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
13:01:06.983 [pool-108-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi
13:01:06.985 [pool-108-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:01:06.985 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi.
0s4ms [pure insertion]
marking any relevant derived attributes for update...13:01:06.985 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:01:06.985 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:01:06.990 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi...
13:01:06.990 [pool-108-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:01:06.990 [pool-108-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:01:06.990 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi...
13:01:06.991 [pool-108-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi
13:01:06.993 [pool-108-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:01:06.993 [pool-108-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi
13:01:06.993 [pool-108-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:01:06.993 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi.
0s3ms [pure insertion]
marking any relevant derived attributes for update...13:01:06.993 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:01:06.993 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:01:06.998 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /set0.xmi...
13:01:06.998 [pool-108-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:01:06.998 [pool-108-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:01:06.998 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /set0.xmi...
13:01:07.000 [pool-108-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /set0.xmi
13:01:07.002 [pool-108-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~1sec)
13:01:07.002 [pool-108-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /set0.xmi
13:01:07.006 [pool-108-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:01:07.006 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /set0.xmi.
0s8ms [pure insertion]
marking any relevant derived attributes for update...13:01:07.006 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
13:01:07.007 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
13:01:07.066 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi...
13:01:07.066 [pool-108-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:01:07.067 [pool-108-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:01:07.067 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi...
13:01:07.068 [pool-108-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi
13:01:07.069 [pool-108-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
13:01:07.069 [pool-108-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi
13:01:07.070 [pool-108-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:01:07.070 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi.
0s4ms [pure insertion]
marking any relevant derived attributes for update...13:01:07.070 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:01:07.070 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:01:07.075 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi...
13:01:07.075 [pool-108-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:01:07.075 [pool-108-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:01:07.075 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi...
13:01:07.077 [pool-108-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi
13:01:07.079 [pool-108-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:01:07.079 [pool-108-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi
13:01:07.079 [pool-108-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:01:07.079 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi.
0s4ms [pure insertion]
marking any relevant derived attributes for update...13:01:07.079 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:01:07.079 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:01:07.085 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi...
13:01:07.085 [pool-108-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:01:07.086 [pool-108-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:01:07.086 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi...
13:01:07.087 [pool-108-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi
13:01:07.175 [pool-108-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 583 NODES AND 583 M->MM REFERENCES! (took ~1357sec)
13:01:07.175 [pool-108-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi
13:01:07.191 [pool-108-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 609 REFERENCES! (took ~0 sec)
13:01:07.191 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi.
0s106ms [pure insertion]
marking any relevant derived attributes for update...13:01:07.191 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:01:07.191 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:01:07.201 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch.xmi...
13:01:07.201 [pool-108-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:01:07.201 [pool-108-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:01:07.201 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch.xmi...
13:01:07.203 [pool-108-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch.xmi
13:01:07.482 [pool-108-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2018 NODES AND 2018 M->MM REFERENCES! (took ~5004sec)
13:01:07.483 [pool-108-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch.xmi
13:01:07.785 [pool-108-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2017 REFERENCES! (took ~0 sec)
13:01:07.785 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch.xmi.
0s584ms [pure insertion]
marking any relevant derived attributes for update...13:01:07.785 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:01:07.785 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:01:07.790 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt/IPackageFragment_org.eclipse.jdt.internal.apt.xmi...
13:01:07.790 [pool-108-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:01:07.791 [pool-108-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:01:07.791 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt/IPackageFragment_org.eclipse.jdt.internal.apt.xmi...
13:01:07.809 [pool-108-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt/IPackageFragment_org.eclipse.jdt.internal.apt.xmi
13:01:07.810 [pool-108-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
13:01:07.810 [pool-108-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt/IPackageFragment_org.eclipse.jdt.internal.apt.xmi
13:01:07.811 [pool-108-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:01:07.811 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt/IPackageFragment_org.eclipse.jdt.internal.apt.xmi.
0s21ms [pure insertion]
marking any relevant derived attributes for update...13:01:07.811 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:01:07.811 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:01:07.811 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:01:07.811 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:01:07.870 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/19 proxy references (0 sec total)
13:01:08.179 [pool-108-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 19 refs
13:01:08.179 [pool-108-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.368s
attempting to resolve any uninitialized derived attributes...
13:01:08.179 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:01:08.179 [pool-108-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:01:08.179 [pool-108-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store
attempting to update any relevant derived attributes...
13:01:08.179 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s369ms [proxy update]
13:01:08.180 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
13:01:08.180 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
sync metrics:
interesting	11
deleted		0
changed		11
loaded		11
c elems		5353
d elems		0
time		~1s
validating changes...
validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi
validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi
validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi
validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi
validating file UPDATED for /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi
validating file UPDATED for /set0.xmi
validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi
validating file UPDATED for /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi
validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi
validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch.xmi
validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt/IPackageFragment_org.eclipse.jdt.internal.apt.xmi
changed resource size: 5353
relevant graph size: 5353
validated changes... true
13:01:08.778 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 2 s 307 ms
13:01:08.778 [main] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit485118894158503643/test_getAllOf[LevelDB GreyCat]
13:01:08.781 [main] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit485118894158503643/test_getAllOf[LevelDB GreyCat]
13:01:08.794 [main] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit485118894158503643/test_getAllOf[LevelDB GreyCat]
13:01:08.795 [main] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit485118894158503643/test_getAllOf[LevelDB GreyCat]
13:01:08.806 [main] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit485118894158503643/test_getAllOf[LevelDB GreyCat]
13:01:08.807 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding derived attribute org.amma.dsl.jdt.core::IType::allof_IType...
13:01:08.807 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - Derived attribute added: org.amma.dsl.jdt.core::IType#allof_IType (isMany=true|isOrdered=false|isUnique=true|type=IType) org.eclipse.hawk.epsilon.emc.EOLQueryEngine#
return self.closure(e|e.eContainers);
13:01:08.808 [main] INFO  o.e.h.g.updater.GraphModelInserter - Creating / updating derived attribute org.amma.dsl.jdt.core::IType#allof_IType
13:01:08.816 [main] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.closure(e|e.eContainers);
13:01:09.662 [main] INFO  o.e.h.c.r.CompositeStateListener - Processed 28/28 derived feature nodes of type 'org.eclipse.hawk.epsilon.emc.EOLQueryEngine' (0 s, 0 s total)
13:01:09.662 [main] INFO  o.e.h.g.updater.GraphModelInserter - Finished adding derived feature in 0.854s
13:01:09.662 [main] INFO  o.e.h.c.r.CompositeStateListener - Added derived attribute org.amma.dsl.jdt.core::IType::allof_IType.
13:01:09.663 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
13:01:09.663 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/set0-reduced/:org.eclipse.hawk.localfolder.LocalFolder:false
adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/set0-reduced-fragmented/:org.eclipse.hawk.localfolder.LocalFolder:false
13:01:09.664 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:01:09.664 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
13:01:10.667 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
13:01:10.668 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit485118894158503643/test_getAllOf[LevelDB GreyCat]
13:01:10.668 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
13:01:10.792 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
13:01:10.794 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:01:10.794 [main] INFO  o.e.h.c.r.CompositeStateListener - Initializing Hawk...
inserting static metamodels of registered metamodel factories to graph:
org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory
13:01:10.794 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:01:10.794 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:01:10.795 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
13:01:10.795 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
13:01:10.795 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
13:01:10.795 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer!
SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer!
13:01:10.795 [pool-110-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:01:10.796 [pool-110-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
13:01:10.796 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
sync metrics:
interesting	0
deleted		0
changed		0
loaded		0
c elems		0
d elems		0
time		~0s
validating changes...
changed resource size: 0
relevant graph size: 0
validated changes... true
13:01:10.796 [pool-110-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms
Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store
Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/JDTAST.ecore to store
13:01:10.810 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:01:10.810 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:01:10.844 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.primitiveTypes
13:01:10.844 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.core
13:01:10.845 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.dom::PrefixExpressionOperatorKind will be handled as its instance type NULL_INSTANCE_TYPE
13:01:10.845 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.dom::InfixExpressionOperatorKind will be handled as its instance type NULL_INSTANCE_TYPE
13:01:10.853 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.dom::PostfixExpressionOperatorKind will be handled as its instance type NULL_INSTANCE_TYPE
13:01:10.863 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.dom::AssignmentOperatorKind will be handled as its instance type NULL_INSTANCE_TYPE
13:01:10.866 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.primitiveTypes
13:01:10.868 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.core::Modifiers will be handled as its instance type NULL_INSTANCE_TYPE
13:01:10.869 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.dom
13:01:10.872 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte
13:01:10.872 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short
13:01:10.872 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double
13:01:10.872 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer
13:01:10.872 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList
13:01:10.873 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet
13:01:10.874 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[]
13:01:10.874 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean
13:01:10.874 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator
13:01:10.874 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float
13:01:10.874 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal
13:01:10.874 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean
13:01:10.874 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character
13:01:10.874 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object
13:01:10.874 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException
13:01:10.875 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger
13:01:10.875 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry
13:01:10.875 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date
13:01:10.875 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short
13:01:10.875 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float
13:01:10.875 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource
13:01:10.875 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long
13:01:10.876 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map
13:01:10.876 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte
13:01:10.876 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char
13:01:10.876 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class
13:01:10.877 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap
13:01:10.877 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String
13:01:10.877 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator
13:01:10.877 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain
13:01:10.877 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long
13:01:10.877 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double
13:01:10.877 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer
13:01:10.878 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.primitiveTypes::Boolean will be handled as its instance type java.lang.Boolean
13:01:10.878 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.primitiveTypes::Integer will be handled as its instance type java.lang.Integer
13:01:10.878 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.primitiveTypes::String will be handled as its instance type java.lang.String
13:01:10.887 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 136 METAMODEL NODES! (took ~0 sec)
13:01:10.887 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
13:01:11.088 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/set0-reduced/:org.eclipse.hawk.localfolder.LocalFolder:false
13:01:11.090 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:01:11.090 [pool-110-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:01:11.099 [pool-110-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:01:11.102 [pool-110-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:01:11.102 [pool-110-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:01:11.122 [pool-110-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /set0.xmi...
13:01:11.138 [pool-110-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:01:11.138 [pool-110-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:01:11.138 [pool-110-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /set0.xmi...
13:01:11.163 [pool-110-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /set0.xmi
13:01:11.383 [pool-110-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 5353 NODES AND 5353 M->MM REFERENCES! (took ~13134sec)
13:01:11.383 [pool-110-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /set0.xmi
13:01:11.548 [pool-110-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 5388 REFERENCES! (took ~0 sec)
13:01:11.548 [pool-110-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /set0.xmi.
0s426ms [pure insertion]
marking any relevant derived attributes for update...13:01:11.548 [pool-110-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
13:01:11.549 [pool-110-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
13:01:11.549 [pool-110-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:01:11.549 [pool-110-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:01:11.567 [pool-110-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
13:01:11.567 [pool-110-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.018s
attempting to resolve any uninitialized derived attributes...
13:01:11.567 [pool-110-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:01:11.567 [pool-110-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:01:11.567 [pool-110-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store
attempting to update any relevant derived attributes...
13:01:11.567 [pool-110-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s18ms [proxy update]
13:01:11.567 [pool-110-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
13:01:11.567 [pool-110-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
sync metrics:
interesting	1
deleted		0
changed		1
validating file UPDATED for /set0.xmi
loaded		1
c elems		5353
d elems		0
time		~0s
validating changes...
changed resource size: 5353
relevant graph size: 5353
validated changes... true
13:01:11.823 [pool-110-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 733 ms
13:01:12.079 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/set0-reduced/:org.eclipse.hawk.localfolder.LocalFolder:false
adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/set0-reduced-fragmented/:org.eclipse.hawk.localfolder.LocalFolder:false
13:01:12.080 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:01:12.080 [pool-110-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:01:12.093 [pool-110-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:01:12.094 [pool-110-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Imported 10/11 files from file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/set0-reduced-fragmented/
13:01:12.094 [pool-110-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:01:12.094 [pool-110-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:01:12.099 [pool-110-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi...
13:01:12.099 [pool-110-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:01:12.099 [pool-110-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:01:12.099 [pool-110-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi...
13:01:12.101 [pool-110-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi
13:01:12.103 [pool-110-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:01:12.103 [pool-110-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi
13:01:12.103 [pool-110-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:01:12.103 [pool-110-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi.
0s4ms [pure insertion]
marking any relevant derived attributes for update...13:01:12.103 [pool-110-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:01:12.103 [pool-110-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:01:12.107 [pool-110-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi...
13:01:12.107 [pool-110-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:01:12.107 [pool-110-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:01:12.107 [pool-110-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi...
13:01:12.109 [pool-110-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi
13:01:12.109 [pool-110-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
13:01:12.109 [pool-110-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi
13:01:12.110 [pool-110-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:01:12.110 [pool-110-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi.
0s3ms [pure insertion]
marking any relevant derived attributes for update...13:01:12.110 [pool-110-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:01:12.110 [pool-110-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:01:12.120 [pool-110-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch.xmi...
13:01:12.120 [pool-110-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:01:12.120 [pool-110-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:01:12.120 [pool-110-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch.xmi...
13:01:12.121 [pool-110-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch.xmi
13:01:12.395 [pool-110-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2018 NODES AND 2018 M->MM REFERENCES! (took ~5004sec)
13:01:12.395 [pool-110-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch.xmi
13:01:12.480 [pool-110-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2017 REFERENCES! (took ~0 sec)
13:01:12.480 [pool-110-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch.xmi.
0s360ms [pure insertion]
marking any relevant derived attributes for update...13:01:12.480 [pool-110-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:01:12.480 [pool-110-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:01:12.485 [pool-110-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /set0.xmi...
13:01:12.485 [pool-110-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:01:12.486 [pool-110-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:01:12.486 [pool-110-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /set0.xmi...
13:01:12.535 [pool-110-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /set0.xmi
13:01:12.537 [pool-110-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~1sec)
13:01:12.537 [pool-110-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /set0.xmi
13:01:12.541 [pool-110-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:01:12.541 [pool-110-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /set0.xmi.
0s56ms [pure insertion]
marking any relevant derived attributes for update...13:01:12.541 [pool-110-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:01:12.541 [pool-110-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:01:12.564 [pool-110-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt/IPackageFragment_org.eclipse.jdt.internal.apt.xmi...
13:01:12.564 [pool-110-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:01:12.564 [pool-110-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:01:12.564 [pool-110-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt/IPackageFragment_org.eclipse.jdt.internal.apt.xmi...
13:01:12.566 [pool-110-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt/IPackageFragment_org.eclipse.jdt.internal.apt.xmi
13:01:12.566 [pool-110-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
13:01:12.566 [pool-110-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt/IPackageFragment_org.eclipse.jdt.internal.apt.xmi
13:01:12.567 [pool-110-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:01:12.567 [pool-110-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt/IPackageFragment_org.eclipse.jdt.internal.apt.xmi.
0s3ms [pure insertion]
marking any relevant derived attributes for update...13:01:12.567 [pool-110-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:01:12.567 [pool-110-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:01:12.572 [pool-110-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi...
13:01:12.572 [pool-110-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:01:12.572 [pool-110-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:01:12.572 [pool-110-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi...
13:01:12.573 [pool-110-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi
13:01:12.575 [pool-110-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:01:12.575 [pool-110-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi
13:01:12.575 [pool-110-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:01:12.575 [pool-110-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi.
0s3ms [pure insertion]
marking any relevant derived attributes for update...13:01:12.575 [pool-110-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:01:12.575 [pool-110-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:01:12.580 [pool-110-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi...
13:01:12.580 [pool-110-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:01:12.580 [pool-110-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:01:12.580 [pool-110-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi...
13:01:12.581 [pool-110-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi
13:01:12.582 [pool-110-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
13:01:12.582 [pool-110-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi
13:01:12.583 [pool-110-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:01:12.583 [pool-110-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi.
0s3ms [pure insertion]
marking any relevant derived attributes for update...13:01:12.584 [pool-110-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
13:01:12.584 [pool-110-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
13:01:12.588 [pool-110-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi...
13:01:12.588 [pool-110-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:01:12.589 [pool-110-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:01:12.589 [pool-110-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi...
13:01:12.662 [pool-110-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi
13:01:12.663 [pool-110-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
13:01:12.663 [pool-110-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi
13:01:12.664 [pool-110-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:01:12.664 [pool-110-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi.
0s76ms [pure insertion]
marking any relevant derived attributes for update...13:01:12.664 [pool-110-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:01:12.664 [pool-110-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:01:12.675 [pool-110-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi...
13:01:12.675 [pool-110-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:01:12.675 [pool-110-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:01:12.675 [pool-110-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi...
13:01:12.677 [pool-110-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi
13:01:12.967 [pool-110-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2743 NODES AND 2743 M->MM REFERENCES! (took ~6753sec)
13:01:12.967 [pool-110-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi
13:01:13.065 [pool-110-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2742 REFERENCES! (took ~0 sec)
13:01:13.065 [pool-110-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi.
0s390ms [pure insertion]
marking any relevant derived attributes for update...13:01:13.065 [pool-110-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:01:13.065 [pool-110-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:01:13.072 [pool-110-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi...
13:01:13.072 [pool-110-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:01:13.072 [pool-110-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:01:13.072 [pool-110-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi...
13:01:13.074 [pool-110-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi
13:01:13.229 [pool-110-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 583 NODES AND 583 M->MM REFERENCES! (took ~1357sec)
13:01:13.229 [pool-110-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi
13:01:13.265 [pool-110-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 609 REFERENCES! (took ~0 sec)
13:01:13.265 [pool-110-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi.
0s193ms [pure insertion]
marking any relevant derived attributes for update...13:01:13.265 [pool-110-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:01:13.265 [pool-110-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:01:13.329 [pool-110-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi...
13:01:13.329 [pool-110-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:01:13.329 [pool-110-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:01:13.329 [pool-110-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi...
13:01:13.331 [pool-110-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi
13:01:13.333 [pool-110-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
13:01:13.333 [pool-110-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi
13:01:13.373 [pool-110-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
13:01:13.373 [pool-110-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi.
0s44ms [pure insertion]
marking any relevant derived attributes for update...13:01:13.373 [pool-110-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:01:13.373 [pool-110-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:01:13.373 [pool-110-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:01:13.373 [pool-110-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:01:13.389 [pool-110-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/19 proxy references (0 sec total)
13:01:13.688 [pool-110-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 19 refs
13:01:13.688 [pool-110-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.315s
attempting to resolve any uninitialized derived attributes...
13:01:13.688 [pool-110-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:01:13.688 [pool-110-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:01:13.688 [pool-110-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store
attempting to update any relevant derived attributes...
13:01:13.688 [pool-110-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s315ms [proxy update]
13:01:13.688 [pool-110-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
13:01:13.688 [pool-110-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
sync metrics:
interesting	11
deleted		0
changed		11
loaded		11
c elems		5353
d elems		0
time		~1s
validating changes...
validating file UPDATED for /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi
validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi
validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch.xmi
validating file UPDATED for /set0.xmi
validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt/IPackageFragment_org.eclipse.jdt.internal.apt.xmi
validating file UPDATED for /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi
validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi
validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi
validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi
validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi
validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi
changed resource size: 5353
relevant graph size: 5353
validated changes... true
13:01:14.167 [pool-110-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 2 s 87 ms
13:01:14.167 [main] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit7123871738820930190/test_getFiles[LevelDB GreyCat]
13:01:14.168 [main] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit7123871738820930190/test_getFiles[LevelDB GreyCat]
13:01:14.170 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
13:01:14.170 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/set0-reduced/:org.eclipse.hawk.localfolder.LocalFolder:false
adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/set0-reduced-fragmented/:org.eclipse.hawk.localfolder.LocalFolder:false
13:01:14.171 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:01:14.171 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
13:01:14.552 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
13:01:14.552 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit7123871738820930190/test_getFiles[LevelDB GreyCat]
13:01:14.552 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
13:01:14.685 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
13:01:14.686 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:01:14.686 [main] INFO  o.e.h.c.r.CompositeStateListener - Initializing Hawk...
inserting static metamodels of registered metamodel factories to graph:
org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory
13:01:14.687 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:01:14.687 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:01:14.688 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
13:01:14.688 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
13:01:14.688 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
13:01:14.688 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer!
SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer!
13:01:14.688 [pool-112-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:01:14.688 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
13:01:14.689 [pool-112-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
sync metrics:
interesting	0
deleted		0
changed		0
loaded		0
c elems		0
d elems		0
time		~0s
validating changes...
changed resource size: 0
relevant graph size: 0
validated changes... true
13:01:14.689 [pool-112-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms
Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store
Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/JDTAST.ecore to store
13:01:14.712 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:01:14.712 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:01:14.745 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.primitiveTypes
13:01:14.745 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.core
13:01:14.749 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.dom::AssignmentOperatorKind will be handled as its instance type NULL_INSTANCE_TYPE
13:01:14.765 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.dom::InfixExpressionOperatorKind will be handled as its instance type NULL_INSTANCE_TYPE
13:01:14.766 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.dom::PostfixExpressionOperatorKind will be handled as its instance type NULL_INSTANCE_TYPE
13:01:14.770 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.dom::PrefixExpressionOperatorKind will be handled as its instance type NULL_INSTANCE_TYPE
13:01:14.771 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.primitiveTypes
13:01:14.772 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.dom
13:01:14.776 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.core::Modifiers will be handled as its instance type NULL_INSTANCE_TYPE
13:01:14.776 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long
13:01:14.777 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double
13:01:14.777 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet
13:01:14.777 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean
13:01:14.777 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date
13:01:14.777 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer
13:01:14.777 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator
13:01:14.777 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator
13:01:14.778 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map
13:01:14.778 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String
13:01:14.778 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList
13:01:14.778 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte
13:01:14.778 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean
13:01:14.778 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap
13:01:14.780 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger
13:01:14.780 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource
13:01:14.780 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double
13:01:14.781 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char
13:01:14.781 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float
13:01:14.782 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[]
13:01:14.782 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry
13:01:14.782 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer
13:01:14.782 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short
13:01:14.782 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class
13:01:14.783 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long
13:01:14.783 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte
13:01:14.783 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException
13:01:14.783 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character
13:01:14.784 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object
13:01:14.784 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short
13:01:14.784 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain
13:01:14.784 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float
13:01:14.784 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal
13:01:14.785 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.primitiveTypes::Boolean will be handled as its instance type java.lang.Boolean
13:01:14.785 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.primitiveTypes::String will be handled as its instance type java.lang.String
13:01:14.785 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.primitiveTypes::Integer will be handled as its instance type java.lang.Integer
13:01:14.823 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 136 METAMODEL NODES! (took ~0 sec)
13:01:14.823 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
13:01:15.048 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/set0-reduced-fragmented/:org.eclipse.hawk.localfolder.LocalFolder:false
13:01:15.049 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:01:15.049 [pool-112-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:01:15.058 [pool-112-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:01:15.062 [pool-112-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Imported 10/11 files from file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/set0-reduced-fragmented/
13:01:15.062 [pool-112-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:01:15.062 [pool-112-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:01:15.069 [pool-112-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi...
13:01:15.088 [pool-112-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:01:15.089 [pool-112-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:01:15.089 [pool-112-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi...
13:01:15.091 [pool-112-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi
13:01:15.118 [pool-112-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 583 NODES AND 583 M->MM REFERENCES! (took ~1357sec)
13:01:15.118 [pool-112-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi
13:01:15.127 [pool-112-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 609 REFERENCES! (took ~0 sec)
13:01:15.127 [pool-112-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi.
0s58ms [pure insertion]
marking any relevant derived attributes for update...13:01:15.127 [pool-112-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
13:01:15.128 [pool-112-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
13:01:15.165 [pool-112-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi...
13:01:15.165 [pool-112-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:01:15.166 [pool-112-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:01:15.166 [pool-112-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi...
13:01:15.167 [pool-112-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi
13:01:15.167 [pool-112-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
13:01:15.167 [pool-112-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi
13:01:15.169 [pool-112-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:01:15.169 [pool-112-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi.
0s4ms [pure insertion]
marking any relevant derived attributes for update...13:01:15.169 [pool-112-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:01:15.169 [pool-112-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:01:15.173 [pool-112-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi...
13:01:15.174 [pool-112-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:01:15.174 [pool-112-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:01:15.174 [pool-112-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi...
13:01:15.175 [pool-112-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi
13:01:15.177 [pool-112-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
13:01:15.177 [pool-112-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi
13:01:15.192 [pool-112-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
13:01:15.192 [pool-112-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi.
0s19ms [pure insertion]
marking any relevant derived attributes for update...13:01:15.192 [pool-112-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:01:15.192 [pool-112-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:01:15.201 [pool-112-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch.xmi...
13:01:15.201 [pool-112-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:01:15.201 [pool-112-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:01:15.201 [pool-112-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch.xmi...
13:01:15.203 [pool-112-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch.xmi
13:01:15.388 [pool-112-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2018 NODES AND 2018 M->MM REFERENCES! (took ~5004sec)
13:01:15.388 [pool-112-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch.xmi
13:01:15.420 [pool-112-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2017 REFERENCES! (took ~0 sec)
13:01:15.421 [pool-112-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch.xmi.
0s220ms [pure insertion]
marking any relevant derived attributes for update...13:01:15.421 [pool-112-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:01:15.421 [pool-112-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:01:15.425 [pool-112-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi...
13:01:15.425 [pool-112-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:01:15.425 [pool-112-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:01:15.425 [pool-112-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi...
13:01:15.427 [pool-112-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi
13:01:15.427 [pool-112-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
13:01:15.427 [pool-112-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi
13:01:15.429 [pool-112-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:01:15.429 [pool-112-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi.
0s4ms [pure insertion]
marking any relevant derived attributes for update...13:01:15.429 [pool-112-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:01:15.429 [pool-112-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:01:15.470 [pool-112-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi...
13:01:15.470 [pool-112-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:01:15.470 [pool-112-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:01:15.470 [pool-112-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi...
13:01:15.472 [pool-112-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi
13:01:15.703 [pool-112-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2743 NODES AND 2743 M->MM REFERENCES! (took ~6753sec)
13:01:15.703 [pool-112-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi
13:01:15.875 [pool-112-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2742 REFERENCES! (took ~0 sec)
13:01:15.875 [pool-112-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi.
0s405ms [pure insertion]
marking any relevant derived attributes for update...13:01:15.875 [pool-112-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
13:01:15.876 [pool-112-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
13:01:15.880 [pool-112-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi...
13:01:15.880 [pool-112-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:01:15.880 [pool-112-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:01:15.880 [pool-112-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi...
13:01:15.882 [pool-112-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi
13:01:15.882 [pool-112-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
13:01:15.882 [pool-112-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi
13:01:15.884 [pool-112-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:01:15.884 [pool-112-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi.
0s4ms [pure insertion]
marking any relevant derived attributes for update...13:01:15.884 [pool-112-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:01:15.884 [pool-112-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:01:15.888 [pool-112-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi...
13:01:15.889 [pool-112-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:01:15.890 [pool-112-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:01:15.890 [pool-112-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi...
13:01:15.928 [pool-112-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi
13:01:15.930 [pool-112-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:01:15.930 [pool-112-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi
13:01:15.930 [pool-112-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:01:15.930 [pool-112-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi.
0s42ms [pure insertion]
marking any relevant derived attributes for update...13:01:15.930 [pool-112-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:01:15.930 [pool-112-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:01:15.934 [pool-112-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt/IPackageFragment_org.eclipse.jdt.internal.apt.xmi...
13:01:15.934 [pool-112-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:01:15.934 [pool-112-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:01:15.935 [pool-112-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt/IPackageFragment_org.eclipse.jdt.internal.apt.xmi...
13:01:15.936 [pool-112-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt/IPackageFragment_org.eclipse.jdt.internal.apt.xmi
13:01:15.936 [pool-112-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
13:01:15.936 [pool-112-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt/IPackageFragment_org.eclipse.jdt.internal.apt.xmi
13:01:15.938 [pool-112-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:01:15.938 [pool-112-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt/IPackageFragment_org.eclipse.jdt.internal.apt.xmi.
0s4ms [pure insertion]
marking any relevant derived attributes for update...13:01:15.938 [pool-112-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:01:15.938 [pool-112-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:01:15.942 [pool-112-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi...
13:01:15.942 [pool-112-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:01:15.942 [pool-112-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:01:15.942 [pool-112-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi...
13:01:15.944 [pool-112-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi
13:01:15.945 [pool-112-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:01:15.945 [pool-112-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi
13:01:15.945 [pool-112-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:01:15.945 [pool-112-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi.
0s3ms [pure insertion]
marking any relevant derived attributes for update...13:01:15.945 [pool-112-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:01:15.945 [pool-112-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:01:15.950 [pool-112-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /set0.xmi...
13:01:15.950 [pool-112-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:01:15.950 [pool-112-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:01:15.950 [pool-112-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /set0.xmi...
13:01:15.951 [pool-112-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /set0.xmi
13:01:15.953 [pool-112-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~1sec)
13:01:15.953 [pool-112-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /set0.xmi
13:01:15.964 [pool-112-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:01:15.964 [pool-112-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /set0.xmi.
0s14ms [pure insertion]
marking any relevant derived attributes for update...13:01:15.964 [pool-112-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:01:15.964 [pool-112-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:01:15.964 [pool-112-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:01:15.964 [pool-112-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:01:15.976 [pool-112-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/19 proxy references (0 sec total)
13:01:16.084 [pool-52-thread-1] ERROR o.e.hawk.greycat.lucene.SoftTxLucene - Periodic commit of Lucene at MMapDirectory@/tmp/junit7395081700194329967/test_create[LevelDB GreyCat]/lucene lockFactory=org.apache.lucene.store.NativeFSLockFactory@a8c1f44 failed
java.nio.file.NoSuchFileException: /tmp/junit7395081700194329967/test_create[LevelDB GreyCat]/lucene/write.lock
	at sun.nio.fs.UnixException.translateToIOException(UnixException.java:86) ~[na:1.8.0_282]
	at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:102) ~[na:1.8.0_282]
	at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:107) ~[na:1.8.0_282]
	at sun.nio.fs.UnixFileAttributeViews$Basic.readAttributes(UnixFileAttributeViews.java:55) ~[na:1.8.0_282]
	at sun.nio.fs.UnixFileSystemProvider.readAttributes(UnixFileSystemProvider.java:144) ~[na:1.8.0_282]
	at sun.nio.fs.LinuxFileSystemProvider.readAttributes(LinuxFileSystemProvider.java:99) ~[na:1.8.0_282]
	at java.nio.file.Files.readAttributes(Files.java:1737) ~[na:1.8.0_282]
	at org.apache.lucene.store.NativeFSLockFactory$NativeFSLock.ensureValid(NativeFSLockFactory.java:189) ~[na:na]
	at org.apache.lucene.store.LockValidatingDirectoryWrapper.syncMetaData(LockValidatingDirectoryWrapper.java:61) ~[na:na]
	at org.apache.lucene.index.SegmentInfos.prepareCommit(SegmentInfos.java:758) ~[na:na]
	at org.apache.lucene.index.IndexWriter.startCommit(IndexWriter.java:4793) ~[na:na]
	at org.apache.lucene.index.IndexWriter.prepareCommitInternal(IndexWriter.java:3326) ~[na:na]
	at org.apache.lucene.index.IndexWriter.commitInternal(IndexWriter.java:3458) ~[na:na]
	at org.apache.lucene.index.IndexWriter.commit(IndexWriter.java:3423) ~[na:na]
	at org.eclipse.hawk.greycat.lucene.SoftTxLucene.lambda$0(SoftTxLucene.java:99) ~[org.eclipse.hawk.greycat-2.2.0-SNAPSHOT.jar:na]
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) ~[na:1.8.0_282]
	at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308) ~[na:1.8.0_282]
	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180) ~[na:1.8.0_282]
	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294) ~[na:1.8.0_282]
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) ~[na:1.8.0_282]
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) ~[na:1.8.0_282]
	at java.lang.Thread.run(Thread.java:748) ~[na:1.8.0_282]
13:01:16.275 [pool-112-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 19 refs
13:01:16.275 [pool-112-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.311s
attempting to resolve any uninitialized derived attributes...
13:01:16.275 [pool-112-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:01:16.275 [pool-112-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:01:16.275 [pool-112-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store
attempting to update any relevant derived attributes...
13:01:16.275 [pool-112-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s311ms [proxy update]
13:01:16.275 [pool-112-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
13:01:16.275 [pool-112-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
sync metrics:
interesting	11
deleted		0
changed		11
loaded		11
c elems		5353
d elems		0
time		~1s
validating changes...
validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi
13:01:16.276 [pool-53-thread-1] ERROR o.e.hawk.greycat.lucene.SoftTxLucene - Periodic commit of Lucene at MMapDirectory@/tmp/junit5983990177512336574/test_recreate[LevelDB GreyCat]/lucene lockFactory=org.apache.lucene.store.NativeFSLockFactory@a8c1f44 failed
java.nio.file.NoSuchFileException: /tmp/junit5983990177512336574/test_recreate[LevelDB GreyCat]/lucene/write.lock
	at sun.nio.fs.UnixException.translateToIOException(UnixException.java:86) ~[na:1.8.0_282]
	at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:102) ~[na:1.8.0_282]
	at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:107) ~[na:1.8.0_282]
	at sun.nio.fs.UnixFileAttributeViews$Basic.readAttributes(UnixFileAttributeViews.java:55) ~[na:1.8.0_282]
	at sun.nio.fs.UnixFileSystemProvider.readAttributes(UnixFileSystemProvider.java:144) ~[na:1.8.0_282]
	at sun.nio.fs.LinuxFileSystemProvider.readAttributes(LinuxFileSystemProvider.java:99) ~[na:1.8.0_282]
	at java.nio.file.Files.readAttributes(Files.java:1737) ~[na:1.8.0_282]
	at org.apache.lucene.store.NativeFSLockFactory$NativeFSLock.ensureValid(NativeFSLockFactory.java:189) ~[na:na]
	at org.apache.lucene.store.LockValidatingDirectoryWrapper.syncMetaData(LockValidatingDirectoryWrapper.java:61) ~[na:na]
	at org.apache.lucene.index.SegmentInfos.prepareCommit(SegmentInfos.java:758) ~[na:na]
	at org.apache.lucene.index.IndexWriter.startCommit(IndexWriter.java:4793) ~[na:na]
	at org.apache.lucene.index.IndexWriter.prepareCommitInternal(IndexWriter.java:3326) ~[na:na]
	at org.apache.lucene.index.IndexWriter.commitInternal(IndexWriter.java:3458) ~[na:na]
	at org.apache.lucene.index.IndexWriter.commit(IndexWriter.java:3423) ~[na:na]
	at org.eclipse.hawk.greycat.lucene.SoftTxLucene.lambda$0(SoftTxLucene.java:99) ~[org.eclipse.hawk.greycat-2.2.0-SNAPSHOT.jar:na]
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) ~[na:1.8.0_282]
	at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308) ~[na:1.8.0_282]
	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180) ~[na:1.8.0_282]
	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294) ~[na:1.8.0_282]
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) ~[na:1.8.0_282]
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) ~[na:1.8.0_282]
	at java.lang.Thread.run(Thread.java:748) ~[na:1.8.0_282]
validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi
validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi
validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch.xmi
validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi
validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi
13:01:16.596 [pool-54-thread-1] ERROR o.e.hawk.greycat.lucene.SoftTxLucene - Periodic commit of Lucene at MMapDirectory@/tmp/junit4308936303106723010/test_changeLastRevision[LevelDB GreyCat]/lucene lockFactory=org.apache.lucene.store.NativeFSLockFactory@a8c1f44 failed
java.nio.file.NoSuchFileException: /tmp/junit4308936303106723010/test_changeLastRevision[LevelDB GreyCat]/lucene/write.lock
	at sun.nio.fs.UnixException.translateToIOException(UnixException.java:86) ~[na:1.8.0_282]
	at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:102) ~[na:1.8.0_282]
	at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:107) ~[na:1.8.0_282]
	at sun.nio.fs.UnixFileAttributeViews$Basic.readAttributes(UnixFileAttributeViews.java:55) ~[na:1.8.0_282]
	at sun.nio.fs.UnixFileSystemProvider.readAttributes(UnixFileSystemProvider.java:144) ~[na:1.8.0_282]
	at sun.nio.fs.LinuxFileSystemProvider.readAttributes(LinuxFileSystemProvider.java:99) ~[na:1.8.0_282]
	at java.nio.file.Files.readAttributes(Files.java:1737) ~[na:1.8.0_282]
	at org.apache.lucene.store.NativeFSLockFactory$NativeFSLock.ensureValid(NativeFSLockFactory.java:189) ~[na:na]
	at org.apache.lucene.store.LockValidatingDirectoryWrapper.syncMetaData(LockValidatingDirectoryWrapper.java:61) ~[na:na]
	at org.apache.lucene.index.SegmentInfos.prepareCommit(SegmentInfos.java:758) ~[na:na]
	at org.apache.lucene.index.IndexWriter.startCommit(IndexWriter.java:4793) ~[na:na]
	at org.apache.lucene.index.IndexWriter.prepareCommitInternal(IndexWriter.java:3326) ~[na:na]
	at org.apache.lucene.index.IndexWriter.commitInternal(IndexWriter.java:3458) ~[na:na]
	at org.apache.lucene.index.IndexWriter.commit(IndexWriter.java:3423) ~[na:na]
	at org.eclipse.hawk.greycat.lucene.SoftTxLucene.lambda$0(SoftTxLucene.java:99) ~[org.eclipse.hawk.greycat-2.2.0-SNAPSHOT.jar:na]
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) ~[na:1.8.0_282]
	at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308) ~[na:1.8.0_282]
	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180) ~[na:1.8.0_282]
	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294) ~[na:1.8.0_282]
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) ~[na:1.8.0_282]
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) ~[na:1.8.0_282]
	at java.lang.Thread.run(Thread.java:748) ~[na:1.8.0_282]
validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi
validating file UPDATED for /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi
validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt/IPackageFragment_org.eclipse.jdt.internal.apt.xmi
validating file UPDATED for /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi
validating file UPDATED for /set0.xmi
changed resource size: 5353
relevant graph size: 5353
validated changes... true
13:01:16.741 [pool-112-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 1 s 692 ms
13:01:16.742 [main] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit5667655714885386894/test_getAllOfCountsSubtypes[LevelDB GreyCat]
13:01:16.743 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding derived attribute org.amma.dsl.jdt.core::BinaryPackageFragmentRoot::allof_BinaryPackageFragmentRoot...
13:01:16.743 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - Derived attribute added: org.amma.dsl.jdt.core::BinaryPackageFragmentRoot#allof_BinaryPackageFragmentRoot (isMany=true|isOrdered=false|isUnique=true|type=BinaryPackageFragmentRoot) org.eclipse.hawk.epsilon.emc.EOLQueryEngine#
return self.closure(e|e.eContainers);
13:01:16.762 [main] INFO  o.e.h.g.updater.GraphModelInserter - Creating / updating derived attribute org.amma.dsl.jdt.core::BinaryPackageFragmentRoot#allof_BinaryPackageFragmentRoot
13:01:16.766 [main] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.closure(e|e.eContainers);
13:01:16.775 [main] INFO  o.e.h.c.r.CompositeStateListener - Processed 2/2 derived feature nodes of type 'org.eclipse.hawk.epsilon.emc.EOLQueryEngine' (0 s, 0 s total)
13:01:16.775 [main] INFO  o.e.h.g.updater.GraphModelInserter - Finished adding derived feature in 0.013s
13:01:16.775 [main] INFO  o.e.h.c.r.CompositeStateListener - Added derived attribute org.amma.dsl.jdt.core::BinaryPackageFragmentRoot::allof_BinaryPackageFragmentRoot.
13:01:16.776 [main] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit5667655714885386894/test_getAllOfCountsSubtypes[LevelDB GreyCat]
13:01:16.777 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding derived attribute org.amma.dsl.jdt.core::IPackageFragmentRoot::allof_IPackageFragmentRoot...
13:01:16.777 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - Derived attribute added: org.amma.dsl.jdt.core::IPackageFragmentRoot#allof_IPackageFragmentRoot (isMany=true|isOrdered=false|isUnique=true|type=IPackageFragmentRoot) org.eclipse.hawk.epsilon.emc.EOLQueryEngine#
return self.closure(e|e.eContainers);
13:01:16.778 [main] INFO  o.e.h.g.updater.GraphModelInserter - Creating / updating derived attribute org.amma.dsl.jdt.core::IPackageFragmentRoot#allof_IPackageFragmentRoot
13:01:16.781 [main] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.closure(e|e.eContainers);
13:01:16.798 [main] INFO  o.e.h.c.r.CompositeStateListener - Processed 3/3 derived feature nodes of type 'org.eclipse.hawk.epsilon.emc.EOLQueryEngine' (0 s, 0 s total)
13:01:16.798 [main] INFO  o.e.h.g.updater.GraphModelInserter - Finished adding derived feature in 0.02s
13:01:16.798 [main] INFO  o.e.h.c.r.CompositeStateListener - Added derived attribute org.amma.dsl.jdt.core::IPackageFragmentRoot::allof_IPackageFragmentRoot.
13:01:16.802 [pool-112-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:01:16.805 [pool-112-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
sync metrics:
interesting	0
deleted		0
changed		0
loaded		0
c elems		0
d elems		0
time		~0s
validating changes...
changed resource size: 0
relevant graph size: 0
validated changes... true
13:01:16.805 [pool-112-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 3 ms
13:01:16.805 [pool-112-thread-1] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit5667655714885386894/test_getAllOfCountsSubtypes[LevelDB GreyCat]
13:01:16.806 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
13:01:16.806 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/set0-reduced-fragmented/:org.eclipse.hawk.localfolder.LocalFolder:false
13:01:16.808 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:01:16.808 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
13:01:17.219 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
13:01:17.220 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit5667655714885386894/test_getAllOfCountsSubtypes[LevelDB GreyCat]
13:01:17.220 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
13:01:17.361 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
13:01:17.362 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:01:17.362 [main] INFO  o.e.h.c.r.CompositeStateListener - Initializing Hawk...
inserting static metamodels of registered metamodel factories to graph:
org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory
13:01:17.362 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:01:17.362 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:01:17.363 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
13:01:17.363 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
13:01:17.363 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
13:01:17.364 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer!
SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer!
13:01:17.364 [pool-114-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:01:17.364 [pool-114-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
sync metrics:
13:01:17.364 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
interesting	0
deleted		0
changed		0
loaded		0
c elems		0
d elems		0
time		~0s
validating changes...
changed resource size: 0
relevant graph size: 0
validated changes... true
13:01:17.364 [pool-114-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms
Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store
13:01:17.367 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:01:17.367 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:01:17.369 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class
13:01:17.369 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char
13:01:17.369 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object
13:01:17.369 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character
13:01:17.369 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double
13:01:17.369 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean
13:01:17.369 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short
13:01:17.369 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date
13:01:17.370 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean
13:01:17.370 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator
13:01:17.370 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer
13:01:17.371 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map
13:01:17.371 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList
13:01:17.371 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float
13:01:17.371 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet
13:01:17.371 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double
13:01:17.371 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain
13:01:17.371 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float
13:01:17.371 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException
13:01:17.371 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator
13:01:17.395 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap
13:01:17.395 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short
13:01:17.395 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String
13:01:17.395 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte
13:01:17.395 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[]
13:01:17.395 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte
13:01:17.395 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger
13:01:17.395 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long
13:01:17.396 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal
13:01:17.396 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry
13:01:17.396 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long
13:01:17.396 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource
13:01:17.396 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer
13:01:17.398 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec)
13:01:17.398 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
13:01:17.398 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/XMLType.ecore to store
13:01:17.399 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:01:17.399 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:01:17.412 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYear will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar
13:01:17.412 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Duration will be handled as its instance type javax.xml.datatype.Duration
13:01:17.412 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFSBase will be handled as its instance type java.util.List
13:01:17.412 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREF will be handled as its instance type java.lang.String
13:01:17.412 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Integer will be handled as its instance type java.math.BigInteger
13:01:17.412 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::LongObject will be handled as its instance type java.lang.Long
13:01:17.412 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Byte will be handled as its instance type byte
13:01:17.412 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore
13:01:17.412 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ID will be handled as its instance type java.lang.String
13:01:17.412 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Time will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar
13:01:17.412 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShort will be handled as its instance type java.lang.Integer
13:01:17.412 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IntObject will be handled as its instance type java.lang.Integer
13:01:17.412 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::BooleanObject will be handled as its instance type java.lang.Boolean
13:01:17.412 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NOTATION will be handled as its instance type javax.xml.namespace.QName
13:01:17.412 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ByteObject will be handled as its instance type java.lang.Byte
13:01:17.412 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NormalizedString will be handled as its instance type java.lang.String
13:01:17.412 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Name will be handled as its instance type java.lang.String
13:01:17.412 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENSBase will be handled as its instance type java.util.List
13:01:17.412 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonthDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar
13:01:17.412 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Language will be handled as its instance type java.lang.String
13:01:17.412 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::QName will be handled as its instance type javax.xml.namespace.QName
13:01:17.412 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByteObject will be handled as its instance type java.lang.Short
13:01:17.412 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENS will be handled as its instance type java.util.List
13:01:17.412 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar
13:01:17.412 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NegativeInteger will be handled as its instance type java.math.BigInteger
13:01:17.412 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::String will be handled as its instance type java.lang.String
13:01:17.412 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::FloatObject will be handled as its instance type java.lang.Float
13:01:17.412 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonPositiveInteger will be handled as its instance type java.math.BigInteger
13:01:17.412 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedInt will be handled as its instance type java.lang.Long
13:01:17.412 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Date will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar
13:01:17.412 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonNegativeInteger will be handled as its instance type java.math.BigInteger
13:01:17.412 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ShortObject will be handled as its instance type java.lang.Short
13:01:17.413 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Double will be handled as its instance type java.lang.Double
13:01:17.413 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar
13:01:17.413 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIES will be handled as its instance type java.util.List
13:01:17.413 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Boolean will be handled as its instance type java.lang.Boolean
13:01:17.413 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedLong will be handled as its instance type java.math.BigInteger
13:01:17.413 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByte will be handled as its instance type short
13:01:17.413 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnySimpleType will be handled as its instance type java.lang.Object
13:01:17.413 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Decimal will be handled as its instance type java.math.BigDecimal
13:01:17.413 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFS will be handled as its instance type java.util.List
13:01:17.413 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKEN will be handled as its instance type java.lang.String
13:01:17.413 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Short will be handled as its instance type short
13:01:17.413 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITY will be handled as its instance type java.lang.String
13:01:17.413 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedIntObject will be handled as its instance type java.lang.Long
13:01:17.413 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIESBase will be handled as its instance type java.util.List
13:01:17.413 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShortObject will be handled as its instance type java.lang.Integer
13:01:17.413 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::PositiveInteger will be handled as its instance type java.math.BigInteger
13:01:17.413 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Base64Binary will be handled as its instance type byte[]
13:01:17.413 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Int will be handled as its instance type java.lang.Integer
13:01:17.413 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnyURI will be handled as its instance type java.lang.String
13:01:17.413 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DateTime will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar
13:01:17.413 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYearMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar
13:01:17.413 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::HexBinary will be handled as its instance type byte[]
13:01:17.413 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NCName will be handled as its instance type java.lang.String
13:01:17.413 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Float will be handled as its instance type java.lang.Float
13:01:17.413 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Token will be handled as its instance type java.lang.String
13:01:17.413 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DoubleObject will be handled as its instance type java.lang.Double
13:01:17.413 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Long will be handled as its instance type java.lang.Long
13:01:17.415 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec)
13:01:17.415 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
13:01:17.415 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Tree.ecore to store
13:01:17.416 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:01:17.416 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:01:17.420 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore
13:01:17.421 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec)
13:01:17.421 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
13:01:17.640 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/junit771486301339872022/:org.eclipse.hawk.localfolder.LocalFolder:false
13:01:17.641 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:01:17.641 [pool-114-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:01:17.642 [pool-114-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:01:17.645 [pool-114-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:01:17.645 [pool-114-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:01:17.645 [pool-114-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /tree.model...
13:01:17.680 [pool-114-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:01:17.680 [pool-114-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:01:17.680 [pool-114-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /tree.model...
13:01:17.682 [pool-114-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /tree.model
13:01:17.685 [pool-114-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~0sec)
13:01:17.685 [pool-114-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /tree.model
13:01:17.685 [pool-114-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
13:01:17.685 [pool-114-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /tree.model.
0s40ms [pure insertion]
marking any relevant derived attributes for update...13:01:17.685 [pool-114-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
13:01:17.686 [pool-114-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
13:01:17.686 [pool-114-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:01:17.686 [pool-114-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:01:17.686 [pool-114-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
13:01:17.686 [pool-114-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
13:01:17.686 [pool-114-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:01:17.686 [pool-114-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:01:17.686 [pool-114-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store
attempting to update any relevant derived attributes...
13:01:17.686 [pool-114-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s0ms [proxy update]
13:01:17.686 [pool-114-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
13:01:17.686 [pool-114-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
sync metrics:
interesting	1
deleted		0
changed		1
loaded		1
c elems		2
d elems		0
time		~0s
validating changes...
validating file UPDATED for /tree.model
changed resource size: 2
relevant graph size: 2
validated changes... true
13:01:17.687 [pool-114-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 46 ms
Copied ../../core/tests/org.eclipse.hawk.integration.tests/resources/models/changed-trees/add-child.model over /tmp/junit771486301339872022/tree.model
13:01:17.687 [pool-114-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:01:17.687 [pool-114-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:01:17.688 [pool-114-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:01:17.688 [pool-114-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:01:17.688 [pool-114-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /tree.model...
13:01:17.688 [pool-114-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:01:17.688 [pool-114-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 2 (2) nodes in store
13:01:17.689 [pool-114-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 1.0
13:01:17.689 [pool-114-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
13:01:17.689 [pool-114-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch update of file: /tree.model...
13:01:17.689 [pool-114-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleting nodes from file: /tree.model
13:01:17.690 [pool-114-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleted all, took: 0.001s
13:01:17.692 [pool-114-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /tree.model
13:01:17.694 [pool-114-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec)
13:01:17.694 [pool-114-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /tree.model
13:01:17.694 [pool-114-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec)
13:01:17.694 [pool-114-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch update of file: /tree.model.
0s6ms [pure insertion]
marking any relevant derived attributes for update...13:01:17.694 [pool-114-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:01:17.694 [pool-114-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:01:17.694 [pool-114-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:01:17.694 [pool-114-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:01:17.694 [pool-114-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
13:01:17.694 [pool-114-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
13:01:17.694 [pool-114-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:01:17.694 [pool-114-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:01:17.694 [pool-114-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store
attempting to update any relevant derived attributes...
13:01:17.694 [pool-114-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s0ms [proxy update]
13:01:17.694 [pool-114-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
13:01:17.695 [pool-114-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
sync metrics:
interesting	1
deleted		0
changed		1
loaded		1
c elems		3
d elems		2
time		~0s
validating changes...
validating file UPDATED for /tree.model
changed resource size: 3
relevant graph size: 3
validated changes... true
13:01:17.695 [pool-114-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 8 ms
13:01:17.695 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
13:01:17.695 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/junit771486301339872022/:org.eclipse.hawk.localfolder.LocalFolder:false
13:01:17.696 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:01:17.696 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
13:01:18.203 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
13:01:18.204 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit1868523518721582223/test_addChild[LevelDB GreyCat]
13:01:18.204 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
13:01:18.353 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
13:01:18.354 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:01:18.354 [main] INFO  o.e.h.c.r.CompositeStateListener - Initializing Hawk...
inserting static metamodels of registered metamodel factories to graph:
org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory
13:01:18.354 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:01:18.355 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:01:18.356 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
13:01:18.356 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
13:01:18.356 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
13:01:18.356 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer!
SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer!
sync metrics:
interesting	0
deleted		0
13:01:18.357 [pool-116-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
changed		0
updating indexer: 
loaded		0
c elems		0
d elems		0
13:01:18.357 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
13:01:18.357 [pool-116-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
time		~0s
validating changes...
changed resource size: 0
relevant graph size: 0
validated changes... true
13:01:18.357 [pool-116-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms
Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store
13:01:18.360 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:01:18.360 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:01:18.362 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet
13:01:18.363 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short
13:01:18.363 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer
13:01:18.363 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte
13:01:18.363 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String
13:01:18.363 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte
13:01:18.363 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float
13:01:18.363 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator
13:01:18.363 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean
13:01:18.363 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float
13:01:18.363 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain
13:01:18.364 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class
13:01:18.364 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long
13:01:18.364 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator
13:01:18.364 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap
13:01:18.364 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long
13:01:18.364 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double
13:01:18.364 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double
13:01:18.364 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char
13:01:18.364 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date
13:01:18.364 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character
13:01:18.364 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer
13:01:18.364 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean
13:01:18.364 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[]
13:01:18.364 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList
13:01:18.365 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry
13:01:18.365 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short
13:01:18.365 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource
13:01:18.365 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException
13:01:18.365 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map
13:01:18.365 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger
13:01:18.365 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object
13:01:18.366 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal
13:01:18.368 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec)
13:01:18.368 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
13:01:18.368 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/XMLType.ecore to store
13:01:18.370 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:01:18.370 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:01:18.379 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedInt will be handled as its instance type java.lang.Long
13:01:18.379 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Date will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar
13:01:18.379 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITY will be handled as its instance type java.lang.String
13:01:18.379 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore
13:01:18.380 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ShortObject will be handled as its instance type java.lang.Short
13:01:18.380 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShortObject will be handled as its instance type java.lang.Integer
13:01:18.380 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::String will be handled as its instance type java.lang.String
13:01:18.380 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::PositiveInteger will be handled as its instance type java.math.BigInteger
13:01:18.380 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar
13:01:18.380 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Int will be handled as its instance type java.lang.Integer
13:01:18.380 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Integer will be handled as its instance type java.math.BigInteger
13:01:18.380 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByte will be handled as its instance type short
13:01:18.380 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Duration will be handled as its instance type javax.xml.datatype.Duration
13:01:18.380 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NegativeInteger will be handled as its instance type java.math.BigInteger
13:01:18.380 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::QName will be handled as its instance type javax.xml.namespace.QName
13:01:18.380 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedIntObject will be handled as its instance type java.lang.Long
13:01:18.380 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Base64Binary will be handled as its instance type byte[]
13:01:18.380 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonPositiveInteger will be handled as its instance type java.math.BigInteger
13:01:18.380 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::LongObject will be handled as its instance type java.lang.Long
13:01:18.380 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonNegativeInteger will be handled as its instance type java.math.BigInteger
13:01:18.380 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Token will be handled as its instance type java.lang.String
13:01:18.380 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYear will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar
13:01:18.380 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ID will be handled as its instance type java.lang.String
13:01:18.380 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DateTime will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar
13:01:18.380 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NOTATION will be handled as its instance type javax.xml.namespace.QName
13:01:18.380 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::BooleanObject will be handled as its instance type java.lang.Boolean
13:01:18.380 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Double will be handled as its instance type java.lang.Double
13:01:18.380 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Byte will be handled as its instance type byte
13:01:18.380 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Long will be handled as its instance type java.lang.Long
13:01:18.380 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Short will be handled as its instance type short
13:01:18.380 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Boolean will be handled as its instance type java.lang.Boolean
13:01:18.380 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NormalizedString will be handled as its instance type java.lang.String
13:01:18.380 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DoubleObject will be handled as its instance type java.lang.Double
13:01:18.380 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKEN will be handled as its instance type java.lang.String
13:01:18.380 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnySimpleType will be handled as its instance type java.lang.Object
13:01:18.380 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::FloatObject will be handled as its instance type java.lang.Float
13:01:18.380 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::HexBinary will be handled as its instance type byte[]
13:01:18.380 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ByteObject will be handled as its instance type java.lang.Byte
13:01:18.380 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NCName will be handled as its instance type java.lang.String
13:01:18.380 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYearMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar
13:01:18.380 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREF will be handled as its instance type java.lang.String
13:01:18.380 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IntObject will be handled as its instance type java.lang.Integer
13:01:18.380 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Decimal will be handled as its instance type java.math.BigDecimal
13:01:18.380 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIESBase will be handled as its instance type java.util.List
13:01:18.380 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENS will be handled as its instance type java.util.List
13:01:18.380 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFS will be handled as its instance type java.util.List
13:01:18.380 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Time will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar
13:01:18.380 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIES will be handled as its instance type java.util.List
13:01:18.380 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Name will be handled as its instance type java.lang.String
13:01:18.380 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Float will be handled as its instance type java.lang.Float
13:01:18.380 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnyURI will be handled as its instance type java.lang.String
13:01:18.380 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFSBase will be handled as its instance type java.util.List
13:01:18.380 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedLong will be handled as its instance type java.math.BigInteger
13:01:18.380 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByteObject will be handled as its instance type java.lang.Short
13:01:18.380 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShort will be handled as its instance type java.lang.Integer
13:01:18.380 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonthDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar
13:01:18.380 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENSBase will be handled as its instance type java.util.List
13:01:18.380 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar
13:01:18.380 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Language will be handled as its instance type java.lang.String
13:01:18.382 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec)
13:01:18.382 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
13:01:18.382 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Tree.ecore to store
13:01:18.383 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:01:18.383 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:01:18.387 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore
13:01:18.388 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec)
13:01:18.388 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
13:01:18.574 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/junit6308821167881176585/:org.eclipse.hawk.localfolder.LocalFolder:false
13:01:18.575 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:01:18.575 [pool-116-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:01:18.576 [pool-116-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:01:18.576 [pool-116-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:01:18.576 [pool-116-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:01:18.576 [pool-116-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:01:18.576 [pool-116-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:01:18.578 [pool-116-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
13:01:18.578 [pool-116-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.002s
attempting to resolve any uninitialized derived attributes...
13:01:18.578 [pool-116-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:01:18.578 [pool-116-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:01:18.612 [pool-116-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store
attempting to update any relevant derived attributes...
13:01:18.613 [pool-116-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s45ms [proxy update]
13:01:18.621 [pool-116-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
13:01:18.621 [pool-116-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
sync metrics:
interesting	0
deleted		0
changed		0
loaded		0
c elems		0
d elems		0
time		~0s
validating changes...
changed resource size: 0
relevant graph size: 0
validated changes... true
13:01:18.621 [pool-116-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 46 ms
13:01:18.621 [pool-116-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:01:18.622 [pool-116-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:01:18.623 [pool-116-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:01:18.623 [pool-116-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:01:18.624 [pool-116-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /tree.model...
13:01:18.626 [pool-116-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:01:18.626 [pool-116-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:01:18.626 [pool-116-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /tree.model...
13:01:18.630 [pool-116-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /tree.model
13:01:18.632 [pool-116-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~0sec)
13:01:18.632 [pool-116-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /tree.model
13:01:18.632 [pool-116-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
13:01:18.632 [pool-116-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /tree.model.
0s8ms [pure insertion]
marking any relevant derived attributes for update...13:01:18.632 [pool-116-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:01:18.632 [pool-116-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:01:18.632 [pool-116-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:01:18.632 [pool-116-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:01:18.632 [pool-116-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
13:01:18.632 [pool-116-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
13:01:18.632 [pool-116-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:01:18.632 [pool-116-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:01:18.632 [pool-116-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store
attempting to update any relevant derived attributes...
13:01:18.632 [pool-116-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s0ms [proxy update]
13:01:18.632 [pool-116-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
13:01:18.632 [pool-116-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
sync metrics:
interesting	1
deleted		0
changed		1
loaded		1
c elems		2
d elems		0
time		~0s
validating changes...
validating file UPDATED for /tree.model
changed resource size: 2
relevant graph size: 2
validated changes... true
13:01:18.633 [pool-116-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 12 ms
13:01:18.633 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
13:01:18.633 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/junit6308821167881176585/:org.eclipse.hawk.localfolder.LocalFolder:false
13:01:18.634 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:01:18.634 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
13:01:19.129 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
13:01:19.129 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit7692125236080709577/test_addModel[LevelDB GreyCat]
13:01:19.129 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
13:01:19.238 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
13:01:19.239 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:01:19.239 [main] INFO  o.e.h.c.r.CompositeStateListener - Initializing Hawk...
inserting static metamodels of registered metamodel factories to graph:
org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory
13:01:19.239 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:01:19.239 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:01:19.240 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
13:01:19.240 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
13:01:19.240 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer!
SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer!
13:01:19.240 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
13:01:19.240 [pool-118-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:01:19.241 [pool-118-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
13:01:19.241 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
sync metrics:
interesting	0
deleted		0
changed		0
loaded		0
c elems		0
d elems		0
time		~0s
validating changes...
changed resource size: 0
relevant graph size: 0
validated changes... true
13:01:19.241 [pool-118-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms
Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store
13:01:19.243 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:01:19.243 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:01:19.245 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain
13:01:19.245 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object
13:01:19.245 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger
13:01:19.245 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character
13:01:19.245 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean
13:01:19.245 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String
13:01:19.246 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet
13:01:19.246 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short
13:01:19.246 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal
13:01:19.246 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer
13:01:19.246 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class
13:01:19.246 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double
13:01:19.246 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map
13:01:19.246 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList
13:01:19.246 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long
13:01:19.246 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[]
13:01:19.246 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator
13:01:19.246 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean
13:01:19.246 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer
13:01:19.247 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte
13:01:19.247 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double
13:01:19.247 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short
13:01:19.247 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long
13:01:19.247 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float
13:01:19.247 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException
13:01:19.247 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource
13:01:19.248 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char
13:01:19.248 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry
13:01:19.248 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap
13:01:19.248 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float
13:01:19.248 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date
13:01:19.248 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte
13:01:19.248 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator
13:01:19.250 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec)
13:01:19.250 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
13:01:19.250 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/XMLType.ecore to store
13:01:19.251 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:01:19.252 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:01:19.263 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DoubleObject will be handled as its instance type java.lang.Double
13:01:19.263 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByteObject will be handled as its instance type java.lang.Short
13:01:19.263 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFS will be handled as its instance type java.util.List
13:01:19.263 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore
13:01:19.263 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Decimal will be handled as its instance type java.math.BigDecimal
13:01:19.263 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENSBase will be handled as its instance type java.util.List
13:01:19.263 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DateTime will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar
13:01:19.263 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar
13:01:19.264 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ByteObject will be handled as its instance type java.lang.Byte
13:01:19.264 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIESBase will be handled as its instance type java.util.List
13:01:19.264 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Date will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar
13:01:19.264 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar
13:01:19.264 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedLong will be handled as its instance type java.math.BigInteger
13:01:19.264 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IntObject will be handled as its instance type java.lang.Integer
13:01:19.264 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFSBase will be handled as its instance type java.util.List
13:01:19.264 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Double will be handled as its instance type java.lang.Double
13:01:19.264 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Long will be handled as its instance type java.lang.Long
13:01:19.264 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::String will be handled as its instance type java.lang.String
13:01:19.264 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Base64Binary will be handled as its instance type byte[]
13:01:19.264 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Boolean will be handled as its instance type java.lang.Boolean
13:01:19.264 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITY will be handled as its instance type java.lang.String
13:01:19.264 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShort will be handled as its instance type java.lang.Integer
13:01:19.264 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Byte will be handled as its instance type byte
13:01:19.264 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedIntObject will be handled as its instance type java.lang.Long
13:01:19.264 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Name will be handled as its instance type java.lang.String
13:01:19.264 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShortObject will be handled as its instance type java.lang.Integer
13:01:19.264 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonthDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar
13:01:19.264 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREF will be handled as its instance type java.lang.String
13:01:19.264 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NegativeInteger will be handled as its instance type java.math.BigInteger
13:01:19.264 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Language will be handled as its instance type java.lang.String
13:01:19.264 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonNegativeInteger will be handled as its instance type java.math.BigInteger
13:01:19.264 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByte will be handled as its instance type short
13:01:19.264 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::BooleanObject will be handled as its instance type java.lang.Boolean
13:01:19.264 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENS will be handled as its instance type java.util.List
13:01:19.264 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Duration will be handled as its instance type javax.xml.datatype.Duration
13:01:19.264 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYear will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar
13:01:19.264 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NCName will be handled as its instance type java.lang.String
13:01:19.264 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonPositiveInteger will be handled as its instance type java.math.BigInteger
13:01:19.264 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::PositiveInteger will be handled as its instance type java.math.BigInteger
13:01:19.264 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Float will be handled as its instance type java.lang.Float
13:01:19.264 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Short will be handled as its instance type short
13:01:19.264 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ID will be handled as its instance type java.lang.String
13:01:19.264 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedInt will be handled as its instance type java.lang.Long
13:01:19.264 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnySimpleType will be handled as its instance type java.lang.Object
13:01:19.264 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::QName will be handled as its instance type javax.xml.namespace.QName
13:01:19.264 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NOTATION will be handled as its instance type javax.xml.namespace.QName
13:01:19.264 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIES will be handled as its instance type java.util.List
13:01:19.264 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnyURI will be handled as its instance type java.lang.String
13:01:19.264 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKEN will be handled as its instance type java.lang.String
13:01:19.264 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Time will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar
13:01:19.264 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Int will be handled as its instance type java.lang.Integer
13:01:19.264 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NormalizedString will be handled as its instance type java.lang.String
13:01:19.264 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ShortObject will be handled as its instance type java.lang.Short
13:01:19.264 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Integer will be handled as its instance type java.math.BigInteger
13:01:19.264 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Token will be handled as its instance type java.lang.String
13:01:19.264 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::FloatObject will be handled as its instance type java.lang.Float
13:01:19.264 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::HexBinary will be handled as its instance type byte[]
13:01:19.264 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYearMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar
13:01:19.264 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::LongObject will be handled as its instance type java.lang.Long
13:01:19.266 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec)
13:01:19.266 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
13:01:19.266 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Tree.ecore to store
13:01:19.266 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:01:19.266 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:01:19.272 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore
13:01:19.272 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec)
13:01:19.272 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
13:01:20.289 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/junit4253098418337967316/:org.eclipse.hawk.localfolder.LocalFolder:false
13:01:20.293 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:01:20.294 [pool-118-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:01:20.295 [pool-118-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:01:20.297 [pool-118-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:01:20.297 [pool-118-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:01:20.298 [pool-118-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /tree.model...
13:01:20.720 [pool-118-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:01:20.720 [pool-118-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:01:20.720 [pool-118-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /tree.model...
13:01:20.722 [pool-118-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /tree.model
13:01:20.724 [pool-118-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~0sec)
13:01:20.724 [pool-118-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /tree.model
13:01:20.724 [pool-118-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
13:01:20.724 [pool-118-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /tree.model.
0s426ms [pure insertion]
marking any relevant derived attributes for update...13:01:20.724 [pool-118-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
13:01:20.725 [pool-118-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
13:01:20.725 [pool-118-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:01:20.725 [pool-118-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:01:20.726 [pool-118-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
13:01:20.726 [pool-118-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.001s
attempting to resolve any uninitialized derived attributes...
13:01:20.726 [pool-118-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:01:20.726 [pool-118-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:01:20.726 [pool-118-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store
attempting to update any relevant derived attributes...
13:01:20.726 [pool-118-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s1ms [proxy update]
13:01:20.726 [pool-118-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
13:01:20.726 [pool-118-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
sync metrics:
interesting	1
deleted		0
changed		1
loaded		1
c elems		2
d elems		0
time		~0s
validating changes...
validating file UPDATED for /tree.model
changed resource size: 2
relevant graph size: 2
validated changes... true
13:01:20.726 [pool-118-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 432 ms
Copied ../../core/tests/org.eclipse.hawk.integration.tests/resources/models/changed-trees/rename-root.model over /tmp/junit4253098418337967316/tree.model
13:01:20.726 [pool-118-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:01:20.727 [pool-118-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:01:20.727 [pool-118-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:01:20.727 [pool-118-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:01:20.728 [pool-118-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /tree.model...
13:01:20.728 [pool-118-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:01:20.728 [pool-118-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 2 (2) nodes in store
13:01:20.728 [pool-118-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 0.5
13:01:20.728 [pool-118-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
13:01:20.728 [pool-118-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.5) on file: /tree.model...
13:01:20.728 [pool-118-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called
13:01:20.730 [pool-118-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed transactional update on file: /tree.model.
0s2ms [pure insertion]
marking any relevant derived attributes for update...13:01:20.730 [pool-118-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:01:20.730 [pool-118-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:01:20.730 [pool-118-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:01:20.730 [pool-118-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:01:20.730 [pool-118-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
13:01:20.730 [pool-118-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
13:01:20.730 [pool-118-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:01:20.730 [pool-118-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:01:20.730 [pool-118-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store
attempting to update any relevant derived attributes...
13:01:20.730 [pool-118-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s1ms [proxy update]
13:01:20.731 [pool-118-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
13:01:20.731 [pool-118-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
sync metrics:
interesting	1
deleted		0
changed		1
loaded		1
c elems		1
d elems		0
time		~0s
validating changes...
validating file UPDATED for /tree.model
changed resource size: 2
relevant graph size: 2
validated changes... true
13:01:20.731 [pool-118-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 5 ms
13:01:20.732 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
13:01:20.732 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/junit4253098418337967316/:org.eclipse.hawk.localfolder.LocalFolder:false
13:01:20.733 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:01:20.733 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
13:01:21.171 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
13:01:21.172 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit481390719974748981/test_renameRoot[LevelDB GreyCat]
13:01:21.172 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
13:01:21.313 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
13:01:21.314 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:01:21.314 [main] INFO  o.e.h.c.r.CompositeStateListener - Initializing Hawk...
inserting static metamodels of registered metamodel factories to graph:
org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory
13:01:21.314 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:01:21.314 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:01:21.316 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
13:01:21.316 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
13:01:21.316 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
13:01:21.316 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer!
SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer!
13:01:21.316 [pool-120-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:01:21.317 [pool-120-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
sync metrics:
interesting	0
deleted		0
changed		0
loaded		0
c elems		0
d elems		0
time		~0s
validating changes...
changed resource size: 0
relevant graph size: 0
validated changes... true
13:01:21.317 [pool-120-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms
13:01:21.317 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store
13:01:21.319 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:01:21.319 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:01:21.321 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean
13:01:21.321 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float
13:01:21.321 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource
13:01:21.321 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte
13:01:21.321 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[]
13:01:21.321 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date
13:01:21.321 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map
13:01:21.321 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain
13:01:21.321 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double
13:01:21.321 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet
13:01:21.321 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float
13:01:21.321 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList
13:01:21.321 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte
13:01:21.321 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer
13:01:21.322 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer
13:01:21.322 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap
13:01:21.322 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short
13:01:21.322 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double
13:01:21.323 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator
13:01:21.323 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger
13:01:21.323 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long
13:01:21.323 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry
13:01:21.323 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short
13:01:21.323 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long
13:01:21.323 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character
13:01:21.324 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object
13:01:21.324 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char
13:01:21.324 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String
13:01:21.324 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal
13:01:21.324 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class
13:01:21.324 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean
13:01:21.324 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator
13:01:21.324 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException
13:01:21.326 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec)
13:01:21.326 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
13:01:21.326 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/XMLType.ecore to store
13:01:21.327 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:01:21.327 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:01:21.338 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ByteObject will be handled as its instance type java.lang.Byte
13:01:21.338 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NCName will be handled as its instance type java.lang.String
13:01:21.338 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Double will be handled as its instance type java.lang.Double
13:01:21.338 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShortObject will be handled as its instance type java.lang.Integer
13:01:21.338 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NormalizedString will be handled as its instance type java.lang.String
13:01:21.338 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar
13:01:21.338 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Short will be handled as its instance type short
13:01:21.338 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYearMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar
13:01:21.339 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore
13:01:21.339 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonthDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar
13:01:21.339 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Long will be handled as its instance type java.lang.Long
13:01:21.339 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENSBase will be handled as its instance type java.util.List
13:01:21.339 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar
13:01:21.339 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Name will be handled as its instance type java.lang.String
13:01:21.339 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Time will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar
13:01:21.339 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ID will be handled as its instance type java.lang.String
13:01:21.339 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedLong will be handled as its instance type java.math.BigInteger
13:01:21.339 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonNegativeInteger will be handled as its instance type java.math.BigInteger
13:01:21.339 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::String will be handled as its instance type java.lang.String
13:01:21.339 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonPositiveInteger will be handled as its instance type java.math.BigInteger
13:01:21.339 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedInt will be handled as its instance type java.lang.Long
13:01:21.339 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREF will be handled as its instance type java.lang.String
13:01:21.339 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DateTime will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar
13:01:21.339 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIES will be handled as its instance type java.util.List
13:01:21.339 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedIntObject will be handled as its instance type java.lang.Long
13:01:21.339 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByte will be handled as its instance type short
13:01:21.339 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ShortObject will be handled as its instance type java.lang.Short
13:01:21.339 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShort will be handled as its instance type java.lang.Integer
13:01:21.339 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Base64Binary will be handled as its instance type byte[]
13:01:21.339 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NOTATION will be handled as its instance type javax.xml.namespace.QName
13:01:21.339 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByteObject will be handled as its instance type java.lang.Short
13:01:21.339 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnySimpleType will be handled as its instance type java.lang.Object
13:01:21.339 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::QName will be handled as its instance type javax.xml.namespace.QName
13:01:21.339 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYear will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar
13:01:21.339 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Decimal will be handled as its instance type java.math.BigDecimal
13:01:21.339 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DoubleObject will be handled as its instance type java.lang.Double
13:01:21.340 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Token will be handled as its instance type java.lang.String
13:01:21.340 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFS will be handled as its instance type java.util.List
13:01:21.340 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Int will be handled as its instance type java.lang.Integer
13:01:21.340 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFSBase will be handled as its instance type java.util.List
13:01:21.340 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::FloatObject will be handled as its instance type java.lang.Float
13:01:21.340 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Date will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar
13:01:21.340 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITY will be handled as its instance type java.lang.String
13:01:21.340 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Float will be handled as its instance type java.lang.Float
13:01:21.340 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::LongObject will be handled as its instance type java.lang.Long
13:01:21.340 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKEN will be handled as its instance type java.lang.String
13:01:21.340 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Language will be handled as its instance type java.lang.String
13:01:21.340 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Integer will be handled as its instance type java.math.BigInteger
13:01:21.340 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Byte will be handled as its instance type byte
13:01:21.340 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnyURI will be handled as its instance type java.lang.String
13:01:21.340 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::PositiveInteger will be handled as its instance type java.math.BigInteger
13:01:21.340 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IntObject will be handled as its instance type java.lang.Integer
13:01:21.340 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::BooleanObject will be handled as its instance type java.lang.Boolean
13:01:21.340 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Duration will be handled as its instance type javax.xml.datatype.Duration
13:01:21.340 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::HexBinary will be handled as its instance type byte[]
13:01:21.340 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIESBase will be handled as its instance type java.util.List
13:01:21.340 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Boolean will be handled as its instance type java.lang.Boolean
13:01:21.340 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NegativeInteger will be handled as its instance type java.math.BigInteger
13:01:21.340 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENS will be handled as its instance type java.util.List
13:01:21.341 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec)
13:01:21.341 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
13:01:21.341 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Tree.ecore to store
13:01:21.342 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:01:21.342 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:01:21.347 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore
13:01:21.348 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec)
13:01:21.348 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
13:01:21.567 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/junit2428264243440013228/:org.eclipse.hawk.localfolder.LocalFolder:false
13:01:21.568 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:01:21.568 [pool-120-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:01:21.569 [pool-120-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:01:21.572 [pool-120-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:01:21.572 [pool-120-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:01:21.572 [pool-120-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /tree.model...
13:01:21.607 [pool-120-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:01:21.607 [pool-120-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:01:21.607 [pool-120-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /tree.model...
13:01:21.609 [pool-120-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /tree.model
13:01:21.611 [pool-120-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~0sec)
13:01:21.611 [pool-120-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /tree.model
13:01:21.612 [pool-120-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
13:01:21.612 [pool-120-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /tree.model.
0s40ms [pure insertion]
marking any relevant derived attributes for update...13:01:21.612 [pool-120-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
13:01:21.613 [pool-120-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
13:01:21.613 [pool-120-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:01:21.613 [pool-120-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:01:21.613 [pool-120-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
13:01:21.613 [pool-120-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
13:01:21.613 [pool-120-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:01:21.613 [pool-120-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:01:21.613 [pool-120-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store
attempting to update any relevant derived attributes...
13:01:21.613 [pool-120-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s0ms [proxy update]
13:01:21.613 [pool-120-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
sync metrics:
interesting	1
13:01:21.613 [pool-120-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
deleted		0
changed		1
loaded		1
c elems		2
d elems		0
time		~0s
validating changes...
validating file UPDATED for /tree.model
changed resource size: 2
relevant graph size: 2
validated changes... true
13:01:21.613 [pool-120-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 45 ms
property: eContainer not found in metamodel for type: Tree
13:01:21.615 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
13:01:21.615 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/junit2428264243440013228/:org.eclipse.hawk.localfolder.LocalFolder:false
13:01:21.616 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:01:21.616 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
13:01:22.063 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
13:01:22.064 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit337679686763369246/test_eContainer[LevelDB GreyCat]
13:01:22.064 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
13:01:22.180 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
13:01:22.181 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:01:22.181 [main] INFO  o.e.h.c.r.CompositeStateListener - Initializing Hawk...
inserting static metamodels of registered metamodel factories to graph:
org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory
13:01:22.181 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:01:22.181 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:01:22.182 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
13:01:22.183 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
13:01:22.183 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer!
13:01:22.183 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer!
13:01:22.183 [pool-122-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:01:22.183 [pool-122-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
sync metrics:
interesting	0
deleted		0
changed		0
loaded		0
c elems		0
d elems		0
time		~0s
validating changes...
changed resource size: 0
relevant graph size: 0
validated changes... true
13:01:22.183 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
13:01:22.183 [pool-122-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms
Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store
13:01:22.185 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:01:22.185 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:01:22.187 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer
13:01:22.187 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean
13:01:22.187 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger
13:01:22.187 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double
13:01:22.187 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean
13:01:22.187 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short
13:01:22.187 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map
13:01:22.188 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float
13:01:22.188 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource
13:01:22.188 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char
13:01:22.188 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class
13:01:22.188 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[]
13:01:22.188 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry
13:01:22.188 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException
13:01:22.188 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short
13:01:22.188 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date
13:01:22.188 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte
13:01:22.188 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String
13:01:22.188 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain
13:01:22.188 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double
13:01:22.189 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator
13:01:22.189 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer
13:01:22.189 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap
13:01:22.190 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList
13:01:22.190 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long
13:01:22.190 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator
13:01:22.190 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet
13:01:22.190 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object
13:01:22.190 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long
13:01:22.190 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal
13:01:22.190 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte
13:01:22.191 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character
13:01:22.191 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float
13:01:22.193 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec)
13:01:22.193 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
13:01:22.193 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/XMLType.ecore to store
13:01:22.194 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:01:22.194 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:01:22.206 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Int will be handled as its instance type java.lang.Integer
13:01:22.206 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::HexBinary will be handled as its instance type byte[]
13:01:22.206 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Long will be handled as its instance type java.lang.Long
13:01:22.206 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedIntObject will be handled as its instance type java.lang.Long
13:01:22.206 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NOTATION will be handled as its instance type javax.xml.namespace.QName
13:01:22.206 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Byte will be handled as its instance type byte
13:01:22.206 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar
13:01:22.206 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByteObject will be handled as its instance type java.lang.Short
13:01:22.206 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::LongObject will be handled as its instance type java.lang.Long
13:01:22.206 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENS will be handled as its instance type java.util.List
13:01:22.206 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENSBase will be handled as its instance type java.util.List
13:01:22.206 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore
13:01:22.206 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Name will be handled as its instance type java.lang.String
13:01:22.206 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DateTime will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar
13:01:22.206 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NegativeInteger will be handled as its instance type java.math.BigInteger
13:01:22.206 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ShortObject will be handled as its instance type java.lang.Short
13:01:22.206 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITY will be handled as its instance type java.lang.String
13:01:22.206 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar
13:01:22.206 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Time will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar
13:01:22.206 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByte will be handled as its instance type short
13:01:22.206 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IntObject will be handled as its instance type java.lang.Integer
13:01:22.206 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIES will be handled as its instance type java.util.List
13:01:22.206 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonPositiveInteger will be handled as its instance type java.math.BigInteger
13:01:22.206 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::String will be handled as its instance type java.lang.String
13:01:22.206 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonNegativeInteger will be handled as its instance type java.math.BigInteger
13:01:22.206 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Duration will be handled as its instance type javax.xml.datatype.Duration
13:01:22.207 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Decimal will be handled as its instance type java.math.BigDecimal
13:01:22.207 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Boolean will be handled as its instance type java.lang.Boolean
13:01:22.207 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYearMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar
13:01:22.207 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::PositiveInteger will be handled as its instance type java.math.BigInteger
13:01:22.207 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::BooleanObject will be handled as its instance type java.lang.Boolean
13:01:22.207 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYear will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar
13:01:22.207 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::QName will be handled as its instance type javax.xml.namespace.QName
13:01:22.207 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedLong will be handled as its instance type java.math.BigInteger
13:01:22.207 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Float will be handled as its instance type java.lang.Float
13:01:22.207 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NCName will be handled as its instance type java.lang.String
13:01:22.207 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Token will be handled as its instance type java.lang.String
13:01:22.207 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFS will be handled as its instance type java.util.List
13:01:22.207 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnyURI will be handled as its instance type java.lang.String
13:01:22.207 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ByteObject will be handled as its instance type java.lang.Byte
13:01:22.207 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnySimpleType will be handled as its instance type java.lang.Object
13:01:22.207 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ID will be handled as its instance type java.lang.String
13:01:22.207 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedInt will be handled as its instance type java.lang.Long
13:01:22.207 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Integer will be handled as its instance type java.math.BigInteger
13:01:22.207 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShort will be handled as its instance type java.lang.Integer
13:01:22.207 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShortObject will be handled as its instance type java.lang.Integer
13:01:22.207 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFSBase will be handled as its instance type java.util.List
13:01:22.207 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NormalizedString will be handled as its instance type java.lang.String
13:01:22.207 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DoubleObject will be handled as its instance type java.lang.Double
13:01:22.207 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonthDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar
13:01:22.207 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Base64Binary will be handled as its instance type byte[]
13:01:22.207 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Language will be handled as its instance type java.lang.String
13:01:22.207 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Date will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar
13:01:22.207 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Double will be handled as its instance type java.lang.Double
13:01:22.207 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Short will be handled as its instance type short
13:01:22.207 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::FloatObject will be handled as its instance type java.lang.Float
13:01:22.207 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIESBase will be handled as its instance type java.util.List
13:01:22.207 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREF will be handled as its instance type java.lang.String
13:01:22.207 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKEN will be handled as its instance type java.lang.String
13:01:22.209 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec)
13:01:22.209 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
13:01:22.209 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Tree.ecore to store
13:01:22.209 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:01:22.209 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:01:22.214 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore
13:01:22.215 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec)
13:01:22.215 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
13:01:22.400 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/junit5185681842813677798/:org.eclipse.hawk.localfolder.LocalFolder:false
13:01:22.403 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:01:22.403 [pool-122-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:01:22.404 [pool-122-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:01:22.406 [pool-122-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:01:22.406 [pool-122-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:01:22.407 [pool-122-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /tree.model...
13:01:22.441 [pool-122-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:01:22.441 [pool-122-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:01:22.441 [pool-122-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /tree.model...
13:01:22.442 [pool-122-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /tree.model
13:01:22.445 [pool-122-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~0sec)
13:01:22.445 [pool-122-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /tree.model
13:01:22.445 [pool-122-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
13:01:22.445 [pool-122-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /tree.model.
0s38ms [pure insertion]
marking any relevant derived attributes for update...13:01:22.445 [pool-122-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
13:01:22.446 [pool-122-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
13:01:22.446 [pool-122-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:01:22.446 [pool-122-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:01:22.446 [pool-122-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
13:01:22.446 [pool-122-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
13:01:22.446 [pool-122-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:01:22.446 [pool-122-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:01:22.446 [pool-122-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store
attempting to update any relevant derived attributes...
13:01:22.446 [pool-122-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s0ms [proxy update]
13:01:22.446 [pool-122-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
13:01:22.446 [pool-122-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
sync metrics:
interesting	1
validating file UPDATED for /tree.model
deleted		0
changed		1
loaded		1
c elems		2
d elems		0
time		~0s
validating changes...
changed resource size: 2
relevant graph size: 2
validated changes... true
13:01:22.447 [pool-122-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 44 ms
Copied ../../core/tests/org.eclipse.hawk.integration.tests/resources/models/changed-trees/remove-child.model over /tmp/junit5185681842813677798/tree.model
13:01:22.447 [pool-122-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:01:22.447 [pool-122-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:01:22.448 [pool-122-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:01:22.448 [pool-122-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:01:22.448 [pool-122-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /tree.model...
13:01:22.448 [pool-122-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:01:22.449 [pool-122-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 2 (2) nodes in store
13:01:22.449 [pool-122-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:0 u:1 d:1 ratio: 1.0
13:01:22.449 [pool-122-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
13:01:22.449 [pool-122-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch update of file: /tree.model...
13:01:22.449 [pool-122-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleting nodes from file: /tree.model
13:01:22.450 [pool-122-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleted all, took: 0.001s
13:01:22.452 [pool-122-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /tree.model
13:01:22.454 [pool-122-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec)
13:01:22.454 [pool-122-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /tree.model
13:01:22.454 [pool-122-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:01:22.454 [pool-122-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch update of file: /tree.model.
0s6ms [pure insertion]
marking any relevant derived attributes for update...13:01:22.454 [pool-122-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:01:22.454 [pool-122-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:01:22.454 [pool-122-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:01:22.454 [pool-122-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:01:22.454 [pool-122-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
13:01:22.454 [pool-122-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
13:01:22.454 [pool-122-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:01:22.454 [pool-122-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:01:22.454 [pool-122-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store
attempting to update any relevant derived attributes...
13:01:22.454 [pool-122-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s0ms [proxy update]
13:01:22.454 [pool-122-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
13:01:22.454 [pool-122-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
sync metrics:
interesting	1
deleted		0
changed		1
loaded		1
c elems		1
d elems		2
time		~0s
validating file UPDATED for /tree.model
validating changes...
changed resource size: 1
relevant graph size: 1
validated changes... true
13:01:22.454 [pool-122-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 7 ms
13:01:22.454 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
13:01:22.454 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/junit5185681842813677798/:org.eclipse.hawk.localfolder.LocalFolder:false
13:01:22.456 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:01:22.456 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
13:01:22.956 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
13:01:22.956 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit8177027151115715823/test_removeChild[LevelDB GreyCat]
13:01:22.956 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
13:01:23.123 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
13:01:23.124 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:01:23.124 [main] INFO  o.e.h.c.r.CompositeStateListener - Initializing Hawk...
inserting static metamodels of registered metamodel factories to graph:
org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory
13:01:23.124 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:01:23.124 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:01:23.125 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
13:01:23.125 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
13:01:23.125 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
13:01:23.125 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer!
SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer!
13:01:23.125 [pool-124-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:01:23.126 [pool-124-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
13:01:23.126 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
sync metrics:
interesting	0
deleted		0
changed		0
loaded		0
c elems		0
d elems		0
time		~0s
validating changes...
changed resource size: 0
relevant graph size: 0
validated changes... true
13:01:23.126 [pool-124-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms
Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store
13:01:23.127 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:01:23.127 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:01:23.129 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double
13:01:23.130 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal
13:01:23.130 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[]
13:01:23.130 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object
13:01:23.130 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet
13:01:23.130 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException
13:01:23.130 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator
13:01:23.130 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float
13:01:23.130 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator
13:01:23.131 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource
13:01:23.131 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean
13:01:23.131 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character
13:01:23.131 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList
13:01:23.131 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte
13:01:23.131 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date
13:01:23.131 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short
13:01:23.131 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap
13:01:23.131 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry
13:01:23.131 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char
13:01:23.131 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double
13:01:23.131 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map
13:01:23.132 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain
13:01:23.132 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class
13:01:23.132 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean
13:01:23.132 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer
13:01:23.132 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long
13:01:23.132 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short
13:01:23.132 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte
13:01:23.132 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger
13:01:23.133 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long
13:01:23.133 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float
13:01:23.133 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String
13:01:23.133 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer
13:01:23.135 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec)
13:01:23.135 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
13:01:23.135 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/XMLType.ecore to store
13:01:23.137 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:01:23.137 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:01:23.148 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREF will be handled as its instance type java.lang.String
13:01:23.148 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnyURI will be handled as its instance type java.lang.String
13:01:23.148 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByte will be handled as its instance type short
13:01:23.148 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::FloatObject will be handled as its instance type java.lang.Float
13:01:23.148 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Token will be handled as its instance type java.lang.String
13:01:23.148 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Boolean will be handled as its instance type java.lang.Boolean
13:01:23.148 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Byte will be handled as its instance type byte
13:01:23.148 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYear will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar
13:01:23.148 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Int will be handled as its instance type java.lang.Integer
13:01:23.148 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShortObject will be handled as its instance type java.lang.Integer
13:01:23.148 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Time will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar
13:01:23.148 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::LongObject will be handled as its instance type java.lang.Long
13:01:23.148 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Name will be handled as its instance type java.lang.String
13:01:23.148 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore
13:01:23.149 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonPositiveInteger will be handled as its instance type java.math.BigInteger
13:01:23.149 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnySimpleType will be handled as its instance type java.lang.Object
13:01:23.149 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::BooleanObject will be handled as its instance type java.lang.Boolean
13:01:23.149 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Integer will be handled as its instance type java.math.BigInteger
13:01:23.149 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::QName will be handled as its instance type javax.xml.namespace.QName
13:01:23.149 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonthDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar
13:01:23.149 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Decimal will be handled as its instance type java.math.BigDecimal
13:01:23.149 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IntObject will be handled as its instance type java.lang.Integer
13:01:23.149 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar
13:01:23.149 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENS will be handled as its instance type java.util.List
13:01:23.149 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShort will be handled as its instance type java.lang.Integer
13:01:23.149 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Date will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar
13:01:23.149 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::String will be handled as its instance type java.lang.String
13:01:23.149 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedInt will be handled as its instance type java.lang.Long
13:01:23.149 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYearMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar
13:01:23.149 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedIntObject will be handled as its instance type java.lang.Long
13:01:23.149 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NormalizedString will be handled as its instance type java.lang.String
13:01:23.149 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ByteObject will be handled as its instance type java.lang.Byte
13:01:23.149 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::PositiveInteger will be handled as its instance type java.math.BigInteger
13:01:23.149 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITY will be handled as its instance type java.lang.String
13:01:23.149 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Duration will be handled as its instance type javax.xml.datatype.Duration
13:01:23.149 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFS will be handled as its instance type java.util.List
13:01:23.149 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar
13:01:23.149 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByteObject will be handled as its instance type java.lang.Short
13:01:23.149 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ID will be handled as its instance type java.lang.String
13:01:23.149 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIES will be handled as its instance type java.util.List
13:01:23.149 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NCName will be handled as its instance type java.lang.String
13:01:23.149 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NOTATION will be handled as its instance type javax.xml.namespace.QName
13:01:23.149 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Base64Binary will be handled as its instance type byte[]
13:01:23.149 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKEN will be handled as its instance type java.lang.String
13:01:23.149 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ShortObject will be handled as its instance type java.lang.Short
13:01:23.149 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonNegativeInteger will be handled as its instance type java.math.BigInteger
13:01:23.149 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFSBase will be handled as its instance type java.util.List
13:01:23.149 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Double will be handled as its instance type java.lang.Double
13:01:23.149 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DateTime will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar
13:01:23.149 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::HexBinary will be handled as its instance type byte[]
13:01:23.149 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Long will be handled as its instance type java.lang.Long
13:01:23.149 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENSBase will be handled as its instance type java.util.List
13:01:23.149 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DoubleObject will be handled as its instance type java.lang.Double
13:01:23.149 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedLong will be handled as its instance type java.math.BigInteger
13:01:23.149 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIESBase will be handled as its instance type java.util.List
13:01:23.149 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Short will be handled as its instance type short
13:01:23.149 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Float will be handled as its instance type java.lang.Float
13:01:23.149 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Language will be handled as its instance type java.lang.String
13:01:23.149 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NegativeInteger will be handled as its instance type java.math.BigInteger
13:01:23.151 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec)
13:01:23.151 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
13:01:23.151 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Tree.ecore to store
13:01:23.152 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:01:23.152 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:01:23.157 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore
13:01:23.157 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec)
13:01:23.158 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
13:01:23.351 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/junit7855461070038949749/:org.eclipse.hawk.localfolder.LocalFolder:false
13:01:23.353 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:01:23.353 [pool-124-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:01:23.353 [pool-124-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:01:23.356 [pool-124-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:01:23.356 [pool-124-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:01:23.357 [pool-124-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /tree.model...
13:01:23.391 [pool-124-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:01:23.391 [pool-124-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:01:23.391 [pool-124-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /tree.model...
13:01:23.393 [pool-124-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /tree.model
13:01:23.396 [pool-124-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~0sec)
13:01:23.396 [pool-124-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /tree.model
13:01:23.396 [pool-124-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
13:01:23.396 [pool-124-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /tree.model.
0s39ms [pure insertion]
marking any relevant derived attributes for update...13:01:23.396 [pool-124-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
13:01:23.397 [pool-124-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
13:01:23.397 [pool-124-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:01:23.397 [pool-124-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:01:23.397 [pool-124-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
13:01:23.397 [pool-124-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
13:01:23.397 [pool-124-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:01:23.397 [pool-124-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:01:23.397 [pool-124-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store
attempting to update any relevant derived attributes...
13:01:23.397 [pool-124-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s1ms [proxy update]
13:01:23.398 [pool-124-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
13:01:23.398 [pool-124-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
sync metrics:
interesting	1
deleted		0
changed		1
loaded		1
c elems		2
d elems		0
time		~0s
validating changes...
validating file UPDATED for /tree.model
changed resource size: 2
relevant graph size: 2
validated changes... true
13:01:23.398 [pool-124-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 45 ms
Copied ../../core/tests/org.eclipse.hawk.integration.tests/resources/models/changed-trees/rename-child.model over /tmp/junit7855461070038949749/tree.model
13:01:23.398 [pool-124-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:01:23.399 [pool-124-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:01:23.399 [pool-124-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:01:23.399 [pool-124-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:01:23.400 [pool-124-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /tree.model...
13:01:23.400 [pool-124-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:01:23.400 [pool-124-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 2 (2) nodes in store
13:01:23.400 [pool-124-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 0.5
13:01:23.400 [pool-124-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
13:01:23.400 [pool-124-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.5) on file: /tree.model...
13:01:23.400 [pool-124-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called
13:01:23.400 [pool-124-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed transactional update on file: /tree.model.
0s0ms [pure insertion]
marking any relevant derived attributes for update...13:01:23.400 [pool-124-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:01:23.400 [pool-124-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:01:23.400 [pool-124-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:01:23.400 [pool-124-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:01:23.400 [pool-124-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
13:01:23.400 [pool-124-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
13:01:23.400 [pool-124-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:01:23.400 [pool-124-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:01:23.400 [pool-124-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store
attempting to update any relevant derived attributes...
13:01:23.400 [pool-124-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s0ms [proxy update]
13:01:23.400 [pool-124-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
13:01:23.401 [pool-124-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
sync metrics:
interesting	1
deleted		0
changed		1
loaded		1
c elems		1
d elems		0
time		~0s
validating changes...
validating file UPDATED for /tree.model
changed resource size: 2
relevant graph size: 2
validated changes... true
13:01:23.401 [pool-124-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 3 ms
13:01:23.402 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
13:01:23.402 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/junit7855461070038949749/:org.eclipse.hawk.localfolder.LocalFolder:false
13:01:23.403 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:01:23.403 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
13:01:23.856 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
13:01:23.857 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit7070419455511280436/test_renameChild[LevelDB GreyCat]
13:01:23.857 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
13:01:24.269 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
13:01:24.270 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:01:24.270 [main] INFO  o.e.h.c.r.CompositeStateListener - Initializing Hawk...
inserting static metamodels of registered metamodel factories to graph:
org.eclipse.hawk.uml.metamodel.UMLMetaModelResourceFactory
13:01:24.486 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:01:24.486 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:01:24.669 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore
13:01:24.670 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/uml2/5.0.0/UML
13:01:24.670 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_0.profile.uml2::Ecore__ContentKind will be handled as its instance type NULL_INSTANCE_TYPE
13:01:24.672 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_0.profile.uml2::Ecore__FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE
13:01:24.673 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/5.0.0/UML/Profile/Standard to http://www.eclipse.org/uml2/5.0.0/UML
13:01:24.677 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/2 to http://www.eclipse.org/uml2/5.0.0/UML
13:01:24.678 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/2 to http://www.eclipse.org/uml2/5.0.0/Types
13:01:24.680 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/1 to http://www.eclipse.org/emf/2002/Ecore
13:01:24.680 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/1 to http://www.eclipse.org/uml2/5.0.0/UML
13:01:24.682 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/0 to http://www.eclipse.org/uml2/5.0.0/UML
13:01:24.682 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/0 to http://www.eclipse.org/emf/2002/Ecore
13:01:24.683 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Short will be handled as its instance type short
13:01:24.683 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Date will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar
13:01:24.683 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnyURI will be handled as its instance type java.lang.String
13:01:24.683 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar
13:01:24.683 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::LongObject will be handled as its instance type java.lang.Long
13:01:24.683 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Integer will be handled as its instance type java.math.BigInteger
13:01:24.683 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Boolean will be handled as its instance type java.lang.Boolean
13:01:24.683 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NegativeInteger will be handled as its instance type java.math.BigInteger
13:01:24.683 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::FloatObject will be handled as its instance type java.lang.Float
13:01:24.683 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIES will be handled as its instance type java.util.List
13:01:24.683 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NOTATION will be handled as its instance type javax.xml.namespace.QName
13:01:24.683 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonPositiveInteger will be handled as its instance type java.math.BigInteger
13:01:24.683 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NormalizedString will be handled as its instance type java.lang.String
13:01:24.683 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Decimal will be handled as its instance type java.math.BigDecimal
13:01:24.683 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IntObject will be handled as its instance type java.lang.Integer
13:01:24.683 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Duration will be handled as its instance type javax.xml.datatype.Duration
13:01:24.683 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Double will be handled as its instance type java.lang.Double
13:01:24.683 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYearMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar
13:01:24.683 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByte will be handled as its instance type short
13:01:24.683 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREF will be handled as its instance type java.lang.String
13:01:24.684 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore
13:01:24.684 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Byte will be handled as its instance type byte
13:01:24.684 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITY will be handled as its instance type java.lang.String
13:01:24.684 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedLong will be handled as its instance type java.math.BigInteger
13:01:24.684 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::QName will be handled as its instance type javax.xml.namespace.QName
13:01:24.684 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShort will be handled as its instance type java.lang.Integer
13:01:24.684 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShortObject will be handled as its instance type java.lang.Integer
13:01:24.684 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedIntObject will be handled as its instance type java.lang.Long
13:01:24.684 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonthDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar
13:01:24.684 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::HexBinary will be handled as its instance type byte[]
13:01:24.684 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Int will be handled as its instance type java.lang.Integer
13:01:24.684 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ID will be handled as its instance type java.lang.String
13:01:24.684 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENSBase will be handled as its instance type java.util.List
13:01:24.684 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonNegativeInteger will be handled as its instance type java.math.BigInteger
13:01:24.684 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Time will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar
13:01:24.684 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENS will be handled as its instance type java.util.List
13:01:24.684 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnySimpleType will be handled as its instance type java.lang.Object
13:01:24.684 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIESBase will be handled as its instance type java.util.List
13:01:24.684 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DoubleObject will be handled as its instance type java.lang.Double
13:01:24.684 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedInt will be handled as its instance type java.lang.Long
13:01:24.684 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByteObject will be handled as its instance type java.lang.Short
13:01:24.684 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKEN will be handled as its instance type java.lang.String
13:01:24.684 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Token will be handled as its instance type java.lang.String
13:01:24.684 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::String will be handled as its instance type java.lang.String
13:01:24.684 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::BooleanObject will be handled as its instance type java.lang.Boolean
13:01:24.684 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::PositiveInteger will be handled as its instance type java.math.BigInteger
13:01:24.684 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFS will be handled as its instance type java.util.List
13:01:24.684 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Name will be handled as its instance type java.lang.String
13:01:24.684 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFSBase will be handled as its instance type java.util.List
13:01:24.684 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Base64Binary will be handled as its instance type byte[]
13:01:24.684 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Long will be handled as its instance type java.lang.Long
13:01:24.684 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ShortObject will be handled as its instance type java.lang.Short
13:01:24.684 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Language will be handled as its instance type java.lang.String
13:01:24.684 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DateTime will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar
13:01:24.684 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar
13:01:24.684 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYear will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar
13:01:24.684 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Float will be handled as its instance type java.lang.Float
13:01:24.684 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ByteObject will be handled as its instance type java.lang.Byte
13:01:24.685 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NCName will be handled as its instance type java.lang.String
13:01:24.685 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/3 to http://www.eclipse.org/emf/2002/Ecore
13:01:24.686 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/3 to http://www.eclipse.org/uml2/5.0.0/UML
13:01:24.686 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/3::FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE
13:01:24.687 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/3::ContentKind will be handled as its instance type NULL_INSTANCE_TYPE
13:01:24.688 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/3::VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE
13:01:24.689 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore
13:01:24.690 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/uml2/5.0.0/UML
13:01:24.691 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2::Ecore__FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE
13:01:24.693 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2::Ecore__VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE
13:01:24.693 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2::Ecore__ContentKind will be handled as its instance type NULL_INSTANCE_TYPE
13:01:24.693 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::UnlimitedNatural will be handled as its instance type java.lang.Integer
13:01:24.693 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::Real will be handled as its instance type java.lang.Double
13:01:24.693 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::Boolean will be handled as its instance type java.lang.Boolean
13:01:24.693 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::String will be handled as its instance type java.lang.String
13:01:24.693 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::Integer will be handled as its instance type java.lang.Integer
13:01:24.694 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/4 to http://www.eclipse.org/emf/2002/Ecore
13:01:24.694 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/4 to http://www.eclipse.org/uml2/5.0.0/UML
13:01:24.694 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/4::FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE
13:01:24.694 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/4::VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE
13:01:24.697 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/4::ContentKind will be handled as its instance type NULL_INSTANCE_TYPE
13:01:24.698 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/5 to http://www.eclipse.org/emf/2002/Ecore
13:01:24.698 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/5 to http://www.eclipse.org/uml2/5.0.0/UML
13:01:24.700 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/5::VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE
13:01:24.700 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/5::FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE
13:01:24.702 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/5::ContentKind will be handled as its instance type NULL_INSTANCE_TYPE
13:01:24.761 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::AggregationKind will be handled as its instance type org.eclipse.uml2.uml.AggregationKind
13:01:24.761 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/5.0.0/UML to http://www.eclipse.org/emf/2002/Ecore
13:01:24.762 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/5.0.0/UML to http://www.eclipse.org/uml2/5.0.0/Types
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
13:01:24.987 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::TransitionKind will be handled as its instance type org.eclipse.uml2.uml.TransitionKind
13:01:25.016 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::MessageSort will be handled as its instance type org.eclipse.uml2.uml.MessageSort
13:01:25.071 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::VisibilityKind will be handled as its instance type org.eclipse.uml2.uml.VisibilityKind
13:01:25.173 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ParameterDirectionKind will be handled as its instance type org.eclipse.uml2.uml.ParameterDirectionKind
13:01:25.196 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ObjectNodeOrderingKind will be handled as its instance type org.eclipse.uml2.uml.ObjectNodeOrderingKind
13:01:25.267 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ConnectorKind will be handled as its instance type org.eclipse.uml2.uml.ConnectorKind
13:01:25.292 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ExpansionKind will be handled as its instance type org.eclipse.uml2.uml.ExpansionKind
13:01:25.298 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::MessageKind will be handled as its instance type org.eclipse.uml2.uml.MessageKind
13:01:25.372 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::CallConcurrencyKind will be handled as its instance type org.eclipse.uml2.uml.CallConcurrencyKind
13:01:25.378 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::PseudostateKind will be handled as its instance type org.eclipse.uml2.uml.PseudostateKind
13:01:25.380 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ParameterEffectKind will be handled as its instance type org.eclipse.uml2.uml.ParameterEffectKind
13:01:25.382 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::InteractionOperatorKind will be handled as its instance type org.eclipse.uml2.uml.InteractionOperatorKind
13:01:25.405 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList
13:01:25.405 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator
13:01:25.405 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[]
13:01:25.406 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean
13:01:25.406 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char
13:01:25.406 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float
13:01:25.406 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class
13:01:25.407 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double
13:01:25.407 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map
13:01:25.407 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String
13:01:25.407 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer
13:01:25.407 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator
13:01:25.407 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain
13:01:25.408 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object
13:01:25.408 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date
13:01:25.408 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer
13:01:25.463 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long
13:01:25.463 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException
13:01:25.463 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double
13:01:25.463 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short
13:01:25.464 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource
13:01:25.464 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger
13:01:25.464 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long
13:01:25.465 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean
13:01:25.465 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap
13:01:25.465 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float
13:01:25.466 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character
13:01:25.466 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short
13:01:25.466 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal
13:01:25.466 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte
13:01:25.466 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet
13:01:25.466 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry
13:01:25.466 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte
13:01:25.467 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2::Ecore__VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE
13:01:25.467 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore
13:01:25.467 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2 to http://www.eclipse.org/uml2/5.0.0/UML
13:01:25.468 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2::Ecore__ContentKind will be handled as its instance type NULL_INSTANCE_TYPE
13:01:25.471 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2::Ecore__FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE
13:01:25.563 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 421 METAMODEL NODES! (took ~1 sec)
inserting static metamodels complete
13:01:25.563 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
13:01:25.574 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
13:01:25.575 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
13:01:25.575 [pool-126-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:01:25.575 [pool-126-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
13:01:25.575 [pool-126-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms
13:01:25.715 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false
13:01:25.762 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:01:25.762 [pool-126-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:01:25.762 [pool-126-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:01:25.766 [pool-126-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:01:25.766 [pool-126-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:01:25.767 [pool-126-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /JavaPrimitiveTypes.library.uml...
13:01:25.771 [pool-126-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:01:25.771 [pool-126-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:01:25.771 [pool-126-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /JavaPrimitiveTypes.library.uml...
13:01:25.774 [pool-126-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /JavaPrimitiveTypes.library.uml
13:01:25.785 [pool-126-thread-1] WARN  o.eclipse.hawk.graph.util.GraphUtil - Unknown type found, converting to String: org.eclipse.uml2.uml.VisibilityKind
13:01:25.898 [pool-126-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 12 NODES AND 12 M->MM REFERENCES! (took ~102sec)
13:01:25.898 [pool-126-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /JavaPrimitiveTypes.library.uml
13:01:25.967 [pool-126-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 72 REFERENCES! (took ~0 sec)
13:01:25.967 [pool-126-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /JavaPrimitiveTypes.library.uml.
0s200ms [pure insertion]
marking any relevant derived attributes for update...13:01:25.967 [pool-126-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
13:01:25.968 [pool-126-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
13:01:25.973 [pool-126-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /XMLPrimitiveTypes.library.uml...
13:01:25.973 [pool-126-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:01:25.973 [pool-126-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:01:25.973 [pool-126-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /XMLPrimitiveTypes.library.uml...
13:01:25.975 [pool-126-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /XMLPrimitiveTypes.library.uml
13:01:26.086 [pool-126-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 100 NODES AND 100 M->MM REFERENCES! (took ~804sec)
13:01:26.086 [pool-126-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /XMLPrimitiveTypes.library.uml
13:01:26.097 [pool-126-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 852 REFERENCES! (took ~0 sec)
13:01:26.097 [pool-126-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /XMLPrimitiveTypes.library.uml.
0s124ms [pure insertion]
marking any relevant derived attributes for update...13:01:26.097 [pool-126-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:01:26.097 [pool-126-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:01:26.181 [pool-126-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /UMLPrimitiveTypes.library.uml...
13:01:26.181 [pool-126-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:01:26.181 [pool-126-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:01:26.181 [pool-126-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /UMLPrimitiveTypes.library.uml...
13:01:26.183 [pool-126-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /UMLPrimitiveTypes.library.uml
13:01:26.267 [pool-126-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 22 NODES AND 22 M->MM REFERENCES! (took ~95sec)
13:01:26.267 [pool-126-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /UMLPrimitiveTypes.library.uml
13:01:26.274 [pool-126-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 81 REFERENCES! (took ~0 sec)
13:01:26.274 [pool-126-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /UMLPrimitiveTypes.library.uml.
0s93ms [pure insertion]
marking any relevant derived attributes for update...13:01:26.274 [pool-126-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:01:26.275 [pool-126-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:01:26.277 [pool-126-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /EcorePrimitiveTypes.library.uml...
13:01:26.277 [pool-126-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:01:26.277 [pool-126-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:01:26.277 [pool-126-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /EcorePrimitiveTypes.library.uml...
13:01:26.278 [pool-126-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /EcorePrimitiveTypes.library.uml
13:01:26.377 [pool-126-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 51 NODES AND 51 M->MM REFERENCES! (took ~477sec)
13:01:26.377 [pool-126-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /EcorePrimitiveTypes.library.uml
13:01:26.384 [pool-126-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 347 REFERENCES! (took ~0 sec)
13:01:26.384 [pool-126-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /EcorePrimitiveTypes.library.uml.
0s107ms [pure insertion]
marking any relevant derived attributes for update...13:01:26.384 [pool-126-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:01:26.384 [pool-126-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:01:26.386 [pool-126-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:01:26.386 [pool-126-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:01:26.390 [pool-126-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/20 proxy references (0 sec total)
13:01:26.390 [pool-126-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 10 proxy ref lists left after resolving 0 refs
13:01:26.390 [pool-126-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.004s
attempting to resolve any uninitialized derived attributes...
13:01:26.390 [pool-126-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:01:26.390 [pool-126-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:01:26.391 [pool-126-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store
attempting to update any relevant derived attributes...
13:01:26.391 [pool-126-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s5ms [proxy update]
13:01:26.391 [pool-126-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
13:01:26.391 [pool-126-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
13:01:26.391 [pool-126-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 629 ms
13:01:26.391 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/models/uml/simpleProfile/model.profile.uml to store
13:01:26.393 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:01:26.393 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:01:26.464 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-project/mondo-hawk/simpleProfile/0.0.4 to http://www.eclipse.org/emf/2002/Ecore
13:01:26.464 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-project/mondo-hawk/simpleProfile/0.0.4 to http://www.eclipse.org/uml2/5.0.0/UML
13:01:26.464 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-project/mondo-hawk/simpleProfile/0.0.5 to http://www.eclipse.org/emf/2002/Ecore
13:01:26.465 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-project/mondo-hawk/simpleProfile/0.0.5 to http://www.eclipse.org/uml2/5.0.0/UML
13:01:26.465 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///schemas/RootElement/_I0k2UM7mEeeDhYwXdKEW_w/0/0.0.1 to http://www.eclipse.org/uml2/5.0.0/UML
13:01:26.466 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-project/mondo-hawk/simpleProfile/0.0.2 to http://www.eclipse.org/uml2/5.0.0/UML
13:01:26.466 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-project/mondo-hawk/simpleProfile/0.0.3 to http://www.eclipse.org/emf/2002/Ecore
13:01:26.466 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-project/mondo-hawk/simpleProfile/0.0.3 to http://www.eclipse.org/uml2/5.0.0/UML
13:01:26.469 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 10 METAMODEL NODES! (took ~0 sec)
reseting local top revision of repository: pathmap://UML_LIBRARIES/
13:01:26.469 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
(as elements in it were removed or new metamodels were added to Hawk)
13:01:26.702 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false
adding: file:///tmp/junit1543217600643200140/:org.eclipse.hawk.localfolder.LocalFolder:false
13:01:26.703 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:01:26.703 [pool-126-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:01:26.703 [pool-126-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:01:26.704 [pool-126-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:01:26.704 [pool-126-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:01:26.704 [pool-126-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:01:26.704 [pool-126-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:01:26.704 [pool-126-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/20 proxy references (0 sec total)
13:01:26.704 [pool-126-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 10 proxy ref lists left after resolving 0 refs
13:01:26.704 [pool-126-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
13:01:26.704 [pool-126-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:01:26.704 [pool-126-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:01:26.704 [pool-126-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store
attempting to update any relevant derived attributes...
13:01:26.704 [pool-126-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s0ms [proxy update]
13:01:26.704 [pool-126-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
13:01:26.705 [pool-126-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:01:26.705 [pool-126-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:01:26.705 [pool-126-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:01:26.709 [pool-126-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /model.uml...
13:01:26.709 [pool-126-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:01:26.709 [pool-126-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:01:26.710 [pool-126-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /model.uml...
13:01:26.711 [pool-126-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /model.uml
13:01:26.721 [pool-126-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 11 NODES AND 11 M->MM REFERENCES! (took ~28sec)
13:01:26.721 [pool-126-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /model.uml
13:01:26.724 [pool-126-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 23 REFERENCES! (took ~0 sec)
13:01:26.724 [pool-126-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /model.uml.
0s15ms [pure insertion]
marking any relevant derived attributes for update...13:01:26.724 [pool-126-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:01:26.724 [pool-126-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:01:26.724 [pool-126-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:01:26.724 [pool-126-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:01:26.725 [pool-126-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/24 proxy references (0 sec total)
13:01:26.726 [pool-126-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 12 proxy ref lists left after resolving 0 refs
13:01:26.726 [pool-126-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.002s
attempting to resolve any uninitialized derived attributes...
13:01:26.726 [pool-126-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:01:26.726 [pool-126-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:01:26.726 [pool-126-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store
attempting to update any relevant derived attributes...
13:01:26.726 [pool-126-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s2ms [proxy update]
13:01:26.726 [pool-126-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
13:01:26.726 [pool-126-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
13:01:26.726 [pool-126-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 23 ms
13:01:26.768 [pool-126-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:01:26.768 [pool-126-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:01:26.769 [pool-126-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:01:26.769 [pool-126-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:01:26.772 [pool-126-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /model.uml...
13:01:26.772 [pool-126-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:01:26.772 [pool-126-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 11 (11) nodes in store
13:01:26.778 [pool-126-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:6 u:3 d:6 ratio: 1.3636363636363635
13:01:26.778 [pool-126-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
13:01:26.778 [pool-126-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch update of file: /model.uml...
13:01:26.778 [pool-126-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleting nodes from file: /model.uml
13:01:26.784 [pool-126-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleted all, took: 0.006s
13:01:26.799 [pool-126-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /model.uml
13:01:26.806 [pool-126-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 11 NODES AND 11 M->MM REFERENCES! (took ~28sec)
13:01:26.806 [pool-126-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /model.uml
13:01:26.809 [pool-126-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 23 REFERENCES! (took ~0 sec)
13:01:26.809 [pool-126-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch update of file: /model.uml.
0s37ms [pure insertion]
marking any relevant derived attributes for update...13:01:26.809 [pool-126-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:01:26.809 [pool-126-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:01:26.809 [pool-126-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:01:26.809 [pool-126-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:01:26.811 [pool-126-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/24 proxy references (0 sec total)
13:01:26.811 [pool-126-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 12 proxy ref lists left after resolving 0 refs
13:01:26.811 [pool-126-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.002s
attempting to resolve any uninitialized derived attributes...
13:01:26.811 [pool-126-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:01:26.811 [pool-126-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:01:26.811 [pool-126-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store
attempting to update any relevant derived attributes...
13:01:26.811 [pool-126-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s52ms [proxy update]
13:01:26.861 [pool-126-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
13:01:26.861 [pool-126-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
13:01:26.861 [pool-126-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 93 ms
13:01:26.863 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
13:01:26.863 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false
adding: file:///tmp/junit1543217600643200140/:org.eclipse.hawk.localfolder.LocalFolder:false
13:01:26.864 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:01:26.864 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
13:01:27.565 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
13:01:27.566 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit4185722830113881224/test_upgradeModelProfileVersion[LevelDB GreyCat]
13:01:27.566 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
13:01:27.707 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
13:01:27.709 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:01:27.709 [main] INFO  o.e.h.c.r.CompositeStateListener - Initializing Hawk...
inserting static metamodels of registered metamodel factories to graph:
org.eclipse.hawk.uml.metamodel.UMLMetaModelResourceFactory
13:01:27.727 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:01:27.727 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:01:27.805 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/2 to http://www.eclipse.org/uml2/5.0.0/Types
13:01:27.805 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/2 to http://www.eclipse.org/uml2/5.0.0/UML
13:01:27.808 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/5.0.0/UML/Profile/Standard to http://www.eclipse.org/uml2/5.0.0/UML
13:01:27.811 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Short will be handled as its instance type short
13:01:27.811 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Date will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar
13:01:27.811 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnyURI will be handled as its instance type java.lang.String
13:01:27.811 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar
13:01:27.811 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::LongObject will be handled as its instance type java.lang.Long
13:01:27.811 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Integer will be handled as its instance type java.math.BigInteger
13:01:27.811 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Boolean will be handled as its instance type java.lang.Boolean
13:01:27.811 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NegativeInteger will be handled as its instance type java.math.BigInteger
13:01:27.811 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::FloatObject will be handled as its instance type java.lang.Float
13:01:27.811 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIES will be handled as its instance type java.util.List
13:01:27.811 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NOTATION will be handled as its instance type javax.xml.namespace.QName
13:01:27.811 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonPositiveInteger will be handled as its instance type java.math.BigInteger
13:01:27.811 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NormalizedString will be handled as its instance type java.lang.String
13:01:27.811 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Decimal will be handled as its instance type java.math.BigDecimal
13:01:27.811 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IntObject will be handled as its instance type java.lang.Integer
13:01:27.811 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Duration will be handled as its instance type javax.xml.datatype.Duration
13:01:27.811 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Double will be handled as its instance type java.lang.Double
13:01:27.811 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYearMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar
13:01:27.811 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByte will be handled as its instance type short
13:01:27.811 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREF will be handled as its instance type java.lang.String
13:01:27.811 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore
13:01:27.812 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Byte will be handled as its instance type byte
13:01:27.812 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITY will be handled as its instance type java.lang.String
13:01:27.812 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedLong will be handled as its instance type java.math.BigInteger
13:01:27.812 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::QName will be handled as its instance type javax.xml.namespace.QName
13:01:27.812 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShort will be handled as its instance type java.lang.Integer
13:01:27.812 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShortObject will be handled as its instance type java.lang.Integer
13:01:27.812 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedIntObject will be handled as its instance type java.lang.Long
13:01:27.812 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonthDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar
13:01:27.812 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::HexBinary will be handled as its instance type byte[]
13:01:27.812 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Int will be handled as its instance type java.lang.Integer
13:01:27.812 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ID will be handled as its instance type java.lang.String
13:01:27.812 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENSBase will be handled as its instance type java.util.List
13:01:27.812 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonNegativeInteger will be handled as its instance type java.math.BigInteger
13:01:27.812 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Time will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar
13:01:27.812 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENS will be handled as its instance type java.util.List
13:01:27.812 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnySimpleType will be handled as its instance type java.lang.Object
13:01:27.812 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIESBase will be handled as its instance type java.util.List
13:01:27.812 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DoubleObject will be handled as its instance type java.lang.Double
13:01:27.812 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedInt will be handled as its instance type java.lang.Long
13:01:27.812 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByteObject will be handled as its instance type java.lang.Short
13:01:27.812 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKEN will be handled as its instance type java.lang.String
13:01:27.812 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Token will be handled as its instance type java.lang.String
13:01:27.812 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::String will be handled as its instance type java.lang.String
13:01:27.812 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::BooleanObject will be handled as its instance type java.lang.Boolean
13:01:27.812 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::PositiveInteger will be handled as its instance type java.math.BigInteger
13:01:27.812 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFS will be handled as its instance type java.util.List
13:01:27.812 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Name will be handled as its instance type java.lang.String
13:01:27.812 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFSBase will be handled as its instance type java.util.List
13:01:27.812 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Base64Binary will be handled as its instance type byte[]
13:01:27.812 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Long will be handled as its instance type java.lang.Long
13:01:27.812 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ShortObject will be handled as its instance type java.lang.Short
13:01:27.812 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Language will be handled as its instance type java.lang.String
13:01:27.812 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DateTime will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar
13:01:27.812 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar
13:01:27.812 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYear will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar
13:01:27.812 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Float will be handled as its instance type java.lang.Float
13:01:27.812 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ByteObject will be handled as its instance type java.lang.Byte
13:01:27.813 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NCName will be handled as its instance type java.lang.String
13:01:27.813 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/4 to http://www.eclipse.org/emf/2002/Ecore
13:01:27.813 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/4 to http://www.eclipse.org/uml2/5.0.0/UML
13:01:27.814 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/4::ContentKind will be handled as its instance type NULL_INSTANCE_TYPE
13:01:27.814 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/4::FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE
13:01:27.817 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/4::VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE
13:01:27.817 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::UnlimitedNatural will be handled as its instance type java.lang.Integer
13:01:27.817 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::Real will be handled as its instance type java.lang.Double
13:01:27.817 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::Boolean will be handled as its instance type java.lang.Boolean
13:01:27.817 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::String will be handled as its instance type java.lang.String
13:01:27.817 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::Integer will be handled as its instance type java.lang.Integer
13:01:27.817 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::AggregationKind will be handled as its instance type org.eclipse.uml2.uml.AggregationKind
13:01:27.817 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/5.0.0/UML to http://www.eclipse.org/emf/2002/Ecore
13:01:27.818 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/5.0.0/UML to http://www.eclipse.org/uml2/5.0.0/Types
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
13:01:28.078 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::TransitionKind will be handled as its instance type org.eclipse.uml2.uml.TransitionKind
13:01:28.097 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::MessageSort will be handled as its instance type org.eclipse.uml2.uml.MessageSort
13:01:28.104 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::VisibilityKind will be handled as its instance type org.eclipse.uml2.uml.VisibilityKind
13:01:28.189 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ParameterDirectionKind will be handled as its instance type org.eclipse.uml2.uml.ParameterDirectionKind
13:01:28.204 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ObjectNodeOrderingKind will be handled as its instance type org.eclipse.uml2.uml.ObjectNodeOrderingKind
13:01:28.272 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ConnectorKind will be handled as its instance type org.eclipse.uml2.uml.ConnectorKind
13:01:28.294 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ExpansionKind will be handled as its instance type org.eclipse.uml2.uml.ExpansionKind
13:01:28.371 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::MessageKind will be handled as its instance type org.eclipse.uml2.uml.MessageKind
13:01:28.386 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::CallConcurrencyKind will be handled as its instance type org.eclipse.uml2.uml.CallConcurrencyKind
13:01:28.392 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::PseudostateKind will be handled as its instance type org.eclipse.uml2.uml.PseudostateKind
13:01:28.394 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ParameterEffectKind will be handled as its instance type org.eclipse.uml2.uml.ParameterEffectKind
13:01:28.396 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::InteractionOperatorKind will be handled as its instance type org.eclipse.uml2.uml.InteractionOperatorKind
13:01:28.464 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/uml2/5.0.0/UML
13:01:28.464 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore
13:01:28.465 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_0.profile.uml2::Ecore__FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE
13:01:28.468 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_0.profile.uml2::Ecore__ContentKind will be handled as its instance type NULL_INSTANCE_TYPE
13:01:28.469 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/5 to http://www.eclipse.org/emf/2002/Ecore
13:01:28.469 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/5 to http://www.eclipse.org/uml2/5.0.0/UML
13:01:28.469 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/5::FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE
13:01:28.474 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/5::VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE
13:01:28.475 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/5::ContentKind will be handled as its instance type NULL_INSTANCE_TYPE
13:01:28.475 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/0 to http://www.eclipse.org/uml2/5.0.0/UML
13:01:28.475 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/0 to http://www.eclipse.org/emf/2002/Ecore
13:01:28.477 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList
13:01:28.477 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator
13:01:28.477 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[]
13:01:28.478 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean
13:01:28.478 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char
13:01:28.478 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float
13:01:28.478 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class
13:01:28.479 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double
13:01:28.479 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map
13:01:28.479 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String
13:01:28.479 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer
13:01:28.479 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator
13:01:28.479 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain
13:01:28.479 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object
13:01:28.480 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date
13:01:28.480 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer
13:01:28.481 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long
13:01:28.481 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException
13:01:28.482 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double
13:01:28.482 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short
13:01:28.482 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource
13:01:28.482 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger
13:01:28.482 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long
13:01:28.483 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean
13:01:28.483 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap
13:01:28.484 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float
13:01:28.484 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character
13:01:28.484 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short
13:01:28.484 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal
13:01:28.484 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte
13:01:28.484 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet
13:01:28.484 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry
13:01:28.484 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte
13:01:28.485 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore
13:01:28.485 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/uml2/5.0.0/UML
13:01:28.486 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2::Ecore__FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE
13:01:28.486 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2::Ecore__ContentKind will be handled as its instance type NULL_INSTANCE_TYPE
13:01:28.489 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2::Ecore__VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE
13:01:28.489 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/1 to http://www.eclipse.org/emf/2002/Ecore
13:01:28.489 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/1 to http://www.eclipse.org/uml2/5.0.0/UML
13:01:28.491 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore
13:01:28.492 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2 to http://www.eclipse.org/uml2/5.0.0/UML
13:01:28.493 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2::Ecore__ContentKind will be handled as its instance type NULL_INSTANCE_TYPE
13:01:28.493 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2::Ecore__VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE
13:01:28.494 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2::Ecore__FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE
13:01:28.496 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/3::ContentKind will be handled as its instance type NULL_INSTANCE_TYPE
13:01:28.496 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/3 to http://www.eclipse.org/emf/2002/Ecore
13:01:28.497 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/3 to http://www.eclipse.org/uml2/5.0.0/UML
13:01:28.562 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/3::FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE
13:01:28.564 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/3::VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE
13:01:28.581 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 421 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
13:01:28.581 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
13:01:28.590 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
13:01:28.590 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
13:01:28.591 [pool-128-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:01:28.591 [pool-128-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
13:01:28.591 [pool-128-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms
13:01:28.769 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false
13:01:28.771 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:01:28.771 [pool-128-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:01:28.771 [pool-128-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:01:28.773 [pool-128-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:01:28.773 [pool-128-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:01:28.774 [pool-128-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /JavaPrimitiveTypes.library.uml...
13:01:28.778 [pool-128-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:01:28.778 [pool-128-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:01:28.778 [pool-128-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /JavaPrimitiveTypes.library.uml...
13:01:28.781 [pool-128-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /JavaPrimitiveTypes.library.uml
13:01:28.868 [pool-128-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 12 NODES AND 12 M->MM REFERENCES! (took ~102sec)
13:01:28.868 [pool-128-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /JavaPrimitiveTypes.library.uml
13:01:28.872 [pool-128-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 72 REFERENCES! (took ~0 sec)
13:01:28.872 [pool-128-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /JavaPrimitiveTypes.library.uml.
0s98ms [pure insertion]
marking any relevant derived attributes for update...13:01:28.872 [pool-128-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
13:01:28.873 [pool-128-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
13:01:28.885 [pool-128-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /UMLPrimitiveTypes.library.uml...
13:01:28.885 [pool-128-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:01:28.885 [pool-128-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:01:28.885 [pool-128-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /UMLPrimitiveTypes.library.uml...
13:01:28.887 [pool-128-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /UMLPrimitiveTypes.library.uml
13:01:28.966 [pool-128-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 22 NODES AND 22 M->MM REFERENCES! (took ~95sec)
13:01:28.966 [pool-128-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /UMLPrimitiveTypes.library.uml
13:01:28.974 [pool-128-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 81 REFERENCES! (took ~0 sec)
13:01:28.974 [pool-128-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /UMLPrimitiveTypes.library.uml.
0s89ms [pure insertion]
marking any relevant derived attributes for update...13:01:28.974 [pool-128-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:01:28.974 [pool-128-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:01:28.976 [pool-128-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /XMLPrimitiveTypes.library.uml...
13:01:28.976 [pool-128-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:01:28.976 [pool-128-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:01:28.976 [pool-128-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /XMLPrimitiveTypes.library.uml...
13:01:28.978 [pool-128-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /XMLPrimitiveTypes.library.uml
13:01:29.066 [pool-128-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 100 NODES AND 100 M->MM REFERENCES! (took ~804sec)
13:01:29.066 [pool-128-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /XMLPrimitiveTypes.library.uml
13:01:29.076 [pool-128-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 852 REFERENCES! (took ~0 sec)
13:01:29.076 [pool-128-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /XMLPrimitiveTypes.library.uml.
0s100ms [pure insertion]
marking any relevant derived attributes for update...13:01:29.076 [pool-128-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:01:29.076 [pool-128-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:01:29.078 [pool-128-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /EcorePrimitiveTypes.library.uml...
13:01:29.078 [pool-128-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:01:29.078 [pool-128-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:01:29.078 [pool-128-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /EcorePrimitiveTypes.library.uml...
13:01:29.080 [pool-128-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /EcorePrimitiveTypes.library.uml
13:01:29.165 [pool-128-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 51 NODES AND 51 M->MM REFERENCES! (took ~477sec)
13:01:29.165 [pool-128-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /EcorePrimitiveTypes.library.uml
13:01:29.172 [pool-128-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 347 REFERENCES! (took ~0 sec)
13:01:29.172 [pool-128-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /EcorePrimitiveTypes.library.uml.
0s94ms [pure insertion]
marking any relevant derived attributes for update...13:01:29.172 [pool-128-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:01:29.172 [pool-128-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:01:29.172 [pool-128-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:01:29.172 [pool-128-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:01:29.177 [pool-128-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/20 proxy references (0 sec total)
13:01:29.177 [pool-128-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 10 proxy ref lists left after resolving 0 refs
13:01:29.177 [pool-128-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.005s
attempting to resolve any uninitialized derived attributes...
13:01:29.177 [pool-128-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:01:29.177 [pool-128-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:01:29.177 [pool-128-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store
attempting to update any relevant derived attributes...
13:01:29.177 [pool-128-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s5ms [proxy update]
13:01:29.177 [pool-128-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
13:01:29.177 [pool-128-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
13:01:29.177 [pool-128-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 406 ms
13:01:29.378 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false
adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/uml/simpleProfile/:org.eclipse.hawk.localfolder.LocalFolder:false
13:01:29.379 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:01:29.379 [pool-128-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:01:29.384 [pool-128-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:01:29.384 [pool-128-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:01:29.384 [pool-128-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:01:29.386 [pool-128-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /model.profile.uml...
13:01:29.386 [pool-128-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:01:29.386 [pool-128-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:01:29.386 [pool-128-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /model.profile.uml...
13:01:29.387 [pool-128-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /model.profile.uml
13:01:29.686 [pool-128-thread-1] WARN  o.eclipse.hawk.graph.util.GraphUtil - Unknown type found, converting to String: org.eclipse.uml2.uml.AggregationKind
13:01:29.689 [pool-128-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 72 NODES AND 72 M->MM REFERENCES! (took ~155sec)
13:01:29.689 [pool-128-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /model.profile.uml
13:01:29.802 [pool-128-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 193 REFERENCES! (took ~0 sec)
13:01:29.802 [pool-128-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /model.profile.uml.
0s416ms [pure insertion]
marking any relevant derived attributes for update...13:01:29.802 [pool-128-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:01:29.802 [pool-128-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:01:29.803 [pool-128-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:01:29.803 [pool-128-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:01:29.806 [pool-128-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/72 proxy references (0 sec total)
13:01:29.807 [pool-128-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 37 proxy ref lists left after resolving 2 refs
13:01:29.807 [pool-128-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.004s
attempting to resolve any uninitialized derived attributes...
13:01:29.807 [pool-128-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:01:29.807 [pool-128-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:01:29.807 [pool-128-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store
attempting to update any relevant derived attributes...
13:01:29.807 [pool-128-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s4ms [proxy update]
13:01:29.807 [pool-128-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
13:01:29.808 [pool-128-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
13:01:29.808 [pool-128-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 429 ms
13:01:29.861 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
13:01:29.861 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false
adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/uml/simpleProfile/:org.eclipse.hawk.localfolder.LocalFolder:false
13:01:29.899 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:01:29.899 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
13:01:30.400 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
13:01:30.400 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit8990344465969062242/test_stereotypeAsModel[LevelDB GreyCat]
13:01:30.400 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
13:01:30.533 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
13:01:30.534 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:01:30.534 [main] INFO  o.e.h.c.r.CompositeStateListener - Initializing Hawk...
inserting static metamodels of registered metamodel factories to graph:
org.eclipse.hawk.uml.metamodel.UMLMetaModelResourceFactory
13:01:30.549 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:01:30.549 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:01:30.616 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/3 to http://www.eclipse.org/emf/2002/Ecore
13:01:30.616 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/3::ContentKind will be handled as its instance type NULL_INSTANCE_TYPE
13:01:30.617 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/3 to http://www.eclipse.org/uml2/5.0.0/UML
13:01:30.617 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/3::VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE
13:01:30.619 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/3::FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE
13:01:30.620 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/5.0.0/UML/Profile/Standard to http://www.eclipse.org/uml2/5.0.0/UML
13:01:30.623 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Short will be handled as its instance type short
13:01:30.623 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Date will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar
13:01:30.623 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnyURI will be handled as its instance type java.lang.String
13:01:30.623 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar
13:01:30.623 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::LongObject will be handled as its instance type java.lang.Long
13:01:30.623 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Integer will be handled as its instance type java.math.BigInteger
13:01:30.623 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Boolean will be handled as its instance type java.lang.Boolean
13:01:30.623 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NegativeInteger will be handled as its instance type java.math.BigInteger
13:01:30.623 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::FloatObject will be handled as its instance type java.lang.Float
13:01:30.623 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIES will be handled as its instance type java.util.List
13:01:30.623 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NOTATION will be handled as its instance type javax.xml.namespace.QName
13:01:30.623 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonPositiveInteger will be handled as its instance type java.math.BigInteger
13:01:30.623 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NormalizedString will be handled as its instance type java.lang.String
13:01:30.623 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Decimal will be handled as its instance type java.math.BigDecimal
13:01:30.623 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IntObject will be handled as its instance type java.lang.Integer
13:01:30.623 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Duration will be handled as its instance type javax.xml.datatype.Duration
13:01:30.623 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Double will be handled as its instance type java.lang.Double
13:01:30.623 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYearMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar
13:01:30.623 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByte will be handled as its instance type short
13:01:30.623 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREF will be handled as its instance type java.lang.String
13:01:30.623 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore
13:01:30.624 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Byte will be handled as its instance type byte
13:01:30.624 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITY will be handled as its instance type java.lang.String
13:01:30.624 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedLong will be handled as its instance type java.math.BigInteger
13:01:30.624 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::QName will be handled as its instance type javax.xml.namespace.QName
13:01:30.624 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShort will be handled as its instance type java.lang.Integer
13:01:30.624 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShortObject will be handled as its instance type java.lang.Integer
13:01:30.624 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedIntObject will be handled as its instance type java.lang.Long
13:01:30.624 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonthDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar
13:01:30.624 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::HexBinary will be handled as its instance type byte[]
13:01:30.624 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Int will be handled as its instance type java.lang.Integer
13:01:30.624 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ID will be handled as its instance type java.lang.String
13:01:30.624 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENSBase will be handled as its instance type java.util.List
13:01:30.624 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonNegativeInteger will be handled as its instance type java.math.BigInteger
13:01:30.624 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Time will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar
13:01:30.624 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENS will be handled as its instance type java.util.List
13:01:30.624 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnySimpleType will be handled as its instance type java.lang.Object
13:01:30.624 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIESBase will be handled as its instance type java.util.List
13:01:30.624 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DoubleObject will be handled as its instance type java.lang.Double
13:01:30.624 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedInt will be handled as its instance type java.lang.Long
13:01:30.624 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByteObject will be handled as its instance type java.lang.Short
13:01:30.624 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKEN will be handled as its instance type java.lang.String
13:01:30.624 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Token will be handled as its instance type java.lang.String
13:01:30.624 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::String will be handled as its instance type java.lang.String
13:01:30.624 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::BooleanObject will be handled as its instance type java.lang.Boolean
13:01:30.624 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::PositiveInteger will be handled as its instance type java.math.BigInteger
13:01:30.624 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFS will be handled as its instance type java.util.List
13:01:30.624 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Name will be handled as its instance type java.lang.String
13:01:30.624 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFSBase will be handled as its instance type java.util.List
13:01:30.624 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Base64Binary will be handled as its instance type byte[]
13:01:30.624 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Long will be handled as its instance type java.lang.Long
13:01:30.624 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ShortObject will be handled as its instance type java.lang.Short
13:01:30.624 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Language will be handled as its instance type java.lang.String
13:01:30.624 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DateTime will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar
13:01:30.624 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar
13:01:30.624 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYear will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar
13:01:30.624 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Float will be handled as its instance type java.lang.Float
13:01:30.624 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ByteObject will be handled as its instance type java.lang.Byte
13:01:30.625 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NCName will be handled as its instance type java.lang.String
13:01:30.625 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2::Ecore__ContentKind will be handled as its instance type NULL_INSTANCE_TYPE
13:01:30.625 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore
13:01:30.625 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2 to http://www.eclipse.org/uml2/5.0.0/UML
13:01:30.627 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2::Ecore__VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE
13:01:30.661 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2::Ecore__FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE
13:01:30.663 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore
13:01:30.663 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2::Ecore__FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE
13:01:30.664 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/uml2/5.0.0/UML
13:01:30.666 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2::Ecore__VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE
13:01:30.666 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2::Ecore__ContentKind will be handled as its instance type NULL_INSTANCE_TYPE
13:01:30.667 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::UnlimitedNatural will be handled as its instance type java.lang.Integer
13:01:30.667 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::Real will be handled as its instance type java.lang.Double
13:01:30.667 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::Boolean will be handled as its instance type java.lang.Boolean
13:01:30.667 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::String will be handled as its instance type java.lang.String
13:01:30.667 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::Integer will be handled as its instance type java.lang.Integer
13:01:30.667 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::AggregationKind will be handled as its instance type org.eclipse.uml2.uml.AggregationKind
13:01:30.667 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/5.0.0/UML to http://www.eclipse.org/emf/2002/Ecore
13:01:30.667 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/5.0.0/UML to http://www.eclipse.org/uml2/5.0.0/Types
13:01:30.907 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::TransitionKind will be handled as its instance type org.eclipse.uml2.uml.TransitionKind
13:01:30.979 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::MessageSort will be handled as its instance type org.eclipse.uml2.uml.MessageSort
13:01:30.985 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::VisibilityKind will be handled as its instance type org.eclipse.uml2.uml.VisibilityKind
13:01:31.067 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ParameterDirectionKind will be handled as its instance type org.eclipse.uml2.uml.ParameterDirectionKind
13:01:31.080 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ObjectNodeOrderingKind will be handled as its instance type org.eclipse.uml2.uml.ObjectNodeOrderingKind
13:01:31.166 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ConnectorKind will be handled as its instance type org.eclipse.uml2.uml.ConnectorKind
13:01:31.188 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ExpansionKind will be handled as its instance type org.eclipse.uml2.uml.ExpansionKind
13:01:31.194 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::MessageKind will be handled as its instance type org.eclipse.uml2.uml.MessageKind
13:01:31.209 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::CallConcurrencyKind will be handled as its instance type org.eclipse.uml2.uml.CallConcurrencyKind
13:01:31.264 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::PseudostateKind will be handled as its instance type org.eclipse.uml2.uml.PseudostateKind
13:01:31.266 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ParameterEffectKind will be handled as its instance type org.eclipse.uml2.uml.ParameterEffectKind
13:01:31.268 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::InteractionOperatorKind will be handled as its instance type org.eclipse.uml2.uml.InteractionOperatorKind
13:01:31.366 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore
13:01:31.367 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/uml2/5.0.0/UML
13:01:31.367 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_0.profile.uml2::Ecore__FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE
13:01:31.368 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_0.profile.uml2::Ecore__ContentKind will be handled as its instance type NULL_INSTANCE_TYPE
13:01:31.371 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/1 to http://www.eclipse.org/uml2/5.0.0/UML
13:01:31.371 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/1 to http://www.eclipse.org/emf/2002/Ecore
13:01:31.373 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList
13:01:31.373 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator
13:01:31.373 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[]
13:01:31.374 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean
13:01:31.374 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char
13:01:31.374 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float
13:01:31.374 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class
13:01:31.375 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double
13:01:31.375 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map
13:01:31.375 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String
13:01:31.375 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer
13:01:31.375 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator
13:01:31.375 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain
13:01:31.376 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object
13:01:31.376 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date
13:01:31.376 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer
13:01:31.378 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long
13:01:31.378 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException
13:01:31.378 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double
13:01:31.378 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short
13:01:31.378 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource
13:01:31.378 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger
13:01:31.378 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long
13:01:31.379 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean
13:01:31.379 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap
13:01:31.380 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float
13:01:31.380 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character
13:01:31.380 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short
13:01:31.380 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal
13:01:31.380 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte
13:01:31.380 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet
13:01:31.380 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry
13:01:31.380 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte
13:01:31.381 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/4 to http://www.eclipse.org/emf/2002/Ecore
13:01:31.382 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/4 to http://www.eclipse.org/uml2/5.0.0/UML
13:01:31.383 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/4::FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE
13:01:31.384 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/4::VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE
13:01:31.386 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/4::ContentKind will be handled as its instance type NULL_INSTANCE_TYPE
13:01:31.386 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/5 to http://www.eclipse.org/emf/2002/Ecore
13:01:31.387 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/5 to http://www.eclipse.org/uml2/5.0.0/UML
13:01:31.389 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/5::ContentKind will be handled as its instance type NULL_INSTANCE_TYPE
13:01:31.389 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/5::FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE
13:01:31.391 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/5::VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE
13:01:31.463 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/2 to http://www.eclipse.org/uml2/5.0.0/Types
13:01:31.463 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/2 to http://www.eclipse.org/uml2/5.0.0/UML
13:01:31.466 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/0 to http://www.eclipse.org/emf/2002/Ecore
13:01:31.466 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/0 to http://www.eclipse.org/uml2/5.0.0/UML
13:01:31.483 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 421 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
13:01:31.483 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
13:01:31.564 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
13:01:31.564 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
13:01:31.564 [pool-130-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:01:31.565 [pool-130-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
13:01:31.565 [pool-130-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms
13:01:31.582 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false
13:01:31.584 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:01:31.584 [pool-130-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:01:31.584 [pool-130-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:01:31.587 [pool-130-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:01:31.587 [pool-130-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:01:31.588 [pool-130-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /XMLPrimitiveTypes.library.uml...
13:01:31.592 [pool-130-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:01:31.593 [pool-130-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:01:31.593 [pool-130-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /XMLPrimitiveTypes.library.uml...
13:01:31.664 [pool-130-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /XMLPrimitiveTypes.library.uml
13:01:31.804 [pool-130-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 100 NODES AND 100 M->MM REFERENCES! (took ~804sec)
13:01:31.804 [pool-130-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /XMLPrimitiveTypes.library.uml
13:01:31.863 [pool-130-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 852 REFERENCES! (took ~0 sec)
13:01:31.863 [pool-130-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /XMLPrimitiveTypes.library.uml.
0s275ms [pure insertion]
marking any relevant derived attributes for update...13:01:31.863 [pool-130-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
13:01:31.864 [pool-130-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
13:01:31.867 [pool-130-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /EcorePrimitiveTypes.library.uml...
13:01:31.867 [pool-130-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:01:31.867 [pool-130-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:01:31.867 [pool-130-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /EcorePrimitiveTypes.library.uml...
13:01:31.868 [pool-130-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /EcorePrimitiveTypes.library.uml
13:01:31.897 [pool-130-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 51 NODES AND 51 M->MM REFERENCES! (took ~477sec)
13:01:31.897 [pool-130-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /EcorePrimitiveTypes.library.uml
13:01:31.902 [pool-130-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 347 REFERENCES! (took ~0 sec)
13:01:31.902 [pool-130-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /EcorePrimitiveTypes.library.uml.
0s35ms [pure insertion]
marking any relevant derived attributes for update...13:01:31.902 [pool-130-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:01:31.902 [pool-130-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:01:31.972 [pool-130-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /UMLPrimitiveTypes.library.uml...
13:01:31.972 [pool-130-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:01:31.972 [pool-130-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:01:31.972 [pool-130-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /UMLPrimitiveTypes.library.uml...
13:01:31.974 [pool-130-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /UMLPrimitiveTypes.library.uml
13:01:31.995 [pool-130-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 22 NODES AND 22 M->MM REFERENCES! (took ~95sec)
13:01:31.995 [pool-130-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /UMLPrimitiveTypes.library.uml
13:01:32.002 [pool-130-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 81 REFERENCES! (took ~0 sec)
13:01:32.002 [pool-130-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /UMLPrimitiveTypes.library.uml.
0s30ms [pure insertion]
marking any relevant derived attributes for update...13:01:32.002 [pool-130-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:01:32.002 [pool-130-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:01:32.003 [pool-130-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /JavaPrimitiveTypes.library.uml...
13:01:32.003 [pool-130-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:01:32.003 [pool-130-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:01:32.003 [pool-130-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /JavaPrimitiveTypes.library.uml...
13:01:32.005 [pool-130-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /JavaPrimitiveTypes.library.uml
13:01:32.080 [pool-130-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 12 NODES AND 12 M->MM REFERENCES! (took ~102sec)
13:01:32.080 [pool-130-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /JavaPrimitiveTypes.library.uml
13:01:32.083 [pool-130-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 72 REFERENCES! (took ~0 sec)
13:01:32.083 [pool-130-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /JavaPrimitiveTypes.library.uml.
0s80ms [pure insertion]
marking any relevant derived attributes for update...13:01:32.083 [pool-130-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
13:01:32.084 [pool-130-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
13:01:32.084 [pool-130-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:01:32.084 [pool-130-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:01:32.088 [pool-130-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/20 proxy references (0 sec total)
13:01:32.088 [pool-130-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 10 proxy ref lists left after resolving 0 refs
13:01:32.088 [pool-130-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.004s
attempting to resolve any uninitialized derived attributes...
13:01:32.088 [pool-130-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:01:32.088 [pool-130-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:01:32.088 [pool-130-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store
attempting to update any relevant derived attributes...
13:01:32.088 [pool-130-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s4ms [proxy update]
13:01:32.088 [pool-130-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
13:01:32.089 [pool-130-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
13:01:32.089 [pool-130-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 505 ms
13:01:32.278 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false
adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/uml/crossfile-refs/:org.eclipse.hawk.localfolder.LocalFolder:false
13:01:32.279 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:01:32.279 [pool-130-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:01:32.281 [pool-130-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:01:32.282 [pool-130-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:01:32.282 [pool-130-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:01:32.283 [pool-130-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /model1/model.uml...
13:01:32.283 [pool-130-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:01:32.283 [pool-130-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:01:32.283 [pool-130-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /model1/model.uml...
13:01:32.284 [pool-130-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /model1/model.uml
13:01:32.304 [pool-130-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~25sec)
13:01:32.304 [pool-130-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /model1/model.uml
13:01:32.309 [pool-130-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 14 REFERENCES! (took ~0 sec)
13:01:32.309 [pool-130-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /model1/model.uml.
0s26ms [pure insertion]
marking any relevant derived attributes for update...13:01:32.309 [pool-130-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:01:32.309 [pool-130-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:01:32.361 [pool-130-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /model2/model.uml...
13:01:32.361 [pool-130-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:01:32.362 [pool-130-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:01:32.362 [pool-130-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /model2/model.uml...
13:01:32.363 [pool-130-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /model2/model.uml
13:01:32.383 [pool-130-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 6 NODES AND 6 M->MM REFERENCES! (took ~46sec)
13:01:32.383 [pool-130-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /model2/model.uml
13:01:32.408 [pool-130-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 38 REFERENCES! (took ~0 sec)
13:01:32.408 [pool-130-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /model2/model.uml.
0s47ms [pure insertion]
marking any relevant derived attributes for update...13:01:32.408 [pool-130-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:01:32.408 [pool-130-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:01:32.408 [pool-130-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:01:32.408 [pool-130-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:01:32.410 [pool-130-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/50 proxy references (0 sec total)
13:01:32.464 [pool-130-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 10 proxy ref lists left after resolving 30 refs
13:01:32.464 [pool-130-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.056s
attempting to resolve any uninitialized derived attributes...
13:01:32.464 [pool-130-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:01:32.464 [pool-130-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:01:32.464 [pool-130-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store
attempting to update any relevant derived attributes...
13:01:32.464 [pool-130-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s56ms [proxy update]
13:01:32.464 [pool-130-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
13:01:32.464 [pool-130-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
13:01:32.464 [pool-130-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 185 ms
13:01:32.464 [pool-130-thread-1] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit3075449575523558983/test_localfolderCrosslinks[LevelDB GreyCat]
13:01:32.466 [pool-130-thread-1] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit3075449575523558983/test_localfolderCrosslinks[LevelDB GreyCat]
13:01:32.469 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
13:01:32.469 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false
adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/uml/crossfile-refs/:org.eclipse.hawk.localfolder.LocalFolder:false
13:01:32.470 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:01:32.470 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
13:01:32.858 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
13:01:32.859 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit3075449575523558983/test_localfolderCrosslinks[LevelDB GreyCat]
13:01:32.859 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
13:01:32.992 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
13:01:32.993 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:01:32.993 [main] INFO  o.e.h.c.r.CompositeStateListener - Initializing Hawk...
inserting static metamodels of registered metamodel factories to graph:
org.eclipse.hawk.uml.metamodel.UMLMetaModelResourceFactory
13:01:33.008 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:01:33.008 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:01:33.074 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/2 to http://www.eclipse.org/uml2/5.0.0/UML
13:01:33.076 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/2 to http://www.eclipse.org/uml2/5.0.0/Types
13:01:33.077 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/4 to http://www.eclipse.org/emf/2002/Ecore
13:01:33.077 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/4 to http://www.eclipse.org/uml2/5.0.0/UML
13:01:33.077 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/4::VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE
13:01:33.077 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/4::FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE
13:01:33.080 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/4::ContentKind will be handled as its instance type NULL_INSTANCE_TYPE
13:01:33.081 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/1 to http://www.eclipse.org/emf/2002/Ecore
13:01:33.081 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/1 to http://www.eclipse.org/uml2/5.0.0/UML
13:01:33.083 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/5 to http://www.eclipse.org/emf/2002/Ecore
13:01:33.084 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/5 to http://www.eclipse.org/uml2/5.0.0/UML
13:01:33.085 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/5::ContentKind will be handled as its instance type NULL_INSTANCE_TYPE
13:01:33.085 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/5::VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE
13:01:33.088 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/5::FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE
13:01:33.089 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/5.0.0/UML/Profile/Standard to http://www.eclipse.org/uml2/5.0.0/UML
13:01:33.092 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Short will be handled as its instance type short
13:01:33.092 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Date will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar
13:01:33.092 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnyURI will be handled as its instance type java.lang.String
13:01:33.092 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar
13:01:33.092 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::LongObject will be handled as its instance type java.lang.Long
13:01:33.092 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Integer will be handled as its instance type java.math.BigInteger
13:01:33.092 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Boolean will be handled as its instance type java.lang.Boolean
13:01:33.092 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NegativeInteger will be handled as its instance type java.math.BigInteger
13:01:33.092 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::FloatObject will be handled as its instance type java.lang.Float
13:01:33.092 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIES will be handled as its instance type java.util.List
13:01:33.092 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NOTATION will be handled as its instance type javax.xml.namespace.QName
13:01:33.092 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonPositiveInteger will be handled as its instance type java.math.BigInteger
13:01:33.092 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NormalizedString will be handled as its instance type java.lang.String
13:01:33.092 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Decimal will be handled as its instance type java.math.BigDecimal
13:01:33.092 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IntObject will be handled as its instance type java.lang.Integer
13:01:33.092 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Duration will be handled as its instance type javax.xml.datatype.Duration
13:01:33.092 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Double will be handled as its instance type java.lang.Double
13:01:33.092 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYearMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar
13:01:33.092 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByte will be handled as its instance type short
13:01:33.092 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREF will be handled as its instance type java.lang.String
13:01:33.092 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore
13:01:33.093 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Byte will be handled as its instance type byte
13:01:33.093 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITY will be handled as its instance type java.lang.String
13:01:33.093 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedLong will be handled as its instance type java.math.BigInteger
13:01:33.093 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::QName will be handled as its instance type javax.xml.namespace.QName
13:01:33.093 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShort will be handled as its instance type java.lang.Integer
13:01:33.093 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShortObject will be handled as its instance type java.lang.Integer
13:01:33.093 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedIntObject will be handled as its instance type java.lang.Long
13:01:33.093 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonthDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar
13:01:33.093 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::HexBinary will be handled as its instance type byte[]
13:01:33.093 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Int will be handled as its instance type java.lang.Integer
13:01:33.093 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ID will be handled as its instance type java.lang.String
13:01:33.093 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENSBase will be handled as its instance type java.util.List
13:01:33.093 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonNegativeInteger will be handled as its instance type java.math.BigInteger
13:01:33.093 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Time will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar
13:01:33.093 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENS will be handled as its instance type java.util.List
13:01:33.093 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnySimpleType will be handled as its instance type java.lang.Object
13:01:33.093 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIESBase will be handled as its instance type java.util.List
13:01:33.093 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DoubleObject will be handled as its instance type java.lang.Double
13:01:33.093 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedInt will be handled as its instance type java.lang.Long
13:01:33.093 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByteObject will be handled as its instance type java.lang.Short
13:01:33.093 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKEN will be handled as its instance type java.lang.String
13:01:33.093 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Token will be handled as its instance type java.lang.String
13:01:33.093 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::String will be handled as its instance type java.lang.String
13:01:33.093 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::BooleanObject will be handled as its instance type java.lang.Boolean
13:01:33.093 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::PositiveInteger will be handled as its instance type java.math.BigInteger
13:01:33.093 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFS will be handled as its instance type java.util.List
13:01:33.093 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Name will be handled as its instance type java.lang.String
13:01:33.093 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFSBase will be handled as its instance type java.util.List
13:01:33.093 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Base64Binary will be handled as its instance type byte[]
13:01:33.093 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Long will be handled as its instance type java.lang.Long
13:01:33.093 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ShortObject will be handled as its instance type java.lang.Short
13:01:33.093 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Language will be handled as its instance type java.lang.String
13:01:33.093 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DateTime will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar
13:01:33.093 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar
13:01:33.093 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYear will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar
13:01:33.093 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Float will be handled as its instance type java.lang.Float
13:01:33.093 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ByteObject will be handled as its instance type java.lang.Byte
13:01:33.094 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NCName will be handled as its instance type java.lang.String
13:01:33.094 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::UnlimitedNatural will be handled as its instance type java.lang.Integer
13:01:33.094 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::Real will be handled as its instance type java.lang.Double
13:01:33.094 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::Boolean will be handled as its instance type java.lang.Boolean
13:01:33.094 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::String will be handled as its instance type java.lang.String
13:01:33.094 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::Integer will be handled as its instance type java.lang.Integer
13:01:33.094 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore
13:01:33.094 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2 to http://www.eclipse.org/uml2/5.0.0/UML
13:01:33.096 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2::Ecore__FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE
13:01:33.097 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2::Ecore__ContentKind will be handled as its instance type NULL_INSTANCE_TYPE
13:01:33.097 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2::Ecore__VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE
13:01:33.098 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::AggregationKind will be handled as its instance type org.eclipse.uml2.uml.AggregationKind
13:01:33.098 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/5.0.0/UML to http://www.eclipse.org/emf/2002/Ecore
13:01:33.098 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/5.0.0/UML to http://www.eclipse.org/uml2/5.0.0/Types
13:01:33.313 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::TransitionKind will be handled as its instance type org.eclipse.uml2.uml.TransitionKind
13:01:33.332 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::MessageSort will be handled as its instance type org.eclipse.uml2.uml.MessageSort
13:01:33.338 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::VisibilityKind will be handled as its instance type org.eclipse.uml2.uml.VisibilityKind
13:01:33.379 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ParameterDirectionKind will be handled as its instance type org.eclipse.uml2.uml.ParameterDirectionKind
13:01:33.439 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ObjectNodeOrderingKind will be handled as its instance type org.eclipse.uml2.uml.ObjectNodeOrderingKind
13:01:33.464 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ConnectorKind will be handled as its instance type org.eclipse.uml2.uml.ConnectorKind
13:01:33.495 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ExpansionKind will be handled as its instance type org.eclipse.uml2.uml.ExpansionKind
13:01:33.501 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::MessageKind will be handled as its instance type org.eclipse.uml2.uml.MessageKind
13:01:33.515 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::CallConcurrencyKind will be handled as its instance type org.eclipse.uml2.uml.CallConcurrencyKind
13:01:33.521 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::PseudostateKind will be handled as its instance type org.eclipse.uml2.uml.PseudostateKind
13:01:33.523 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ParameterEffectKind will be handled as its instance type org.eclipse.uml2.uml.ParameterEffectKind
13:01:33.525 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::InteractionOperatorKind will be handled as its instance type org.eclipse.uml2.uml.InteractionOperatorKind
13:01:33.585 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_0.profile.uml2::Ecore__FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE
13:01:33.585 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore
13:01:33.585 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/uml2/5.0.0/UML
13:01:33.591 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_0.profile.uml2::Ecore__ContentKind will be handled as its instance type NULL_INSTANCE_TYPE
13:01:33.592 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/0 to http://www.eclipse.org/emf/2002/Ecore
13:01:33.592 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/0 to http://www.eclipse.org/uml2/5.0.0/UML
13:01:33.594 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/3 to http://www.eclipse.org/emf/2002/Ecore
13:01:33.594 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/3 to http://www.eclipse.org/uml2/5.0.0/UML
13:01:33.598 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/3::FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE
13:01:33.600 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/3::ContentKind will be handled as its instance type NULL_INSTANCE_TYPE
13:01:33.600 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/3::VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE
13:01:33.601 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList
13:01:33.601 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator
13:01:33.601 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[]
13:01:33.602 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean
13:01:33.603 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char
13:01:33.603 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float
13:01:33.603 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class
13:01:33.604 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double
13:01:33.604 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map
13:01:33.604 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String
13:01:33.604 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer
13:01:33.604 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator
13:01:33.604 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain
13:01:33.605 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object
13:01:33.605 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date
13:01:33.605 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer
13:01:33.608 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long
13:01:33.608 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException
13:01:33.608 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double
13:01:33.608 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short
13:01:33.608 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource
13:01:33.608 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger
13:01:33.608 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long
13:01:33.609 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean
13:01:33.610 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap
13:01:33.610 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float
13:01:33.610 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character
13:01:33.610 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short
13:01:33.610 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal
13:01:33.610 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte
13:01:33.610 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet
13:01:33.611 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry
13:01:33.611 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte
13:01:33.662 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/uml2/5.0.0/UML
13:01:33.662 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore
13:01:33.667 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2::Ecore__ContentKind will be handled as its instance type NULL_INSTANCE_TYPE
13:01:33.668 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2::Ecore__FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE
13:01:33.668 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2::Ecore__VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE
13:01:33.692 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 421 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
13:01:33.692 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
13:01:33.767 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
13:01:33.767 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
13:01:33.767 [pool-132-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:01:33.768 [pool-132-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
13:01:33.768 [pool-132-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms
13:01:33.785 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false
13:01:33.786 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:01:33.786 [pool-132-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:01:33.786 [pool-132-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:01:33.790 [pool-132-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:01:33.790 [pool-132-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:01:33.878 [pool-132-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /UMLPrimitiveTypes.library.uml...
13:01:33.968 [pool-132-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:01:33.968 [pool-132-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:01:33.968 [pool-132-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /UMLPrimitiveTypes.library.uml...
13:01:33.970 [pool-132-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /UMLPrimitiveTypes.library.uml
13:01:34.000 [pool-132-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 22 NODES AND 22 M->MM REFERENCES! (took ~95sec)
13:01:34.001 [pool-132-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /UMLPrimitiveTypes.library.uml
13:01:34.065 [pool-132-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 81 REFERENCES! (took ~0 sec)
13:01:34.065 [pool-132-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /UMLPrimitiveTypes.library.uml.
0s187ms [pure insertion]
marking any relevant derived attributes for update...13:01:34.065 [pool-132-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s2ms
13:01:34.067 [pool-132-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s2ms
13:01:34.069 [pool-132-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /EcorePrimitiveTypes.library.uml...
13:01:34.069 [pool-132-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:01:34.069 [pool-132-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:01:34.069 [pool-132-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /EcorePrimitiveTypes.library.uml...
13:01:34.071 [pool-132-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /EcorePrimitiveTypes.library.uml
13:01:34.105 [pool-132-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 51 NODES AND 51 M->MM REFERENCES! (took ~477sec)
13:01:34.105 [pool-132-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /EcorePrimitiveTypes.library.uml
13:01:34.169 [pool-132-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 347 REFERENCES! (took ~0 sec)
13:01:34.169 [pool-132-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /EcorePrimitiveTypes.library.uml.
0s100ms [pure insertion]
marking any relevant derived attributes for update...13:01:34.169 [pool-132-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:01:34.169 [pool-132-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:01:34.171 [pool-132-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /XMLPrimitiveTypes.library.uml...
13:01:34.171 [pool-132-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:01:34.171 [pool-132-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:01:34.171 [pool-132-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /XMLPrimitiveTypes.library.uml...
13:01:34.173 [pool-132-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /XMLPrimitiveTypes.library.uml
13:01:34.262 [pool-132-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 100 NODES AND 100 M->MM REFERENCES! (took ~804sec)
13:01:34.262 [pool-132-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /XMLPrimitiveTypes.library.uml
13:01:34.271 [pool-132-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 852 REFERENCES! (took ~0 sec)
13:01:34.271 [pool-132-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /XMLPrimitiveTypes.library.uml.
0s100ms [pure insertion]
marking any relevant derived attributes for update...13:01:34.271 [pool-132-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:01:34.271 [pool-132-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:01:34.272 [pool-132-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /JavaPrimitiveTypes.library.uml...
13:01:34.272 [pool-132-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:01:34.272 [pool-132-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:01:34.272 [pool-132-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /JavaPrimitiveTypes.library.uml...
13:01:34.274 [pool-132-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /JavaPrimitiveTypes.library.uml
13:01:34.295 [pool-132-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 12 NODES AND 12 M->MM REFERENCES! (took ~102sec)
13:01:34.295 [pool-132-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /JavaPrimitiveTypes.library.uml
13:01:34.299 [pool-132-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 72 REFERENCES! (took ~0 sec)
13:01:34.299 [pool-132-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /JavaPrimitiveTypes.library.uml.
0s27ms [pure insertion]
marking any relevant derived attributes for update...13:01:34.299 [pool-132-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:01:34.299 [pool-132-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:01:34.299 [pool-132-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:01:34.299 [pool-132-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:01:34.303 [pool-132-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/20 proxy references (0 sec total)
13:01:34.303 [pool-132-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 10 proxy ref lists left after resolving 0 refs
13:01:34.303 [pool-132-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.004s
attempting to resolve any uninitialized derived attributes...
13:01:34.303 [pool-132-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:01:34.303 [pool-132-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:01:34.303 [pool-132-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store
attempting to update any relevant derived attributes...
13:01:34.303 [pool-132-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s5ms [proxy update]
13:01:34.304 [pool-132-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
13:01:34.304 [pool-132-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
13:01:34.304 [pool-132-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 518 ms
13:01:34.554 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false
adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/uml/zoo/:org.eclipse.hawk.localfolder.LocalFolder:false
13:01:34.555 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:01:34.555 [pool-132-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:01:34.556 [pool-132-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:01:34.557 [pool-132-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:01:34.557 [pool-132-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:01:34.558 [pool-132-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /model.uml...
13:01:34.558 [pool-132-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:01:34.558 [pool-132-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:01:34.558 [pool-132-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /model.uml...
13:01:34.560 [pool-132-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /model.uml
13:01:34.566 [pool-132-thread-1] WARN  o.eclipse.hawk.graph.util.GraphUtil - Unknown type found, converting to String: org.eclipse.uml2.uml.CallConcurrencyKind
13:01:34.567 [pool-132-thread-1] WARN  o.eclipse.hawk.graph.util.GraphUtil - Unknown type found, converting to String: org.eclipse.uml2.uml.ParameterDirectionKind
13:01:34.567 [pool-132-thread-1] WARN  o.eclipse.hawk.graph.util.GraphUtil - Unknown type found, converting to String: org.eclipse.uml2.uml.ParameterEffectKind
13:01:34.569 [pool-132-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 15 NODES AND 15 M->MM REFERENCES! (took ~135sec)
13:01:34.569 [pool-132-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /model.uml
13:01:34.575 [pool-132-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 149 REFERENCES! (took ~0 sec)
13:01:34.575 [pool-132-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /model.uml.
0s17ms [pure insertion]
marking any relevant derived attributes for update...13:01:34.575 [pool-132-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:01:34.575 [pool-132-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:01:34.575 [pool-132-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:01:34.575 [pool-132-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:01:34.577 [pool-132-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/23 proxy references (0 sec total)
13:01:34.578 [pool-132-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 10 proxy ref lists left after resolving 3 refs
13:01:34.578 [pool-132-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.003s
attempting to resolve any uninitialized derived attributes...
13:01:34.579 [pool-132-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:01:34.579 [pool-132-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:01:34.579 [pool-132-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store
attempting to update any relevant derived attributes...
13:01:34.579 [pool-132-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s4ms [proxy update]
13:01:34.579 [pool-132-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
13:01:34.579 [pool-132-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
13:01:34.579 [pool-132-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 24 ms
13:01:34.584 [pool-132-thread-1] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit8785757315559970751/test_zoo[LevelDB GreyCat]
13:01:34.588 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
13:01:34.588 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false
adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/uml/zoo/:org.eclipse.hawk.localfolder.LocalFolder:false
13:01:34.589 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:01:34.589 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
13:01:35.292 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
13:01:35.293 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit8785757315559970751/test_zoo[LevelDB GreyCat]
13:01:35.293 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
13:01:35.409 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
13:01:35.410 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:01:35.410 [main] INFO  o.e.h.c.r.CompositeStateListener - Initializing Hawk...
inserting static metamodels of registered metamodel factories to graph:
org.eclipse.hawk.uml.metamodel.UMLMetaModelResourceFactory
13:01:35.423 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:01:35.423 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:01:35.491 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/3 to http://www.eclipse.org/emf/2002/Ecore
13:01:35.491 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/3 to http://www.eclipse.org/uml2/5.0.0/UML
13:01:35.493 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/3::FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE
13:01:35.493 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/3::ContentKind will be handled as its instance type NULL_INSTANCE_TYPE
13:01:35.494 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/3::VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE
13:01:35.494 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/5.0.0/UML/Profile/Standard to http://www.eclipse.org/uml2/5.0.0/UML
13:01:35.498 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/2 to http://www.eclipse.org/uml2/5.0.0/UML
13:01:35.498 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/2 to http://www.eclipse.org/uml2/5.0.0/Types
13:01:35.500 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Short will be handled as its instance type short
13:01:35.500 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Date will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar
13:01:35.500 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnyURI will be handled as its instance type java.lang.String
13:01:35.500 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar
13:01:35.500 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::LongObject will be handled as its instance type java.lang.Long
13:01:35.500 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Integer will be handled as its instance type java.math.BigInteger
13:01:35.500 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Boolean will be handled as its instance type java.lang.Boolean
13:01:35.500 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NegativeInteger will be handled as its instance type java.math.BigInteger
13:01:35.500 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::FloatObject will be handled as its instance type java.lang.Float
13:01:35.500 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIES will be handled as its instance type java.util.List
13:01:35.500 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NOTATION will be handled as its instance type javax.xml.namespace.QName
13:01:35.500 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonPositiveInteger will be handled as its instance type java.math.BigInteger
13:01:35.500 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NormalizedString will be handled as its instance type java.lang.String
13:01:35.500 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Decimal will be handled as its instance type java.math.BigDecimal
13:01:35.500 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IntObject will be handled as its instance type java.lang.Integer
13:01:35.500 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Duration will be handled as its instance type javax.xml.datatype.Duration
13:01:35.500 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Double will be handled as its instance type java.lang.Double
13:01:35.500 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYearMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar
13:01:35.500 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByte will be handled as its instance type short
13:01:35.500 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREF will be handled as its instance type java.lang.String
13:01:35.500 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore
13:01:35.500 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Byte will be handled as its instance type byte
13:01:35.500 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITY will be handled as its instance type java.lang.String
13:01:35.500 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedLong will be handled as its instance type java.math.BigInteger
13:01:35.500 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::QName will be handled as its instance type javax.xml.namespace.QName
13:01:35.500 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShort will be handled as its instance type java.lang.Integer
13:01:35.500 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShortObject will be handled as its instance type java.lang.Integer
13:01:35.500 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedIntObject will be handled as its instance type java.lang.Long
13:01:35.500 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonthDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar
13:01:35.500 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::HexBinary will be handled as its instance type byte[]
13:01:35.500 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Int will be handled as its instance type java.lang.Integer
13:01:35.500 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ID will be handled as its instance type java.lang.String
13:01:35.501 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENSBase will be handled as its instance type java.util.List
13:01:35.501 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonNegativeInteger will be handled as its instance type java.math.BigInteger
13:01:35.501 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Time will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar
13:01:35.501 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENS will be handled as its instance type java.util.List
13:01:35.501 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnySimpleType will be handled as its instance type java.lang.Object
13:01:35.501 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIESBase will be handled as its instance type java.util.List
13:01:35.501 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DoubleObject will be handled as its instance type java.lang.Double
13:01:35.501 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedInt will be handled as its instance type java.lang.Long
13:01:35.501 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByteObject will be handled as its instance type java.lang.Short
13:01:35.501 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKEN will be handled as its instance type java.lang.String
13:01:35.501 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Token will be handled as its instance type java.lang.String
13:01:35.501 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::String will be handled as its instance type java.lang.String
13:01:35.501 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::BooleanObject will be handled as its instance type java.lang.Boolean
13:01:35.501 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::PositiveInteger will be handled as its instance type java.math.BigInteger
13:01:35.501 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFS will be handled as its instance type java.util.List
13:01:35.501 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Name will be handled as its instance type java.lang.String
13:01:35.501 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFSBase will be handled as its instance type java.util.List
13:01:35.501 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Base64Binary will be handled as its instance type byte[]
13:01:35.501 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Long will be handled as its instance type java.lang.Long
13:01:35.501 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ShortObject will be handled as its instance type java.lang.Short
13:01:35.501 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Language will be handled as its instance type java.lang.String
13:01:35.501 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DateTime will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar
13:01:35.501 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar
13:01:35.501 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYear will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar
13:01:35.501 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Float will be handled as its instance type java.lang.Float
13:01:35.501 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ByteObject will be handled as its instance type java.lang.Byte
13:01:35.501 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NCName will be handled as its instance type java.lang.String
13:01:35.502 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::UnlimitedNatural will be handled as its instance type java.lang.Integer
13:01:35.502 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::Real will be handled as its instance type java.lang.Double
13:01:35.502 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::Boolean will be handled as its instance type java.lang.Boolean
13:01:35.502 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::String will be handled as its instance type java.lang.String
13:01:35.502 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::Integer will be handled as its instance type java.lang.Integer
13:01:35.502 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/0 to http://www.eclipse.org/uml2/5.0.0/UML
13:01:35.502 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/0 to http://www.eclipse.org/emf/2002/Ecore
13:01:35.503 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/4 to http://www.eclipse.org/emf/2002/Ecore
13:01:35.504 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/4 to http://www.eclipse.org/uml2/5.0.0/UML
13:01:35.505 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/4::ContentKind will be handled as its instance type NULL_INSTANCE_TYPE
13:01:35.505 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/4::VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE
13:01:35.506 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/4::FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE
13:01:35.507 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::AggregationKind will be handled as its instance type org.eclipse.uml2.uml.AggregationKind
13:01:35.508 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/5.0.0/UML to http://www.eclipse.org/emf/2002/Ecore
13:01:35.508 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/5.0.0/UML to http://www.eclipse.org/uml2/5.0.0/Types
13:01:35.746 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::TransitionKind will be handled as its instance type org.eclipse.uml2.uml.TransitionKind
13:01:35.768 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::MessageSort will be handled as its instance type org.eclipse.uml2.uml.MessageSort
13:01:35.774 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::VisibilityKind will be handled as its instance type org.eclipse.uml2.uml.VisibilityKind
13:01:35.864 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ParameterDirectionKind will be handled as its instance type org.eclipse.uml2.uml.ParameterDirectionKind
13:01:35.878 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ObjectNodeOrderingKind will be handled as its instance type org.eclipse.uml2.uml.ObjectNodeOrderingKind
13:01:35.893 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ConnectorKind will be handled as its instance type org.eclipse.uml2.uml.ConnectorKind
13:01:35.914 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ExpansionKind will be handled as its instance type org.eclipse.uml2.uml.ExpansionKind
13:01:35.920 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::MessageKind will be handled as its instance type org.eclipse.uml2.uml.MessageKind
13:01:35.988 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::CallConcurrencyKind will be handled as its instance type org.eclipse.uml2.uml.CallConcurrencyKind
13:01:35.995 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::PseudostateKind will be handled as its instance type org.eclipse.uml2.uml.PseudostateKind
13:01:35.997 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ParameterEffectKind will be handled as its instance type org.eclipse.uml2.uml.ParameterEffectKind
13:01:36.000 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::InteractionOperatorKind will be handled as its instance type org.eclipse.uml2.uml.InteractionOperatorKind
13:01:36.011 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/1 to http://www.eclipse.org/uml2/5.0.0/UML
13:01:36.011 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/1 to http://www.eclipse.org/emf/2002/Ecore
13:01:36.013 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/5 to http://www.eclipse.org/emf/2002/Ecore
13:01:36.014 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/5 to http://www.eclipse.org/uml2/5.0.0/UML
13:01:36.015 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/5::ContentKind will be handled as its instance type NULL_INSTANCE_TYPE
13:01:36.016 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/5::FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE
13:01:36.063 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/5::VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE
13:01:36.063 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore
13:01:36.064 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/uml2/5.0.0/UML
13:01:36.065 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2::Ecore__ContentKind will be handled as its instance type NULL_INSTANCE_TYPE
13:01:36.066 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2::Ecore__VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE
13:01:36.067 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2::Ecore__FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE
13:01:36.068 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2::Ecore__VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE
13:01:36.068 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore
13:01:36.068 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2 to http://www.eclipse.org/uml2/5.0.0/UML
13:01:36.069 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2::Ecore__FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE
13:01:36.069 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2::Ecore__ContentKind will be handled as its instance type NULL_INSTANCE_TYPE
13:01:36.072 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList
13:01:36.072 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator
13:01:36.072 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[]
13:01:36.073 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean
13:01:36.073 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char
13:01:36.073 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float
13:01:36.073 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class
13:01:36.074 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double
13:01:36.074 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map
13:01:36.074 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String
13:01:36.074 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer
13:01:36.074 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator
13:01:36.074 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain
13:01:36.075 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object
13:01:36.075 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date
13:01:36.075 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer
13:01:36.076 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long
13:01:36.076 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException
13:01:36.077 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double
13:01:36.077 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short
13:01:36.077 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource
13:01:36.077 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger
13:01:36.077 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long
13:01:36.078 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean
13:01:36.078 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap
13:01:36.079 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float
13:01:36.079 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character
13:01:36.079 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short
13:01:36.079 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal
13:01:36.079 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte
13:01:36.079 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet
13:01:36.079 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry
13:01:36.079 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte
13:01:36.080 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_0.profile.uml2::Ecore__ContentKind will be handled as its instance type NULL_INSTANCE_TYPE
13:01:36.080 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore
13:01:36.080 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/uml2/5.0.0/UML
13:01:36.082 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_0.profile.uml2::Ecore__FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE
13:01:36.180 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 421 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
13:01:36.181 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
13:01:36.190 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
13:01:36.190 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
13:01:36.190 [pool-134-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:01:36.190 [pool-134-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
13:01:36.190 [pool-134-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms
13:01:36.204 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false
13:01:36.205 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:01:36.205 [pool-134-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:01:36.205 [pool-134-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:01:36.208 [pool-134-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:01:36.208 [pool-134-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:01:36.209 [pool-134-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /EcorePrimitiveTypes.library.uml...
13:01:36.265 [pool-134-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:01:36.265 [pool-134-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:01:36.265 [pool-134-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /EcorePrimitiveTypes.library.uml...
13:01:36.267 [pool-134-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /EcorePrimitiveTypes.library.uml
13:01:36.293 [pool-134-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 51 NODES AND 51 M->MM REFERENCES! (took ~477sec)
13:01:36.293 [pool-134-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /EcorePrimitiveTypes.library.uml
13:01:36.299 [pool-134-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 347 REFERENCES! (took ~0 sec)
13:01:36.299 [pool-134-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /EcorePrimitiveTypes.library.uml.
0s90ms [pure insertion]
marking any relevant derived attributes for update...13:01:36.299 [pool-134-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
13:01:36.300 [pool-134-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
13:01:36.302 [pool-134-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /JavaPrimitiveTypes.library.uml...
13:01:36.302 [pool-134-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:01:36.302 [pool-134-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:01:36.302 [pool-134-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /JavaPrimitiveTypes.library.uml...
13:01:36.304 [pool-134-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /JavaPrimitiveTypes.library.uml
13:01:36.377 [pool-134-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 12 NODES AND 12 M->MM REFERENCES! (took ~102sec)
13:01:36.377 [pool-134-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /JavaPrimitiveTypes.library.uml
13:01:36.380 [pool-134-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 72 REFERENCES! (took ~0 sec)
13:01:36.380 [pool-134-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /JavaPrimitiveTypes.library.uml.
0s78ms [pure insertion]
marking any relevant derived attributes for update...13:01:36.380 [pool-134-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:01:36.380 [pool-134-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:01:36.390 [pool-134-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /UMLPrimitiveTypes.library.uml...
13:01:36.390 [pool-134-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:01:36.390 [pool-134-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:01:36.390 [pool-134-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /UMLPrimitiveTypes.library.uml...
13:01:36.392 [pool-134-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /UMLPrimitiveTypes.library.uml
13:01:36.470 [pool-134-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 22 NODES AND 22 M->MM REFERENCES! (took ~95sec)
13:01:36.470 [pool-134-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /UMLPrimitiveTypes.library.uml
13:01:36.476 [pool-134-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 81 REFERENCES! (took ~0 sec)
13:01:36.477 [pool-134-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /UMLPrimitiveTypes.library.uml.
0s87ms [pure insertion]
marking any relevant derived attributes for update...13:01:36.477 [pool-134-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:01:36.477 [pool-134-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:01:36.478 [pool-134-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /XMLPrimitiveTypes.library.uml...
13:01:36.478 [pool-134-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:01:36.478 [pool-134-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:01:36.478 [pool-134-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /XMLPrimitiveTypes.library.uml...
13:01:36.480 [pool-134-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /XMLPrimitiveTypes.library.uml
13:01:36.564 [pool-134-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 100 NODES AND 100 M->MM REFERENCES! (took ~804sec)
13:01:36.564 [pool-134-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /XMLPrimitiveTypes.library.uml
13:01:36.573 [pool-134-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 852 REFERENCES! (took ~0 sec)
13:01:36.573 [pool-134-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /XMLPrimitiveTypes.library.uml.
0s95ms [pure insertion]
marking any relevant derived attributes for update...13:01:36.573 [pool-134-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:01:36.573 [pool-134-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:01:36.574 [pool-134-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:01:36.574 [pool-134-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:01:36.579 [pool-134-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/20 proxy references (0 sec total)
13:01:36.579 [pool-134-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 10 proxy ref lists left after resolving 0 refs
13:01:36.579 [pool-134-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.005s
attempting to resolve any uninitialized derived attributes...
13:01:36.579 [pool-134-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:01:36.579 [pool-134-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:01:36.579 [pool-134-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store
attempting to update any relevant derived attributes...
13:01:36.579 [pool-134-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s6ms [proxy update]
13:01:36.580 [pool-134-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
13:01:36.580 [pool-134-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
13:01:36.580 [pool-134-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 375 ms
13:01:36.584 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
13:01:36.584 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false
13:01:36.585 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:01:36.585 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
13:01:37.176 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
13:01:37.177 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit6963282233028788604/test_indexLibraries[LevelDB GreyCat]
13:01:37.177 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
13:01:37.293 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
13:01:37.294 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:01:37.294 [main] INFO  o.e.h.c.r.CompositeStateListener - Initializing Hawk...
inserting static metamodels of registered metamodel factories to graph:
org.eclipse.hawk.uml.metamodel.UMLMetaModelResourceFactory
13:01:37.307 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:01:37.307 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:01:37.391 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/3 to http://www.eclipse.org/emf/2002/Ecore
13:01:37.391 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/3 to http://www.eclipse.org/uml2/5.0.0/UML
13:01:37.394 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/3::VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE
13:01:37.394 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/3::ContentKind will be handled as its instance type NULL_INSTANCE_TYPE
13:01:37.394 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/3::FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE
13:01:37.395 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/5.0.0/UML/Profile/Standard to http://www.eclipse.org/uml2/5.0.0/UML
13:01:37.398 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Short will be handled as its instance type short
13:01:37.398 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Date will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar
13:01:37.398 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnyURI will be handled as its instance type java.lang.String
13:01:37.398 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar
13:01:37.398 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::LongObject will be handled as its instance type java.lang.Long
13:01:37.398 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Integer will be handled as its instance type java.math.BigInteger
13:01:37.398 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Boolean will be handled as its instance type java.lang.Boolean
13:01:37.398 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NegativeInteger will be handled as its instance type java.math.BigInteger
13:01:37.398 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::FloatObject will be handled as its instance type java.lang.Float
13:01:37.398 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIES will be handled as its instance type java.util.List
13:01:37.398 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NOTATION will be handled as its instance type javax.xml.namespace.QName
13:01:37.398 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonPositiveInteger will be handled as its instance type java.math.BigInteger
13:01:37.398 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NormalizedString will be handled as its instance type java.lang.String
13:01:37.398 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Decimal will be handled as its instance type java.math.BigDecimal
13:01:37.398 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IntObject will be handled as its instance type java.lang.Integer
13:01:37.398 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Duration will be handled as its instance type javax.xml.datatype.Duration
13:01:37.398 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Double will be handled as its instance type java.lang.Double
13:01:37.398 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYearMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar
13:01:37.398 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByte will be handled as its instance type short
13:01:37.398 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREF will be handled as its instance type java.lang.String
13:01:37.398 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore
13:01:37.398 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Byte will be handled as its instance type byte
13:01:37.398 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITY will be handled as its instance type java.lang.String
13:01:37.398 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedLong will be handled as its instance type java.math.BigInteger
13:01:37.398 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::QName will be handled as its instance type javax.xml.namespace.QName
13:01:37.398 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShort will be handled as its instance type java.lang.Integer
13:01:37.398 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShortObject will be handled as its instance type java.lang.Integer
13:01:37.398 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedIntObject will be handled as its instance type java.lang.Long
13:01:37.398 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonthDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar
13:01:37.398 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::HexBinary will be handled as its instance type byte[]
13:01:37.398 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Int will be handled as its instance type java.lang.Integer
13:01:37.399 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ID will be handled as its instance type java.lang.String
13:01:37.399 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENSBase will be handled as its instance type java.util.List
13:01:37.399 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonNegativeInteger will be handled as its instance type java.math.BigInteger
13:01:37.399 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Time will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar
13:01:37.399 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENS will be handled as its instance type java.util.List
13:01:37.399 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnySimpleType will be handled as its instance type java.lang.Object
13:01:37.399 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIESBase will be handled as its instance type java.util.List
13:01:37.399 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DoubleObject will be handled as its instance type java.lang.Double
13:01:37.399 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedInt will be handled as its instance type java.lang.Long
13:01:37.399 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByteObject will be handled as its instance type java.lang.Short
13:01:37.399 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKEN will be handled as its instance type java.lang.String
13:01:37.399 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Token will be handled as its instance type java.lang.String
13:01:37.399 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::String will be handled as its instance type java.lang.String
13:01:37.399 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::BooleanObject will be handled as its instance type java.lang.Boolean
13:01:37.399 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::PositiveInteger will be handled as its instance type java.math.BigInteger
13:01:37.399 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFS will be handled as its instance type java.util.List
13:01:37.399 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Name will be handled as its instance type java.lang.String
13:01:37.399 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFSBase will be handled as its instance type java.util.List
13:01:37.399 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Base64Binary will be handled as its instance type byte[]
13:01:37.399 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Long will be handled as its instance type java.lang.Long
13:01:37.399 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ShortObject will be handled as its instance type java.lang.Short
13:01:37.399 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Language will be handled as its instance type java.lang.String
13:01:37.399 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DateTime will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar
13:01:37.399 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar
13:01:37.399 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYear will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar
13:01:37.399 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Float will be handled as its instance type java.lang.Float
13:01:37.399 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ByteObject will be handled as its instance type java.lang.Byte
13:01:37.399 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NCName will be handled as its instance type java.lang.String
13:01:37.400 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/4 to http://www.eclipse.org/emf/2002/Ecore
13:01:37.400 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/4 to http://www.eclipse.org/uml2/5.0.0/UML
13:01:37.402 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/4::VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE
13:01:37.402 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/4::FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE
13:01:37.404 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/4::ContentKind will be handled as its instance type NULL_INSTANCE_TYPE
13:01:37.404 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/0 to http://www.eclipse.org/uml2/5.0.0/UML
13:01:37.404 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/0 to http://www.eclipse.org/emf/2002/Ecore
13:01:37.406 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore
13:01:37.406 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/uml2/5.0.0/UML
13:01:37.407 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2::Ecore__FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE
13:01:37.522 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2::Ecore__VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE
13:01:37.523 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2::Ecore__ContentKind will be handled as its instance type NULL_INSTANCE_TYPE
13:01:37.523 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/2 to http://www.eclipse.org/uml2/5.0.0/UML
13:01:37.524 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/2 to http://www.eclipse.org/uml2/5.0.0/Types
13:01:37.525 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::UnlimitedNatural will be handled as its instance type java.lang.Integer
13:01:37.525 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::Real will be handled as its instance type java.lang.Double
13:01:37.525 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::Boolean will be handled as its instance type java.lang.Boolean
13:01:37.525 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::String will be handled as its instance type java.lang.String
13:01:37.525 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::Integer will be handled as its instance type java.lang.Integer
13:01:37.526 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::AggregationKind will be handled as its instance type org.eclipse.uml2.uml.AggregationKind
13:01:37.526 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/5.0.0/UML to http://www.eclipse.org/emf/2002/Ecore
13:01:37.526 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/5.0.0/UML to http://www.eclipse.org/uml2/5.0.0/Types
13:01:37.625 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::TransitionKind will be handled as its instance type org.eclipse.uml2.uml.TransitionKind
13:01:37.643 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::MessageSort will be handled as its instance type org.eclipse.uml2.uml.MessageSort
13:01:37.650 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::VisibilityKind will be handled as its instance type org.eclipse.uml2.uml.VisibilityKind
13:01:37.695 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ParameterDirectionKind will be handled as its instance type org.eclipse.uml2.uml.ParameterDirectionKind
13:01:37.763 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ObjectNodeOrderingKind will be handled as its instance type org.eclipse.uml2.uml.ObjectNodeOrderingKind
13:01:37.779 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ConnectorKind will be handled as its instance type org.eclipse.uml2.uml.ConnectorKind
13:01:37.801 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ExpansionKind will be handled as its instance type org.eclipse.uml2.uml.ExpansionKind
13:01:37.807 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::MessageKind will be handled as its instance type org.eclipse.uml2.uml.MessageKind
13:01:37.822 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::CallConcurrencyKind will be handled as its instance type org.eclipse.uml2.uml.CallConcurrencyKind
13:01:37.827 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::PseudostateKind will be handled as its instance type org.eclipse.uml2.uml.PseudostateKind
13:01:37.829 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ParameterEffectKind will be handled as its instance type org.eclipse.uml2.uml.ParameterEffectKind
13:01:37.831 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::InteractionOperatorKind will be handled as its instance type org.eclipse.uml2.uml.InteractionOperatorKind
13:01:37.841 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore
13:01:37.841 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/uml2/5.0.0/UML
13:01:37.843 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_0.profile.uml2::Ecore__ContentKind will be handled as its instance type NULL_INSTANCE_TYPE
13:01:37.845 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_0.profile.uml2::Ecore__FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE
13:01:37.845 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList
13:01:37.845 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator
13:01:37.845 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[]
13:01:37.846 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean
13:01:37.846 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char
13:01:37.846 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float
13:01:37.846 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class
13:01:37.847 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double
13:01:37.847 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map
13:01:37.847 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String
13:01:37.847 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer
13:01:37.847 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator
13:01:37.847 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain
13:01:37.847 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object
13:01:37.847 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date
13:01:37.847 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer
13:01:37.849 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long
13:01:37.849 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException
13:01:37.849 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double
13:01:37.849 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short
13:01:37.849 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource
13:01:37.849 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger
13:01:37.850 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long
13:01:37.850 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean
13:01:37.851 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap
13:01:37.851 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float
13:01:37.851 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character
13:01:37.851 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short
13:01:37.851 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal
13:01:37.851 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte
13:01:37.851 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet
13:01:37.852 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry
13:01:37.852 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte
13:01:37.852 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore
13:01:37.853 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2 to http://www.eclipse.org/uml2/5.0.0/UML
13:01:37.863 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2::Ecore__FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE
13:01:37.864 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2::Ecore__VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE
13:01:37.864 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2::Ecore__ContentKind will be handled as its instance type NULL_INSTANCE_TYPE
13:01:37.864 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/1 to http://www.eclipse.org/emf/2002/Ecore
13:01:37.864 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/1 to http://www.eclipse.org/uml2/5.0.0/UML
13:01:37.866 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/5 to http://www.eclipse.org/emf/2002/Ecore
13:01:37.866 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/5::ContentKind will be handled as its instance type NULL_INSTANCE_TYPE
13:01:37.867 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/5 to http://www.eclipse.org/uml2/5.0.0/UML
13:01:37.868 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/5::VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE
13:01:37.871 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/5::FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE
13:01:37.883 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 421 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
13:01:37.883 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
13:01:37.890 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
13:01:37.890 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
13:01:37.890 [pool-136-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:01:37.891 [pool-136-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
13:01:37.891 [pool-136-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms
13:01:37.903 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false
13:01:37.961 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:01:37.961 [pool-136-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:01:37.961 [pool-136-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:01:37.964 [pool-136-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:01:37.964 [pool-136-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:01:37.965 [pool-136-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /EcorePrimitiveTypes.library.uml...
13:01:37.970 [pool-136-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:01:37.970 [pool-136-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:01:37.970 [pool-136-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /EcorePrimitiveTypes.library.uml...
13:01:37.974 [pool-136-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /EcorePrimitiveTypes.library.uml
13:01:37.998 [pool-136-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 51 NODES AND 51 M->MM REFERENCES! (took ~477sec)
13:01:37.998 [pool-136-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /EcorePrimitiveTypes.library.uml
13:01:38.063 [pool-136-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 347 REFERENCES! (took ~0 sec)
13:01:38.063 [pool-136-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /EcorePrimitiveTypes.library.uml.
0s98ms [pure insertion]
marking any relevant derived attributes for update...13:01:38.063 [pool-136-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
13:01:38.064 [pool-136-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
13:01:38.075 [pool-136-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /UMLPrimitiveTypes.library.uml...
13:01:38.076 [pool-136-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:01:38.076 [pool-136-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:01:38.076 [pool-136-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /UMLPrimitiveTypes.library.uml...
13:01:38.077 [pool-136-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /UMLPrimitiveTypes.library.uml
13:01:38.099 [pool-136-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 22 NODES AND 22 M->MM REFERENCES! (took ~95sec)
13:01:38.099 [pool-136-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /UMLPrimitiveTypes.library.uml
13:01:38.106 [pool-136-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 81 REFERENCES! (took ~0 sec)
13:01:38.106 [pool-136-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /UMLPrimitiveTypes.library.uml.
0s31ms [pure insertion]
marking any relevant derived attributes for update...13:01:38.106 [pool-136-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:01:38.106 [pool-136-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:01:38.161 [pool-136-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /JavaPrimitiveTypes.library.uml...
13:01:38.161 [pool-136-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:01:38.163 [pool-136-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:01:38.163 [pool-136-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /JavaPrimitiveTypes.library.uml...
13:01:38.164 [pool-136-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /JavaPrimitiveTypes.library.uml
13:01:38.183 [pool-136-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 12 NODES AND 12 M->MM REFERENCES! (took ~102sec)
13:01:38.183 [pool-136-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /JavaPrimitiveTypes.library.uml
13:01:38.187 [pool-136-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 72 REFERENCES! (took ~0 sec)
13:01:38.187 [pool-136-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /JavaPrimitiveTypes.library.uml.
0s26ms [pure insertion]
marking any relevant derived attributes for update...13:01:38.187 [pool-136-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:01:38.187 [pool-136-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:01:38.188 [pool-136-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /XMLPrimitiveTypes.library.uml...
13:01:38.188 [pool-136-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:01:38.188 [pool-136-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:01:38.188 [pool-136-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /XMLPrimitiveTypes.library.uml...
13:01:38.190 [pool-136-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /XMLPrimitiveTypes.library.uml
13:01:38.270 [pool-136-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 100 NODES AND 100 M->MM REFERENCES! (took ~804sec)
13:01:38.270 [pool-136-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /XMLPrimitiveTypes.library.uml
13:01:38.278 [pool-136-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 852 REFERENCES! (took ~0 sec)
13:01:38.278 [pool-136-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /XMLPrimitiveTypes.library.uml.
0s90ms [pure insertion]
marking any relevant derived attributes for update...13:01:38.278 [pool-136-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:01:38.278 [pool-136-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:01:38.279 [pool-136-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:01:38.279 [pool-136-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:01:38.283 [pool-136-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/20 proxy references (0 sec total)
13:01:38.283 [pool-136-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 10 proxy ref lists left after resolving 0 refs
13:01:38.283 [pool-136-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.004s
attempting to resolve any uninitialized derived attributes...
13:01:38.283 [pool-136-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:01:38.283 [pool-136-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:01:38.283 [pool-136-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store
attempting to update any relevant derived attributes...
13:01:38.283 [pool-136-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s4ms [proxy update]
13:01:38.283 [pool-136-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
13:01:38.283 [pool-136-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
13:01:38.283 [pool-136-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 322 ms
13:01:38.283 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/models/uml/simpleProfile/model.profile.uml to store
13:01:38.285 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:01:38.285 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:01:38.293 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-project/mondo-hawk/simpleProfile/0.0.3 to http://www.eclipse.org/emf/2002/Ecore
13:01:38.293 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-project/mondo-hawk/simpleProfile/0.0.3 to http://www.eclipse.org/uml2/5.0.0/UML
13:01:38.294 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-project/mondo-hawk/simpleProfile/0.0.5 to http://www.eclipse.org/emf/2002/Ecore
13:01:38.294 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-project/mondo-hawk/simpleProfile/0.0.5 to http://www.eclipse.org/uml2/5.0.0/UML
13:01:38.294 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-project/mondo-hawk/simpleProfile/0.0.4 to http://www.eclipse.org/emf/2002/Ecore
13:01:38.294 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-project/mondo-hawk/simpleProfile/0.0.4 to http://www.eclipse.org/uml2/5.0.0/UML
13:01:38.295 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-project/mondo-hawk/simpleProfile/0.0.2 to http://www.eclipse.org/uml2/5.0.0/UML
13:01:38.295 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///schemas/RootElement/_I0k2UM7mEeeDhYwXdKEW_w/0/0.0.1 to http://www.eclipse.org/uml2/5.0.0/UML
13:01:38.298 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 10 METAMODEL NODES! (took ~0 sec)
13:01:38.298 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
reseting local top revision of repository: pathmap://UML_LIBRARIES/
(as elements in it were removed or new metamodels were added to Hawk)
13:01:38.580 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/uml/simpleProfileApplication/:org.eclipse.hawk.localfolder.LocalFolder:false
adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false
13:01:38.581 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:01:38.581 [pool-136-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:01:38.581 [pool-136-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:01:38.582 [pool-136-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:01:38.582 [pool-136-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:01:38.582 [pool-136-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:01:38.582 [pool-136-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:01:38.582 [pool-136-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/20 proxy references (0 sec total)
13:01:38.582 [pool-136-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 10 proxy ref lists left after resolving 0 refs
13:01:38.582 [pool-136-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
13:01:38.582 [pool-136-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:01:38.582 [pool-136-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:01:38.582 [pool-136-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store
attempting to update any relevant derived attributes...
13:01:38.582 [pool-136-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s0ms [proxy update]
13:01:38.582 [pool-136-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
13:01:38.584 [pool-136-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:01:38.584 [pool-136-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:01:38.584 [pool-136-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:01:38.586 [pool-136-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /model.uml...
13:01:38.586 [pool-136-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:01:38.586 [pool-136-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:01:38.586 [pool-136-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /model.uml...
13:01:38.588 [pool-136-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /model.uml
13:01:38.596 [pool-136-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 11 NODES AND 11 M->MM REFERENCES! (took ~28sec)
13:01:38.596 [pool-136-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /model.uml
13:01:38.599 [pool-136-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 23 REFERENCES! (took ~0 sec)
13:01:38.599 [pool-136-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /model.uml.
0s13ms [pure insertion]
marking any relevant derived attributes for update...13:01:38.599 [pool-136-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:01:38.599 [pool-136-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:01:38.599 [pool-136-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:01:38.600 [pool-136-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:01:38.601 [pool-136-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/24 proxy references (0 sec total)
13:01:38.601 [pool-136-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 12 proxy ref lists left after resolving 0 refs
13:01:38.601 [pool-136-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.001s
attempting to resolve any uninitialized derived attributes...
13:01:38.601 [pool-136-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:01:38.601 [pool-136-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:01:38.601 [pool-136-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store
attempting to update any relevant derived attributes...
13:01:38.601 [pool-136-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s2ms [proxy update]
13:01:38.601 [pool-136-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
13:01:38.601 [pool-136-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
13:01:38.601 [pool-136-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 20 ms
13:01:38.606 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
13:01:38.606 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/uml/simpleProfileApplication/:org.eclipse.hawk.localfolder.LocalFolder:false
adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false
13:01:38.607 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:01:38.607 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
13:01:39.285 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
13:01:39.286 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit1499690703008008642/test_customProfileV4[LevelDB GreyCat]
13:01:39.286 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
13:01:39.419 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
13:01:39.420 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:01:39.420 [main] INFO  o.e.h.c.r.CompositeStateListener - Initializing Hawk...
inserting static metamodels of registered metamodel factories to graph:
org.eclipse.hawk.uml.metamodel.UMLMetaModelResourceFactory
13:01:39.434 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:01:39.434 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:01:39.499 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/5 to http://www.eclipse.org/emf/2002/Ecore
13:01:39.500 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/5 to http://www.eclipse.org/uml2/5.0.0/UML
13:01:39.500 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/5::FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE
13:01:39.504 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/5::VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE
13:01:39.504 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/5::ContentKind will be handled as its instance type NULL_INSTANCE_TYPE
13:01:39.505 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/5.0.0/UML/Profile/Standard to http://www.eclipse.org/uml2/5.0.0/UML
13:01:39.508 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Short will be handled as its instance type short
13:01:39.508 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Date will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar
13:01:39.508 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnyURI will be handled as its instance type java.lang.String
13:01:39.508 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar
13:01:39.508 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::LongObject will be handled as its instance type java.lang.Long
13:01:39.508 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Integer will be handled as its instance type java.math.BigInteger
13:01:39.508 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Boolean will be handled as its instance type java.lang.Boolean
13:01:39.508 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NegativeInteger will be handled as its instance type java.math.BigInteger
13:01:39.508 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::FloatObject will be handled as its instance type java.lang.Float
13:01:39.508 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIES will be handled as its instance type java.util.List
13:01:39.508 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NOTATION will be handled as its instance type javax.xml.namespace.QName
13:01:39.508 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonPositiveInteger will be handled as its instance type java.math.BigInteger
13:01:39.508 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NormalizedString will be handled as its instance type java.lang.String
13:01:39.508 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Decimal will be handled as its instance type java.math.BigDecimal
13:01:39.508 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IntObject will be handled as its instance type java.lang.Integer
13:01:39.508 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Duration will be handled as its instance type javax.xml.datatype.Duration
13:01:39.508 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Double will be handled as its instance type java.lang.Double
13:01:39.508 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYearMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar
13:01:39.508 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByte will be handled as its instance type short
13:01:39.508 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREF will be handled as its instance type java.lang.String
13:01:39.508 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore
13:01:39.508 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Byte will be handled as its instance type byte
13:01:39.508 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITY will be handled as its instance type java.lang.String
13:01:39.508 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedLong will be handled as its instance type java.math.BigInteger
13:01:39.508 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::QName will be handled as its instance type javax.xml.namespace.QName
13:01:39.508 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShort will be handled as its instance type java.lang.Integer
13:01:39.508 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShortObject will be handled as its instance type java.lang.Integer
13:01:39.508 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedIntObject will be handled as its instance type java.lang.Long
13:01:39.508 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonthDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar
13:01:39.508 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::HexBinary will be handled as its instance type byte[]
13:01:39.508 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Int will be handled as its instance type java.lang.Integer
13:01:39.509 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ID will be handled as its instance type java.lang.String
13:01:39.509 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENSBase will be handled as its instance type java.util.List
13:01:39.509 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonNegativeInteger will be handled as its instance type java.math.BigInteger
13:01:39.509 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Time will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar
13:01:39.509 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENS will be handled as its instance type java.util.List
13:01:39.509 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnySimpleType will be handled as its instance type java.lang.Object
13:01:39.509 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIESBase will be handled as its instance type java.util.List
13:01:39.509 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DoubleObject will be handled as its instance type java.lang.Double
13:01:39.509 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedInt will be handled as its instance type java.lang.Long
13:01:39.509 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByteObject will be handled as its instance type java.lang.Short
13:01:39.509 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKEN will be handled as its instance type java.lang.String
13:01:39.509 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Token will be handled as its instance type java.lang.String
13:01:39.509 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::String will be handled as its instance type java.lang.String
13:01:39.509 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::BooleanObject will be handled as its instance type java.lang.Boolean
13:01:39.509 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::PositiveInteger will be handled as its instance type java.math.BigInteger
13:01:39.509 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFS will be handled as its instance type java.util.List
13:01:39.509 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Name will be handled as its instance type java.lang.String
13:01:39.509 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFSBase will be handled as its instance type java.util.List
13:01:39.509 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Base64Binary will be handled as its instance type byte[]
13:01:39.509 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Long will be handled as its instance type java.lang.Long
13:01:39.509 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ShortObject will be handled as its instance type java.lang.Short
13:01:39.509 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Language will be handled as its instance type java.lang.String
13:01:39.509 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DateTime will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar
13:01:39.509 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar
13:01:39.509 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYear will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar
13:01:39.509 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Float will be handled as its instance type java.lang.Float
13:01:39.509 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ByteObject will be handled as its instance type java.lang.Byte
13:01:39.509 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NCName will be handled as its instance type java.lang.String
13:01:39.510 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::UnlimitedNatural will be handled as its instance type java.lang.Integer
13:01:39.510 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::Real will be handled as its instance type java.lang.Double
13:01:39.510 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::Boolean will be handled as its instance type java.lang.Boolean
13:01:39.510 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::String will be handled as its instance type java.lang.String
13:01:39.510 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::Integer will be handled as its instance type java.lang.Integer
13:01:39.510 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/0 to http://www.eclipse.org/emf/2002/Ecore
13:01:39.510 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/0 to http://www.eclipse.org/uml2/5.0.0/UML
13:01:39.511 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore
13:01:39.511 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/uml2/5.0.0/UML
13:01:39.513 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_0.profile.uml2::Ecore__FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE
13:01:39.514 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_0.profile.uml2::Ecore__ContentKind will be handled as its instance type NULL_INSTANCE_TYPE
13:01:39.515 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::AggregationKind will be handled as its instance type org.eclipse.uml2.uml.AggregationKind
13:01:39.515 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/5.0.0/UML to http://www.eclipse.org/emf/2002/Ecore
13:01:39.515 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/5.0.0/UML to http://www.eclipse.org/uml2/5.0.0/Types
13:01:39.704 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::TransitionKind will be handled as its instance type org.eclipse.uml2.uml.TransitionKind
13:01:39.723 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::MessageSort will be handled as its instance type org.eclipse.uml2.uml.MessageSort
13:01:39.729 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::VisibilityKind will be handled as its instance type org.eclipse.uml2.uml.VisibilityKind
13:01:39.763 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ParameterDirectionKind will be handled as its instance type org.eclipse.uml2.uml.ParameterDirectionKind
13:01:39.777 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ObjectNodeOrderingKind will be handled as its instance type org.eclipse.uml2.uml.ObjectNodeOrderingKind
13:01:39.855 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ConnectorKind will be handled as its instance type org.eclipse.uml2.uml.ConnectorKind
13:01:39.877 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ExpansionKind will be handled as its instance type org.eclipse.uml2.uml.ExpansionKind
13:01:39.882 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::MessageKind will be handled as its instance type org.eclipse.uml2.uml.MessageKind
13:01:39.897 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::CallConcurrencyKind will be handled as its instance type org.eclipse.uml2.uml.CallConcurrencyKind
13:01:39.902 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::PseudostateKind will be handled as its instance type org.eclipse.uml2.uml.PseudostateKind
13:01:39.904 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ParameterEffectKind will be handled as its instance type org.eclipse.uml2.uml.ParameterEffectKind
13:01:39.906 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::InteractionOperatorKind will be handled as its instance type org.eclipse.uml2.uml.InteractionOperatorKind
13:01:39.916 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/3 to http://www.eclipse.org/emf/2002/Ecore
13:01:39.916 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/3 to http://www.eclipse.org/uml2/5.0.0/UML
13:01:39.916 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/3::ContentKind will be handled as its instance type NULL_INSTANCE_TYPE
13:01:39.917 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/3::FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE
13:01:39.918 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/3::VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE
13:01:39.919 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList
13:01:39.919 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator
13:01:39.919 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[]
13:01:39.920 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean
13:01:39.920 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char
13:01:39.920 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float
13:01:39.920 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class
13:01:39.921 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double
13:01:39.921 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map
13:01:39.921 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String
13:01:39.921 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer
13:01:39.921 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator
13:01:39.921 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain
13:01:39.922 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object
13:01:39.922 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date
13:01:39.922 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer
13:01:39.923 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long
13:01:39.923 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException
13:01:39.923 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double
13:01:39.923 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short
13:01:39.924 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource
13:01:39.924 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger
13:01:39.924 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long
13:01:39.924 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean
13:01:39.925 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap
13:01:39.925 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float
13:01:39.925 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character
13:01:39.925 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short
13:01:39.925 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal
13:01:39.925 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte
13:01:39.925 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet
13:01:39.925 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry
13:01:39.925 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte
13:01:39.926 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore
13:01:39.927 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2 to http://www.eclipse.org/uml2/5.0.0/UML
13:01:39.927 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2::Ecore__FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE
13:01:39.927 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2::Ecore__VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE
13:01:39.929 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2::Ecore__ContentKind will be handled as its instance type NULL_INSTANCE_TYPE
13:01:39.930 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/2 to http://www.eclipse.org/uml2/5.0.0/Types
13:01:39.930 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/2 to http://www.eclipse.org/uml2/5.0.0/UML
13:01:39.932 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore
13:01:39.932 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2::Ecore__FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE
13:01:39.932 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2::Ecore__VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE
13:01:39.932 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/uml2/5.0.0/UML
13:01:39.933 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2::Ecore__ContentKind will be handled as its instance type NULL_INSTANCE_TYPE
13:01:39.936 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/1 to http://www.eclipse.org/emf/2002/Ecore
13:01:39.936 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/1 to http://www.eclipse.org/uml2/5.0.0/UML
13:01:39.938 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/4 to http://www.eclipse.org/uml2/5.0.0/UML
13:01:39.938 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/4::ContentKind will be handled as its instance type NULL_INSTANCE_TYPE
13:01:39.938 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/4 to http://www.eclipse.org/emf/2002/Ecore
13:01:39.940 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/4::FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE
13:01:39.940 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/4::VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE
13:01:39.963 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 421 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
13:01:39.963 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
13:01:39.971 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
13:01:39.971 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
13:01:39.971 [pool-138-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:01:39.972 [pool-138-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
13:01:39.972 [pool-138-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms
13:01:39.984 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false
13:01:40.002 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:01:40.002 [pool-138-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:01:40.002 [pool-138-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:01:40.005 [pool-138-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:01:40.005 [pool-138-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:01:40.006 [pool-138-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /EcorePrimitiveTypes.library.uml...
13:01:40.010 [pool-138-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:01:40.010 [pool-138-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:01:40.010 [pool-138-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /EcorePrimitiveTypes.library.uml...
13:01:40.064 [pool-138-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /EcorePrimitiveTypes.library.uml
13:01:40.087 [pool-138-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 51 NODES AND 51 M->MM REFERENCES! (took ~477sec)
13:01:40.087 [pool-138-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /EcorePrimitiveTypes.library.uml
13:01:40.093 [pool-138-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 347 REFERENCES! (took ~0 sec)
13:01:40.093 [pool-138-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /EcorePrimitiveTypes.library.uml.
0s87ms [pure insertion]
marking any relevant derived attributes for update...13:01:40.093 [pool-138-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
13:01:40.094 [pool-138-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
13:01:40.105 [pool-138-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /UMLPrimitiveTypes.library.uml...
13:01:40.105 [pool-138-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:01:40.105 [pool-138-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:01:40.105 [pool-138-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /UMLPrimitiveTypes.library.uml...
13:01:40.106 [pool-138-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /UMLPrimitiveTypes.library.uml
13:01:40.181 [pool-138-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 22 NODES AND 22 M->MM REFERENCES! (took ~95sec)
13:01:40.182 [pool-138-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /UMLPrimitiveTypes.library.uml
13:01:40.190 [pool-138-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 81 REFERENCES! (took ~0 sec)
13:01:40.190 [pool-138-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /UMLPrimitiveTypes.library.uml.
0s85ms [pure insertion]
marking any relevant derived attributes for update...13:01:40.190 [pool-138-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:01:40.190 [pool-138-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:01:40.191 [pool-138-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /JavaPrimitiveTypes.library.uml...
13:01:40.191 [pool-138-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:01:40.191 [pool-138-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:01:40.191 [pool-138-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /JavaPrimitiveTypes.library.uml...
13:01:40.192 [pool-138-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /JavaPrimitiveTypes.library.uml
13:01:40.262 [pool-138-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 12 NODES AND 12 M->MM REFERENCES! (took ~102sec)
13:01:40.262 [pool-138-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /JavaPrimitiveTypes.library.uml
13:01:40.266 [pool-138-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 72 REFERENCES! (took ~0 sec)
13:01:40.266 [pool-138-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /JavaPrimitiveTypes.library.uml.
0s75ms [pure insertion]
marking any relevant derived attributes for update...13:01:40.266 [pool-138-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:01:40.266 [pool-138-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:01:40.267 [pool-138-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /XMLPrimitiveTypes.library.uml...
13:01:40.267 [pool-138-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:01:40.267 [pool-138-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:01:40.267 [pool-138-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /XMLPrimitiveTypes.library.uml...
13:01:40.269 [pool-138-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /XMLPrimitiveTypes.library.uml
13:01:40.295 [pool-138-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 100 NODES AND 100 M->MM REFERENCES! (took ~804sec)
13:01:40.295 [pool-138-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /XMLPrimitiveTypes.library.uml
13:01:40.304 [pool-138-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 852 REFERENCES! (took ~0 sec)
13:01:40.304 [pool-138-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /XMLPrimitiveTypes.library.uml.
0s37ms [pure insertion]
marking any relevant derived attributes for update...13:01:40.304 [pool-138-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:01:40.304 [pool-138-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:01:40.304 [pool-138-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:01:40.304 [pool-138-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:01:40.365 [pool-138-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/20 proxy references (0 sec total)
13:01:40.365 [pool-138-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 10 proxy ref lists left after resolving 0 refs
13:01:40.365 [pool-138-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.061s
attempting to resolve any uninitialized derived attributes...
13:01:40.365 [pool-138-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:01:40.365 [pool-138-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:01:40.365 [pool-138-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store
attempting to update any relevant derived attributes...
13:01:40.365 [pool-138-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s61ms [proxy update]
13:01:40.365 [pool-138-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
13:01:40.365 [pool-138-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
13:01:40.365 [pool-138-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 363 ms
13:01:40.365 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/models/uml/simpleProfile/model.profile.uml to store
13:01:40.367 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:01:40.367 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:01:40.375 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///schemas/RootElement/_I0k2UM7mEeeDhYwXdKEW_w/0/0.0.1 to http://www.eclipse.org/uml2/5.0.0/UML
13:01:40.376 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-project/mondo-hawk/simpleProfile/0.0.3 to http://www.eclipse.org/emf/2002/Ecore
13:01:40.376 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-project/mondo-hawk/simpleProfile/0.0.3 to http://www.eclipse.org/uml2/5.0.0/UML
13:01:40.376 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-project/mondo-hawk/simpleProfile/0.0.5 to http://www.eclipse.org/emf/2002/Ecore
13:01:40.377 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-project/mondo-hawk/simpleProfile/0.0.5 to http://www.eclipse.org/uml2/5.0.0/UML
13:01:40.377 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-project/mondo-hawk/simpleProfile/0.0.4 to http://www.eclipse.org/emf/2002/Ecore
13:01:40.377 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-project/mondo-hawk/simpleProfile/0.0.4 to http://www.eclipse.org/uml2/5.0.0/UML
13:01:40.378 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-project/mondo-hawk/simpleProfile/0.0.2 to http://www.eclipse.org/uml2/5.0.0/UML
reseting local top revision of repository: pathmap://UML_LIBRARIES/
(as elements in it were removed or new metamodels were added to Hawk)
13:01:40.380 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 10 METAMODEL NODES! (took ~0 sec)
13:01:40.380 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
13:01:40.589 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false
adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/uml/simpleProfileApplicationNewVersion/:org.eclipse.hawk.localfolder.LocalFolder:false
13:01:40.590 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:01:40.590 [pool-138-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:01:40.590 [pool-138-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:01:40.591 [pool-138-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:01:40.591 [pool-138-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:01:40.591 [pool-138-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:01:40.591 [pool-138-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:01:40.591 [pool-138-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/20 proxy references (0 sec total)
13:01:40.591 [pool-138-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 10 proxy ref lists left after resolving 0 refs
13:01:40.591 [pool-138-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
13:01:40.591 [pool-138-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:01:40.591 [pool-138-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:01:40.591 [pool-138-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store
attempting to update any relevant derived attributes...
13:01:40.591 [pool-138-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s0ms [proxy update]
13:01:40.591 [pool-138-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
13:01:40.592 [pool-138-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:01:40.593 [pool-138-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:01:40.593 [pool-138-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:01:40.595 [pool-138-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /model.uml...
13:01:40.596 [pool-138-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:01:40.596 [pool-138-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:01:40.596 [pool-138-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /model.uml...
13:01:40.597 [pool-138-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /model.uml
13:01:40.608 [pool-138-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 11 NODES AND 11 M->MM REFERENCES! (took ~28sec)
13:01:40.609 [pool-138-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /model.uml
13:01:40.612 [pool-138-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 23 REFERENCES! (took ~0 sec)
13:01:40.612 [pool-138-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /model.uml.
0s17ms [pure insertion]
marking any relevant derived attributes for update...13:01:40.612 [pool-138-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:01:40.612 [pool-138-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:01:40.612 [pool-138-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:01:40.612 [pool-138-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:01:40.613 [pool-138-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/24 proxy references (0 sec total)
13:01:40.614 [pool-138-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 12 proxy ref lists left after resolving 0 refs
13:01:40.614 [pool-138-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.002s
attempting to resolve any uninitialized derived attributes...
13:01:40.614 [pool-138-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:01:40.614 [pool-138-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:01:40.614 [pool-138-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store
attempting to update any relevant derived attributes...
13:01:40.614 [pool-138-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s2ms [proxy update]
13:01:40.614 [pool-138-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
13:01:40.614 [pool-138-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
13:01:40.614 [pool-138-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 24 ms
13:01:40.618 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
13:01:40.618 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false
adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/uml/simpleProfileApplicationNewVersion/:org.eclipse.hawk.localfolder.LocalFolder:false
13:01:40.635 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:01:40.635 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
13:01:41.294 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
13:01:41.295 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit679634805101168697/test_customProfileV5[LevelDB GreyCat]
13:01:41.295 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
13:01:41.444 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
13:01:41.446 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:01:41.446 [main] INFO  o.e.h.c.r.CompositeStateListener - Initializing Hawk...
inserting static metamodels of registered metamodel factories to graph:
org.eclipse.hawk.uml.metamodel.UMLMetaModelResourceFactory
13:01:41.459 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:01:41.459 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:01:41.525 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/5 to http://www.eclipse.org/uml2/5.0.0/UML
13:01:41.526 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/5::VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE
13:01:41.526 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/5::ContentKind will be handled as its instance type NULL_INSTANCE_TYPE
13:01:41.526 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/5 to http://www.eclipse.org/emf/2002/Ecore
13:01:41.526 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/5::FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE
13:01:41.564 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore
13:01:41.564 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/uml2/5.0.0/UML
13:01:41.565 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_0.profile.uml2::Ecore__FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE
13:01:41.565 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_0.profile.uml2::Ecore__ContentKind will be handled as its instance type NULL_INSTANCE_TYPE
13:01:41.568 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/1 to http://www.eclipse.org/emf/2002/Ecore
13:01:41.568 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/1 to http://www.eclipse.org/uml2/5.0.0/UML
13:01:41.570 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/5.0.0/UML/Profile/Standard to http://www.eclipse.org/uml2/5.0.0/UML
13:01:41.573 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/0 to http://www.eclipse.org/emf/2002/Ecore
13:01:41.573 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/0 to http://www.eclipse.org/uml2/5.0.0/UML
13:01:41.574 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Short will be handled as its instance type short
13:01:41.574 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Date will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar
13:01:41.575 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnyURI will be handled as its instance type java.lang.String
13:01:41.575 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar
13:01:41.575 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::LongObject will be handled as its instance type java.lang.Long
13:01:41.575 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Integer will be handled as its instance type java.math.BigInteger
13:01:41.575 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Boolean will be handled as its instance type java.lang.Boolean
13:01:41.575 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NegativeInteger will be handled as its instance type java.math.BigInteger
13:01:41.575 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::FloatObject will be handled as its instance type java.lang.Float
13:01:41.575 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIES will be handled as its instance type java.util.List
13:01:41.575 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NOTATION will be handled as its instance type javax.xml.namespace.QName
13:01:41.575 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonPositiveInteger will be handled as its instance type java.math.BigInteger
13:01:41.575 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NormalizedString will be handled as its instance type java.lang.String
13:01:41.575 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Decimal will be handled as its instance type java.math.BigDecimal
13:01:41.575 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IntObject will be handled as its instance type java.lang.Integer
13:01:41.575 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Duration will be handled as its instance type javax.xml.datatype.Duration
13:01:41.575 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Double will be handled as its instance type java.lang.Double
13:01:41.575 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYearMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar
13:01:41.575 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByte will be handled as its instance type short
13:01:41.575 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREF will be handled as its instance type java.lang.String
13:01:41.575 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore
13:01:41.575 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Byte will be handled as its instance type byte
13:01:41.575 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITY will be handled as its instance type java.lang.String
13:01:41.575 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedLong will be handled as its instance type java.math.BigInteger
13:01:41.575 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::QName will be handled as its instance type javax.xml.namespace.QName
13:01:41.575 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShort will be handled as its instance type java.lang.Integer
13:01:41.575 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShortObject will be handled as its instance type java.lang.Integer
13:01:41.575 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedIntObject will be handled as its instance type java.lang.Long
13:01:41.575 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonthDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar
13:01:41.575 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::HexBinary will be handled as its instance type byte[]
13:01:41.575 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Int will be handled as its instance type java.lang.Integer
13:01:41.575 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ID will be handled as its instance type java.lang.String
13:01:41.575 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENSBase will be handled as its instance type java.util.List
13:01:41.575 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonNegativeInteger will be handled as its instance type java.math.BigInteger
13:01:41.575 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Time will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar
13:01:41.575 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENS will be handled as its instance type java.util.List
13:01:41.575 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnySimpleType will be handled as its instance type java.lang.Object
13:01:41.575 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIESBase will be handled as its instance type java.util.List
13:01:41.575 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DoubleObject will be handled as its instance type java.lang.Double
13:01:41.575 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedInt will be handled as its instance type java.lang.Long
13:01:41.575 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByteObject will be handled as its instance type java.lang.Short
13:01:41.575 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKEN will be handled as its instance type java.lang.String
13:01:41.575 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Token will be handled as its instance type java.lang.String
13:01:41.575 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::String will be handled as its instance type java.lang.String
13:01:41.575 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::BooleanObject will be handled as its instance type java.lang.Boolean
13:01:41.575 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::PositiveInteger will be handled as its instance type java.math.BigInteger
13:01:41.575 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFS will be handled as its instance type java.util.List
13:01:41.575 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Name will be handled as its instance type java.lang.String
13:01:41.576 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFSBase will be handled as its instance type java.util.List
13:01:41.576 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Base64Binary will be handled as its instance type byte[]
13:01:41.576 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Long will be handled as its instance type java.lang.Long
13:01:41.576 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ShortObject will be handled as its instance type java.lang.Short
13:01:41.576 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Language will be handled as its instance type java.lang.String
13:01:41.576 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DateTime will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar
13:01:41.576 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar
13:01:41.576 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYear will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar
13:01:41.576 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Float will be handled as its instance type java.lang.Float
13:01:41.576 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ByteObject will be handled as its instance type java.lang.Byte
13:01:41.576 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NCName will be handled as its instance type java.lang.String
13:01:41.577 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/2 to http://www.eclipse.org/uml2/5.0.0/Types
13:01:41.577 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/2 to http://www.eclipse.org/uml2/5.0.0/UML
13:01:41.692 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::UnlimitedNatural will be handled as its instance type java.lang.Integer
13:01:41.692 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::Real will be handled as its instance type java.lang.Double
13:01:41.692 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::Boolean will be handled as its instance type java.lang.Boolean
13:01:41.692 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::String will be handled as its instance type java.lang.String
13:01:41.692 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::Integer will be handled as its instance type java.lang.Integer
13:01:41.692 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::AggregationKind will be handled as its instance type org.eclipse.uml2.uml.AggregationKind
13:01:41.692 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/5.0.0/UML to http://www.eclipse.org/emf/2002/Ecore
13:01:41.692 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/5.0.0/UML to http://www.eclipse.org/uml2/5.0.0/Types
13:01:41.816 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::TransitionKind will be handled as its instance type org.eclipse.uml2.uml.TransitionKind
13:01:41.834 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::MessageSort will be handled as its instance type org.eclipse.uml2.uml.MessageSort
13:01:41.840 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::VisibilityKind will be handled as its instance type org.eclipse.uml2.uml.VisibilityKind
13:01:41.945 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ParameterDirectionKind will be handled as its instance type org.eclipse.uml2.uml.ParameterDirectionKind
13:01:41.958 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ObjectNodeOrderingKind will be handled as its instance type org.eclipse.uml2.uml.ObjectNodeOrderingKind
13:01:41.975 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ConnectorKind will be handled as its instance type org.eclipse.uml2.uml.ConnectorKind
13:01:41.998 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ExpansionKind will be handled as its instance type org.eclipse.uml2.uml.ExpansionKind
13:01:42.003 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::MessageKind will be handled as its instance type org.eclipse.uml2.uml.MessageKind
13:01:42.018 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::CallConcurrencyKind will be handled as its instance type org.eclipse.uml2.uml.CallConcurrencyKind
13:01:42.023 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::PseudostateKind will be handled as its instance type org.eclipse.uml2.uml.PseudostateKind
13:01:42.025 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ParameterEffectKind will be handled as its instance type org.eclipse.uml2.uml.ParameterEffectKind
13:01:42.027 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::InteractionOperatorKind will be handled as its instance type org.eclipse.uml2.uml.InteractionOperatorKind
13:01:42.098 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2 to http://www.eclipse.org/uml2/5.0.0/UML
13:01:42.099 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore
13:01:42.100 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2::Ecore__VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE
13:01:42.102 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2::Ecore__ContentKind will be handled as its instance type NULL_INSTANCE_TYPE
13:01:42.102 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2::Ecore__FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE
13:01:42.103 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList
13:01:42.103 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator
13:01:42.103 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[]
13:01:42.104 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean
13:01:42.104 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char
13:01:42.104 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float
13:01:42.104 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class
13:01:42.105 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double
13:01:42.105 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map
13:01:42.105 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String
13:01:42.105 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer
13:01:42.105 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator
13:01:42.105 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain
13:01:42.106 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object
13:01:42.106 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date
13:01:42.106 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer
13:01:42.108 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long
13:01:42.108 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException
13:01:42.108 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double
13:01:42.108 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short
13:01:42.108 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource
13:01:42.108 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger
13:01:42.108 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long
13:01:42.109 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean
13:01:42.110 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap
13:01:42.110 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float
13:01:42.110 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character
13:01:42.110 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short
13:01:42.110 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal
13:01:42.110 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte
13:01:42.110 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet
13:01:42.110 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry
13:01:42.111 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte
13:01:42.111 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore
13:01:42.112 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2::Ecore__VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE
13:01:42.112 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/uml2/5.0.0/UML
13:01:42.112 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2::Ecore__ContentKind will be handled as its instance type NULL_INSTANCE_TYPE
13:01:42.113 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2::Ecore__FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE
13:01:42.116 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/3 to http://www.eclipse.org/emf/2002/Ecore
13:01:42.116 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/3 to http://www.eclipse.org/uml2/5.0.0/UML
13:01:42.117 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/3::ContentKind will be handled as its instance type NULL_INSTANCE_TYPE
13:01:42.118 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/3::VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE
13:01:42.119 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/3::FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE
13:01:42.161 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/4 to http://www.eclipse.org/emf/2002/Ecore
13:01:42.161 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/4 to http://www.eclipse.org/uml2/5.0.0/UML
13:01:42.162 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/4::FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE
13:01:42.162 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/4::VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE
13:01:42.162 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/4::ContentKind will be handled as its instance type NULL_INSTANCE_TYPE
13:01:42.181 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 421 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
13:01:42.181 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
13:01:42.190 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
13:01:42.190 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
13:01:42.190 [pool-140-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:01:42.190 [pool-140-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
13:01:42.190 [pool-140-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms
13:01:42.273 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false
13:01:42.275 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:01:42.275 [pool-140-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:01:42.275 [pool-140-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:01:42.278 [pool-140-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:01:42.278 [pool-140-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:01:42.279 [pool-140-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /EcorePrimitiveTypes.library.uml...
13:01:42.283 [pool-140-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:01:42.283 [pool-140-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:01:42.283 [pool-140-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /EcorePrimitiveTypes.library.uml...
13:01:42.286 [pool-140-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /EcorePrimitiveTypes.library.uml
13:01:42.380 [pool-140-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 51 NODES AND 51 M->MM REFERENCES! (took ~477sec)
13:01:42.380 [pool-140-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /EcorePrimitiveTypes.library.uml
13:01:42.387 [pool-140-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 347 REFERENCES! (took ~0 sec)
13:01:42.387 [pool-140-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /EcorePrimitiveTypes.library.uml.
0s108ms [pure insertion]
marking any relevant derived attributes for update...13:01:42.388 [pool-140-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s2ms
13:01:42.389 [pool-140-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s2ms
13:01:42.499 [pool-140-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /UMLPrimitiveTypes.library.uml...
13:01:42.499 [pool-140-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:01:42.499 [pool-140-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:01:42.499 [pool-140-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /UMLPrimitiveTypes.library.uml...
13:01:42.501 [pool-140-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /UMLPrimitiveTypes.library.uml
13:01:42.563 [pool-140-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 22 NODES AND 22 M->MM REFERENCES! (took ~95sec)
13:01:42.563 [pool-140-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /UMLPrimitiveTypes.library.uml
13:01:42.571 [pool-140-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 81 REFERENCES! (took ~0 sec)
13:01:42.572 [pool-140-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /UMLPrimitiveTypes.library.uml.
0s73ms [pure insertion]
marking any relevant derived attributes for update...13:01:42.572 [pool-140-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:01:42.572 [pool-140-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:01:42.573 [pool-140-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /JavaPrimitiveTypes.library.uml...
13:01:42.573 [pool-140-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:01:42.573 [pool-140-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:01:42.573 [pool-140-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /JavaPrimitiveTypes.library.uml...
13:01:42.574 [pool-140-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /JavaPrimitiveTypes.library.uml
13:01:42.593 [pool-140-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 12 NODES AND 12 M->MM REFERENCES! (took ~102sec)
13:01:42.593 [pool-140-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /JavaPrimitiveTypes.library.uml
13:01:42.597 [pool-140-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 72 REFERENCES! (took ~0 sec)
13:01:42.597 [pool-140-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /JavaPrimitiveTypes.library.uml.
0s24ms [pure insertion]
marking any relevant derived attributes for update...13:01:42.597 [pool-140-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:01:42.597 [pool-140-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:01:42.598 [pool-140-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /XMLPrimitiveTypes.library.uml...
13:01:42.598 [pool-140-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:01:42.598 [pool-140-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:01:42.598 [pool-140-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /XMLPrimitiveTypes.library.uml...
13:01:42.600 [pool-140-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /XMLPrimitiveTypes.library.uml
13:01:42.683 [pool-140-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 100 NODES AND 100 M->MM REFERENCES! (took ~804sec)
13:01:42.683 [pool-140-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /XMLPrimitiveTypes.library.uml
13:01:42.692 [pool-140-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 852 REFERENCES! (took ~0 sec)
13:01:42.692 [pool-140-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /XMLPrimitiveTypes.library.uml.
0s94ms [pure insertion]
marking any relevant derived attributes for update...13:01:42.692 [pool-140-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:01:42.692 [pool-140-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:01:42.692 [pool-140-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:01:42.692 [pool-140-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:01:42.697 [pool-140-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/20 proxy references (0 sec total)
13:01:42.697 [pool-140-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 10 proxy ref lists left after resolving 0 refs
13:01:42.697 [pool-140-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.005s
attempting to resolve any uninitialized derived attributes...
13:01:42.697 [pool-140-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:01:42.697 [pool-140-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:01:42.697 [pool-140-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store
attempting to update any relevant derived attributes...
13:01:42.697 [pool-140-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s5ms [proxy update]
13:01:42.697 [pool-140-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
13:01:42.697 [pool-140-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
13:01:42.697 [pool-140-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 422 ms
13:01:42.697 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/models/uml/simpleProfile/model.profile.uml to store
13:01:42.699 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:01:42.699 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:01:42.769 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-project/mondo-hawk/simpleProfile/0.0.5 to http://www.eclipse.org/emf/2002/Ecore
13:01:42.769 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-project/mondo-hawk/simpleProfile/0.0.5 to http://www.eclipse.org/uml2/5.0.0/UML
13:01:42.770 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-project/mondo-hawk/simpleProfile/0.0.4 to http://www.eclipse.org/emf/2002/Ecore
13:01:42.770 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-project/mondo-hawk/simpleProfile/0.0.4 to http://www.eclipse.org/uml2/5.0.0/UML
13:01:42.771 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-project/mondo-hawk/simpleProfile/0.0.3 to http://www.eclipse.org/emf/2002/Ecore
13:01:42.771 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-project/mondo-hawk/simpleProfile/0.0.3 to http://www.eclipse.org/uml2/5.0.0/UML
13:01:42.771 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///schemas/RootElement/_I0k2UM7mEeeDhYwXdKEW_w/0/0.0.1 to http://www.eclipse.org/uml2/5.0.0/UML
13:01:42.772 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-project/mondo-hawk/simpleProfile/0.0.2 to http://www.eclipse.org/uml2/5.0.0/UML
13:01:42.774 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 10 METAMODEL NODES! (took ~0 sec)
reseting local top revision of repository: pathmap://UML_LIBRARIES/
(as elements in it were removed or new metamodels were added to Hawk)
13:01:42.774 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
13:01:42.973 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false
adding: file:///tmp/junit6112869149197569839/:org.eclipse.hawk.localfolder.LocalFolder:false
13:01:42.974 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:01:42.974 [pool-140-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:01:42.974 [pool-140-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:01:42.975 [pool-140-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:01:42.975 [pool-140-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:01:42.975 [pool-140-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:01:42.975 [pool-140-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:01:42.975 [pool-140-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/20 proxy references (0 sec total)
13:01:42.975 [pool-140-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 10 proxy ref lists left after resolving 0 refs
13:01:42.975 [pool-140-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
13:01:42.975 [pool-140-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:01:42.975 [pool-140-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:01:42.975 [pool-140-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store
attempting to update any relevant derived attributes...
13:01:42.975 [pool-140-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s0ms [proxy update]
13:01:42.975 [pool-140-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
13:01:42.979 [pool-140-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:01:42.979 [pool-140-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:01:42.979 [pool-140-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:01:42.980 [pool-140-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /crossfile-refs/model1/model.uml...
13:01:42.980 [pool-140-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:01:42.980 [pool-140-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:01:42.980 [pool-140-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /crossfile-refs/model1/model.uml...
13:01:42.982 [pool-140-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /crossfile-refs/model1/model.uml
13:01:42.998 [pool-140-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~25sec)
13:01:42.998 [pool-140-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /crossfile-refs/model1/model.uml
13:01:43.002 [pool-140-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 14 REFERENCES! (took ~0 sec)
13:01:43.002 [pool-140-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /crossfile-refs/model1/model.uml.
0s22ms [pure insertion]
marking any relevant derived attributes for update...13:01:43.002 [pool-140-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:01:43.002 [pool-140-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:01:43.004 [pool-140-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /simpleProfileApplication/model.uml...
13:01:43.004 [pool-140-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:01:43.004 [pool-140-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:01:43.004 [pool-140-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /simpleProfileApplication/model.uml...
13:01:43.006 [pool-140-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /simpleProfileApplication/model.uml
13:01:43.012 [pool-140-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 11 NODES AND 11 M->MM REFERENCES! (took ~28sec)
13:01:43.012 [pool-140-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /simpleProfileApplication/model.uml
13:01:43.063 [pool-140-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 23 REFERENCES! (took ~0 sec)
13:01:43.063 [pool-140-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /simpleProfileApplication/model.uml.
0s59ms [pure insertion]
marking any relevant derived attributes for update...13:01:43.063 [pool-140-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:01:43.063 [pool-140-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:01:43.064 [pool-140-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /crossfile-refs/model2/model.uml...
13:01:43.064 [pool-140-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:01:43.064 [pool-140-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:01:43.064 [pool-140-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /crossfile-refs/model2/model.uml...
13:01:43.066 [pool-140-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /crossfile-refs/model2/model.uml
13:01:43.084 [pool-140-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 6 NODES AND 6 M->MM REFERENCES! (took ~46sec)
13:01:43.084 [pool-140-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /crossfile-refs/model2/model.uml
13:01:43.091 [pool-140-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 38 REFERENCES! (took ~0 sec)
13:01:43.091 [pool-140-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /crossfile-refs/model2/model.uml.
0s27ms [pure insertion]
marking any relevant derived attributes for update...13:01:43.091 [pool-140-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:01:43.091 [pool-140-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:01:43.092 [pool-140-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /simpleProfile/model.profile.uml...
13:01:43.092 [pool-140-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:01:43.092 [pool-140-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:01:43.092 [pool-140-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /simpleProfile/model.profile.uml...
13:01:43.094 [pool-140-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /simpleProfile/model.profile.uml
13:01:43.293 [pool-140-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 72 NODES AND 72 M->MM REFERENCES! (took ~155sec)
13:01:43.293 [pool-140-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /simpleProfile/model.profile.uml
13:01:43.462 [pool-140-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 193 REFERENCES! (took ~0 sec)
13:01:43.462 [pool-140-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /simpleProfile/model.profile.uml.
0s370ms [pure insertion]
marking any relevant derived attributes for update...13:01:43.462 [pool-140-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:01:43.462 [pool-140-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:01:43.464 [pool-140-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /zoo/model.uml...
13:01:43.464 [pool-140-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:01:43.465 [pool-140-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:01:43.465 [pool-140-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /zoo/model.uml...
13:01:43.487 [pool-140-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /zoo/model.uml
13:01:43.495 [pool-140-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 15 NODES AND 15 M->MM REFERENCES! (took ~135sec)
13:01:43.495 [pool-140-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /zoo/model.uml
13:01:43.502 [pool-140-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 149 REFERENCES! (took ~0 sec)
13:01:43.502 [pool-140-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /zoo/model.uml.
0s38ms [pure insertion]
marking any relevant derived attributes for update...13:01:43.502 [pool-140-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:01:43.502 [pool-140-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:01:43.502 [pool-140-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:01:43.502 [pool-140-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:01:43.506 [pool-140-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/109 proxy references (0 sec total)
13:01:43.511 [pool-140-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 37 proxy ref lists left after resolving 39 refs
13:01:43.511 [pool-140-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.009s
attempting to resolve any uninitialized derived attributes...
13:01:43.511 [pool-140-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:01:43.511 [pool-140-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:01:43.511 [pool-140-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store
attempting to update any relevant derived attributes...
13:01:43.511 [pool-140-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s9ms [proxy update]
13:01:43.511 [pool-140-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
13:01:43.511 [pool-140-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
13:01:43.512 [pool-140-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 538 ms
13:01:43.564 [pool-140-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:01:43.567 [pool-140-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:01:43.568 [pool-140-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:01:43.568 [pool-140-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:01:43.570 [pool-140-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /simpleProfileApplication/model.uml...
13:01:43.570 [pool-140-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:01:43.570 [pool-140-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 11 (11) nodes in store
13:01:43.573 [pool-140-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:6 u:3 d:6 ratio: 1.3636363636363635
13:01:43.573 [pool-140-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
13:01:43.573 [pool-140-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch update of file: /simpleProfileApplication/model.uml...
13:01:43.573 [pool-140-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleting nodes from file: /simpleProfileApplication/model.uml
13:01:43.579 [pool-140-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleted all, took: 0.006s
13:01:43.583 [pool-140-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /simpleProfileApplication/model.uml
13:01:43.589 [pool-140-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 11 NODES AND 11 M->MM REFERENCES! (took ~28sec)
13:01:43.589 [pool-140-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /simpleProfileApplication/model.uml
13:01:43.593 [pool-140-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 23 REFERENCES! (took ~0 sec)
13:01:43.593 [pool-140-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch update of file: /simpleProfileApplication/model.uml.
0s23ms [pure insertion]
marking any relevant derived attributes for update...13:01:43.593 [pool-140-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:01:43.593 [pool-140-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:01:43.593 [pool-140-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:01:43.593 [pool-140-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:01:43.595 [pool-140-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/74 proxy references (0 sec total)
13:01:43.595 [pool-140-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 38 proxy ref lists left after resolving 1 refs
13:01:43.595 [pool-140-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.002s
attempting to resolve any uninitialized derived attributes...
13:01:43.595 [pool-140-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:01:43.595 [pool-140-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:01:43.596 [pool-140-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store
attempting to update any relevant derived attributes...
13:01:43.596 [pool-140-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s3ms [proxy update]
13:01:43.596 [pool-140-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
13:01:43.596 [pool-140-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
13:01:43.596 [pool-140-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 32 ms
13:01:43.598 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
13:01:43.598 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false
adding: file:///tmp/junit6112869149197569839/:org.eclipse.hawk.localfolder.LocalFolder:false
13:01:43.599 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:01:43.599 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
13:01:44.428 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
13:01:44.429 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit6459453332061551585/test_modelProfileInsideRepository[LevelDB GreyCat]
13:01:44.429 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
13:01:44.579 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
13:01:44.579 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:01:44.579 [main] INFO  o.e.h.c.r.CompositeStateListener - Initializing Hawk...
inserting static metamodels of registered metamodel factories to graph:
org.eclipse.hawk.uml.metamodel.UMLMetaModelResourceFactory
13:01:44.591 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:01:44.591 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:01:44.676 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore
13:01:44.676 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2 to http://www.eclipse.org/uml2/5.0.0/UML
13:01:44.676 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2::Ecore__FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE
13:01:44.676 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2::Ecore__VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE
13:01:44.678 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2::Ecore__ContentKind will be handled as its instance type NULL_INSTANCE_TYPE
13:01:44.680 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/0 to http://www.eclipse.org/uml2/5.0.0/UML
13:01:44.680 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/0 to http://www.eclipse.org/emf/2002/Ecore
13:01:44.681 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/2 to http://www.eclipse.org/uml2/5.0.0/Types
13:01:44.681 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/2 to http://www.eclipse.org/uml2/5.0.0/UML
13:01:44.683 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/5.0.0/UML/Profile/Standard to http://www.eclipse.org/uml2/5.0.0/UML
13:01:44.687 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Short will be handled as its instance type short
13:01:44.687 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Date will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar
13:01:44.687 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnyURI will be handled as its instance type java.lang.String
13:01:44.687 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar
13:01:44.687 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::LongObject will be handled as its instance type java.lang.Long
13:01:44.687 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Integer will be handled as its instance type java.math.BigInteger
13:01:44.687 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Boolean will be handled as its instance type java.lang.Boolean
13:01:44.687 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NegativeInteger will be handled as its instance type java.math.BigInteger
13:01:44.687 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::FloatObject will be handled as its instance type java.lang.Float
13:01:44.687 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIES will be handled as its instance type java.util.List
13:01:44.687 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NOTATION will be handled as its instance type javax.xml.namespace.QName
13:01:44.687 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonPositiveInteger will be handled as its instance type java.math.BigInteger
13:01:44.687 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NormalizedString will be handled as its instance type java.lang.String
13:01:44.687 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Decimal will be handled as its instance type java.math.BigDecimal
13:01:44.687 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IntObject will be handled as its instance type java.lang.Integer
13:01:44.687 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Duration will be handled as its instance type javax.xml.datatype.Duration
13:01:44.687 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Double will be handled as its instance type java.lang.Double
13:01:44.687 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYearMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar
13:01:44.687 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByte will be handled as its instance type short
13:01:44.687 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREF will be handled as its instance type java.lang.String
13:01:44.687 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore
13:01:44.687 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Byte will be handled as its instance type byte
13:01:44.687 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITY will be handled as its instance type java.lang.String
13:01:44.687 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedLong will be handled as its instance type java.math.BigInteger
13:01:44.687 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::QName will be handled as its instance type javax.xml.namespace.QName
13:01:44.687 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShort will be handled as its instance type java.lang.Integer
13:01:44.687 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShortObject will be handled as its instance type java.lang.Integer
13:01:44.687 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedIntObject will be handled as its instance type java.lang.Long
13:01:44.687 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonthDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar
13:01:44.687 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::HexBinary will be handled as its instance type byte[]
13:01:44.687 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Int will be handled as its instance type java.lang.Integer
13:01:44.687 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ID will be handled as its instance type java.lang.String
13:01:44.687 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENSBase will be handled as its instance type java.util.List
13:01:44.687 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonNegativeInteger will be handled as its instance type java.math.BigInteger
13:01:44.687 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Time will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar
13:01:44.687 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENS will be handled as its instance type java.util.List
13:01:44.687 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnySimpleType will be handled as its instance type java.lang.Object
13:01:44.687 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIESBase will be handled as its instance type java.util.List
13:01:44.687 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DoubleObject will be handled as its instance type java.lang.Double
13:01:44.687 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedInt will be handled as its instance type java.lang.Long
13:01:44.687 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByteObject will be handled as its instance type java.lang.Short
13:01:44.687 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKEN will be handled as its instance type java.lang.String
13:01:44.687 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Token will be handled as its instance type java.lang.String
13:01:44.687 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::String will be handled as its instance type java.lang.String
13:01:44.687 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::BooleanObject will be handled as its instance type java.lang.Boolean
13:01:44.687 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::PositiveInteger will be handled as its instance type java.math.BigInteger
13:01:44.687 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFS will be handled as its instance type java.util.List
13:01:44.687 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Name will be handled as its instance type java.lang.String
13:01:44.688 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFSBase will be handled as its instance type java.util.List
13:01:44.688 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Base64Binary will be handled as its instance type byte[]
13:01:44.688 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Long will be handled as its instance type java.lang.Long
13:01:44.688 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ShortObject will be handled as its instance type java.lang.Short
13:01:44.688 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Language will be handled as its instance type java.lang.String
13:01:44.688 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DateTime will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar
13:01:44.688 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar
13:01:44.688 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYear will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar
13:01:44.688 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Float will be handled as its instance type java.lang.Float
13:01:44.688 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ByteObject will be handled as its instance type java.lang.Byte
13:01:44.688 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NCName will be handled as its instance type java.lang.String
13:01:44.688 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::UnlimitedNatural will be handled as its instance type java.lang.Integer
13:01:44.688 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::Real will be handled as its instance type java.lang.Double
13:01:44.688 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::Boolean will be handled as its instance type java.lang.Boolean
13:01:44.688 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::String will be handled as its instance type java.lang.String
13:01:44.688 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::Integer will be handled as its instance type java.lang.Integer
13:01:44.689 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::AggregationKind will be handled as its instance type org.eclipse.uml2.uml.AggregationKind
13:01:44.689 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/5.0.0/UML to http://www.eclipse.org/emf/2002/Ecore
13:01:44.689 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/5.0.0/UML to http://www.eclipse.org/uml2/5.0.0/Types
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
13:01:44.933 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::TransitionKind will be handled as its instance type org.eclipse.uml2.uml.TransitionKind
13:01:44.970 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::MessageSort will be handled as its instance type org.eclipse.uml2.uml.MessageSort
13:01:44.976 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::VisibilityKind will be handled as its instance type org.eclipse.uml2.uml.VisibilityKind
13:01:45.010 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ParameterDirectionKind will be handled as its instance type org.eclipse.uml2.uml.ParameterDirectionKind
13:01:45.023 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ObjectNodeOrderingKind will be handled as its instance type org.eclipse.uml2.uml.ObjectNodeOrderingKind
13:01:45.104 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ConnectorKind will be handled as its instance type org.eclipse.uml2.uml.ConnectorKind
13:01:45.125 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ExpansionKind will be handled as its instance type org.eclipse.uml2.uml.ExpansionKind
13:01:45.131 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::MessageKind will be handled as its instance type org.eclipse.uml2.uml.MessageKind
13:01:45.145 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::CallConcurrencyKind will be handled as its instance type org.eclipse.uml2.uml.CallConcurrencyKind
13:01:45.150 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::PseudostateKind will be handled as its instance type org.eclipse.uml2.uml.PseudostateKind
13:01:45.152 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ParameterEffectKind will be handled as its instance type org.eclipse.uml2.uml.ParameterEffectKind
13:01:45.154 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::InteractionOperatorKind will be handled as its instance type org.eclipse.uml2.uml.InteractionOperatorKind
13:01:45.164 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore
13:01:45.164 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/uml2/5.0.0/UML
13:01:45.165 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2::Ecore__FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE
13:01:45.166 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2::Ecore__ContentKind will be handled as its instance type NULL_INSTANCE_TYPE
13:01:45.166 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2::Ecore__VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE
13:01:45.168 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/4 to http://www.eclipse.org/emf/2002/Ecore
13:01:45.168 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/4 to http://www.eclipse.org/uml2/5.0.0/UML
13:01:45.169 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/4::ContentKind will be handled as its instance type NULL_INSTANCE_TYPE
13:01:45.170 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/4::FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE
13:01:45.170 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/4::VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE
13:01:45.172 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList
13:01:45.172 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator
13:01:45.172 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[]
13:01:45.173 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean
13:01:45.173 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char
13:01:45.173 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float
13:01:45.173 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class
13:01:45.174 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double
13:01:45.174 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map
13:01:45.174 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String
13:01:45.174 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer
13:01:45.174 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator
13:01:45.174 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain
13:01:45.174 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object
13:01:45.174 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date
13:01:45.174 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer
13:01:45.176 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long
13:01:45.176 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException
13:01:45.176 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double
13:01:45.176 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short
13:01:45.176 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource
13:01:45.176 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger
13:01:45.176 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long
13:01:45.177 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean
13:01:45.177 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap
13:01:45.178 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float
13:01:45.178 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character
13:01:45.178 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short
13:01:45.178 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal
13:01:45.178 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte
13:01:45.178 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet
13:01:45.178 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry
13:01:45.178 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte
13:01:45.179 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/1 to http://www.eclipse.org/uml2/5.0.0/UML
13:01:45.179 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/1 to http://www.eclipse.org/emf/2002/Ecore
13:01:45.181 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/3 to http://www.eclipse.org/emf/2002/Ecore
13:01:45.181 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/3 to http://www.eclipse.org/uml2/5.0.0/UML
13:01:45.181 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/3::ContentKind will be handled as its instance type NULL_INSTANCE_TYPE
13:01:45.181 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/3::FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE
13:01:45.183 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/3::VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE
13:01:45.184 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/5 to http://www.eclipse.org/emf/2002/Ecore
13:01:45.185 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/5 to http://www.eclipse.org/uml2/5.0.0/UML
13:01:45.186 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/5::VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE
13:01:45.186 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/5::FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE
13:01:45.187 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/5::ContentKind will be handled as its instance type NULL_INSTANCE_TYPE
13:01:45.190 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore
13:01:45.190 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/uml2/5.0.0/UML
13:01:45.190 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_0.profile.uml2::Ecore__ContentKind will be handled as its instance type NULL_INSTANCE_TYPE
13:01:45.191 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_0.profile.uml2::Ecore__FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE
13:01:45.204 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 421 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
13:01:45.204 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
13:01:45.211 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
13:01:45.211 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
13:01:45.211 [pool-142-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:01:45.211 [pool-142-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
13:01:45.212 [pool-142-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms
13:01:45.261 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false
13:01:45.263 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:01:45.263 [pool-142-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:01:45.263 [pool-142-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:01:45.266 [pool-142-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:01:45.266 [pool-142-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:01:45.275 [pool-142-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /UMLPrimitiveTypes.library.uml...
13:01:45.279 [pool-142-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:01:45.279 [pool-142-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:01:45.279 [pool-142-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /UMLPrimitiveTypes.library.uml...
13:01:45.281 [pool-142-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /UMLPrimitiveTypes.library.uml
13:01:45.304 [pool-142-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 22 NODES AND 22 M->MM REFERENCES! (took ~95sec)
13:01:45.304 [pool-142-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /UMLPrimitiveTypes.library.uml
13:01:45.363 [pool-142-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 81 REFERENCES! (took ~0 sec)
13:01:45.363 [pool-142-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /UMLPrimitiveTypes.library.uml.
0s88ms [pure insertion]
marking any relevant derived attributes for update...13:01:45.363 [pool-142-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
13:01:45.364 [pool-142-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
13:01:45.366 [pool-142-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /XMLPrimitiveTypes.library.uml...
13:01:45.366 [pool-142-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:01:45.366 [pool-142-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:01:45.366 [pool-142-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /XMLPrimitiveTypes.library.uml...
13:01:45.367 [pool-142-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /XMLPrimitiveTypes.library.uml
13:01:45.394 [pool-142-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 100 NODES AND 100 M->MM REFERENCES! (took ~804sec)
13:01:45.394 [pool-142-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /XMLPrimitiveTypes.library.uml
13:01:45.465 [pool-142-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 852 REFERENCES! (took ~0 sec)
13:01:45.465 [pool-142-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /XMLPrimitiveTypes.library.uml.
0s99ms [pure insertion]
marking any relevant derived attributes for update...13:01:45.465 [pool-142-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:01:45.465 [pool-142-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:01:45.466 [pool-142-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /EcorePrimitiveTypes.library.uml...
13:01:45.466 [pool-142-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:01:45.466 [pool-142-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:01:45.466 [pool-142-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /EcorePrimitiveTypes.library.uml...
13:01:45.468 [pool-142-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /EcorePrimitiveTypes.library.uml
13:01:45.490 [pool-142-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 51 NODES AND 51 M->MM REFERENCES! (took ~477sec)
13:01:45.490 [pool-142-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /EcorePrimitiveTypes.library.uml
13:01:45.496 [pool-142-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 347 REFERENCES! (took ~0 sec)
13:01:45.496 [pool-142-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /EcorePrimitiveTypes.library.uml.
0s30ms [pure insertion]
marking any relevant derived attributes for update...13:01:45.496 [pool-142-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:01:45.496 [pool-142-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:01:45.497 [pool-142-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /JavaPrimitiveTypes.library.uml...
13:01:45.497 [pool-142-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:01:45.497 [pool-142-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:01:45.497 [pool-142-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /JavaPrimitiveTypes.library.uml...
13:01:45.499 [pool-142-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /JavaPrimitiveTypes.library.uml
13:01:45.579 [pool-142-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 12 NODES AND 12 M->MM REFERENCES! (took ~102sec)
13:01:45.579 [pool-142-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /JavaPrimitiveTypes.library.uml
13:01:45.582 [pool-142-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 72 REFERENCES! (took ~0 sec)
13:01:45.582 [pool-142-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /JavaPrimitiveTypes.library.uml.
0s86ms [pure insertion]
marking any relevant derived attributes for update...13:01:45.583 [pool-142-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:01:45.583 [pool-142-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:01:45.583 [pool-142-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:01:45.583 [pool-142-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:01:45.587 [pool-142-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/20 proxy references (0 sec total)
13:01:45.587 [pool-142-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 10 proxy ref lists left after resolving 0 refs
13:01:45.587 [pool-142-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.004s
attempting to resolve any uninitialized derived attributes...
13:01:45.587 [pool-142-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:01:45.588 [pool-142-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:01:45.588 [pool-142-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store
attempting to update any relevant derived attributes...
13:01:45.588 [pool-142-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s5ms [proxy update]
13:01:45.588 [pool-142-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
13:01:45.588 [pool-142-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
13:01:45.588 [pool-142-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 325 ms
13:01:45.684 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false
adding: platform:/resource:org.eclipse.hawk.workspace.Workspace:false
13:01:45.685 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:01:45.685 [pool-142-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:01:45.688 [pool-142-thread-1] INFO  org.eclipse.hawk.workspace.Workspace - getDelta() over workspace - 2 ms
13:01:45.688 [pool-142-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:01:45.689 [pool-142-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:01:45.689 [pool-142-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:01:45.689 [pool-142-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /model2/model.uml...
13:01:45.689 [pool-142-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:01:45.689 [pool-142-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:01:45.689 [pool-142-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /model2/model.uml...
13:01:45.691 [pool-142-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /model2/model.uml
13:01:45.708 [pool-142-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 6 NODES AND 6 M->MM REFERENCES! (took ~46sec)
13:01:45.708 [pool-142-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /model2/model.uml
13:01:45.767 [pool-142-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 38 REFERENCES! (took ~0 sec)
13:01:45.767 [pool-142-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /model2/model.uml.
0s78ms [pure insertion]
marking any relevant derived attributes for update...13:01:45.767 [pool-142-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:01:45.767 [pool-142-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:01:45.768 [pool-142-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /model1/model.uml...
13:01:45.768 [pool-142-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:01:45.769 [pool-142-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:01:45.769 [pool-142-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /model1/model.uml...
13:01:45.788 [pool-142-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /model1/model.uml
13:01:45.802 [pool-142-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~25sec)
13:01:45.802 [pool-142-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /model1/model.uml
13:01:45.805 [pool-142-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 14 REFERENCES! (took ~0 sec)
13:01:45.805 [pool-142-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /model1/model.uml.
0s37ms [pure insertion]
marking any relevant derived attributes for update...13:01:45.805 [pool-142-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:01:45.805 [pool-142-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:01:45.806 [pool-142-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:01:45.806 [pool-142-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:01:45.807 [pool-142-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/50 proxy references (0 sec total)
13:01:45.810 [pool-142-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 10 proxy ref lists left after resolving 30 refs
13:01:45.810 [pool-142-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.004s
attempting to resolve any uninitialized derived attributes...
13:01:45.810 [pool-142-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:01:45.810 [pool-142-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:01:45.810 [pool-142-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store
attempting to update any relevant derived attributes...
13:01:45.810 [pool-142-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s4ms [proxy update]
13:01:45.810 [pool-142-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
13:01:45.810 [pool-142-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
13:01:45.810 [pool-142-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 125 ms
13:01:45.810 [pool-142-thread-1] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit1425961549904967248/test_workspaceCrosslinks[LevelDB GreyCat]
13:01:45.812 [pool-142-thread-1] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit1425961549904967248/test_workspaceCrosslinks[LevelDB GreyCat]
13:01:45.868 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
13:01:45.868 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false
adding: platform:/resource:org.eclipse.hawk.workspace.Workspace:false
13:01:45.869 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:01:45.869 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
13:01:46.085 [pool-52-thread-1] ERROR o.e.hawk.greycat.lucene.SoftTxLucene - Periodic commit of Lucene at MMapDirectory@/tmp/junit7395081700194329967/test_create[LevelDB GreyCat]/lucene lockFactory=org.apache.lucene.store.NativeFSLockFactory@a8c1f44 failed
java.nio.file.NoSuchFileException: /tmp/junit7395081700194329967/test_create[LevelDB GreyCat]/lucene/write.lock
	at sun.nio.fs.UnixException.translateToIOException(UnixException.java:86) ~[na:1.8.0_282]
	at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:102) ~[na:1.8.0_282]
	at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:107) ~[na:1.8.0_282]
	at sun.nio.fs.UnixFileAttributeViews$Basic.readAttributes(UnixFileAttributeViews.java:55) ~[na:1.8.0_282]
	at sun.nio.fs.UnixFileSystemProvider.readAttributes(UnixFileSystemProvider.java:144) ~[na:1.8.0_282]
	at sun.nio.fs.LinuxFileSystemProvider.readAttributes(LinuxFileSystemProvider.java:99) ~[na:1.8.0_282]
	at java.nio.file.Files.readAttributes(Files.java:1737) ~[na:1.8.0_282]
	at org.apache.lucene.store.NativeFSLockFactory$NativeFSLock.ensureValid(NativeFSLockFactory.java:189) ~[na:na]
	at org.apache.lucene.store.LockValidatingDirectoryWrapper.syncMetaData(LockValidatingDirectoryWrapper.java:61) ~[na:na]
	at org.apache.lucene.index.SegmentInfos.prepareCommit(SegmentInfos.java:758) ~[na:na]
	at org.apache.lucene.index.IndexWriter.startCommit(IndexWriter.java:4793) ~[na:na]
	at org.apache.lucene.index.IndexWriter.prepareCommitInternal(IndexWriter.java:3326) ~[na:na]
	at org.apache.lucene.index.IndexWriter.commitInternal(IndexWriter.java:3458) ~[na:na]
	at org.apache.lucene.index.IndexWriter.commit(IndexWriter.java:3423) ~[na:na]
	at org.eclipse.hawk.greycat.lucene.SoftTxLucene.lambda$0(SoftTxLucene.java:99) ~[org.eclipse.hawk.greycat-2.2.0-SNAPSHOT.jar:na]
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) ~[na:1.8.0_282]
	at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308) ~[na:1.8.0_282]
	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180) ~[na:1.8.0_282]
	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294) ~[na:1.8.0_282]
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) ~[na:1.8.0_282]
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) ~[na:1.8.0_282]
	at java.lang.Thread.run(Thread.java:748) ~[na:1.8.0_282]
13:01:46.278 [pool-53-thread-1] ERROR o.e.hawk.greycat.lucene.SoftTxLucene - Periodic commit of Lucene at MMapDirectory@/tmp/junit5983990177512336574/test_recreate[LevelDB GreyCat]/lucene lockFactory=org.apache.lucene.store.NativeFSLockFactory@a8c1f44 failed
java.nio.file.NoSuchFileException: /tmp/junit5983990177512336574/test_recreate[LevelDB GreyCat]/lucene/write.lock
	at sun.nio.fs.UnixException.translateToIOException(UnixException.java:86) ~[na:1.8.0_282]
	at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:102) ~[na:1.8.0_282]
	at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:107) ~[na:1.8.0_282]
	at sun.nio.fs.UnixFileAttributeViews$Basic.readAttributes(UnixFileAttributeViews.java:55) ~[na:1.8.0_282]
	at sun.nio.fs.UnixFileSystemProvider.readAttributes(UnixFileSystemProvider.java:144) ~[na:1.8.0_282]
	at sun.nio.fs.LinuxFileSystemProvider.readAttributes(LinuxFileSystemProvider.java:99) ~[na:1.8.0_282]
	at java.nio.file.Files.readAttributes(Files.java:1737) ~[na:1.8.0_282]
	at org.apache.lucene.store.NativeFSLockFactory$NativeFSLock.ensureValid(NativeFSLockFactory.java:189) ~[na:na]
	at org.apache.lucene.store.LockValidatingDirectoryWrapper.syncMetaData(LockValidatingDirectoryWrapper.java:61) ~[na:na]
	at org.apache.lucene.index.SegmentInfos.prepareCommit(SegmentInfos.java:758) ~[na:na]
	at org.apache.lucene.index.IndexWriter.startCommit(IndexWriter.java:4793) ~[na:na]
	at org.apache.lucene.index.IndexWriter.prepareCommitInternal(IndexWriter.java:3326) ~[na:na]
	at org.apache.lucene.index.IndexWriter.commitInternal(IndexWriter.java:3458) ~[na:na]
	at org.apache.lucene.index.IndexWriter.commit(IndexWriter.java:3423) ~[na:na]
	at org.eclipse.hawk.greycat.lucene.SoftTxLucene.lambda$0(SoftTxLucene.java:99) ~[org.eclipse.hawk.greycat-2.2.0-SNAPSHOT.jar:na]
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) ~[na:1.8.0_282]
	at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308) ~[na:1.8.0_282]
	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180) ~[na:1.8.0_282]
	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294) ~[na:1.8.0_282]
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) ~[na:1.8.0_282]
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) ~[na:1.8.0_282]
	at java.lang.Thread.run(Thread.java:748) ~[na:1.8.0_282]
13:01:46.412 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
13:01:46.413 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit1425961549904967248/test_workspaceCrosslinks[LevelDB GreyCat]
13:01:46.413 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
Tests run: 43, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 148.568 s - in org.eclipse.hawk.greycat.tests.GreycatIntegrationTestSuite
set0[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.CountInstancesTest)  Time elapsed: 32.661 s
tree[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.CountInstancesTest)  Time elapsed: 1.172 s
treeWithSpaces[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.CountInstancesTest)  Time elapsed: 1.657 s
treeCrossResourceContainment[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.CountInstancesTest)  Time elapsed: 1.341 s
derivedEdgeCollection[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.DerivedFeatureTest)  Time elapsed: 1.416 s
deriveThenAdd[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.DerivedFeatureTest)  Time elapsed: 2.209 s
derivedEdgeSingle[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.DerivedFeatureTest)  Time elapsed: 1.851 s
addThenIndex[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.IndexedAttributeTest)  Time elapsed: 1.333 s
lookupWithIndex[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.IndexedAttributeTest)  Time elapsed: 1.501 s
lookupWithoutIndex[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.IndexedAttributeTest)  Time elapsed: 1.283 s
eContainersIsUpdatedRoot[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.DerivedFromMetaPropertiesTest)  Time elapsed: 1.309 s
queryEnumValues[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.EnumSupportTest)  Time elapsed: 0.943 s
metamodels[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.MetamodelQueryTest)  Time elapsed: 0.542 s
elephantResolve[LevelDB GreyCat](org.eclipse.hawk.integration.tests.modelio.ModelioProxyResolutionTest)  Time elapsed: 3.093 s
zoo[LevelDB GreyCat](org.eclipse.hawk.integration.tests.modelio.ModelioProxyResolutionTest)  Time elapsed: 1.984 s
metamodel[LevelDB GreyCat](org.eclipse.hawk.integration.tests.modelio.ModelioMetamodelPopulationTest)  Time elapsed: 1.525 s
zoo[LevelDB GreyCat](org.eclipse.hawk.integration.tests.modelio.ModelioMetamodelPopulationTest)  Time elapsed: 13.834 s
bpmn[LevelDB GreyCat](org.eclipse.hawk.integration.tests.bpmn.ModelVersioningTest)  Time elapsed: 23.812 s
instanceCountsAllOf[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.ScopedQueryTest)  Time elapsed: 0.751 s
listFiles[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.ScopedQueryTest)  Time elapsed: 0.783 s
instanceCounts[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.ScopedQueryTest)  Time elapsed: 0.942 s
reverseRefs[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.ScopedQueryTest)  Time elapsed: 0.893 s
forwardRefs[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.ScopedQueryTest)  Time elapsed: 0.751 s
allContents[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.SubtreeContextTest)  Time elapsed: 5.259 s
subtreeTraversalScoping[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.SubtreeContextTest)  Time elapsed: 4.251 s
getAllOf[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.SubtreeContextTest)  Time elapsed: 5.71 s
getFiles[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.SubtreeContextTest)  Time elapsed: 3.883 s
getAllOfCountsSubtypes[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.SubtreeContextTest)  Time elapsed: 2.668 s
addChild[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.TreeUpdateTest)  Time elapsed: 0.983 s
addModel[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.TreeUpdateTest)  Time elapsed: 0.926 s
renameRoot[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.TreeUpdateTest)  Time elapsed: 2.042 s
eContainer[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.TreeUpdateTest)  Time elapsed: 0.893 s
removeChild[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.TreeUpdateTest)  Time elapsed: 0.892 s
renameChild[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.TreeUpdateTest)  Time elapsed: 0.9 s
upgradeModelProfileVersion[LevelDB GreyCat](org.eclipse.hawk.integration.tests.uml.UMLIndexingTest)  Time elapsed: 3.71 s
stereotypeAsModel[LevelDB GreyCat](org.eclipse.hawk.integration.tests.uml.UMLIndexingTest)  Time elapsed: 2.834 s
localfolderCrosslinks[LevelDB GreyCat](org.eclipse.hawk.integration.tests.uml.UMLIndexingTest)  Time elapsed: 2.459 s
zoo[LevelDB GreyCat](org.eclipse.hawk.integration.tests.uml.UMLIndexingTest)  Time elapsed: 2.434 s
indexLibraries[LevelDB GreyCat](org.eclipse.hawk.integration.tests.uml.UMLIndexingTest)  Time elapsed: 1.884 s
customProfileV4[LevelDB GreyCat](org.eclipse.hawk.integration.tests.uml.UMLIndexingTest)  Time elapsed: 2.109 s
customProfileV5[LevelDB GreyCat](org.eclipse.hawk.integration.tests.uml.UMLIndexingTest)  Time elapsed: 2.009 s
modelProfileInsideRepository[LevelDB GreyCat](org.eclipse.hawk.integration.tests.uml.UMLIndexingTest)  Time elapsed: 3.134 s
workspaceCrosslinks[LevelDB GreyCat](org.eclipse.hawk.integration.tests.uml.UMLWorkspaceIndexingTest)  Time elapsed: 1.983 s

Results:

Errors: 
  DerivedAttributeHistoryTest.initializationError » NoClassDefFound org/tmatesof...
  FileContextTimeAwareEOLQueryEngineTest.initializationError » NoClassDefFound L...
  GitNodeHistoryTest.initializationError » NoClassDefFound org/eclipse/hawk/svn/...
  SubversionNodeHistoryTest.initializationError » NoClassDefFound Lorg/eclipse/h...

Tests run: 101, Failures: 0, Errors: 4, Skipped: 0

13:01:46.598 [pool-54-thread-1] ERROR o.e.hawk.greycat.lucene.SoftTxLucene - Periodic commit of Lucene at MMapDirectory@/tmp/junit4308936303106723010/test_changeLastRevision[LevelDB GreyCat]/lucene lockFactory=org.apache.lucene.store.NativeFSLockFactory@a8c1f44 failed
java.nio.file.NoSuchFileException: /tmp/junit4308936303106723010/test_changeLastRevision[LevelDB GreyCat]/lucene/write.lock
	at sun.nio.fs.UnixException.translateToIOException(UnixException.java:86) ~[na:1.8.0_282]
	at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:102) ~[na:1.8.0_282]
	at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:107) ~[na:1.8.0_282]
	at sun.nio.fs.UnixFileAttributeViews$Basic.readAttributes(UnixFileAttributeViews.java:55) ~[na:1.8.0_282]
	at sun.nio.fs.UnixFileSystemProvider.readAttributes(UnixFileSystemProvider.java:144) ~[na:1.8.0_282]
	at sun.nio.fs.LinuxFileSystemProvider.readAttributes(LinuxFileSystemProvider.java:99) ~[na:1.8.0_282]
	at java.nio.file.Files.readAttributes(Files.java:1737) ~[na:1.8.0_282]
	at org.apache.lucene.store.NativeFSLockFactory$NativeFSLock.ensureValid(NativeFSLockFactory.java:189) ~[na:na]
	at org.apache.lucene.store.LockValidatingDirectoryWrapper.syncMetaData(LockValidatingDirectoryWrapper.java:61) ~[na:na]
	at org.apache.lucene.index.SegmentInfos.prepareCommit(SegmentInfos.java:758) ~[na:na]
	at org.apache.lucene.index.IndexWriter.startCommit(IndexWriter.java:4793) ~[na:na]
	at org.apache.lucene.index.IndexWriter.prepareCommitInternal(IndexWriter.java:3326) ~[na:na]
	at org.apache.lucene.index.IndexWriter.commitInternal(IndexWriter.java:3458) ~[na:na]
	at org.apache.lucene.index.IndexWriter.commit(IndexWriter.java:3423) ~[na:na]
	at org.eclipse.hawk.greycat.lucene.SoftTxLucene.lambda$0(SoftTxLucene.java:99) ~[org.eclipse.hawk.greycat-2.2.0-SNAPSHOT.jar:na]
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) ~[na:1.8.0_282]
	at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308) ~[na:1.8.0_282]
	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180) ~[na:1.8.0_282]
	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294) ~[na:1.8.0_282]
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) ~[na:1.8.0_282]
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) ~[na:1.8.0_282]
	at java.lang.Thread.run(Thread.java:748) ~[na:1.8.0_282]
[ERROR] Failed to execute goal org.eclipse.tycho:tycho-surefire-plugin:1.7.0:test (default-test) on project org.eclipse.hawk.greycat.tests: There are test failures.
[ERROR] 
[ERROR] Please refer to /home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/target/surefire-reports for the individual test results.
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <args> -rf :org.eclipse.hawk.greycat.tests
[Pipeline] }
[Pipeline] // container
Post stage
[Pipeline] junit
Recording test results
[Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Downloads)
Stage "Downloads" skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Declarative: Post Actions)
[Pipeline] emailext
An attempt to send an e-mail to empty list of recipients, ignored.
[Pipeline] slackSend
Slack Send Pipeline step running, values are - baseUrl: <empty>, teamDomain: hawk-developers, channel: #ci-notifications, color: #FF0000, botUser: true, tokenCredentialId: slack-token, notifyCommitters: false, iconEmoji: <empty>, username: <empty>, timestamp: <empty>
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // podTemplate
[Pipeline] End of Pipeline
ERROR: script returned exit code 1
Finished: FAILURE