Experiment 1
agentNumbers=[50, 100, 200] : chainLengths=[5, 10, 20] : randomWorksNumberMultipliers=[1, 2] : maxDistances=[5, 10, 30] : similaritySearchThresholds=[1] : similarityConnectThresholds=[0.96] : graphTypes=[random, smallWorld] : message=[50, 100 and 200 agents with similarityConnectThreshold 0.96]
Experimental set up
|
Values
|
experimentId
|
EXP10-13-12-56-ZEvsxw
|
agentNumbers
|
50, 100, 200
|
maxDistances
|
5, 10, 30
|
randomWorksNumberMultipliers
|
1, 2
|
similarityConnectThresholds
|
0.96
|
graphTypes
|
random, smallWorld
|
chainLengths
|
5, 10, 20
|
Descriptive analysis of each simulation
SIM10-13-01-13-MMNy8z–CV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
100
|
0.96
|
random
|
10
|
1
|
10
|
2
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
210
|
15,444
|
210
|
210
|
100
|
16,174
|
allVerticesByType
vertices_agent
|
vertices_item
|
vertices_work
|
vertices_total
|
101
|
420
|
210
|
731
|
distribution of similarityEdgesByWeight

Degree distribution of item->similarity->item edges

Degree distribution of agent->knows->agent edges

Runing time by method
key
|
doc_count
|
sum_wallTime_ms.value
|
avg_wallTime_ms.value
|
includedInTotal
|
connectIfSimilar
|
87,990
|
239,064
|
2.71694510739857
|
No
|
existsSimilarity
|
87,990
|
237,224
|
2.69603364018638
|
No
|
similarityEdges
|
87,990
|
233,793
|
2.65704057279236
|
No
|
connectAllSimilar
|
420
|
239,873
|
571.12619047619
|
Yes
|
connect
|
131
|
392
|
2.99236641221374
|
Yes
|
init
|
103
|
12,486
|
121.223300970874
|
No
|
Total
|
559
|
240,914
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-01-13-MMNy8z--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-01-13-MMNy8z--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-13-01-13-MMNy8z–DV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
100
|
0.96
|
random
|
10
|
1
|
10
|
2
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
210
|
15,182
|
210
|
210
|
100
|
15,912
|
allVerticesByType
vertices_agent
|
vertices_item
|
vertices_work
|
vertices_total
|
101
|
420
|
210
|
731
|
distribution of similarityEdgesByWeight

Degree distribution of item->similarity->item edges

Degree distribution of agent->knows->agent edges

Runing time by method
|
key
|
doc_count
|
sum_wallTime_ms.value
|
avg_wallTime_ms.value
|
includedInTotal
|
1
|
addItemToWork
|
420
|
5,566
|
13.252380952381
|
No
|
2
|
ownsWork
|
210
|
3,868
|
18.4190476190476
|
No
|
3
|
init
|
103
|
13,134
|
127.514563106796
|
No
|
4
|
searchAndConnect
|
101
|
114,596
|
1134.61386138614
|
Yes
|
5
|
knowsAgent
|
100
|
594
|
5.94
|
No
|
6
|
getWorksItems
|
18
|
25
|
1.38888888888889
|
Yes
|
9
|
cycleSearch
|
4
|
666
|
166.5
|
Yes
|
10
|
getWorks
|
4
|
1,088
|
272
|
No
|
11
|
Total
|
132
|
116,175
|
|
|
Found structures
Cycles
Number of cycles found: 4
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-01-13-MMNy8z--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-01-13-MMNy8z--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-13-01-18-ATARi9–CV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
100
|
0.96
|
smallWorld
|
10
|
1
|
10
|
2
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
210
|
15,166
|
210
|
210
|
601
|
16,397
|
allVerticesByType
vertices_agent
|
vertices_item
|
vertices_work
|
vertices_total
|
101
|
420
|
210
|
731
|
distribution of similarityEdgesByWeight

Degree distribution of item->similarity->item edges

Degree distribution of agent->knows->agent edges

Runing time by method
key
|
doc_count
|
sum_wallTime_ms.value
|
avg_wallTime_ms.value
|
includedInTotal
|
connectIfSimilar
|
87,990
|
238,658
|
2.71233094669849
|
No
|
existsSimilarity
|
87,990
|
237,022
|
2.69373792476418
|
No
|
similarityEdges
|
87,990
|
233,631
|
2.65519945448346
|
No
|
connectAllSimilar
|
420
|
239,477
|
570.183333333333
|
Yes
|
init
|
103
|
11,614
|
112.757281553398
|
No
|
connect
|
85
|
158
|
1.85882352941176
|
Yes
|
Total
|
513
|
240,216
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-01-18-ATARi9--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-01-18-ATARi9--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-13-01-18-ATARi9–DV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
100
|
0.96
|
smallWorld
|
10
|
1
|
10
|
2
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
210
|
14,996
|
210
|
210
|
601
|
16,227
|
allVerticesByType
vertices_agent
|
vertices_item
|
vertices_work
|
vertices_total
|
101
|
420
|
210
|
731
|
distribution of similarityEdgesByWeight

Degree distribution of item->similarity->item edges

Degree distribution of agent->knows->agent edges

Runing time by method
|
key
|
doc_count
|
sum_wallTime_ms.value
|
avg_wallTime_ms.value
|
includedInTotal
|
1
|
knowsAgent
|
601
|
1,240
|
2.06322795341098
|
No
|
2
|
addItemToWork
|
420
|
3,078
|
7.32857142857143
|
No
|
3
|
ownsWork
|
210
|
2,733
|
13.0142857142857
|
No
|
4
|
init
|
103
|
13,187
|
128.029126213592
|
No
|
5
|
searchAndConnect
|
101
|
136,942
|
1355.86138613861
|
Yes
|
6
|
getWorksItems
|
18
|
94
|
5.22222222222222
|
Yes
|
8
|
cycleSearch
|
5
|
1,316
|
263.2
|
Yes
|
10
|
getWorks
|
5
|
1,218
|
243.6
|
No
|
11
|
Total
|
134
|
139,957
|
|
|
Found structures
Cycles
Number of cycles found: 5
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-01-18-ATARi9--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-01-18-ATARi9--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-13-11-59-8BI6sm–CV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
100
|
0.96
|
random
|
10
|
1
|
10
|
1
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
110
|
4,100
|
110
|
110
|
100
|
4,530
|
allVerticesByType
vertices_agent
|
vertices_item
|
vertices_work
|
vertices_total
|
101
|
220
|
110
|
431
|
distribution of similarityEdgesByWeight

Degree distribution of item->similarity->item edges

Degree distribution of agent->knows->agent edges

Runing time by method
key
|
doc_count
|
sum_wallTime_ms.value
|
avg_wallTime_ms.value
|
includedInTotal
|
connectIfSimilar
|
24,090
|
54,780
|
2.27397260273973
|
No
|
existsSimilarity
|
24,090
|
53,692
|
2.22880863428809
|
No
|
similarityEdges
|
24,090
|
52,922
|
2.19684516396845
|
No
|
connect
|
261
|
659
|
2.52490421455939
|
Yes
|
connectAllSimilar
|
220
|
55,028
|
250.127272727273
|
Yes
|
init
|
103
|
11,774
|
114.31067961165
|
No
|
Total
|
489
|
56,078
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-11-59-8BI6sm--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-11-59-8BI6sm--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-13-11-59-8BI6sm–DV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
100
|
0.96
|
random
|
10
|
1
|
10
|
1
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
110
|
3,578
|
110
|
110
|
100
|
4,008
|
allVerticesByType
vertices_agent
|
vertices_item
|
vertices_work
|
vertices_total
|
101
|
220
|
110
|
431
|
distribution of similarityEdgesByWeight

Degree distribution of item->similarity->item edges

Degree distribution of agent->knows->agent edges

Runing time by method
|
key
|
doc_count
|
sum_wallTime_ms.value
|
avg_wallTime_ms.value
|
includedInTotal
|
1
|
addItemToWork
|
220
|
2,844
|
12.9272727272727
|
No
|
2
|
ownsWork
|
110
|
2,445
|
22.2272727272727
|
No
|
3
|
init
|
103
|
12,152
|
117.980582524272
|
No
|
4
|
searchAndConnect
|
101
|
32,751
|
324.267326732673
|
Yes
|
5
|
knowsAgent
|
100
|
299
|
2.99
|
No
|
6
|
getWorksItems
|
18
|
102
|
5.66666666666667
|
Yes
|
9
|
cycleSearch
|
2
|
319
|
159.5
|
Yes
|
10
|
getWorks
|
2
|
185
|
92.5
|
No
|
11
|
Total
|
128
|
34,011
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-11-59-8BI6sm--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-11-59-8BI6sm--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-13-12-01-GqYGvr–CV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
100
|
0.96
|
smallWorld
|
10
|
1
|
10
|
1
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
110
|
4,244
|
110
|
110
|
601
|
5,175
|
allVerticesByType
vertices_agent
|
vertices_item
|
vertices_work
|
vertices_total
|
101
|
220
|
110
|
431
|
distribution of similarityEdgesByWeight

Degree distribution of item->similarity->item edges

Degree distribution of agent->knows->agent edges

Runing time by method
key
|
doc_count
|
sum_wallTime_ms.value
|
avg_wallTime_ms.value
|
includedInTotal
|
connectIfSimilar
|
24,090
|
53,958
|
2.23985056039851
|
No
|
existsSimilarity
|
24,090
|
53,404
|
2.21685346616853
|
No
|
similarityEdges
|
24,090
|
52,613
|
2.18401826484018
|
No
|
connectAllSimilar
|
220
|
54,163
|
246.195454545455
|
Yes
|
init
|
103
|
12,280
|
119.223300970874
|
No
|
connect
|
36
|
109
|
3.02777777777778
|
Yes
|
Total
|
264
|
54,635
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-12-01-GqYGvr--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-12-01-GqYGvr--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-13-12-01-GqYGvr–DV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
100
|
0.96
|
smallWorld
|
10
|
1
|
10
|
1
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
110
|
4,172
|
110
|
110
|
601
|
5,103
|
allVerticesByType
vertices_agent
|
vertices_item
|
vertices_work
|
vertices_total
|
101
|
220
|
110
|
431
|
distribution of similarityEdgesByWeight

Degree distribution of item->similarity->item edges

Degree distribution of agent->knows->agent edges

Runing time by method
|
key
|
doc_count
|
sum_wallTime_ms.value
|
avg_wallTime_ms.value
|
includedInTotal
|
1
|
knowsAgent
|
601
|
1,202
|
2
|
No
|
2
|
addItemToWork
|
220
|
2,564
|
11.6545454545455
|
No
|
3
|
ownsWork
|
110
|
2,487
|
22.6090909090909
|
No
|
4
|
init
|
103
|
12,118
|
117.650485436893
|
No
|
5
|
searchAndConnect
|
101
|
49,022
|
485.366336633663
|
Yes
|
6
|
getWorksItems
|
18
|
143
|
7.94444444444444
|
Yes
|
9
|
cycleSearch
|
2
|
521
|
260.5
|
Yes
|
10
|
getWorks
|
2
|
381
|
190.5
|
No
|
11
|
Total
|
128
|
50,426
|
|
|
Found structures
Cycles
Number of cycles found: 2
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-12-01-GqYGvr--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-12-01-GqYGvr--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-13-01-22-iDF56F–CV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
100
|
0.96
|
random
|
10
|
1
|
30
|
2
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
210
|
15,122
|
210
|
210
|
100
|
15,852
|
allVerticesByType
vertices_agent
|
vertices_item
|
vertices_work
|
vertices_total
|
101
|
420
|
210
|
731
|
distribution of similarityEdgesByWeight

Degree distribution of item->similarity->item edges

Degree distribution of agent->knows->agent edges

Runing time by method
key
|
doc_count
|
sum_wallTime_ms.value
|
avg_wallTime_ms.value
|
includedInTotal
|
connectIfSimilar
|
87,990
|
245,755
|
2.79298783952722
|
No
|
existsSimilarity
|
87,990
|
244,161
|
2.77487214456188
|
No
|
similarityEdges
|
87,990
|
240,837
|
2.73709512444596
|
No
|
connectAllSimilar
|
420
|
246,516
|
586.942857142857
|
Yes
|
init
|
103
|
11,993
|
116.436893203883
|
No
|
connect
|
62
|
154
|
2.48387096774194
|
Yes
|
Total
|
490
|
247,256
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-01-22-iDF56F--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-01-22-iDF56F--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-13-01-22-iDF56F–DV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
100
|
0.96
|
random
|
10
|
1
|
30
|
2
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
210
|
14,998
|
210
|
210
|
100
|
15,728
|
allVerticesByType
vertices_agent
|
vertices_item
|
vertices_work
|
vertices_total
|
101
|
420
|
210
|
731
|
distribution of similarityEdgesByWeight

Degree distribution of item->similarity->item edges

Degree distribution of agent->knows->agent edges

Runing time by method
|
key
|
doc_count
|
sum_wallTime_ms.value
|
avg_wallTime_ms.value
|
includedInTotal
|
1
|
addItemToWork
|
420
|
3,325
|
7.91666666666667
|
No
|
2
|
ownsWork
|
210
|
2,875
|
13.6904761904762
|
No
|
3
|
init
|
103
|
12,775
|
124.029126213592
|
No
|
4
|
searchAndConnect
|
101
|
119,397
|
1182.14851485149
|
Yes
|
5
|
knowsAgent
|
100
|
410
|
4.1
|
No
|
6
|
getWorksItems
|
18
|
66
|
3.66666666666667
|
Yes
|
9
|
cycleSearch
|
4
|
875
|
218.75
|
Yes
|
10
|
getWorks
|
4
|
1,099
|
274.75
|
No
|
11
|
Total
|
132
|
121,927
|
|
|
Found structures
Cycles
Number of cycles found: 4
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-01-22-iDF56F--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-01-22-iDF56F--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-13-01-27-oRsogM–CV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
100
|
0.96
|
smallWorld
|
10
|
1
|
30
|
2
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
210
|
15,230
|
210
|
210
|
601
|
16,461
|
allVerticesByType
vertices_agent
|
vertices_item
|
vertices_work
|
vertices_total
|
101
|
420
|
210
|
731
|
distribution of similarityEdgesByWeight

Degree distribution of item->similarity->item edges

Degree distribution of agent->knows->agent edges

Runing time by method
key
|
doc_count
|
sum_wallTime_ms.value
|
avg_wallTime_ms.value
|
includedInTotal
|
connectIfSimilar
|
87,990
|
244,518
|
2.77892942379816
|
No
|
existsSimilarity
|
87,990
|
242,812
|
2.75954085691556
|
No
|
similarityEdges
|
87,990
|
239,443
|
2.72125241504716
|
No
|
connectAllSimilar
|
420
|
245,379
|
584.235714285714
|
Yes
|
init
|
103
|
12,022
|
116.718446601942
|
No
|
connect
|
80
|
184
|
2.3
|
Yes
|
Total
|
508
|
246,176
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-01-27-oRsogM--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-01-27-oRsogM--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-13-01-27-oRsogM–DV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
100
|
0.96
|
smallWorld
|
10
|
1
|
30
|
2
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
210
|
15,070
|
210
|
210
|
601
|
16,301
|
allVerticesByType
vertices_agent
|
vertices_item
|
vertices_work
|
vertices_total
|
101
|
420
|
210
|
731
|
distribution of similarityEdgesByWeight

Degree distribution of item->similarity->item edges

Degree distribution of agent->knows->agent edges

Runing time by method
|
key
|
doc_count
|
sum_wallTime_ms.value
|
avg_wallTime_ms.value
|
includedInTotal
|
1
|
knowsAgent
|
601
|
1,232
|
2.04991680532446
|
No
|
2
|
addItemToWork
|
420
|
7,781
|
18.5261904761905
|
No
|
3
|
ownsWork
|
210
|
3,705
|
17.6428571428571
|
No
|
4
|
init
|
103
|
12,737
|
123.660194174757
|
No
|
5
|
searchAndConnect
|
101
|
139,671
|
1382.88118811881
|
Yes
|
6
|
getWorksItems
|
18
|
62
|
3.44444444444444
|
Yes
|
8
|
cycleSearch
|
5
|
1,168
|
233.6
|
Yes
|
10
|
getWorks
|
5
|
1,090
|
218
|
No
|
11
|
Total
|
134
|
143,112
|
|
|
Found structures
Cycles
Number of cycles found: 4
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-01-27-oRsogM--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-01-27-oRsogM--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-13-12-02-EpmeFW–CV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
100
|
0.96
|
random
|
10
|
1
|
30
|
1
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
110
|
4,346
|
110
|
110
|
100
|
4,776
|
allVerticesByType
vertices_agent
|
vertices_item
|
vertices_work
|
vertices_total
|
101
|
220
|
110
|
431
|
distribution of similarityEdgesByWeight

Degree distribution of item->similarity->item edges

Degree distribution of agent->knows->agent edges

Runing time by method
key
|
doc_count
|
sum_wallTime_ms.value
|
avg_wallTime_ms.value
|
includedInTotal
|
connectIfSimilar
|
24,090
|
56,484
|
2.34470734744707
|
No
|
existsSimilarity
|
24,090
|
56,004
|
2.32478206724782
|
No
|
similarityEdges
|
24,090
|
55,216
|
2.29207139892071
|
No
|
connectAllSimilar
|
220
|
56,703
|
257.740909090909
|
Yes
|
init
|
103
|
11,617
|
112.78640776699
|
No
|
connect
|
19
|
46
|
2.42105263157895
|
Yes
|
Total
|
247
|
57,189
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-12-02-EpmeFW--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-12-02-EpmeFW--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-13-12-02-EpmeFW–DV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
100
|
0.96
|
random
|
10
|
1
|
30
|
1
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
110
|
4,308
|
110
|
110
|
100
|
4,738
|
allVerticesByType
vertices_agent
|
vertices_item
|
vertices_work
|
vertices_total
|
101
|
220
|
110
|
431
|
distribution of similarityEdgesByWeight

Degree distribution of item->similarity->item edges

Degree distribution of agent->knows->agent edges

Runing time by method
|
key
|
doc_count
|
sum_wallTime_ms.value
|
avg_wallTime_ms.value
|
includedInTotal
|
1
|
addItemToWork
|
220
|
3,013
|
13.6954545454545
|
No
|
2
|
ownsWork
|
110
|
2,803
|
25.4818181818182
|
No
|
3
|
init
|
103
|
12,652
|
122.834951456311
|
No
|
4
|
searchAndConnect
|
101
|
43,489
|
430.584158415842
|
Yes
|
5
|
knowsAgent
|
100
|
497
|
4.97
|
No
|
6
|
getWorksItems
|
18
|
27
|
1.5
|
Yes
|
9
|
cycleSearch
|
2
|
343
|
171.5
|
Yes
|
10
|
getWorks
|
2
|
309
|
154.5
|
No
|
11
|
Total
|
128
|
44,297
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-12-02-EpmeFW--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-12-02-EpmeFW--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-13-12-03-fd5I7g–CV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
100
|
0.96
|
smallWorld
|
10
|
1
|
30
|
1
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
110
|
4,336
|
110
|
110
|
601
|
5,267
|
allVerticesByType
vertices_agent
|
vertices_item
|
vertices_work
|
vertices_total
|
101
|
220
|
110
|
431
|
distribution of similarityEdgesByWeight

Degree distribution of item->similarity->item edges

Degree distribution of agent->knows->agent edges

Runing time by method
key
|
doc_count
|
sum_wallTime_ms.value
|
avg_wallTime_ms.value
|
includedInTotal
|
connectIfSimilar
|
24,090
|
55,125
|
2.28829389788294
|
No
|
existsSimilarity
|
24,090
|
54,629
|
2.26770444167704
|
No
|
similarityEdges
|
24,090
|
53,851
|
2.23540888335409
|
No
|
connectAllSimilar
|
220
|
55,339
|
251.540909090909
|
Yes
|
init
|
103
|
11,647
|
113.077669902913
|
No
|
connect
|
22
|
33
|
1.5
|
Yes
|
Total
|
250
|
55,706
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-12-03-fd5I7g--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-12-03-fd5I7g--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-13-12-03-fd5I7g–DV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
100
|
0.96
|
smallWorld
|
10
|
1
|
30
|
1
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
110
|
4,292
|
110
|
110
|
601
|
5,223
|
allVerticesByType
vertices_agent
|
vertices_item
|
vertices_work
|
vertices_total
|
101
|
220
|
110
|
431
|
distribution of similarityEdgesByWeight

Degree distribution of item->similarity->item edges

Degree distribution of agent->knows->agent edges

Runing time by method
|
key
|
doc_count
|
sum_wallTime_ms.value
|
avg_wallTime_ms.value
|
includedInTotal
|
1
|
knowsAgent
|
601
|
1,150
|
1.9134775374376
|
No
|
2
|
addItemToWork
|
220
|
3,135
|
14.25
|
No
|
3
|
ownsWork
|
110
|
2,236
|
20.3272727272727
|
No
|
4
|
init
|
103
|
12,121
|
117.679611650485
|
No
|
5
|
searchAndConnect
|
101
|
53,215
|
526.881188118812
|
Yes
|
6
|
getWorksItems
|
18
|
31
|
1.72222222222222
|
Yes
|
9
|
cycleSearch
|
2
|
37
|
18.5
|
Yes
|
10
|
getWorks
|
2
|
4
|
2
|
No
|
11
|
Total
|
128
|
53,846
|
|
|
Found structures
Cycles
Number of cycles found: 2
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-12-03-fd5I7g--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-12-03-fd5I7g--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-13-01-09-KXfm7X–CV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
100
|
0.96
|
smallWorld
|
10
|
1
|
5
|
2
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
210
|
15,326
|
210
|
210
|
601
|
16,557
|
allVerticesByType
vertices_agent
|
vertices_item
|
vertices_work
|
vertices_total
|
101
|
420
|
210
|
731
|
distribution of similarityEdgesByWeight

Degree distribution of item->similarity->item edges

Degree distribution of agent->knows->agent edges

Runing time by method
key
|
doc_count
|
sum_wallTime_ms.value
|
avg_wallTime_ms.value
|
includedInTotal
|
connectIfSimilar
|
87,990
|
241,171
|
2.74089101034208
|
No
|
existsSimilarity
|
87,990
|
239,327
|
2.71993408341857
|
No
|
similarityEdges
|
87,990
|
235,749
|
2.67927037163314
|
No
|
connectAllSimilar
|
420
|
241,983
|
576.15
|
Yes
|
init
|
103
|
12,321
|
119.621359223301
|
No
|
connect
|
73
|
270
|
3.6986301369863
|
Yes
|
Total
|
501
|
242,815
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-01-09-KXfm7X--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-01-09-KXfm7X--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-13-01-09-KXfm7X–DV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
100
|
0.96
|
smallWorld
|
10
|
1
|
5
|
2
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
210
|
15,180
|
210
|
210
|
601
|
16,411
|
allVerticesByType
vertices_agent
|
vertices_item
|
vertices_work
|
vertices_total
|
101
|
420
|
210
|
731
|
distribution of similarityEdgesByWeight

Degree distribution of item->similarity->item edges

Degree distribution of agent->knows->agent edges

Runing time by method
|
key
|
doc_count
|
sum_wallTime_ms.value
|
avg_wallTime_ms.value
|
includedInTotal
|
1
|
knowsAgent
|
601
|
1,269
|
2.11148086522463
|
No
|
2
|
addItemToWork
|
420
|
3,023
|
7.19761904761905
|
No
|
3
|
ownsWork
|
210
|
2,803
|
13.347619047619
|
No
|
4
|
init
|
103
|
12,340
|
119.805825242718
|
No
|
5
|
searchAndConnect
|
101
|
140,210
|
1388.21782178218
|
Yes
|
6
|
getWorksItems
|
18
|
78
|
4.33333333333333
|
Yes
|
8
|
cycleSearch
|
5
|
1,272
|
254.4
|
Yes
|
10
|
getWorks
|
5
|
1,034
|
206.8
|
No
|
11
|
Total
|
134
|
143,159
|
|
|
Found structures
Cycles
Number of cycles found: 5
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-01-09-KXfm7X--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-01-09-KXfm7X--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-13-10-57-Uqhqah–CV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
100
|
0.96
|
random
|
10
|
1
|
5
|
1
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
110
|
4,020
|
110
|
110
|
100
|
4,450
|
allVerticesByType
vertices_agent
|
vertices_item
|
vertices_work
|
vertices_total
|
101
|
220
|
110
|
431
|
distribution of similarityEdgesByWeight

Degree distribution of item->similarity->item edges

Degree distribution of agent->knows->agent edges

Runing time by method
key
|
doc_count
|
sum_wallTime_ms.value
|
avg_wallTime_ms.value
|
includedInTotal
|
connectIfSimilar
|
24,090
|
54,366
|
2.25678704856787
|
No
|
existsSimilarity
|
24,090
|
50,516
|
2.0969696969697
|
No
|
similarityEdges
|
24,090
|
49,792
|
2.06691573266916
|
No
|
connect
|
1,237
|
3,344
|
2.70331447049313
|
Yes
|
connectAllSimilar
|
220
|
54,605
|
248.204545454545
|
Yes
|
init
|
103
|
11,563
|
112.26213592233
|
No
|
Total
|
1,465
|
58,386
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-10-57-Uqhqah--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-10-57-Uqhqah--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-13-10-57-Uqhqah–DV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
100
|
0.96
|
random
|
10
|
1
|
5
|
1
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
110
|
1,546
|
110
|
110
|
100
|
1,976
|
allVerticesByType
vertices_agent
|
vertices_item
|
vertices_work
|
vertices_total
|
101
|
220
|
110
|
431
|
distribution of similarityEdgesByWeight

Degree distribution of item->similarity->item edges

Degree distribution of agent->knows->agent edges

Runing time by method
|
key
|
doc_count
|
sum_wallTime_ms.value
|
avg_wallTime_ms.value
|
includedInTotal
|
2
|
cycleSearch
|
3,600
|
35,995
|
9.99861111111111
|
Yes
|
3
|
getWorks
|
3,600
|
49,946
|
13.8738888888889
|
No
|
4
|
individualCycleSearch
|
3,600
|
98
|
0.0272222222222222
|
Yes
|
6
|
addItemToWork
|
220
|
2,564
|
11.6545454545455
|
No
|
7
|
ownsWork
|
110
|
2,394
|
21.7636363636364
|
No
|
8
|
init
|
103
|
12,454
|
120.912621359223
|
No
|
9
|
searchAndConnect
|
101
|
14,001
|
138.623762376238
|
Yes
|
10
|
knowsAgent
|
100
|
294
|
2.94
|
No
|
1
|
Total
|
14,501
|
161,927
|
|
|
Found structures
Cycles
Number of cycles found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-10-57-Uqhqah--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 3600
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-10-57-Uqhqah--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-13-11-58-fCLnXJ–CV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
100
|
0.96
|
smallWorld
|
10
|
1
|
5
|
1
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
110
|
4,478
|
110
|
110
|
601
|
5,409
|
allVerticesByType
vertices_agent
|
vertices_item
|
vertices_work
|
vertices_total
|
101
|
220
|
110
|
431
|
distribution of similarityEdgesByWeight

Degree distribution of item->similarity->item edges

Degree distribution of agent->knows->agent edges

Runing time by method
key
|
doc_count
|
sum_wallTime_ms.value
|
avg_wallTime_ms.value
|
includedInTotal
|
connectIfSimilar
|
24,090
|
54,268
|
2.25271897052719
|
No
|
existsSimilarity
|
24,090
|
53,750
|
2.23121627231216
|
No
|
similarityEdges
|
24,090
|
52,940
|
2.19759236197592
|
No
|
connectAllSimilar
|
220
|
54,492
|
247.690909090909
|
Yes
|
init
|
103
|
11,251
|
109.233009708738
|
No
|
connect
|
26
|
134
|
5.15384615384615
|
Yes
|
Total
|
254
|
54,938
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-11-58-fCLnXJ--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-11-58-fCLnXJ--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-13-11-58-fCLnXJ–DV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
100
|
0.96
|
smallWorld
|
10
|
1
|
5
|
1
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
110
|
4,426
|
110
|
110
|
601
|
5,357
|
allVerticesByType
vertices_agent
|
vertices_item
|
vertices_work
|
vertices_total
|
101
|
220
|
110
|
431
|
distribution of similarityEdgesByWeight

Degree distribution of item->similarity->item edges

Degree distribution of agent->knows->agent edges

Runing time by method
|
key
|
doc_count
|
sum_wallTime_ms.value
|
avg_wallTime_ms.value
|
includedInTotal
|
1
|
knowsAgent
|
601
|
1,457
|
2.4242928452579
|
No
|
2
|
addItemToWork
|
220
|
2,094
|
9.51818181818182
|
No
|
3
|
ownsWork
|
110
|
1,639
|
14.9
|
No
|
4
|
init
|
103
|
12,403
|
120.417475728155
|
No
|
5
|
searchAndConnect
|
101
|
55,723
|
551.712871287129
|
Yes
|
6
|
getWorksItems
|
18
|
22
|
1.22222222222222
|
Yes
|
9
|
cycleSearch
|
3
|
40
|
13.3333333333333
|
Yes
|
10
|
getWorks
|
3
|
51
|
17
|
No
|
11
|
Total
|
130
|
56,268
|
|
|
Found structures
Cycles
Number of cycles found: 2
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-11-58-fCLnXJ--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-11-58-fCLnXJ--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-13-12-05-4zLNmU–CV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
100
|
0.96
|
random
|
10
|
1
|
5
|
2
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
210
|
14,206
|
210
|
210
|
100
|
14,936
|
allVerticesByType
vertices_agent
|
vertices_item
|
vertices_work
|
vertices_total
|
101
|
420
|
210
|
731
|
distribution of similarityEdgesByWeight

Degree distribution of item->similarity->item edges

Degree distribution of agent->knows->agent edges

Runing time by method
key
|
doc_count
|
sum_wallTime_ms.value
|
avg_wallTime_ms.value
|
includedInTotal
|
connectIfSimilar
|
87,990
|
226,960
|
2.57938402091147
|
No
|
existsSimilarity
|
87,990
|
213,200
|
2.4230026139334
|
No
|
similarityEdges
|
87,990
|
210,092
|
2.38768041822934
|
No
|
connect
|
4,589
|
12,065
|
2.62911309653519
|
Yes
|
connectAllSimilar
|
420
|
227,900
|
542.619047619048
|
Yes
|
init
|
103
|
11,576
|
112.388349514563
|
No
|
Total
|
5,017
|
240,457
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-12-05-4zLNmU--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-12-05-4zLNmU--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-13-12-05-4zLNmU–DV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
100
|
0.96
|
random
|
10
|
1
|
5
|
2
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
210
|
5,028
|
210
|
210
|
100
|
5,758
|
allVerticesByType
vertices_agent
|
vertices_item
|
vertices_work
|
vertices_total
|
101
|
420
|
210
|
731
|
distribution of similarityEdgesByWeight

Degree distribution of item->similarity->item edges

Degree distribution of agent->knows->agent edges

Runing time by method
|
key
|
doc_count
|
sum_wallTime_ms.value
|
avg_wallTime_ms.value
|
includedInTotal
|
2
|
cycleSearch
|
3,600
|
14,492
|
4.02555555555556
|
Yes
|
3
|
getWorks
|
3,600
|
48,240
|
13.4
|
No
|
4
|
individualCycleSearch
|
3,600
|
99
|
0.0275
|
Yes
|
6
|
addItemToWork
|
420
|
5,585
|
13.297619047619
|
No
|
7
|
ownsWork
|
210
|
4,215
|
20.0714285714286
|
No
|
8
|
init
|
103
|
12,470
|
121.067961165049
|
No
|
9
|
searchAndConnect
|
101
|
38,362
|
379.821782178218
|
Yes
|
10
|
knowsAgent
|
100
|
420
|
4.2
|
No
|
1
|
Total
|
14,501
|
67,252
|
|
|
Found structures
Cycles
Number of cycles found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-12-05-4zLNmU--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 3600
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-12-05-4zLNmU--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-13-02-34-MTC3HQ–CV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
100
|
0.96
|
random
|
20
|
1
|
10
|
1
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
120
|
5,062
|
120
|
120
|
100
|
5,522
|
allVerticesByType
vertices_agent
|
vertices_item
|
vertices_work
|
vertices_total
|
101
|
240
|
120
|
461
|
distribution of similarityEdgesByWeight

Degree distribution of item->similarity->item edges

Degree distribution of agent->knows->agent edges

Runing time by method
key
|
doc_count
|
sum_wallTime_ms.value
|
avg_wallTime_ms.value
|
includedInTotal
|
connectIfSimilar
|
28,680
|
68,293
|
2.38120641562064
|
No
|
existsSimilarity
|
28,680
|
66,099
|
2.30470711297071
|
No
|
similarityEdges
|
28,680
|
65,167
|
2.27221059972106
|
No
|
connect
|
690
|
1,696
|
2.45797101449275
|
Yes
|
connectAllSimilar
|
240
|
68,588
|
285.783333333333
|
Yes
|
init
|
103
|
12,083
|
117.31067961165
|
No
|
Total
|
938
|
70,823
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-02-34-MTC3HQ--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-02-34-MTC3HQ--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-13-02-34-MTC3HQ–DV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
100
|
0.96
|
random
|
20
|
1
|
10
|
1
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
120
|
3,682
|
120
|
120
|
100
|
4,142
|
allVerticesByType
vertices_agent
|
vertices_item
|
vertices_work
|
vertices_total
|
101
|
240
|
120
|
461
|
distribution of similarityEdgesByWeight

Degree distribution of item->similarity->item edges

Degree distribution of agent->knows->agent edges

Runing time by method
|
key
|
doc_count
|
sum_wallTime_ms.value
|
avg_wallTime_ms.value
|
includedInTotal
|
2
|
cycleSearch
|
3,600
|
23,331
|
6.48083333333333
|
Yes
|
3
|
getWorks
|
3,600
|
57,425
|
15.9513888888889
|
No
|
4
|
individualCycleSearch
|
3,600
|
77
|
0.0213888888888889
|
Yes
|
6
|
addItemToWork
|
240
|
4,837
|
20.1541666666667
|
No
|
7
|
ownsWork
|
120
|
3,537
|
29.475
|
No
|
8
|
init
|
103
|
13,533
|
131.388349514563
|
No
|
9
|
searchAndConnect
|
101
|
36,163
|
358.049504950495
|
Yes
|
10
|
knowsAgent
|
100
|
589
|
5.89
|
No
|
1
|
Total
|
14,501
|
120,728
|
|
|
Found structures
Cycles
Number of cycles found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-02-34-MTC3HQ--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 3600
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-02-34-MTC3HQ--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-13-03-36-TDnCpk–CV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
100
|
0.96
|
smallWorld
|
20
|
1
|
10
|
1
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
120
|
5,018
|
120
|
120
|
601
|
5,979
|
allVerticesByType
vertices_agent
|
vertices_item
|
vertices_work
|
vertices_total
|
101
|
240
|
120
|
461
|
distribution of similarityEdgesByWeight

Degree distribution of item->similarity->item edges

Degree distribution of agent->knows->agent edges

Runing time by method
key
|
doc_count
|
sum_wallTime_ms.value
|
avg_wallTime_ms.value
|
includedInTotal
|
connectIfSimilar
|
28,680
|
69,329
|
2.41732914923291
|
No
|
existsSimilarity
|
28,680
|
68,721
|
2.39612970711297
|
No
|
similarityEdges
|
28,680
|
67,784
|
2.36345885634589
|
No
|
connectAllSimilar
|
240
|
69,590
|
289.958333333333
|
Yes
|
init
|
103
|
12,006
|
116.563106796117
|
No
|
connect
|
32
|
91
|
2.84375
|
Yes
|
Total
|
280
|
70,342
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-03-36-TDnCpk--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-03-36-TDnCpk--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-13-03-36-TDnCpk–DV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
100
|
0.96
|
smallWorld
|
20
|
1
|
10
|
1
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
120
|
4,954
|
120
|
120
|
601
|
5,915
|
allVerticesByType
vertices_agent
|
vertices_item
|
vertices_work
|
vertices_total
|
101
|
240
|
120
|
461
|
distribution of similarityEdgesByWeight

Degree distribution of item->similarity->item edges

Degree distribution of agent->knows->agent edges

Runing time by method
|
key
|
doc_count
|
sum_wallTime_ms.value
|
avg_wallTime_ms.value
|
includedInTotal
|
1
|
knowsAgent
|
601
|
1,617
|
2.69051580698835
|
No
|
2
|
addItemToWork
|
240
|
1,648
|
6.86666666666667
|
No
|
3
|
ownsWork
|
120
|
2,688
|
22.4
|
No
|
4
|
init
|
103
|
12,937
|
125.601941747573
|
No
|
5
|
searchAndConnect
|
101
|
58,496
|
579.168316831683
|
Yes
|
6
|
getWorksItems
|
38
|
59
|
1.55263157894737
|
Yes
|
9
|
cycleSearch
|
3
|
649
|
216.333333333333
|
Yes
|
10
|
getWorks
|
3
|
583
|
194.333333333333
|
No
|
11
|
Total
|
150
|
60,546
|
|
|
Found structures
Cycles
Number of cycles found: 3
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-03-36-TDnCpk--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-03-36-TDnCpk--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-13-04-51-F4UWaU–CV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
100
|
0.96
|
random
|
20
|
1
|
10
|
2
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
220
|
16,412
|
220
|
220
|
100
|
17,172
|
allVerticesByType
vertices_agent
|
vertices_item
|
vertices_work
|
vertices_total
|
101
|
440
|
220
|
761
|
distribution of similarityEdgesByWeight

Degree distribution of item->similarity->item edges

Degree distribution of agent->knows->agent edges

Runing time by method
key
|
doc_count
|
sum_wallTime_ms.value
|
avg_wallTime_ms.value
|
includedInTotal
|
connectIfSimilar
|
96,580
|
284,674
|
2.94754607579209
|
No
|
existsSimilarity
|
96,580
|
281,230
|
2.91188651894802
|
No
|
similarityEdges
|
96,580
|
277,171
|
2.86985918409609
|
No
|
connect
|
466
|
1,697
|
3.64163090128755
|
Yes
|
connectAllSimilar
|
440
|
285,603
|
649.097727272727
|
Yes
|
init
|
103
|
12,560
|
121.941747572816
|
No
|
Total
|
914
|
288,124
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-04-51-F4UWaU--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-04-51-F4UWaU--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-13-04-51-F4UWaU–DV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
100
|
0.96
|
random
|
20
|
1
|
10
|
2
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
220
|
15,480
|
220
|
220
|
100
|
16,240
|
allVerticesByType
vertices_agent
|
vertices_item
|
vertices_work
|
vertices_total
|
101
|
440
|
220
|
761
|
distribution of similarityEdgesByWeight

Degree distribution of item->similarity->item edges

Degree distribution of agent->knows->agent edges

Runing time by method
|
key
|
doc_count
|
sum_wallTime_ms.value
|
avg_wallTime_ms.value
|
includedInTotal
|
2
|
cycleSearch
|
3,600
|
102,684
|
28.5233333333333
|
Yes
|
3
|
getWorks
|
3,600
|
59,475
|
16.5208333333333
|
No
|
4
|
individualCycleSearch
|
3,600
|
72
|
0.02
|
Yes
|
6
|
addItemToWork
|
440
|
5,235
|
11.8977272727273
|
No
|
7
|
ownsWork
|
220
|
4,521
|
20.55
|
No
|
8
|
init
|
103
|
13,784
|
133.825242718447
|
No
|
9
|
searchAndConnect
|
101
|
128,658
|
1273.84158415842
|
Yes
|
10
|
knowsAgent
|
100
|
1,326
|
13.26
|
No
|
1
|
Total
|
14,501
|
697,674
|
|
|
Found structures
Cycles
Number of cycles found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-04-51-F4UWaU--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 3600
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-04-51-F4UWaU--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-13-05-56-ptLUe9–CV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
100
|
0.96
|
smallWorld
|
20
|
1
|
10
|
2
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
220
|
16,280
|
220
|
220
|
601
|
17,541
|
allVerticesByType
vertices_agent
|
vertices_item
|
vertices_work
|
vertices_total
|
101
|
440
|
220
|
761
|
distribution of similarityEdgesByWeight

Degree distribution of item->similarity->item edges

Degree distribution of agent->knows->agent edges

Runing time by method
key
|
doc_count
|
sum_wallTime_ms.value
|
avg_wallTime_ms.value
|
includedInTotal
|
connectIfSimilar
|
96,580
|
280,947
|
2.90895630565334
|
No
|
existsSimilarity
|
96,580
|
279,065
|
2.88946986953821
|
No
|
similarityEdges
|
96,580
|
275,126
|
2.8486850279561
|
No
|
connectAllSimilar
|
440
|
281,809
|
640.475
|
Yes
|
init
|
103
|
12,525
|
121.601941747573
|
No
|
connect
|
80
|
130
|
1.625
|
Yes
|
Total
|
528
|
282,766
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-05-56-ptLUe9--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-05-56-ptLUe9--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-13-05-56-ptLUe9–DV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
100
|
0.96
|
smallWorld
|
20
|
1
|
10
|
2
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
220
|
16,120
|
220
|
220
|
601
|
17,381
|
allVerticesByType
vertices_agent
|
vertices_item
|
vertices_work
|
vertices_total
|
101
|
440
|
220
|
761
|
distribution of similarityEdgesByWeight

Degree distribution of item->similarity->item edges

Degree distribution of agent->knows->agent edges

Runing time by method
|
key
|
doc_count
|
sum_wallTime_ms.value
|
avg_wallTime_ms.value
|
includedInTotal
|
1
|
knowsAgent
|
601
|
1,505
|
2.50415973377704
|
No
|
2
|
addItemToWork
|
440
|
3,305
|
7.51136363636364
|
No
|
3
|
ownsWork
|
220
|
2,569
|
11.6772727272727
|
No
|
4
|
init
|
103
|
13,773
|
133.718446601942
|
No
|
5
|
searchAndConnect
|
101
|
162,396
|
1607.88118811881
|
Yes
|
6
|
getWorksItems
|
38
|
53
|
1.39473684210526
|
Yes
|
8
|
cycleSearch
|
6
|
378
|
63
|
Yes
|
9
|
getWorks
|
6
|
512
|
85.3333333333333
|
No
|
10
|
individualCycleSearch
|
6
|
1
|
0.166666666666667
|
Yes
|
11
|
Total
|
157
|
164,428
|
|
|
Found structures
Cycles
Number of cycles found: 6
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-05-56-ptLUe9--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-05-56-ptLUe9--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-13-03-37-Nnbvpf–CV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
100
|
0.96
|
random
|
20
|
1
|
30
|
1
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
120
|
5,218
|
120
|
120
|
100
|
5,678
|
allVerticesByType
vertices_agent
|
vertices_item
|
vertices_work
|
vertices_total
|
101
|
240
|
120
|
461
|
distribution of similarityEdgesByWeight

Degree distribution of item->similarity->item edges

Degree distribution of agent->knows->agent edges

Runing time by method
key
|
doc_count
|
sum_wallTime_ms.value
|
avg_wallTime_ms.value
|
includedInTotal
|
connectIfSimilar
|
28,680
|
69,126
|
2.4102510460251
|
No
|
existsSimilarity
|
28,680
|
68,451
|
2.38671548117155
|
No
|
similarityEdges
|
28,680
|
67,408
|
2.35034867503487
|
No
|
connectAllSimilar
|
240
|
69,401
|
289.170833333333
|
Yes
|
init
|
103
|
12,018
|
116.679611650485
|
No
|
connect
|
36
|
156
|
4.33333333333333
|
Yes
|
Total
|
284
|
70,084
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-03-37-Nnbvpf--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-03-37-Nnbvpf--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-13-03-37-Nnbvpf–DV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
100
|
0.96
|
random
|
20
|
1
|
30
|
1
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
120
|
5,146
|
120
|
120
|
100
|
5,606
|
allVerticesByType
vertices_agent
|
vertices_item
|
vertices_work
|
vertices_total
|
101
|
240
|
120
|
461
|
distribution of similarityEdgesByWeight

Degree distribution of item->similarity->item edges

Degree distribution of agent->knows->agent edges

Runing time by method
|
key
|
doc_count
|
sum_wallTime_ms.value
|
avg_wallTime_ms.value
|
includedInTotal
|
1
|
addItemToWork
|
240
|
3,366
|
14.025
|
No
|
2
|
ownsWork
|
120
|
3,393
|
28.275
|
No
|
3
|
init
|
103
|
12,210
|
118.543689320388
|
No
|
4
|
searchAndConnect
|
101
|
49,931
|
494.366336633663
|
Yes
|
5
|
knowsAgent
|
100
|
518
|
5.18
|
No
|
6
|
getWorksItems
|
38
|
114
|
3
|
Yes
|
9
|
cycleSearch
|
2
|
207
|
103.5
|
Yes
|
10
|
getWorks
|
2
|
415
|
207.5
|
No
|
11
|
Total
|
148
|
51,053
|
|
|
Found structures
Cycles
Number of cycles found: 2
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-03-37-Nnbvpf--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-03-37-Nnbvpf--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-13-03-39-NQdbEk–CV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
100
|
0.96
|
smallWorld
|
20
|
1
|
30
|
1
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
120
|
5,046
|
120
|
120
|
601
|
6,007
|
allVerticesByType
vertices_agent
|
vertices_item
|
vertices_work
|
vertices_total
|
101
|
240
|
120
|
461
|
distribution of similarityEdgesByWeight

Degree distribution of item->similarity->item edges

Degree distribution of agent->knows->agent edges

Runing time by method
key
|
doc_count
|
sum_wallTime_ms.value
|
avg_wallTime_ms.value
|
includedInTotal
|
connectIfSimilar
|
28,680
|
70,092
|
2.44393305439331
|
No
|
existsSimilarity
|
28,680
|
69,513
|
2.42374476987448
|
No
|
similarityEdges
|
28,680
|
68,569
|
2.39082984658298
|
No
|
connectAllSimilar
|
240
|
70,352
|
293.133333333333
|
Yes
|
init
|
103
|
12,937
|
125.601941747573
|
No
|
connect
|
28
|
109
|
3.89285714285714
|
Yes
|
Total
|
276
|
70,911
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-03-39-NQdbEk--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-03-39-NQdbEk--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-13-03-39-NQdbEk–DV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
100
|
0.96
|
smallWorld
|
20
|
1
|
30
|
1
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
120
|
4,990
|
120
|
120
|
601
|
5,951
|
allVerticesByType
vertices_agent
|
vertices_item
|
vertices_work
|
vertices_total
|
101
|
240
|
120
|
461
|
distribution of similarityEdgesByWeight

Degree distribution of item->similarity->item edges

Degree distribution of agent->knows->agent edges

Runing time by method
|
key
|
doc_count
|
sum_wallTime_ms.value
|
avg_wallTime_ms.value
|
includedInTotal
|
1
|
knowsAgent
|
601
|
1,315
|
2.18801996672213
|
No
|
2
|
addItemToWork
|
240
|
2,943
|
12.2625
|
No
|
3
|
ownsWork
|
120
|
2,677
|
22.3083333333333
|
No
|
4
|
init
|
103
|
12,674
|
123.04854368932
|
No
|
5
|
searchAndConnect
|
101
|
53,474
|
529.445544554455
|
Yes
|
6
|
getWorksItems
|
38
|
64
|
1.68421052631579
|
Yes
|
9
|
cycleSearch
|
3
|
684
|
228
|
Yes
|
10
|
getWorks
|
3
|
394
|
131.333333333333
|
No
|
11
|
Total
|
150
|
55,691
|
|
|
Found structures
Cycles
Number of cycles found: 2
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-03-39-NQdbEk--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-03-39-NQdbEk--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-13-06-01-vyXKso–CV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
100
|
0.96
|
random
|
20
|
1
|
30
|
2
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
220
|
16,686
|
220
|
220
|
100
|
17,446
|
allVerticesByType
vertices_agent
|
vertices_item
|
vertices_work
|
vertices_total
|
101
|
440
|
220
|
761
|
distribution of similarityEdgesByWeight

Degree distribution of item->similarity->item edges

Degree distribution of agent->knows->agent edges

Runing time by method
key
|
doc_count
|
sum_wallTime_ms.value
|
avg_wallTime_ms.value
|
includedInTotal
|
connectIfSimilar
|
96,580
|
290,547
|
3.00835576723959
|
No
|
existsSimilarity
|
96,580
|
288,584
|
2.98803064816732
|
No
|
similarityEdges
|
96,580
|
284,486
|
2.94559950300269
|
No
|
connectAllSimilar
|
440
|
291,461
|
662.411363636364
|
Yes
|
connect
|
104
|
217
|
2.08653846153846
|
Yes
|
init
|
103
|
12,315
|
119.563106796117
|
No
|
Total
|
552
|
292,613
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-06-01-vyXKso--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-06-01-vyXKso--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-13-06-01-vyXKso–DV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
100
|
0.96
|
random
|
20
|
1
|
30
|
2
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
220
|
16,478
|
220
|
220
|
100
|
17,238
|
allVerticesByType
vertices_agent
|
vertices_item
|
vertices_work
|
vertices_total
|
101
|
440
|
220
|
761
|
distribution of similarityEdgesByWeight

Degree distribution of item->similarity->item edges

Degree distribution of agent->knows->agent edges

Runing time by method
|
key
|
doc_count
|
sum_wallTime_ms.value
|
avg_wallTime_ms.value
|
includedInTotal
|
1
|
addItemToWork
|
440
|
4,926
|
11.1954545454545
|
No
|
2
|
ownsWork
|
220
|
2,990
|
13.5909090909091
|
No
|
3
|
init
|
103
|
13,800
|
133.980582524272
|
No
|
4
|
searchAndConnect
|
101
|
130,790
|
1294.9504950495
|
Yes
|
5
|
knowsAgent
|
100
|
591
|
5.91
|
No
|
6
|
getWorksItems
|
38
|
63
|
1.65789473684211
|
Yes
|
8
|
cycleSearch
|
5
|
1,207
|
241.4
|
Yes
|
10
|
getWorks
|
5
|
1,136
|
227.2
|
No
|
11
|
Total
|
154
|
133,803
|
|
|
Found structures
Cycles
Number of cycles found: 5
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-06-01-vyXKso--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-06-01-vyXKso--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-13-06-07-3iFoCT–CV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
100
|
0.96
|
smallWorld
|
20
|
1
|
30
|
2
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
220
|
16,678
|
220
|
220
|
601
|
17,939
|
allVerticesByType
vertices_agent
|
vertices_item
|
vertices_work
|
vertices_total
|
101
|
440
|
220
|
761
|
distribution of similarityEdgesByWeight

Degree distribution of item->similarity->item edges

Degree distribution of agent->knows->agent edges

Runing time by method
key
|
doc_count
|
sum_wallTime_ms.value
|
avg_wallTime_ms.value
|
includedInTotal
|
connectIfSimilar
|
96,580
|
291,333
|
3.01649409815697
|
No
|
existsSimilarity
|
96,580
|
289,328
|
2.99573410644026
|
No
|
similarityEdges
|
96,580
|
285,337
|
2.95441085110789
|
No
|
connectAllSimilar
|
440
|
292,238
|
664.177272727273
|
Yes
|
init
|
103
|
12,613
|
122.456310679612
|
No
|
connect
|
102
|
346
|
3.3921568627451
|
Yes
|
Total
|
550
|
293,496
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-06-07-3iFoCT--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-06-07-3iFoCT--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-13-06-07-3iFoCT–DV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
100
|
0.96
|
smallWorld
|
20
|
1
|
30
|
2
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
220
|
16,474
|
220
|
220
|
601
|
17,735
|
allVerticesByType
vertices_agent
|
vertices_item
|
vertices_work
|
vertices_total
|
101
|
440
|
220
|
761
|
distribution of similarityEdgesByWeight

Degree distribution of item->similarity->item edges

Degree distribution of agent->knows->agent edges

Runing time by method
|
key
|
doc_count
|
sum_wallTime_ms.value
|
avg_wallTime_ms.value
|
includedInTotal
|
1
|
knowsAgent
|
601
|
1,099
|
1.82861896838602
|
No
|
2
|
addItemToWork
|
440
|
6,605
|
15.0113636363636
|
No
|
3
|
ownsWork
|
220
|
2,972
|
13.5090909090909
|
No
|
4
|
init
|
103
|
13,215
|
128.300970873786
|
No
|
5
|
searchAndConnect
|
101
|
154,435
|
1529.05940594059
|
Yes
|
6
|
getWorksItems
|
38
|
229
|
6.02631578947368
|
Yes
|
8
|
cycleSearch
|
6
|
393
|
65.5
|
Yes
|
9
|
getWorks
|
6
|
313
|
52.1666666666667
|
No
|
10
|
individualCycleSearch
|
6
|
0
|
0
|
Yes
|
11
|
Total
|
157
|
156,636
|
|
|
Found structures
Cycles
Number of cycles found: 4
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-06-07-3iFoCT--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 2
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-06-07-3iFoCT--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-13-01-31-soP7zJ–CV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
100
|
0.96
|
random
|
20
|
1
|
5
|
1
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
120
|
4,644
|
120
|
120
|
100
|
5,104
|
allVerticesByType
vertices_agent
|
vertices_item
|
vertices_work
|
vertices_total
|
101
|
240
|
120
|
461
|
distribution of similarityEdgesByWeight

Degree distribution of item->similarity->item edges

Degree distribution of agent->knows->agent edges

Runing time by method
key
|
doc_count
|
sum_wallTime_ms.value
|
avg_wallTime_ms.value
|
includedInTotal
|
connectIfSimilar
|
28,680
|
68,362
|
2.38361227336123
|
No
|
existsSimilarity
|
28,680
|
63,223
|
2.20442817294282
|
No
|
similarityEdges
|
28,680
|
62,335
|
2.17346582984658
|
No
|
connect
|
1,662
|
4,602
|
2.76895306859206
|
Yes
|
connectAllSimilar
|
240
|
68,655
|
286.0625
|
Yes
|
init
|
103
|
11,931
|
115.834951456311
|
No
|
Total
|
1,910
|
73,940
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-01-31-soP7zJ--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-01-31-soP7zJ--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-13-01-31-soP7zJ–DV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
100
|
0.96
|
random
|
20
|
1
|
5
|
1
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
120
|
1,320
|
120
|
120
|
100
|
1,780
|
allVerticesByType
vertices_agent
|
vertices_item
|
vertices_work
|
vertices_total
|
101
|
240
|
120
|
461
|
distribution of similarityEdgesByWeight

Degree distribution of item->similarity->item edges

Degree distribution of agent->knows->agent edges

Runing time by method
|
key
|
doc_count
|
sum_wallTime_ms.value
|
avg_wallTime_ms.value
|
includedInTotal
|
2
|
cycleSearch
|
3,600
|
13,882
|
3.85611111111111
|
Yes
|
3
|
getWorks
|
3,600
|
57,112
|
15.8644444444444
|
No
|
4
|
individualCycleSearch
|
3,600
|
93
|
0.0258333333333333
|
Yes
|
6
|
addItemToWork
|
240
|
2,808
|
11.7
|
No
|
7
|
ownsWork
|
120
|
2,815
|
23.4583333333333
|
No
|
8
|
init
|
103
|
12,668
|
122.990291262136
|
No
|
9
|
searchAndConnect
|
101
|
14,616
|
144.712871287129
|
Yes
|
10
|
knowsAgent
|
100
|
474
|
4.74
|
No
|
1
|
Total
|
14,501
|
43,569
|
|
|
Found structures
Cycles
Number of cycles found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-01-31-soP7zJ--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 3600
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-01-31-soP7zJ--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-13-02-33-N49WiL–CV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
100
|
0.96
|
smallWorld
|
20
|
1
|
5
|
1
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
120
|
4,788
|
120
|
120
|
601
|
5,749
|
allVerticesByType
vertices_agent
|
vertices_item
|
vertices_work
|
vertices_total
|
101
|
240
|
120
|
461
|
distribution of similarityEdgesByWeight

Degree distribution of item->similarity->item edges

Degree distribution of agent->knows->agent edges

Runing time by method
key
|
doc_count
|
sum_wallTime_ms.value
|
avg_wallTime_ms.value
|
includedInTotal
|
connectIfSimilar
|
28,680
|
67,399
|
2.35003486750349
|
No
|
existsSimilarity
|
28,680
|
66,810
|
2.32949790794979
|
No
|
similarityEdges
|
28,680
|
65,875
|
2.29689679218968
|
No
|
connectAllSimilar
|
240
|
67,684
|
282.016666666667
|
Yes
|
init
|
103
|
12,637
|
122.68932038835
|
No
|
connect
|
28
|
84
|
3
|
Yes
|
Total
|
276
|
68,323
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-02-33-N49WiL--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-02-33-N49WiL--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-13-02-33-N49WiL–DV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
100
|
0.96
|
smallWorld
|
20
|
1
|
5
|
1
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
120
|
4,732
|
120
|
120
|
601
|
5,693
|
allVerticesByType
vertices_agent
|
vertices_item
|
vertices_work
|
vertices_total
|
101
|
240
|
120
|
461
|
distribution of similarityEdgesByWeight

Degree distribution of item->similarity->item edges

Degree distribution of agent->knows->agent edges

Runing time by method
|
key
|
doc_count
|
sum_wallTime_ms.value
|
avg_wallTime_ms.value
|
includedInTotal
|
1
|
knowsAgent
|
601
|
1,316
|
2.18968386023294
|
No
|
2
|
addItemToWork
|
240
|
4,391
|
18.2958333333333
|
No
|
3
|
ownsWork
|
120
|
1,774
|
14.7833333333333
|
No
|
4
|
init
|
103
|
13,057
|
126.766990291262
|
No
|
5
|
searchAndConnect
|
101
|
59,263
|
586.762376237624
|
Yes
|
6
|
getWorksItems
|
38
|
80
|
2.10526315789474
|
Yes
|
9
|
cycleSearch
|
3
|
449
|
149.666666666667
|
Yes
|
10
|
getWorks
|
3
|
465
|
155
|
No
|
11
|
Total
|
150
|
60,728
|
|
|
Found structures
Cycles
Number of cycles found: 3
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-02-33-N49WiL--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-02-33-N49WiL--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-13-03-41-a85XGH–CV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
100
|
0.96
|
random
|
20
|
1
|
5
|
2
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
220
|
15,530
|
220
|
220
|
100
|
16,290
|
allVerticesByType
vertices_agent
|
vertices_item
|
vertices_work
|
vertices_total
|
101
|
440
|
220
|
761
|
distribution of similarityEdgesByWeight

Degree distribution of item->similarity->item edges

Degree distribution of agent->knows->agent edges

Runing time by method
key
|
doc_count
|
sum_wallTime_ms.value
|
avg_wallTime_ms.value
|
includedInTotal
|
connectIfSimilar
|
96,580
|
268,678
|
2.781921722924
|
No
|
existsSimilarity
|
96,580
|
254,222
|
2.63224270035204
|
No
|
similarityEdges
|
96,580
|
250,604
|
2.59478152826672
|
No
|
connect
|
4,459
|
12,705
|
2.84929356357928
|
Yes
|
connectAllSimilar
|
440
|
269,680
|
612.909090909091
|
Yes
|
init
|
103
|
12,869
|
124.941747572816
|
No
|
Total
|
4,907
|
283,214
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-03-41-a85XGH--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-03-41-a85XGH--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-13-03-41-a85XGH–DV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
100
|
0.96
|
random
|
20
|
1
|
5
|
2
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
220
|
6,612
|
220
|
220
|
100
|
7,372
|
allVerticesByType
vertices_agent
|
vertices_item
|
vertices_work
|
vertices_total
|
101
|
440
|
220
|
761
|
distribution of similarityEdgesByWeight

Degree distribution of item->similarity->item edges

Degree distribution of agent->knows->agent edges

Runing time by method
|
key
|
doc_count
|
sum_wallTime_ms.value
|
avg_wallTime_ms.value
|
includedInTotal
|
2
|
cycleSearch
|
3,600
|
23,727
|
6.59083333333333
|
Yes
|
3
|
getWorks
|
3,600
|
58,359
|
16.2108333333333
|
No
|
4
|
individualCycleSearch
|
3,600
|
90
|
0.025
|
Yes
|
6
|
addItemToWork
|
440
|
7,722
|
17.55
|
No
|
7
|
ownsWork
|
220
|
4,716
|
21.4363636363636
|
No
|
8
|
init
|
103
|
13,641
|
132.436893203883
|
No
|
9
|
searchAndConnect
|
101
|
60,853
|
602.504950495049
|
Yes
|
10
|
knowsAgent
|
100
|
460
|
4.6
|
No
|
1
|
Total
|
14,501
|
144,046
|
|
|
Found structures
Cycles
Number of cycles found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-03-41-a85XGH--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 3600
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-03-41-a85XGH--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-13-04-45-vYA7f2–CV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
100
|
0.96
|
smallWorld
|
20
|
1
|
5
|
2
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
220
|
16,836
|
220
|
220
|
601
|
18,097
|
allVerticesByType
vertices_agent
|
vertices_item
|
vertices_work
|
vertices_total
|
101
|
440
|
220
|
761
|
distribution of similarityEdgesByWeight

Degree distribution of item->similarity->item edges

Degree distribution of agent->knows->agent edges

Runing time by method
key
|
doc_count
|
sum_wallTime_ms.value
|
avg_wallTime_ms.value
|
includedInTotal
|
connectIfSimilar
|
96,580
|
291,514
|
3.01836819217229
|
No
|
existsSimilarity
|
96,580
|
289,448
|
2.99697659971008
|
No
|
similarityEdges
|
96,580
|
285,428
|
2.95535307517084
|
No
|
connectAllSimilar
|
440
|
292,407
|
664.561363636364
|
Yes
|
init
|
103
|
12,775
|
124.029126213592
|
No
|
connect
|
75
|
328
|
4.37333333333333
|
Yes
|
Total
|
523
|
293,432
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-04-45-vYA7f2--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-04-45-vYA7f2--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-13-04-45-vYA7f2–DV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
100
|
0.96
|
smallWorld
|
20
|
1
|
5
|
2
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
220
|
16,686
|
220
|
220
|
601
|
17,947
|
allVerticesByType
vertices_agent
|
vertices_item
|
vertices_work
|
vertices_total
|
101
|
440
|
220
|
761
|
distribution of similarityEdgesByWeight

Degree distribution of item->similarity->item edges

Degree distribution of agent->knows->agent edges

Runing time by method
|
key
|
doc_count
|
sum_wallTime_ms.value
|
avg_wallTime_ms.value
|
includedInTotal
|
1
|
knowsAgent
|
601
|
1,636
|
2.72212978369384
|
No
|
2
|
addItemToWork
|
440
|
2,777
|
6.31136363636364
|
No
|
3
|
ownsWork
|
220
|
2,539
|
11.5409090909091
|
No
|
4
|
init
|
103
|
13,604
|
132.077669902913
|
No
|
5
|
searchAndConnect
|
101
|
167,226
|
1655.70297029703
|
Yes
|
6
|
getWorksItems
|
38
|
52
|
1.36842105263158
|
Yes
|
8
|
cycleSearch
|
6
|
230
|
38.3333333333333
|
Yes
|
9
|
getWorks
|
6
|
526
|
87.6666666666667
|
No
|
10
|
individualCycleSearch
|
6
|
0
|
0
|
Yes
|
11
|
Total
|
157
|
168,976
|
|
|
Found structures
Cycles
Number of cycles found: 5
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-04-45-vYA7f2--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-04-45-vYA7f2--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-13-08-29-apnSom–CV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
100
|
0.96
|
random
|
5
|
1
|
10
|
1
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
105
|
3,876
|
105
|
105
|
100
|
4,291
|
allVerticesByType
vertices_agent
|
vertices_item
|
vertices_work
|
vertices_total
|
101
|
210
|
105
|
416
|
distribution of similarityEdgesByWeight

Degree distribution of item->similarity->item edges

Degree distribution of agent->knows->agent edges

Runing time by method
key
|
doc_count
|
sum_wallTime_ms.value
|
avg_wallTime_ms.value
|
includedInTotal
|
connectIfSimilar
|
21,945
|
47,756
|
2.17616769195717
|
No
|
existsSimilarity
|
21,945
|
46,811
|
2.13310549100023
|
No
|
similarityEdges
|
21,945
|
46,028
|
2.09742538163591
|
No
|
connect
|
213
|
515
|
2.41784037558685
|
Yes
|
connectAllSimilar
|
210
|
47,978
|
228.466666666667
|
Yes
|
init
|
103
|
11,543
|
112.067961165049
|
No
|
Total
|
431
|
48,762
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-08-29-apnSom--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-08-29-apnSom--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-13-08-29-apnSom–DV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
100
|
0.96
|
random
|
5
|
1
|
10
|
1
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
105
|
3,450
|
105
|
105
|
100
|
3,865
|
allVerticesByType
vertices_agent
|
vertices_item
|
vertices_work
|
vertices_total
|
101
|
210
|
105
|
416
|
distribution of similarityEdgesByWeight

Degree distribution of item->similarity->item edges

Degree distribution of agent->knows->agent edges

Runing time by method
|
key
|
doc_count
|
sum_wallTime_ms.value
|
avg_wallTime_ms.value
|
includedInTotal
|
2
|
cycleSearch
|
3,600
|
36,078
|
10.0216666666667
|
Yes
|
3
|
getWorks
|
3,600
|
46,598
|
12.9438888888889
|
No
|
4
|
individualCycleSearch
|
3,600
|
87
|
0.0241666666666667
|
Yes
|
6
|
addItemToWork
|
210
|
3,040
|
14.4761904761905
|
No
|
7
|
ownsWork
|
105
|
1,788
|
17.0285714285714
|
No
|
8
|
init
|
103
|
11,758
|
114.155339805825
|
No
|
9
|
searchAndConnect
|
101
|
34,249
|
339.09900990099
|
Yes
|
10
|
knowsAgent
|
100
|
366
|
3.66
|
No
|
1
|
Total
|
14,501
|
188,313
|
|
|
Found structures
Cycles
Number of cycles found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-08-29-apnSom--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 3600
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-08-29-apnSom--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-13-09-30-Rp8qXP–CV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
100
|
0.96
|
smallWorld
|
5
|
1
|
10
|
1
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
105
|
3,746
|
105
|
105
|
601
|
4,662
|
allVerticesByType
vertices_agent
|
vertices_item
|
vertices_work
|
vertices_total
|
101
|
210
|
105
|
416
|
distribution of similarityEdgesByWeight

Degree distribution of item->similarity->item edges

Degree distribution of agent->knows->agent edges

Runing time by method
key
|
doc_count
|
sum_wallTime_ms.value
|
avg_wallTime_ms.value
|
includedInTotal
|
connectIfSimilar
|
21,945
|
45,986
|
2.09551150603782
|
No
|
existsSimilarity
|
21,945
|
45,576
|
2.07682843472317
|
No
|
similarityEdges
|
21,945
|
44,835
|
2.04306220095694
|
No
|
connectAllSimilar
|
210
|
46,198
|
219.990476190476
|
Yes
|
init
|
103
|
11,282
|
109.533980582524
|
No
|
connect
|
19
|
35
|
1.84210526315789
|
Yes
|
Total
|
237
|
46,638
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-09-30-Rp8qXP--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-09-30-Rp8qXP--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-13-09-30-Rp8qXP–DV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
100
|
0.96
|
smallWorld
|
5
|
1
|
10
|
1
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
105
|
3,708
|
105
|
105
|
601
|
4,624
|
allVerticesByType
vertices_agent
|
vertices_item
|
vertices_work
|
vertices_total
|
101
|
210
|
105
|
416
|
distribution of similarityEdgesByWeight

Degree distribution of item->similarity->item edges

Degree distribution of agent->knows->agent edges

Runing time by method
|
key
|
doc_count
|
sum_wallTime_ms.value
|
avg_wallTime_ms.value
|
includedInTotal
|
1
|
knowsAgent
|
601
|
1,133
|
1.88519134775374
|
No
|
2
|
addItemToWork
|
210
|
1,395
|
6.64285714285714
|
No
|
3
|
ownsWork
|
105
|
1,384
|
13.1809523809524
|
No
|
4
|
init
|
103
|
12,175
|
118.203883495146
|
No
|
5
|
searchAndConnect
|
101
|
41,327
|
409.178217821782
|
Yes
|
6
|
getWorksItems
|
8
|
32
|
4
|
Yes
|
9
|
cycleSearch
|
2
|
27
|
13.5
|
Yes
|
10
|
getWorks
|
2
|
9
|
4.5
|
No
|
11
|
Total
|
118
|
41,744
|
|
|
Found structures
Cycles
Number of cycles found: 2
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-09-30-Rp8qXP--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-09-30-Rp8qXP--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-13-10-41-YRs3ux–CV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
100
|
0.96
|
random
|
5
|
1
|
10
|
2
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
205
|
14,288
|
205
|
205
|
100
|
15,003
|
allVerticesByType
vertices_agent
|
vertices_item
|
vertices_work
|
vertices_total
|
101
|
410
|
205
|
716
|
distribution of similarityEdgesByWeight

Degree distribution of item->similarity->item edges

Degree distribution of agent->knows->agent edges

Runing time by method
key
|
doc_count
|
sum_wallTime_ms.value
|
avg_wallTime_ms.value
|
includedInTotal
|
connectIfSimilar
|
83,845
|
214,532
|
2.55867374321665
|
No
|
existsSimilarity
|
83,845
|
211,883
|
2.52707973045501
|
No
|
similarityEdges
|
83,845
|
208,441
|
2.48602778937325
|
No
|
connect
|
490
|
1,077
|
2.19795918367347
|
Yes
|
connectAllSimilar
|
410
|
215,296
|
525.112195121951
|
Yes
|
init
|
103
|
11,331
|
110.009708737864
|
No
|
Total
|
908
|
217,034
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-10-41-YRs3ux--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-10-41-YRs3ux--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-13-10-41-YRs3ux–DV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
100
|
0.96
|
random
|
5
|
1
|
10
|
2
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
205
|
13,308
|
205
|
205
|
100
|
14,023
|
allVerticesByType
vertices_agent
|
vertices_item
|
vertices_work
|
vertices_total
|
101
|
410
|
205
|
716
|
distribution of similarityEdgesByWeight

Degree distribution of item->similarity->item edges

Degree distribution of agent->knows->agent edges

Runing time by method
|
key
|
doc_count
|
sum_wallTime_ms.value
|
avg_wallTime_ms.value
|
includedInTotal
|
1
|
addItemToWork
|
410
|
6,330
|
15.4390243902439
|
No
|
2
|
ownsWork
|
205
|
4,112
|
20.0585365853659
|
No
|
3
|
init
|
103
|
11,738
|
113.961165048544
|
No
|
4
|
searchAndConnect
|
101
|
92,957
|
920.366336633663
|
Yes
|
5
|
knowsAgent
|
100
|
340
|
3.4
|
No
|
6
|
getWorksItems
|
8
|
12
|
1.5
|
Yes
|
9
|
cycleSearch
|
3
|
952
|
317.333333333333
|
Yes
|
10
|
getWorks
|
3
|
826
|
275.333333333333
|
No
|
11
|
Total
|
120
|
94,657
|
|
|
Found structures
Cycles
Number of cycles found: 3
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-10-41-YRs3ux--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-10-41-YRs3ux--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-13-10-45-BtyUBG–CV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
100
|
0.96
|
smallWorld
|
5
|
1
|
10
|
2
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
205
|
14,430
|
205
|
205
|
601
|
15,646
|
allVerticesByType
vertices_agent
|
vertices_item
|
vertices_work
|
vertices_total
|
101
|
410
|
205
|
716
|
distribution of similarityEdgesByWeight

Degree distribution of item->similarity->item edges

Degree distribution of agent->knows->agent edges

Runing time by method
key
|
doc_count
|
sum_wallTime_ms.value
|
avg_wallTime_ms.value
|
includedInTotal
|
connectIfSimilar
|
83,845
|
212,120
|
2.52990637485837
|
No
|
existsSimilarity
|
83,845
|
210,477
|
2.51031069234898
|
No
|
similarityEdges
|
83,845
|
207,421
|
2.47386248434611
|
No
|
connectAllSimilar
|
410
|
212,903
|
519.275609756098
|
Yes
|
init
|
103
|
11,631
|
112.922330097087
|
No
|
connect
|
86
|
269
|
3.12790697674419
|
Yes
|
Total
|
504
|
213,749
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-10-45-BtyUBG--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-10-45-BtyUBG--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-13-10-45-BtyUBG–DV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
100
|
0.96
|
smallWorld
|
5
|
1
|
10
|
2
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
205
|
14,258
|
205
|
205
|
601
|
15,474
|
allVerticesByType
vertices_agent
|
vertices_item
|
vertices_work
|
vertices_total
|
101
|
410
|
205
|
716
|
distribution of similarityEdgesByWeight

Degree distribution of item->similarity->item edges

Degree distribution of agent->knows->agent edges

Runing time by method
|
key
|
doc_count
|
sum_wallTime_ms.value
|
avg_wallTime_ms.value
|
includedInTotal
|
1
|
knowsAgent
|
601
|
1,050
|
1.74708818635607
|
No
|
2
|
addItemToWork
|
410
|
4,152
|
10.1268292682927
|
No
|
3
|
ownsWork
|
205
|
2,785
|
13.5853658536585
|
No
|
4
|
init
|
103
|
11,863
|
115.174757281553
|
No
|
5
|
searchAndConnect
|
101
|
125,550
|
1243.06930693069
|
Yes
|
6
|
getWorksItems
|
8
|
14
|
1.75
|
Yes
|
9
|
cycleSearch
|
4
|
207
|
51.75
|
Yes
|
10
|
getWorks
|
4
|
1,005
|
251.25
|
No
|
11
|
Total
|
122
|
126,436
|
|
|
Found structures
Cycles
Number of cycles found: 4
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-10-45-BtyUBG--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-10-45-BtyUBG--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-13-09-31-52Xaxm–CV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
100
|
0.96
|
random
|
5
|
1
|
30
|
1
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
105
|
3,808
|
105
|
105
|
100
|
4,223
|
allVerticesByType
vertices_agent
|
vertices_item
|
vertices_work
|
vertices_total
|
101
|
210
|
105
|
416
|
distribution of similarityEdgesByWeight

Degree distribution of item->similarity->item edges

Degree distribution of agent->knows->agent edges

Runing time by method
key
|
doc_count
|
sum_wallTime_ms.value
|
avg_wallTime_ms.value
|
includedInTotal
|
connectIfSimilar
|
21,945
|
45,514
|
2.07400318979266
|
No
|
existsSimilarity
|
21,945
|
45,115
|
2.05582137161085
|
No
|
similarityEdges
|
21,945
|
44,428
|
2.02451583504215
|
No
|
connectAllSimilar
|
210
|
45,725
|
217.738095238095
|
Yes
|
init
|
103
|
11,002
|
106.815533980583
|
No
|
connect
|
23
|
36
|
1.56521739130435
|
Yes
|
Total
|
241
|
46,089
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-09-31-52Xaxm--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-09-31-52Xaxm--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-13-09-31-52Xaxm–DV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
100
|
0.96
|
random
|
5
|
1
|
30
|
1
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
105
|
3,762
|
105
|
105
|
100
|
4,177
|
allVerticesByType
vertices_agent
|
vertices_item
|
vertices_work
|
vertices_total
|
101
|
210
|
105
|
416
|
distribution of similarityEdgesByWeight

Degree distribution of item->similarity->item edges

Degree distribution of agent->knows->agent edges

Runing time by method
|
key
|
doc_count
|
sum_wallTime_ms.value
|
avg_wallTime_ms.value
|
includedInTotal
|
1
|
addItemToWork
|
210
|
2,737
|
13.0333333333333
|
No
|
2
|
ownsWork
|
105
|
1,677
|
15.9714285714286
|
No
|
3
|
init
|
103
|
11,653
|
113.135922330097
|
No
|
4
|
searchAndConnect
|
101
|
39,010
|
386.237623762376
|
Yes
|
5
|
knowsAgent
|
100
|
601
|
6.01
|
No
|
6
|
getWorksItems
|
8
|
41
|
5.125
|
Yes
|
9
|
cycleSearch
|
2
|
420
|
210
|
Yes
|
10
|
getWorks
|
2
|
239
|
119.5
|
No
|
11
|
Total
|
118
|
39,892
|
|
|
Found structures
Cycles
Number of cycles found: 2
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-09-31-52Xaxm--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-09-31-52Xaxm--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-13-09-32-dSBGBL–CV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
100
|
0.96
|
smallWorld
|
5
|
1
|
30
|
1
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
105
|
3,870
|
105
|
105
|
601
|
4,786
|
allVerticesByType
vertices_agent
|
vertices_item
|
vertices_work
|
vertices_total
|
101
|
210
|
105
|
416
|
distribution of similarityEdgesByWeight

Degree distribution of item->similarity->item edges

Degree distribution of agent->knows->agent edges

Runing time by method
key
|
doc_count
|
sum_wallTime_ms.value
|
avg_wallTime_ms.value
|
includedInTotal
|
connectIfSimilar
|
21,945
|
46,095
|
2.10047846889952
|
No
|
existsSimilarity
|
21,945
|
45,681
|
2.08161312371839
|
No
|
similarityEdges
|
21,945
|
44,971
|
2.04925951241741
|
No
|
connectAllSimilar
|
210
|
46,289
|
220.42380952381
|
Yes
|
init
|
103
|
11,177
|
108.514563106796
|
No
|
connect
|
19
|
45
|
2.36842105263158
|
Yes
|
Total
|
237
|
46,747
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-09-32-dSBGBL--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-09-32-dSBGBL--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-13-09-32-dSBGBL–DV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
100
|
0.96
|
smallWorld
|
5
|
1
|
30
|
1
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
105
|
3,832
|
105
|
105
|
601
|
4,748
|
allVerticesByType
vertices_agent
|
vertices_item
|
vertices_work
|
vertices_total
|
101
|
210
|
105
|
416
|
distribution of similarityEdgesByWeight

Degree distribution of item->similarity->item edges

Degree distribution of agent->knows->agent edges

Runing time by method
|
key
|
doc_count
|
sum_wallTime_ms.value
|
avg_wallTime_ms.value
|
includedInTotal
|
1
|
knowsAgent
|
601
|
1,243
|
2.06821963394343
|
No
|
2
|
addItemToWork
|
210
|
2,162
|
10.2952380952381
|
No
|
3
|
ownsWork
|
105
|
2,115
|
20.1428571428571
|
No
|
4
|
init
|
103
|
11,672
|
113.320388349515
|
No
|
5
|
searchAndConnect
|
101
|
48,258
|
477.80198019802
|
Yes
|
6
|
getWorksItems
|
8
|
14
|
1.75
|
Yes
|
9
|
cycleSearch
|
2
|
87
|
43.5
|
Yes
|
10
|
getWorks
|
2
|
229
|
114.5
|
No
|
11
|
Total
|
118
|
48,736
|
|
|
Found structures
Cycles
Number of cycles found: 2
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-09-32-dSBGBL--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-09-32-dSBGBL--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-13-10-49-N59jsR–CV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
100
|
0.96
|
random
|
5
|
1
|
30
|
2
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
205
|
14,200
|
205
|
205
|
100
|
14,915
|
allVerticesByType
vertices_agent
|
vertices_item
|
vertices_work
|
vertices_total
|
101
|
410
|
205
|
716
|
distribution of similarityEdgesByWeight

Degree distribution of item->similarity->item edges

Degree distribution of agent->knows->agent edges

Runing time by method
key
|
doc_count
|
sum_wallTime_ms.value
|
avg_wallTime_ms.value
|
includedInTotal
|
connectIfSimilar
|
83,845
|
211,223
|
2.51920806249627
|
No
|
existsSimilarity
|
83,845
|
209,445
|
2.49800226608623
|
No
|
similarityEdges
|
83,845
|
206,396
|
2.46163754547081
|
No
|
connectAllSimilar
|
410
|
212,021
|
517.124390243902
|
Yes
|
init
|
103
|
11,851
|
115.058252427184
|
No
|
connect
|
85
|
334
|
3.92941176470588
|
Yes
|
Total
|
503
|
212,837
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-10-49-N59jsR--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-10-49-N59jsR--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-13-10-49-N59jsR–DV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
100
|
0.96
|
random
|
5
|
1
|
30
|
2
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
205
|
14,030
|
205
|
205
|
100
|
14,745
|
allVerticesByType
vertices_agent
|
vertices_item
|
vertices_work
|
vertices_total
|
101
|
410
|
205
|
716
|
distribution of similarityEdgesByWeight

Degree distribution of item->similarity->item edges

Degree distribution of agent->knows->agent edges

Runing time by method
|
key
|
doc_count
|
sum_wallTime_ms.value
|
avg_wallTime_ms.value
|
includedInTotal
|
1
|
addItemToWork
|
410
|
6,578
|
16.0439024390244
|
No
|
2
|
ownsWork
|
205
|
3,097
|
15.1073170731707
|
No
|
3
|
init
|
103
|
12,216
|
118.601941747573
|
No
|
4
|
searchAndConnect
|
101
|
105,281
|
1042.38613861386
|
Yes
|
5
|
knowsAgent
|
100
|
375
|
3.75
|
No
|
6
|
getWorksItems
|
8
|
14
|
1.75
|
Yes
|
9
|
cycleSearch
|
4
|
1,009
|
252.25
|
Yes
|
10
|
getWorks
|
4
|
685
|
171.25
|
No
|
11
|
Total
|
122
|
107,395
|
|
|
Found structures
Cycles
Number of cycles found: 4
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-10-49-N59jsR--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-10-49-N59jsR--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-13-10-53-dQWiIf–CV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
100
|
0.96
|
smallWorld
|
5
|
1
|
30
|
2
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
205
|
14,246
|
205
|
205
|
601
|
15,462
|
allVerticesByType
vertices_agent
|
vertices_item
|
vertices_work
|
vertices_total
|
101
|
410
|
205
|
716
|
distribution of similarityEdgesByWeight

Degree distribution of item->similarity->item edges

Degree distribution of agent->knows->agent edges

Runing time by method
key
|
doc_count
|
sum_wallTime_ms.value
|
avg_wallTime_ms.value
|
includedInTotal
|
connectIfSimilar
|
83,845
|
213,212
|
2.54293040729918
|
No
|
existsSimilarity
|
83,845
|
211,461
|
2.52204663366927
|
No
|
similarityEdges
|
83,845
|
208,251
|
2.4837617031427
|
No
|
connectAllSimilar
|
410
|
213,982
|
521.907317073171
|
Yes
|
init
|
103
|
11,594
|
112.563106796117
|
No
|
connect
|
80
|
299
|
3.7375
|
Yes
|
Total
|
498
|
214,796
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-10-53-dQWiIf--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-10-53-dQWiIf--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-13-10-53-dQWiIf–DV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
100
|
0.96
|
smallWorld
|
5
|
1
|
30
|
2
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
205
|
14,086
|
205
|
205
|
601
|
15,302
|
allVerticesByType
vertices_agent
|
vertices_item
|
vertices_work
|
vertices_total
|
101
|
410
|
205
|
716
|
distribution of similarityEdgesByWeight

Degree distribution of item->similarity->item edges

Degree distribution of agent->knows->agent edges

Runing time by method
|
key
|
doc_count
|
sum_wallTime_ms.value
|
avg_wallTime_ms.value
|
includedInTotal
|
1
|
knowsAgent
|
601
|
1,193
|
1.98502495840266
|
No
|
2
|
addItemToWork
|
410
|
4,066
|
9.91707317073171
|
No
|
3
|
ownsWork
|
205
|
2,525
|
12.3170731707317
|
No
|
4
|
init
|
103
|
12,443
|
120.805825242718
|
No
|
5
|
searchAndConnect
|
101
|
125,306
|
1240.65346534653
|
Yes
|
6
|
getWorksItems
|
8
|
32
|
4
|
Yes
|
9
|
cycleSearch
|
4
|
96
|
24
|
Yes
|
10
|
getWorks
|
4
|
455
|
113.75
|
No
|
11
|
Total
|
122
|
126,008
|
|
|
Found structures
Cycles
Number of cycles found: 4
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-10-53-dQWiIf--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-10-53-dQWiIf--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-13-07-26-aJjJ5E–CV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
100
|
0.96
|
random
|
5
|
1
|
5
|
1
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
105
|
3,784
|
105
|
105
|
100
|
4,199
|
allVerticesByType
vertices_agent
|
vertices_item
|
vertices_work
|
vertices_total
|
101
|
210
|
105
|
416
|
distribution of similarityEdgesByWeight

Degree distribution of item->similarity->item edges

Degree distribution of agent->knows->agent edges

Runing time by method
key
|
doc_count
|
sum_wallTime_ms.value
|
avg_wallTime_ms.value
|
includedInTotal
|
connectIfSimilar
|
21,945
|
48,431
|
2.20692640692641
|
No
|
existsSimilarity
|
21,945
|
45,508
|
2.07372977899294
|
No
|
similarityEdges
|
21,945
|
44,839
|
2.04324447482342
|
No
|
connect
|
1,052
|
2,533
|
2.40779467680608
|
Yes
|
connectAllSimilar
|
210
|
48,671
|
231.766666666667
|
Yes
|
init
|
103
|
11,744
|
114.019417475728
|
No
|
Total
|
1,270
|
51,413
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-07-26-aJjJ5E--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-07-26-aJjJ5E--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-13-07-26-aJjJ5E–DV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
100
|
0.96
|
random
|
5
|
1
|
5
|
1
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
105
|
1,680
|
105
|
105
|
100
|
2,095
|
allVerticesByType
vertices_agent
|
vertices_item
|
vertices_work
|
vertices_total
|
101
|
210
|
105
|
416
|
distribution of similarityEdgesByWeight

Degree distribution of item->similarity->item edges

Degree distribution of agent->knows->agent edges

Runing time by method
|
key
|
doc_count
|
sum_wallTime_ms.value
|
avg_wallTime_ms.value
|
includedInTotal
|
2
|
cycleSearch
|
3,600
|
16,007
|
4.44638888888889
|
Yes
|
3
|
getWorks
|
3,600
|
43,011
|
11.9475
|
No
|
4
|
individualCycleSearch
|
3,600
|
127
|
0.0352777777777778
|
Yes
|
6
|
addItemToWork
|
210
|
5,154
|
24.5428571428571
|
No
|
7
|
ownsWork
|
105
|
2,294
|
21.847619047619
|
No
|
8
|
init
|
103
|
10,995
|
106.747572815534
|
No
|
9
|
searchAndConnect
|
101
|
14,414
|
142.712871287129
|
Yes
|
10
|
knowsAgent
|
100
|
201
|
2.01
|
No
|
1
|
Total
|
14,501
|
47,516
|
|
|
Found structures
Cycles
Number of cycles found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-07-26-aJjJ5E--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 3600
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-07-26-aJjJ5E--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-13-08-27-y59yK7–CV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
100
|
0.96
|
smallWorld
|
5
|
1
|
5
|
1
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
105
|
3,642
|
105
|
105
|
601
|
4,558
|
allVerticesByType
vertices_agent
|
vertices_item
|
vertices_work
|
vertices_total
|
101
|
210
|
105
|
416
|
distribution of similarityEdgesByWeight

Degree distribution of item->similarity->item edges

Degree distribution of agent->knows->agent edges

Runing time by method
key
|
doc_count
|
sum_wallTime_ms.value
|
avg_wallTime_ms.value
|
includedInTotal
|
connectIfSimilar
|
21,945
|
48,652
|
2.21699703804967
|
No
|
existsSimilarity
|
21,945
|
48,155
|
2.19434951013898
|
No
|
similarityEdges
|
21,945
|
47,370
|
2.15857826384142
|
No
|
connectAllSimilar
|
210
|
48,894
|
232.828571428571
|
Yes
|
init
|
103
|
11,041
|
107.194174757282
|
No
|
connect
|
37
|
66
|
1.78378378378378
|
Yes
|
Total
|
255
|
49,405
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-08-27-y59yK7--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-08-27-y59yK7--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-13-08-27-y59yK7–DV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
100
|
0.96
|
smallWorld
|
5
|
1
|
5
|
1
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
105
|
3,568
|
105
|
105
|
601
|
4,484
|
allVerticesByType
vertices_agent
|
vertices_item
|
vertices_work
|
vertices_total
|
101
|
210
|
105
|
416
|
distribution of similarityEdgesByWeight

Degree distribution of item->similarity->item edges

Degree distribution of agent->knows->agent edges

Runing time by method
|
key
|
doc_count
|
sum_wallTime_ms.value
|
avg_wallTime_ms.value
|
includedInTotal
|
1
|
knowsAgent
|
601
|
936
|
1.55740432612313
|
No
|
2
|
addItemToWork
|
210
|
1,477
|
7.03333333333333
|
No
|
3
|
ownsWork
|
105
|
1,362
|
12.9714285714286
|
No
|
4
|
init
|
103
|
11,725
|
113.834951456311
|
No
|
5
|
searchAndConnect
|
101
|
53,659
|
531.277227722772
|
Yes
|
6
|
getWorksItems
|
8
|
39
|
4.875
|
Yes
|
9
|
cycleSearch
|
2
|
39
|
19.5
|
Yes
|
10
|
getWorks
|
2
|
293
|
146.5
|
No
|
11
|
Total
|
118
|
54,087
|
|
|
Found structures
Cycles
Number of cycles found: 2
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-08-27-y59yK7--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-08-27-y59yK7--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-13-09-33-t3prjM–CV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
100
|
0.96
|
random
|
5
|
1
|
5
|
2
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
205
|
13,504
|
205
|
205
|
100
|
14,219
|
allVerticesByType
vertices_agent
|
vertices_item
|
vertices_work
|
vertices_total
|
101
|
410
|
205
|
716
|
distribution of similarityEdgesByWeight

Degree distribution of item->similarity->item edges

Degree distribution of agent->knows->agent edges

Runing time by method
key
|
doc_count
|
sum_wallTime_ms.value
|
avg_wallTime_ms.value
|
includedInTotal
|
connectIfSimilar
|
83,845
|
203,107
|
2.42241040014312
|
No
|
existsSimilarity
|
83,845
|
191,302
|
2.2816148846085
|
No
|
similarityEdges
|
83,845
|
188,223
|
2.24489236090405
|
No
|
connect
|
4,275
|
10,193
|
2.38432748538012
|
Yes
|
connectAllSimilar
|
410
|
203,955
|
497.451219512195
|
Yes
|
init
|
103
|
11,110
|
107.864077669903
|
No
|
Total
|
4,693
|
214,558
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-09-33-t3prjM--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-09-33-t3prjM--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-13-09-33-t3prjM–DV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
100
|
0.96
|
random
|
5
|
1
|
5
|
2
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
205
|
4,954
|
205
|
205
|
100
|
5,669
|
allVerticesByType
vertices_agent
|
vertices_item
|
vertices_work
|
vertices_total
|
101
|
410
|
205
|
716
|
distribution of similarityEdgesByWeight

Degree distribution of item->similarity->item edges

Degree distribution of agent->knows->agent edges

Runing time by method
|
key
|
doc_count
|
sum_wallTime_ms.value
|
avg_wallTime_ms.value
|
includedInTotal
|
2
|
cycleSearch
|
3,600
|
14,264
|
3.96222222222222
|
Yes
|
3
|
getWorks
|
3,600
|
47,318
|
13.1438888888889
|
No
|
4
|
individualCycleSearch
|
3,600
|
95
|
0.0263888888888889
|
Yes
|
6
|
addItemToWork
|
410
|
5,099
|
12.4365853658537
|
No
|
7
|
ownsWork
|
205
|
2,293
|
11.1853658536585
|
No
|
8
|
init
|
103
|
11,664
|
113.242718446602
|
No
|
9
|
searchAndConnect
|
101
|
38,368
|
379.881188118812
|
Yes
|
10
|
knowsAgent
|
100
|
355
|
3.55
|
No
|
1
|
Total
|
14,501
|
66,810
|
|
|
Found structures
Cycles
Number of cycles found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-09-33-t3prjM--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 3600
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-09-33-t3prjM--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-13-10-37-CYMQdf–CV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
100
|
0.96
|
smallWorld
|
5
|
1
|
5
|
2
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
205
|
14,356
|
205
|
205
|
601
|
15,572
|
allVerticesByType
vertices_agent
|
vertices_item
|
vertices_work
|
vertices_total
|
101
|
410
|
205
|
716
|
distribution of similarityEdgesByWeight

Degree distribution of item->similarity->item edges

Degree distribution of agent->knows->agent edges

Runing time by method
key
|
doc_count
|
sum_wallTime_ms.value
|
avg_wallTime_ms.value
|
includedInTotal
|
connectIfSimilar
|
83,845
|
214,276
|
2.55562049019023
|
No
|
existsSimilarity
|
83,845
|
212,568
|
2.5352495676546
|
No
|
similarityEdges
|
83,845
|
209,324
|
2.49655912696046
|
No
|
connectAllSimilar
|
410
|
215,070
|
524.560975609756
|
Yes
|
init
|
103
|
11,188
|
108.621359223301
|
No
|
connect
|
78
|
183
|
2.34615384615385
|
Yes
|
Total
|
496
|
215,807
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-10-37-CYMQdf--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-10-37-CYMQdf--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-13-10-37-CYMQdf–DV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
100
|
0.96
|
smallWorld
|
5
|
1
|
5
|
2
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
205
|
14,200
|
205
|
205
|
601
|
15,416
|
allVerticesByType
vertices_agent
|
vertices_item
|
vertices_work
|
vertices_total
|
101
|
410
|
205
|
716
|
distribution of similarityEdgesByWeight

Degree distribution of item->similarity->item edges

Degree distribution of agent->knows->agent edges

Runing time by method
|
key
|
doc_count
|
sum_wallTime_ms.value
|
avg_wallTime_ms.value
|
includedInTotal
|
1
|
knowsAgent
|
601
|
1,270
|
2.11314475873544
|
No
|
2
|
addItemToWork
|
410
|
4,217
|
10.2853658536585
|
No
|
3
|
ownsWork
|
205
|
2,657
|
12.9609756097561
|
No
|
4
|
init
|
103
|
11,489
|
111.543689320388
|
No
|
5
|
searchAndConnect
|
101
|
117,333
|
1161.71287128713
|
Yes
|
6
|
getWorksItems
|
8
|
19
|
2.375
|
Yes
|
9
|
cycleSearch
|
4
|
1,265
|
316.25
|
Yes
|
10
|
getWorks
|
4
|
922
|
230.5
|
No
|
11
|
Total
|
122
|
119,480
|
|
|
Found structures
Cycles
Number of cycles found: 4
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-10-37-CYMQdf--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-10-37-CYMQdf--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-14-01-08-IXTZsY–CV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
200
|
0.96
|
random
|
10
|
1
|
10
|
1
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
210
|
14,600
|
210
|
210
|
200
|
15,430
|
allVerticesByType
vertices_agent
|
vertices_item
|
vertices_work
|
vertices_total
|
201
|
420
|
210
|
831
|
distribution of similarityEdgesByWeight

Degree distribution of item->similarity->item edges

Degree distribution of agent->knows->agent edges

Runing time by method
key
|
doc_count
|
sum_wallTime_ms.value
|
avg_wallTime_ms.value
|
includedInTotal
|
connectIfSimilar
|
87,990
|
281,440
|
3.19854528923741
|
No
|
existsSimilarity
|
87,990
|
273,918
|
3.11305830207978
|
No
|
similarityEdges
|
87,990
|
270,376
|
3.07280372769633
|
No
|
connect
|
1,692
|
6,058
|
3.58037825059102
|
Yes
|
connectAllSimilar
|
420
|
282,274
|
672.080952380952
|
Yes
|
init
|
203
|
20,448
|
100.729064039409
|
No
|
Total
|
2,120
|
289,101
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-14-01-08-IXTZsY--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-14-01-08-IXTZsY--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-14-01-08-IXTZsY–DV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
200
|
0.96
|
random
|
10
|
1
|
10
|
1
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
210
|
11,216
|
210
|
210
|
200
|
12,046
|
allVerticesByType
vertices_agent
|
vertices_item
|
vertices_work
|
vertices_total
|
201
|
420
|
210
|
831
|
distribution of similarityEdgesByWeight

Degree distribution of item->similarity->item edges

Degree distribution of agent->knows->agent edges

Runing time by method
|
key
|
doc_count
|
sum_wallTime_ms.value
|
avg_wallTime_ms.value
|
includedInTotal
|
1
|
addItemToWork
|
420
|
4,698
|
11.1857142857143
|
No
|
2
|
ownsWork
|
210
|
2,761
|
13.147619047619
|
No
|
3
|
init
|
203
|
21,244
|
104.650246305419
|
No
|
4
|
searchAndConnect
|
201
|
161,333
|
802.651741293532
|
Yes
|
5
|
knowsAgent
|
200
|
1,981
|
9.905
|
No
|
6
|
getWorksItems
|
18
|
27
|
1.5
|
Yes
|
8
|
cycleSearch
|
5
|
253
|
50.6
|
Yes
|
10
|
getWorks
|
5
|
557
|
111.4
|
No
|
11
|
Total
|
234
|
162,856
|
|
|
Found structures
Cycles
Number of cycles found: 5
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-14-01-08-IXTZsY--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-14-01-08-IXTZsY--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-14-01-13-o9uma3–CV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
200
|
0.96
|
smallWorld
|
10
|
1
|
10
|
1
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
210
|
14,476
|
210
|
210
|
1,201
|
16,307
|
allVerticesByType
vertices_agent
|
vertices_item
|
vertices_work
|
vertices_total
|
201
|
420
|
210
|
831
|
distribution of similarityEdgesByWeight

Degree distribution of item->similarity->item edges

Degree distribution of agent->knows->agent edges

Runing time by method
key
|
doc_count
|
sum_wallTime_ms.value
|
avg_wallTime_ms.value
|
includedInTotal
|
connectIfSimilar
|
87,990
|
283,760
|
3.2249119218093
|
No
|
existsSimilarity
|
87,990
|
281,894
|
3.20370496647346
|
No
|
similarityEdges
|
87,990
|
278,506
|
3.16520059097625
|
No
|
connectAllSimilar
|
420
|
284,611
|
677.645238095238
|
Yes
|
init
|
203
|
19,400
|
95.5665024630542
|
No
|
connect
|
62
|
273
|
4.40322580645161
|
Yes
|
Total
|
490
|
285,691
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-14-01-13-o9uma3--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-14-01-13-o9uma3--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-14-01-13-o9uma3–DV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
200
|
0.96
|
smallWorld
|
10
|
1
|
10
|
1
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
210
|
14,352
|
210
|
210
|
1,201
|
16,183
|
allVerticesByType
vertices_agent
|
vertices_item
|
vertices_work
|
vertices_total
|
201
|
420
|
210
|
831
|
distribution of similarityEdgesByWeight

Degree distribution of item->similarity->item edges

Degree distribution of agent->knows->agent edges

Runing time by method
|
key
|
doc_count
|
sum_wallTime_ms.value
|
avg_wallTime_ms.value
|
includedInTotal
|
1
|
knowsAgent
|
1,201
|
3,218
|
2.67943380516236
|
No
|
2
|
addItemToWork
|
420
|
6,622
|
15.7666666666667
|
No
|
3
|
ownsWork
|
210
|
4,201
|
20.0047619047619
|
No
|
4
|
init
|
203
|
22,415
|
110.418719211823
|
No
|
5
|
searchAndConnect
|
201
|
256,928
|
1278.24875621891
|
Yes
|
6
|
getWorksItems
|
18
|
88
|
4.88888888888889
|
Yes
|
8
|
cycleSearch
|
9
|
1,915
|
212.777777777778
|
Yes
|
9
|
getWorks
|
9
|
1,161
|
129
|
No
|
10
|
individualCycleSearch
|
9
|
0
|
0
|
Yes
|
11
|
Total
|
246
|
261,431
|
|
|
Found structures
Cycles
Number of cycles found: 8
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-14-01-13-o9uma3--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-14-01-13-o9uma3--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-14-03-19-b4IbvK–CV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
200
|
0.96
|
random
|
10
|
1
|
10
|
2
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
410
|
54,966
|
410
|
410
|
200
|
56,396
|
allVerticesByType
vertices_agent
|
vertices_item
|
vertices_work
|
vertices_total
|
201
|
820
|
410
|
1,431
|
distribution of similarityEdgesByWeight

Degree distribution of item->similarity->item edges

Degree distribution of agent->knows->agent edges

Runing time by method
key
|
doc_count
|
sum_wallTime_ms.value
|
avg_wallTime_ms.value
|
includedInTotal
|
connectIfSimilar
|
335,790
|
1,477,360
|
4.39965454599601
|
No
|
existsSimilarity
|
335,790
|
1,458,402
|
4.34319664075762
|
No
|
similarityEdges
|
335,790
|
1,440,020
|
4.28845409333214
|
No
|
connect
|
2,791
|
12,763
|
4.5729129344321
|
Yes
|
connectAllSimilar
|
820
|
1,480,744
|
1805.78536585366
|
Yes
|
init
|
203
|
20,614
|
101.546798029557
|
No
|
Total
|
3,619
|
1,495,255
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-14-03-19-b4IbvK--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-14-03-19-b4IbvK--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-14-03-19-b4IbvK–DV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
200
|
0.96
|
random
|
10
|
1
|
10
|
2
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
410
|
49,384
|
410
|
410
|
200
|
50,814
|
allVerticesByType
vertices_agent
|
vertices_item
|
vertices_work
|
vertices_total
|
201
|
820
|
410
|
1,431
|
distribution of similarityEdgesByWeight

Degree distribution of item->similarity->item edges

Degree distribution of agent->knows->agent edges

Runing time by method
|
key
|
doc_count
|
sum_wallTime_ms.value
|
avg_wallTime_ms.value
|
includedInTotal
|
2
|
cycleSearch
|
3,600
|
85,211
|
23.6697222222222
|
Yes
|
3
|
getWorks
|
3,600
|
91,262
|
25.3505555555556
|
No
|
4
|
individualCycleSearch
|
3,600
|
68
|
0.0188888888888889
|
Yes
|
6
|
addItemToWork
|
820
|
11,247
|
13.7158536585366
|
No
|
7
|
ownsWork
|
410
|
6,012
|
14.6634146341463
|
No
|
8
|
init
|
203
|
22,038
|
108.56157635468
|
No
|
9
|
searchAndConnect
|
201
|
563,952
|
2805.73134328358
|
Yes
|
10
|
knowsAgent
|
200
|
1,093
|
5.465
|
No
|
1
|
Total
|
14,601
|
991,737
|
|
|
Found structures
Cycles
Number of cycles found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-14-03-19-b4IbvK--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 3600
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-14-03-19-b4IbvK--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-14-04-45-fdhFKu–CV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
200
|
0.96
|
smallWorld
|
10
|
1
|
10
|
2
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
410
|
55,024
|
410
|
410
|
1,201
|
57,455
|
allVerticesByType
vertices_agent
|
vertices_item
|
vertices_work
|
vertices_total
|
201
|
820
|
410
|
1,431
|
distribution of similarityEdgesByWeight

Degree distribution of item->similarity->item edges

Degree distribution of agent->knows->agent edges

Runing time by method
key
|
doc_count
|
sum_wallTime_ms.value
|
avg_wallTime_ms.value
|
includedInTotal
|
connectIfSimilar
|
335,790
|
1,490,122
|
4.43766044253849
|
No
|
existsSimilarity
|
335,790
|
1,483,214
|
4.4170880609905
|
No
|
similarityEdges
|
335,790
|
1,464,442
|
4.36118407337919
|
No
|
connectAllSimilar
|
820
|
1,493,323
|
1821.1256097561
|
Yes
|
init
|
203
|
21,615
|
106.477832512315
|
No
|
connect
|
157
|
664
|
4.22929936305732
|
Yes
|
Total
|
985
|
1,495,471
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-14-04-45-fdhFKu--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-14-04-45-fdhFKu--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-14-04-45-fdhFKu–DV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
200
|
0.96
|
smallWorld
|
10
|
1
|
10
|
2
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
410
|
54,710
|
410
|
410
|
1,201
|
57,141
|
allVerticesByType
vertices_agent
|
vertices_item
|
vertices_work
|
vertices_total
|
201
|
820
|
410
|
1,431
|
distribution of similarityEdgesByWeight

Degree distribution of item->similarity->item edges

Degree distribution of agent->knows->agent edges

Runing time by method
key
|
doc_count
|
sum_wallTime_ms.value
|
avg_wallTime_ms.value
|
includedInTotal
|
knowsAgent
|
1,201
|
3,278
|
2.72939217318901
|
No
|
addItemToWork
|
820
|
12,894
|
15.7243902439024
|
No
|
ownsWork
|
410
|
6,582
|
16.0536585365854
|
No
|
init
|
203
|
21,921
|
107.985221674877
|
No
|
searchAndConnect
|
201
|
798,530
|
3972.78606965174
|
Yes
|
cycleSearch
|
23
|
2,952
|
128.347826086957
|
Yes
|
getWorks
|
23
|
5,178
|
225.130434782609
|
No
|
individualCycleSearch
|
23
|
1
|
0.0434782608695652
|
Yes
|
getWorksItems
|
18
|
59
|
3.27777777777778
|
Yes
|
Total
|
277
|
804,173
|
|
|
Found structures
Cycles
Number of cycles found: 12
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-14-04-45-fdhFKu--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-14-04-45-fdhFKu--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-14-01-19-nTmbW6–CV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
200
|
0.96
|
random
|
10
|
1
|
30
|
1
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
210
|
14,534
|
210
|
210
|
200
|
15,364
|
allVerticesByType
vertices_agent
|
vertices_item
|
vertices_work
|
vertices_total
|
201
|
420
|
210
|
831
|
distribution of similarityEdgesByWeight

Degree distribution of item->similarity->item edges

Degree distribution of agent->knows->agent edges

Runing time by method
key
|
doc_count
|
sum_wallTime_ms.value
|
avg_wallTime_ms.value
|
includedInTotal
|
connectIfSimilar
|
87,990
|
291,948
|
3.31796795090351
|
No
|
existsSimilarity
|
87,990
|
290,168
|
3.29773837936129
|
No
|
similarityEdges
|
87,990
|
286,725
|
3.25860893283328
|
No
|
connectAllSimilar
|
420
|
292,704
|
696.914285714286
|
Yes
|
init
|
203
|
21,073
|
103.807881773399
|
No
|
connect
|
52
|
273
|
5.25
|
Yes
|
Total
|
480
|
293,688
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-14-01-19-nTmbW6--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-14-01-19-nTmbW6--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-14-01-19-nTmbW6–DV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
200
|
0.96
|
random
|
10
|
1
|
30
|
1
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
210
|
14,430
|
210
|
210
|
200
|
15,260
|
allVerticesByType
vertices_agent
|
vertices_item
|
vertices_work
|
vertices_total
|
201
|
420
|
210
|
831
|
distribution of similarityEdgesByWeight

Degree distribution of item->similarity->item edges

Degree distribution of agent->knows->agent edges

Runing time by method
|
key
|
doc_count
|
sum_wallTime_ms.value
|
avg_wallTime_ms.value
|
includedInTotal
|
1
|
addItemToWork
|
420
|
2,992
|
7.12380952380952
|
No
|
2
|
ownsWork
|
210
|
1,445
|
6.88095238095238
|
No
|
3
|
init
|
203
|
21,202
|
104.443349753695
|
No
|
4
|
searchAndConnect
|
201
|
226,045
|
1124.60199004975
|
Yes
|
5
|
knowsAgent
|
200
|
1,500
|
7.5
|
No
|
6
|
getWorksItems
|
18
|
33
|
1.83333333333333
|
Yes
|
8
|
cycleSearch
|
7
|
1,271
|
181.571428571429
|
Yes
|
9
|
getWorks
|
7
|
793
|
113.285714285714
|
No
|
10
|
individualCycleSearch
|
7
|
0
|
0
|
Yes
|
11
|
Total
|
240
|
228,989
|
|
|
Found structures
Cycles
Number of cycles found: 7
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-14-01-19-nTmbW6--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-14-01-19-nTmbW6--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-14-01-24-oK6yqo–CV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
200
|
0.96
|
smallWorld
|
10
|
1
|
30
|
1
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
210
|
14,794
|
210
|
210
|
1,201
|
16,625
|
allVerticesByType
vertices_agent
|
vertices_item
|
vertices_work
|
vertices_total
|
201
|
420
|
210
|
831
|
distribution of similarityEdgesByWeight

Degree distribution of item->similarity->item edges

Degree distribution of agent->knows->agent edges

Runing time by method
key
|
doc_count
|
sum_wallTime_ms.value
|
avg_wallTime_ms.value
|
includedInTotal
|
connectIfSimilar
|
87,990
|
292,655
|
3.32600295488124
|
No
|
existsSimilarity
|
87,990
|
290,845
|
3.30543243550403
|
No
|
similarityEdges
|
87,990
|
287,173
|
3.26370042050233
|
No
|
connectAllSimilar
|
420
|
293,460
|
698.714285714286
|
Yes
|
init
|
203
|
20,538
|
101.172413793103
|
No
|
connect
|
58
|
201
|
3.46551724137931
|
Yes
|
Total
|
486
|
294,715
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-14-01-24-oK6yqo--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-14-01-24-oK6yqo--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-14-01-24-oK6yqo–DV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
200
|
0.96
|
smallWorld
|
10
|
1
|
30
|
1
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
210
|
14,678
|
210
|
210
|
1,201
|
16,509
|
allVerticesByType
vertices_agent
|
vertices_item
|
vertices_work
|
vertices_total
|
201
|
420
|
210
|
831
|
distribution of similarityEdgesByWeight

Degree distribution of item->similarity->item edges

Degree distribution of agent->knows->agent edges

Runing time by method
key
|
doc_count
|
sum_wallTime_ms.value
|
avg_wallTime_ms.value
|
includedInTotal
|
knowsAgent
|
1,201
|
2,909
|
2.42214820982515
|
No
|
addItemToWork
|
420
|
11,477
|
27.3261904761905
|
No
|
ownsWork
|
210
|
4,150
|
19.7619047619048
|
No
|
init
|
203
|
21,313
|
104.990147783251
|
No
|
searchAndConnect
|
201
|
258,767
|
1287.39800995025
|
Yes
|
getWorksItems
|
18
|
26
|
1.44444444444444
|
Yes
|
cycleSearch
|
8
|
1,943
|
242.875
|
Yes
|
getWorks
|
8
|
1,113
|
139.125
|
No
|
individualCycleSearch
|
8
|
0
|
0
|
Yes
|
Total
|
242
|
263,126
|
|
|
Found structures
Cycles
Number of cycles found: 7
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-14-01-24-oK6yqo--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-14-01-24-oK6yqo--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-14-05-11-j7FDhK–CV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
200
|
0.96
|
random
|
10
|
1
|
30
|
2
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
410
|
55,356
|
410
|
410
|
200
|
56,786
|
allVerticesByType
vertices_agent
|
vertices_item
|
vertices_work
|
vertices_total
|
201
|
820
|
410
|
1,431
|
distribution of similarityEdgesByWeight

Degree distribution of item->similarity->item edges

Degree distribution of agent->knows->agent edges

Runing time by method
key
|
doc_count
|
sum_wallTime_ms.value
|
avg_wallTime_ms.value
|
includedInTotal
|
connectIfSimilar
|
335,790
|
1,513,653
|
4.50773697846869
|
No
|
existsSimilarity
|
335,790
|
1,506,501
|
4.48643795229161
|
No
|
similarityEdges
|
335,790
|
1,487,733
|
4.43054587688734
|
No
|
connectAllSimilar
|
820
|
1,516,956
|
1849.94634146341
|
Yes
|
init
|
203
|
21,251
|
104.684729064039
|
No
|
connect
|
179
|
921
|
5.14525139664805
|
Yes
|
Total
|
1,007
|
1,519,694
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-14-05-11-j7FDhK--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-14-05-11-j7FDhK--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-14-05-11-j7FDhK–DV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
200
|
0.96
|
random
|
10
|
1
|
30
|
2
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
410
|
54,998
|
410
|
410
|
200
|
56,428
|
allVerticesByType
vertices_agent
|
vertices_item
|
vertices_work
|
vertices_total
|
201
|
820
|
410
|
1,431
|
distribution of similarityEdgesByWeight

Degree distribution of item->similarity->item edges

Degree distribution of agent->knows->agent edges

Runing time by method
key
|
doc_count
|
sum_wallTime_ms.value
|
avg_wallTime_ms.value
|
includedInTotal
|
addItemToWork
|
820
|
8,807
|
10.740243902439
|
No
|
ownsWork
|
410
|
5,207
|
12.7
|
No
|
init
|
203
|
22,443
|
110.556650246305
|
No
|
searchAndConnect
|
201
|
648,388
|
3225.81094527363
|
Yes
|
knowsAgent
|
200
|
1,715
|
8.575
|
No
|
cycleSearch
|
21
|
7,872
|
374.857142857143
|
Yes
|
getWorks
|
21
|
4,085
|
194.52380952381
|
No
|
individualCycleSearch
|
21
|
7
|
0.333333333333333
|
Yes
|
getWorksItems
|
18
|
63
|
3.5
|
Yes
|
Total
|
276
|
664,657
|
|
|
Found structures
Cycles
Number of cycles found: 14
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-14-05-11-j7FDhK--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-14-05-11-j7FDhK--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-14-05-37-Lo5gng–CV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
200
|
0.96
|
smallWorld
|
10
|
1
|
30
|
2
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
410
|
55,336
|
410
|
410
|
1,201
|
57,767
|
allVerticesByType
vertices_agent
|
vertices_item
|
vertices_work
|
vertices_total
|
201
|
820
|
410
|
1,431
|
distribution of similarityEdgesByWeight

Degree distribution of item->similarity->item edges

Degree distribution of agent->knows->agent edges

Runing time by method
key
|
doc_count
|
sum_wallTime_ms.value
|
avg_wallTime_ms.value
|
includedInTotal
|
connectIfSimilar
|
335,790
|
1,528,934
|
4.55324458739093
|
No
|
existsSimilarity
|
335,790
|
1,522,163
|
4.53308019893386
|
No
|
similarityEdges
|
335,790
|
1,503,493
|
4.47747997260192
|
No
|
connectAllSimilar
|
820
|
1,532,155
|
1868.48170731707
|
Yes
|
init
|
203
|
21,643
|
106.615763546798
|
No
|
connect
|
160
|
495
|
3.09375
|
Yes
|
Total
|
988
|
1,534,233
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-14-05-37-Lo5gng--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-14-05-37-Lo5gng--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-14-05-37-Lo5gng–DV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
200
|
0.96
|
smallWorld
|
10
|
1
|
30
|
2
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
410
|
55,016
|
410
|
410
|
1,201
|
57,447
|
allVerticesByType
vertices_agent
|
vertices_item
|
vertices_work
|
vertices_total
|
201
|
820
|
410
|
1,431
|
distribution of similarityEdgesByWeight

Degree distribution of item->similarity->item edges

Degree distribution of agent->knows->agent edges

Runing time by method
key
|
doc_count
|
sum_wallTime_ms.value
|
avg_wallTime_ms.value
|
includedInTotal
|
knowsAgent
|
1,201
|
3,317
|
2.76186511240633
|
No
|
addItemToWork
|
820
|
10,658
|
12.9975609756098
|
No
|
ownsWork
|
410
|
4,572
|
11.1512195121951
|
No
|
init
|
203
|
22,363
|
110.162561576355
|
No
|
searchAndConnect
|
201
|
806,062
|
4010.25870646766
|
Yes
|
cycleSearch
|
24
|
3,766
|
156.916666666667
|
Yes
|
getWorks
|
24
|
3,111
|
129.625
|
No
|
individualCycleSearch
|
24
|
0
|
0
|
Yes
|
getWorksItems
|
18
|
188
|
10.4444444444444
|
Yes
|
Total
|
282
|
812,796
|
|
|
Found structures
Cycles
Number of cycles found: 15
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-14-05-37-Lo5gng--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-14-05-37-Lo5gng--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-13-11-57-4BqMNd–CV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
200
|
0.96
|
random
|
10
|
1
|
5
|
1
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
210
|
13,562
|
210
|
210
|
200
|
14,392
|
allVerticesByType
vertices_agent
|
vertices_item
|
vertices_work
|
vertices_total
|
201
|
420
|
210
|
831
|
distribution of similarityEdgesByWeight

Degree distribution of item->similarity->item edges

Degree distribution of agent->knows->agent edges

Runing time by method
key
|
doc_count
|
sum_wallTime_ms.value
|
avg_wallTime_ms.value
|
includedInTotal
|
connectIfSimilar
|
87,990
|
267,659
|
3.04192521877486
|
No
|
existsSimilarity
|
87,990
|
251,273
|
2.8556995113081
|
No
|
similarityEdges
|
87,990
|
248,242
|
2.82125241504716
|
No
|
connect
|
4,894
|
14,775
|
3.01900286064569
|
Yes
|
connectAllSimilar
|
420
|
268,548
|
639.4
|
Yes
|
init
|
203
|
19,222
|
94.6896551724138
|
No
|
Total
|
5,322
|
284,297
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-11-57-4BqMNd--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-11-57-4BqMNd--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-13-11-57-4BqMNd–DV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
200
|
0.96
|
random
|
10
|
1
|
5
|
1
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
210
|
3,774
|
210
|
210
|
200
|
4,604
|
allVerticesByType
vertices_agent
|
vertices_item
|
vertices_work
|
vertices_total
|
201
|
420
|
210
|
831
|
distribution of similarityEdgesByWeight

Degree distribution of item->similarity->item edges

Degree distribution of agent->knows->agent edges

Runing time by method
|
key
|
doc_count
|
sum_wallTime_ms.value
|
avg_wallTime_ms.value
|
includedInTotal
|
2
|
cycleSearch
|
3,600
|
14,606
|
4.05722222222222
|
Yes
|
3
|
getWorks
|
3,600
|
73,501
|
20.4169444444444
|
No
|
4
|
individualCycleSearch
|
3,600
|
87
|
0.0241666666666667
|
Yes
|
6
|
addItemToWork
|
420
|
4,216
|
10.0380952380952
|
No
|
7
|
ownsWork
|
210
|
3,745
|
17.8333333333333
|
No
|
8
|
init
|
203
|
20,371
|
100.349753694581
|
No
|
9
|
searchAndConnect
|
201
|
58,490
|
290.995024875622
|
Yes
|
10
|
knowsAgent
|
200
|
1,581
|
7.905
|
No
|
1
|
Total
|
14,601
|
86,598
|
|
|
Found structures
Cycles
Number of cycles found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-11-57-4BqMNd--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 3600
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-11-57-4BqMNd--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-14-01-02-FxkkYj–CV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
200
|
0.96
|
smallWorld
|
10
|
1
|
5
|
1
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
210
|
14,624
|
210
|
210
|
1,201
|
16,455
|
allVerticesByType
vertices_agent
|
vertices_item
|
vertices_work
|
vertices_total
|
201
|
420
|
210
|
831
|
distribution of similarityEdgesByWeight

Degree distribution of item->similarity->item edges

Degree distribution of agent->knows->agent edges

Runing time by method
key
|
doc_count
|
sum_wallTime_ms.value
|
avg_wallTime_ms.value
|
includedInTotal
|
connectIfSimilar
|
87,990
|
284,810
|
3.23684509603364
|
No
|
existsSimilarity
|
87,990
|
283,081
|
3.21719513581089
|
No
|
similarityEdges
|
87,990
|
279,377
|
3.17509944311854
|
No
|
connectAllSimilar
|
420
|
285,599
|
679.997619047619
|
Yes
|
init
|
203
|
19,491
|
96.0147783251231
|
No
|
connect
|
64
|
235
|
3.671875
|
Yes
|
Total
|
492
|
286,682
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-14-01-02-FxkkYj--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-14-01-02-FxkkYj--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-14-01-02-FxkkYj–DV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
200
|
0.96
|
smallWorld
|
10
|
1
|
5
|
1
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
210
|
14,496
|
210
|
210
|
1,201
|
16,327
|
allVerticesByType
vertices_agent
|
vertices_item
|
vertices_work
|
vertices_total
|
201
|
420
|
210
|
831
|
distribution of similarityEdgesByWeight

Degree distribution of item->similarity->item edges

Degree distribution of agent->knows->agent edges

Runing time by method
|
key
|
doc_count
|
sum_wallTime_ms.value
|
avg_wallTime_ms.value
|
includedInTotal
|
1
|
knowsAgent
|
1,201
|
3,384
|
2.81765195670275
|
No
|
2
|
addItemToWork
|
420
|
8,515
|
20.2738095238095
|
No
|
3
|
ownsWork
|
210
|
4,377
|
20.8428571428571
|
No
|
4
|
init
|
203
|
20,139
|
99.2068965517241
|
No
|
5
|
searchAndConnect
|
201
|
218,752
|
1088.3184079602
|
Yes
|
6
|
getWorksItems
|
18
|
24
|
1.33333333333333
|
Yes
|
8
|
cycleSearch
|
8
|
2,994
|
374.25
|
Yes
|
9
|
getWorks
|
8
|
1,572
|
196.5
|
No
|
10
|
individualCycleSearch
|
8
|
0
|
0
|
Yes
|
11
|
Total
|
243
|
224,710
|
|
|
Found structures
Cycles
Number of cycles found: 3
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-14-01-02-FxkkYj--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 5
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-14-01-02-FxkkYj--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-14-01-30-MRuV6h–CV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
200
|
0.96
|
random
|
10
|
1
|
5
|
2
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
410
|
53,112
|
410
|
410
|
200
|
54,542
|
allVerticesByType
vertices_agent
|
vertices_item
|
vertices_work
|
vertices_total
|
201
|
820
|
410
|
1,431
|
distribution of similarityEdgesByWeight

Degree distribution of item->similarity->item edges

Degree distribution of agent->knows->agent edges

Runing time by method
key
|
doc_count
|
sum_wallTime_ms.value
|
avg_wallTime_ms.value
|
includedInTotal
|
connectIfSimilar
|
335,790
|
1,342,948
|
3.99936865302719
|
No
|
existsSimilarity
|
335,790
|
1,256,148
|
3.74087376038596
|
No
|
similarityEdges
|
335,790
|
1,240,790
|
3.69513684147831
|
No
|
connect
|
21,056
|
80,173
|
3.80760828267477
|
Yes
|
connectAllSimilar
|
820
|
1,346,445
|
1642.00609756098
|
Yes
|
init
|
203
|
20,379
|
100.389162561576
|
No
|
Total
|
21,884
|
1,428,385
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-14-01-30-MRuV6h--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-14-01-30-MRuV6h--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-14-01-30-MRuV6h–DV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
200
|
0.96
|
random
|
10
|
1
|
5
|
2
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
410
|
11,000
|
410
|
410
|
200
|
12,430
|
allVerticesByType
vertices_agent
|
vertices_item
|
vertices_work
|
vertices_total
|
201
|
820
|
410
|
1,431
|
distribution of similarityEdgesByWeight

Degree distribution of item->similarity->item edges

Degree distribution of agent->knows->agent edges

Runing time by method
|
key
|
doc_count
|
sum_wallTime_ms.value
|
avg_wallTime_ms.value
|
includedInTotal
|
2
|
cycleSearch
|
3,600
|
18,778
|
5.21611111111111
|
Yes
|
3
|
getWorks
|
3,600
|
84,196
|
23.3877777777778
|
No
|
4
|
individualCycleSearch
|
3,600
|
96
|
0.0266666666666667
|
Yes
|
6
|
addItemToWork
|
820
|
10,427
|
12.7158536585366
|
No
|
7
|
ownsWork
|
410
|
5,524
|
13.4731707317073
|
No
|
8
|
init
|
203
|
21,934
|
108.049261083744
|
No
|
9
|
searchAndConnect
|
201
|
123,065
|
612.26368159204
|
Yes
|
10
|
knowsAgent
|
200
|
1,636
|
8.18
|
No
|
1
|
Total
|
14,601
|
158,132
|
|
|
Found structures
Cycles
Number of cycles found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-14-01-30-MRuV6h--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 3600
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-14-01-30-MRuV6h--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-14-02-53-9NiDEv–CV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
200
|
0.96
|
smallWorld
|
10
|
1
|
5
|
2
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
410
|
55,428
|
410
|
410
|
1,201
|
57,859
|
allVerticesByType
vertices_agent
|
vertices_item
|
vertices_work
|
vertices_total
|
201
|
820
|
410
|
1,431
|
distribution of similarityEdgesByWeight

Degree distribution of item->similarity->item edges

Degree distribution of agent->knows->agent edges

Runing time by method
key
|
doc_count
|
sum_wallTime_ms.value
|
avg_wallTime_ms.value
|
includedInTotal
|
connectIfSimilar
|
335,790
|
1,488,402
|
4.4325381935138
|
No
|
existsSimilarity
|
335,790
|
1,480,927
|
4.41027725661872
|
No
|
similarityEdges
|
335,790
|
1,462,049
|
4.35405759552101
|
No
|
connectAllSimilar
|
820
|
1,491,646
|
1819.08048780488
|
Yes
|
connect
|
209
|
1,324
|
6.33492822966507
|
Yes
|
init
|
203
|
19,771
|
97.3940886699507
|
No
|
Total
|
1,037
|
1,494,699
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-14-02-53-9NiDEv--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-14-02-53-9NiDEv--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-14-02-53-9NiDEv–DV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
200
|
0.96
|
smallWorld
|
10
|
1
|
5
|
2
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
410
|
55,010
|
410
|
410
|
1,201
|
57,441
|
allVerticesByType
vertices_agent
|
vertices_item
|
vertices_work
|
vertices_total
|
201
|
820
|
410
|
1,431
|
distribution of similarityEdgesByWeight

Degree distribution of item->similarity->item edges

Degree distribution of agent->knows->agent edges

Runing time by method
key
|
doc_count
|
sum_wallTime_ms.value
|
avg_wallTime_ms.value
|
includedInTotal
|
knowsAgent
|
1,201
|
3,128
|
2.6044962531224
|
No
|
addItemToWork
|
820
|
12,889
|
15.7182926829268
|
No
|
ownsWork
|
410
|
7,622
|
18.590243902439
|
No
|
init
|
203
|
22,010
|
108.423645320197
|
No
|
searchAndConnect
|
201
|
792,052
|
3940.55721393035
|
Yes
|
cycleSearch
|
23
|
2,096
|
91.1304347826087
|
Yes
|
getWorks
|
23
|
4,463
|
194.04347826087
|
No
|
individualCycleSearch
|
23
|
1
|
0.0434782608695652
|
Yes
|
getWorksItems
|
18
|
63
|
3.5
|
Yes
|
Total
|
279
|
796,658
|
|
|
Found structures
Cycles
Number of cycles found: 14
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-14-02-53-9NiDEv--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-14-02-53-9NiDEv--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-14-02-12-Lbkpar–CV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
200
|
0.96
|
smallWorld
|
20
|
1
|
10
|
2
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
420
|
58,248
|
420
|
420
|
1,201
|
60,709
|
allVerticesByType
vertices_agent
|
vertices_item
|
vertices_work
|
vertices_total
|
201
|
840
|
420
|
1,461
|
distribution of similarityEdgesByWeight

Degree distribution of item->similarity->item edges

Degree distribution of agent->knows->agent edges

Runing time by method
|
key
|
doc_count
|
sum_wallTime_ms.value
|
avg_wallTime_ms.value
|
includedInTotal
|
1
|
connectIfSimilar
|
352,380
|
1,769,800
|
5.02241897951076
|
No
|
2
|
existsSimilarity
|
352,380
|
1,762,068
|
5.00047675804529
|
No
|
3
|
similarityEdges
|
352,380
|
1,742,060
|
4.94369714512742
|
No
|
4
|
connectAllSimilar
|
840
|
1,773,449
|
2111.24880952381
|
Yes
|
5
|
init
|
203
|
23,814
|
117.310344827586
|
No
|
6
|
connect
|
186
|
1,152
|
6.19354838709677
|
Yes
|
8
|
cycleSearch
|
2
|
187
|
93.5
|
Yes
|
11
|
Total
|
1,035
|
1,776,326
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-14-02-12-Lbkpar--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-14-02-12-Lbkpar--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-14-02-12-Lbkpar–DV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
200
|
0.96
|
smallWorld
|
20
|
1
|
10
|
2
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
420
|
57,876
|
420
|
420
|
1,201
|
60,337
|
allVerticesByType
vertices_agent
|
vertices_item
|
vertices_work
|
vertices_total
|
201
|
840
|
420
|
1,461
|
distribution of similarityEdgesByWeight

Degree distribution of item->similarity->item edges

Degree distribution of agent->knows->agent edges

Runing time by method
key
|
doc_count
|
sum_wallTime_ms.value
|
avg_wallTime_ms.value
|
includedInTotal
|
knowsAgent
|
1,201
|
3,457
|
2.87843463780183
|
No
|
addItemToWork
|
840
|
13,103
|
15.5988095238095
|
No
|
ownsWork
|
420
|
6,312
|
15.0285714285714
|
No
|
init
|
203
|
24,886
|
122.591133004926
|
No
|
searchAndConnect
|
201
|
904,815
|
4501.5671641791
|
Yes
|
getWorksItems
|
38
|
348
|
9.1578947368421
|
Yes
|
getWorks
|
27
|
3,310
|
122.592592592593
|
No
|
individualCycleSearch
|
27
|
1
|
0.037037037037037
|
Yes
|
cycleSearch
|
26
|
7,084
|
272.461538461538
|
Yes
|
Total
|
299
|
915,304
|
|
|
Found structures
Cycles
Number of cycles found: 7
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-14-02-12-Lbkpar--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-14-02-12-Lbkpar--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-14-08-17-p7MAJg–CV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
200
|
0.96
|
random
|
20
|
1
|
10
|
1
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
220
|
15,696
|
220
|
220
|
200
|
16,556
|
allVerticesByType
vertices_agent
|
vertices_item
|
vertices_work
|
vertices_total
|
201
|
440
|
220
|
861
|
distribution of similarityEdgesByWeight

Degree distribution of item->similarity->item edges

Degree distribution of agent->knows->agent edges

Runing time by method
key
|
doc_count
|
sum_wallTime_ms.value
|
avg_wallTime_ms.value
|
includedInTotal
|
connectIfSimilar
|
96,580
|
346,277
|
3.58539034996894
|
No
|
existsSimilarity
|
96,580
|
339,747
|
3.51777800786912
|
No
|
similarityEdges
|
96,580
|
335,822
|
3.47713812383516
|
No
|
connect
|
1,301
|
4,830
|
3.71252882398155
|
Yes
|
connectAllSimilar
|
440
|
347,212
|
789.118181818182
|
Yes
|
init
|
203
|
21,631
|
106.556650246305
|
No
|
Total
|
1,749
|
353,057
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-14-08-17-p7MAJg--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-14-08-17-p7MAJg--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-14-08-17-p7MAJg–DV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
200
|
0.96
|
random
|
20
|
1
|
10
|
1
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
220
|
13,094
|
220
|
220
|
200
|
13,954
|
allVerticesByType
vertices_agent
|
vertices_item
|
vertices_work
|
vertices_total
|
201
|
440
|
220
|
861
|
distribution of similarityEdgesByWeight

Degree distribution of item->similarity->item edges

Degree distribution of agent->knows->agent edges

Runing time by method
|
key
|
doc_count
|
sum_wallTime_ms.value
|
avg_wallTime_ms.value
|
includedInTotal
|
2
|
cycleSearch
|
3,600
|
19,779
|
5.49416666666667
|
Yes
|
3
|
getWorks
|
3,600
|
89,390
|
24.8305555555556
|
No
|
4
|
individualCycleSearch
|
3,600
|
73
|
0.0202777777777778
|
Yes
|
6
|
addItemToWork
|
440
|
9,726
|
22.1045454545455
|
No
|
7
|
ownsWork
|
220
|
3,646
|
16.5727272727273
|
No
|
8
|
init
|
203
|
23,806
|
117.270935960591
|
No
|
9
|
searchAndConnect
|
201
|
222,553
|
1107.22885572139
|
Yes
|
10
|
knowsAgent
|
200
|
1,213
|
6.065
|
No
|
1
|
Total
|
14,601
|
259,002
|
|
|
Found structures
Cycles
Number of cycles found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-14-08-17-p7MAJg--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 3600
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-14-08-17-p7MAJg--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-14-09-23-B7ZeCj–CV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
200
|
0.96
|
smallWorld
|
20
|
1
|
10
|
1
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
220
|
15,982
|
220
|
220
|
1,201
|
17,843
|
allVerticesByType
vertices_agent
|
vertices_item
|
vertices_work
|
vertices_total
|
201
|
440
|
220
|
861
|
distribution of similarityEdgesByWeight

Degree distribution of item->similarity->item edges

Degree distribution of agent->knows->agent edges

Runing time by method
key
|
doc_count
|
sum_wallTime_ms.value
|
avg_wallTime_ms.value
|
includedInTotal
|
connectIfSimilar
|
96,580
|
354,864
|
3.67430109753572
|
No
|
existsSimilarity
|
96,580
|
352,960
|
3.65458687098778
|
No
|
similarityEdges
|
96,580
|
349,066
|
3.61426796438186
|
No
|
connectAllSimilar
|
440
|
355,699
|
808.406818181818
|
Yes
|
init
|
203
|
22,751
|
112.073891625616
|
No
|
connect
|
65
|
296
|
4.55384615384615
|
Yes
|
Total
|
513
|
357,249
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-14-09-23-B7ZeCj--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-14-09-23-B7ZeCj--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-14-09-23-B7ZeCj–DV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
200
|
0.96
|
smallWorld
|
20
|
1
|
10
|
1
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
220
|
15,852
|
220
|
220
|
1,201
|
17,713
|
allVerticesByType
vertices_agent
|
vertices_item
|
vertices_work
|
vertices_total
|
201
|
440
|
220
|
861
|
distribution of similarityEdgesByWeight

Degree distribution of item->similarity->item edges

Degree distribution of agent->knows->agent edges

Runing time by method
key
|
doc_count
|
sum_wallTime_ms.value
|
avg_wallTime_ms.value
|
includedInTotal
|
knowsAgent
|
1,201
|
4,039
|
3.36303080766028
|
No
|
addItemToWork
|
440
|
7,664
|
17.4181818181818
|
No
|
ownsWork
|
220
|
4,244
|
19.2909090909091
|
No
|
init
|
203
|
23,115
|
113.866995073892
|
No
|
searchAndConnect
|
201
|
328,809
|
1635.86567164179
|
Yes
|
getWorksItems
|
38
|
156
|
4.10526315789474
|
Yes
|
cycleSearch
|
11
|
1,331
|
121
|
Yes
|
getWorks
|
11
|
353
|
32.0909090909091
|
No
|
individualCycleSearch
|
11
|
1
|
0.0909090909090909
|
Yes
|
Total
|
267
|
332,718
|
|
|
Found structures
Cycles
Number of cycles found: 6
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-14-09-23-B7ZeCj--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-14-09-23-B7ZeCj--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-14-12-41-8ZwUxK–CV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
200
|
0.96
|
random
|
20
|
1
|
10
|
2
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
420
|
57,616
|
420
|
420
|
200
|
59,076
|
allVerticesByType
vertices_agent
|
vertices_item
|
vertices_work
|
vertices_total
|
201
|
840
|
420
|
1,461
|
distribution of similarityEdgesByWeight

Degree distribution of item->similarity->item edges

Degree distribution of agent->knows->agent edges

Runing time by method
key
|
doc_count
|
sum_wallTime_ms.value
|
avg_wallTime_ms.value
|
includedInTotal
|
connectIfSimilar
|
352,380
|
1,788,672
|
5.07597479993189
|
No
|
existsSimilarity
|
352,380
|
1,768,646
|
5.01914410579488
|
No
|
similarityEdges
|
352,380
|
1,748,890
|
4.96307962994495
|
No
|
connect
|
2,983
|
13,309
|
4.46161582299698
|
Yes
|
connectAllSimilar
|
840
|
1,792,254
|
2133.63571428571
|
Yes
|
init
|
203
|
24,495
|
120.665024630542
|
No
|
Total
|
3,831
|
1,807,752
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-14-12-41-8ZwUxK--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-14-12-41-8ZwUxK--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-14-12-41-8ZwUxK–DV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
200
|
0.96
|
random
|
20
|
1
|
10
|
2
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
420
|
51,650
|
420
|
420
|
200
|
53,110
|
allVerticesByType
vertices_agent
|
vertices_item
|
vertices_work
|
vertices_total
|
201
|
840
|
420
|
1,461
|
distribution of similarityEdgesByWeight

Degree distribution of item->similarity->item edges

Degree distribution of agent->knows->agent edges

Runing time by method
|
key
|
doc_count
|
sum_wallTime_ms.value
|
avg_wallTime_ms.value
|
includedInTotal
|
2
|
cycleSearch
|
3,600
|
182,353
|
50.6536111111111
|
Yes
|
3
|
getWorks
|
3,600
|
111,901
|
31.0836111111111
|
No
|
4
|
individualCycleSearch
|
3,600
|
92
|
0.0255555555555556
|
Yes
|
6
|
addItemToWork
|
840
|
14,290
|
17.0119047619048
|
No
|
7
|
ownsWork
|
420
|
6,832
|
16.2666666666667
|
No
|
8
|
init
|
203
|
23,695
|
116.724137931034
|
No
|
9
|
searchAndConnect
|
201
|
668,783
|
3327.27860696517
|
Yes
|
10
|
knowsAgent
|
200
|
1,374
|
6.87
|
No
|
1
|
Total
|
14,601
|
1,651,652
|
|
|
Found structures
Cycles
Number of cycles found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-14-12-41-8ZwUxK--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 3600
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-14-12-41-8ZwUxK--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-14-02-43-jgA6Gz–CV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
200
|
0.96
|
random
|
20
|
1
|
30
|
2
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
420
|
57,030
|
420
|
420
|
200
|
58,490
|
allVerticesByType
vertices_agent
|
vertices_item
|
vertices_work
|
vertices_total
|
201
|
840
|
420
|
1,461
|
distribution of similarityEdgesByWeight

Degree distribution of item->similarity->item edges

Degree distribution of agent->knows->agent edges

Runing time by method
key
|
doc_count
|
sum_wallTime_ms.value
|
avg_wallTime_ms.value
|
includedInTotal
|
connectIfSimilar
|
352,380
|
1,773,518
|
5.03297008910835
|
No
|
existsSimilarity
|
352,380
|
1,766,453
|
5.01292071059652
|
No
|
similarityEdges
|
352,380
|
1,746,070
|
4.95507690561326
|
No
|
connectAllSimilar
|
840
|
1,777,080
|
2115.57142857143
|
Yes
|
init
|
203
|
24,116
|
118.79802955665
|
No
|
connect
|
175
|
506
|
2.89142857142857
|
Yes
|
Total
|
1,023
|
1,779,635
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-14-02-43-jgA6Gz--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-14-02-43-jgA6Gz--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-14-02-43-jgA6Gz–DV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
200
|
0.96
|
random
|
20
|
1
|
30
|
2
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
420
|
56,680
|
420
|
420
|
200
|
58,140
|
allVerticesByType
vertices_agent
|
vertices_item
|
vertices_work
|
vertices_total
|
201
|
840
|
420
|
1,461
|
distribution of similarityEdgesByWeight

Degree distribution of item->similarity->item edges

Degree distribution of agent->knows->agent edges

Runing time by method
key
|
doc_count
|
sum_wallTime_ms.value
|
avg_wallTime_ms.value
|
includedInTotal
|
addItemToWork
|
840
|
11,230
|
13.3690476190476
|
No
|
ownsWork
|
420
|
5,025
|
11.9642857142857
|
No
|
init
|
203
|
26,129
|
128.714285714286
|
No
|
searchAndConnect
|
201
|
842,501
|
4191.54726368159
|
Yes
|
knowsAgent
|
200
|
1,379
|
6.895
|
No
|
getWorksItems
|
38
|
115
|
3.02631578947368
|
Yes
|
cycleSearch
|
26
|
1,578
|
60.6923076923077
|
Yes
|
getWorks
|
26
|
4,414
|
169.769230769231
|
No
|
individualCycleSearch
|
26
|
0
|
0
|
Yes
|
Total
|
303
|
848,086
|
|
|
Found structures
Cycles
Number of cycles found: 8
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-14-02-43-jgA6Gz--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 4
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-14-02-43-jgA6Gz--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-14-03-14-6JmFR5–CV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
200
|
0.96
|
smallWorld
|
20
|
1
|
30
|
2
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
420
|
57,538
|
420
|
420
|
1,201
|
59,999
|
allVerticesByType
vertices_agent
|
vertices_item
|
vertices_work
|
vertices_total
|
201
|
840
|
420
|
1,461
|
distribution of similarityEdgesByWeight

Degree distribution of item->similarity->item edges

Degree distribution of agent->knows->agent edges

Runing time by method
key
|
doc_count
|
sum_wallTime_ms.value
|
avg_wallTime_ms.value
|
includedInTotal
|
connectIfSimilar
|
352,380
|
1,810,541
|
5.13803564333958
|
No
|
existsSimilarity
|
352,380
|
1,803,088
|
5.11688518077076
|
No
|
similarityEdges
|
352,380
|
1,782,730
|
5.05911232192519
|
No
|
connectAllSimilar
|
840
|
1,814,156
|
2159.70952380952
|
Yes
|
init
|
202
|
14,777
|
73.1534653465347
|
No
|
connect
|
178
|
791
|
4.4438202247191
|
Yes
|
Total
|
1,026
|
1,817,595
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-14-03-14-6JmFR5--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-14-03-14-6JmFR5--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-14-03-14-6JmFR5–DV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
200
|
0.96
|
smallWorld
|
20
|
1
|
30
|
2
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
420
|
57,182
|
420
|
420
|
1,201
|
59,643
|
allVerticesByType
vertices_agent
|
vertices_item
|
vertices_work
|
vertices_total
|
201
|
840
|
420
|
1,461
|
distribution of similarityEdgesByWeight

Degree distribution of item->similarity->item edges

Degree distribution of agent->knows->agent edges

Runing time by method
key
|
doc_count
|
sum_wallTime_ms.value
|
avg_wallTime_ms.value
|
includedInTotal
|
knowsAgent
|
1,201
|
4,249
|
3.53788509575354
|
No
|
addItemToWork
|
840
|
16,742
|
19.9309523809524
|
No
|
ownsWork
|
420
|
7,514
|
17.8904761904762
|
No
|
init
|
203
|
26,626
|
131.162561576355
|
No
|
searchAndConnect
|
201
|
821,866
|
4088.8855721393
|
Yes
|
getWorksItems
|
38
|
88
|
2.31578947368421
|
Yes
|
cycleSearch
|
28
|
14,048
|
501.714285714286
|
Yes
|
getWorks
|
28
|
4,963
|
177.25
|
No
|
individualCycleSearch
|
28
|
1
|
0.0357142857142857
|
Yes
|
Total
|
305
|
849,730
|
|
|
Found structures
Cycles
Number of cycles found: 8
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-14-03-14-6JmFR5--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 2
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-14-03-14-6JmFR5--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-14-09-30-sGuZe4–CV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
200
|
0.96
|
random
|
20
|
1
|
30
|
1
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
220
|
15,878
|
220
|
220
|
200
|
16,738
|
allVerticesByType
vertices_agent
|
vertices_item
|
vertices_work
|
vertices_total
|
201
|
440
|
220
|
861
|
distribution of similarityEdgesByWeight

Degree distribution of item->similarity->item edges

Degree distribution of agent->knows->agent edges

Runing time by method
key
|
doc_count
|
sum_wallTime_ms.value
|
avg_wallTime_ms.value
|
includedInTotal
|
connectIfSimilar
|
96,580
|
354,792
|
3.67355560157382
|
No
|
existsSimilarity
|
96,580
|
352,655
|
3.6514288672603
|
No
|
similarityEdges
|
96,580
|
348,631
|
3.60976392627873
|
No
|
connectAllSimilar
|
440
|
355,685
|
808.375
|
Yes
|
init
|
203
|
21,924
|
108
|
No
|
connect
|
61
|
480
|
7.86885245901639
|
Yes
|
Total
|
509
|
357,119
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-14-09-30-sGuZe4--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-14-09-30-sGuZe4--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-14-09-30-sGuZe4–DV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
200
|
0.96
|
random
|
20
|
1
|
30
|
1
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
220
|
15,756
|
220
|
220
|
200
|
16,616
|
allVerticesByType
vertices_agent
|
vertices_item
|
vertices_work
|
vertices_total
|
201
|
440
|
220
|
861
|
distribution of similarityEdgesByWeight

Degree distribution of item->similarity->item edges

Degree distribution of agent->knows->agent edges

Runing time by method
|
key
|
doc_count
|
sum_wallTime_ms.value
|
avg_wallTime_ms.value
|
includedInTotal
|
1
|
addItemToWork
|
440
|
4,937
|
11.2204545454545
|
No
|
2
|
ownsWork
|
220
|
1,542
|
7.00909090909091
|
No
|
3
|
init
|
203
|
23,887
|
117.669950738916
|
No
|
4
|
searchAndConnect
|
201
|
217,837
|
1083.76616915423
|
Yes
|
5
|
knowsAgent
|
200
|
1,994
|
9.97
|
No
|
6
|
getWorksItems
|
38
|
118
|
3.10526315789474
|
Yes
|
8
|
cycleSearch
|
9
|
3,678
|
408.666666666667
|
Yes
|
9
|
getWorks
|
9
|
927
|
103
|
No
|
10
|
individualCycleSearch
|
9
|
0
|
0
|
Yes
|
11
|
Total
|
266
|
225,325
|
|
|
Found structures
Cycles
Number of cycles found: 3
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-14-09-30-sGuZe4--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 6
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-14-09-30-sGuZe4--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-14-09-37-CvzqGq–CV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
200
|
0.96
|
smallWorld
|
20
|
1
|
30
|
1
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
220
|
16,362
|
220
|
220
|
1,201
|
18,223
|
allVerticesByType
vertices_agent
|
vertices_item
|
vertices_work
|
vertices_total
|
201
|
440
|
220
|
861
|
distribution of similarityEdgesByWeight

Degree distribution of item->similarity->item edges

Degree distribution of agent->knows->agent edges

Runing time by method
key
|
doc_count
|
sum_wallTime_ms.value
|
avg_wallTime_ms.value
|
includedInTotal
|
connectIfSimilar
|
96,580
|
362,079
|
3.74900600538414
|
No
|
existsSimilarity
|
96,580
|
360,298
|
3.73056533443777
|
No
|
similarityEdges
|
96,580
|
356,320
|
3.68937668254297
|
No
|
connectAllSimilar
|
440
|
362,999
|
824.997727272727
|
Yes
|
init
|
203
|
22,897
|
112.793103448276
|
No
|
connect
|
55
|
175
|
3.18181818181818
|
Yes
|
Total
|
503
|
364,562
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-14-09-37-CvzqGq--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-14-09-37-CvzqGq--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-14-09-37-CvzqGq–DV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
200
|
0.96
|
smallWorld
|
20
|
1
|
30
|
1
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
220
|
16,252
|
220
|
220
|
1,201
|
18,113
|
allVerticesByType
vertices_agent
|
vertices_item
|
vertices_work
|
vertices_total
|
201
|
440
|
220
|
861
|
distribution of similarityEdgesByWeight

Degree distribution of item->similarity->item edges

Degree distribution of agent->knows->agent edges

Runing time by method
key
|
doc_count
|
sum_wallTime_ms.value
|
avg_wallTime_ms.value
|
includedInTotal
|
knowsAgent
|
1,201
|
4,711
|
3.9225645295587
|
No
|
addItemToWork
|
440
|
5,042
|
11.4590909090909
|
No
|
ownsWork
|
220
|
5,138
|
23.3545454545455
|
No
|
init
|
203
|
22,835
|
112.487684729064
|
No
|
searchAndConnect
|
201
|
324,812
|
1615.98009950249
|
Yes
|
getWorksItems
|
38
|
57
|
1.5
|
Yes
|
cycleSearch
|
11
|
6,668
|
606.181818181818
|
Yes
|
getWorks
|
11
|
945
|
85.9090909090909
|
No
|
individualCycleSearch
|
11
|
0
|
0
|
Yes
|
Total
|
268
|
336,231
|
|
|
Found structures
Cycles
Number of cycles found: 6
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-14-09-37-CvzqGq--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-14-09-37-CvzqGq--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-14-06-04-6ITMRc–CV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
200
|
0.96
|
random
|
20
|
1
|
5
|
1
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
220
|
15,514
|
220
|
220
|
200
|
16,374
|
allVerticesByType
vertices_agent
|
vertices_item
|
vertices_work
|
vertices_total
|
201
|
440
|
220
|
861
|
distribution of similarityEdgesByWeight

Degree distribution of item->similarity->item edges

Degree distribution of agent->knows->agent edges

Runing time by method
key
|
doc_count
|
sum_wallTime_ms.value
|
avg_wallTime_ms.value
|
includedInTotal
|
connectIfSimilar
|
96,580
|
330,857
|
3.42572996479602
|
No
|
existsSimilarity
|
96,580
|
305,930
|
3.16763305032098
|
No
|
similarityEdges
|
96,580
|
302,596
|
3.13311244564092
|
No
|
connect
|
6,173
|
23,209
|
3.7597602462336
|
Yes
|
connectAllSimilar
|
440
|
331,863
|
754.234090909091
|
Yes
|
init
|
203
|
21,715
|
106.970443349754
|
No
|
Total
|
6,621
|
356,341
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-14-06-04-6ITMRc--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-14-06-04-6ITMRc--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-14-06-04-6ITMRc–DV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
200
|
0.96
|
random
|
20
|
1
|
5
|
1
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
220
|
3,168
|
220
|
220
|
200
|
4,028
|
allVerticesByType
vertices_agent
|
vertices_item
|
vertices_work
|
vertices_total
|
201
|
440
|
220
|
861
|
distribution of similarityEdgesByWeight

Degree distribution of item->similarity->item edges

Degree distribution of agent->knows->agent edges

Runing time by method
|
key
|
doc_count
|
sum_wallTime_ms.value
|
avg_wallTime_ms.value
|
includedInTotal
|
2
|
cycleSearch
|
3,600
|
18,442
|
5.12277777777778
|
Yes
|
3
|
getWorks
|
3,600
|
92,854
|
25.7927777777778
|
No
|
4
|
individualCycleSearch
|
3,600
|
80
|
0.0222222222222222
|
Yes
|
6
|
addItemToWork
|
440
|
6,130
|
13.9318181818182
|
No
|
7
|
ownsWork
|
220
|
2,679
|
12.1772727272727
|
No
|
8
|
init
|
203
|
23,650
|
116.502463054187
|
No
|
9
|
searchAndConnect
|
201
|
48,815
|
242.860696517413
|
Yes
|
10
|
knowsAgent
|
200
|
1,084
|
5.42
|
No
|
1
|
Total
|
14,601
|
82,639
|
|
|
Found structures
Cycles
Number of cycles found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-14-06-04-6ITMRc--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 3600
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-14-06-04-6ITMRc--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-14-07-10-RKcFaA–CV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
200
|
0.96
|
smallWorld
|
20
|
1
|
5
|
1
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
220
|
16,412
|
220
|
220
|
1,201
|
18,273
|
allVerticesByType
vertices_agent
|
vertices_item
|
vertices_work
|
vertices_total
|
201
|
440
|
220
|
861
|
distribution of similarityEdgesByWeight

Degree distribution of item->similarity->item edges

Degree distribution of agent->knows->agent edges

Runing time by method
key
|
doc_count
|
sum_wallTime_ms.value
|
avg_wallTime_ms.value
|
includedInTotal
|
connectIfSimilar
|
96,580
|
346,923
|
3.59207910540485
|
No
|
existsSimilarity
|
96,580
|
345,000
|
3.57216815075585
|
No
|
similarityEdges
|
96,580
|
341,106
|
3.53184924414993
|
No
|
connectAllSimilar
|
440
|
347,757
|
790.356818181818
|
Yes
|
init
|
203
|
21,776
|
107.270935960591
|
No
|
connect
|
84
|
186
|
2.21428571428571
|
Yes
|
Total
|
532
|
349,188
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-14-07-10-RKcFaA--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-14-07-10-RKcFaA--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-14-07-10-RKcFaA–DV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
200
|
0.96
|
smallWorld
|
20
|
1
|
5
|
1
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
220
|
16,244
|
220
|
220
|
1,201
|
18,105
|
allVerticesByType
vertices_agent
|
vertices_item
|
vertices_work
|
vertices_total
|
201
|
440
|
220
|
861
|
distribution of similarityEdgesByWeight

Degree distribution of item->similarity->item edges

Degree distribution of agent->knows->agent edges

Runing time by method
|
key
|
doc_count
|
sum_wallTime_ms.value
|
avg_wallTime_ms.value
|
includedInTotal
|
2
|
cycleSearch
|
3,600
|
23,467
|
6.51861111111111
|
Yes
|
3
|
getWorks
|
3,600
|
90,602
|
25.1672222222222
|
No
|
4
|
individualCycleSearch
|
3,600
|
78
|
0.0216666666666667
|
Yes
|
6
|
knowsAgent
|
1,201
|
3,429
|
2.85512073272273
|
No
|
7
|
addItemToWork
|
440
|
7,324
|
16.6454545454545
|
No
|
8
|
ownsWork
|
220
|
4,592
|
20.8727272727273
|
No
|
9
|
init
|
203
|
22,950
|
113.054187192118
|
No
|
10
|
searchAndConnect
|
201
|
317,505
|
1579.62686567164
|
Yes
|
1
|
Total
|
14,601
|
358,007
|
|
|
Found structures
Cycles
Number of cycles found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-14-07-10-RKcFaA--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 3600
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-14-07-10-RKcFaA--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-14-09-44-qLAu7G–CV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
200
|
0.96
|
random
|
20
|
1
|
5
|
2
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
420
|
55,860
|
420
|
420
|
200
|
57,320
|
allVerticesByType
vertices_agent
|
vertices_item
|
vertices_work
|
vertices_total
|
201
|
840
|
420
|
1,461
|
distribution of similarityEdgesByWeight

Degree distribution of item->similarity->item edges

Degree distribution of agent->knows->agent edges

Runing time by method
key
|
doc_count
|
sum_wallTime_ms.value
|
avg_wallTime_ms.value
|
includedInTotal
|
connectIfSimilar
|
352,380
|
1,567,271
|
4.44767296668369
|
No
|
existsSimilarity
|
352,380
|
1,461,138
|
4.14648390941597
|
No
|
similarityEdges
|
352,380
|
1,444,722
|
4.09989783756172
|
No
|
connect
|
22,775
|
99,180
|
4.35477497255763
|
Yes
|
connectAllSimilar
|
840
|
1,571,188
|
1870.4619047619
|
Yes
|
init
|
203
|
23,474
|
115.635467980296
|
No
|
Total
|
23,623
|
1,672,309
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-14-09-44-qLAu7G--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-14-09-44-qLAu7G--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-14-09-44-qLAu7G–DV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
200
|
0.96
|
random
|
20
|
1
|
5
|
2
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
420
|
10,310
|
420
|
420
|
200
|
11,770
|
allVerticesByType
vertices_agent
|
vertices_item
|
vertices_work
|
vertices_total
|
201
|
840
|
420
|
1,461
|
distribution of similarityEdgesByWeight

Degree distribution of item->similarity->item edges

Degree distribution of agent->knows->agent edges

Runing time by method
|
key
|
doc_count
|
sum_wallTime_ms.value
|
avg_wallTime_ms.value
|
includedInTotal
|
2
|
cycleSearch
|
3,600
|
22,311
|
6.1975
|
Yes
|
3
|
getWorks
|
3,600
|
97,816
|
27.1711111111111
|
No
|
4
|
individualCycleSearch
|
3,600
|
76
|
0.0211111111111111
|
Yes
|
6
|
addItemToWork
|
840
|
10,447
|
12.4369047619048
|
No
|
7
|
ownsWork
|
420
|
5,739
|
13.6642857142857
|
No
|
8
|
init
|
203
|
23,586
|
116.187192118227
|
No
|
9
|
searchAndConnect
|
201
|
140,302
|
698.019900497512
|
Yes
|
10
|
knowsAgent
|
200
|
2,442
|
12.21
|
No
|
1
|
Total
|
14,601
|
179,981
|
|
|
Found structures
Cycles
Number of cycles found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-14-09-44-qLAu7G--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 3600
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-14-09-44-qLAu7G--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-14-11-11-eRCoHv–CV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
200
|
0.96
|
smallWorld
|
20
|
1
|
5
|
2
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
420
|
58,668
|
420
|
420
|
1,201
|
61,129
|
allVerticesByType
vertices_agent
|
vertices_item
|
vertices_work
|
vertices_total
|
201
|
840
|
420
|
1,461
|
distribution of similarityEdgesByWeight

Degree distribution of item->similarity->item edges

Degree distribution of agent->knows->agent edges

Runing time by method
key
|
doc_count
|
sum_wallTime_ms.value
|
avg_wallTime_ms.value
|
includedInTotal
|
connectIfSimilar
|
352,380
|
1,752,329
|
4.97283898064589
|
No
|
existsSimilarity
|
352,380
|
1,744,014
|
4.94924229524945
|
No
|
similarityEdges
|
352,380
|
1,723,304
|
4.89047051478518
|
No
|
connectAllSimilar
|
840
|
1,755,975
|
2090.44642857143
|
Yes
|
connect
|
255
|
1,601
|
6.27843137254902
|
Yes
|
init
|
203
|
22,228
|
109.497536945813
|
No
|
Total
|
1,103
|
1,759,530
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-14-11-11-eRCoHv--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-14-11-11-eRCoHv--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-14-11-11-eRCoHv–DV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
200
|
0.96
|
smallWorld
|
20
|
1
|
5
|
2
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
420
|
58,158
|
420
|
420
|
1,201
|
60,619
|
allVerticesByType
vertices_agent
|
vertices_item
|
vertices_work
|
vertices_total
|
201
|
840
|
420
|
1,461
|
distribution of similarityEdgesByWeight

Degree distribution of item->similarity->item edges

Degree distribution of agent->knows->agent edges

Runing time by method
|
key
|
doc_count
|
sum_wallTime_ms.value
|
avg_wallTime_ms.value
|
includedInTotal
|
2
|
cycleSearch
|
3,600
|
29,784
|
8.27333333333333
|
Yes
|
3
|
getWorks
|
3,600
|
113,284
|
31.4677777777778
|
No
|
4
|
individualCycleSearch
|
3,600
|
83
|
0.0230555555555556
|
Yes
|
6
|
knowsAgent
|
1,201
|
3,288
|
2.73771856786012
|
No
|
7
|
addItemToWork
|
840
|
10,266
|
12.2214285714286
|
No
|
8
|
ownsWork
|
420
|
4,236
|
10.0857142857143
|
No
|
9
|
init
|
203
|
25,416
|
125.20197044335
|
No
|
10
|
searchAndConnect
|
201
|
819,086
|
4075.05472636816
|
Yes
|
1
|
Total
|
14,601
|
873,716
|
|
|
Found structures
Cycles
Number of cycles found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-14-11-11-eRCoHv--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 3600
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-14-11-11-eRCoHv--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-13-07-21-XRUh73–CV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
200
|
0.96
|
random
|
5
|
1
|
10
|
1
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
205
|
13,834
|
205
|
205
|
200
|
14,649
|
allVerticesByType
vertices_agent
|
vertices_item
|
vertices_work
|
vertices_total
|
201
|
410
|
205
|
816
|
distribution of similarityEdgesByWeight

Degree distribution of item->similarity->item edges

Degree distribution of agent->knows->agent edges

Runing time by method
key
|
doc_count
|
sum_wallTime_ms.value
|
avg_wallTime_ms.value
|
includedInTotal
|
connectIfSimilar
|
83,845
|
247,138
|
2.94755799391735
|
No
|
existsSimilarity
|
83,845
|
242,800
|
2.89581966724313
|
No
|
similarityEdges
|
83,845
|
239,558
|
2.85715308008826
|
No
|
connect
|
850
|
2,819
|
3.31647058823529
|
Yes
|
connectAllSimilar
|
410
|
247,901
|
604.636585365854
|
Yes
|
init
|
203
|
17,681
|
87.0985221674877
|
No
|
Total
|
1,268
|
251,415
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-07-21-XRUh73--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-07-21-XRUh73--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-13-07-21-XRUh73–DV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
200
|
0.96
|
random
|
5
|
1
|
10
|
1
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
205
|
12,134
|
205
|
205
|
200
|
12,949
|
allVerticesByType
vertices_agent
|
vertices_item
|
vertices_work
|
vertices_total
|
201
|
410
|
205
|
816
|
distribution of similarityEdgesByWeight

Degree distribution of item->similarity->item edges

Degree distribution of agent->knows->agent edges

Runing time by method
|
key
|
doc_count
|
sum_wallTime_ms.value
|
avg_wallTime_ms.value
|
includedInTotal
|
1
|
addItemToWork
|
410
|
7,399
|
18.0463414634146
|
No
|
2
|
ownsWork
|
205
|
5,871
|
28.6390243902439
|
No
|
3
|
init
|
203
|
18,584
|
91.5467980295567
|
No
|
4
|
searchAndConnect
|
201
|
163,346
|
812.666666666667
|
Yes
|
5
|
knowsAgent
|
200
|
755
|
3.775
|
No
|
6
|
getWorksItems
|
8
|
13
|
1.625
|
Yes
|
8
|
cycleSearch
|
5
|
1,495
|
299
|
Yes
|
10
|
getWorks
|
5
|
926
|
185.2
|
No
|
11
|
Total
|
224
|
166,706
|
|
|
Found structures
Cycles
Number of cycles found: 4
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-07-21-XRUh73--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-07-21-XRUh73--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-13-07-26-ArzZyr–CV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
200
|
0.96
|
smallWorld
|
5
|
1
|
10
|
1
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
205
|
14,084
|
205
|
205
|
1,201
|
15,900
|
allVerticesByType
vertices_agent
|
vertices_item
|
vertices_work
|
vertices_total
|
201
|
410
|
205
|
816
|
distribution of similarityEdgesByWeight

Degree distribution of item->similarity->item edges

Degree distribution of agent->knows->agent edges

Runing time by method
key
|
doc_count
|
sum_wallTime_ms.value
|
avg_wallTime_ms.value
|
includedInTotal
|
connectIfSimilar
|
83,845
|
251,087
|
2.99465680720377
|
No
|
existsSimilarity
|
83,845
|
249,556
|
2.97639692289343
|
No
|
similarityEdges
|
83,845
|
246,405
|
2.9388156717753
|
No
|
connectAllSimilar
|
410
|
251,870
|
614.317073170732
|
Yes
|
init
|
203
|
17,410
|
85.7635467980296
|
No
|
connect
|
49
|
100
|
2.04081632653061
|
Yes
|
Total
|
467
|
252,764
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-07-26-ArzZyr--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-07-26-ArzZyr--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-13-07-26-ArzZyr–DV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
200
|
0.96
|
smallWorld
|
5
|
1
|
10
|
1
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
205
|
13,986
|
205
|
205
|
1,201
|
15,802
|
allVerticesByType
vertices_agent
|
vertices_item
|
vertices_work
|
vertices_total
|
201
|
410
|
205
|
816
|
distribution of similarityEdgesByWeight

Degree distribution of item->similarity->item edges

Degree distribution of agent->knows->agent edges

Runing time by method
|
key
|
doc_count
|
sum_wallTime_ms.value
|
avg_wallTime_ms.value
|
includedInTotal
|
1
|
knowsAgent
|
1,201
|
2,866
|
2.38634471273938
|
No
|
2
|
addItemToWork
|
410
|
4,475
|
10.9146341463415
|
No
|
3
|
ownsWork
|
205
|
3,288
|
16.0390243902439
|
No
|
4
|
init
|
203
|
18,549
|
91.3743842364532
|
No
|
5
|
searchAndConnect
|
201
|
211,636
|
1052.91542288557
|
Yes
|
6
|
getWorksItems
|
8
|
21
|
2.625
|
Yes
|
8
|
cycleSearch
|
5
|
2,855
|
571
|
Yes
|
10
|
getWorks
|
5
|
1,547
|
309.4
|
No
|
11
|
Total
|
224
|
218,477
|
|
|
Found structures
Cycles
Number of cycles found: 4
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-07-26-ArzZyr--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-07-26-ArzZyr--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-13-09-24-iAKJVd–CV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
200
|
0.96
|
random
|
5
|
1
|
10
|
2
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
405
|
53,414
|
405
|
405
|
200
|
54,829
|
allVerticesByType
vertices_agent
|
vertices_item
|
vertices_work
|
vertices_total
|
201
|
810
|
405
|
1,416
|
distribution of similarityEdgesByWeight

Degree distribution of item->similarity->item edges

Degree distribution of agent->knows->agent edges

Runing time by method
key
|
doc_count
|
sum_wallTime_ms.value
|
avg_wallTime_ms.value
|
includedInTotal
|
connectIfSimilar
|
327,645
|
1,288,062
|
3.93127317676143
|
No
|
existsSimilarity
|
327,645
|
1,264,258
|
3.85862137374292
|
No
|
similarityEdges
|
327,645
|
1,247,065
|
3.80614689679379
|
No
|
connect
|
4,676
|
17,769
|
3.80004277159966
|
Yes
|
connectAllSimilar
|
810
|
1,291,335
|
1594.24074074074
|
Yes
|
init
|
203
|
19,024
|
93.7142857142857
|
No
|
Total
|
5,494
|
1,310,620
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-09-24-iAKJVd--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-09-24-iAKJVd--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-13-09-24-iAKJVd–DV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
200
|
0.96
|
random
|
5
|
1
|
10
|
2
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
405
|
44,062
|
405
|
405
|
200
|
45,477
|
allVerticesByType
vertices_agent
|
vertices_item
|
vertices_work
|
vertices_total
|
201
|
810
|
405
|
1,416
|
distribution of similarityEdgesByWeight

Degree distribution of item->similarity->item edges

Degree distribution of agent->knows->agent edges

Runing time by method
|
key
|
doc_count
|
sum_wallTime_ms.value
|
avg_wallTime_ms.value
|
includedInTotal
|
2
|
cycleSearch
|
3,600
|
20,583
|
5.7175
|
Yes
|
3
|
getWorks
|
3,600
|
67,777
|
18.8269444444444
|
No
|
4
|
individualCycleSearch
|
3,600
|
75
|
0.0208333333333333
|
Yes
|
6
|
addItemToWork
|
810
|
12,369
|
15.2703703703704
|
No
|
7
|
ownsWork
|
405
|
7,517
|
18.5604938271605
|
No
|
8
|
init
|
203
|
19,723
|
97.1576354679803
|
No
|
9
|
searchAndConnect
|
201
|
466,665
|
2321.71641791045
|
Yes
|
10
|
knowsAgent
|
200
|
1,456
|
7.28
|
No
|
1
|
Total
|
14,601
|
504,907
|
|
|
Found structures
Cycles
Number of cycles found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-09-24-iAKJVd--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 3600
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-09-24-iAKJVd--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-13-10-47-Y6sG6y–CV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
200
|
0.96
|
smallWorld
|
5
|
1
|
10
|
2
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
405
|
54,284
|
405
|
405
|
1,201
|
56,700
|
allVerticesByType
vertices_agent
|
vertices_item
|
vertices_work
|
vertices_total
|
201
|
810
|
405
|
1,416
|
distribution of similarityEdgesByWeight

Degree distribution of item->similarity->item edges

Degree distribution of agent->knows->agent edges

Runing time by method
key
|
doc_count
|
sum_wallTime_ms.value
|
avg_wallTime_ms.value
|
includedInTotal
|
connectIfSimilar
|
327,645
|
1,332,956
|
4.06829342733751
|
No
|
existsSimilarity
|
327,645
|
1,326,343
|
4.04810999710052
|
No
|
similarityEdges
|
327,645
|
1,308,367
|
3.99324573852798
|
No
|
connectAllSimilar
|
810
|
1,336,120
|
1649.53086419753
|
Yes
|
init
|
203
|
19,602
|
96.5615763546798
|
No
|
connect
|
154
|
432
|
2.80519480519481
|
Yes
|
Total
|
972
|
1,338,069
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-10-47-Y6sG6y--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-10-47-Y6sG6y--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-13-10-47-Y6sG6y–DV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
200
|
0.96
|
smallWorld
|
5
|
1
|
10
|
2
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
405
|
53,976
|
405
|
405
|
1,201
|
56,392
|
allVerticesByType
vertices_agent
|
vertices_item
|
vertices_work
|
vertices_total
|
201
|
810
|
405
|
1,416
|
distribution of similarityEdgesByWeight

Degree distribution of item->similarity->item edges

Degree distribution of agent->knows->agent edges

Runing time by method
|
key
|
doc_count
|
sum_wallTime_ms.value
|
avg_wallTime_ms.value
|
includedInTotal
|
1
|
knowsAgent
|
1,201
|
3,038
|
2.52955870108243
|
No
|
2
|
addItemToWork
|
810
|
13,562
|
16.7432098765432
|
No
|
3
|
ownsWork
|
405
|
4,627
|
11.4246913580247
|
No
|
4
|
init
|
203
|
20,003
|
98.5369458128079
|
No
|
5
|
searchAndConnect
|
201
|
741,694
|
3690.01990049751
|
Yes
|
7
|
cycleSearch
|
22
|
3,394
|
154.272727272727
|
Yes
|
8
|
getWorks
|
22
|
1,978
|
89.9090909090909
|
No
|
9
|
individualCycleSearch
|
22
|
0
|
0
|
Yes
|
11
|
Total
|
289
|
747,705
|
|
|
Found structures
Cycles
Number of cycles found: 22
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-10-47-Y6sG6y--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-10-47-Y6sG6y--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-13-07-31-SaIyTK–CV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
200
|
0.96
|
random
|
5
|
1
|
30
|
1
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
205
|
13,460
|
205
|
205
|
200
|
14,275
|
allVerticesByType
vertices_agent
|
vertices_item
|
vertices_work
|
vertices_total
|
201
|
410
|
205
|
816
|
distribution of similarityEdgesByWeight

Degree distribution of item->similarity->item edges

Degree distribution of agent->knows->agent edges

Runing time by method
key
|
doc_count
|
sum_wallTime_ms.value
|
avg_wallTime_ms.value
|
includedInTotal
|
connectIfSimilar
|
83,845
|
244,794
|
2.91960164589421
|
No
|
existsSimilarity
|
83,845
|
243,102
|
2.89942155167273
|
No
|
similarityEdges
|
83,845
|
239,773
|
2.85971733555966
|
No
|
connectAllSimilar
|
410
|
245,599
|
599.021951219512
|
Yes
|
init
|
203
|
23,341
|
114.980295566502
|
No
|
connect
|
52
|
276
|
5.30769230769231
|
Yes
|
Total
|
470
|
246,682
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-07-31-SaIyTK--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-07-31-SaIyTK--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-13-07-31-SaIyTK–DV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
200
|
0.96
|
random
|
5
|
1
|
30
|
1
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
205
|
13,356
|
205
|
205
|
200
|
14,171
|
allVerticesByType
vertices_agent
|
vertices_item
|
vertices_work
|
vertices_total
|
201
|
410
|
205
|
816
|
distribution of similarityEdgesByWeight

Degree distribution of item->similarity->item edges

Degree distribution of agent->knows->agent edges

Runing time by method
|
key
|
doc_count
|
sum_wallTime_ms.value
|
avg_wallTime_ms.value
|
includedInTotal
|
1
|
addItemToWork
|
410
|
8,683
|
21.1780487804878
|
No
|
2
|
ownsWork
|
205
|
5,241
|
25.5658536585366
|
No
|
3
|
init
|
203
|
18,599
|
91.6206896551724
|
No
|
4
|
searchAndConnect
|
201
|
178,198
|
886.557213930348
|
Yes
|
5
|
knowsAgent
|
200
|
1,426
|
7.13
|
No
|
6
|
getWorksItems
|
8
|
41
|
5.125
|
Yes
|
8
|
cycleSearch
|
6
|
1,525
|
254.166666666667
|
Yes
|
9
|
getWorks
|
6
|
1,111
|
185.166666666667
|
No
|
10
|
individualCycleSearch
|
6
|
0
|
0
|
Yes
|
11
|
Total
|
227
|
181,956
|
|
|
Found structures
Cycles
Number of cycles found: 5
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-07-31-SaIyTK--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-07-31-SaIyTK--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-13-07-36-P4tYrN–CV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
200
|
0.96
|
smallWorld
|
5
|
1
|
30
|
1
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
205
|
14,018
|
205
|
205
|
1,201
|
15,834
|
allVerticesByType
vertices_agent
|
vertices_item
|
vertices_work
|
vertices_total
|
201
|
410
|
205
|
816
|
distribution of similarityEdgesByWeight

Degree distribution of item->similarity->item edges

Degree distribution of agent->knows->agent edges

Runing time by method
key
|
doc_count
|
sum_wallTime_ms.value
|
avg_wallTime_ms.value
|
includedInTotal
|
connectIfSimilar
|
83,845
|
251,445
|
2.9989265907329
|
No
|
existsSimilarity
|
83,845
|
249,937
|
2.98094102212416
|
No
|
similarityEdges
|
83,845
|
246,735
|
2.94275150575467
|
No
|
connectAllSimilar
|
410
|
252,247
|
615.236585365854
|
Yes
|
init
|
203
|
18,631
|
91.7783251231527
|
No
|
connect
|
33
|
61
|
1.84848484848485
|
Yes
|
Total
|
451
|
253,057
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-07-36-P4tYrN--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-07-36-P4tYrN--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-13-07-36-P4tYrN–DV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
200
|
0.96
|
smallWorld
|
5
|
1
|
30
|
1
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
205
|
13,952
|
205
|
205
|
1,201
|
15,768
|
allVerticesByType
vertices_agent
|
vertices_item
|
vertices_work
|
vertices_total
|
201
|
410
|
205
|
816
|
distribution of similarityEdgesByWeight

Degree distribution of item->similarity->item edges

Degree distribution of agent->knows->agent edges

Runing time by method
|
key
|
doc_count
|
sum_wallTime_ms.value
|
avg_wallTime_ms.value
|
includedInTotal
|
1
|
knowsAgent
|
1,201
|
2,889
|
2.40549542048293
|
No
|
2
|
addItemToWork
|
410
|
3,953
|
9.64146341463415
|
No
|
3
|
ownsWork
|
205
|
3,921
|
19.1268292682927
|
No
|
4
|
init
|
203
|
24,577
|
121.068965517241
|
No
|
5
|
searchAndConnect
|
201
|
241,469
|
1201.33830845771
|
Yes
|
6
|
getWorksItems
|
8
|
38
|
4.75
|
Yes
|
8
|
cycleSearch
|
7
|
1,869
|
267
|
Yes
|
9
|
getWorks
|
7
|
795
|
113.571428571429
|
No
|
10
|
individualCycleSearch
|
7
|
1
|
0.142857142857143
|
Yes
|
11
|
Total
|
230
|
244,986
|
|
|
Found structures
Cycles
Number of cycles found: 7
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-07-36-P4tYrN--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-07-36-P4tYrN--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-13-11-10-ntabMV–CV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
200
|
0.96
|
random
|
5
|
1
|
30
|
2
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
405
|
54,316
|
405
|
405
|
200
|
55,731
|
allVerticesByType
vertices_agent
|
vertices_item
|
vertices_work
|
vertices_total
|
201
|
810
|
405
|
1,416
|
distribution of similarityEdgesByWeight

Degree distribution of item->similarity->item edges

Degree distribution of agent->knows->agent edges

Runing time by method
key
|
doc_count
|
sum_wallTime_ms.value
|
avg_wallTime_ms.value
|
includedInTotal
|
connectIfSimilar
|
327,645
|
1,343,029
|
4.09903706755787
|
No
|
existsSimilarity
|
327,645
|
1,336,094
|
4.07787086633399
|
No
|
similarityEdges
|
327,645
|
1,318,077
|
4.02288147232523
|
No
|
connectAllSimilar
|
810
|
1,346,174
|
1661.94320987654
|
Yes
|
init
|
203
|
18,572
|
91.487684729064
|
No
|
connect
|
184
|
687
|
3.73369565217391
|
Yes
|
Total
|
1,002
|
1,348,308
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-11-10-ntabMV--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-11-10-ntabMV--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-13-11-10-ntabMV–DV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
200
|
0.96
|
random
|
5
|
1
|
30
|
2
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
405
|
53,948
|
405
|
405
|
200
|
55,363
|
allVerticesByType
vertices_agent
|
vertices_item
|
vertices_work
|
vertices_total
|
201
|
810
|
405
|
1,416
|
distribution of similarityEdgesByWeight

Degree distribution of item->similarity->item edges

Degree distribution of agent->knows->agent edges

Runing time by method
|
key
|
doc_count
|
sum_wallTime_ms.value
|
avg_wallTime_ms.value
|
includedInTotal
|
1
|
addItemToWork
|
810
|
8,993
|
11.1024691358025
|
No
|
2
|
ownsWork
|
405
|
6,017
|
14.8567901234568
|
No
|
3
|
init
|
203
|
21,159
|
104.231527093596
|
No
|
4
|
searchAndConnect
|
201
|
625,765
|
3113.25870646766
|
Yes
|
5
|
knowsAgent
|
200
|
774
|
3.87
|
No
|
7
|
cycleSearch
|
19
|
2,546
|
134
|
Yes
|
8
|
getWorks
|
19
|
2,209
|
116.263157894737
|
No
|
9
|
individualCycleSearch
|
19
|
0
|
0
|
Yes
|
11
|
Total
|
277
|
629,803
|
|
|
Found structures
Cycles
Number of cycles found: 19
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-11-10-ntabMV--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-11-10-ntabMV--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-13-11-33-zTs5uh–CV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
200
|
0.96
|
smallWorld
|
5
|
1
|
30
|
2
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
405
|
54,252
|
405
|
405
|
1,201
|
56,668
|
allVerticesByType
vertices_agent
|
vertices_item
|
vertices_work
|
vertices_total
|
201
|
810
|
405
|
1,416
|
distribution of similarityEdgesByWeight

Degree distribution of item->similarity->item edges

Degree distribution of agent->knows->agent edges

Runing time by method
key
|
doc_count
|
sum_wallTime_ms.value
|
avg_wallTime_ms.value
|
includedInTotal
|
connectIfSimilar
|
327,645
|
1,354,498
|
4.1340414167773
|
No
|
existsSimilarity
|
327,645
|
1,347,940
|
4.11402585114987
|
No
|
similarityEdges
|
327,645
|
1,328,873
|
4.05583176914038
|
No
|
connectAllSimilar
|
810
|
1,357,651
|
1676.11234567901
|
Yes
|
init
|
203
|
19,204
|
94.6009852216749
|
No
|
connect
|
165
|
581
|
3.52121212121212
|
Yes
|
Total
|
983
|
1,359,645
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-11-33-zTs5uh--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-11-33-zTs5uh--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-13-11-33-zTs5uh–DV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
200
|
0.96
|
smallWorld
|
5
|
1
|
30
|
2
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
405
|
53,922
|
405
|
405
|
1,201
|
56,338
|
allVerticesByType
vertices_agent
|
vertices_item
|
vertices_work
|
vertices_total
|
201
|
810
|
405
|
1,416
|
distribution of similarityEdgesByWeight

Degree distribution of item->similarity->item edges

Degree distribution of agent->knows->agent edges

Runing time by method
|
key
|
doc_count
|
sum_wallTime_ms.value
|
avg_wallTime_ms.value
|
includedInTotal
|
1
|
knowsAgent
|
1,201
|
3,285
|
2.73522064945878
|
No
|
2
|
addItemToWork
|
810
|
10,000
|
12.3456790123457
|
No
|
3
|
ownsWork
|
405
|
5,297
|
13.079012345679
|
No
|
4
|
init
|
203
|
20,814
|
102.532019704433
|
No
|
5
|
searchAndConnect
|
201
|
663,068
|
3298.84577114428
|
Yes
|
7
|
cycleSearch
|
15
|
6,713
|
447.533333333333
|
Yes
|
8
|
getWorks
|
15
|
2,579
|
171.933333333333
|
No
|
9
|
individualCycleSearch
|
15
|
0
|
0
|
Yes
|
11
|
Total
|
261
|
676,911
|
|
|
Found structures
Cycles
Number of cycles found: 15
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-11-33-zTs5uh--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-11-33-zTs5uh--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-13-06-12-Ezfymi–CV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
200
|
0.96
|
random
|
5
|
1
|
5
|
1
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
205
|
13,198
|
205
|
205
|
200
|
14,013
|
allVerticesByType
vertices_agent
|
vertices_item
|
vertices_work
|
vertices_total
|
201
|
410
|
205
|
816
|
distribution of similarityEdgesByWeight

Degree distribution of item->similarity->item edges

Degree distribution of agent->knows->agent edges

Runing time by method
key
|
doc_count
|
sum_wallTime_ms.value
|
avg_wallTime_ms.value
|
includedInTotal
|
connectIfSimilar
|
83,845
|
234,664
|
2.79878346949729
|
No
|
existsSimilarity
|
83,845
|
217,546
|
2.59462102689487
|
No
|
similarityEdges
|
83,845
|
214,665
|
2.56026000357803
|
No
|
connect
|
5,278
|
15,552
|
2.9465706707086
|
Yes
|
connectAllSimilar
|
410
|
235,532
|
574.468292682927
|
Yes
|
init
|
203
|
17,075
|
84.1133004926108
|
No
|
Total
|
5,696
|
251,805
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-06-12-Ezfymi--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-06-12-Ezfymi--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-13-06-12-Ezfymi–DV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
200
|
0.96
|
random
|
5
|
1
|
5
|
1
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
205
|
2,642
|
205
|
205
|
200
|
3,457
|
allVerticesByType
vertices_agent
|
vertices_item
|
vertices_work
|
vertices_total
|
201
|
410
|
205
|
816
|
distribution of similarityEdgesByWeight

Degree distribution of item->similarity->item edges

Degree distribution of agent->knows->agent edges

Runing time by method
|
key
|
doc_count
|
sum_wallTime_ms.value
|
avg_wallTime_ms.value
|
includedInTotal
|
2
|
cycleSearch
|
3,600
|
13,339
|
3.70527777777778
|
Yes
|
3
|
getWorks
|
3,600
|
61,033
|
16.9536111111111
|
No
|
4
|
individualCycleSearch
|
3,600
|
77
|
0.0213888888888889
|
Yes
|
6
|
addItemToWork
|
410
|
6,267
|
15.2853658536585
|
No
|
7
|
ownsWork
|
205
|
3,786
|
18.4682926829268
|
No
|
8
|
init
|
203
|
18,106
|
89.192118226601
|
No
|
9
|
searchAndConnect
|
201
|
38,221
|
190.154228855721
|
Yes
|
10
|
knowsAgent
|
200
|
1,179
|
5.895
|
No
|
1
|
Total
|
14,601
|
66,030
|
|
|
Found structures
Cycles
Number of cycles found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-06-12-Ezfymi--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 3600
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-06-12-Ezfymi--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-13-07-16-z6ZmRg–CV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
200
|
0.96
|
smallWorld
|
5
|
1
|
5
|
1
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
205
|
13,766
|
205
|
205
|
1,201
|
15,582
|
allVerticesByType
vertices_agent
|
vertices_item
|
vertices_work
|
vertices_total
|
201
|
410
|
205
|
816
|
distribution of similarityEdgesByWeight

Degree distribution of item->similarity->item edges

Degree distribution of agent->knows->agent edges

Runing time by method
key
|
doc_count
|
sum_wallTime_ms.value
|
avg_wallTime_ms.value
|
includedInTotal
|
connectIfSimilar
|
83,845
|
246,439
|
2.93922118194287
|
No
|
existsSimilarity
|
83,845
|
244,837
|
2.92011449698849
|
No
|
similarityEdges
|
83,845
|
241,573
|
2.88118552090166
|
No
|
connectAllSimilar
|
410
|
247,191
|
602.90487804878
|
Yes
|
init
|
203
|
17,496
|
86.1871921182266
|
No
|
connect
|
64
|
192
|
3
|
Yes
|
Total
|
482
|
248,047
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-07-16-z6ZmRg--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-07-16-z6ZmRg--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-13-07-16-z6ZmRg–DV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
200
|
0.96
|
smallWorld
|
5
|
1
|
5
|
1
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
205
|
13,638
|
205
|
205
|
1,201
|
15,454
|
allVerticesByType
vertices_agent
|
vertices_item
|
vertices_work
|
vertices_total
|
201
|
410
|
205
|
816
|
distribution of similarityEdgesByWeight

Degree distribution of item->similarity->item edges

Degree distribution of agent->knows->agent edges

Runing time by method
|
key
|
doc_count
|
sum_wallTime_ms.value
|
avg_wallTime_ms.value
|
includedInTotal
|
1
|
knowsAgent
|
1,201
|
2,919
|
2.43047460449625
|
No
|
2
|
addItemToWork
|
410
|
4,632
|
11.2975609756098
|
No
|
3
|
ownsWork
|
205
|
3,109
|
15.1658536585366
|
No
|
4
|
init
|
203
|
18,255
|
89.9261083743842
|
No
|
5
|
searchAndConnect
|
201
|
221,351
|
1101.24875621891
|
Yes
|
6
|
getWorksItems
|
8
|
13
|
1.625
|
Yes
|
8
|
cycleSearch
|
7
|
1,880
|
268.571428571429
|
Yes
|
9
|
getWorks
|
7
|
717
|
102.428571428571
|
No
|
10
|
individualCycleSearch
|
7
|
0
|
0
|
Yes
|
11
|
Total
|
230
|
224,814
|
|
|
Found structures
Cycles
Number of cycles found: 7
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-07-16-z6ZmRg--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-07-16-z6ZmRg--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-13-07-41-qhBaj4–CV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
200
|
0.96
|
random
|
5
|
1
|
5
|
2
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
405
|
52,490
|
405
|
405
|
200
|
53,905
|
allVerticesByType
vertices_agent
|
vertices_item
|
vertices_work
|
vertices_total
|
201
|
810
|
405
|
1,416
|
distribution of similarityEdgesByWeight

Degree distribution of item->similarity->item edges

Degree distribution of agent->knows->agent edges

Runing time by method
key
|
doc_count
|
sum_wallTime_ms.value
|
avg_wallTime_ms.value
|
includedInTotal
|
connectIfSimilar
|
327,645
|
1,193,808
|
3.64360206931282
|
No
|
existsSimilarity
|
327,645
|
1,117,979
|
3.41216560606754
|
No
|
similarityEdges
|
327,645
|
1,102,761
|
3.36571899464359
|
No
|
connect
|
19,761
|
69,349
|
3.50938717676231
|
Yes
|
connectAllSimilar
|
810
|
1,197,253
|
1478.09012345679
|
Yes
|
init
|
203
|
17,685
|
87.1182266009852
|
No
|
Total
|
20,579
|
1,268,070
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-07-41-qhBaj4--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-07-41-qhBaj4--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-13-07-41-qhBaj4–DV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
200
|
0.96
|
random
|
5
|
1
|
5
|
2
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
405
|
12,968
|
405
|
405
|
200
|
14,383
|
allVerticesByType
vertices_agent
|
vertices_item
|
vertices_work
|
vertices_total
|
201
|
810
|
405
|
1,416
|
distribution of similarityEdgesByWeight

Degree distribution of item->similarity->item edges

Degree distribution of agent->knows->agent edges

Runing time by method
|
key
|
doc_count
|
sum_wallTime_ms.value
|
avg_wallTime_ms.value
|
includedInTotal
|
2
|
cycleSearch
|
3,600
|
29,017
|
8.06027777777778
|
Yes
|
3
|
getWorks
|
3,600
|
65,877
|
18.2991666666667
|
No
|
4
|
individualCycleSearch
|
3,600
|
70
|
0.0194444444444444
|
Yes
|
6
|
addItemToWork
|
810
|
9,059
|
11.183950617284
|
No
|
7
|
ownsWork
|
405
|
5,168
|
12.7604938271605
|
No
|
8
|
init
|
203
|
19,711
|
97.0985221674877
|
No
|
9
|
searchAndConnect
|
201
|
131,782
|
655.63184079602
|
Yes
|
10
|
knowsAgent
|
200
|
1,150
|
5.75
|
No
|
1
|
Total
|
14,601
|
224,956
|
|
|
Found structures
Cycles
Number of cycles found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-07-41-qhBaj4--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 3600
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-07-41-qhBaj4--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-13-09-01-ThjPAQ–CV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
200
|
0.96
|
smallWorld
|
5
|
1
|
5
|
2
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
405
|
53,374
|
405
|
405
|
1,201
|
55,790
|
allVerticesByType
vertices_agent
|
vertices_item
|
vertices_work
|
vertices_total
|
201
|
810
|
405
|
1,416
|
distribution of similarityEdgesByWeight

Degree distribution of item->similarity->item edges

Degree distribution of agent->knows->agent edges

Runing time by method
key
|
doc_count
|
sum_wallTime_ms.value
|
avg_wallTime_ms.value
|
includedInTotal
|
connectIfSimilar
|
327,645
|
1,314,567
|
4.01216865815135
|
No
|
existsSimilarity
|
327,645
|
1,307,812
|
3.99155183201331
|
No
|
similarityEdges
|
327,645
|
1,289,814
|
3.93662042759694
|
No
|
connectAllSimilar
|
810
|
1,317,671
|
1626.75432098765
|
Yes
|
init
|
203
|
19,050
|
93.8423645320197
|
No
|
connect
|
193
|
708
|
3.66839378238342
|
Yes
|
Total
|
1,011
|
1,319,762
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-09-01-ThjPAQ--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-09-01-ThjPAQ--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-13-09-01-ThjPAQ–DV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
200
|
0.96
|
smallWorld
|
5
|
1
|
5
|
2
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
405
|
52,988
|
405
|
405
|
1,201
|
55,404
|
allVerticesByType
vertices_agent
|
vertices_item
|
vertices_work
|
vertices_total
|
201
|
810
|
405
|
1,416
|
distribution of similarityEdgesByWeight

Degree distribution of item->similarity->item edges

Degree distribution of agent->knows->agent edges

Runing time by method
key
|
doc_count
|
sum_wallTime_ms.value
|
avg_wallTime_ms.value
|
includedInTotal
|
knowsAgent
|
1,201
|
2,828
|
2.35470441298918
|
No
|
addItemToWork
|
810
|
9,956
|
12.2913580246914
|
No
|
ownsWork
|
405
|
4,915
|
12.1358024691358
|
No
|
init
|
203
|
18,655
|
91.8965517241379
|
No
|
searchAndConnect
|
201
|
636,608
|
3167.2039800995
|
Yes
|
cycleSearch
|
13
|
5,401
|
415.461538461538
|
Yes
|
getWorks
|
13
|
5,604
|
431.076923076923
|
No
|
individualCycleSearch
|
13
|
1
|
0.0769230769230769
|
Yes
|
getWorksItems
|
8
|
33
|
4.125
|
Yes
|
Total
|
240
|
647,614
|
|
|
Found structures
Cycles
Number of cycles found: 3
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-09-01-ThjPAQ--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-09-01-ThjPAQ--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-13-03-06-FcPhUK–CV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
50
|
0.96
|
random
|
10
|
1
|
10
|
1
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
60
|
1,528
|
60
|
60
|
50
|
1,758
|
allVerticesByType
vertices_agent
|
vertices_item
|
vertices_work
|
vertices_total
|
51
|
120
|
60
|
231
|
distribution of similarityEdgesByWeight

Degree distribution of item->similarity->item edges

Degree distribution of agent->knows->agent edges

Runing time by method
key
|
doc_count
|
sum_wallTime_ms.value
|
avg_wallTime_ms.value
|
includedInTotal
|
connectIfSimilar
|
7,140
|
13,655
|
1.9124649859944
|
No
|
existsSimilarity
|
7,140
|
13,462
|
1.88543417366947
|
No
|
similarityEdges
|
7,140
|
13,210
|
1.85014005602241
|
No
|
connectAllSimilar
|
120
|
13,735
|
114.458333333333
|
Yes
|
init
|
53
|
8,655
|
163.301886792453
|
No
|
connect
|
21
|
55
|
2.61904761904762
|
Yes
|
Total
|
149
|
14,014
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-03-06-FcPhUK--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-03-06-FcPhUK--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-13-03-06-FcPhUK–DV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
50
|
0.96
|
random
|
10
|
1
|
10
|
1
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
60
|
1,486
|
60
|
60
|
50
|
1,716
|
allVerticesByType
vertices_agent
|
vertices_item
|
vertices_work
|
vertices_total
|
51
|
120
|
60
|
231
|
distribution of similarityEdgesByWeight

Degree distribution of item->similarity->item edges

Degree distribution of agent->knows->agent edges

Runing time by method
|
key
|
doc_count
|
sum_wallTime_ms.value
|
avg_wallTime_ms.value
|
includedInTotal
|
2
|
cycleSearch
|
3,600
|
17,167
|
4.76861111111111
|
Yes
|
3
|
getWorks
|
3,600
|
38,023
|
10.5619444444444
|
No
|
4
|
individualCycleSearch
|
3,600
|
126
|
0.035
|
Yes
|
6
|
addItemToWork
|
120
|
698
|
5.81666666666667
|
No
|
7
|
ownsWork
|
60
|
693
|
11.55
|
No
|
8
|
init
|
53
|
9,087
|
171.452830188679
|
No
|
9
|
searchAndConnect
|
51
|
7,367
|
144.450980392157
|
Yes
|
10
|
knowsAgent
|
50
|
268
|
5.36
|
No
|
1
|
Total
|
14,451
|
43,692
|
|
|
Found structures
Cycles
Number of cycles found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-03-06-FcPhUK--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 3600
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-03-06-FcPhUK--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-13-04-07-GGgByN–CV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
50
|
0.96
|
smallWorld
|
10
|
1
|
10
|
1
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
60
|
1,374
|
60
|
60
|
201
|
1,755
|
allVerticesByType
vertices_agent
|
vertices_item
|
vertices_work
|
vertices_total
|
51
|
120
|
60
|
231
|
distribution of similarityEdgesByWeight

Degree distribution of item->similarity->item edges

Degree distribution of agent->knows->agent edges

Runing time by method
key
|
doc_count
|
sum_wallTime_ms.value
|
avg_wallTime_ms.value
|
includedInTotal
|
connectIfSimilar
|
7,140
|
13,702
|
1.91904761904762
|
No
|
existsSimilarity
|
7,140
|
13,520
|
1.89355742296919
|
No
|
similarityEdges
|
7,140
|
13,285
|
1.86064425770308
|
No
|
connectAllSimilar
|
120
|
13,766
|
114.716666666667
|
Yes
|
init
|
53
|
8,932
|
168.528301886792
|
No
|
connect
|
17
|
36
|
2.11764705882353
|
Yes
|
Total
|
145
|
14,115
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-04-07-GGgByN--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-04-07-GGgByN--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-13-04-07-GGgByN–DV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
50
|
0.96
|
smallWorld
|
10
|
1
|
10
|
1
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
60
|
1,340
|
60
|
60
|
201
|
1,721
|
allVerticesByType
vertices_agent
|
vertices_item
|
vertices_work
|
vertices_total
|
51
|
120
|
60
|
231
|
distribution of similarityEdgesByWeight

Degree distribution of item->similarity->item edges

Degree distribution of agent->knows->agent edges

Runing time by method
|
key
|
doc_count
|
sum_wallTime_ms.value
|
avg_wallTime_ms.value
|
includedInTotal
|
1
|
knowsAgent
|
201
|
434
|
2.1592039800995
|
No
|
2
|
addItemToWork
|
120
|
963
|
8.025
|
No
|
3
|
ownsWork
|
60
|
889
|
14.8166666666667
|
No
|
4
|
init
|
53
|
8,866
|
167.283018867925
|
No
|
5
|
searchAndConnect
|
51
|
7,788
|
152.705882352941
|
Yes
|
6
|
getWorksItems
|
18
|
36
|
2
|
Yes
|
8
|
addChainToNetwork
|
1
|
0
|
0
|
Yes
|
9
|
addRandomWorksToAgents
|
1
|
0
|
0
|
Yes
|
11
|
Total
|
77
|
7,928
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-04-07-GGgByN--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-04-07-GGgByN--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-13-05-10-LTjf58–CV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
50
|
0.96
|
random
|
10
|
1
|
10
|
2
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
110
|
4,436
|
110
|
110
|
50
|
4,816
|
allVerticesByType
vertices_agent
|
vertices_item
|
vertices_work
|
vertices_total
|
51
|
220
|
110
|
381
|
distribution of similarityEdgesByWeight

Degree distribution of item->similarity->item edges

Degree distribution of agent->knows->agent edges

Runing time by method
key
|
doc_count
|
sum_wallTime_ms.value
|
avg_wallTime_ms.value
|
includedInTotal
|
connectIfSimilar
|
24,090
|
49,016
|
2.03470319634703
|
No
|
existsSimilarity
|
24,090
|
48,404
|
2.00929846409298
|
No
|
similarityEdges
|
24,090
|
47,487
|
1.97123287671233
|
No
|
connectAllSimilar
|
220
|
49,256
|
223.890909090909
|
Yes
|
init
|
53
|
9,095
|
171.603773584906
|
No
|
connect
|
48
|
101
|
2.10416666666667
|
Yes
|
Total
|
276
|
49,627
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-05-10-LTjf58--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-05-10-LTjf58--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-13-05-10-LTjf58–DV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
50
|
0.96
|
random
|
10
|
1
|
10
|
2
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
110
|
4,340
|
110
|
110
|
50
|
4,720
|
allVerticesByType
vertices_agent
|
vertices_item
|
vertices_work
|
vertices_total
|
51
|
220
|
110
|
381
|
distribution of similarityEdgesByWeight

Degree distribution of item->similarity->item edges

Degree distribution of agent->knows->agent edges

Runing time by method
|
key
|
doc_count
|
sum_wallTime_ms.value
|
avg_wallTime_ms.value
|
includedInTotal
|
1
|
addItemToWork
|
220
|
1,393
|
6.33181818181818
|
No
|
2
|
ownsWork
|
110
|
1,314
|
11.9454545454545
|
No
|
3
|
init
|
53
|
9,034
|
170.452830188679
|
No
|
4
|
searchAndConnect
|
51
|
16,119
|
316.058823529412
|
Yes
|
5
|
knowsAgent
|
50
|
195
|
3.9
|
No
|
6
|
getWorksItems
|
18
|
27
|
1.5
|
Yes
|
9
|
cycleSearch
|
2
|
27
|
13.5
|
Yes
|
10
|
getWorks
|
2
|
120
|
60
|
No
|
11
|
Total
|
78
|
16,570
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-05-10-LTjf58--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-05-10-LTjf58--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-13-05-11-hhT57L–CV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
50
|
0.96
|
smallWorld
|
10
|
1
|
10
|
2
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
110
|
4,480
|
110
|
110
|
201
|
5,011
|
allVerticesByType
vertices_agent
|
vertices_item
|
vertices_work
|
vertices_total
|
51
|
220
|
110
|
381
|
distribution of similarityEdgesByWeight

Degree distribution of item->similarity->item edges

Degree distribution of agent->knows->agent edges

Runing time by method
key
|
doc_count
|
sum_wallTime_ms.value
|
avg_wallTime_ms.value
|
includedInTotal
|
connectIfSimilar
|
24,090
|
51,279
|
2.12864259028643
|
No
|
existsSimilarity
|
24,090
|
50,646
|
2.10236612702366
|
No
|
similarityEdges
|
24,090
|
49,725
|
2.06413449564134
|
No
|
connectAllSimilar
|
220
|
51,532
|
234.236363636364
|
Yes
|
init
|
53
|
8,544
|
161.207547169811
|
No
|
connect
|
52
|
170
|
3.26923076923077
|
Yes
|
Total
|
280
|
52,080
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-05-11-hhT57L--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-05-11-hhT57L--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-13-05-11-hhT57L–DV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
50
|
0.96
|
smallWorld
|
10
|
1
|
10
|
2
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
110
|
4,376
|
110
|
110
|
201
|
4,907
|
allVerticesByType
vertices_agent
|
vertices_item
|
vertices_work
|
vertices_total
|
51
|
220
|
110
|
381
|
distribution of similarityEdgesByWeight

Degree distribution of item->similarity->item edges

Degree distribution of agent->knows->agent edges

Runing time by method
|
key
|
doc_count
|
sum_wallTime_ms.value
|
avg_wallTime_ms.value
|
includedInTotal
|
1
|
addItemToWork
|
220
|
2,519
|
11.45
|
No
|
2
|
knowsAgent
|
201
|
359
|
1.78606965174129
|
No
|
3
|
ownsWork
|
110
|
1,511
|
13.7363636363636
|
No
|
4
|
init
|
53
|
9,224
|
174.037735849057
|
No
|
5
|
searchAndConnect
|
51
|
19,218
|
376.823529411765
|
Yes
|
6
|
getWorksItems
|
18
|
86
|
4.77777777777778
|
Yes
|
8
|
addChainToNetwork
|
1
|
0
|
0
|
Yes
|
9
|
addRandomWorksToAgents
|
1
|
0
|
0
|
Yes
|
11
|
Total
|
77
|
19,510
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-05-11-hhT57L--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-05-11-hhT57L--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-13-04-07-Lmpar6–CV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
50
|
0.96
|
random
|
10
|
1
|
30
|
1
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
60
|
1,354
|
60
|
60
|
50
|
1,584
|
allVerticesByType
vertices_agent
|
vertices_item
|
vertices_work
|
vertices_total
|
51
|
120
|
60
|
231
|
distribution of similarityEdgesByWeight

Degree distribution of item->similarity->item edges

Degree distribution of agent->knows->agent edges

Runing time by method
key
|
doc_count
|
sum_wallTime_ms.value
|
avg_wallTime_ms.value
|
includedInTotal
|
connectIfSimilar
|
7,140
|
13,997
|
1.96036414565826
|
No
|
existsSimilarity
|
7,140
|
13,846
|
1.93921568627451
|
No
|
similarityEdges
|
7,140
|
13,613
|
1.90658263305322
|
No
|
connectAllSimilar
|
120
|
14,082
|
117.35
|
Yes
|
init
|
53
|
8,782
|
165.698113207547
|
No
|
connect
|
9
|
18
|
2
|
Yes
|
Total
|
137
|
14,445
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-04-07-Lmpar6--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-04-07-Lmpar6--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-13-04-07-Lmpar6–DV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
50
|
0.96
|
random
|
10
|
1
|
30
|
1
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
60
|
1,336
|
60
|
60
|
50
|
1,566
|
allVerticesByType
vertices_agent
|
vertices_item
|
vertices_work
|
vertices_total
|
51
|
120
|
60
|
231
|
distribution of similarityEdgesByWeight

Degree distribution of item->similarity->item edges

Degree distribution of agent->knows->agent edges

Runing time by method
|
key
|
doc_count
|
sum_wallTime_ms.value
|
avg_wallTime_ms.value
|
includedInTotal
|
1
|
addItemToWork
|
120
|
754
|
6.28333333333333
|
No
|
2
|
ownsWork
|
60
|
759
|
12.65
|
No
|
3
|
init
|
53
|
9,199
|
173.566037735849
|
No
|
4
|
searchAndConnect
|
51
|
8,528
|
167.21568627451
|
Yes
|
5
|
knowsAgent
|
50
|
99
|
1.98
|
No
|
6
|
getWorksItems
|
18
|
32
|
1.77777777777778
|
Yes
|
9
|
cycleSearch
|
2
|
78
|
39
|
Yes
|
10
|
getWorks
|
2
|
134
|
67
|
No
|
11
|
Total
|
78
|
8,990
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-04-07-Lmpar6--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-04-07-Lmpar6--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-13-04-08-qQDSjR–CV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
50
|
0.96
|
smallWorld
|
10
|
1
|
30
|
1
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
60
|
1,382
|
60
|
60
|
201
|
1,763
|
allVerticesByType
vertices_agent
|
vertices_item
|
vertices_work
|
vertices_total
|
51
|
120
|
60
|
231
|
distribution of similarityEdgesByWeight

Degree distribution of item->similarity->item edges

Degree distribution of agent->knows->agent edges

Runing time by method
key
|
doc_count
|
sum_wallTime_ms.value
|
avg_wallTime_ms.value
|
includedInTotal
|
connectIfSimilar
|
7,140
|
13,787
|
1.93095238095238
|
No
|
existsSimilarity
|
7,140
|
13,630
|
1.90896358543417
|
No
|
similarityEdges
|
7,140
|
13,361
|
1.87128851540616
|
No
|
connectAllSimilar
|
120
|
13,863
|
115.525
|
Yes
|
init
|
53
|
8,627
|
162.77358490566
|
No
|
connect
|
14
|
22
|
1.57142857142857
|
Yes
|
Total
|
142
|
14,141
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-04-08-qQDSjR--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-04-08-qQDSjR--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-13-04-08-qQDSjR–DV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
50
|
0.96
|
smallWorld
|
10
|
1
|
30
|
1
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
60
|
1,354
|
60
|
60
|
201
|
1,735
|
allVerticesByType
vertices_agent
|
vertices_item
|
vertices_work
|
vertices_total
|
51
|
120
|
60
|
231
|
distribution of similarityEdgesByWeight

Degree distribution of item->similarity->item edges

Degree distribution of agent->knows->agent edges

Runing time by method
|
key
|
doc_count
|
sum_wallTime_ms.value
|
avg_wallTime_ms.value
|
includedInTotal
|
1
|
knowsAgent
|
201
|
294
|
1.46268656716418
|
No
|
2
|
addItemToWork
|
120
|
827
|
6.89166666666667
|
No
|
3
|
ownsWork
|
60
|
793
|
13.2166666666667
|
No
|
4
|
init
|
53
|
9,051
|
170.77358490566
|
No
|
5
|
searchAndConnect
|
51
|
8,849
|
173.509803921569
|
Yes
|
6
|
getWorksItems
|
18
|
26
|
1.44444444444444
|
Yes
|
9
|
cycleSearch
|
2
|
114
|
57
|
Yes
|
10
|
getWorks
|
2
|
175
|
87.5
|
No
|
11
|
Total
|
78
|
9,472
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-04-08-qQDSjR--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-04-08-qQDSjR--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-13-05-13-S52Jif–CV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
50
|
0.96
|
random
|
10
|
1
|
30
|
2
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
110
|
4,312
|
110
|
110
|
50
|
4,692
|
allVerticesByType
vertices_agent
|
vertices_item
|
vertices_work
|
vertices_total
|
51
|
220
|
110
|
381
|
distribution of similarityEdgesByWeight

Degree distribution of item->similarity->item edges

Degree distribution of agent->knows->agent edges

Runing time by method
key
|
doc_count
|
sum_wallTime_ms.value
|
avg_wallTime_ms.value
|
includedInTotal
|
connectIfSimilar
|
24,090
|
50,017
|
2.07625570776256
|
No
|
existsSimilarity
|
24,090
|
49,428
|
2.05180572851806
|
No
|
similarityEdges
|
24,090
|
48,551
|
2.01540058115401
|
No
|
connectAllSimilar
|
220
|
50,269
|
228.495454545455
|
Yes
|
init
|
53
|
9,434
|
178
|
No
|
connect
|
50
|
113
|
2.26
|
Yes
|
Total
|
278
|
50,775
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-05-13-S52Jif--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-05-13-S52Jif--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-13-05-13-S52Jif–DV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
50
|
0.96
|
random
|
10
|
1
|
30
|
2
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
110
|
4,212
|
110
|
110
|
50
|
4,592
|
allVerticesByType
vertices_agent
|
vertices_item
|
vertices_work
|
vertices_total
|
51
|
220
|
110
|
381
|
distribution of similarityEdgesByWeight

Degree distribution of item->similarity->item edges

Degree distribution of agent->knows->agent edges

Runing time by method
|
key
|
doc_count
|
sum_wallTime_ms.value
|
avg_wallTime_ms.value
|
includedInTotal
|
1
|
addItemToWork
|
220
|
1,924
|
8.74545454545455
|
No
|
2
|
ownsWork
|
110
|
1,457
|
13.2454545454545
|
No
|
3
|
init
|
53
|
8,741
|
164.924528301887
|
No
|
4
|
searchAndConnect
|
51
|
21,405
|
419.705882352941
|
Yes
|
5
|
knowsAgent
|
50
|
115
|
2.3
|
No
|
6
|
getWorksItems
|
18
|
34
|
1.88888888888889
|
Yes
|
9
|
cycleSearch
|
2
|
26
|
13
|
Yes
|
10
|
getWorks
|
2
|
247
|
123.5
|
No
|
11
|
Total
|
78
|
21,755
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-05-13-S52Jif--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-05-13-S52Jif--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-13-05-14-THWrif–CV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
50
|
0.96
|
smallWorld
|
10
|
1
|
30
|
2
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
110
|
4,380
|
110
|
110
|
201
|
4,911
|
allVerticesByType
vertices_agent
|
vertices_item
|
vertices_work
|
vertices_total
|
51
|
220
|
110
|
381
|
distribution of similarityEdgesByWeight

Degree distribution of item->similarity->item edges

Degree distribution of agent->knows->agent edges

Runing time by method
key
|
doc_count
|
sum_wallTime_ms.value
|
avg_wallTime_ms.value
|
includedInTotal
|
connectIfSimilar
|
24,090
|
49,285
|
2.0458696554587
|
No
|
existsSimilarity
|
24,090
|
48,770
|
2.02449149024491
|
No
|
similarityEdges
|
24,090
|
47,951
|
1.99049398090494
|
No
|
connectAllSimilar
|
220
|
49,554
|
225.245454545455
|
Yes
|
init
|
53
|
8,892
|
167.77358490566
|
No
|
connect
|
38
|
72
|
1.89473684210526
|
Yes
|
Total
|
266
|
50,103
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-05-14-THWrif--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-05-14-THWrif--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-13-05-14-THWrif–DV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
50
|
0.96
|
smallWorld
|
10
|
1
|
30
|
2
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
110
|
4,304
|
110
|
110
|
201
|
4,835
|
allVerticesByType
vertices_agent
|
vertices_item
|
vertices_work
|
vertices_total
|
51
|
220
|
110
|
381
|
distribution of similarityEdgesByWeight

Degree distribution of item->similarity->item edges

Degree distribution of agent->knows->agent edges

Runing time by method
|
key
|
doc_count
|
sum_wallTime_ms.value
|
avg_wallTime_ms.value
|
includedInTotal
|
1
|
addItemToWork
|
220
|
2,080
|
9.45454545454546
|
No
|
2
|
knowsAgent
|
201
|
420
|
2.08955223880597
|
No
|
3
|
ownsWork
|
110
|
1,396
|
12.6909090909091
|
No
|
4
|
init
|
53
|
9,616
|
181.433962264151
|
No
|
5
|
searchAndConnect
|
51
|
23,380
|
458.43137254902
|
Yes
|
6
|
getWorksItems
|
18
|
27
|
1.5
|
Yes
|
8
|
addChainToNetwork
|
1
|
0
|
0
|
Yes
|
9
|
addRandomWorksToAgents
|
1
|
58
|
58
|
Yes
|
11
|
Total
|
77
|
23,629
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-05-14-THWrif--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-05-14-THWrif--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-13-02-05-LNrQRE–CV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
50
|
0.96
|
random
|
10
|
1
|
5
|
1
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
60
|
1,268
|
60
|
60
|
50
|
1,498
|
allVerticesByType
vertices_agent
|
vertices_item
|
vertices_work
|
vertices_total
|
51
|
120
|
60
|
231
|
distribution of similarityEdgesByWeight

Degree distribution of item->similarity->item edges

Degree distribution of agent->knows->agent edges

Runing time by method
key
|
doc_count
|
sum_wallTime_ms.value
|
avg_wallTime_ms.value
|
includedInTotal
|
connectIfSimilar
|
7,140
|
12,425
|
1.74019607843137
|
No
|
existsSimilarity
|
7,140
|
11,954
|
1.67422969187675
|
No
|
similarityEdges
|
7,140
|
11,722
|
1.64173669467787
|
No
|
connect
|
222
|
351
|
1.58108108108108
|
Yes
|
connectAllSimilar
|
120
|
12,515
|
104.291666666667
|
Yes
|
init
|
53
|
9,024
|
170.264150943396
|
No
|
Total
|
350
|
13,112
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-02-05-LNrQRE--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-02-05-LNrQRE--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-13-02-05-LNrQRE–DV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
50
|
0.96
|
random
|
10
|
1
|
5
|
1
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
60
|
824
|
60
|
60
|
50
|
1,054
|
allVerticesByType
vertices_agent
|
vertices_item
|
vertices_work
|
vertices_total
|
51
|
120
|
60
|
231
|
distribution of similarityEdgesByWeight

Degree distribution of item->similarity->item edges

Degree distribution of agent->knows->agent edges

Runing time by method
|
key
|
doc_count
|
sum_wallTime_ms.value
|
avg_wallTime_ms.value
|
includedInTotal
|
2
|
cycleSearch
|
3,600
|
28,519
|
7.92194444444444
|
Yes
|
3
|
getWorks
|
3,600
|
33,267
|
9.24083333333333
|
No
|
4
|
individualCycleSearch
|
3,600
|
125
|
0.0347222222222222
|
Yes
|
6
|
addItemToWork
|
120
|
826
|
6.88333333333333
|
No
|
7
|
ownsWork
|
60
|
683
|
11.3833333333333
|
No
|
8
|
init
|
53
|
8,657
|
163.339622641509
|
No
|
9
|
searchAndConnect
|
51
|
6,865
|
134.607843137255
|
Yes
|
10
|
knowsAgent
|
50
|
147
|
2.94
|
No
|
1
|
Total
|
14,451
|
112,969
|
|
|
Found structures
Cycles
Number of cycles found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-02-05-LNrQRE--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 3600
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-02-05-LNrQRE--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-13-03-06-SgmWzp–CV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
50
|
0.96
|
smallWorld
|
10
|
1
|
5
|
1
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
60
|
1,464
|
60
|
60
|
201
|
1,845
|
allVerticesByType
vertices_agent
|
vertices_item
|
vertices_work
|
vertices_total
|
51
|
120
|
60
|
231
|
distribution of similarityEdgesByWeight

Degree distribution of item->similarity->item edges

Degree distribution of agent->knows->agent edges

Runing time by method
key
|
doc_count
|
sum_wallTime_ms.value
|
avg_wallTime_ms.value
|
includedInTotal
|
connectIfSimilar
|
7,140
|
12,353
|
1.73011204481793
|
No
|
existsSimilarity
|
7,140
|
12,218
|
1.71120448179272
|
No
|
similarityEdges
|
7,140
|
12,014
|
1.68263305322129
|
No
|
connectAllSimilar
|
120
|
12,415
|
103.458333333333
|
Yes
|
init
|
53
|
8,868
|
167.320754716981
|
No
|
connect
|
13
|
22
|
1.69230769230769
|
Yes
|
Total
|
141
|
12,695
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-03-06-SgmWzp--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-03-06-SgmWzp--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-13-03-06-SgmWzp–DV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
50
|
0.96
|
smallWorld
|
10
|
1
|
5
|
1
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
60
|
1,438
|
60
|
60
|
201
|
1,819
|
allVerticesByType
vertices_agent
|
vertices_item
|
vertices_work
|
vertices_total
|
51
|
120
|
60
|
231
|
distribution of similarityEdgesByWeight

Degree distribution of item->similarity->item edges

Degree distribution of agent->knows->agent edges

Runing time by method
|
key
|
doc_count
|
sum_wallTime_ms.value
|
avg_wallTime_ms.value
|
includedInTotal
|
1
|
knowsAgent
|
201
|
430
|
2.13930348258706
|
No
|
2
|
addItemToWork
|
120
|
679
|
5.65833333333333
|
No
|
3
|
ownsWork
|
60
|
596
|
9.93333333333333
|
No
|
4
|
init
|
53
|
9,124
|
172.150943396226
|
No
|
5
|
searchAndConnect
|
51
|
8,267
|
162.098039215686
|
Yes
|
6
|
getWorksItems
|
18
|
23
|
1.27777777777778
|
Yes
|
8
|
addChainToNetwork
|
1
|
0
|
0
|
Yes
|
9
|
addRandomWorksToAgents
|
1
|
4
|
4
|
Yes
|
11
|
Total
|
77
|
8,551
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-03-06-SgmWzp--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-03-06-SgmWzp--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-13-04-08-2gyZnc–CV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
50
|
0.96
|
random
|
10
|
1
|
5
|
2
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
110
|
4,612
|
110
|
110
|
50
|
4,992
|
allVerticesByType
vertices_agent
|
vertices_item
|
vertices_work
|
vertices_total
|
51
|
220
|
110
|
381
|
distribution of similarityEdgesByWeight

Degree distribution of item->similarity->item edges

Degree distribution of agent->knows->agent edges

Runing time by method
key
|
doc_count
|
sum_wallTime_ms.value
|
avg_wallTime_ms.value
|
includedInTotal
|
connectIfSimilar
|
24,090
|
51,594
|
2.14171855541719
|
No
|
existsSimilarity
|
24,090
|
49,266
|
2.04508094645081
|
No
|
similarityEdges
|
24,090
|
48,464
|
2.01178912411789
|
No
|
connect
|
801
|
1,831
|
2.28589263420724
|
Yes
|
connectAllSimilar
|
220
|
51,862
|
235.736363636364
|
Yes
|
init
|
53
|
9,110
|
171.88679245283
|
No
|
Total
|
1,029
|
54,029
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-04-08-2gyZnc--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-04-08-2gyZnc--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-13-04-08-2gyZnc–DV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
50
|
0.96
|
random
|
10
|
1
|
5
|
2
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
110
|
3,010
|
110
|
110
|
50
|
3,390
|
allVerticesByType
vertices_agent
|
vertices_item
|
vertices_work
|
vertices_total
|
51
|
220
|
110
|
381
|
distribution of similarityEdgesByWeight

Degree distribution of item->similarity->item edges

Degree distribution of agent->knows->agent edges

Runing time by method
|
key
|
doc_count
|
sum_wallTime_ms.value
|
avg_wallTime_ms.value
|
includedInTotal
|
2
|
cycleSearch
|
3,600
|
17,171
|
4.76972222222222
|
Yes
|
3
|
getWorks
|
3,600
|
41,212
|
11.4477777777778
|
No
|
4
|
individualCycleSearch
|
3,600
|
78
|
0.0216666666666667
|
Yes
|
6
|
addItemToWork
|
220
|
1,207
|
5.48636363636364
|
No
|
7
|
ownsWork
|
110
|
796
|
7.23636363636364
|
No
|
8
|
init
|
53
|
9,024
|
170.264150943396
|
No
|
9
|
searchAndConnect
|
51
|
14,614
|
286.549019607843
|
Yes
|
10
|
knowsAgent
|
50
|
274
|
5.48
|
No
|
1
|
Total
|
14,451
|
51,366
|
|
|
Found structures
Cycles
Number of cycles found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-04-08-2gyZnc--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 3600
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-04-08-2gyZnc--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-13-05-09-uZiPTU–CV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
50
|
0.96
|
smallWorld
|
10
|
1
|
5
|
2
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
110
|
4,694
|
110
|
110
|
201
|
5,225
|
allVerticesByType
vertices_agent
|
vertices_item
|
vertices_work
|
vertices_total
|
51
|
220
|
110
|
381
|
distribution of similarityEdgesByWeight

Degree distribution of item->similarity->item edges

Degree distribution of agent->knows->agent edges

Runing time by method
key
|
doc_count
|
sum_wallTime_ms.value
|
avg_wallTime_ms.value
|
includedInTotal
|
connectIfSimilar
|
24,090
|
50,508
|
2.09663760896638
|
No
|
existsSimilarity
|
24,090
|
49,962
|
2.07397260273973
|
No
|
similarityEdges
|
24,090
|
49,111
|
2.03864674138647
|
No
|
connectAllSimilar
|
220
|
50,762
|
230.736363636364
|
Yes
|
connect
|
60
|
106
|
1.76666666666667
|
Yes
|
init
|
53
|
8,769
|
165.452830188679
|
No
|
Total
|
288
|
51,252
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-05-09-uZiPTU--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-05-09-uZiPTU--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-13-05-09-uZiPTU–DV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
50
|
0.96
|
smallWorld
|
10
|
1
|
5
|
2
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
110
|
4,574
|
110
|
110
|
201
|
5,105
|
allVerticesByType
vertices_agent
|
vertices_item
|
vertices_work
|
vertices_total
|
51
|
220
|
110
|
381
|
distribution of similarityEdgesByWeight

Degree distribution of item->similarity->item edges

Degree distribution of agent->knows->agent edges

Runing time by method
|
key
|
doc_count
|
sum_wallTime_ms.value
|
avg_wallTime_ms.value
|
includedInTotal
|
1
|
addItemToWork
|
220
|
1,836
|
8.34545454545455
|
No
|
2
|
knowsAgent
|
201
|
349
|
1.7363184079602
|
No
|
3
|
ownsWork
|
110
|
1,336
|
12.1454545454545
|
No
|
4
|
init
|
53
|
9,372
|
176.830188679245
|
No
|
5
|
searchAndConnect
|
51
|
21,811
|
427.666666666667
|
Yes
|
6
|
getWorksItems
|
18
|
27
|
1.5
|
Yes
|
9
|
cycleSearch
|
2
|
25
|
12.5
|
Yes
|
10
|
getWorks
|
2
|
185
|
92.5
|
No
|
11
|
Total
|
78
|
22,218
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-05-09-uZiPTU--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-05-09-uZiPTU--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-13-06-16-ASc3yJ–CV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
50
|
0.96
|
random
|
20
|
1
|
10
|
1
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
70
|
1,978
|
70
|
70
|
50
|
2,238
|
allVerticesByType
vertices_agent
|
vertices_item
|
vertices_work
|
vertices_total
|
51
|
140
|
70
|
261
|
distribution of similarityEdgesByWeight

Degree distribution of item->similarity->item edges

Degree distribution of agent->knows->agent edges

Runing time by method
key
|
doc_count
|
sum_wallTime_ms.value
|
avg_wallTime_ms.value
|
includedInTotal
|
connectIfSimilar
|
9,730
|
19,491
|
2.00318602261048
|
No
|
existsSimilarity
|
9,730
|
19,315
|
1.98509763617677
|
No
|
similarityEdges
|
9,730
|
18,998
|
1.95251798561151
|
No
|
connectAllSimilar
|
140
|
19,587
|
139.907142857143
|
Yes
|
init
|
53
|
8,971
|
169.264150943396
|
No
|
connect
|
17
|
25
|
1.47058823529412
|
Yes
|
Total
|
165
|
19,905
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-06-16-ASc3yJ--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-06-16-ASc3yJ--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-13-06-16-ASc3yJ–DV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
50
|
0.96
|
random
|
20
|
1
|
10
|
1
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
70
|
1,944
|
70
|
70
|
50
|
2,204
|
allVerticesByType
vertices_agent
|
vertices_item
|
vertices_work
|
vertices_total
|
51
|
140
|
70
|
261
|
distribution of similarityEdgesByWeight

Degree distribution of item->similarity->item edges

Degree distribution of agent->knows->agent edges

Runing time by method
|
key
|
doc_count
|
sum_wallTime_ms.value
|
avg_wallTime_ms.value
|
includedInTotal
|
1
|
addItemToWork
|
140
|
1,908
|
13.6285714285714
|
No
|
2
|
ownsWork
|
70
|
1,974
|
28.2
|
No
|
3
|
init
|
53
|
9,380
|
176.981132075472
|
No
|
4
|
searchAndConnect
|
51
|
10,077
|
197.588235294118
|
Yes
|
5
|
knowsAgent
|
50
|
142
|
2.84
|
No
|
6
|
getWorksItems
|
38
|
87
|
2.28947368421053
|
Yes
|
8
|
addChainToNetwork
|
1
|
0
|
0
|
Yes
|
9
|
addRandomWorksToAgents
|
1
|
0
|
0
|
Yes
|
11
|
Total
|
97
|
10,272
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-06-16-ASc3yJ--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-06-16-ASc3yJ--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-13-06-16-TbmyrC–CV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
50
|
0.96
|
smallWorld
|
20
|
1
|
10
|
1
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
70
|
1,938
|
70
|
70
|
201
|
2,349
|
allVerticesByType
vertices_agent
|
vertices_item
|
vertices_work
|
vertices_total
|
51
|
140
|
70
|
261
|
distribution of similarityEdgesByWeight

Degree distribution of item->similarity->item edges

Degree distribution of agent->knows->agent edges

Runing time by method
key
|
doc_count
|
sum_wallTime_ms.value
|
avg_wallTime_ms.value
|
includedInTotal
|
connectIfSimilar
|
9,730
|
18,066
|
1.85673175745118
|
No
|
existsSimilarity
|
9,730
|
17,907
|
1.84039054470709
|
No
|
similarityEdges
|
9,730
|
17,606
|
1.80945529290853
|
No
|
connectAllSimilar
|
140
|
18,166
|
129.757142857143
|
Yes
|
init
|
53
|
8,784
|
165.735849056604
|
No
|
connect
|
14
|
19
|
1.35714285714286
|
Yes
|
Total
|
162
|
18,478
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-06-16-TbmyrC--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-06-16-TbmyrC--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-13-06-16-TbmyrC–DV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
50
|
0.96
|
smallWorld
|
20
|
1
|
10
|
1
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
70
|
1,910
|
70
|
70
|
201
|
2,321
|
allVerticesByType
vertices_agent
|
vertices_item
|
vertices_work
|
vertices_total
|
51
|
140
|
70
|
261
|
distribution of similarityEdgesByWeight

Degree distribution of item->similarity->item edges

Degree distribution of agent->knows->agent edges

Runing time by method
|
key
|
doc_count
|
sum_wallTime_ms.value
|
avg_wallTime_ms.value
|
includedInTotal
|
1
|
knowsAgent
|
201
|
412
|
2.04975124378109
|
No
|
2
|
addItemToWork
|
140
|
1,093
|
7.80714285714286
|
No
|
3
|
ownsWork
|
70
|
1,679
|
23.9857142857143
|
No
|
4
|
init
|
53
|
9,372
|
176.830188679245
|
No
|
5
|
searchAndConnect
|
51
|
11,930
|
233.921568627451
|
Yes
|
6
|
getWorksItems
|
38
|
61
|
1.60526315789474
|
Yes
|
9
|
cycleSearch
|
2
|
223
|
111.5
|
Yes
|
10
|
getWorks
|
2
|
197
|
98.5
|
No
|
11
|
Total
|
98
|
12,669
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-06-16-TbmyrC--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-06-16-TbmyrC--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-13-07-21-NpmqCz–CV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
50
|
0.96
|
random
|
20
|
1
|
10
|
2
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
120
|
5,074
|
120
|
120
|
50
|
5,484
|
allVerticesByType
vertices_agent
|
vertices_item
|
vertices_work
|
vertices_total
|
51
|
240
|
120
|
411
|
distribution of similarityEdgesByWeight

Degree distribution of item->similarity->item edges

Degree distribution of agent->knows->agent edges

Runing time by method
key
|
doc_count
|
sum_wallTime_ms.value
|
avg_wallTime_ms.value
|
includedInTotal
|
connectIfSimilar
|
28,680
|
62,201
|
2.16879358437936
|
No
|
existsSimilarity
|
28,680
|
61,498
|
2.14428172942817
|
No
|
similarityEdges
|
28,680
|
60,500
|
2.1094839609484
|
No
|
connectAllSimilar
|
240
|
62,469
|
260.2875
|
Yes
|
init
|
53
|
9,289
|
175.264150943396
|
No
|
connect
|
51
|
175
|
3.43137254901961
|
Yes
|
Total
|
299
|
63,186
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-07-21-NpmqCz--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-07-21-NpmqCz--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-13-07-21-NpmqCz–DV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
50
|
0.96
|
random
|
20
|
1
|
10
|
2
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
120
|
4,972
|
120
|
120
|
50
|
5,382
|
allVerticesByType
vertices_agent
|
vertices_item
|
vertices_work
|
vertices_total
|
51
|
240
|
120
|
411
|
distribution of similarityEdgesByWeight

Degree distribution of item->similarity->item edges

Degree distribution of agent->knows->agent edges

Runing time by method
|
key
|
doc_count
|
sum_wallTime_ms.value
|
avg_wallTime_ms.value
|
includedInTotal
|
1
|
addItemToWork
|
240
|
1,630
|
6.79166666666667
|
No
|
2
|
ownsWork
|
120
|
1,475
|
12.2916666666667
|
No
|
3
|
init
|
53
|
9,414
|
177.622641509434
|
No
|
4
|
searchAndConnect
|
51
|
25,072
|
491.607843137255
|
Yes
|
5
|
knowsAgent
|
50
|
217
|
4.34
|
No
|
6
|
getWorksItems
|
38
|
87
|
2.28947368421053
|
Yes
|
9
|
cycleSearch
|
2
|
103
|
51.5
|
Yes
|
10
|
getWorks
|
2
|
203
|
101.5
|
No
|
11
|
Total
|
98
|
25,870
|
|
|
Found structures
Cycles
Number of cycles found: 2
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-07-21-NpmqCz--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-07-21-NpmqCz--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-13-07-22-uXJ4sG–CV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
50
|
0.96
|
smallWorld
|
20
|
1
|
10
|
2
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
120
|
5,106
|
120
|
120
|
201
|
5,667
|
allVerticesByType
vertices_agent
|
vertices_item
|
vertices_work
|
vertices_total
|
51
|
240
|
120
|
411
|
distribution of similarityEdgesByWeight

Degree distribution of item->similarity->item edges

Degree distribution of agent->knows->agent edges

Runing time by method
key
|
doc_count
|
sum_wallTime_ms.value
|
avg_wallTime_ms.value
|
includedInTotal
|
connectIfSimilar
|
28,680
|
62,025
|
2.16265690376569
|
No
|
existsSimilarity
|
28,680
|
61,358
|
2.13940027894003
|
No
|
similarityEdges
|
28,680
|
60,405
|
2.10617154811716
|
No
|
connectAllSimilar
|
240
|
62,297
|
259.570833333333
|
Yes
|
init
|
53
|
8,741
|
164.924528301887
|
No
|
connect
|
46
|
138
|
3
|
Yes
|
Total
|
294
|
63,111
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-07-22-uXJ4sG--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-07-22-uXJ4sG--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-13-07-22-uXJ4sG–DV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
50
|
0.96
|
smallWorld
|
20
|
1
|
10
|
2
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
120
|
5,014
|
120
|
120
|
201
|
5,575
|
allVerticesByType
vertices_agent
|
vertices_item
|
vertices_work
|
vertices_total
|
51
|
240
|
120
|
411
|
distribution of similarityEdgesByWeight

Degree distribution of item->similarity->item edges

Degree distribution of agent->knows->agent edges

Runing time by method
|
key
|
doc_count
|
sum_wallTime_ms.value
|
avg_wallTime_ms.value
|
includedInTotal
|
1
|
addItemToWork
|
240
|
4,484
|
18.6833333333333
|
No
|
2
|
knowsAgent
|
201
|
398
|
1.98009950248756
|
No
|
3
|
ownsWork
|
120
|
2,433
|
20.275
|
No
|
4
|
init
|
53
|
9,750
|
183.962264150943
|
No
|
5
|
searchAndConnect
|
51
|
27,203
|
533.392156862745
|
Yes
|
6
|
getWorksItems
|
38
|
67
|
1.76315789473684
|
Yes
|
9
|
cycleSearch
|
2
|
429
|
214.5
|
Yes
|
10
|
getWorks
|
2
|
455
|
227.5
|
No
|
11
|
Total
|
98
|
28,218
|
|
|
Found structures
Cycles
Number of cycles found: 2
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-07-22-uXJ4sG--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-07-22-uXJ4sG--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-13-06-17-QDprRS–CV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
50
|
0.96
|
random
|
20
|
1
|
30
|
1
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
70
|
1,964
|
70
|
70
|
50
|
2,224
|
allVerticesByType
vertices_agent
|
vertices_item
|
vertices_work
|
vertices_total
|
51
|
140
|
70
|
261
|
distribution of similarityEdgesByWeight

Degree distribution of item->similarity->item edges

Degree distribution of agent->knows->agent edges

Runing time by method
key
|
doc_count
|
sum_wallTime_ms.value
|
avg_wallTime_ms.value
|
includedInTotal
|
connectIfSimilar
|
9,730
|
18,826
|
1.93484069886948
|
No
|
existsSimilarity
|
9,730
|
18,600
|
1.91161356628983
|
No
|
similarityEdges
|
9,730
|
18,295
|
1.88026721479959
|
No
|
connectAllSimilar
|
140
|
18,922
|
135.157142857143
|
Yes
|
init
|
53
|
9,061
|
170.962264150943
|
No
|
connect
|
19
|
65
|
3.42105263157895
|
Yes
|
Total
|
167
|
19,326
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-06-17-QDprRS--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-06-17-QDprRS--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-13-06-17-QDprRS–DV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
50
|
0.96
|
random
|
20
|
1
|
30
|
1
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
70
|
1,926
|
70
|
70
|
50
|
2,186
|
allVerticesByType
vertices_agent
|
vertices_item
|
vertices_work
|
vertices_total
|
51
|
140
|
70
|
261
|
distribution of similarityEdgesByWeight

Degree distribution of item->similarity->item edges

Degree distribution of agent->knows->agent edges

Runing time by method
|
key
|
doc_count
|
sum_wallTime_ms.value
|
avg_wallTime_ms.value
|
includedInTotal
|
1
|
addItemToWork
|
140
|
1,939
|
13.85
|
No
|
2
|
ownsWork
|
70
|
1,154
|
16.4857142857143
|
No
|
3
|
init
|
53
|
9,018
|
170.150943396226
|
No
|
4
|
searchAndConnect
|
51
|
12,103
|
237.313725490196
|
Yes
|
5
|
knowsAgent
|
50
|
188
|
3.76
|
No
|
6
|
getWorksItems
|
38
|
66
|
1.73684210526316
|
Yes
|
8
|
addChainToNetwork
|
1
|
0
|
0
|
Yes
|
9
|
addRandomWorksToAgents
|
1
|
0
|
0
|
Yes
|
11
|
Total
|
97
|
12,373
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-06-17-QDprRS--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-06-17-QDprRS--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-13-06-18-GC8JzU–CV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
50
|
0.96
|
smallWorld
|
20
|
1
|
30
|
1
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
70
|
1,750
|
70
|
70
|
201
|
2,161
|
allVerticesByType
vertices_agent
|
vertices_item
|
vertices_work
|
vertices_total
|
51
|
140
|
70
|
261
|
distribution of similarityEdgesByWeight

Degree distribution of item->similarity->item edges

Degree distribution of agent->knows->agent edges

Runing time by method
key
|
doc_count
|
sum_wallTime_ms.value
|
avg_wallTime_ms.value
|
includedInTotal
|
connectIfSimilar
|
9,730
|
18,762
|
1.92826310380267
|
No
|
existsSimilarity
|
9,730
|
18,501
|
1.90143884892086
|
No
|
similarityEdges
|
9,730
|
18,214
|
1.87194244604317
|
No
|
connectAllSimilar
|
140
|
18,861
|
134.721428571429
|
Yes
|
init
|
53
|
9,493
|
179.11320754717
|
No
|
connect
|
17
|
70
|
4.11764705882353
|
Yes
|
Total
|
165
|
19,287
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-06-18-GC8JzU--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-06-18-GC8JzU--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-13-06-18-GC8JzU–DV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
50
|
0.96
|
smallWorld
|
20
|
1
|
30
|
1
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
70
|
1,716
|
70
|
70
|
201
|
2,127
|
allVerticesByType
vertices_agent
|
vertices_item
|
vertices_work
|
vertices_total
|
51
|
140
|
70
|
261
|
distribution of similarityEdgesByWeight

Degree distribution of item->similarity->item edges

Degree distribution of agent->knows->agent edges

Runing time by method
|
key
|
doc_count
|
sum_wallTime_ms.value
|
avg_wallTime_ms.value
|
includedInTotal
|
1
|
knowsAgent
|
201
|
432
|
2.14925373134328
|
No
|
2
|
addItemToWork
|
140
|
1,036
|
7.4
|
No
|
3
|
ownsWork
|
70
|
1,236
|
17.6571428571429
|
No
|
4
|
init
|
53
|
9,559
|
180.358490566038
|
No
|
5
|
searchAndConnect
|
51
|
15,685
|
307.549019607843
|
Yes
|
6
|
getWorksItems
|
38
|
62
|
1.63157894736842
|
Yes
|
9
|
cycleSearch
|
2
|
140
|
70
|
Yes
|
10
|
getWorks
|
2
|
163
|
81.5
|
No
|
11
|
Total
|
98
|
16,540
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-06-18-GC8JzU--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-06-18-GC8JzU--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-13-07-23-cqz9m4–CV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
50
|
0.96
|
random
|
20
|
1
|
30
|
2
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
120
|
5,346
|
120
|
120
|
50
|
5,756
|
allVerticesByType
vertices_agent
|
vertices_item
|
vertices_work
|
vertices_total
|
51
|
240
|
120
|
411
|
distribution of similarityEdgesByWeight

Degree distribution of item->similarity->item edges

Degree distribution of agent->knows->agent edges

Runing time by method
key
|
doc_count
|
sum_wallTime_ms.value
|
avg_wallTime_ms.value
|
includedInTotal
|
connectIfSimilar
|
28,680
|
65,145
|
2.27144351464435
|
No
|
existsSimilarity
|
28,680
|
64,464
|
2.24769874476987
|
No
|
similarityEdges
|
28,680
|
63,444
|
2.21213389121339
|
No
|
connectAllSimilar
|
240
|
65,410
|
272.541666666667
|
Yes
|
init
|
53
|
8,984
|
169.509433962264
|
No
|
connect
|
47
|
131
|
2.78723404255319
|
Yes
|
Total
|
295
|
66,087
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-07-23-cqz9m4--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-07-23-cqz9m4--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-13-07-23-cqz9m4–DV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
50
|
0.96
|
random
|
20
|
1
|
30
|
2
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
120
|
5,252
|
120
|
120
|
50
|
5,662
|
allVerticesByType
vertices_agent
|
vertices_item
|
vertices_work
|
vertices_total
|
51
|
240
|
120
|
411
|
distribution of similarityEdgesByWeight

Degree distribution of item->similarity->item edges

Degree distribution of agent->knows->agent edges

Runing time by method
|
key
|
doc_count
|
sum_wallTime_ms.value
|
avg_wallTime_ms.value
|
includedInTotal
|
1
|
addItemToWork
|
240
|
1,762
|
7.34166666666667
|
No
|
2
|
ownsWork
|
120
|
1,603
|
13.3583333333333
|
No
|
3
|
init
|
53
|
9,095
|
171.603773584906
|
No
|
4
|
searchAndConnect
|
51
|
26,550
|
520.588235294118
|
Yes
|
5
|
knowsAgent
|
50
|
415
|
8.3
|
No
|
6
|
getWorksItems
|
38
|
50
|
1.31578947368421
|
Yes
|
9
|
cycleSearch
|
2
|
277
|
138.5
|
Yes
|
10
|
getWorks
|
2
|
494
|
247
|
No
|
11
|
Total
|
98
|
27,404
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-07-23-cqz9m4--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-07-23-cqz9m4--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-13-07-25-3msrMN–CV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
50
|
0.96
|
smallWorld
|
20
|
1
|
30
|
2
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
120
|
5,142
|
120
|
120
|
201
|
5,703
|
allVerticesByType
vertices_agent
|
vertices_item
|
vertices_work
|
vertices_total
|
51
|
240
|
120
|
411
|
distribution of similarityEdgesByWeight

Degree distribution of item->similarity->item edges

Degree distribution of agent->knows->agent edges

Runing time by method
key
|
doc_count
|
sum_wallTime_ms.value
|
avg_wallTime_ms.value
|
includedInTotal
|
connectIfSimilar
|
28,680
|
65,454
|
2.28221757322176
|
No
|
existsSimilarity
|
28,680
|
64,836
|
2.26066945606695
|
No
|
similarityEdges
|
28,680
|
63,752
|
2.22287308228731
|
No
|
connectAllSimilar
|
240
|
65,765
|
274.020833333333
|
Yes
|
init
|
53
|
9,029
|
170.358490566038
|
No
|
connect
|
32
|
75
|
2.34375
|
Yes
|
Total
|
280
|
66,252
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-07-25-3msrMN--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-07-25-3msrMN--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-13-07-25-3msrMN–DV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
50
|
0.96
|
smallWorld
|
20
|
1
|
30
|
2
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
120
|
5,078
|
120
|
120
|
201
|
5,639
|
allVerticesByType
vertices_agent
|
vertices_item
|
vertices_work
|
vertices_total
|
51
|
240
|
120
|
411
|
distribution of similarityEdgesByWeight

Degree distribution of item->similarity->item edges

Degree distribution of agent->knows->agent edges

Runing time by method
|
key
|
doc_count
|
sum_wallTime_ms.value
|
avg_wallTime_ms.value
|
includedInTotal
|
1
|
addItemToWork
|
240
|
2,875
|
11.9791666666667
|
No
|
2
|
knowsAgent
|
201
|
430
|
2.13930348258706
|
No
|
3
|
ownsWork
|
120
|
2,641
|
22.0083333333333
|
No
|
4
|
init
|
53
|
9,420
|
177.735849056604
|
No
|
5
|
searchAndConnect
|
51
|
27,263
|
534.56862745098
|
Yes
|
6
|
getWorksItems
|
38
|
53
|
1.39473684210526
|
Yes
|
9
|
cycleSearch
|
2
|
129
|
64.5
|
Yes
|
10
|
getWorks
|
2
|
546
|
273
|
No
|
11
|
Total
|
98
|
27,943
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-07-25-3msrMN--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-07-25-3msrMN--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-13-05-15-ZVTXe5–CV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
50
|
0.96
|
random
|
20
|
1
|
5
|
1
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
70
|
1,806
|
70
|
70
|
50
|
2,066
|
allVerticesByType
vertices_agent
|
vertices_item
|
vertices_work
|
vertices_total
|
51
|
140
|
70
|
261
|
distribution of similarityEdgesByWeight

Degree distribution of item->similarity->item edges

Degree distribution of agent->knows->agent edges

Runing time by method
key
|
doc_count
|
sum_wallTime_ms.value
|
avg_wallTime_ms.value
|
includedInTotal
|
connectIfSimilar
|
9,730
|
18,694
|
1.92127440904419
|
No
|
existsSimilarity
|
9,730
|
17,531
|
1.80174717368962
|
No
|
similarityEdges
|
9,730
|
17,249
|
1.77276464542652
|
No
|
connect
|
395
|
974
|
2.46582278481013
|
Yes
|
connectAllSimilar
|
140
|
18,813
|
134.378571428571
|
Yes
|
init
|
53
|
8,862
|
167.207547169811
|
No
|
Total
|
543
|
20,141
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-05-15-ZVTXe5--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-05-15-ZVTXe5--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-13-05-15-ZVTXe5–DV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
50
|
0.96
|
random
|
20
|
1
|
5
|
1
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
70
|
1,016
|
70
|
70
|
50
|
1,276
|
allVerticesByType
vertices_agent
|
vertices_item
|
vertices_work
|
vertices_total
|
51
|
140
|
70
|
261
|
distribution of similarityEdgesByWeight

Degree distribution of item->similarity->item edges

Degree distribution of agent->knows->agent edges

Runing time by method
|
key
|
doc_count
|
sum_wallTime_ms.value
|
avg_wallTime_ms.value
|
includedInTotal
|
2
|
cycleSearch
|
3,600
|
39,381
|
10.9391666666667
|
Yes
|
3
|
getWorks
|
3,600
|
41,703
|
11.5841666666667
|
No
|
4
|
individualCycleSearch
|
3,600
|
114
|
0.0316666666666667
|
Yes
|
6
|
addItemToWork
|
140
|
887
|
6.33571428571429
|
No
|
7
|
ownsWork
|
70
|
733
|
10.4714285714286
|
No
|
8
|
init
|
53
|
9,234
|
174.22641509434
|
No
|
9
|
searchAndConnect
|
51
|
7,930
|
155.490196078431
|
Yes
|
10
|
knowsAgent
|
50
|
173
|
3.46
|
No
|
1
|
Total
|
14,451
|
171,790
|
|
|
Found structures
Cycles
Number of cycles found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-05-15-ZVTXe5--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 3600
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-05-15-ZVTXe5--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-13-06-15-uaTzgj–CV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
50
|
0.96
|
smallWorld
|
20
|
1
|
5
|
1
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
70
|
1,860
|
70
|
70
|
201
|
2,271
|
allVerticesByType
vertices_agent
|
vertices_item
|
vertices_work
|
vertices_total
|
51
|
140
|
70
|
261
|
distribution of similarityEdgesByWeight

Degree distribution of item->similarity->item edges

Degree distribution of agent->knows->agent edges

Runing time by method
key
|
doc_count
|
sum_wallTime_ms.value
|
avg_wallTime_ms.value
|
includedInTotal
|
connectIfSimilar
|
9,730
|
18,658
|
1.91757451181912
|
No
|
existsSimilarity
|
9,730
|
18,436
|
1.89475847893114
|
No
|
similarityEdges
|
9,730
|
18,117
|
1.86197327852004
|
No
|
connectAllSimilar
|
140
|
18,774
|
134.1
|
Yes
|
init
|
53
|
9,389
|
177.150943396226
|
No
|
connect
|
22
|
40
|
1.81818181818182
|
Yes
|
Total
|
170
|
19,182
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-06-15-uaTzgj--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-06-15-uaTzgj--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-13-06-15-uaTzgj–DV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
50
|
0.96
|
smallWorld
|
20
|
1
|
5
|
1
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
70
|
1,816
|
70
|
70
|
201
|
2,227
|
allVerticesByType
vertices_agent
|
vertices_item
|
vertices_work
|
vertices_total
|
51
|
140
|
70
|
261
|
distribution of similarityEdgesByWeight

Degree distribution of item->similarity->item edges

Degree distribution of agent->knows->agent edges

Runing time by method
|
key
|
doc_count
|
sum_wallTime_ms.value
|
avg_wallTime_ms.value
|
includedInTotal
|
1
|
knowsAgent
|
201
|
360
|
1.7910447761194
|
No
|
2
|
addItemToWork
|
140
|
718
|
5.12857142857143
|
No
|
3
|
ownsWork
|
70
|
729
|
10.4142857142857
|
No
|
4
|
init
|
53
|
9,241
|
174.358490566038
|
No
|
5
|
searchAndConnect
|
51
|
11,814
|
231.647058823529
|
Yes
|
6
|
getWorksItems
|
38
|
63
|
1.65789473684211
|
Yes
|
8
|
addChainToNetwork
|
1
|
0
|
0
|
Yes
|
9
|
addRandomWorksToAgents
|
1
|
0
|
0
|
Yes
|
11
|
Total
|
97
|
12,057
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-06-15-uaTzgj--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-06-15-uaTzgj--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-13-06-18-fiJxYE–CV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
50
|
0.96
|
random
|
20
|
1
|
5
|
2
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
120
|
5,058
|
120
|
120
|
50
|
5,468
|
allVerticesByType
vertices_agent
|
vertices_item
|
vertices_work
|
vertices_total
|
51
|
240
|
120
|
411
|
distribution of similarityEdgesByWeight

Degree distribution of item->similarity->item edges

Degree distribution of agent->knows->agent edges

Runing time by method
key
|
doc_count
|
sum_wallTime_ms.value
|
avg_wallTime_ms.value
|
includedInTotal
|
connectIfSimilar
|
28,680
|
60,139
|
2.09689679218968
|
No
|
existsSimilarity
|
28,680
|
57,599
|
2.00833333333333
|
No
|
similarityEdges
|
28,680
|
56,659
|
1.97555788005579
|
No
|
connect
|
876
|
2,002
|
2.28538812785388
|
Yes
|
connectAllSimilar
|
240
|
60,396
|
251.65
|
Yes
|
init
|
53
|
9,753
|
184.018867924528
|
No
|
Total
|
1,124
|
62,860
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-06-18-fiJxYE--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-06-18-fiJxYE--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-13-06-18-fiJxYE–DV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
50
|
0.96
|
random
|
20
|
1
|
5
|
2
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
120
|
3,306
|
120
|
120
|
50
|
3,716
|
allVerticesByType
vertices_agent
|
vertices_item
|
vertices_work
|
vertices_total
|
51
|
240
|
120
|
411
|
distribution of similarityEdgesByWeight

Degree distribution of item->similarity->item edges

Degree distribution of agent->knows->agent edges

Runing time by method
|
key
|
doc_count
|
sum_wallTime_ms.value
|
avg_wallTime_ms.value
|
includedInTotal
|
2
|
cycleSearch
|
3,600
|
13,216
|
3.67111111111111
|
Yes
|
3
|
getWorks
|
3,600
|
41,257
|
11.4602777777778
|
No
|
4
|
individualCycleSearch
|
3,600
|
75
|
0.0208333333333333
|
Yes
|
6
|
addItemToWork
|
240
|
2,291
|
9.54583333333333
|
No
|
7
|
ownsWork
|
120
|
1,803
|
15.025
|
No
|
8
|
init
|
53
|
9,824
|
185.358490566038
|
No
|
9
|
searchAndConnect
|
51
|
18,727
|
367.196078431373
|
Yes
|
10
|
knowsAgent
|
50
|
208
|
4.16
|
No
|
1
|
Total
|
14,451
|
46,652
|
|
|
Found structures
Cycles
Number of cycles found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-06-18-fiJxYE--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 3600
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-06-18-fiJxYE--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-13-07-19-zgrbTn–CV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
50
|
0.96
|
smallWorld
|
20
|
1
|
5
|
2
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
120
|
5,130
|
120
|
120
|
201
|
5,691
|
allVerticesByType
vertices_agent
|
vertices_item
|
vertices_work
|
vertices_total
|
51
|
240
|
120
|
411
|
distribution of similarityEdgesByWeight

Degree distribution of item->similarity->item edges

Degree distribution of agent->knows->agent edges

Runing time by method
key
|
doc_count
|
sum_wallTime_ms.value
|
avg_wallTime_ms.value
|
includedInTotal
|
connectIfSimilar
|
28,680
|
59,492
|
2.07433751743375
|
No
|
existsSimilarity
|
28,680
|
58,935
|
2.05491631799163
|
No
|
similarityEdges
|
28,680
|
57,923
|
2.01963040446304
|
No
|
connectAllSimilar
|
240
|
59,764
|
249.016666666667
|
Yes
|
init
|
53
|
9,018
|
170.150943396226
|
No
|
connect
|
51
|
101
|
1.98039215686275
|
Yes
|
Total
|
299
|
60,266
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-07-19-zgrbTn--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-07-19-zgrbTn--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-13-07-19-zgrbTn–DV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
50
|
0.96
|
smallWorld
|
20
|
1
|
5
|
2
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
120
|
5,028
|
120
|
120
|
201
|
5,589
|
allVerticesByType
vertices_agent
|
vertices_item
|
vertices_work
|
vertices_total
|
51
|
240
|
120
|
411
|
distribution of similarityEdgesByWeight

Degree distribution of item->similarity->item edges

Degree distribution of agent->knows->agent edges

Runing time by method
|
key
|
doc_count
|
sum_wallTime_ms.value
|
avg_wallTime_ms.value
|
includedInTotal
|
1
|
addItemToWork
|
240
|
1,307
|
5.44583333333333
|
No
|
2
|
knowsAgent
|
201
|
472
|
2.34825870646766
|
No
|
3
|
ownsWork
|
120
|
1,115
|
9.29166666666667
|
No
|
4
|
init
|
53
|
10,101
|
190.584905660377
|
No
|
5
|
searchAndConnect
|
51
|
26,827
|
526.019607843137
|
Yes
|
6
|
getWorksItems
|
38
|
88
|
2.31578947368421
|
Yes
|
9
|
cycleSearch
|
2
|
115
|
57.5
|
Yes
|
10
|
getWorks
|
2
|
218
|
109
|
No
|
11
|
Total
|
98
|
27,699
|
|
|
Found structures
Cycles
Number of cycles found: 2
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-07-19-zgrbTn--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-07-19-zgrbTn--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-13-02-01-PF3goV–CV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
50
|
0.96
|
random
|
5
|
1
|
10
|
2
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
105
|
4,126
|
105
|
105
|
50
|
4,491
|
allVerticesByType
vertices_agent
|
vertices_item
|
vertices_work
|
vertices_total
|
51
|
210
|
105
|
366
|
distribution of similarityEdgesByWeight

Degree distribution of item->similarity->item edges

Degree distribution of agent->knows->agent edges

Runing time by method
key
|
doc_count
|
sum_wallTime_ms.value
|
avg_wallTime_ms.value
|
includedInTotal
|
connectIfSimilar
|
21,945
|
48,554
|
2.2125313283208
|
No
|
existsSimilarity
|
21,945
|
47,969
|
2.18587377534746
|
No
|
similarityEdges
|
21,945
|
47,030
|
2.14308498519025
|
No
|
connectAllSimilar
|
210
|
48,820
|
232.47619047619
|
Yes
|
connect
|
66
|
128
|
1.93939393939394
|
Yes
|
init
|
53
|
8,917
|
168.245283018868
|
No
|
Total
|
284
|
49,230
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-02-01-PF3goV--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-02-01-PF3goV--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-13-02-01-PF3goV–DV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
50
|
0.96
|
random
|
5
|
1
|
10
|
2
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
105
|
3,994
|
105
|
105
|
50
|
4,359
|
allVerticesByType
vertices_agent
|
vertices_item
|
vertices_work
|
vertices_total
|
51
|
210
|
105
|
366
|
distribution of similarityEdgesByWeight

Degree distribution of item->similarity->item edges

Degree distribution of agent->knows->agent edges

Runing time by method
|
key
|
doc_count
|
sum_wallTime_ms.value
|
avg_wallTime_ms.value
|
includedInTotal
|
1
|
addItemToWork
|
210
|
1,135
|
5.40476190476191
|
No
|
2
|
ownsWork
|
105
|
845
|
8.04761904761905
|
No
|
3
|
init
|
53
|
9,367
|
176.735849056604
|
No
|
4
|
searchAndConnect
|
51
|
15,881
|
311.392156862745
|
Yes
|
5
|
knowsAgent
|
50
|
83
|
1.66
|
No
|
6
|
getWorksItems
|
8
|
11
|
1.375
|
Yes
|
8
|
addChainToNetwork
|
1
|
0
|
0
|
Yes
|
9
|
addRandomWorksToAgents
|
1
|
4
|
4
|
Yes
|
11
|
Total
|
67
|
16,114
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-02-01-PF3goV--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-02-01-PF3goV--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-13-02-02-uBHuk6–CV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
50
|
0.96
|
smallWorld
|
5
|
1
|
10
|
2
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
105
|
3,928
|
105
|
105
|
201
|
4,444
|
allVerticesByType
vertices_agent
|
vertices_item
|
vertices_work
|
vertices_total
|
51
|
210
|
105
|
366
|
distribution of similarityEdgesByWeight

Degree distribution of item->similarity->item edges

Degree distribution of agent->knows->agent edges

Runing time by method
key
|
doc_count
|
sum_wallTime_ms.value
|
avg_wallTime_ms.value
|
includedInTotal
|
connectIfSimilar
|
21,945
|
47,961
|
2.18550922761449
|
No
|
existsSimilarity
|
21,945
|
47,448
|
2.16213260423787
|
No
|
similarityEdges
|
21,945
|
46,570
|
2.12212349054454
|
No
|
connectAllSimilar
|
210
|
48,248
|
229.752380952381
|
Yes
|
init
|
53
|
8,889
|
167.716981132075
|
No
|
connect
|
35
|
69
|
1.97142857142857
|
Yes
|
Total
|
253
|
48,587
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-02-02-uBHuk6--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-02-02-uBHuk6--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-13-02-02-uBHuk6–DV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
50
|
0.96
|
smallWorld
|
5
|
1
|
10
|
2
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
105
|
3,858
|
105
|
105
|
201
|
4,374
|
allVerticesByType
vertices_agent
|
vertices_item
|
vertices_work
|
vertices_total
|
51
|
210
|
105
|
366
|
distribution of similarityEdgesByWeight

Degree distribution of item->similarity->item edges

Degree distribution of agent->knows->agent edges

Runing time by method
|
key
|
doc_count
|
sum_wallTime_ms.value
|
avg_wallTime_ms.value
|
includedInTotal
|
1
|
addItemToWork
|
210
|
1,157
|
5.50952380952381
|
No
|
2
|
knowsAgent
|
201
|
295
|
1.46766169154229
|
No
|
3
|
ownsWork
|
105
|
872
|
8.30476190476191
|
No
|
4
|
init
|
53
|
9,065
|
171.037735849057
|
No
|
5
|
searchAndConnect
|
51
|
19,773
|
387.705882352941
|
Yes
|
6
|
getWorksItems
|
8
|
15
|
1.875
|
Yes
|
8
|
addChainToNetwork
|
1
|
0
|
0
|
Yes
|
9
|
addRandomWorksToAgents
|
1
|
4
|
4
|
Yes
|
11
|
Total
|
67
|
20,287
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-02-02-uBHuk6--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-02-02-uBHuk6--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-13-12-57-VQzsdS–CV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
50
|
0.96
|
random
|
5
|
1
|
10
|
1
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
55
|
1,142
|
55
|
55
|
50
|
1,357
|
allVerticesByType
vertices_agent
|
vertices_item
|
vertices_work
|
vertices_total
|
51
|
110
|
55
|
216
|
distribution of similarityEdgesByWeight

Degree distribution of item->similarity->item edges

Degree distribution of agent->knows->agent edges

Runing time by method
key
|
doc_count
|
sum_wallTime_ms.value
|
avg_wallTime_ms.value
|
includedInTotal
|
connectIfSimilar
|
5,995
|
10,845
|
1.80900750625521
|
No
|
existsSimilarity
|
5,995
|
10,674
|
1.78048373644704
|
No
|
similarityEdges
|
5,995
|
10,463
|
1.74528773978315
|
No
|
connectAllSimilar
|
110
|
10,902
|
99.1090909090909
|
Yes
|
init
|
53
|
9,062
|
170.981132075472
|
No
|
connect
|
11
|
35
|
3.18181818181818
|
Yes
|
Total
|
129
|
11,347
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-12-57-VQzsdS--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-12-57-VQzsdS--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-13-12-57-VQzsdS–DV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
50
|
0.96
|
random
|
5
|
1
|
10
|
1
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
55
|
1,120
|
55
|
55
|
50
|
1,335
|
allVerticesByType
vertices_agent
|
vertices_item
|
vertices_work
|
vertices_total
|
51
|
110
|
55
|
216
|
distribution of similarityEdgesByWeight

Degree distribution of item->similarity->item edges

Degree distribution of agent->knows->agent edges

Runing time by method
|
key
|
doc_count
|
sum_wallTime_ms.value
|
avg_wallTime_ms.value
|
includedInTotal
|
1
|
addItemToWork
|
110
|
601
|
5.46363636363636
|
No
|
2
|
ownsWork
|
55
|
397
|
7.21818181818182
|
No
|
3
|
init
|
53
|
8,980
|
169.433962264151
|
No
|
4
|
searchAndConnect
|
51
|
6,507
|
127.588235294118
|
Yes
|
5
|
knowsAgent
|
50
|
157
|
3.14
|
No
|
6
|
getWorksItems
|
8
|
20
|
2.5
|
Yes
|
8
|
addChainToNetwork
|
1
|
0
|
0
|
Yes
|
9
|
addRandomWorksToAgents
|
1
|
2
|
2
|
Yes
|
11
|
Total
|
67
|
6,795
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-12-57-VQzsdS--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-12-57-VQzsdS--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-13-12-58-G2HfzH–CV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
50
|
0.96
|
smallWorld
|
5
|
1
|
10
|
1
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
55
|
1,218
|
55
|
55
|
201
|
1,584
|
allVerticesByType
vertices_agent
|
vertices_item
|
vertices_work
|
vertices_total
|
51
|
110
|
55
|
216
|
distribution of similarityEdgesByWeight

Degree distribution of item->similarity->item edges

Degree distribution of agent->knows->agent edges

Runing time by method
key
|
doc_count
|
sum_wallTime_ms.value
|
avg_wallTime_ms.value
|
includedInTotal
|
connectIfSimilar
|
5,995
|
10,665
|
1.7789824854045
|
No
|
existsSimilarity
|
5,995
|
10,529
|
1.75629691409508
|
No
|
similarityEdges
|
5,995
|
10,341
|
1.72493744787323
|
No
|
connectAllSimilar
|
110
|
10,736
|
97.6
|
Yes
|
init
|
53
|
8,762
|
165.320754716981
|
No
|
connect
|
13
|
31
|
2.38461538461538
|
Yes
|
Total
|
131
|
11,012
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-12-58-G2HfzH--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-12-58-G2HfzH--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-13-12-58-G2HfzH–DV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
50
|
0.96
|
smallWorld
|
5
|
1
|
10
|
1
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
55
|
1,192
|
55
|
55
|
201
|
1,558
|
allVerticesByType
vertices_agent
|
vertices_item
|
vertices_work
|
vertices_total
|
51
|
110
|
55
|
216
|
distribution of similarityEdgesByWeight

Degree distribution of item->similarity->item edges

Degree distribution of agent->knows->agent edges

Runing time by method
|
key
|
doc_count
|
sum_wallTime_ms.value
|
avg_wallTime_ms.value
|
includedInTotal
|
1
|
knowsAgent
|
201
|
314
|
1.56218905472637
|
No
|
2
|
addItemToWork
|
110
|
574
|
5.21818181818182
|
No
|
3
|
ownsWork
|
55
|
446
|
8.10909090909091
|
No
|
4
|
init
|
53
|
9,146
|
172.566037735849
|
No
|
5
|
searchAndConnect
|
51
|
7,326
|
143.647058823529
|
Yes
|
6
|
getWorksItems
|
8
|
16
|
2
|
Yes
|
8
|
addChainToNetwork
|
1
|
0
|
0
|
Yes
|
9
|
addRandomWorksToAgents
|
1
|
3
|
3
|
Yes
|
11
|
Total
|
67
|
7,442
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-12-58-G2HfzH--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-12-58-G2HfzH--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-13-02-03-3vnohZ–CV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
50
|
0.96
|
random
|
5
|
1
|
30
|
2
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
105
|
4,242
|
105
|
105
|
50
|
4,607
|
allVerticesByType
vertices_agent
|
vertices_item
|
vertices_work
|
vertices_total
|
51
|
210
|
105
|
366
|
distribution of similarityEdgesByWeight

Degree distribution of item->similarity->item edges

Degree distribution of agent->knows->agent edges

Runing time by method
key
|
doc_count
|
sum_wallTime_ms.value
|
avg_wallTime_ms.value
|
includedInTotal
|
connectIfSimilar
|
21,945
|
46,761
|
2.13082706766917
|
No
|
existsSimilarity
|
21,945
|
46,235
|
2.10685805422648
|
No
|
similarityEdges
|
21,945
|
45,382
|
2.06798815219868
|
No
|
connectAllSimilar
|
210
|
46,995
|
223.785714285714
|
Yes
|
init
|
53
|
8,852
|
167.018867924528
|
No
|
connect
|
44
|
92
|
2.09090909090909
|
Yes
|
Total
|
262
|
47,406
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-02-03-3vnohZ--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-02-03-3vnohZ--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-13-02-03-3vnohZ–DV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
50
|
0.96
|
random
|
5
|
1
|
30
|
2
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
105
|
4,154
|
105
|
105
|
50
|
4,519
|
allVerticesByType
vertices_agent
|
vertices_item
|
vertices_work
|
vertices_total
|
51
|
210
|
105
|
366
|
distribution of similarityEdgesByWeight

Degree distribution of item->similarity->item edges

Degree distribution of agent->knows->agent edges

Runing time by method
|
key
|
doc_count
|
sum_wallTime_ms.value
|
avg_wallTime_ms.value
|
includedInTotal
|
1
|
addItemToWork
|
210
|
1,302
|
6.2
|
No
|
2
|
ownsWork
|
105
|
883
|
8.40952380952381
|
No
|
3
|
init
|
53
|
8,993
|
169.679245283019
|
No
|
4
|
searchAndConnect
|
51
|
20,214
|
396.352941176471
|
Yes
|
5
|
knowsAgent
|
50
|
219
|
4.38
|
No
|
6
|
getWorksItems
|
8
|
19
|
2.375
|
Yes
|
8
|
addChainToNetwork
|
1
|
0
|
0
|
Yes
|
9
|
addRandomWorksToAgents
|
1
|
4
|
4
|
Yes
|
11
|
Total
|
67
|
20,537
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-02-03-3vnohZ--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-02-03-3vnohZ--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-13-02-04-XEVVCI–CV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
50
|
0.96
|
smallWorld
|
5
|
1
|
30
|
2
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
105
|
3,974
|
105
|
105
|
201
|
4,490
|
allVerticesByType
vertices_agent
|
vertices_item
|
vertices_work
|
vertices_total
|
51
|
210
|
105
|
366
|
distribution of similarityEdgesByWeight

Degree distribution of item->similarity->item edges

Degree distribution of agent->knows->agent edges

Runing time by method
key
|
doc_count
|
sum_wallTime_ms.value
|
avg_wallTime_ms.value
|
includedInTotal
|
connectIfSimilar
|
21,945
|
43,803
|
1.99603554340396
|
No
|
existsSimilarity
|
21,945
|
43,241
|
1.97042606516291
|
No
|
similarityEdges
|
21,945
|
42,396
|
1.93192071086808
|
No
|
connectAllSimilar
|
210
|
44,036
|
209.695238095238
|
Yes
|
init
|
53
|
8,219
|
155.075471698113
|
No
|
connect
|
44
|
134
|
3.04545454545455
|
Yes
|
Total
|
262
|
44,348
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-02-04-XEVVCI--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-02-04-XEVVCI--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-13-02-04-XEVVCI–DV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
50
|
0.96
|
smallWorld
|
5
|
1
|
30
|
2
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
105
|
3,886
|
105
|
105
|
201
|
4,402
|
allVerticesByType
vertices_agent
|
vertices_item
|
vertices_work
|
vertices_total
|
51
|
210
|
105
|
366
|
distribution of similarityEdgesByWeight

Degree distribution of item->similarity->item edges

Degree distribution of agent->knows->agent edges

Runing time by method
|
key
|
doc_count
|
sum_wallTime_ms.value
|
avg_wallTime_ms.value
|
includedInTotal
|
1
|
addItemToWork
|
210
|
1,277
|
6.08095238095238
|
No
|
2
|
knowsAgent
|
201
|
514
|
2.55721393034826
|
No
|
3
|
ownsWork
|
105
|
719
|
6.84761904761905
|
No
|
4
|
init
|
53
|
8,996
|
169.735849056604
|
No
|
5
|
searchAndConnect
|
51
|
22,165
|
434.607843137255
|
Yes
|
6
|
getWorksItems
|
8
|
22
|
2.75
|
Yes
|
9
|
cycleSearch
|
2
|
31
|
15.5
|
Yes
|
10
|
getWorks
|
2
|
281
|
140.5
|
No
|
11
|
Total
|
68
|
22,507
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-02-04-XEVVCI--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-02-04-XEVVCI--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-13-12-58-69ws7g–CV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
50
|
0.96
|
smallWorld
|
5
|
1
|
30
|
1
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
55
|
1,174
|
55
|
55
|
201
|
1,540
|
allVerticesByType
vertices_agent
|
vertices_item
|
vertices_work
|
vertices_total
|
51
|
110
|
55
|
216
|
distribution of similarityEdgesByWeight

Degree distribution of item->similarity->item edges

Degree distribution of agent->knows->agent edges

Runing time by method
key
|
doc_count
|
sum_wallTime_ms.value
|
avg_wallTime_ms.value
|
includedInTotal
|
connectIfSimilar
|
5,995
|
11,935
|
1.99082568807339
|
No
|
existsSimilarity
|
5,995
|
11,771
|
1.96346955796497
|
No
|
similarityEdges
|
5,995
|
11,572
|
1.9302752293578
|
No
|
connectAllSimilar
|
110
|
12,004
|
109.127272727273
|
Yes
|
init
|
53
|
8,930
|
168.490566037736
|
No
|
connect
|
16
|
25
|
1.5625
|
Yes
|
Total
|
134
|
12,167
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-12-58-69ws7g--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-12-58-69ws7g--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-13-12-58-69ws7g–DV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
50
|
0.96
|
smallWorld
|
5
|
1
|
30
|
1
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
55
|
1,142
|
55
|
55
|
201
|
1,508
|
allVerticesByType
vertices_agent
|
vertices_item
|
vertices_work
|
vertices_total
|
51
|
110
|
55
|
216
|
distribution of similarityEdgesByWeight

Degree distribution of item->similarity->item edges

Degree distribution of agent->knows->agent edges

Runing time by method
|
key
|
doc_count
|
sum_wallTime_ms.value
|
avg_wallTime_ms.value
|
includedInTotal
|
1
|
knowsAgent
|
201
|
314
|
1.56218905472637
|
No
|
2
|
addItemToWork
|
110
|
607
|
5.51818181818182
|
No
|
3
|
ownsWork
|
55
|
393
|
7.14545454545455
|
No
|
4
|
init
|
53
|
8,955
|
168.962264150943
|
No
|
5
|
searchAndConnect
|
51
|
6,768
|
132.705882352941
|
Yes
|
6
|
getWorksItems
|
8
|
17
|
2.125
|
Yes
|
9
|
cycleSearch
|
2
|
15
|
7.5
|
Yes
|
10
|
getWorks
|
2
|
44
|
22
|
No
|
11
|
Total
|
68
|
6,976
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-12-58-69ws7g--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-12-58-69ws7g--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-13-12-58-JPL73N–CV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
50
|
0.96
|
random
|
5
|
1
|
30
|
1
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
55
|
1,118
|
55
|
55
|
50
|
1,333
|
allVerticesByType
vertices_agent
|
vertices_item
|
vertices_work
|
vertices_total
|
51
|
110
|
55
|
216
|
distribution of similarityEdgesByWeight

Degree distribution of item->similarity->item edges

Degree distribution of agent->knows->agent edges

Runing time by method
key
|
doc_count
|
sum_wallTime_ms.value
|
avg_wallTime_ms.value
|
includedInTotal
|
connectIfSimilar
|
5,995
|
11,336
|
1.89090909090909
|
No
|
existsSimilarity
|
5,995
|
11,191
|
1.86672226855713
|
No
|
similarityEdges
|
5,995
|
10,978
|
1.83119266055046
|
No
|
connectAllSimilar
|
110
|
11,399
|
103.627272727273
|
Yes
|
init
|
53
|
8,760
|
165.283018867925
|
No
|
connect
|
10
|
17
|
1.7
|
Yes
|
Total
|
128
|
11,602
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-12-58-JPL73N--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-12-58-JPL73N--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-13-12-58-JPL73N–DV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
50
|
0.96
|
random
|
5
|
1
|
30
|
1
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
55
|
1,098
|
55
|
55
|
50
|
1,313
|
allVerticesByType
vertices_agent
|
vertices_item
|
vertices_work
|
vertices_total
|
51
|
110
|
55
|
216
|
distribution of similarityEdgesByWeight

Degree distribution of item->similarity->item edges

Degree distribution of agent->knows->agent edges

Runing time by method
|
key
|
doc_count
|
sum_wallTime_ms.value
|
avg_wallTime_ms.value
|
includedInTotal
|
1
|
addItemToWork
|
110
|
463
|
4.20909090909091
|
No
|
2
|
ownsWork
|
55
|
392
|
7.12727272727273
|
No
|
3
|
init
|
53
|
8,870
|
167.358490566038
|
No
|
4
|
searchAndConnect
|
51
|
6,253
|
122.607843137255
|
Yes
|
5
|
knowsAgent
|
50
|
93
|
1.86
|
No
|
6
|
getWorksItems
|
8
|
17
|
2.125
|
Yes
|
8
|
addChainToNetwork
|
1
|
0
|
0
|
Yes
|
9
|
addRandomWorksToAgents
|
1
|
17
|
17
|
Yes
|
11
|
Total
|
67
|
6,495
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-12-58-JPL73N--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-12-58-JPL73N--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-13-02-00-Yik2jB–CV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
50
|
0.96
|
smallWorld
|
5
|
1
|
5
|
2
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
105
|
4,218
|
105
|
105
|
201
|
4,734
|
allVerticesByType
vertices_agent
|
vertices_item
|
vertices_work
|
vertices_total
|
51
|
210
|
105
|
366
|
distribution of similarityEdgesByWeight

Degree distribution of item->similarity->item edges

Degree distribution of agent->knows->agent edges

Runing time by method
key
|
doc_count
|
sum_wallTime_ms.value
|
avg_wallTime_ms.value
|
includedInTotal
|
connectIfSimilar
|
21,945
|
47,336
|
2.1570289359763
|
No
|
existsSimilarity
|
21,945
|
46,822
|
2.13360674413306
|
No
|
similarityEdges
|
21,945
|
45,942
|
2.09350649350649
|
No
|
connectAllSimilar
|
210
|
47,568
|
226.514285714286
|
Yes
|
init
|
53
|
9,223
|
174.018867924528
|
No
|
connect
|
44
|
88
|
2
|
Yes
|
Total
|
262
|
47,840
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-02-00-Yik2jB--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-02-00-Yik2jB--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-13-02-00-Yik2jB–DV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
50
|
0.96
|
smallWorld
|
5
|
1
|
5
|
2
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
105
|
4,130
|
105
|
105
|
201
|
4,646
|
allVerticesByType
vertices_agent
|
vertices_item
|
vertices_work
|
vertices_total
|
51
|
210
|
105
|
366
|
distribution of similarityEdgesByWeight

Degree distribution of item->similarity->item edges

Degree distribution of agent->knows->agent edges

Runing time by method
|
key
|
doc_count
|
sum_wallTime_ms.value
|
avg_wallTime_ms.value
|
includedInTotal
|
1
|
addItemToWork
|
210
|
1,661
|
7.90952380952381
|
No
|
2
|
knowsAgent
|
201
|
329
|
1.63681592039801
|
No
|
3
|
ownsWork
|
105
|
1,125
|
10.7142857142857
|
No
|
4
|
init
|
53
|
9,227
|
174.094339622642
|
No
|
5
|
searchAndConnect
|
51
|
23,088
|
452.705882352941
|
Yes
|
6
|
getWorksItems
|
8
|
31
|
3.875
|
Yes
|
8
|
addChainToNetwork
|
1
|
0
|
0
|
Yes
|
9
|
addRandomWorksToAgents
|
1
|
7
|
7
|
Yes
|
11
|
Total
|
67
|
23,623
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-02-00-Yik2jB--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-02-00-Yik2jB--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-13-12-56-bmib3J–CV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
50
|
0.96
|
random
|
5
|
1
|
5
|
1
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
55
|
1,002
|
55
|
55
|
50
|
1,217
|
allVerticesByType
vertices_agent
|
vertices_item
|
vertices_work
|
vertices_total
|
51
|
110
|
55
|
216
|
distribution of similarityEdgesByWeight

Degree distribution of item->similarity->item edges

Degree distribution of agent->knows->agent edges

Runing time by method
key
|
doc_count
|
sum_wallTime_ms.value
|
avg_wallTime_ms.value
|
includedInTotal
|
connectIfSimilar
|
5,995
|
10,992
|
1.83352793994996
|
No
|
existsSimilarity
|
5,995
|
10,343
|
1.72527105921601
|
No
|
similarityEdges
|
5,995
|
10,102
|
1.68507089241034
|
No
|
connect
|
199
|
442
|
2.22110552763819
|
Yes
|
connectAllSimilar
|
110
|
11,094
|
100.854545454545
|
Yes
|
init
|
53
|
8,838
|
166.754716981132
|
No
|
Total
|
317
|
11,696
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-12-56-bmib3J--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-12-56-bmib3J--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-13-12-56-bmib3J–DV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
50
|
0.96
|
random
|
5
|
1
|
5
|
1
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
55
|
604
|
55
|
55
|
50
|
819
|
allVerticesByType
vertices_agent
|
vertices_item
|
vertices_work
|
vertices_total
|
51
|
110
|
55
|
216
|
distribution of similarityEdgesByWeight

Degree distribution of item->similarity->item edges

Degree distribution of agent->knows->agent edges

Runing time by method
|
key
|
doc_count
|
sum_wallTime_ms.value
|
avg_wallTime_ms.value
|
includedInTotal
|
1
|
addItemToWork
|
110
|
1,298
|
11.8
|
No
|
2
|
ownsWork
|
55
|
483
|
8.78181818181818
|
No
|
3
|
init
|
53
|
10,324
|
194.792452830189
|
No
|
4
|
searchAndConnect
|
51
|
7,354
|
144.196078431373
|
Yes
|
5
|
knowsAgent
|
50
|
155
|
3.1
|
No
|
6
|
getWorksItems
|
8
|
30
|
3.75
|
Yes
|
8
|
addChainToNetwork
|
1
|
0
|
0
|
Yes
|
9
|
addRandomWorksToAgents
|
1
|
29
|
29
|
Yes
|
11
|
Total
|
67
|
7,660
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-12-56-bmib3J--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-12-56-bmib3J--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-13-12-57-Mqqt3Q–CV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
50
|
0.96
|
smallWorld
|
5
|
1
|
5
|
1
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
55
|
1,140
|
55
|
55
|
201
|
1,506
|
allVerticesByType
vertices_agent
|
vertices_item
|
vertices_work
|
vertices_total
|
51
|
110
|
55
|
216
|
distribution of similarityEdgesByWeight

Degree distribution of item->similarity->item edges

Degree distribution of agent->knows->agent edges

Runing time by method
key
|
doc_count
|
sum_wallTime_ms.value
|
avg_wallTime_ms.value
|
includedInTotal
|
connectIfSimilar
|
5,995
|
11,419
|
1.9047539616347
|
No
|
existsSimilarity
|
5,995
|
11,282
|
1.88190158465388
|
No
|
similarityEdges
|
5,995
|
11,043
|
1.84203502919099
|
No
|
connectAllSimilar
|
110
|
11,506
|
104.6
|
Yes
|
init
|
53
|
8,956
|
168.981132075472
|
No
|
connect
|
12
|
20
|
1.66666666666667
|
Yes
|
Total
|
130
|
11,738
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-12-57-Mqqt3Q--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-12-57-Mqqt3Q--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-13-12-57-Mqqt3Q–DV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
50
|
0.96
|
smallWorld
|
5
|
1
|
5
|
1
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
55
|
1,116
|
55
|
55
|
201
|
1,482
|
allVerticesByType
vertices_agent
|
vertices_item
|
vertices_work
|
vertices_total
|
51
|
110
|
55
|
216
|
distribution of similarityEdgesByWeight

Degree distribution of item->similarity->item edges

Degree distribution of agent->knows->agent edges

Runing time by method
|
key
|
doc_count
|
sum_wallTime_ms.value
|
avg_wallTime_ms.value
|
includedInTotal
|
1
|
knowsAgent
|
201
|
330
|
1.64179104477612
|
No
|
2
|
addItemToWork
|
110
|
493
|
4.48181818181818
|
No
|
3
|
ownsWork
|
55
|
252
|
4.58181818181818
|
No
|
4
|
init
|
53
|
8,862
|
167.207547169811
|
No
|
5
|
searchAndConnect
|
51
|
7,230
|
141.764705882353
|
Yes
|
6
|
getWorksItems
|
8
|
13
|
1.625
|
Yes
|
8
|
addChainToNetwork
|
1
|
0
|
0
|
Yes
|
9
|
addRandomWorksToAgents
|
1
|
34
|
34
|
Yes
|
11
|
Total
|
67
|
7,443
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-12-57-Mqqt3Q--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-12-57-Mqqt3Q--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-13-12-59-VF5x6b–CV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
50
|
0.96
|
random
|
5
|
1
|
5
|
2
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
105
|
3,930
|
105
|
105
|
50
|
4,295
|
allVerticesByType
vertices_agent
|
vertices_item
|
vertices_work
|
vertices_total
|
51
|
210
|
105
|
366
|
distribution of similarityEdgesByWeight

Degree distribution of item->similarity->item edges

Degree distribution of agent->knows->agent edges

Runing time by method
key
|
doc_count
|
sum_wallTime_ms.value
|
avg_wallTime_ms.value
|
includedInTotal
|
connectIfSimilar
|
21,945
|
46,253
|
2.10767828662566
|
No
|
existsSimilarity
|
21,945
|
44,589
|
2.03185235816815
|
No
|
similarityEdges
|
21,945
|
43,731
|
1.99275461380725
|
No
|
connect
|
477
|
1,182
|
2.47798742138365
|
Yes
|
connectAllSimilar
|
210
|
46,490
|
221.380952380952
|
Yes
|
init
|
53
|
8,983
|
169.490566037736
|
No
|
Total
|
695
|
47,983
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-12-59-VF5x6b--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-12-59-VF5x6b--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-13-12-59-VF5x6b–DV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
50
|
0.96
|
random
|
5
|
1
|
5
|
2
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
105
|
2,976
|
105
|
105
|
50
|
3,341
|
allVerticesByType
vertices_agent
|
vertices_item
|
vertices_work
|
vertices_total
|
51
|
210
|
105
|
366
|
distribution of similarityEdgesByWeight

Degree distribution of item->similarity->item edges

Degree distribution of agent->knows->agent edges

Runing time by method
|
key
|
doc_count
|
sum_wallTime_ms.value
|
avg_wallTime_ms.value
|
includedInTotal
|
2
|
cycleSearch
|
3,600
|
18,992
|
5.27555555555556
|
Yes
|
3
|
getWorks
|
3,600
|
36,591
|
10.1641666666667
|
No
|
4
|
individualCycleSearch
|
3,600
|
164
|
0.0455555555555556
|
Yes
|
6
|
addItemToWork
|
210
|
1,261
|
6.0047619047619
|
No
|
7
|
ownsWork
|
105
|
959
|
9.13333333333333
|
No
|
8
|
init
|
53
|
9,056
|
170.867924528302
|
No
|
9
|
searchAndConnect
|
51
|
13,031
|
255.509803921569
|
Yes
|
10
|
knowsAgent
|
50
|
85
|
1.7
|
No
|
1
|
Total
|
14,451
|
54,768
|
|
|
Found structures
Cycles
Number of cycles found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-12-59-VF5x6b--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 3600
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-13-12-59-VF5x6b--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}