Experiment 1
agentNumbers=[50, 100, 200] : chainLengths=[5, 10, 20] : randomWorksNumberMultipliers=[1, 2] : maxDistances=[5, 10, 30] : similaritySearchThresholds=[1] : similarityConnectThresholds=[0.99] : graphTypes=[random, smallWorld] : running smaller networks with 0.99 connectThreshold.
Experimental set up
|
Values
|
experimentId
|
EXP10-06-11-02-yABCGa
|
agentNumbers
|
50, 100, 200
|
maxDistances
|
5, 10, 30
|
randomWorksNumberMultipliers
|
1, 2
|
similarityConnectThresholds
|
0.99
|
graphTypes
|
random, smallWorld
|
chainLengths
|
5, 10, 20
|
Descriptive analysis of each simulation
SIM10-06-07-53-MaSMCe–CV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
100
|
0.99
|
random
|
10
|
1
|
10
|
1
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
110
|
1,012
|
110
|
110
|
100
|
1,442
|
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
|
40,278
|
1.6719800747198
|
No
|
existsSimilarity
|
24,090
|
39,800
|
1.65213781652138
|
No
|
similarityEdges
|
24,090
|
39,153
|
1.6252801992528
|
No
|
connectAllSimilar
|
220
|
40,544
|
184.290909090909
|
Yes
|
init
|
103
|
10,402
|
100.990291262136
|
No
|
connect
|
17
|
29
|
1.70588235294118
|
Yes
|
Total
|
245
|
40,933
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-07-53-MaSMCe--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-07-53-MaSMCe--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-06-07-53-MaSMCe–DV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
100
|
0.99
|
random
|
10
|
1
|
10
|
1
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
110
|
978
|
110
|
110
|
100
|
1,408
|
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
|
1,229
|
5.58636363636364
|
No
|
2
|
ownsWork
|
110
|
600
|
5.45454545454545
|
No
|
3
|
init
|
103
|
11,264
|
109.359223300971
|
No
|
4
|
searchAndConnect
|
101
|
28,795
|
285.09900990099
|
Yes
|
5
|
knowsAgent
|
100
|
283
|
2.83
|
No
|
6
|
getWorksItems
|
18
|
33
|
1.83333333333333
|
Yes
|
8
|
addChainToNetwork
|
1
|
0
|
0
|
Yes
|
9
|
addRandomWorksToAgents
|
1
|
1
|
1
|
Yes
|
11
|
Total
|
127
|
29,088
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-07-53-MaSMCe--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-07-53-MaSMCe--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-06-07-54-d46pCk–CV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
100
|
0.99
|
smallWorld
|
10
|
1
|
10
|
1
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
110
|
1,032
|
110
|
110
|
601
|
1,963
|
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
|
41,072
|
1.7049398090494
|
No
|
existsSimilarity
|
24,090
|
40,565
|
1.68389373183894
|
No
|
similarityEdges
|
24,090
|
39,879
|
1.65541718555417
|
No
|
connectAllSimilar
|
220
|
41,335
|
187.886363636364
|
Yes
|
init
|
103
|
10,790
|
104.757281553398
|
No
|
connect
|
8
|
16
|
2
|
Yes
|
Total
|
236
|
41,656
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-07-54-d46pCk--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-07-54-d46pCk--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-06-07-54-d46pCk–DV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
100
|
0.99
|
smallWorld
|
10
|
1
|
10
|
1
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
110
|
1,016
|
110
|
110
|
601
|
1,947
|
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,005
|
1.67221297836938
|
No
|
2
|
addItemToWork
|
220
|
2,128
|
9.67272727272727
|
No
|
3
|
ownsWork
|
110
|
790
|
7.18181818181818
|
No
|
4
|
init
|
103
|
10,946
|
106.271844660194
|
No
|
5
|
searchAndConnect
|
101
|
37,911
|
375.356435643564
|
Yes
|
6
|
getWorksItems
|
18
|
28
|
1.55555555555556
|
Yes
|
9
|
cycleSearch
|
2
|
237
|
118.5
|
Yes
|
10
|
getWorks
|
2
|
320
|
160
|
No
|
11
|
Total
|
128
|
38,620
|
|
|
Found structures
Cycles
Number of cycles found: 2
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-07-54-d46pCk--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-07-54-d46pCk--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-06-09-03-pPqI8b–CV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
100
|
0.99
|
random
|
10
|
1
|
10
|
2
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
210
|
3,704
|
210
|
210
|
100
|
4,434
|
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
|
156,828
|
1.78233890214797
|
No
|
existsSimilarity
|
87,990
|
154,995
|
1.76150698943062
|
No
|
similarityEdges
|
87,990
|
152,369
|
1.73166268894193
|
No
|
connectAllSimilar
|
420
|
157,692
|
375.457142857143
|
Yes
|
init
|
103
|
10,881
|
105.640776699029
|
No
|
connect
|
88
|
238
|
2.70454545454545
|
Yes
|
Total
|
516
|
158,365
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-09-03-pPqI8b--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-09-03-pPqI8b--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-06-09-03-pPqI8b–DV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
100
|
0.99
|
random
|
10
|
1
|
10
|
2
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
210
|
3,528
|
210
|
210
|
100
|
4,258
|
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,363
|
8.00714285714286
|
No
|
2
|
ownsWork
|
210
|
1,219
|
5.8047619047619
|
No
|
3
|
init
|
103
|
11,401
|
110.68932038835
|
No
|
4
|
searchAndConnect
|
101
|
64,833
|
641.910891089109
|
Yes
|
5
|
knowsAgent
|
100
|
272
|
2.72
|
No
|
6
|
getWorksItems
|
18
|
69
|
3.83333333333333
|
Yes
|
9
|
cycleSearch
|
3
|
874
|
291.333333333333
|
Yes
|
10
|
getWorks
|
3
|
591
|
197
|
No
|
11
|
Total
|
130
|
66,973
|
|
|
Found structures
Cycles
Number of cycles found: 2
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-09-03-pPqI8b--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-09-03-pPqI8b--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-06-09-06-kZsYWq–CV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
100
|
0.99
|
smallWorld
|
10
|
1
|
10
|
2
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
210
|
3,800
|
210
|
210
|
601
|
5,031
|
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
|
158,005
|
1.79571542220707
|
No
|
existsSimilarity
|
87,990
|
156,405
|
1.77753153767474
|
No
|
similarityEdges
|
87,990
|
153,969
|
1.74984657347426
|
No
|
connectAllSimilar
|
420
|
158,884
|
378.295238095238
|
Yes
|
init
|
103
|
10,847
|
105.31067961165
|
No
|
connect
|
27
|
55
|
2.03703703703704
|
Yes
|
Total
|
455
|
159,504
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-09-06-kZsYWq--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-09-06-kZsYWq--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-06-09-06-kZsYWq–DV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
100
|
0.99
|
smallWorld
|
10
|
1
|
10
|
2
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
210
|
3,746
|
210
|
210
|
601
|
4,977
|
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
|
982
|
1.63394342762063
|
No
|
2
|
addItemToWork
|
420
|
2,543
|
6.0547619047619
|
No
|
3
|
ownsWork
|
210
|
1,257
|
5.98571428571429
|
No
|
4
|
init
|
103
|
11,439
|
111.058252427184
|
No
|
5
|
searchAndConnect
|
101
|
88,564
|
876.871287128713
|
Yes
|
6
|
getWorksItems
|
18
|
25
|
1.38888888888889
|
Yes
|
9
|
cycleSearch
|
3
|
819
|
273
|
Yes
|
10
|
getWorks
|
3
|
845
|
281.666666666667
|
No
|
11
|
Total
|
130
|
90,051
|
|
|
Found structures
Cycles
Number of cycles found: 3
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-09-06-kZsYWq--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-09-06-kZsYWq--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-06-07-55-pVTCaf–CV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
100
|
0.99
|
random
|
10
|
1
|
30
|
1
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
110
|
1,058
|
110
|
110
|
100
|
1,488
|
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
|
42,054
|
1.74570361145704
|
No
|
existsSimilarity
|
24,090
|
41,597
|
1.72673308426733
|
No
|
similarityEdges
|
24,090
|
40,894
|
1.69755085097551
|
No
|
connectAllSimilar
|
220
|
42,311
|
192.322727272727
|
Yes
|
init
|
103
|
10,697
|
103.854368932039
|
No
|
connect
|
7
|
9
|
1.28571428571429
|
Yes
|
Total
|
235
|
42,652
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-07-55-pVTCaf--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-07-55-pVTCaf--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-06-07-55-pVTCaf–DV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
100
|
0.99
|
random
|
10
|
1
|
30
|
1
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
110
|
1,044
|
110
|
110
|
100
|
1,474
|
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
|
1,224
|
5.56363636363636
|
No
|
2
|
ownsWork
|
110
|
676
|
6.14545454545455
|
No
|
3
|
init
|
103
|
11,382
|
110.504854368932
|
No
|
4
|
searchAndConnect
|
101
|
31,675
|
313.613861386139
|
Yes
|
5
|
knowsAgent
|
100
|
487
|
4.87
|
No
|
6
|
getWorksItems
|
18
|
53
|
2.94444444444444
|
Yes
|
9
|
cycleSearch
|
2
|
34
|
17
|
Yes
|
10
|
getWorks
|
2
|
5
|
2.5
|
No
|
11
|
Total
|
128
|
32,174
|
|
|
Found structures
Cycles
Number of cycles found: 2
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-07-55-pVTCaf--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-07-55-pVTCaf--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-06-07-56-zPYDAF–CV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
100
|
0.99
|
smallWorld
|
10
|
1
|
30
|
1
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
110
|
1,156
|
110
|
110
|
601
|
2,087
|
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
|
connectIfSimilar
|
24,090
|
40,520
|
1.68202573682026
|
No
|
2
|
existsSimilarity
|
24,090
|
40,037
|
1.66197592361976
|
No
|
3
|
similarityEdges
|
24,090
|
39,386
|
1.63495226234952
|
No
|
4
|
connectAllSimilar
|
220
|
40,734
|
185.154545454545
|
Yes
|
5
|
init
|
103
|
10,578
|
102.699029126214
|
No
|
7
|
connect
|
4
|
24
|
6
|
Yes
|
11
|
Total
|
232
|
41,112
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-07-56-zPYDAF--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-07-56-zPYDAF--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-06-07-56-zPYDAF–DV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
100
|
0.99
|
smallWorld
|
10
|
1
|
30
|
1
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
110
|
1,148
|
110
|
110
|
601
|
2,079
|
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,009
|
1.67886855241265
|
No
|
2
|
addItemToWork
|
220
|
1,277
|
5.80454545454545
|
No
|
3
|
ownsWork
|
110
|
629
|
5.71818181818182
|
No
|
4
|
init
|
103
|
11,319
|
109.893203883495
|
No
|
5
|
searchAndConnect
|
101
|
41,800
|
413.861386138614
|
Yes
|
6
|
getWorksItems
|
18
|
27
|
1.5
|
Yes
|
9
|
cycleSearch
|
2
|
35
|
17.5
|
Yes
|
10
|
getWorks
|
2
|
51
|
25.5
|
No
|
11
|
Total
|
128
|
42,431
|
|
|
Found structures
Cycles
Number of cycles found: 2
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-07-56-zPYDAF--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-07-56-zPYDAF--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-06-09-09-5a8My6–CV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
100
|
0.99
|
random
|
10
|
1
|
30
|
2
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
210
|
3,680
|
210
|
210
|
100
|
4,410
|
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
|
164,768
|
1.87257642913967
|
No
|
existsSimilarity
|
87,990
|
163,074
|
1.85332424139107
|
No
|
similarityEdges
|
87,990
|
160,455
|
1.8235594953972
|
No
|
connectAllSimilar
|
420
|
165,670
|
394.452380952381
|
Yes
|
init
|
103
|
11,033
|
107.116504854369
|
No
|
connect
|
18
|
32
|
1.77777777777778
|
Yes
|
Total
|
446
|
166,231
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-09-09-5a8My6--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-09-09-5a8My6--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-06-09-09-5a8My6–DV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
100
|
0.99
|
random
|
10
|
1
|
30
|
2
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
210
|
3,644
|
210
|
210
|
100
|
4,374
|
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
|
2,745
|
6.53571428571429
|
No
|
2
|
ownsWork
|
210
|
1,331
|
6.33809523809524
|
No
|
3
|
init
|
103
|
11,650
|
113.106796116505
|
No
|
4
|
searchAndConnect
|
101
|
82,360
|
815.445544554455
|
Yes
|
5
|
knowsAgent
|
100
|
294
|
2.94
|
No
|
6
|
getWorksItems
|
18
|
31
|
1.72222222222222
|
Yes
|
9
|
cycleSearch
|
3
|
64
|
21.3333333333333
|
Yes
|
10
|
getWorks
|
3
|
6
|
2
|
No
|
11
|
Total
|
130
|
83,014
|
|
|
Found structures
Cycles
Number of cycles found: 3
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-09-09-5a8My6--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-09-09-5a8My6--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-06-09-12-kYn4oJ–CV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
100
|
0.99
|
smallWorld
|
10
|
1
|
30
|
2
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
210
|
3,858
|
210
|
210
|
601
|
5,089
|
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
|
162,760
|
1.8497556540516
|
No
|
existsSimilarity
|
87,990
|
161,153
|
1.83149221502443
|
No
|
similarityEdges
|
87,990
|
158,594
|
1.80240936470053
|
No
|
connectAllSimilar
|
420
|
163,688
|
389.733333333333
|
Yes
|
init
|
103
|
11,173
|
108.47572815534
|
No
|
connect
|
23
|
37
|
1.60869565217391
|
Yes
|
Total
|
451
|
164,287
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-09-12-kYn4oJ--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-09-12-kYn4oJ--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-06-09-12-kYn4oJ–DV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
100
|
0.99
|
smallWorld
|
10
|
1
|
30
|
2
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
210
|
3,812
|
210
|
210
|
601
|
5,043
|
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,088
|
1.81031613976705
|
No
|
2
|
addItemToWork
|
420
|
2,408
|
5.73333333333333
|
No
|
3
|
ownsWork
|
210
|
1,173
|
5.58571428571429
|
No
|
4
|
init
|
103
|
11,642
|
113.029126213592
|
No
|
5
|
searchAndConnect
|
101
|
92,046
|
911.346534653465
|
Yes
|
6
|
getWorksItems
|
18
|
31
|
1.72222222222222
|
Yes
|
9
|
cycleSearch
|
4
|
848
|
212
|
Yes
|
10
|
getWorks
|
4
|
872
|
218
|
No
|
11
|
Total
|
132
|
93,612
|
|
|
Found structures
Cycles
Number of cycles found: 4
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-09-12-kYn4oJ--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-09-12-kYn4oJ--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-06-06-51-yvdeqH–CV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
100
|
0.99
|
random
|
10
|
1
|
5
|
1
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
110
|
1,002
|
110
|
110
|
100
|
1,432
|
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
|
38,705
|
1.60668327106683
|
No
|
existsSimilarity
|
24,090
|
37,668
|
1.56363636363636
|
No
|
similarityEdges
|
24,090
|
37,030
|
1.53715234537152
|
No
|
connect
|
292
|
564
|
1.93150684931507
|
Yes
|
connectAllSimilar
|
220
|
38,937
|
176.986363636364
|
Yes
|
init
|
103
|
10,486
|
101.805825242718
|
No
|
Total
|
520
|
39,922
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-06-51-yvdeqH--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-06-51-yvdeqH--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-06-06-51-yvdeqH–DV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
100
|
0.99
|
random
|
10
|
1
|
5
|
1
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
110
|
418
|
110
|
110
|
100
|
848
|
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
|
17,543
|
4.87305555555556
|
Yes
|
3
|
getWorks
|
3,600
|
41,408
|
11.5022222222222
|
No
|
4
|
individualCycleSearch
|
3,600
|
101
|
0.0280555555555556
|
Yes
|
6
|
addItemToWork
|
220
|
1,929
|
8.76818181818182
|
No
|
7
|
ownsWork
|
110
|
845
|
7.68181818181818
|
No
|
8
|
init
|
103
|
11,640
|
113.009708737864
|
No
|
9
|
searchAndConnect
|
101
|
12,642
|
125.168316831683
|
Yes
|
10
|
knowsAgent
|
100
|
196
|
1.96
|
No
|
1
|
Total
|
14,501
|
49,711
|
|
|
Found structures
Cycles
Number of cycles found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-06-51-yvdeqH--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 3600
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-06-51-yvdeqH--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-06-07-52-YcHHhE–CV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
100
|
0.99
|
smallWorld
|
10
|
1
|
5
|
1
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
110
|
1,000
|
110
|
110
|
601
|
1,931
|
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
|
40,328
|
1.67405562474056
|
No
|
existsSimilarity
|
24,090
|
39,865
|
1.65483603154836
|
No
|
similarityEdges
|
24,090
|
39,219
|
1.6280199252802
|
No
|
connectAllSimilar
|
220
|
40,560
|
184.363636363636
|
Yes
|
init
|
103
|
10,508
|
102.019417475728
|
No
|
connect
|
5
|
8
|
1.6
|
Yes
|
Total
|
233
|
40,901
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-07-52-YcHHhE--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-07-52-YcHHhE--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-06-07-52-YcHHhE–DV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
100
|
0.99
|
smallWorld
|
10
|
1
|
5
|
1
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
110
|
990
|
110
|
110
|
601
|
1,921
|
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
|
983
|
1.63560732113145
|
No
|
2
|
addItemToWork
|
220
|
1,657
|
7.53181818181818
|
No
|
3
|
ownsWork
|
110
|
625
|
5.68181818181818
|
No
|
4
|
init
|
103
|
11,160
|
108.349514563107
|
No
|
5
|
searchAndConnect
|
101
|
33,957
|
336.207920792079
|
Yes
|
6
|
getWorksItems
|
18
|
27
|
1.5
|
Yes
|
9
|
cycleSearch
|
2
|
112
|
56
|
Yes
|
10
|
getWorks
|
2
|
321
|
160.5
|
No
|
11
|
Total
|
128
|
34,556
|
|
|
Found structures
Cycles
Number of cycles found: 2
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-07-52-YcHHhE--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-07-52-YcHHhE--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-06-07-57-Pfkouh–CV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
100
|
0.99
|
random
|
10
|
1
|
5
|
2
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
210
|
3,606
|
210
|
210
|
100
|
4,336
|
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
|
150,175
|
1.70672803727696
|
No
|
existsSimilarity
|
87,990
|
146,498
|
1.66493919763609
|
No
|
similarityEdges
|
87,990
|
144,107
|
1.63776565518809
|
No
|
connect
|
1,044
|
2,110
|
2.02107279693487
|
Yes
|
connectAllSimilar
|
420
|
151,017
|
359.564285714286
|
Yes
|
init
|
103
|
10,661
|
103.504854368932
|
No
|
Total
|
1,472
|
153,613
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-07-57-Pfkouh--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-07-57-Pfkouh--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-06-07-57-Pfkouh–DV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
100
|
0.99
|
random
|
10
|
1
|
5
|
2
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
210
|
1,518
|
210
|
210
|
100
|
2,248
|
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
|
16,414
|
4.55944444444444
|
Yes
|
3
|
getWorks
|
3,600
|
41,354
|
11.4872222222222
|
No
|
4
|
individualCycleSearch
|
3,600
|
94
|
0.0261111111111111
|
Yes
|
6
|
addItemToWork
|
420
|
2,763
|
6.57857142857143
|
No
|
7
|
ownsWork
|
210
|
1,327
|
6.31904761904762
|
No
|
8
|
init
|
103
|
11,253
|
109.252427184466
|
No
|
9
|
searchAndConnect
|
101
|
30,047
|
297.49504950495
|
Yes
|
10
|
knowsAgent
|
100
|
296
|
2.96
|
No
|
1
|
Total
|
14,501
|
62,313
|
|
|
Found structures
Cycles
Number of cycles found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-07-57-Pfkouh--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 3600
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-07-57-Pfkouh--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-06-09-00-GFwtF2–CV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
100
|
0.99
|
smallWorld
|
10
|
1
|
5
|
2
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
210
|
3,706
|
210
|
210
|
601
|
4,937
|
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
|
159,428
|
1.81188771451301
|
No
|
existsSimilarity
|
87,990
|
157,806
|
1.79345380156836
|
No
|
similarityEdges
|
87,990
|
155,268
|
1.76460961472895
|
No
|
connectAllSimilar
|
420
|
160,292
|
381.647619047619
|
Yes
|
init
|
103
|
10,818
|
105.029126213592
|
No
|
connect
|
19
|
29
|
1.52631578947368
|
Yes
|
Total
|
447
|
160,844
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-09-00-GFwtF2--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-09-00-GFwtF2--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-06-09-00-GFwtF2–DV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
100
|
0.99
|
smallWorld
|
10
|
1
|
5
|
2
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
210
|
3,668
|
210
|
210
|
601
|
4,899
|
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
|
947
|
1.5757071547421
|
No
|
2
|
addItemToWork
|
420
|
3,181
|
7.57380952380952
|
No
|
3
|
ownsWork
|
210
|
1,866
|
8.88571428571429
|
No
|
4
|
init
|
103
|
11,639
|
113
|
No
|
5
|
searchAndConnect
|
101
|
92,371
|
914.564356435644
|
Yes
|
6
|
getWorksItems
|
18
|
26
|
1.44444444444444
|
Yes
|
9
|
cycleSearch
|
3
|
94
|
31.3333333333333
|
Yes
|
10
|
getWorks
|
3
|
538
|
179.333333333333
|
No
|
11
|
Total
|
130
|
93,035
|
|
|
Found structures
Cycles
Number of cycles found: 3
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-09-00-GFwtF2--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-09-00-GFwtF2--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-06-10-18-VIwfiK–CV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
100
|
0.99
|
random
|
20
|
1
|
10
|
1
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
120
|
1,294
|
120
|
120
|
100
|
1,754
|
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
|
48,044
|
1.67517433751743
|
No
|
existsSimilarity
|
28,680
|
47,519
|
1.65686889818689
|
No
|
similarityEdges
|
28,680
|
46,829
|
1.63281032078103
|
No
|
connectAllSimilar
|
240
|
48,280
|
201.166666666667
|
Yes
|
init
|
103
|
11,057
|
107.349514563107
|
No
|
connect
|
9
|
12
|
1.33333333333333
|
Yes
|
Total
|
257
|
48,645
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-10-18-VIwfiK--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-10-18-VIwfiK--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-06-10-18-VIwfiK–DV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
100
|
0.99
|
random
|
20
|
1
|
10
|
1
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
120
|
1,276
|
120
|
120
|
100
|
1,736
|
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
|
1,728
|
7.2
|
No
|
2
|
ownsWork
|
120
|
1,051
|
8.75833333333333
|
No
|
3
|
init
|
103
|
11,883
|
115.368932038835
|
No
|
4
|
searchAndConnect
|
101
|
41,184
|
407.762376237624
|
Yes
|
5
|
knowsAgent
|
100
|
204
|
2.04
|
No
|
6
|
getWorksItems
|
38
|
74
|
1.94736842105263
|
Yes
|
9
|
cycleSearch
|
2
|
126
|
63
|
Yes
|
10
|
getWorks
|
2
|
246
|
123
|
No
|
11
|
Total
|
148
|
42,234
|
|
|
Found structures
Cycles
Number of cycles found: 2
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-10-18-VIwfiK--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-10-18-VIwfiK--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-06-10-19-ALycgd–CV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
100
|
0.99
|
smallWorld
|
20
|
1
|
10
|
1
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
120
|
1,300
|
120
|
120
|
601
|
2,261
|
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
|
51,426
|
1.79309623430962
|
No
|
existsSimilarity
|
28,680
|
50,815
|
1.77179218967922
|
No
|
similarityEdges
|
28,680
|
49,944
|
1.74142259414226
|
No
|
connectAllSimilar
|
240
|
51,738
|
215.575
|
Yes
|
init
|
103
|
11,838
|
114.932038834951
|
No
|
connect
|
12
|
61
|
5.08333333333333
|
Yes
|
Total
|
260
|
52,304
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-10-19-ALycgd--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-10-19-ALycgd--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-06-10-19-ALycgd–DV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
100
|
0.99
|
smallWorld
|
20
|
1
|
10
|
1
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
120
|
1,276
|
120
|
120
|
601
|
2,237
|
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,112
|
1.85024958402662
|
No
|
2
|
addItemToWork
|
240
|
1,610
|
6.70833333333333
|
No
|
3
|
ownsWork
|
120
|
743
|
6.19166666666667
|
No
|
4
|
init
|
103
|
11,911
|
115.640776699029
|
No
|
5
|
searchAndConnect
|
101
|
43,811
|
433.772277227723
|
Yes
|
6
|
getWorksItems
|
38
|
83
|
2.18421052631579
|
Yes
|
9
|
cycleSearch
|
2
|
287
|
143.5
|
Yes
|
10
|
getWorks
|
2
|
436
|
218
|
No
|
11
|
Total
|
148
|
44,908
|
|
|
Found structures
Cycles
Number of cycles found: 2
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-10-19-ALycgd--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-10-19-ALycgd--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-06-11-29-cBYYAE–CV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
100
|
0.99
|
random
|
20
|
1
|
10
|
2
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
220
|
4,148
|
220
|
220
|
100
|
4,908
|
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
|
175,404
|
1.81615241250777
|
No
|
existsSimilarity
|
96,580
|
173,655
|
1.79804307310002
|
No
|
similarityEdges
|
96,580
|
171,041
|
1.77097742803893
|
No
|
connectAllSimilar
|
440
|
176,276
|
400.627272727273
|
Yes
|
init
|
103
|
11,176
|
108.504854368932
|
No
|
connect
|
52
|
125
|
2.40384615384615
|
Yes
|
Total
|
500
|
177,046
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-11-29-cBYYAE--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-11-29-cBYYAE--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-06-11-29-cBYYAE–DV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
100
|
0.99
|
random
|
20
|
1
|
10
|
2
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
220
|
4,044
|
220
|
220
|
100
|
4,804
|
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,786
|
10.8772727272727
|
No
|
2
|
ownsWork
|
220
|
1,483
|
6.74090909090909
|
No
|
3
|
init
|
103
|
12,160
|
118.058252427184
|
No
|
4
|
searchAndConnect
|
101
|
86,705
|
858.465346534653
|
Yes
|
5
|
knowsAgent
|
100
|
333
|
3.33
|
No
|
6
|
getWorksItems
|
38
|
142
|
3.73684210526316
|
Yes
|
9
|
cycleSearch
|
3
|
139
|
46.3333333333333
|
Yes
|
10
|
getWorks
|
3
|
284
|
94.6666666666667
|
No
|
11
|
Total
|
150
|
87,916
|
|
|
Found structures
Cycles
Number of cycles found: 3
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-11-29-cBYYAE--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-11-29-cBYYAE--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-06-11-32-uS8t3t–CV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
100
|
0.99
|
smallWorld
|
20
|
1
|
10
|
2
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
220
|
4,124
|
220
|
220
|
601
|
5,385
|
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
|
176,450
|
1.82698281217643
|
No
|
existsSimilarity
|
96,580
|
174,733
|
1.80920480430731
|
No
|
similarityEdges
|
96,580
|
172,097
|
1.78191136881342
|
No
|
connectAllSimilar
|
440
|
177,362
|
403.095454545455
|
Yes
|
init
|
103
|
11,369
|
110.378640776699
|
No
|
connect
|
20
|
38
|
1.9
|
Yes
|
Total
|
468
|
178,121
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-11-32-uS8t3t--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-11-32-uS8t3t--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-06-11-32-uS8t3t–DV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
100
|
0.99
|
smallWorld
|
20
|
1
|
10
|
2
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
220
|
4,084
|
220
|
220
|
601
|
5,345
|
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,084
|
1.80366056572379
|
No
|
2
|
addItemToWork
|
440
|
3,178
|
7.22272727272727
|
No
|
3
|
ownsWork
|
220
|
1,242
|
5.64545454545455
|
No
|
4
|
init
|
103
|
11,950
|
116.019417475728
|
No
|
5
|
searchAndConnect
|
101
|
94,914
|
939.742574257426
|
Yes
|
6
|
getWorksItems
|
38
|
91
|
2.39473684210526
|
Yes
|
9
|
cycleSearch
|
4
|
671
|
167.75
|
Yes
|
10
|
getWorks
|
4
|
720
|
180
|
No
|
11
|
Total
|
152
|
96,916
|
|
|
Found structures
Cycles
Number of cycles found: 3
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-11-32-uS8t3t--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-11-32-uS8t3t--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-06-10-20-wauu7P–CV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
100
|
0.99
|
random
|
20
|
1
|
30
|
1
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
120
|
1,366
|
120
|
120
|
100
|
1,826
|
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
|
49,972
|
1.74239888423989
|
No
|
existsSimilarity
|
28,680
|
49,431
|
1.72353556485356
|
No
|
similarityEdges
|
28,680
|
48,653
|
1.69640864714086
|
No
|
connectAllSimilar
|
240
|
50,248
|
209.366666666667
|
Yes
|
init
|
103
|
11,569
|
112.320388349515
|
No
|
connect
|
10
|
38
|
3.8
|
Yes
|
Total
|
258
|
50,718
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-10-20-wauu7P--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-10-20-wauu7P--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-06-10-20-wauu7P–DV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
100
|
0.99
|
random
|
20
|
1
|
30
|
1
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
120
|
1,346
|
120
|
120
|
100
|
1,806
|
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
|
2,028
|
8.45
|
No
|
2
|
ownsWork
|
120
|
1,374
|
11.45
|
No
|
3
|
init
|
103
|
12,650
|
122.815533980583
|
No
|
4
|
searchAndConnect
|
101
|
30,228
|
299.287128712871
|
Yes
|
5
|
knowsAgent
|
100
|
566
|
5.66
|
No
|
6
|
getWorksItems
|
38
|
64
|
1.68421052631579
|
Yes
|
9
|
cycleSearch
|
2
|
369
|
184.5
|
Yes
|
10
|
getWorks
|
2
|
199
|
99.5
|
No
|
11
|
Total
|
148
|
31,385
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-10-20-wauu7P--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-10-20-wauu7P--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-06-10-21-AFKZQ9–CV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
100
|
0.99
|
smallWorld
|
20
|
1
|
30
|
1
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
120
|
1,266
|
120
|
120
|
601
|
2,227
|
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
|
47,783
|
1.66607391910739
|
No
|
existsSimilarity
|
28,680
|
47,318
|
1.64986052998605
|
No
|
similarityEdges
|
28,680
|
46,612
|
1.62524407252441
|
No
|
connectAllSimilar
|
240
|
48,063
|
200.2625
|
Yes
|
init
|
103
|
11,032
|
107.106796116505
|
No
|
connect
|
11
|
16
|
1.45454545454545
|
Yes
|
Total
|
259
|
48,624
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-10-21-AFKZQ9--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-10-21-AFKZQ9--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-06-10-21-AFKZQ9–DV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
100
|
0.99
|
smallWorld
|
20
|
1
|
30
|
1
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
120
|
1,244
|
120
|
120
|
601
|
2,205
|
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,075
|
1.78868552412646
|
No
|
2
|
addItemToWork
|
240
|
2,587
|
10.7791666666667
|
No
|
3
|
ownsWork
|
120
|
617
|
5.14166666666667
|
No
|
4
|
init
|
103
|
12,241
|
118.844660194175
|
No
|
5
|
searchAndConnect
|
101
|
46,914
|
464.49504950495
|
Yes
|
6
|
getWorksItems
|
38
|
79
|
2.07894736842105
|
Yes
|
9
|
cycleSearch
|
2
|
126
|
63
|
Yes
|
10
|
getWorks
|
2
|
7
|
3.5
|
No
|
11
|
Total
|
148
|
47,745
|
|
|
Found structures
Cycles
Number of cycles found: 2
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-10-21-AFKZQ9--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-10-21-AFKZQ9--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-06-11-36-vroJyB–CV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
100
|
0.99
|
random
|
20
|
1
|
30
|
2
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
220
|
4,114
|
220
|
220
|
100
|
4,874
|
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
|
177,898
|
1.84197556429903
|
No
|
existsSimilarity
|
96,580
|
176,126
|
1.8236280803479
|
No
|
similarityEdges
|
96,580
|
173,373
|
1.79512321391592
|
No
|
connectAllSimilar
|
440
|
178,792
|
406.345454545455
|
Yes
|
init
|
103
|
11,240
|
109.126213592233
|
No
|
connect
|
20
|
32
|
1.6
|
Yes
|
Total
|
468
|
179,396
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-11-36-vroJyB--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-11-36-vroJyB--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-06-11-36-vroJyB–DV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
100
|
0.99
|
random
|
20
|
1
|
30
|
2
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
220
|
4,074
|
220
|
220
|
100
|
4,834
|
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
|
3,644
|
8.28181818181818
|
No
|
2
|
ownsWork
|
220
|
1,539
|
6.99545454545455
|
No
|
3
|
init
|
103
|
12,304
|
119.456310679612
|
No
|
4
|
searchAndConnect
|
101
|
90,934
|
900.336633663366
|
Yes
|
5
|
knowsAgent
|
100
|
240
|
2.4
|
No
|
6
|
getWorksItems
|
38
|
57
|
1.5
|
Yes
|
9
|
cycleSearch
|
4
|
214
|
53.5
|
Yes
|
10
|
getWorks
|
4
|
117
|
29.25
|
No
|
11
|
Total
|
152
|
92,415
|
|
|
Found structures
Cycles
Number of cycles found: 4
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-11-36-vroJyB--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-11-36-vroJyB--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-06-11-39-IbCwUn–CV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
100
|
0.99
|
smallWorld
|
20
|
1
|
30
|
2
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
220
|
4,098
|
220
|
220
|
601
|
5,359
|
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
|
178,833
|
1.8516566576931
|
No
|
existsSimilarity
|
96,580
|
177,029
|
1.83297784220335
|
No
|
similarityEdges
|
96,580
|
174,325
|
1.80498032718989
|
No
|
connectAllSimilar
|
440
|
179,690
|
408.386363636364
|
Yes
|
init
|
103
|
11,664
|
113.242718446602
|
No
|
connect
|
23
|
125
|
5.43478260869565
|
Yes
|
Total
|
471
|
180,388
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-11-39-IbCwUn--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-11-39-IbCwUn--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-06-11-39-IbCwUn–DV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
100
|
0.99
|
smallWorld
|
20
|
1
|
30
|
2
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
220
|
4,052
|
220
|
220
|
601
|
5,313
|
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,185
|
1.97171381031614
|
No
|
2
|
addItemToWork
|
440
|
3,736
|
8.49090909090909
|
No
|
3
|
ownsWork
|
220
|
1,882
|
8.55454545454545
|
No
|
4
|
init
|
103
|
12,148
|
117.941747572816
|
No
|
5
|
searchAndConnect
|
101
|
91,199
|
902.960396039604
|
Yes
|
6
|
getWorksItems
|
38
|
118
|
3.10526315789474
|
Yes
|
9
|
cycleSearch
|
4
|
1,241
|
310.25
|
Yes
|
10
|
getWorks
|
4
|
663
|
165.75
|
No
|
11
|
Total
|
152
|
94,675
|
|
|
Found structures
Cycles
Number of cycles found: 3
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-11-39-IbCwUn--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-11-39-IbCwUn--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-06-09-15-5ZYYcW–CV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
100
|
0.99
|
random
|
20
|
1
|
5
|
1
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
120
|
1,268
|
120
|
120
|
100
|
1,728
|
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
|
50,403
|
1.75742677824268
|
No
|
existsSimilarity
|
28,680
|
48,635
|
1.6957810320781
|
No
|
similarityEdges
|
28,680
|
47,902
|
1.67022315202232
|
No
|
connect
|
460
|
1,184
|
2.57391304347826
|
Yes
|
connectAllSimilar
|
240
|
50,728
|
211.366666666667
|
Yes
|
init
|
103
|
11,115
|
107.912621359223
|
No
|
Total
|
708
|
52,423
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-09-15-5ZYYcW--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-09-15-5ZYYcW--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-06-09-15-5ZYYcW–DV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
100
|
0.99
|
random
|
20
|
1
|
5
|
1
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
120
|
348
|
120
|
120
|
100
|
808
|
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
|
16,020
|
4.45
|
Yes
|
3
|
getWorks
|
3,600
|
41,037
|
11.3991666666667
|
No
|
4
|
individualCycleSearch
|
3,600
|
103
|
0.0286111111111111
|
Yes
|
6
|
addItemToWork
|
240
|
1,240
|
5.16666666666667
|
No
|
7
|
ownsWork
|
120
|
599
|
4.99166666666667
|
No
|
8
|
init
|
103
|
11,984
|
116.349514563107
|
No
|
9
|
searchAndConnect
|
101
|
15,223
|
150.722772277228
|
Yes
|
10
|
knowsAgent
|
100
|
1,013
|
10.13
|
No
|
1
|
Total
|
14,501
|
49,186
|
|
|
Found structures
Cycles
Number of cycles found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-09-15-5ZYYcW--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 3600
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-09-15-5ZYYcW--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-06-10-16-DjvxcN–CV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
100
|
0.99
|
smallWorld
|
20
|
1
|
5
|
1
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
120
|
1,234
|
120
|
120
|
601
|
2,195
|
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
|
48,853
|
1.70338214783821
|
No
|
existsSimilarity
|
28,680
|
48,331
|
1.68518131101813
|
No
|
similarityEdges
|
28,680
|
47,448
|
1.65439330543933
|
No
|
connectAllSimilar
|
240
|
49,133
|
204.720833333333
|
Yes
|
init
|
103
|
11,002
|
106.815533980583
|
No
|
connect
|
12
|
18
|
1.5
|
Yes
|
Total
|
260
|
49,648
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-10-16-DjvxcN--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-10-16-DjvxcN--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-06-10-16-DjvxcN–DV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
100
|
0.99
|
smallWorld
|
20
|
1
|
5
|
1
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
120
|
1,210
|
120
|
120
|
601
|
2,171
|
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,123
|
1.86855241264559
|
No
|
2
|
addItemToWork
|
240
|
1,495
|
6.22916666666667
|
No
|
3
|
ownsWork
|
120
|
715
|
5.95833333333333
|
No
|
4
|
init
|
103
|
11,777
|
114.339805825243
|
No
|
5
|
searchAndConnect
|
101
|
52,142
|
516.257425742574
|
Yes
|
6
|
getWorksItems
|
38
|
53
|
1.39473684210526
|
Yes
|
9
|
cycleSearch
|
2
|
508
|
254
|
Yes
|
10
|
getWorks
|
2
|
465
|
232.5
|
No
|
11
|
Total
|
148
|
53,288
|
|
|
Found structures
Cycles
Number of cycles found: 2
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-10-16-DjvxcN--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-10-16-DjvxcN--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-06-10-22-mPsCzG–CV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
100
|
0.99
|
random
|
20
|
1
|
5
|
2
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
220
|
3,948
|
220
|
220
|
100
|
4,708
|
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
|
170,758
|
1.76804721474425
|
No
|
existsSimilarity
|
96,580
|
166,500
|
1.72395941188652
|
No
|
similarityEdges
|
96,580
|
163,793
|
1.69593083454131
|
No
|
connect
|
1,213
|
2,598
|
2.14179719703215
|
Yes
|
connectAllSimilar
|
440
|
171,712
|
390.254545454545
|
Yes
|
init
|
103
|
11,021
|
107
|
No
|
Total
|
1,661
|
175,032
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-10-22-mPsCzG--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-10-22-mPsCzG--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-06-10-22-mPsCzG–DV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
100
|
0.99
|
random
|
20
|
1
|
5
|
2
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
220
|
1,522
|
220
|
220
|
100
|
2,282
|
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
|
14,494
|
4.02611111111111
|
Yes
|
3
|
getWorks
|
3,600
|
42,216
|
11.7266666666667
|
No
|
4
|
individualCycleSearch
|
3,600
|
85
|
0.0236111111111111
|
Yes
|
6
|
addItemToWork
|
440
|
3,921
|
8.91136363636364
|
No
|
7
|
ownsWork
|
220
|
1,592
|
7.23636363636364
|
No
|
8
|
init
|
103
|
11,917
|
115.699029126214
|
No
|
9
|
searchAndConnect
|
101
|
35,912
|
355.564356435644
|
Yes
|
10
|
knowsAgent
|
100
|
327
|
3.27
|
No
|
1
|
Total
|
14,501
|
65,373
|
|
|
Found structures
Cycles
Number of cycles found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-10-22-mPsCzG--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 3600
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-10-22-mPsCzG--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-06-11-26-QyKFQa–CV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
100
|
0.99
|
smallWorld
|
20
|
1
|
5
|
2
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
220
|
4,164
|
220
|
220
|
601
|
5,425
|
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
|
176,129
|
1.82365914267964
|
No
|
existsSimilarity
|
96,580
|
174,461
|
1.80638848622903
|
No
|
similarityEdges
|
96,580
|
171,753
|
1.77834955477325
|
No
|
connectAllSimilar
|
440
|
177,065
|
402.420454545455
|
Yes
|
init
|
103
|
11,206
|
108.796116504854
|
No
|
connect
|
21
|
46
|
2.19047619047619
|
Yes
|
Total
|
469
|
177,778
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-11-26-QyKFQa--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-11-26-QyKFQa--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-06-11-26-QyKFQa–DV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
100
|
0.99
|
smallWorld
|
20
|
1
|
5
|
2
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
220
|
4,122
|
220
|
220
|
601
|
5,383
|
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,028
|
1.71048252911814
|
No
|
2
|
addItemToWork
|
440
|
3,430
|
7.79545454545455
|
No
|
3
|
ownsWork
|
220
|
2,048
|
9.30909090909091
|
No
|
4
|
init
|
103
|
11,894
|
115.47572815534
|
No
|
5
|
searchAndConnect
|
101
|
102,100
|
1010.89108910891
|
Yes
|
6
|
getWorksItems
|
38
|
67
|
1.76315789473684
|
Yes
|
9
|
cycleSearch
|
4
|
706
|
176.5
|
Yes
|
10
|
getWorks
|
4
|
865
|
216.25
|
No
|
11
|
Total
|
152
|
104,050
|
|
|
Found structures
Cycles
Number of cycles found: 3
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-11-26-QyKFQa--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-11-26-QyKFQa--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-06-05-30-GEyUU9–CV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
100
|
0.99
|
random
|
5
|
1
|
10
|
1
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
105
|
1,016
|
105
|
105
|
100
|
1,431
|
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
|
38,269
|
1.74385964912281
|
No
|
existsSimilarity
|
21,945
|
37,740
|
1.71975393028025
|
No
|
similarityEdges
|
21,945
|
37,019
|
1.68689906584643
|
No
|
connectAllSimilar
|
210
|
38,506
|
183.361904761905
|
Yes
|
init
|
103
|
10,210
|
99.126213592233
|
No
|
connect
|
47
|
92
|
1.95744680851064
|
Yes
|
Total
|
265
|
38,847
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-05-30-GEyUU9--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-05-30-GEyUU9--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-06-05-30-GEyUU9–DV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
100
|
0.99
|
random
|
5
|
1
|
10
|
1
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
105
|
922
|
105
|
105
|
100
|
1,337
|
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
|
1,619
|
7.70952380952381
|
No
|
2
|
ownsWork
|
105
|
661
|
6.2952380952381
|
No
|
3
|
init
|
103
|
10,825
|
105.097087378641
|
No
|
4
|
searchAndConnect
|
101
|
25,370
|
251.188118811881
|
Yes
|
5
|
knowsAgent
|
100
|
260
|
2.6
|
No
|
6
|
getWorksItems
|
8
|
12
|
1.5
|
Yes
|
8
|
addChainToNetwork
|
1
|
0
|
0
|
Yes
|
9
|
addRandomWorksToAgents
|
1
|
0
|
0
|
Yes
|
11
|
Total
|
117
|
25,691
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-05-30-GEyUU9--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-05-30-GEyUU9--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-06-05-31-K4E6pi–CV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
100
|
0.99
|
smallWorld
|
5
|
1
|
10
|
1
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
105
|
1,006
|
105
|
105
|
601
|
1,922
|
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
|
36,755
|
1.67486899065846
|
No
|
existsSimilarity
|
21,945
|
36,317
|
1.65491000227842
|
No
|
similarityEdges
|
21,945
|
35,655
|
1.62474367737526
|
No
|
connectAllSimilar
|
210
|
36,978
|
176.085714285714
|
Yes
|
init
|
103
|
10,347
|
100.456310679612
|
No
|
connect
|
9
|
16
|
1.77777777777778
|
Yes
|
Total
|
227
|
37,270
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-05-31-K4E6pi--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-05-31-K4E6pi--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-06-05-31-K4E6pi–DV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
100
|
0.99
|
smallWorld
|
5
|
1
|
10
|
1
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
105
|
988
|
105
|
105
|
601
|
1,904
|
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
|
938
|
1.56073211314476
|
No
|
2
|
addItemToWork
|
210
|
1,203
|
5.72857142857143
|
No
|
3
|
ownsWork
|
105
|
553
|
5.26666666666667
|
No
|
4
|
init
|
103
|
10,755
|
104.417475728155
|
No
|
5
|
searchAndConnect
|
101
|
33,160
|
328.316831683168
|
Yes
|
6
|
getWorksItems
|
8
|
13
|
1.625
|
Yes
|
9
|
cycleSearch
|
2
|
357
|
178.5
|
Yes
|
10
|
getWorks
|
2
|
229
|
114.5
|
No
|
11
|
Total
|
118
|
34,075
|
|
|
Found structures
Cycles
Number of cycles found: 2
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-05-31-K4E6pi--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-05-31-K4E6pi--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-06-06-39-S7kVqj–CV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
100
|
0.99
|
random
|
5
|
1
|
10
|
2
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
205
|
3,442
|
205
|
205
|
100
|
4,157
|
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
|
144,507
|
1.72350169956467
|
No
|
existsSimilarity
|
83,845
|
142,793
|
1.70305921641124
|
No
|
similarityEdges
|
83,845
|
140,238
|
1.67258631999523
|
No
|
connectAllSimilar
|
410
|
145,403
|
354.641463414634
|
Yes
|
init
|
103
|
10,651
|
103.407766990291
|
No
|
connect
|
72
|
138
|
1.91666666666667
|
Yes
|
Total
|
490
|
145,957
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-06-39-S7kVqj--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-06-39-S7kVqj--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-06-06-39-S7kVqj–DV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
100
|
0.99
|
random
|
5
|
1
|
10
|
2
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
205
|
3,298
|
205
|
205
|
100
|
4,013
|
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
|
2,909
|
7.09512195121951
|
No
|
2
|
ownsWork
|
205
|
1,481
|
7.22439024390244
|
No
|
3
|
init
|
103
|
10,980
|
106.601941747573
|
No
|
4
|
searchAndConnect
|
101
|
61,078
|
604.732673267327
|
Yes
|
5
|
knowsAgent
|
100
|
454
|
4.54
|
No
|
6
|
getWorksItems
|
8
|
20
|
2.5
|
Yes
|
9
|
cycleSearch
|
2
|
747
|
373.5
|
Yes
|
10
|
getWorks
|
2
|
502
|
251
|
No
|
11
|
Total
|
118
|
62,839
|
|
|
Found structures
Cycles
Number of cycles found: 2
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-06-39-S7kVqj--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-06-39-S7kVqj--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-06-06-42-ADcmCH–CV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
100
|
0.99
|
smallWorld
|
5
|
1
|
10
|
2
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
205
|
3,650
|
205
|
205
|
601
|
4,866
|
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
|
144,426
|
1.72253563122428
|
No
|
existsSimilarity
|
83,845
|
142,874
|
1.70402528475163
|
No
|
similarityEdges
|
83,845
|
140,356
|
1.67399367881209
|
No
|
connectAllSimilar
|
410
|
145,263
|
354.3
|
Yes
|
init
|
103
|
11,305
|
109.757281553398
|
No
|
connect
|
22
|
41
|
1.86363636363636
|
Yes
|
Total
|
440
|
145,727
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-06-42-ADcmCH--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-06-42-ADcmCH--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-06-06-42-ADcmCH–DV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
100
|
0.99
|
smallWorld
|
5
|
1
|
10
|
2
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
205
|
3,606
|
205
|
205
|
601
|
4,822
|
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,057
|
1.75873544093178
|
No
|
2
|
addItemToWork
|
410
|
3,122
|
7.61463414634146
|
No
|
3
|
ownsWork
|
205
|
1,308
|
6.38048780487805
|
No
|
4
|
init
|
103
|
11,082
|
107.592233009709
|
No
|
5
|
searchAndConnect
|
101
|
84,028
|
831.960396039604
|
Yes
|
6
|
getWorksItems
|
8
|
18
|
2.25
|
Yes
|
9
|
cycleSearch
|
3
|
206
|
68.6666666666667
|
Yes
|
10
|
getWorks
|
3
|
574
|
191.333333333333
|
No
|
11
|
Total
|
120
|
84,749
|
|
|
Found structures
Cycles
Number of cycles found: 3
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-06-42-ADcmCH--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-06-42-ADcmCH--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-06-05-32-cZcsGI–CV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
100
|
0.99
|
random
|
5
|
1
|
30
|
1
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
105
|
1,002
|
105
|
105
|
100
|
1,417
|
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
|
36,876
|
1.68038277511962
|
No
|
existsSimilarity
|
21,945
|
36,409
|
1.65910230120756
|
No
|
similarityEdges
|
21,945
|
35,698
|
1.62670312143996
|
No
|
connectAllSimilar
|
210
|
37,122
|
176.771428571429
|
Yes
|
init
|
103
|
10,437
|
101.330097087379
|
No
|
connect
|
6
|
12
|
2
|
Yes
|
Total
|
224
|
37,485
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-05-32-cZcsGI--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-05-32-cZcsGI--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-06-05-32-cZcsGI–DV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
100
|
0.99
|
random
|
5
|
1
|
30
|
1
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
105
|
990
|
105
|
105
|
100
|
1,405
|
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,259
|
10.7571428571429
|
No
|
2
|
ownsWork
|
105
|
1,220
|
11.6190476190476
|
No
|
3
|
init
|
103
|
10,841
|
105.252427184466
|
No
|
4
|
searchAndConnect
|
101
|
24,486
|
242.435643564356
|
Yes
|
5
|
knowsAgent
|
100
|
180
|
1.8
|
No
|
6
|
getWorksItems
|
8
|
14
|
1.75
|
Yes
|
8
|
addChainToNetwork
|
1
|
0
|
0
|
Yes
|
9
|
addRandomWorksToAgents
|
1
|
0
|
0
|
Yes
|
11
|
Total
|
117
|
24,719
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-05-32-cZcsGI--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-05-32-cZcsGI--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-06-05-33-HrDCWx–CV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
100
|
0.99
|
smallWorld
|
5
|
1
|
30
|
1
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
105
|
924
|
105
|
105
|
601
|
1,840
|
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
|
36,376
|
1.65759854180907
|
No
|
existsSimilarity
|
21,945
|
35,910
|
1.63636363636364
|
No
|
similarityEdges
|
21,945
|
35,287
|
1.60797448165869
|
No
|
connectAllSimilar
|
210
|
36,627
|
174.414285714286
|
Yes
|
init
|
103
|
10,440
|
101.359223300971
|
No
|
connect
|
8
|
15
|
1.875
|
Yes
|
Total
|
226
|
36,939
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-05-33-HrDCWx--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-05-33-HrDCWx--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-06-05-33-HrDCWx–DV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
100
|
0.99
|
smallWorld
|
5
|
1
|
30
|
1
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
105
|
908
|
105
|
105
|
601
|
1,824
|
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
|
894
|
1.48752079866889
|
No
|
2
|
addItemToWork
|
210
|
1,201
|
5.71904761904762
|
No
|
3
|
ownsWork
|
105
|
688
|
6.55238095238095
|
No
|
4
|
init
|
103
|
10,847
|
105.31067961165
|
No
|
5
|
searchAndConnect
|
101
|
31,928
|
316.118811881188
|
Yes
|
6
|
getWorksItems
|
8
|
14
|
1.75
|
Yes
|
9
|
cycleSearch
|
2
|
368
|
184
|
Yes
|
10
|
getWorks
|
2
|
257
|
128.5
|
No
|
11
|
Total
|
118
|
32,808
|
|
|
Found structures
Cycles
Number of cycles found: 2
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-05-33-HrDCWx--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-05-33-HrDCWx--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-06-06-45-L4TfVk–CV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
100
|
0.99
|
random
|
5
|
1
|
30
|
2
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
205
|
3,536
|
205
|
205
|
100
|
4,251
|
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
|
152,622
|
1.82028743514819
|
No
|
existsSimilarity
|
83,845
|
150,986
|
1.80077524002624
|
No
|
similarityEdges
|
83,845
|
148,457
|
1.77061243962073
|
No
|
connectAllSimilar
|
410
|
153,493
|
374.373170731707
|
Yes
|
init
|
103
|
10,679
|
103.679611650485
|
No
|
connect
|
19
|
75
|
3.94736842105263
|
Yes
|
Total
|
437
|
154,074
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-06-45-L4TfVk--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-06-45-L4TfVk--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-06-06-45-L4TfVk–DV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
100
|
0.99
|
random
|
5
|
1
|
30
|
2
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
205
|
3,498
|
205
|
205
|
100
|
4,213
|
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
|
3,128
|
7.62926829268293
|
No
|
2
|
ownsWork
|
205
|
1,299
|
6.33658536585366
|
No
|
3
|
init
|
103
|
11,274
|
109.456310679612
|
No
|
4
|
searchAndConnect
|
101
|
70,653
|
699.534653465347
|
Yes
|
5
|
knowsAgent
|
100
|
198
|
1.98
|
No
|
6
|
getWorksItems
|
8
|
20
|
2.5
|
Yes
|
9
|
cycleSearch
|
3
|
465
|
155
|
Yes
|
10
|
getWorks
|
3
|
646
|
215.333333333333
|
No
|
11
|
Total
|
120
|
71,569
|
|
|
Found structures
Cycles
Number of cycles found: 3
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-06-45-L4TfVk--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-06-45-L4TfVk--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-06-06-48-xuU8NP–CV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
100
|
0.99
|
smallWorld
|
5
|
1
|
30
|
2
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
205
|
3,622
|
205
|
205
|
601
|
4,838
|
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
|
149,521
|
1.78330252251178
|
No
|
existsSimilarity
|
83,845
|
147,893
|
1.7638857415469
|
No
|
similarityEdges
|
83,845
|
145,342
|
1.73346055220943
|
No
|
connectAllSimilar
|
410
|
150,377
|
366.773170731707
|
Yes
|
init
|
103
|
10,986
|
106.660194174757
|
No
|
connect
|
15
|
23
|
1.53333333333333
|
Yes
|
Total
|
433
|
150,796
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-06-48-xuU8NP--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-06-48-xuU8NP--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-06-06-48-xuU8NP–DV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
100
|
0.99
|
smallWorld
|
5
|
1
|
30
|
2
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
205
|
3,592
|
205
|
205
|
601
|
4,808
|
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
|
920
|
1.53078202995008
|
No
|
2
|
addItemToWork
|
410
|
2,606
|
6.35609756097561
|
No
|
3
|
ownsWork
|
205
|
1,163
|
5.67317073170732
|
No
|
4
|
init
|
103
|
11,158
|
108.330097087379
|
No
|
5
|
searchAndConnect
|
101
|
76,737
|
759.772277227723
|
Yes
|
6
|
getWorksItems
|
8
|
12
|
1.5
|
Yes
|
9
|
cycleSearch
|
3
|
1,062
|
354
|
Yes
|
10
|
getWorks
|
3
|
664
|
221.333333333333
|
No
|
11
|
Total
|
120
|
78,937
|
|
|
Found structures
Cycles
Number of cycles found: 3
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-06-48-xuU8NP--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-06-48-xuU8NP--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-06-04-28-hVvVYb–CV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
100
|
0.99
|
random
|
5
|
1
|
5
|
1
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
105
|
968
|
105
|
105
|
100
|
1,383
|
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
|
36,976
|
1.68493962178173
|
No
|
existsSimilarity
|
21,945
|
36,033
|
1.64196855775803
|
No
|
similarityEdges
|
21,945
|
35,411
|
1.61362497151971
|
No
|
connect
|
222
|
470
|
2.11711711711712
|
Yes
|
connectAllSimilar
|
210
|
37,216
|
177.219047619048
|
Yes
|
init
|
103
|
10,122
|
98.2718446601942
|
No
|
Total
|
440
|
37,938
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-04-28-hVvVYb--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-04-28-hVvVYb--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-06-04-28-hVvVYb–DV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
100
|
0.99
|
random
|
5
|
1
|
5
|
1
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
105
|
524
|
105
|
105
|
100
|
939
|
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
|
45,151
|
12.5419444444444
|
Yes
|
3
|
getWorks
|
3,600
|
37,559
|
10.4330555555556
|
No
|
4
|
individualCycleSearch
|
3,600
|
118
|
0.0327777777777778
|
Yes
|
6
|
addItemToWork
|
210
|
1,248
|
5.94285714285714
|
No
|
7
|
ownsWork
|
105
|
565
|
5.38095238095238
|
No
|
8
|
init
|
103
|
10,545
|
102.378640776699
|
No
|
9
|
searchAndConnect
|
101
|
14,167
|
140.267326732673
|
Yes
|
10
|
knowsAgent
|
100
|
540
|
5.4
|
No
|
1
|
Total
|
14,501
|
228,113
|
|
|
Found structures
Cycles
Number of cycles found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-04-28-hVvVYb--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 3600
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-04-28-hVvVYb--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-06-05-29-d99Ubw–CV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
100
|
0.99
|
smallWorld
|
5
|
1
|
5
|
1
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
105
|
966
|
105
|
105
|
601
|
1,882
|
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
|
36,161
|
1.64780132148553
|
No
|
existsSimilarity
|
21,945
|
35,760
|
1.62952836637047
|
No
|
similarityEdges
|
21,945
|
35,135
|
1.60104807473229
|
No
|
connectAllSimilar
|
210
|
36,390
|
173.285714285714
|
Yes
|
init
|
103
|
10,404
|
101.009708737864
|
No
|
connect
|
6
|
10
|
1.66666666666667
|
Yes
|
Total
|
224
|
36,627
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-05-29-d99Ubw--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-05-29-d99Ubw--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-06-05-29-d99Ubw–DV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
100
|
0.99
|
smallWorld
|
5
|
1
|
5
|
1
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
105
|
954
|
105
|
105
|
601
|
1,870
|
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
|
946
|
1.57404326123128
|
No
|
2
|
addItemToWork
|
210
|
1,236
|
5.88571428571429
|
No
|
3
|
ownsWork
|
105
|
540
|
5.14285714285714
|
No
|
4
|
init
|
103
|
10,605
|
102.961165048544
|
No
|
5
|
searchAndConnect
|
101
|
32,167
|
318.485148514851
|
Yes
|
6
|
getWorksItems
|
8
|
11
|
1.375
|
Yes
|
9
|
cycleSearch
|
2
|
320
|
160
|
Yes
|
10
|
getWorks
|
2
|
220
|
110
|
No
|
11
|
Total
|
118
|
32,846
|
|
|
Found structures
Cycles
Number of cycles found: 2
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-05-29-d99Ubw--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-05-29-d99Ubw--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-06-05-34-j3U3Rp–CV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
100
|
0.99
|
random
|
5
|
1
|
5
|
2
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
205
|
3,420
|
205
|
205
|
100
|
4,135
|
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
|
149,425
|
1.78215755262687
|
No
|
existsSimilarity
|
83,845
|
145,289
|
1.73282843341881
|
No
|
similarityEdges
|
83,845
|
142,709
|
1.70205736776194
|
No
|
connect
|
1,002
|
2,412
|
2.40718562874252
|
Yes
|
connectAllSimilar
|
410
|
150,419
|
366.875609756098
|
Yes
|
init
|
103
|
10,910
|
105.922330097087
|
No
|
Total
|
1,420
|
153,228
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-05-34-j3U3Rp--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-05-34-j3U3Rp--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-06-05-34-j3U3Rp–DV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
100
|
0.99
|
random
|
5
|
1
|
5
|
2
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
205
|
1,416
|
205
|
205
|
100
|
2,131
|
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
|
44,045
|
12.2347222222222
|
Yes
|
3
|
getWorks
|
3,600
|
37,929
|
10.5358333333333
|
No
|
4
|
individualCycleSearch
|
3,600
|
111
|
0.0308333333333333
|
Yes
|
6
|
addItemToWork
|
410
|
2,427
|
5.91951219512195
|
No
|
7
|
ownsWork
|
205
|
1,255
|
6.1219512195122
|
No
|
8
|
init
|
103
|
11,066
|
107.436893203883
|
No
|
9
|
searchAndConnect
|
101
|
29,019
|
287.316831683168
|
Yes
|
10
|
knowsAgent
|
100
|
298
|
2.98
|
No
|
1
|
Total
|
14,501
|
215,291
|
|
|
Found structures
Cycles
Number of cycles found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-05-34-j3U3Rp--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 3600
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-05-34-j3U3Rp--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-06-06-37-baesfU–CV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
100
|
0.99
|
smallWorld
|
5
|
1
|
5
|
2
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
205
|
3,550
|
205
|
205
|
601
|
4,766
|
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
|
145,802
|
1.73894686624128
|
No
|
existsSimilarity
|
83,845
|
144,232
|
1.7202218379152
|
No
|
similarityEdges
|
83,845
|
141,669
|
1.68965352734212
|
No
|
connectAllSimilar
|
410
|
146,674
|
357.741463414634
|
Yes
|
init
|
103
|
10,473
|
101.679611650485
|
No
|
connect
|
15
|
28
|
1.86666666666667
|
Yes
|
Total
|
433
|
147,054
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-06-37-baesfU--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-06-37-baesfU--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-06-06-37-baesfU–DV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
100
|
0.99
|
smallWorld
|
5
|
1
|
5
|
2
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
205
|
3,520
|
205
|
205
|
601
|
4,736
|
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,039
|
1.7287853577371
|
No
|
2
|
addItemToWork
|
410
|
2,705
|
6.59756097560976
|
No
|
3
|
ownsWork
|
205
|
1,244
|
6.06829268292683
|
No
|
4
|
init
|
103
|
11,378
|
110.466019417476
|
No
|
5
|
searchAndConnect
|
101
|
85,225
|
843.811881188119
|
Yes
|
6
|
getWorksItems
|
8
|
20
|
2.5
|
Yes
|
9
|
cycleSearch
|
3
|
24
|
8
|
Yes
|
10
|
getWorks
|
3
|
24
|
8
|
No
|
11
|
Total
|
120
|
85,847
|
|
|
Found structures
Cycles
Number of cycles found: 3
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-06-37-baesfU--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-06-37-baesfU--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-07-05-21-z6nanK–CV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
200
|
0.99
|
random
|
10
|
1
|
10
|
1
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
210
|
3,758
|
210
|
210
|
200
|
4,588
|
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
|
174,011
|
1.9776224570974
|
No
|
existsSimilarity
|
87,990
|
171,528
|
1.94940334128878
|
No
|
similarityEdges
|
87,990
|
168,974
|
1.92037731560405
|
No
|
connectAllSimilar
|
420
|
174,928
|
416.495238095238
|
Yes
|
connect
|
358
|
927
|
2.58938547486034
|
Yes
|
init
|
203
|
17,692
|
87.1527093596059
|
No
|
Total
|
786
|
176,424
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-07-05-21-z6nanK--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-07-05-21-z6nanK--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-07-05-21-z6nanK–DV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
200
|
0.99
|
random
|
10
|
1
|
10
|
1
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
210
|
3,042
|
210
|
210
|
200
|
3,872
|
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
|
79,260
|
22.0166666666667
|
Yes
|
3
|
getWorks
|
3,600
|
51,439
|
14.2886111111111
|
No
|
4
|
individualCycleSearch
|
3,600
|
113
|
0.0313888888888889
|
Yes
|
6
|
addItemToWork
|
420
|
4,625
|
11.0119047619048
|
No
|
7
|
ownsWork
|
210
|
2,318
|
11.0380952380952
|
No
|
8
|
init
|
203
|
18,647
|
91.8571428571429
|
No
|
9
|
searchAndConnect
|
201
|
118,250
|
588.308457711443
|
Yes
|
10
|
knowsAgent
|
200
|
734
|
3.67
|
No
|
1
|
Total
|
14,601
|
524,539
|
|
|
Found structures
Cycles
Number of cycles found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-07-05-21-z6nanK--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 3600
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-07-05-21-z6nanK--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-07-06-25-DHYS8W–CV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
200
|
0.99
|
smallWorld
|
10
|
1
|
10
|
1
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
210
|
3,758
|
210
|
210
|
1,201
|
5,589
|
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
|
172,950
|
1.96556426866689
|
No
|
existsSimilarity
|
87,990
|
171,374
|
1.94765314240255
|
No
|
similarityEdges
|
87,990
|
168,926
|
1.91983179906808
|
No
|
connectAllSimilar
|
420
|
173,809
|
413.830952380952
|
Yes
|
init
|
203
|
17,432
|
85.871921182266
|
No
|
connect
|
16
|
26
|
1.625
|
Yes
|
Total
|
444
|
174,446
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-07-06-25-DHYS8W--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-07-06-25-DHYS8W--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-07-06-25-DHYS8W–DV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
200
|
0.99
|
smallWorld
|
10
|
1
|
10
|
1
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
210
|
3,726
|
210
|
210
|
1,201
|
5,557
|
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
|
2,408
|
2.00499583680266
|
No
|
2
|
addItemToWork
|
420
|
4,081
|
9.71666666666667
|
No
|
3
|
ownsWork
|
210
|
2,446
|
11.647619047619
|
No
|
4
|
init
|
203
|
18,753
|
92.3793103448276
|
No
|
5
|
searchAndConnect
|
201
|
180,666
|
898.835820895522
|
Yes
|
6
|
getWorksItems
|
18
|
58
|
3.22222222222222
|
Yes
|
8
|
cycleSearch
|
6
|
753
|
125.5
|
Yes
|
9
|
getWorks
|
6
|
680
|
113.333333333333
|
No
|
10
|
individualCycleSearch
|
6
|
0
|
0
|
Yes
|
11
|
Total
|
237
|
182,221
|
|
|
Found structures
Cycles
Number of cycles found: 6
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-07-06-25-DHYS8W--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-07-06-25-DHYS8W--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-07-08-01-6C8G2t–CV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
200
|
0.99
|
random
|
10
|
1
|
10
|
2
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
410
|
13,416
|
410
|
410
|
200
|
14,846
|
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
|
750,744
|
2.23575448941303
|
No
|
existsSimilarity
|
335,790
|
739,979
|
2.20369576223235
|
No
|
similarityEdges
|
335,790
|
729,797
|
2.1733732392269
|
No
|
connect
|
1,804
|
4,850
|
2.68847006651885
|
Yes
|
connectAllSimilar
|
820
|
753,967
|
919.471951219512
|
Yes
|
init
|
203
|
18,199
|
89.6502463054187
|
No
|
Total
|
2,632
|
759,823
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-07-08-01-6C8G2t--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-07-08-01-6C8G2t--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-07-08-01-6C8G2t–DV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
200
|
0.99
|
random
|
10
|
1
|
10
|
2
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
410
|
9,808
|
410
|
410
|
200
|
11,238
|
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
|
1
|
addItemToWork
|
820
|
7,870
|
9.59756097560976
|
No
|
2
|
ownsWork
|
410
|
3,821
|
9.31951219512195
|
No
|
3
|
init
|
203
|
19,721
|
97.1477832512315
|
No
|
4
|
searchAndConnect
|
201
|
279,091
|
1388.51243781095
|
Yes
|
5
|
knowsAgent
|
200
|
532
|
2.66
|
No
|
6
|
getWorksItems
|
18
|
37
|
2.05555555555556
|
Yes
|
8
|
cycleSearch
|
9
|
444
|
49.3333333333333
|
Yes
|
9
|
getWorks
|
9
|
1,001
|
111.222222222222
|
No
|
10
|
individualCycleSearch
|
9
|
0
|
0
|
Yes
|
11
|
Total
|
246
|
280,760
|
|
|
Found structures
Cycles
Number of cycles found: 9
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-07-08-01-6C8G2t--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-07-08-01-6C8G2t--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-07-08-15-pX3HHR–CV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
200
|
0.99
|
smallWorld
|
10
|
1
|
10
|
2
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
410
|
13,950
|
410
|
410
|
1,201
|
16,381
|
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
|
762,501
|
2.27076744393818
|
No
|
existsSimilarity
|
335,790
|
756,530
|
2.25298549688794
|
No
|
similarityEdges
|
335,790
|
745,957
|
2.2214985556449
|
No
|
connectAllSimilar
|
820
|
765,750
|
933.841463414634
|
Yes
|
init
|
203
|
18,534
|
91.3004926108374
|
No
|
connect
|
57
|
184
|
3.2280701754386
|
Yes
|
Total
|
885
|
767,005
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-07-08-15-pX3HHR--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-07-08-15-pX3HHR--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-07-08-15-pX3HHR–DV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
200
|
0.99
|
smallWorld
|
10
|
1
|
10
|
2
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
410
|
13,836
|
410
|
410
|
1,201
|
16,267
|
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
|
1
|
knowsAgent
|
1,201
|
2,511
|
2.09075770191507
|
No
|
2
|
addItemToWork
|
820
|
9,095
|
11.0914634146341
|
No
|
3
|
ownsWork
|
410
|
3,937
|
9.60243902439024
|
No
|
4
|
init
|
203
|
19,535
|
96.2315270935961
|
No
|
5
|
searchAndConnect
|
201
|
452,820
|
2252.83582089552
|
Yes
|
6
|
getWorksItems
|
18
|
27
|
1.5
|
Yes
|
8
|
cycleSearch
|
14
|
1,191
|
85.0714285714286
|
Yes
|
9
|
getWorks
|
14
|
1,566
|
111.857142857143
|
No
|
10
|
individualCycleSearch
|
14
|
0
|
0
|
Yes
|
11
|
Total
|
261
|
455,850
|
|
|
Found structures
Cycles
Number of cycles found: 14
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-07-08-15-pX3HHR--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-07-08-15-pX3HHR--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-07-06-29-HaxsHb–CV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
200
|
0.99
|
random
|
10
|
1
|
30
|
1
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
210
|
3,560
|
210
|
210
|
200
|
4,390
|
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
|
169,781
|
1.92954881236504
|
No
|
existsSimilarity
|
87,990
|
168,273
|
1.91241050119332
|
No
|
similarityEdges
|
87,990
|
166,013
|
1.8867257642914
|
No
|
connectAllSimilar
|
420
|
170,535
|
406.035714285714
|
Yes
|
init
|
203
|
17,546
|
86.4334975369458
|
No
|
connect
|
12
|
29
|
2.41666666666667
|
Yes
|
Total
|
440
|
171,172
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-07-06-29-HaxsHb--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-07-06-29-HaxsHb--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-07-06-29-HaxsHb–DV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
200
|
0.99
|
random
|
10
|
1
|
30
|
1
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
210
|
3,536
|
210
|
210
|
200
|
4,366
|
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
|
6,521
|
15.5261904761905
|
No
|
2
|
ownsWork
|
210
|
2,498
|
11.8952380952381
|
No
|
3
|
init
|
203
|
18,853
|
92.871921182266
|
No
|
4
|
searchAndConnect
|
201
|
142,765
|
710.273631840796
|
Yes
|
5
|
knowsAgent
|
200
|
1,509
|
7.545
|
No
|
6
|
getWorksItems
|
18
|
31
|
1.72222222222222
|
Yes
|
8
|
cycleSearch
|
5
|
109
|
21.8
|
Yes
|
10
|
getWorks
|
5
|
71
|
14.2
|
No
|
11
|
Total
|
234
|
143,956
|
|
|
Found structures
Cycles
Number of cycles found: 5
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-07-06-29-HaxsHb--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-07-06-29-HaxsHb--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-07-06-32-TfAZMo–CV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
200
|
0.99
|
smallWorld
|
10
|
1
|
30
|
1
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
210
|
3,764
|
210
|
210
|
1,201
|
5,595
|
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
|
177,389
|
2.01601318331629
|
No
|
existsSimilarity
|
87,990
|
175,807
|
1.99803386748494
|
No
|
similarityEdges
|
87,990
|
173,448
|
1.97122400272758
|
No
|
connectAllSimilar
|
420
|
178,290
|
424.5
|
Yes
|
init
|
203
|
17,578
|
86.5911330049261
|
No
|
connect
|
21
|
38
|
1.80952380952381
|
Yes
|
Total
|
449
|
178,959
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-07-06-32-TfAZMo--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-07-06-32-TfAZMo--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-07-06-32-TfAZMo–DV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
200
|
0.99
|
smallWorld
|
10
|
1
|
30
|
1
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
210
|
3,722
|
210
|
210
|
1,201
|
5,553
|
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
|
2,362
|
1.96669442131557
|
No
|
2
|
addItemToWork
|
420
|
3,341
|
7.9547619047619
|
No
|
3
|
ownsWork
|
210
|
1,508
|
7.18095238095238
|
No
|
4
|
init
|
203
|
18,810
|
92.6600985221675
|
No
|
5
|
searchAndConnect
|
201
|
181,957
|
905.258706467662
|
Yes
|
6
|
getWorksItems
|
18
|
25
|
1.38888888888889
|
Yes
|
8
|
cycleSearch
|
6
|
616
|
102.666666666667
|
Yes
|
9
|
getWorks
|
6
|
718
|
119.666666666667
|
No
|
10
|
individualCycleSearch
|
6
|
0
|
0
|
Yes
|
11
|
Total
|
237
|
183,282
|
|
|
Found structures
Cycles
Number of cycles found: 6
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-07-06-32-TfAZMo--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-07-06-32-TfAZMo--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-07-08-28-mKkNqT–CV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
200
|
0.99
|
random
|
10
|
1
|
30
|
2
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
410
|
14,002
|
410
|
410
|
200
|
15,432
|
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
|
757,255
|
2.25514458441288
|
No
|
existsSimilarity
|
335,790
|
751,544
|
2.23813693081986
|
No
|
similarityEdges
|
335,790
|
741,381
|
2.20787099079782
|
No
|
connectAllSimilar
|
820
|
760,247
|
927.130487804878
|
Yes
|
init
|
203
|
18,155
|
89.4334975369458
|
No
|
connect
|
49
|
140
|
2.85714285714286
|
Yes
|
Total
|
877
|
761,492
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-07-08-28-mKkNqT--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-07-08-28-mKkNqT--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-07-08-28-mKkNqT–DV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
200
|
0.99
|
random
|
10
|
1
|
30
|
2
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
410
|
13,904
|
410
|
410
|
200
|
15,334
|
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
|
1
|
addItemToWork
|
820
|
11,121
|
13.5621951219512
|
No
|
2
|
ownsWork
|
410
|
5,787
|
14.1146341463415
|
No
|
3
|
init
|
203
|
19,848
|
97.7733990147783
|
No
|
4
|
searchAndConnect
|
201
|
330,195
|
1642.76119402985
|
Yes
|
5
|
knowsAgent
|
200
|
1,012
|
5.06
|
No
|
6
|
getWorksItems
|
18
|
33
|
1.83333333333333
|
Yes
|
8
|
cycleSearch
|
10
|
3,898
|
389.8
|
Yes
|
9
|
getWorks
|
10
|
1,408
|
140.8
|
No
|
10
|
individualCycleSearch
|
10
|
0
|
0
|
Yes
|
11
|
Total
|
249
|
338,606
|
|
|
Found structures
Cycles
Number of cycles found: 9
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-07-08-28-mKkNqT--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-07-08-28-mKkNqT--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-07-08-42-ya4Qqo–CV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
200
|
0.99
|
smallWorld
|
10
|
1
|
30
|
2
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
410
|
14,222
|
410
|
410
|
1,201
|
16,653
|
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
|
765,357
|
2.27927275976056
|
No
|
existsSimilarity
|
335,790
|
759,682
|
2.26237231603085
|
No
|
similarityEdges
|
335,790
|
749,147
|
2.23099854075464
|
No
|
connectAllSimilar
|
820
|
768,559
|
937.267073170732
|
Yes
|
init
|
203
|
18,503
|
91.1477832512315
|
No
|
connect
|
38
|
65
|
1.71052631578947
|
Yes
|
Total
|
866
|
769,534
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-07-08-42-ya4Qqo--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-07-08-42-ya4Qqo--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-07-08-42-ya4Qqo–DV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
200
|
0.99
|
smallWorld
|
10
|
1
|
30
|
2
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
410
|
14,146
|
410
|
410
|
1,201
|
16,577
|
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
|
2,713
|
2.25895087427144
|
No
|
addItemToWork
|
820
|
9,942
|
12.1243902439024
|
No
|
ownsWork
|
410
|
4,145
|
10.109756097561
|
No
|
init
|
203
|
19,954
|
98.2955665024631
|
No
|
searchAndConnect
|
201
|
459,974
|
2288.42786069652
|
Yes
|
getWorksItems
|
18
|
61
|
3.38888888888889
|
Yes
|
cycleSearch
|
14
|
381
|
27.2142857142857
|
Yes
|
getWorks
|
14
|
2,002
|
143
|
No
|
individualCycleSearch
|
14
|
0
|
0
|
Yes
|
Total
|
259
|
462,133
|
|
|
Found structures
Cycles
Number of cycles found: 12
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-07-08-42-ya4Qqo--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-07-08-42-ya4Qqo--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-07-04-15-jVFRQY–CV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
200
|
0.99
|
random
|
10
|
1
|
5
|
1
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
210
|
3,440
|
210
|
210
|
200
|
4,270
|
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
|
163,651
|
1.85988180475054
|
No
|
existsSimilarity
|
87,990
|
158,906
|
1.80595522218434
|
No
|
similarityEdges
|
87,990
|
156,660
|
1.78042959427208
|
No
|
connect
|
1,379
|
3,258
|
2.36258158085569
|
Yes
|
connectAllSimilar
|
420
|
164,447
|
391.540476190476
|
Yes
|
init
|
203
|
16,738
|
82.4532019704433
|
No
|
Total
|
1,807
|
168,431
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-07-04-15-jVFRQY--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-07-04-15-jVFRQY--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-07-04-15-jVFRQY–DV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
200
|
0.99
|
random
|
10
|
1
|
5
|
1
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
210
|
682
|
210
|
210
|
200
|
1,512
|
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,123
|
3.92305555555556
|
Yes
|
3
|
getWorks
|
3,600
|
46,778
|
12.9938888888889
|
No
|
4
|
individualCycleSearch
|
3,600
|
67
|
0.0186111111111111
|
Yes
|
6
|
addItemToWork
|
420
|
4,070
|
9.69047619047619
|
No
|
7
|
ownsWork
|
210
|
2,708
|
12.8952380952381
|
No
|
8
|
init
|
203
|
18,169
|
89.5024630541872
|
No
|
9
|
searchAndConnect
|
201
|
29,838
|
148.44776119403
|
Yes
|
10
|
knowsAgent
|
200
|
658
|
3.29
|
No
|
1
|
Total
|
14,601
|
57,718
|
|
|
Found structures
Cycles
Number of cycles found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-07-04-15-jVFRQY--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 3600
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-07-04-15-jVFRQY--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-07-05-18-s4eaNv–CV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
200
|
0.99
|
smallWorld
|
10
|
1
|
5
|
1
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
210
|
3,658
|
210
|
210
|
1,201
|
5,489
|
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
|
169,121
|
1.92204795999545
|
No
|
existsSimilarity
|
87,990
|
167,596
|
1.90471644505057
|
No
|
similarityEdges
|
87,990
|
165,340
|
1.87907716785998
|
No
|
connectAllSimilar
|
420
|
169,873
|
404.459523809524
|
Yes
|
init
|
203
|
17,507
|
86.2413793103448
|
No
|
connect
|
15
|
21
|
1.4
|
Yes
|
Total
|
443
|
170,546
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-07-05-18-s4eaNv--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-07-05-18-s4eaNv--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-07-05-18-s4eaNv–DV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
200
|
0.99
|
smallWorld
|
10
|
1
|
5
|
1
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
210
|
3,628
|
210
|
210
|
1,201
|
5,459
|
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
|
2,210
|
1.84013322231474
|
No
|
2
|
addItemToWork
|
420
|
4,181
|
9.9547619047619
|
No
|
3
|
ownsWork
|
210
|
2,577
|
12.2714285714286
|
No
|
4
|
init
|
203
|
17,986
|
88.6009852216749
|
No
|
5
|
searchAndConnect
|
201
|
159,459
|
793.328358208955
|
Yes
|
6
|
getWorksItems
|
18
|
71
|
3.94444444444444
|
Yes
|
8
|
cycleSearch
|
5
|
1,480
|
296
|
Yes
|
10
|
getWorks
|
5
|
670
|
134
|
No
|
11
|
Total
|
234
|
163,098
|
|
|
Found structures
Cycles
Number of cycles found: 4
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-07-05-18-s4eaNv--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-07-05-18-s4eaNv--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-07-06-36-hZmzBK–CV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
200
|
0.99
|
random
|
10
|
1
|
5
|
2
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
410
|
13,388
|
410
|
410
|
200
|
14,818
|
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
|
702,791
|
2.09294797343578
|
No
|
existsSimilarity
|
335,790
|
683,445
|
2.03533458411507
|
No
|
similarityEdges
|
335,790
|
673,960
|
2.00708776318532
|
No
|
connect
|
5,385
|
13,620
|
2.52924791086351
|
Yes
|
connectAllSimilar
|
820
|
706,048
|
861.034146341463
|
Yes
|
init
|
203
|
18,265
|
89.9753694581281
|
No
|
Total
|
6,213
|
720,657
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-07-06-36-hZmzBK--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-07-06-36-hZmzBK--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-07-06-36-hZmzBK–DV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
200
|
0.99
|
random
|
10
|
1
|
5
|
2
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
410
|
2,618
|
410
|
410
|
200
|
4,048
|
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
|
23,620
|
6.56111111111111
|
Yes
|
3
|
getWorks
|
3,600
|
48,052
|
13.3477777777778
|
No
|
4
|
individualCycleSearch
|
3,600
|
79
|
0.0219444444444444
|
Yes
|
6
|
addItemToWork
|
820
|
11,840
|
14.4390243902439
|
No
|
7
|
ownsWork
|
410
|
5,739
|
13.9975609756098
|
No
|
8
|
init
|
203
|
18,455
|
90.9113300492611
|
No
|
9
|
searchAndConnect
|
201
|
71,341
|
354.930348258706
|
Yes
|
10
|
knowsAgent
|
200
|
899
|
4.495
|
No
|
1
|
Total
|
14,601
|
155,795
|
|
|
Found structures
Cycles
Number of cycles found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-07-06-36-hZmzBK--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 3600
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-07-06-36-hZmzBK--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-07-07-48-pmbZoF–CV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
200
|
0.99
|
smallWorld
|
10
|
1
|
5
|
2
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
410
|
13,912
|
410
|
410
|
1,201
|
16,343
|
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
|
748,076
|
2.22780904732124
|
No
|
existsSimilarity
|
335,790
|
742,091
|
2.20998540754638
|
No
|
similarityEdges
|
335,790
|
731,644
|
2.17887370082492
|
No
|
connectAllSimilar
|
820
|
751,200
|
916.09756097561
|
Yes
|
init
|
203
|
17,757
|
87.4729064039409
|
No
|
connect
|
72
|
199
|
2.76388888888889
|
Yes
|
Total
|
900
|
752,446
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-07-07-48-pmbZoF--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-07-07-48-pmbZoF--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-07-07-48-pmbZoF–DV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
200
|
0.99
|
smallWorld
|
10
|
1
|
5
|
2
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
410
|
13,768
|
410
|
410
|
1,201
|
16,199
|
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
|
2,378
|
1.98001665278934
|
No
|
addItemToWork
|
820
|
12,096
|
14.7512195121951
|
No
|
ownsWork
|
410
|
6,246
|
15.2341463414634
|
No
|
init
|
203
|
19,712
|
97.1034482758621
|
No
|
searchAndConnect
|
201
|
430,503
|
2141.80597014925
|
Yes
|
getWorksItems
|
18
|
73
|
4.05555555555556
|
Yes
|
cycleSearch
|
13
|
3,039
|
233.769230769231
|
Yes
|
getWorks
|
13
|
1,952
|
150.153846153846
|
No
|
individualCycleSearch
|
13
|
0
|
0
|
Yes
|
Total
|
256
|
435,229
|
|
|
Found structures
Cycles
Number of cycles found: 11
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-07-07-48-pmbZoF--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-07-07-48-pmbZoF--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-07-02-04-XSwBdH–CV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
200
|
0.99
|
smallWorld
|
20
|
1
|
10
|
2
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
420
|
14,266
|
420
|
420
|
1,201
|
16,727
|
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
|
835,078
|
2.36982235087122
|
No
|
existsSimilarity
|
352,380
|
829,186
|
2.35310176513991
|
No
|
similarityEdges
|
352,380
|
818,888
|
2.32387763210171
|
No
|
connectAllSimilar
|
840
|
838,379
|
998.070238095238
|
Yes
|
init
|
203
|
20,078
|
98.9064039408867
|
No
|
connect
|
39
|
63
|
1.61538461538462
|
Yes
|
Total
|
887
|
839,755
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-07-02-04-XSwBdH--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-07-02-04-XSwBdH--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-07-02-04-XSwBdH–DV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
200
|
0.99
|
smallWorld
|
20
|
1
|
10
|
2
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
420
|
14,188
|
420
|
420
|
1,201
|
16,649
|
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
|
2,544
|
2.11823480432973
|
No
|
addItemToWork
|
840
|
10,042
|
11.9547619047619
|
No
|
ownsWork
|
420
|
4,393
|
10.4595238095238
|
No
|
init
|
203
|
20,267
|
99.8374384236453
|
No
|
searchAndConnect
|
201
|
507,623
|
2525.48756218905
|
Yes
|
getWorksItems
|
38
|
139
|
3.65789473684211
|
Yes
|
cycleSearch
|
16
|
5,498
|
343.625
|
Yes
|
getWorks
|
16
|
2,172
|
135.75
|
No
|
individualCycleSearch
|
16
|
1
|
0.0625
|
Yes
|
Total
|
279
|
515,714
|
|
|
Found structures
Cycles
Number of cycles found: 8
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-07-02-04-XSwBdH--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-07-02-04-XSwBdH--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-07-10-04-Fxuxsr–CV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
200
|
0.99
|
random
|
20
|
1
|
10
|
1
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
220
|
4,158
|
220
|
220
|
200
|
5,018
|
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
|
202,543
|
2.09715261958998
|
No
|
existsSimilarity
|
96,580
|
199,485
|
2.06548974943052
|
No
|
similarityEdges
|
96,580
|
196,991
|
2.03966659763926
|
No
|
connectAllSimilar
|
440
|
203,505
|
462.511363636364
|
Yes
|
connect
|
414
|
1,409
|
3.40338164251208
|
Yes
|
init
|
203
|
19,500
|
96.0591133004926
|
No
|
Total
|
862
|
205,722
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-07-10-04-Fxuxsr--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-07-10-04-Fxuxsr--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-07-10-04-Fxuxsr–DV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
200
|
0.99
|
random
|
20
|
1
|
10
|
1
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
220
|
3,330
|
220
|
220
|
200
|
4,190
|
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
|
27,181
|
7.55027777777778
|
Yes
|
3
|
getWorks
|
3,600
|
57,873
|
16.0758333333333
|
No
|
4
|
individualCycleSearch
|
3,600
|
94
|
0.0261111111111111
|
Yes
|
6
|
addItemToWork
|
440
|
5,405
|
12.2840909090909
|
No
|
7
|
ownsWork
|
220
|
3,142
|
14.2818181818182
|
No
|
8
|
init
|
203
|
20,558
|
101.270935960591
|
No
|
9
|
searchAndConnect
|
201
|
124,552
|
619.661691542289
|
Yes
|
10
|
knowsAgent
|
200
|
843
|
4.215
|
No
|
1
|
Total
|
14,601
|
216,594
|
|
|
Found structures
Cycles
Number of cycles found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-07-10-04-Fxuxsr--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 3600
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-07-10-04-Fxuxsr--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-07-11-08-JdhCDq–CV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
200
|
0.99
|
smallWorld
|
20
|
1
|
10
|
1
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
220
|
4,232
|
220
|
220
|
1,201
|
6,093
|
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
|
206,152
|
2.13452060468006
|
No
|
existsSimilarity
|
96,580
|
204,502
|
2.11743632221992
|
No
|
similarityEdges
|
96,580
|
201,820
|
2.08966659763926
|
No
|
connectAllSimilar
|
440
|
207,107
|
470.697727272727
|
Yes
|
init
|
203
|
19,986
|
98.4532019704433
|
No
|
connect
|
17
|
32
|
1.88235294117647
|
Yes
|
Total
|
465
|
207,848
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-07-11-08-JdhCDq--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-07-11-08-JdhCDq--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-07-11-08-JdhCDq–DV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
200
|
0.99
|
smallWorld
|
20
|
1
|
10
|
1
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
220
|
4,198
|
220
|
220
|
1,201
|
6,059
|
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
|
knowsAgent
|
1,201
|
2,462
|
2.04995836802664
|
No
|
2
|
addItemToWork
|
440
|
4,662
|
10.5954545454545
|
No
|
3
|
ownsWork
|
220
|
1,816
|
8.25454545454545
|
No
|
4
|
init
|
203
|
20,658
|
101.76354679803
|
No
|
5
|
searchAndConnect
|
201
|
174,305
|
867.189054726368
|
Yes
|
6
|
getWorksItems
|
38
|
195
|
5.13157894736842
|
Yes
|
8
|
cycleSearch
|
7
|
1,896
|
270.857142857143
|
Yes
|
9
|
getWorks
|
7
|
985
|
140.714285714286
|
No
|
10
|
individualCycleSearch
|
7
|
0
|
0
|
Yes
|
11
|
Total
|
260
|
179,697
|
|
|
Found structures
Cycles
Number of cycles found: 5
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-07-11-08-JdhCDq--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 2
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-07-11-08-JdhCDq--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-07-12-49-WkZBdw–CV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
200
|
0.99
|
random
|
20
|
1
|
10
|
2
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
420
|
14,294
|
420
|
420
|
200
|
15,754
|
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
|
818,945
|
2.32403938929565
|
No
|
existsSimilarity
|
352,380
|
809,435
|
2.29705147851751
|
No
|
similarityEdges
|
352,380
|
799,247
|
2.26813950848516
|
No
|
connect
|
1,299
|
3,606
|
2.77598152424942
|
Yes
|
connectAllSimilar
|
840
|
822,226
|
978.840476190476
|
Yes
|
init
|
203
|
19,719
|
97.1379310344828
|
No
|
Total
|
2,147
|
826,900
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-07-12-49-WkZBdw--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-07-12-49-WkZBdw--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-07-12-49-WkZBdw–DV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
200
|
0.99
|
random
|
20
|
1
|
10
|
2
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
420
|
11,696
|
420
|
420
|
200
|
13,156
|
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
|
24,667
|
6.85194444444444
|
Yes
|
3
|
getWorks
|
3,600
|
62,670
|
17.4083333333333
|
No
|
4
|
individualCycleSearch
|
3,600
|
82
|
0.0227777777777778
|
Yes
|
6
|
addItemToWork
|
840
|
11,535
|
13.7321428571429
|
No
|
7
|
ownsWork
|
420
|
5,449
|
12.9738095238095
|
No
|
8
|
init
|
203
|
21,794
|
107.35960591133
|
No
|
9
|
searchAndConnect
|
201
|
336,692
|
1675.08457711443
|
Yes
|
10
|
knowsAgent
|
200
|
850
|
4.25
|
No
|
1
|
Total
|
14,601
|
426,884
|
|
|
Found structures
Cycles
Number of cycles found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-07-12-49-WkZBdw--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 3600
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-07-12-49-WkZBdw--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-07-02-19-rhyenr–CV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
200
|
0.99
|
random
|
20
|
1
|
30
|
2
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
420
|
14,514
|
420
|
420
|
200
|
15,974
|
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
|
849,349
|
2.41032124411147
|
No
|
existsSimilarity
|
352,380
|
843,429
|
2.39352119870594
|
No
|
similarityEdges
|
352,380
|
833,092
|
2.36418638969295
|
No
|
connectAllSimilar
|
840
|
852,629
|
1015.03452380952
|
Yes
|
init
|
203
|
20,385
|
100.418719211823
|
No
|
connect
|
46
|
72
|
1.56521739130435
|
Yes
|
Total
|
894
|
854,062
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-07-02-19-rhyenr--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-07-02-19-rhyenr--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-07-02-19-rhyenr–DV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
200
|
0.99
|
random
|
20
|
1
|
30
|
2
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
420
|
14,422
|
420
|
420
|
200
|
15,882
|
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
|
6,272
|
7.46666666666667
|
No
|
ownsWork
|
420
|
3,031
|
7.21666666666667
|
No
|
init
|
203
|
21,927
|
108.014778325123
|
No
|
searchAndConnect
|
201
|
435,412
|
2166.22885572139
|
Yes
|
knowsAgent
|
200
|
771
|
3.855
|
No
|
getWorksItems
|
38
|
68
|
1.78947368421053
|
Yes
|
cycleSearch
|
13
|
4,298
|
330.615384615385
|
Yes
|
getWorks
|
13
|
1,841
|
141.615384615385
|
No
|
individualCycleSearch
|
13
|
0
|
0
|
Yes
|
Total
|
271
|
441,455
|
|
|
Found structures
Cycles
Number of cycles found: 6
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-07-02-19-rhyenr--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-07-02-19-rhyenr--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-07-02-34-vJYnZ4–CV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
200
|
0.99
|
smallWorld
|
20
|
1
|
30
|
2
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
420
|
14,304
|
420
|
420
|
1,201
|
16,765
|
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
|
841,202
|
2.38720131676032
|
No
|
existsSimilarity
|
352,380
|
835,311
|
2.37048356887451
|
No
|
similarityEdges
|
352,380
|
824,959
|
2.3411061921789
|
No
|
connectAllSimilar
|
840
|
844,453
|
1005.30119047619
|
Yes
|
init
|
202
|
12,949
|
64.1039603960396
|
No
|
connect
|
34
|
51
|
1.5
|
Yes
|
Total
|
882
|
845,744
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-07-02-34-vJYnZ4--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-07-02-34-vJYnZ4--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-07-02-34-vJYnZ4–DV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
200
|
0.99
|
smallWorld
|
20
|
1
|
30
|
2
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
420
|
14,236
|
420
|
420
|
1,201
|
16,697
|
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
|
2,926
|
2.43630308076603
|
No
|
addItemToWork
|
840
|
5,812
|
6.91904761904762
|
No
|
ownsWork
|
420
|
2,643
|
6.29285714285714
|
No
|
init
|
203
|
21,575
|
106.28078817734
|
No
|
searchAndConnect
|
201
|
505,831
|
2516.57213930348
|
Yes
|
getWorksItems
|
38
|
309
|
8.13157894736842
|
Yes
|
cycleSearch
|
15
|
3,264
|
217.6
|
Yes
|
getWorks
|
15
|
189
|
12.6
|
No
|
individualCycleSearch
|
15
|
1
|
0.0666666666666667
|
Yes
|
Total
|
274
|
510,924
|
|
|
Found structures
Cycles
Number of cycles found: 5
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-07-02-34-vJYnZ4--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-07-02-34-vJYnZ4--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-07-11-12-qYIyXc–CV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
200
|
0.99
|
random
|
20
|
1
|
30
|
1
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
220
|
4,058
|
220
|
220
|
200
|
4,918
|
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
|
208,191
|
2.15563263615655
|
No
|
existsSimilarity
|
96,580
|
206,505
|
2.13817560571547
|
No
|
similarityEdges
|
96,580
|
203,714
|
2.10927728308138
|
No
|
connectAllSimilar
|
440
|
209,139
|
475.315909090909
|
Yes
|
init
|
203
|
19,896
|
98.0098522167488
|
No
|
connect
|
16
|
26
|
1.625
|
Yes
|
Total
|
464
|
209,752
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-07-11-12-qYIyXc--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-07-11-12-qYIyXc--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-07-11-12-qYIyXc–DV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
200
|
0.99
|
random
|
20
|
1
|
30
|
1
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
220
|
4,026
|
220
|
220
|
200
|
4,886
|
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
|
7,011
|
15.9340909090909
|
No
|
2
|
ownsWork
|
220
|
3,338
|
15.1727272727273
|
No
|
3
|
init
|
203
|
21,665
|
106.724137931034
|
No
|
4
|
searchAndConnect
|
201
|
138,934
|
691.213930348259
|
Yes
|
5
|
knowsAgent
|
200
|
577
|
2.885
|
No
|
6
|
getWorksItems
|
38
|
89
|
2.34210526315789
|
Yes
|
8
|
cycleSearch
|
5
|
2,019
|
403.8
|
Yes
|
10
|
getWorks
|
5
|
571
|
114.2
|
No
|
11
|
Total
|
254
|
143,750
|
|
|
Found structures
Cycles
Number of cycles found: 3
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-07-11-12-qYIyXc--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 2
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-07-11-12-qYIyXc--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-07-11-16-ThLRxe–CV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
200
|
0.99
|
smallWorld
|
20
|
1
|
30
|
1
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
220
|
4,100
|
220
|
220
|
1,201
|
5,961
|
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
|
203,723
|
2.10937047007662
|
No
|
existsSimilarity
|
96,580
|
202,125
|
2.09282460136674
|
No
|
similarityEdges
|
96,580
|
199,601
|
2.06669082625802
|
No
|
connectAllSimilar
|
440
|
204,595
|
464.988636363636
|
Yes
|
init
|
203
|
19,369
|
95.4137931034483
|
No
|
connect
|
9
|
13
|
1.44444444444444
|
Yes
|
Total
|
457
|
205,426
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-07-11-16-ThLRxe--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-07-11-16-ThLRxe--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-07-11-16-ThLRxe–DV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
200
|
0.99
|
smallWorld
|
20
|
1
|
30
|
1
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
220
|
4,082
|
220
|
220
|
1,201
|
5,943
|
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
|
2,701
|
2.24895920066611
|
No
|
addItemToWork
|
440
|
3,668
|
8.33636363636364
|
No
|
ownsWork
|
220
|
1,563
|
7.10454545454545
|
No
|
init
|
203
|
20,729
|
102.113300492611
|
No
|
searchAndConnect
|
201
|
202,435
|
1007.13930348259
|
Yes
|
getWorksItems
|
38
|
78
|
2.05263157894737
|
Yes
|
cycleSearch
|
7
|
2,457
|
351
|
Yes
|
getWorks
|
7
|
142
|
20.2857142857143
|
No
|
individualCycleSearch
|
7
|
0
|
0
|
Yes
|
Total
|
259
|
206,622
|
|
|
Found structures
Cycles
Number of cycles found: 6
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-07-11-16-ThLRxe--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-07-11-16-ThLRxe--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-07-08-56-RrHK2f–CV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
200
|
0.99
|
random
|
20
|
1
|
5
|
1
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
220
|
4,054
|
220
|
220
|
200
|
4,914
|
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
|
191,505
|
1.98286394698695
|
No
|
existsSimilarity
|
96,580
|
186,071
|
1.9265997100849
|
No
|
similarityEdges
|
96,580
|
183,582
|
1.90082832884655
|
No
|
connect
|
1,608
|
3,766
|
2.34203980099502
|
Yes
|
connectAllSimilar
|
440
|
192,459
|
437.406818181818
|
Yes
|
init
|
203
|
19,423
|
95.679802955665
|
No
|
Total
|
2,056
|
197,001
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-07-08-56-RrHK2f--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-07-08-56-RrHK2f--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-07-08-56-RrHK2f–DV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
200
|
0.99
|
random
|
20
|
1
|
5
|
1
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
220
|
838
|
220
|
220
|
200
|
1,698
|
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
|
12,329
|
3.42472222222222
|
Yes
|
3
|
getWorks
|
3,600
|
54,021
|
15.0058333333333
|
No
|
4
|
individualCycleSearch
|
3,600
|
82
|
0.0227777777777778
|
Yes
|
6
|
addItemToWork
|
440
|
5,575
|
12.6704545454545
|
No
|
7
|
ownsWork
|
220
|
1,809
|
8.22272727272727
|
No
|
8
|
init
|
203
|
20,536
|
101.162561576355
|
No
|
9
|
searchAndConnect
|
201
|
36,788
|
183.024875621891
|
Yes
|
10
|
knowsAgent
|
200
|
892
|
4.46
|
No
|
1
|
Total
|
14,601
|
63,152
|
|
|
Found structures
Cycles
Number of cycles found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-07-08-56-RrHK2f--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 3600
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-07-08-56-RrHK2f--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-07-09-59-ATQLsq–CV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
200
|
0.99
|
smallWorld
|
20
|
1
|
5
|
1
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
220
|
3,988
|
220
|
220
|
1,201
|
5,849
|
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
|
200,864
|
2.07976806792297
|
No
|
existsSimilarity
|
96,580
|
199,098
|
2.06148270863533
|
No
|
similarityEdges
|
96,580
|
196,435
|
2.03390971215573
|
No
|
connectAllSimilar
|
440
|
201,813
|
458.665909090909
|
Yes
|
init
|
203
|
19,432
|
95.7241379310345
|
No
|
connect
|
20
|
124
|
6.2
|
Yes
|
Total
|
468
|
202,744
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-07-09-59-ATQLsq--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-07-09-59-ATQLsq--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-07-09-59-ATQLsq–DV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
200
|
0.99
|
smallWorld
|
20
|
1
|
5
|
1
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
220
|
3,948
|
220
|
220
|
1,201
|
5,809
|
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
|
knowsAgent
|
1,201
|
2,364
|
1.96835970024979
|
No
|
2
|
addItemToWork
|
440
|
8,730
|
19.8409090909091
|
No
|
3
|
ownsWork
|
220
|
3,408
|
15.4909090909091
|
No
|
4
|
init
|
203
|
20,871
|
102.812807881773
|
No
|
5
|
searchAndConnect
|
201
|
174,778
|
869.542288557214
|
Yes
|
6
|
getWorksItems
|
38
|
74
|
1.94736842105263
|
Yes
|
8
|
cycleSearch
|
7
|
2,479
|
354.142857142857
|
Yes
|
9
|
getWorks
|
7
|
626
|
89.4285714285714
|
No
|
10
|
individualCycleSearch
|
7
|
0
|
0
|
Yes
|
11
|
Total
|
260
|
180,200
|
|
|
Found structures
Cycles
Number of cycles found: 3
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-07-09-59-ATQLsq--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 4
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-07-09-59-ATQLsq--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-07-11-20-IPJEuB–CV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
200
|
0.99
|
random
|
20
|
1
|
5
|
2
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
420
|
14,210
|
420
|
420
|
200
|
15,670
|
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
|
785,657
|
2.22957318803564
|
No
|
existsSimilarity
|
352,380
|
766,533
|
2.17530223054657
|
No
|
similarityEdges
|
352,380
|
756,418
|
2.14659742323628
|
No
|
connect
|
5,305
|
13,154
|
2.47954759660697
|
Yes
|
connectAllSimilar
|
840
|
789,060
|
939.357142857143
|
Yes
|
init
|
203
|
19,559
|
96.3497536945813
|
No
|
Total
|
6,153
|
803,431
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-07-11-20-IPJEuB--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-07-11-20-IPJEuB--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-07-11-20-IPJEuB–DV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
200
|
0.99
|
random
|
20
|
1
|
5
|
2
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
420
|
3,600
|
420
|
420
|
200
|
5,060
|
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
|
14,104
|
3.91777777777778
|
Yes
|
3
|
getWorks
|
3,600
|
57,701
|
16.0280555555556
|
No
|
4
|
individualCycleSearch
|
3,600
|
66
|
0.0183333333333333
|
Yes
|
6
|
addItemToWork
|
840
|
10,632
|
12.6571428571429
|
No
|
7
|
ownsWork
|
420
|
5,872
|
13.9809523809524
|
No
|
8
|
init
|
203
|
21,004
|
103.467980295567
|
No
|
9
|
searchAndConnect
|
201
|
108,728
|
540.935323383085
|
Yes
|
10
|
knowsAgent
|
200
|
1,029
|
5.145
|
No
|
1
|
Total
|
14,601
|
136,667
|
|
|
Found structures
Cycles
Number of cycles found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-07-11-20-IPJEuB--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 3600
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-07-11-20-IPJEuB--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-07-12-34-HPYXVi–CV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
200
|
0.99
|
smallWorld
|
20
|
1
|
5
|
2
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
420
|
14,440
|
420
|
420
|
1,201
|
16,901
|
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
|
851,543
|
2.41654747715534
|
No
|
existsSimilarity
|
352,380
|
845,696
|
2.39995459447188
|
No
|
similarityEdges
|
352,380
|
834,773
|
2.36895680799137
|
No
|
connectAllSimilar
|
840
|
854,783
|
1017.59880952381
|
Yes
|
init
|
203
|
20,913
|
103.019704433498
|
No
|
connect
|
58
|
147
|
2.53448275862069
|
Yes
|
Total
|
906
|
856,229
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-07-12-34-HPYXVi--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-07-12-34-HPYXVi--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-07-12-34-HPYXVi–DV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
200
|
0.99
|
smallWorld
|
20
|
1
|
5
|
2
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
420
|
14,324
|
420
|
420
|
1,201
|
16,785
|
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
|
2,796
|
2.32805995004163
|
No
|
addItemToWork
|
840
|
8,558
|
10.1880952380952
|
No
|
ownsWork
|
420
|
3,636
|
8.65714285714286
|
No
|
init
|
203
|
21,765
|
107.216748768473
|
No
|
searchAndConnect
|
201
|
441,438
|
2196.20895522388
|
Yes
|
getWorksItems
|
38
|
63
|
1.65789473684211
|
Yes
|
cycleSearch
|
15
|
4,116
|
274.4
|
Yes
|
getWorks
|
15
|
4,624
|
308.266666666667
|
No
|
individualCycleSearch
|
15
|
0
|
0
|
Yes
|
Total
|
277
|
452,099
|
|
|
Found structures
Cycles
Number of cycles found: 7
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-07-12-34-HPYXVi--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-07-12-34-HPYXVi--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-07-02-25-S6QNX4–CV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
200
|
0.99
|
random
|
5
|
1
|
10
|
2
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
405
|
13,138
|
405
|
405
|
200
|
14,553
|
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
|
677,609
|
2.06811945856033
|
No
|
existsSimilarity
|
327,645
|
667,130
|
2.03613667231302
|
No
|
similarityEdges
|
327,645
|
657,068
|
2.00542660501457
|
No
|
connect
|
1,853
|
4,739
|
2.55747436589315
|
Yes
|
connectAllSimilar
|
810
|
680,772
|
840.459259259259
|
Yes
|
init
|
203
|
21,966
|
108.206896551724
|
No
|
Total
|
2,671
|
686,263
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-07-02-25-S6QNX4--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-07-02-25-S6QNX4--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-07-02-25-S6QNX4–DV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
200
|
0.99
|
random
|
5
|
1
|
10
|
2
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
405
|
9,432
|
405
|
405
|
200
|
10,847
|
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
|
26,855
|
7.45972222222222
|
Yes
|
3
|
getWorks
|
3,600
|
49,672
|
13.7977777777778
|
No
|
4
|
individualCycleSearch
|
3,600
|
81
|
0.0225
|
Yes
|
6
|
addItemToWork
|
810
|
7,746
|
9.56296296296296
|
No
|
7
|
ownsWork
|
405
|
3,762
|
9.28888888888889
|
No
|
8
|
init
|
203
|
17,541
|
86.4088669950739
|
No
|
9
|
searchAndConnect
|
201
|
220,565
|
1097.33830845771
|
Yes
|
10
|
knowsAgent
|
200
|
715
|
3.575
|
No
|
1
|
Total
|
14,601
|
312,217
|
|
|
Found structures
Cycles
Number of cycles found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-07-02-25-S6QNX4--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 3600
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-07-02-25-S6QNX4--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-07-03-37-TyYSTe–CV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
200
|
0.99
|
smallWorld
|
5
|
1
|
10
|
2
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
405
|
13,482
|
405
|
405
|
1,201
|
15,898
|
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
|
703,153
|
2.14608188740863
|
No
|
existsSimilarity
|
327,645
|
697,073
|
2.12752521784248
|
No
|
similarityEdges
|
327,645
|
686,444
|
2.09508461902364
|
No
|
connectAllSimilar
|
810
|
706,508
|
872.232098765432
|
Yes
|
init
|
203
|
16,658
|
82.0591133004926
|
No
|
connect
|
41
|
68
|
1.65853658536585
|
Yes
|
Total
|
859
|
707,292
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-07-03-37-TyYSTe--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-07-03-37-TyYSTe--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-07-03-37-TyYSTe–DV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
200
|
0.99
|
smallWorld
|
5
|
1
|
10
|
2
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
405
|
13,400
|
405
|
405
|
1,201
|
15,816
|
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,307
|
1.92089925062448
|
No
|
addItemToWork
|
810
|
7,347
|
9.07037037037037
|
No
|
ownsWork
|
405
|
3,504
|
8.65185185185185
|
No
|
init
|
203
|
23,435
|
115.443349753695
|
No
|
searchAndConnect
|
201
|
380,409
|
1892.58208955224
|
Yes
|
getWorksItems
|
8
|
73
|
9.125
|
Yes
|
cycleSearch
|
6
|
4,449
|
741.5
|
Yes
|
getWorks
|
6
|
3,418
|
569.666666666667
|
No
|
individualCycleSearch
|
6
|
0
|
0
|
Yes
|
Total
|
226
|
388,498
|
|
|
Found structures
Cycles
Number of cycles found: 3
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-07-03-37-TyYSTe--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-07-03-37-TyYSTe--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-07-12-49-7LgkxQ–CV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
200
|
0.99
|
random
|
5
|
1
|
10
|
1
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
205
|
3,476
|
205
|
205
|
200
|
4,291
|
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
|
156,900
|
1.87131015564434
|
No
|
existsSimilarity
|
83,845
|
154,955
|
1.84811258870535
|
No
|
similarityEdges
|
83,845
|
152,661
|
1.82075257916393
|
No
|
connectAllSimilar
|
410
|
157,724
|
384.692682926829
|
Yes
|
connect
|
233
|
456
|
1.95708154506438
|
Yes
|
init
|
203
|
15,238
|
75.064039408867
|
No
|
Total
|
651
|
158,760
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-07-12-49-7LgkxQ--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-07-12-49-7LgkxQ--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-07-12-49-7LgkxQ–DV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
200
|
0.99
|
random
|
5
|
1
|
10
|
1
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
205
|
3,010
|
205
|
205
|
200
|
3,825
|
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
|
6,819
|
16.6317073170732
|
No
|
2
|
ownsWork
|
205
|
2,878
|
14.0390243902439
|
No
|
3
|
init
|
203
|
16,560
|
81.576354679803
|
No
|
4
|
searchAndConnect
|
201
|
104,989
|
522.333333333333
|
Yes
|
5
|
knowsAgent
|
200
|
766
|
3.83
|
No
|
6
|
getWorksItems
|
8
|
14
|
1.75
|
Yes
|
9
|
cycleSearch
|
3
|
382
|
127.333333333333
|
Yes
|
10
|
getWorks
|
3
|
525
|
175
|
No
|
11
|
Total
|
220
|
106,972
|
|
|
Found structures
Cycles
Number of cycles found: 3
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-07-12-49-7LgkxQ--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-07-12-49-7LgkxQ--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-07-12-52-zJFZeT–CV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
200
|
0.99
|
smallWorld
|
5
|
1
|
10
|
1
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
205
|
3,548
|
205
|
205
|
1,201
|
5,364
|
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
|
158,257
|
1.88749478203829
|
No
|
existsSimilarity
|
83,845
|
156,826
|
1.87042757469139
|
No
|
similarityEdges
|
83,845
|
154,543
|
1.84319875961596
|
No
|
connectAllSimilar
|
410
|
159,052
|
387.931707317073
|
Yes
|
init
|
203
|
15,740
|
77.5369458128079
|
No
|
connect
|
9
|
18
|
2
|
Yes
|
Total
|
427
|
159,465
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-07-12-52-zJFZeT--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-07-12-52-zJFZeT--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-07-12-52-zJFZeT–DV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
200
|
0.99
|
smallWorld
|
5
|
1
|
10
|
1
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
205
|
3,530
|
205
|
205
|
1,201
|
5,346
|
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,178
|
1.81348875936719
|
No
|
2
|
addItemToWork
|
410
|
3,238
|
7.89756097560976
|
No
|
3
|
ownsWork
|
205
|
1,397
|
6.81463414634146
|
No
|
4
|
init
|
203
|
16,407
|
80.8226600985222
|
No
|
5
|
searchAndConnect
|
201
|
148,389
|
738.253731343284
|
Yes
|
6
|
getWorksItems
|
8
|
35
|
4.375
|
Yes
|
9
|
cycleSearch
|
4
|
1,226
|
306.5
|
Yes
|
10
|
getWorks
|
4
|
1,239
|
309.75
|
No
|
11
|
Total
|
222
|
152,248
|
|
|
Found structures
Cycles
Number of cycles found: 4
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-07-12-52-zJFZeT--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-07-12-52-zJFZeT--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-07-03-50-SpZQpj–CV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
200
|
0.99
|
random
|
5
|
1
|
30
|
2
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
405
|
13,512
|
405
|
405
|
200
|
14,927
|
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
|
690,878
|
2.10861755863816
|
No
|
existsSimilarity
|
327,645
|
685,139
|
2.0911016496513
|
No
|
similarityEdges
|
327,645
|
674,938
|
2.05996734270323
|
No
|
connectAllSimilar
|
810
|
694,000
|
856.79012345679
|
Yes
|
init
|
203
|
17,120
|
84.3349753694581
|
No
|
connect
|
42
|
138
|
3.28571428571429
|
Yes
|
Total
|
860
|
695,107
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-07-03-50-SpZQpj--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-07-03-50-SpZQpj--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-07-03-50-SpZQpj–DV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
200
|
0.99
|
random
|
5
|
1
|
30
|
2
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
405
|
13,428
|
405
|
405
|
200
|
14,843
|
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
|
addItemToWork
|
810
|
8,303
|
10.2506172839506
|
No
|
ownsWork
|
405
|
4,102
|
10.1283950617284
|
No
|
init
|
203
|
18,578
|
91.5172413793103
|
No
|
searchAndConnect
|
201
|
332,853
|
1655.98507462687
|
Yes
|
knowsAgent
|
200
|
787
|
3.935
|
No
|
getWorksItems
|
8
|
14
|
1.75
|
Yes
|
cycleSearch
|
6
|
6,521
|
1086.83333333333
|
Yes
|
getWorks
|
6
|
1,641
|
273.5
|
No
|
individualCycleSearch
|
6
|
0
|
0
|
Yes
|
Total
|
226
|
343,830
|
|
|
Found structures
Cycles
Number of cycles found: 3
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-07-03-50-SpZQpj--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-07-03-50-SpZQpj--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-07-04-02-ukioMT–CV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
200
|
0.99
|
smallWorld
|
5
|
1
|
30
|
2
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
405
|
13,466
|
405
|
405
|
1,201
|
15,882
|
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
|
696,122
|
2.12462268613896
|
No
|
existsSimilarity
|
327,645
|
690,417
|
2.10721054800165
|
No
|
similarityEdges
|
327,645
|
680,294
|
2.07631430359078
|
No
|
connectAllSimilar
|
810
|
699,190
|
863.197530864198
|
Yes
|
init
|
203
|
17,409
|
85.7586206896552
|
No
|
connect
|
41
|
144
|
3.51219512195122
|
Yes
|
Total
|
859
|
700,332
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-07-04-02-ukioMT--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-07-04-02-ukioMT--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-07-04-02-ukioMT–DV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
200
|
0.99
|
smallWorld
|
5
|
1
|
30
|
2
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
405
|
13,384
|
405
|
405
|
1,201
|
15,800
|
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,184
|
1.81848459616986
|
No
|
addItemToWork
|
810
|
7,575
|
9.35185185185185
|
No
|
ownsWork
|
405
|
3,039
|
7.5037037037037
|
No
|
init
|
203
|
18,269
|
89.9950738916256
|
No
|
searchAndConnect
|
201
|
374,755
|
1864.45273631841
|
Yes
|
cycleSearch
|
8
|
5,112
|
639
|
Yes
|
getWorks
|
8
|
2,717
|
339.625
|
No
|
getWorksItems
|
8
|
62
|
7.75
|
Yes
|
individualCycleSearch
|
8
|
0
|
0
|
Yes
|
Total
|
231
|
383,886
|
|
|
Found structures
Cycles
Number of cycles found: 6
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-07-04-02-ukioMT--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-07-04-02-ukioMT--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-07-12-55-r22jE3–CV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
200
|
0.99
|
random
|
5
|
1
|
30
|
1
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
205
|
3,592
|
205
|
205
|
200
|
4,407
|
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
|
158,576
|
1.89129942155167
|
No
|
existsSimilarity
|
83,845
|
156,997
|
1.87246705229888
|
No
|
similarityEdges
|
83,845
|
154,619
|
1.84410519410818
|
No
|
connectAllSimilar
|
410
|
159,363
|
388.690243902439
|
Yes
|
init
|
203
|
15,946
|
78.551724137931
|
No
|
connect
|
11
|
111
|
10.0909090909091
|
Yes
|
Total
|
429
|
159,950
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-07-12-55-r22jE3--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-07-12-55-r22jE3--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-07-12-55-r22jE3–DV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
200
|
0.99
|
random
|
5
|
1
|
30
|
1
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
205
|
3,570
|
205
|
205
|
200
|
4,385
|
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
|
3,606
|
8.79512195121951
|
No
|
2
|
ownsWork
|
205
|
1,934
|
9.43414634146341
|
No
|
3
|
init
|
203
|
16,851
|
83.0098522167488
|
No
|
4
|
searchAndConnect
|
201
|
129,448
|
644.019900497512
|
Yes
|
5
|
knowsAgent
|
200
|
645
|
3.225
|
No
|
6
|
getWorksItems
|
8
|
22
|
2.75
|
Yes
|
9
|
cycleSearch
|
4
|
239
|
59.75
|
Yes
|
10
|
getWorks
|
4
|
594
|
148.5
|
No
|
11
|
Total
|
222
|
130,336
|
|
|
Found structures
Cycles
Number of cycles found: 4
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-07-12-55-r22jE3--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-07-12-55-r22jE3--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-07-12-58-pFtKiR–CV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
200
|
0.99
|
smallWorld
|
5
|
1
|
30
|
1
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
205
|
3,538
|
205
|
205
|
1,201
|
5,354
|
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
|
156,082
|
1.86155405808337
|
No
|
existsSimilarity
|
83,845
|
154,627
|
1.84420060826525
|
No
|
similarityEdges
|
83,845
|
152,336
|
1.81687637903274
|
No
|
connectAllSimilar
|
410
|
156,891
|
382.660975609756
|
Yes
|
init
|
203
|
15,978
|
78.7093596059113
|
No
|
connect
|
12
|
18
|
1.5
|
Yes
|
Total
|
430
|
157,418
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-07-12-58-pFtKiR--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-07-12-58-pFtKiR--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-07-12-58-pFtKiR–DV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
200
|
0.99
|
smallWorld
|
5
|
1
|
30
|
1
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
205
|
3,514
|
205
|
205
|
1,201
|
5,330
|
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,300
|
1.9150707743547
|
No
|
2
|
addItemToWork
|
410
|
3,978
|
9.70243902439024
|
No
|
3
|
ownsWork
|
205
|
1,870
|
9.12195121951219
|
No
|
4
|
init
|
203
|
16,862
|
83.064039408867
|
No
|
5
|
searchAndConnect
|
201
|
167,326
|
832.467661691542
|
Yes
|
6
|
getWorksItems
|
8
|
12
|
1.5
|
Yes
|
8
|
cycleSearch
|
5
|
742
|
148.4
|
Yes
|
10
|
getWorks
|
5
|
680
|
136
|
No
|
11
|
Total
|
224
|
169,563
|
|
|
Found structures
Cycles
Number of cycles found: 5
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-07-12-58-pFtKiR--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-07-12-58-pFtKiR--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-06-11-43-Yb2w7P–CV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
200
|
0.99
|
random
|
5
|
1
|
5
|
1
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
205
|
3,430
|
205
|
205
|
200
|
4,245
|
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
|
150,261
|
1.79212833204127
|
No
|
existsSimilarity
|
83,845
|
146,242
|
1.74419464488043
|
No
|
similarityEdges
|
83,845
|
144,031
|
1.71782455721868
|
No
|
connect
|
1,133
|
2,559
|
2.25860547219771
|
Yes
|
connectAllSimilar
|
410
|
151,085
|
368.5
|
Yes
|
init
|
203
|
15,855
|
78.1034482758621
|
No
|
Total
|
1,551
|
154,178
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-11-43-Yb2w7P--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-11-43-Yb2w7P--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-06-11-43-Yb2w7P–DV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
200
|
0.99
|
random
|
5
|
1
|
5
|
1
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
205
|
1,164
|
205
|
205
|
200
|
1,979
|
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
|
14,213
|
3.94805555555556
|
Yes
|
3
|
getWorks
|
3,600
|
45,026
|
12.5072222222222
|
No
|
4
|
individualCycleSearch
|
3,600
|
105
|
0.0291666666666667
|
Yes
|
6
|
addItemToWork
|
410
|
3,609
|
8.80243902439024
|
No
|
7
|
ownsWork
|
205
|
1,366
|
6.66341463414634
|
No
|
8
|
init
|
203
|
16,573
|
81.64039408867
|
No
|
9
|
searchAndConnect
|
201
|
47,311
|
235.378109452736
|
Yes
|
10
|
knowsAgent
|
200
|
773
|
3.865
|
No
|
1
|
Total
|
14,601
|
76,791
|
|
|
Found structures
Cycles
Number of cycles found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-11-43-Yb2w7P--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 3600
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-11-43-Yb2w7P--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-07-01-02-LIgLf5–CV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
200
|
0.99
|
random
|
5
|
1
|
5
|
2
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
405
|
12,994
|
405
|
405
|
200
|
14,409
|
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
|
658,007
|
2.00829251171237
|
No
|
existsSimilarity
|
327,645
|
639,429
|
1.95159089868608
|
No
|
similarityEdges
|
327,645
|
629,808
|
1.92222680034794
|
No
|
connect
|
5,258
|
12,791
|
2.43267402054013
|
Yes
|
connectAllSimilar
|
810
|
661,354
|
816.486419753086
|
Yes
|
init
|
203
|
16,168
|
79.6453201970443
|
No
|
Total
|
6,076
|
675,037
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-07-01-02-LIgLf5--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-07-01-02-LIgLf5--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-07-01-02-LIgLf5–DV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
200
|
0.99
|
random
|
5
|
1
|
5
|
2
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
405
|
2,478
|
405
|
405
|
200
|
3,893
|
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
|
14,092
|
3.91444444444444
|
Yes
|
3
|
getWorks
|
3,600
|
49,873
|
13.8536111111111
|
No
|
4
|
individualCycleSearch
|
3,600
|
107
|
0.0297222222222222
|
Yes
|
6
|
addItemToWork
|
810
|
8,171
|
10.0876543209877
|
No
|
7
|
ownsWork
|
405
|
3,697
|
9.12839506172839
|
No
|
8
|
init
|
203
|
17,290
|
85.1724137931034
|
No
|
9
|
searchAndConnect
|
201
|
77,055
|
383.358208955224
|
Yes
|
10
|
knowsAgent
|
200
|
419
|
2.095
|
No
|
1
|
Total
|
14,601
|
106,480
|
|
|
Found structures
Cycles
Number of cycles found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-07-01-02-LIgLf5--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 3600
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-07-01-02-LIgLf5--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-07-02-13-FxPwxa–CV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
200
|
0.99
|
smallWorld
|
5
|
1
|
5
|
2
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
405
|
13,454
|
405
|
405
|
1,201
|
15,870
|
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
|
677,577
|
2.0680217918784
|
No
|
existsSimilarity
|
327,645
|
671,763
|
2.05027697660578
|
No
|
similarityEdges
|
327,645
|
661,413
|
2.01868790916999
|
No
|
connectAllSimilar
|
810
|
680,692
|
840.36049382716
|
Yes
|
init
|
203
|
16,287
|
80.2315270935961
|
No
|
connect
|
53
|
137
|
2.58490566037736
|
Yes
|
Total
|
871
|
681,696
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-07-02-13-FxPwxa--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-07-02-13-FxPwxa--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-07-02-13-FxPwxa–DV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
200
|
0.99
|
smallWorld
|
5
|
1
|
5
|
2
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
405
|
13,348
|
405
|
405
|
1,201
|
15,764
|
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
|
2,250
|
1.87343880099917
|
No
|
2
|
addItemToWork
|
810
|
7,102
|
8.7679012345679
|
No
|
3
|
ownsWork
|
405
|
3,883
|
9.58765432098765
|
No
|
4
|
init
|
203
|
17,007
|
83.7783251231527
|
No
|
5
|
searchAndConnect
|
201
|
347,745
|
1730.07462686567
|
Yes
|
7
|
cycleSearch
|
10
|
4,306
|
430.6
|
Yes
|
8
|
getWorks
|
10
|
1,833
|
183.3
|
No
|
9
|
individualCycleSearch
|
10
|
0
|
0
|
Yes
|
11
|
Total
|
241
|
356,748
|
|
|
Found structures
Cycles
Number of cycles found: 9
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-07-02-13-FxPwxa--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-07-02-13-FxPwxa--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-07-12-46-Z43wyQ–CV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
200
|
0.99
|
smallWorld
|
5
|
1
|
5
|
1
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
205
|
3,690
|
205
|
205
|
1,201
|
5,506
|
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
|
153,362
|
1.82911324467768
|
No
|
existsSimilarity
|
83,845
|
151,911
|
1.8118075019381
|
No
|
similarityEdges
|
83,845
|
149,563
|
1.78380344683642
|
No
|
connectAllSimilar
|
410
|
154,174
|
376.034146341463
|
Yes
|
init
|
203
|
15,430
|
76.0098522167488
|
No
|
connect
|
10
|
14
|
1.4
|
Yes
|
Total
|
428
|
154,671
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-07-12-46-Z43wyQ--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-07-12-46-Z43wyQ--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-07-12-46-Z43wyQ–DV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
200
|
0.99
|
smallWorld
|
5
|
1
|
5
|
1
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
205
|
3,670
|
205
|
205
|
1,201
|
5,486
|
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,158
|
1.79683597002498
|
No
|
2
|
addItemToWork
|
410
|
3,232
|
7.88292682926829
|
No
|
3
|
ownsWork
|
205
|
1,714
|
8.3609756097561
|
No
|
4
|
init
|
203
|
17,088
|
84.1773399014778
|
No
|
5
|
searchAndConnect
|
201
|
159,306
|
792.567164179104
|
Yes
|
6
|
getWorksItems
|
8
|
21
|
2.625
|
Yes
|
8
|
cycleSearch
|
5
|
80
|
16
|
Yes
|
10
|
getWorks
|
5
|
59
|
11.8
|
No
|
11
|
Total
|
224
|
160,028
|
|
|
Found structures
Cycles
Number of cycles found: 5
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-07-12-46-Z43wyQ--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-07-12-46-Z43wyQ--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-06-01-11-dQNzkK–CV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
50
|
0.99
|
random
|
10
|
1
|
10
|
1
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
60
|
342
|
60
|
60
|
50
|
572
|
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
|
11,443
|
1.60266106442577
|
No
|
existsSimilarity
|
7,140
|
11,269
|
1.57829131652661
|
No
|
similarityEdges
|
7,140
|
11,031
|
1.54495798319328
|
No
|
connectAllSimilar
|
120
|
11,540
|
96.1666666666667
|
Yes
|
init
|
53
|
8,356
|
157.660377358491
|
No
|
connect
|
6
|
16
|
2.66666666666667
|
Yes
|
Total
|
134
|
11,822
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-01-11-dQNzkK--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-01-11-dQNzkK--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-06-01-11-dQNzkK–DV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
50
|
0.99
|
random
|
10
|
1
|
10
|
1
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
60
|
330
|
60
|
60
|
50
|
560
|
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
|
789
|
6.575
|
No
|
2
|
ownsWork
|
60
|
354
|
5.9
|
No
|
3
|
init
|
53
|
8,780
|
165.660377358491
|
No
|
4
|
searchAndConnect
|
51
|
6,271
|
122.960784313725
|
Yes
|
5
|
knowsAgent
|
50
|
116
|
2.32
|
No
|
6
|
getWorksItems
|
18
|
32
|
1.77777777777778
|
Yes
|
8
|
addChainToNetwork
|
1
|
0
|
0
|
Yes
|
9
|
addRandomWorksToAgents
|
1
|
4
|
4
|
Yes
|
11
|
Total
|
77
|
6,496
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-01-11-dQNzkK--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-01-11-dQNzkK--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-06-01-11-SCZHDv–CV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
50
|
0.99
|
smallWorld
|
10
|
1
|
10
|
1
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
60
|
376
|
60
|
60
|
201
|
757
|
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
|
10,742
|
1.50448179271709
|
No
|
existsSimilarity
|
7,140
|
10,562
|
1.47927170868347
|
No
|
similarityEdges
|
7,140
|
10,367
|
1.45196078431373
|
No
|
connectAllSimilar
|
120
|
10,833
|
90.275
|
Yes
|
init
|
53
|
8,897
|
167.867924528302
|
No
|
connect
|
6
|
8
|
1.33333333333333
|
Yes
|
Total
|
134
|
11,079
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-01-11-SCZHDv--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-01-11-SCZHDv--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-06-01-11-SCZHDv–DV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
50
|
0.99
|
smallWorld
|
10
|
1
|
10
|
1
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
60
|
364
|
60
|
60
|
201
|
745
|
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
|
298
|
1.48258706467662
|
No
|
2
|
addItemToWork
|
120
|
546
|
4.55
|
No
|
3
|
ownsWork
|
60
|
327
|
5.45
|
No
|
4
|
init
|
53
|
8,507
|
160.509433962264
|
No
|
5
|
searchAndConnect
|
51
|
7,247
|
142.098039215686
|
Yes
|
6
|
getWorksItems
|
18
|
27
|
1.5
|
Yes
|
8
|
addChainToNetwork
|
1
|
0
|
0
|
Yes
|
9
|
addRandomWorksToAgents
|
1
|
2
|
2
|
Yes
|
11
|
Total
|
77
|
7,368
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-01-11-SCZHDv--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-01-11-SCZHDv--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-06-02-14-MkHYci–CV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
50
|
0.99
|
random
|
10
|
1
|
10
|
2
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
110
|
1,064
|
110
|
110
|
50
|
1,444
|
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
|
39,815
|
1.6527604815276
|
No
|
existsSimilarity
|
24,090
|
39,284
|
1.63071814030718
|
No
|
similarityEdges
|
24,090
|
38,483
|
1.59746782897468
|
No
|
connectAllSimilar
|
220
|
40,112
|
182.327272727273
|
Yes
|
init
|
53
|
8,590
|
162.075471698113
|
No
|
connect
|
13
|
24
|
1.84615384615385
|
Yes
|
Total
|
241
|
40,427
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-02-14-MkHYci--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-02-14-MkHYci--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-06-02-14-MkHYci–DV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
50
|
0.99
|
random
|
10
|
1
|
10
|
2
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
110
|
1,038
|
110
|
110
|
50
|
1,418
|
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,176
|
5.34545454545455
|
No
|
2
|
ownsWork
|
110
|
577
|
5.24545454545455
|
No
|
3
|
init
|
53
|
8,703
|
164.207547169811
|
No
|
4
|
searchAndConnect
|
51
|
14,377
|
281.901960784314
|
Yes
|
5
|
knowsAgent
|
50
|
135
|
2.7
|
No
|
6
|
getWorksItems
|
18
|
44
|
2.44444444444444
|
Yes
|
9
|
cycleSearch
|
2
|
199
|
99.5
|
Yes
|
10
|
getWorks
|
2
|
238
|
119
|
No
|
11
|
Total
|
78
|
14,925
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-02-14-MkHYci--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-02-14-MkHYci--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-06-02-15-Sod6rb–CV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
50
|
0.99
|
smallWorld
|
10
|
1
|
10
|
2
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
110
|
1,036
|
110
|
110
|
201
|
1,567
|
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
|
41,060
|
1.70444167704442
|
No
|
existsSimilarity
|
24,090
|
40,507
|
1.68148609381486
|
No
|
similarityEdges
|
24,090
|
39,745
|
1.64985471149855
|
No
|
connectAllSimilar
|
220
|
41,365
|
188.022727272727
|
Yes
|
init
|
53
|
8,536
|
161.056603773585
|
No
|
connect
|
12
|
23
|
1.91666666666667
|
Yes
|
Total
|
240
|
41,758
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-02-15-Sod6rb--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-02-15-Sod6rb--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-06-02-15-Sod6rb–DV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
50
|
0.99
|
smallWorld
|
10
|
1
|
10
|
2
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
110
|
1,012
|
110
|
110
|
201
|
1,543
|
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,028
|
4.67272727272727
|
No
|
2
|
knowsAgent
|
201
|
274
|
1.36318407960199
|
No
|
3
|
ownsWork
|
110
|
525
|
4.77272727272727
|
No
|
4
|
init
|
53
|
8,915
|
168.207547169811
|
No
|
5
|
searchAndConnect
|
51
|
17,294
|
339.098039215686
|
Yes
|
6
|
getWorksItems
|
18
|
25
|
1.38888888888889
|
Yes
|
8
|
addChainToNetwork
|
1
|
0
|
0
|
Yes
|
9
|
addRandomWorksToAgents
|
1
|
21
|
21
|
Yes
|
11
|
Total
|
77
|
17,584
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-02-15-Sod6rb--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-02-15-Sod6rb--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-06-01-12-oGNrop–CV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
50
|
0.99
|
smallWorld
|
10
|
1
|
30
|
1
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
60
|
398
|
60
|
60
|
201
|
779
|
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,380
|
1.73389355742297
|
No
|
existsSimilarity
|
7,140
|
12,168
|
1.70420168067227
|
No
|
similarityEdges
|
7,140
|
11,921
|
1.66960784313725
|
No
|
connectAllSimilar
|
120
|
12,481
|
104.008333333333
|
Yes
|
init
|
53
|
8,694
|
164.037735849057
|
No
|
connect
|
7
|
16
|
2.28571428571429
|
Yes
|
Total
|
135
|
12,744
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-01-12-oGNrop--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-01-12-oGNrop--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-06-01-12-oGNrop–DV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
50
|
0.99
|
smallWorld
|
10
|
1
|
30
|
1
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
60
|
384
|
60
|
60
|
201
|
765
|
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
|
317
|
1.5771144278607
|
No
|
2
|
addItemToWork
|
120
|
565
|
4.70833333333333
|
No
|
3
|
ownsWork
|
60
|
270
|
4.5
|
No
|
4
|
init
|
53
|
8,902
|
167.962264150943
|
No
|
5
|
searchAndConnect
|
51
|
6,915
|
135.588235294118
|
Yes
|
6
|
getWorksItems
|
18
|
27
|
1.5
|
Yes
|
9
|
cycleSearch
|
2
|
77
|
38.5
|
Yes
|
10
|
getWorks
|
2
|
126
|
63
|
No
|
11
|
Total
|
78
|
7,309
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-01-12-oGNrop--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-01-12-oGNrop--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-06-01-12-wxJudz–CV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
50
|
0.99
|
random
|
10
|
1
|
30
|
1
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
60
|
338
|
60
|
60
|
50
|
568
|
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
|
11,467
|
1.60602240896359
|
No
|
existsSimilarity
|
7,140
|
11,301
|
1.5827731092437
|
No
|
similarityEdges
|
7,140
|
11,082
|
1.55210084033613
|
No
|
connectAllSimilar
|
120
|
11,544
|
96.2
|
Yes
|
init
|
53
|
8,773
|
165.528301886792
|
No
|
connect
|
6
|
16
|
2.66666666666667
|
Yes
|
Total
|
134
|
11,738
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-01-12-wxJudz--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-01-12-wxJudz--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-06-01-12-wxJudz–DV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
50
|
0.99
|
random
|
10
|
1
|
30
|
1
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
60
|
326
|
60
|
60
|
50
|
556
|
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
|
690
|
5.75
|
No
|
2
|
ownsWork
|
60
|
279
|
4.65
|
No
|
3
|
init
|
53
|
9,130
|
172.264150943396
|
No
|
4
|
searchAndConnect
|
51
|
7,675
|
150.490196078431
|
Yes
|
5
|
knowsAgent
|
50
|
113
|
2.26
|
No
|
6
|
getWorksItems
|
18
|
32
|
1.77777777777778
|
Yes
|
9
|
cycleSearch
|
2
|
111
|
55.5
|
Yes
|
10
|
getWorks
|
2
|
122
|
61
|
No
|
11
|
Total
|
78
|
8,155
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-01-12-wxJudz--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-01-12-wxJudz--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-06-02-16-4DCHsJ–CV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
50
|
0.99
|
random
|
10
|
1
|
30
|
2
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
110
|
1,066
|
110
|
110
|
50
|
1,446
|
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
|
39,664
|
1.64649232046492
|
No
|
existsSimilarity
|
24,090
|
39,178
|
1.62631797426318
|
No
|
similarityEdges
|
24,090
|
38,421
|
1.59489414694894
|
No
|
connectAllSimilar
|
220
|
39,949
|
181.586363636364
|
Yes
|
init
|
53
|
8,701
|
164.169811320755
|
No
|
connect
|
6
|
9
|
1.5
|
Yes
|
Total
|
234
|
40,366
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-02-16-4DCHsJ--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-02-16-4DCHsJ--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-06-02-16-4DCHsJ–DV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
50
|
0.99
|
random
|
10
|
1
|
30
|
2
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
110
|
1,054
|
110
|
110
|
50
|
1,434
|
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,184
|
5.38181818181818
|
No
|
2
|
ownsWork
|
110
|
617
|
5.60909090909091
|
No
|
3
|
init
|
53
|
8,870
|
167.358490566038
|
No
|
4
|
searchAndConnect
|
51
|
15,476
|
303.450980392157
|
Yes
|
5
|
knowsAgent
|
50
|
87
|
1.74
|
No
|
6
|
getWorksItems
|
18
|
30
|
1.66666666666667
|
Yes
|
8
|
addChainToNetwork
|
1
|
0
|
0
|
Yes
|
9
|
addRandomWorksToAgents
|
1
|
7
|
7
|
Yes
|
11
|
Total
|
77
|
15,698
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-02-16-4DCHsJ--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-02-16-4DCHsJ--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-06-02-17-MaKrre–CV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
50
|
0.99
|
smallWorld
|
10
|
1
|
30
|
2
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
110
|
1,108
|
110
|
110
|
201
|
1,639
|
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
|
40,255
|
1.67102532171025
|
No
|
existsSimilarity
|
24,090
|
39,742
|
1.6497301784973
|
No
|
similarityEdges
|
24,090
|
38,976
|
1.61793275217933
|
No
|
connectAllSimilar
|
220
|
40,567
|
184.395454545455
|
Yes
|
init
|
53
|
8,935
|
168.584905660377
|
No
|
connect
|
10
|
18
|
1.8
|
Yes
|
Total
|
238
|
40,811
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-02-17-MaKrre--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-02-17-MaKrre--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-06-02-17-MaKrre–DV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
50
|
0.99
|
smallWorld
|
10
|
1
|
30
|
2
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
110
|
1,088
|
110
|
110
|
201
|
1,619
|
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,086
|
4.93636363636364
|
No
|
2
|
knowsAgent
|
201
|
302
|
1.50248756218905
|
No
|
3
|
ownsWork
|
110
|
592
|
5.38181818181818
|
No
|
4
|
init
|
53
|
8,975
|
169.339622641509
|
No
|
5
|
searchAndConnect
|
51
|
17,688
|
346.823529411765
|
Yes
|
6
|
getWorksItems
|
18
|
29
|
1.61111111111111
|
Yes
|
8
|
addChainToNetwork
|
1
|
0
|
0
|
Yes
|
9
|
addRandomWorksToAgents
|
1
|
0
|
0
|
Yes
|
11
|
Total
|
77
|
18,009
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-02-17-MaKrre--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-02-17-MaKrre--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-06-01-10-tCIc8Z–CV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
50
|
0.99
|
smallWorld
|
10
|
1
|
5
|
1
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
60
|
404
|
60
|
60
|
201
|
785
|
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,349
|
1.72955182072829
|
No
|
existsSimilarity
|
7,140
|
12,159
|
1.70294117647059
|
No
|
similarityEdges
|
7,140
|
11,914
|
1.66862745098039
|
No
|
connectAllSimilar
|
120
|
12,446
|
103.716666666667
|
Yes
|
init
|
53
|
8,622
|
162.679245283019
|
No
|
connect
|
7
|
14
|
2
|
Yes
|
Total
|
135
|
12,938
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-01-10-tCIc8Z--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-01-10-tCIc8Z--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-06-01-10-tCIc8Z–DV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
50
|
0.99
|
smallWorld
|
10
|
1
|
5
|
1
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
60
|
390
|
60
|
60
|
201
|
771
|
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
|
302
|
1.50248756218905
|
No
|
2
|
addItemToWork
|
120
|
778
|
6.48333333333333
|
No
|
3
|
ownsWork
|
60
|
330
|
5.5
|
No
|
4
|
init
|
53
|
8,561
|
161.528301886792
|
No
|
5
|
searchAndConnect
|
51
|
10,422
|
204.352941176471
|
Yes
|
6
|
getWorksItems
|
18
|
31
|
1.72222222222222
|
Yes
|
9
|
cycleSearch
|
2
|
20
|
10
|
Yes
|
10
|
getWorks
|
2
|
39
|
19.5
|
No
|
11
|
Total
|
78
|
10,739
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-01-10-tCIc8Z--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-01-10-tCIc8Z--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-06-01-13-9riPFj–CV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
50
|
0.99
|
random
|
10
|
1
|
5
|
2
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
110
|
986
|
110
|
110
|
50
|
1,366
|
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
|
41,235
|
1.71170610211706
|
No
|
existsSimilarity
|
24,090
|
40,230
|
1.66998754669988
|
No
|
similarityEdges
|
24,090
|
39,458
|
1.63794105437941
|
No
|
connectAllSimilar
|
220
|
41,570
|
188.954545454545
|
Yes
|
connect
|
180
|
502
|
2.78888888888889
|
Yes
|
init
|
53
|
8,738
|
164.867924528302
|
No
|
Total
|
408
|
42,310
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-01-13-9riPFj--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-01-13-9riPFj--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-06-01-13-9riPFj–DV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
50
|
0.99
|
random
|
10
|
1
|
5
|
2
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
110
|
626
|
110
|
110
|
50
|
1,006
|
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
|
20,810
|
5.78055555555556
|
Yes
|
3
|
getWorks
|
3,600
|
30,084
|
8.35666666666667
|
No
|
4
|
individualCycleSearch
|
3,600
|
130
|
0.0361111111111111
|
Yes
|
6
|
addItemToWork
|
220
|
1,291
|
5.86818181818182
|
No
|
7
|
ownsWork
|
110
|
617
|
5.60909090909091
|
No
|
8
|
init
|
53
|
9,082
|
171.358490566038
|
No
|
9
|
searchAndConnect
|
51
|
8,738
|
171.333333333333
|
Yes
|
10
|
knowsAgent
|
50
|
82
|
1.64
|
No
|
1
|
Total
|
14,451
|
53,964
|
|
|
Found structures
Cycles
Number of cycles found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-01-13-9riPFj--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 3600
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-01-13-9riPFj--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-06-02-13-hIzbpR–CV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
50
|
0.99
|
smallWorld
|
10
|
1
|
5
|
2
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
110
|
1,140
|
110
|
110
|
201
|
1,671
|
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
|
40,051
|
1.66255707762557
|
No
|
existsSimilarity
|
24,090
|
39,481
|
1.63889580738896
|
No
|
similarityEdges
|
24,090
|
38,698
|
1.60639269406393
|
No
|
connectAllSimilar
|
220
|
40,370
|
183.5
|
Yes
|
init
|
53
|
8,483
|
160.056603773585
|
No
|
connect
|
9
|
18
|
2
|
Yes
|
Total
|
237
|
40,609
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-02-13-hIzbpR--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-02-13-hIzbpR--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-06-02-13-hIzbpR–DV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
50
|
0.99
|
smallWorld
|
10
|
1
|
5
|
2
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
110
|
1,122
|
110
|
110
|
201
|
1,653
|
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,152
|
5.23636363636364
|
No
|
2
|
knowsAgent
|
201
|
284
|
1.41293532338308
|
No
|
3
|
ownsWork
|
110
|
579
|
5.26363636363636
|
No
|
4
|
init
|
53
|
8,979
|
169.415094339623
|
No
|
5
|
searchAndConnect
|
51
|
17,248
|
338.196078431373
|
Yes
|
6
|
getWorksItems
|
18
|
30
|
1.66666666666667
|
Yes
|
8
|
addChainToNetwork
|
1
|
0
|
0
|
Yes
|
9
|
addRandomWorksToAgents
|
1
|
1
|
1
|
Yes
|
11
|
Total
|
77
|
17,529
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-02-13-hIzbpR--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-02-13-hIzbpR--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-06-12-10-L6noLv–CV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
50
|
0.99
|
random
|
10
|
1
|
5
|
1
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
60
|
246
|
60
|
60
|
50
|
476
|
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,368
|
1.73221288515406
|
No
|
existsSimilarity
|
7,140
|
12,066
|
1.68991596638655
|
No
|
similarityEdges
|
7,140
|
11,815
|
1.6547619047619
|
No
|
connectAllSimilar
|
120
|
12,462
|
103.85
|
Yes
|
connect
|
64
|
138
|
2.15625
|
Yes
|
init
|
53
|
8,409
|
158.660377358491
|
No
|
Total
|
192
|
12,855
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-12-10-L6noLv--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-12-10-L6noLv--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-06-12-10-L6noLv–DV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
50
|
0.99
|
random
|
10
|
1
|
5
|
1
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
60
|
118
|
60
|
60
|
50
|
348
|
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
|
21,080
|
5.85555555555556
|
Yes
|
3
|
getWorks
|
3,600
|
27,206
|
7.55722222222222
|
No
|
4
|
individualCycleSearch
|
3,600
|
148
|
0.0411111111111111
|
Yes
|
6
|
addItemToWork
|
120
|
675
|
5.625
|
No
|
7
|
ownsWork
|
60
|
293
|
4.88333333333333
|
No
|
8
|
init
|
53
|
8,719
|
164.509433962264
|
No
|
9
|
searchAndConnect
|
51
|
4,825
|
94.6078431372549
|
Yes
|
10
|
knowsAgent
|
50
|
113
|
2.26
|
No
|
1
|
Total
|
14,451
|
51,184
|
|
|
Found structures
Cycles
Number of cycles found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-12-10-L6noLv--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 3600
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-12-10-L6noLv--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-06-03-19-5PrWSx–CV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
50
|
0.99
|
random
|
20
|
1
|
10
|
1
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
70
|
504
|
70
|
70
|
50
|
764
|
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
|
15,838
|
1.62774922918808
|
No
|
existsSimilarity
|
9,730
|
15,607
|
1.60400822199383
|
No
|
similarityEdges
|
9,730
|
15,306
|
1.57307297019527
|
No
|
connectAllSimilar
|
140
|
15,956
|
113.971428571429
|
Yes
|
init
|
53
|
8,594
|
162.150943396226
|
No
|
connect
|
12
|
22
|
1.83333333333333
|
Yes
|
Total
|
160
|
16,363
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-03-19-5PrWSx--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-03-19-5PrWSx--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-06-03-19-5PrWSx–DV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
50
|
0.99
|
random
|
20
|
1
|
10
|
1
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
70
|
480
|
70
|
70
|
50
|
740
|
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
|
553
|
3.95
|
No
|
2
|
ownsWork
|
70
|
255
|
3.64285714285714
|
No
|
3
|
init
|
53
|
8,893
|
167.792452830189
|
No
|
4
|
searchAndConnect
|
51
|
8,777
|
172.098039215686
|
Yes
|
5
|
knowsAgent
|
50
|
180
|
3.6
|
No
|
6
|
getWorksItems
|
38
|
51
|
1.34210526315789
|
Yes
|
8
|
addChainToNetwork
|
1
|
0
|
0
|
Yes
|
9
|
addRandomWorksToAgents
|
1
|
1
|
1
|
Yes
|
11
|
Total
|
97
|
9,042
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-03-19-5PrWSx--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-03-19-5PrWSx--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-06-03-20-iVvBr9–CV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
50
|
0.99
|
smallWorld
|
20
|
1
|
10
|
1
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
70
|
518
|
70
|
70
|
201
|
929
|
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
|
16,437
|
1.68931140801644
|
No
|
existsSimilarity
|
9,730
|
16,201
|
1.66505652620761
|
No
|
similarityEdges
|
9,730
|
15,927
|
1.63689619732785
|
No
|
connectAllSimilar
|
140
|
16,562
|
118.3
|
Yes
|
init
|
53
|
8,681
|
163.792452830189
|
No
|
connect
|
5
|
12
|
2.4
|
Yes
|
Total
|
153
|
17,082
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-03-20-iVvBr9--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-03-20-iVvBr9--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-06-03-20-iVvBr9–DV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
50
|
0.99
|
smallWorld
|
20
|
1
|
10
|
1
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
70
|
508
|
70
|
70
|
201
|
919
|
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
|
283
|
1.40796019900498
|
No
|
2
|
addItemToWork
|
140
|
595
|
4.25
|
No
|
3
|
ownsWork
|
70
|
312
|
4.45714285714286
|
No
|
4
|
init
|
53
|
8,843
|
166.849056603774
|
No
|
5
|
searchAndConnect
|
51
|
10,672
|
209.254901960784
|
Yes
|
6
|
getWorksItems
|
38
|
99
|
2.60526315789474
|
Yes
|
8
|
addChainToNetwork
|
1
|
0
|
0
|
Yes
|
9
|
addRandomWorksToAgents
|
1
|
0
|
0
|
Yes
|
11
|
Total
|
97
|
10,892
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-03-20-iVvBr9--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-03-20-iVvBr9--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-06-04-24-3EsQP6–CV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
50
|
0.99
|
random
|
20
|
1
|
10
|
2
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
120
|
1,252
|
120
|
120
|
50
|
1,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
|
connectIfSimilar
|
28,680
|
52,064
|
1.81534170153417
|
No
|
existsSimilarity
|
28,680
|
51,389
|
1.79180613668061
|
No
|
similarityEdges
|
28,680
|
50,425
|
1.75819386331939
|
No
|
connectAllSimilar
|
240
|
52,434
|
218.475
|
Yes
|
init
|
53
|
9,052
|
170.792452830189
|
No
|
connect
|
11
|
23
|
2.09090909090909
|
Yes
|
Total
|
259
|
52,969
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-04-24-3EsQP6--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-04-24-3EsQP6--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-06-04-24-3EsQP6–DV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
50
|
0.99
|
random
|
20
|
1
|
10
|
2
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
120
|
1,230
|
120
|
120
|
50
|
1,640
|
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,338
|
5.575
|
No
|
2
|
ownsWork
|
120
|
584
|
4.86666666666667
|
No
|
3
|
init
|
53
|
9,326
|
175.962264150943
|
No
|
4
|
searchAndConnect
|
51
|
16,933
|
332.019607843137
|
Yes
|
5
|
knowsAgent
|
50
|
105
|
2.1
|
No
|
6
|
getWorksItems
|
38
|
64
|
1.68421052631579
|
Yes
|
9
|
cycleSearch
|
2
|
364
|
182
|
Yes
|
10
|
getWorks
|
2
|
283
|
141.5
|
No
|
11
|
Total
|
98
|
18,058
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-04-24-3EsQP6--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-04-24-3EsQP6--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-06-04-25-XVxju3–CV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
50
|
0.99
|
smallWorld
|
20
|
1
|
10
|
2
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
120
|
1,450
|
120
|
120
|
201
|
2,011
|
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
|
50,575
|
1.7634239888424
|
No
|
existsSimilarity
|
28,680
|
49,954
|
1.74177126917713
|
No
|
similarityEdges
|
28,680
|
49,087
|
1.71154114365411
|
No
|
connectAllSimilar
|
240
|
50,901
|
212.0875
|
Yes
|
init
|
53
|
8,725
|
164.622641509434
|
No
|
connect
|
10
|
67
|
6.7
|
Yes
|
Total
|
258
|
51,371
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-04-25-XVxju3--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-04-25-XVxju3--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-06-04-25-XVxju3–DV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
50
|
0.99
|
smallWorld
|
20
|
1
|
10
|
2
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
120
|
1,430
|
120
|
120
|
201
|
1,991
|
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,608
|
6.7
|
No
|
2
|
knowsAgent
|
201
|
299
|
1.48756218905473
|
No
|
3
|
ownsWork
|
120
|
698
|
5.81666666666667
|
No
|
4
|
init
|
53
|
9,546
|
180.11320754717
|
No
|
5
|
searchAndConnect
|
51
|
19,006
|
372.666666666667
|
Yes
|
6
|
getWorksItems
|
38
|
57
|
1.5
|
Yes
|
9
|
cycleSearch
|
2
|
144
|
72
|
Yes
|
10
|
getWorks
|
2
|
20
|
10
|
No
|
11
|
Total
|
98
|
19,767
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-04-25-XVxju3--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-04-25-XVxju3--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-06-03-20-wzY27q–CV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
50
|
0.99
|
random
|
20
|
1
|
30
|
1
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
70
|
660
|
70
|
70
|
50
|
920
|
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
|
17,583
|
1.8070914696814
|
No
|
existsSimilarity
|
9,730
|
17,360
|
1.7841726618705
|
No
|
similarityEdges
|
9,730
|
17,040
|
1.75128468653649
|
No
|
connectAllSimilar
|
140
|
17,709
|
126.492857142857
|
Yes
|
init
|
53
|
8,771
|
165.490566037736
|
No
|
connect
|
7
|
9
|
1.28571428571429
|
Yes
|
Total
|
155
|
18,103
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-03-20-wzY27q--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-03-20-wzY27q--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-06-03-20-wzY27q–DV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
50
|
0.99
|
random
|
20
|
1
|
30
|
1
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
70
|
646
|
70
|
70
|
50
|
906
|
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
|
577
|
4.12142857142857
|
No
|
2
|
ownsWork
|
70
|
270
|
3.85714285714286
|
No
|
3
|
init
|
53
|
8,978
|
169.396226415094
|
No
|
4
|
searchAndConnect
|
51
|
9,544
|
187.137254901961
|
Yes
|
5
|
knowsAgent
|
50
|
132
|
2.64
|
No
|
6
|
getWorksItems
|
38
|
69
|
1.81578947368421
|
Yes
|
9
|
cycleSearch
|
2
|
88
|
44
|
Yes
|
10
|
getWorks
|
2
|
129
|
64.5
|
No
|
11
|
Total
|
98
|
10,150
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-03-20-wzY27q--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-03-20-wzY27q--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-06-03-21-TY5yxw–CV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
50
|
0.99
|
smallWorld
|
20
|
1
|
30
|
1
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
70
|
498
|
70
|
70
|
201
|
909
|
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
|
connectIfSimilar
|
9,730
|
15,292
|
1.57163412127441
|
No
|
2
|
existsSimilarity
|
9,730
|
15,107
|
1.55262076053443
|
No
|
3
|
similarityEdges
|
9,730
|
14,855
|
1.52672147995889
|
No
|
4
|
connectAllSimilar
|
140
|
15,411
|
110.078571428571
|
Yes
|
5
|
init
|
53
|
8,560
|
161.509433962264
|
No
|
7
|
connect
|
2
|
3
|
1.5
|
Yes
|
11
|
Total
|
150
|
15,731
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-03-21-TY5yxw--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-03-21-TY5yxw--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-06-03-21-TY5yxw–DV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
50
|
0.99
|
smallWorld
|
20
|
1
|
30
|
1
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
70
|
494
|
70
|
70
|
201
|
905
|
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
|
264
|
1.3134328358209
|
No
|
2
|
addItemToWork
|
140
|
677
|
4.83571428571429
|
No
|
3
|
ownsWork
|
70
|
327
|
4.67142857142857
|
No
|
4
|
init
|
53
|
9,179
|
173.188679245283
|
No
|
5
|
searchAndConnect
|
51
|
10,672
|
209.254901960784
|
Yes
|
6
|
getWorksItems
|
38
|
69
|
1.81578947368421
|
Yes
|
8
|
addChainToNetwork
|
1
|
0
|
0
|
Yes
|
9
|
addRandomWorksToAgents
|
1
|
4
|
4
|
Yes
|
11
|
Total
|
97
|
10,923
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-03-21-TY5yxw--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-03-21-TY5yxw--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-06-04-26-FRH8ba–CV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
50
|
0.99
|
random
|
20
|
1
|
30
|
2
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
120
|
1,302
|
120
|
120
|
50
|
1,712
|
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
|
50,819
|
1.77193165969317
|
No
|
existsSimilarity
|
28,680
|
50,170
|
1.74930264993027
|
No
|
similarityEdges
|
28,680
|
49,278
|
1.71820083682008
|
No
|
connectAllSimilar
|
240
|
51,180
|
213.25
|
Yes
|
init
|
53
|
8,591
|
162.094339622642
|
No
|
connect
|
11
|
24
|
2.18181818181818
|
Yes
|
Total
|
259
|
51,571
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-04-26-FRH8ba--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-04-26-FRH8ba--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-06-04-26-FRH8ba–DV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
50
|
0.99
|
random
|
20
|
1
|
30
|
2
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
120
|
1,280
|
120
|
120
|
50
|
1,690
|
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,056
|
4.4
|
No
|
2
|
ownsWork
|
120
|
550
|
4.58333333333333
|
No
|
3
|
init
|
53
|
9,141
|
172.471698113208
|
No
|
4
|
searchAndConnect
|
51
|
16,723
|
327.901960784314
|
Yes
|
5
|
knowsAgent
|
50
|
136
|
2.72
|
No
|
6
|
getWorksItems
|
38
|
69
|
1.81578947368421
|
Yes
|
8
|
addChainToNetwork
|
1
|
0
|
0
|
Yes
|
9
|
addRandomWorksToAgents
|
1
|
0
|
0
|
Yes
|
11
|
Total
|
97
|
16,952
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-04-26-FRH8ba--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-04-26-FRH8ba--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-06-04-27-uqCa9k–CV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
50
|
0.99
|
smallWorld
|
20
|
1
|
30
|
2
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
120
|
1,402
|
120
|
120
|
201
|
1,963
|
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
|
49,360
|
1.721059972106
|
No
|
existsSimilarity
|
28,680
|
48,710
|
1.69839609483961
|
No
|
similarityEdges
|
28,680
|
47,830
|
1.66771269177127
|
No
|
connectAllSimilar
|
240
|
49,670
|
206.958333333333
|
Yes
|
init
|
53
|
8,602
|
162.301886792453
|
No
|
connect
|
11
|
18
|
1.63636363636364
|
Yes
|
Total
|
259
|
50,214
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-04-27-uqCa9k--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-04-27-uqCa9k--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-06-04-27-uqCa9k–DV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
50
|
0.99
|
smallWorld
|
20
|
1
|
30
|
2
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
120
|
1,380
|
120
|
120
|
201
|
1,941
|
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,566
|
6.525
|
No
|
2
|
knowsAgent
|
201
|
362
|
1.80099502487562
|
No
|
3
|
ownsWork
|
120
|
592
|
4.93333333333333
|
No
|
4
|
init
|
53
|
9,011
|
170.018867924528
|
No
|
5
|
searchAndConnect
|
51
|
19,026
|
373.058823529412
|
Yes
|
6
|
getWorksItems
|
38
|
92
|
2.42105263157895
|
Yes
|
8
|
addChainToNetwork
|
1
|
0
|
0
|
Yes
|
9
|
addRandomWorksToAgents
|
1
|
0
|
0
|
Yes
|
11
|
Total
|
97
|
19,371
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-04-27-uqCa9k--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-04-27-uqCa9k--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-06-02-18-czqeQE–CV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
50
|
0.99
|
random
|
20
|
1
|
5
|
1
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
70
|
508
|
70
|
70
|
50
|
768
|
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
|
16,576
|
1.70359712230216
|
No
|
existsSimilarity
|
9,730
|
16,142
|
1.6589928057554
|
No
|
similarityEdges
|
9,730
|
15,839
|
1.627852004111
|
No
|
connectAllSimilar
|
140
|
16,686
|
119.185714285714
|
Yes
|
connect
|
102
|
213
|
2.08823529411765
|
Yes
|
init
|
53
|
8,742
|
164.943396226415
|
No
|
Total
|
250
|
17,254
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-02-18-czqeQE--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-02-18-czqeQE--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-06-02-18-czqeQE–DV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
50
|
0.99
|
random
|
20
|
1
|
5
|
1
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
70
|
304
|
70
|
70
|
50
|
564
|
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
|
48,400
|
13.4444444444444
|
Yes
|
3
|
getWorks
|
3,600
|
31,791
|
8.83083333333333
|
No
|
4
|
individualCycleSearch
|
3,600
|
119
|
0.0330555555555556
|
Yes
|
6
|
addItemToWork
|
140
|
787
|
5.62142857142857
|
No
|
7
|
ownsWork
|
70
|
320
|
4.57142857142857
|
No
|
8
|
init
|
53
|
9,345
|
176.320754716981
|
No
|
9
|
searchAndConnect
|
51
|
5,205
|
102.058823529412
|
Yes
|
10
|
knowsAgent
|
50
|
97
|
1.94
|
No
|
1
|
Total
|
14,451
|
219,746
|
|
|
Found structures
Cycles
Number of cycles found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-02-18-czqeQE--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 3600
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-02-18-czqeQE--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-06-03-19-WkJX6D–CV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
50
|
0.99
|
smallWorld
|
20
|
1
|
5
|
1
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
70
|
446
|
70
|
70
|
201
|
857
|
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
|
15,980
|
1.64234326824255
|
No
|
existsSimilarity
|
9,730
|
15,732
|
1.61685508735868
|
No
|
similarityEdges
|
9,730
|
15,420
|
1.58478931140802
|
No
|
connectAllSimilar
|
140
|
16,110
|
115.071428571429
|
Yes
|
init
|
53
|
8,762
|
165.320754716981
|
No
|
connect
|
7
|
14
|
2
|
Yes
|
Total
|
155
|
16,470
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-03-19-WkJX6D--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-03-19-WkJX6D--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-06-03-19-WkJX6D–DV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
50
|
0.99
|
smallWorld
|
20
|
1
|
5
|
1
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
70
|
432
|
70
|
70
|
201
|
843
|
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
|
296
|
1.4726368159204
|
No
|
2
|
addItemToWork
|
140
|
558
|
3.98571428571429
|
No
|
3
|
ownsWork
|
70
|
237
|
3.38571428571429
|
No
|
4
|
init
|
53
|
8,966
|
169.169811320755
|
No
|
5
|
searchAndConnect
|
51
|
8,698
|
170.549019607843
|
Yes
|
6
|
getWorksItems
|
38
|
78
|
2.05263157894737
|
Yes
|
8
|
addChainToNetwork
|
1
|
0
|
0
|
Yes
|
9
|
addRandomWorksToAgents
|
1
|
1
|
1
|
Yes
|
11
|
Total
|
97
|
8,985
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-03-19-WkJX6D--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-03-19-WkJX6D--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-06-03-21-n4nTNV–CV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
50
|
0.99
|
random
|
20
|
1
|
5
|
2
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
120
|
1,208
|
120
|
120
|
50
|
1,618
|
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
|
49,714
|
1.73340306834031
|
No
|
existsSimilarity
|
28,680
|
48,648
|
1.69623430962343
|
No
|
similarityEdges
|
28,680
|
47,706
|
1.66338912133891
|
No
|
connectAllSimilar
|
240
|
50,068
|
208.616666666667
|
Yes
|
connect
|
189
|
437
|
2.31216931216931
|
Yes
|
init
|
53
|
9,131
|
172.283018867925
|
No
|
Total
|
437
|
51,077
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-03-21-n4nTNV--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-03-21-n4nTNV--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-06-03-21-n4nTNV–DV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
50
|
0.99
|
random
|
20
|
1
|
5
|
2
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
120
|
830
|
120
|
120
|
50
|
1,240
|
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
|
85,184
|
23.6622222222222
|
Yes
|
3
|
getWorks
|
3,600
|
33,884
|
9.41222222222222
|
No
|
4
|
individualCycleSearch
|
3,600
|
127
|
0.0352777777777778
|
Yes
|
6
|
addItemToWork
|
240
|
1,192
|
4.96666666666667
|
No
|
7
|
ownsWork
|
120
|
623
|
5.19166666666667
|
No
|
8
|
init
|
53
|
8,849
|
166.962264150943
|
No
|
9
|
searchAndConnect
|
51
|
12,486
|
244.823529411765
|
Yes
|
10
|
knowsAgent
|
50
|
164
|
3.28
|
No
|
1
|
Total
|
14,451
|
386,974
|
|
|
Found structures
Cycles
Number of cycles found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-03-21-n4nTNV--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 3600
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-03-21-n4nTNV--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-06-04-22-9IS3CY–CV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
50
|
0.99
|
smallWorld
|
20
|
1
|
5
|
2
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
120
|
1,412
|
120
|
120
|
201
|
1,973
|
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
|
49,983
|
1.74278242677824
|
No
|
existsSimilarity
|
28,680
|
49,345
|
1.7205369595537
|
No
|
similarityEdges
|
28,680
|
48,403
|
1.68769177126918
|
No
|
connectAllSimilar
|
240
|
50,346
|
209.775
|
Yes
|
init
|
53
|
8,911
|
168.132075471698
|
No
|
connect
|
13
|
27
|
2.07692307692308
|
Yes
|
Total
|
261
|
50,797
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-04-22-9IS3CY--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-04-22-9IS3CY--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-06-04-22-9IS3CY–DV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
50
|
0.99
|
smallWorld
|
20
|
1
|
5
|
2
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
120
|
1,386
|
120
|
120
|
201
|
1,947
|
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,181
|
4.92083333333333
|
No
|
2
|
knowsAgent
|
201
|
317
|
1.5771144278607
|
No
|
3
|
ownsWork
|
120
|
558
|
4.65
|
No
|
4
|
init
|
53
|
9,527
|
179.754716981132
|
No
|
5
|
searchAndConnect
|
51
|
19,470
|
381.764705882353
|
Yes
|
6
|
getWorksItems
|
38
|
57
|
1.5
|
Yes
|
9
|
cycleSearch
|
2
|
330
|
165
|
Yes
|
10
|
getWorks
|
2
|
362
|
181
|
No
|
11
|
Total
|
98
|
20,341
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-04-22-9IS3CY--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-04-22-9IS3CY--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-06-12-03-6vAPw9–CV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
50
|
0.99
|
random
|
5
|
1
|
10
|
1
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
55
|
252
|
55
|
55
|
50
|
467
|
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
|
connectIfSimilar
|
5,995
|
9,369
|
1.5628023352794
|
No
|
2
|
existsSimilarity
|
5,995
|
9,213
|
1.53678065054212
|
No
|
3
|
similarityEdges
|
5,995
|
9,006
|
1.5022518765638
|
No
|
4
|
connectAllSimilar
|
110
|
9,448
|
85.8909090909091
|
Yes
|
5
|
init
|
53
|
8,343
|
157.415094339623
|
No
|
7
|
connect
|
3
|
7
|
2.33333333333333
|
Yes
|
11
|
Total
|
121
|
9,620
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-12-03-6vAPw9--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-12-03-6vAPw9--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-06-12-03-6vAPw9–DV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
50
|
0.99
|
random
|
5
|
1
|
10
|
1
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
55
|
246
|
55
|
55
|
50
|
461
|
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,076
|
9.78181818181818
|
No
|
2
|
ownsWork
|
55
|
475
|
8.63636363636364
|
No
|
3
|
init
|
53
|
8,770
|
165.471698113208
|
No
|
4
|
searchAndConnect
|
51
|
5,934
|
116.352941176471
|
Yes
|
5
|
knowsAgent
|
50
|
93
|
1.86
|
No
|
6
|
getWorksItems
|
8
|
20
|
2.5
|
Yes
|
8
|
addChainToNetwork
|
1
|
0
|
0
|
Yes
|
9
|
addRandomWorksToAgents
|
1
|
17
|
17
|
Yes
|
11
|
Total
|
67
|
6,088
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-12-03-6vAPw9--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-12-03-6vAPw9--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-06-12-03-DPIrn7–CV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
50
|
0.99
|
smallWorld
|
5
|
1
|
10
|
1
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
55
|
398
|
55
|
55
|
201
|
764
|
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
|
8,437
|
1.40733944954128
|
No
|
existsSimilarity
|
5,995
|
8,295
|
1.3836530442035
|
No
|
similarityEdges
|
5,995
|
8,146
|
1.35879899916597
|
No
|
connectAllSimilar
|
110
|
8,502
|
77.2909090909091
|
Yes
|
init
|
53
|
8,686
|
163.88679245283
|
No
|
connect
|
5
|
15
|
3
|
Yes
|
Total
|
123
|
8,663
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-12-03-DPIrn7--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-12-03-DPIrn7--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-06-12-03-DPIrn7–DV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
50
|
0.99
|
smallWorld
|
5
|
1
|
10
|
1
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
55
|
388
|
55
|
55
|
201
|
754
|
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
|
291
|
1.44776119402985
|
No
|
2
|
addItemToWork
|
110
|
645
|
5.86363636363636
|
No
|
3
|
ownsWork
|
55
|
375
|
6.81818181818182
|
No
|
4
|
init
|
53
|
8,374
|
158
|
No
|
5
|
searchAndConnect
|
51
|
7,786
|
152.666666666667
|
Yes
|
6
|
getWorksItems
|
8
|
14
|
1.75
|
Yes
|
8
|
addChainToNetwork
|
1
|
0
|
0
|
Yes
|
9
|
addRandomWorksToAgents
|
1
|
12
|
12
|
Yes
|
11
|
Total
|
67
|
8,002
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-12-03-DPIrn7--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-12-03-DPIrn7--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-06-12-06-FdrVtm–CV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
50
|
0.99
|
random
|
5
|
1
|
10
|
2
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
105
|
988
|
105
|
105
|
50
|
1,353
|
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
|
38,198
|
1.74062428799271
|
No
|
existsSimilarity
|
21,945
|
37,619
|
1.71424014581909
|
No
|
similarityEdges
|
21,945
|
36,843
|
1.67887901572112
|
No
|
connectAllSimilar
|
210
|
38,513
|
183.395238095238
|
Yes
|
init
|
53
|
8,509
|
160.547169811321
|
No
|
connect
|
20
|
55
|
2.75
|
Yes
|
Total
|
238
|
38,791
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-12-06-FdrVtm--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-12-06-FdrVtm--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-06-12-06-FdrVtm–DV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
50
|
0.99
|
random
|
5
|
1
|
10
|
2
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
105
|
948
|
105
|
105
|
50
|
1,313
|
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,404
|
6.68571428571429
|
No
|
2
|
ownsWork
|
105
|
696
|
6.62857142857143
|
No
|
3
|
init
|
53
|
8,757
|
165.22641509434
|
No
|
4
|
searchAndConnect
|
51
|
16,513
|
323.78431372549
|
Yes
|
5
|
knowsAgent
|
50
|
100
|
2
|
No
|
6
|
getWorksItems
|
8
|
24
|
3
|
Yes
|
8
|
addChainToNetwork
|
1
|
0
|
0
|
Yes
|
9
|
addRandomWorksToAgents
|
1
|
15
|
15
|
Yes
|
11
|
Total
|
67
|
16,771
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-12-06-FdrVtm--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-12-06-FdrVtm--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-06-12-07-FZiE2t–CV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
50
|
0.99
|
smallWorld
|
5
|
1
|
10
|
2
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
105
|
1,080
|
105
|
105
|
201
|
1,596
|
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
|
37,016
|
1.68676236044657
|
No
|
existsSimilarity
|
21,945
|
36,467
|
1.66174527227159
|
No
|
similarityEdges
|
21,945
|
35,743
|
1.62875370243791
|
No
|
connectAllSimilar
|
210
|
37,282
|
177.533333333333
|
Yes
|
init
|
53
|
8,614
|
162.528301886792
|
No
|
connect
|
12
|
18
|
1.5
|
Yes
|
Total
|
230
|
37,679
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-12-07-FZiE2t--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-12-07-FZiE2t--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-06-12-07-FZiE2t–DV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
50
|
0.99
|
smallWorld
|
5
|
1
|
10
|
2
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
105
|
1,056
|
105
|
105
|
201
|
1,572
|
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,474
|
7.01904761904762
|
No
|
2
|
knowsAgent
|
201
|
290
|
1.44278606965174
|
No
|
3
|
ownsWork
|
105
|
656
|
6.24761904761905
|
No
|
4
|
init
|
53
|
8,656
|
163.320754716981
|
No
|
5
|
searchAndConnect
|
51
|
15,242
|
298.862745098039
|
Yes
|
6
|
getWorksItems
|
8
|
20
|
2.5
|
Yes
|
8
|
addChainToNetwork
|
1
|
0
|
0
|
Yes
|
9
|
addRandomWorksToAgents
|
1
|
5
|
5
|
Yes
|
11
|
Total
|
67
|
15,495
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-12-07-FZiE2t--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-12-07-FZiE2t--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-06-12-04-77nbqF–CV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
50
|
0.99
|
smallWorld
|
5
|
1
|
30
|
1
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
55
|
260
|
55
|
55
|
201
|
626
|
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
|
connectIfSimilar
|
5,995
|
8,823
|
1.47172643869892
|
No
|
2
|
existsSimilarity
|
5,995
|
8,690
|
1.44954128440367
|
No
|
3
|
similarityEdges
|
5,995
|
8,527
|
1.42235195996664
|
No
|
4
|
connectAllSimilar
|
110
|
8,908
|
80.9818181818182
|
Yes
|
5
|
init
|
53
|
8,291
|
156.433962264151
|
No
|
7
|
connect
|
3
|
5
|
1.66666666666667
|
Yes
|
11
|
Total
|
121
|
9,049
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-12-04-77nbqF--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-12-04-77nbqF--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-06-12-04-77nbqF–DV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
50
|
0.99
|
smallWorld
|
5
|
1
|
30
|
1
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
55
|
254
|
55
|
55
|
201
|
620
|
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
|
280
|
1.39303482587065
|
No
|
2
|
addItemToWork
|
110
|
585
|
5.31818181818182
|
No
|
3
|
ownsWork
|
55
|
289
|
5.25454545454545
|
No
|
4
|
init
|
53
|
8,603
|
162.320754716981
|
No
|
5
|
searchAndConnect
|
51
|
7,181
|
140.803921568627
|
Yes
|
6
|
getWorksItems
|
8
|
13
|
1.625
|
Yes
|
8
|
addChainToNetwork
|
1
|
0
|
0
|
Yes
|
9
|
addRandomWorksToAgents
|
1
|
24
|
24
|
Yes
|
11
|
Total
|
67
|
7,364
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-12-04-77nbqF--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-12-04-77nbqF--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-06-12-04-uNjTXn–CV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
50
|
0.99
|
random
|
5
|
1
|
30
|
1
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
55
|
354
|
55
|
55
|
50
|
569
|
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
|
connectIfSimilar
|
5,995
|
9,033
|
1.50675562969141
|
No
|
2
|
existsSimilarity
|
5,995
|
8,858
|
1.47756463719766
|
No
|
3
|
similarityEdges
|
5,995
|
8,682
|
1.44820683903253
|
No
|
4
|
connectAllSimilar
|
110
|
9,105
|
82.7727272727273
|
Yes
|
5
|
init
|
53
|
8,489
|
160.169811320755
|
No
|
7
|
connect
|
4
|
6
|
1.5
|
Yes
|
11
|
Total
|
122
|
9,235
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-12-04-uNjTXn--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-12-04-uNjTXn--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-06-12-04-uNjTXn–DV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
50
|
0.99
|
random
|
5
|
1
|
30
|
1
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
55
|
346
|
55
|
55
|
50
|
561
|
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
|
698
|
6.34545454545455
|
No
|
2
|
ownsWork
|
55
|
329
|
5.98181818181818
|
No
|
3
|
init
|
53
|
8,763
|
165.339622641509
|
No
|
4
|
searchAndConnect
|
51
|
5,726
|
112.274509803922
|
Yes
|
5
|
knowsAgent
|
50
|
91
|
1.82
|
No
|
6
|
getWorksItems
|
8
|
17
|
2.125
|
Yes
|
8
|
addChainToNetwork
|
1
|
0
|
0
|
Yes
|
9
|
addRandomWorksToAgents
|
1
|
5
|
5
|
Yes
|
11
|
Total
|
67
|
5,899
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-12-04-uNjTXn--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-12-04-uNjTXn--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-06-12-08-A8sXFz–CV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
50
|
0.99
|
random
|
5
|
1
|
30
|
2
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
105
|
988
|
105
|
105
|
50
|
1,353
|
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
|
36,533
|
1.66475279106858
|
No
|
existsSimilarity
|
21,945
|
36,014
|
1.64110275689223
|
No
|
similarityEdges
|
21,945
|
35,248
|
1.60619731146047
|
No
|
connectAllSimilar
|
210
|
36,832
|
175.390476190476
|
Yes
|
init
|
53
|
8,378
|
158.075471698113
|
No
|
connect
|
7
|
25
|
3.57142857142857
|
Yes
|
Total
|
225
|
37,109
|
|
|
Found structures
Cycles
Number of cycles found: 1
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-12-08-A8sXFz--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-06-12-08-A8sXFz–DV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
50
|
0.99
|
random
|
5
|
1
|
30
|
2
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
105
|
974
|
105
|
105
|
50
|
1,339
|
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,647
|
7.84285714285714
|
No
|
2
|
ownsWork
|
105
|
744
|
7.08571428571429
|
No
|
3
|
init
|
53
|
8,712
|
164.377358490566
|
No
|
4
|
searchAndConnect
|
51
|
12,908
|
253.098039215686
|
Yes
|
5
|
knowsAgent
|
50
|
87
|
1.74
|
No
|
6
|
getWorksItems
|
8
|
19
|
2.375
|
Yes
|
8
|
addChainToNetwork
|
1
|
0
|
0
|
Yes
|
9
|
addRandomWorksToAgents
|
1
|
1
|
1
|
Yes
|
11
|
Total
|
67
|
13,173
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-12-08-A8sXFz--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-12-08-A8sXFz--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-06-12-09-MpxgZV–CV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
50
|
0.99
|
smallWorld
|
5
|
1
|
30
|
2
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
105
|
1,188
|
105
|
105
|
201
|
1,704
|
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
|
39,575
|
1.80337206652996
|
No
|
existsSimilarity
|
21,945
|
38,982
|
1.77634996582365
|
No
|
similarityEdges
|
21,945
|
38,173
|
1.73948507632718
|
No
|
connectAllSimilar
|
210
|
39,910
|
190.047619047619
|
Yes
|
init
|
53
|
8,452
|
159.471698113208
|
No
|
connect
|
18
|
33
|
1.83333333333333
|
Yes
|
Total
|
236
|
40,183
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-12-09-MpxgZV--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-12-09-MpxgZV--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-06-12-09-MpxgZV–DV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
50
|
0.99
|
smallWorld
|
5
|
1
|
30
|
2
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
105
|
1,152
|
105
|
105
|
201
|
1,668
|
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,624
|
7.73333333333333
|
No
|
2
|
knowsAgent
|
201
|
300
|
1.49253731343284
|
No
|
3
|
ownsWork
|
105
|
670
|
6.38095238095238
|
No
|
4
|
init
|
53
|
8,517
|
160.698113207547
|
No
|
5
|
searchAndConnect
|
51
|
16,535
|
324.21568627451
|
Yes
|
6
|
getWorksItems
|
8
|
13
|
1.625
|
Yes
|
8
|
addChainToNetwork
|
1
|
0
|
0
|
Yes
|
9
|
addRandomWorksToAgents
|
1
|
0
|
0
|
Yes
|
11
|
Total
|
67
|
16,733
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-12-09-MpxgZV--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-12-09-MpxgZV--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-06-11-02-8VzNJ8–CV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
50
|
0.99
|
random
|
5
|
1
|
5
|
1
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
55
|
290
|
55
|
55
|
50
|
505
|
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
|
9,028
|
1.50592160133445
|
No
|
existsSimilarity
|
5,995
|
8,682
|
1.44820683903253
|
No
|
similarityEdges
|
5,995
|
8,473
|
1.41334445371143
|
No
|
connectAllSimilar
|
110
|
9,110
|
82.8181818181818
|
Yes
|
connect
|
68
|
170
|
2.5
|
Yes
|
init
|
53
|
8,826
|
166.528301886792
|
No
|
Total
|
186
|
9,521
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-11-02-8VzNJ8--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-11-02-8VzNJ8--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-06-11-02-8VzNJ8–DV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
50
|
0.99
|
random
|
5
|
1
|
5
|
1
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
55
|
154
|
55
|
55
|
50
|
369
|
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
|
2
|
cycleSearch
|
3,599
|
37,016
|
10.2850791886635
|
Yes
|
3
|
getWorks
|
3,599
|
21,818
|
6.06223951097527
|
No
|
4
|
individualCycleSearch
|
3,599
|
295
|
0.0819672131147541
|
Yes
|
6
|
addItemToWork
|
110
|
3,053
|
27.7545454545455
|
No
|
7
|
ownsWork
|
55
|
861
|
15.6545454545455
|
No
|
8
|
init
|
53
|
9,753
|
184.018867924528
|
No
|
9
|
searchAndConnect
|
51
|
7,179
|
140.764705882353
|
Yes
|
10
|
knowsAgent
|
50
|
184
|
3.68
|
No
|
1
|
Total
|
14,447
|
153,632
|
|
|
Found structures
Cycles
Number of cycles found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-11-02-8VzNJ8--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 3599
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-11-02-8VzNJ8--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-06-12-03-xRHB6s–CV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
50
|
0.99
|
smallWorld
|
5
|
1
|
5
|
1
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
55
|
234
|
55
|
55
|
201
|
600
|
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
|
connectIfSimilar
|
5,995
|
9,497
|
1.58415346121768
|
No
|
2
|
existsSimilarity
|
5,995
|
9,336
|
1.55729774812344
|
No
|
3
|
similarityEdges
|
5,995
|
9,132
|
1.5232693911593
|
No
|
4
|
connectAllSimilar
|
110
|
9,589
|
87.1727272727273
|
Yes
|
5
|
init
|
53
|
8,707
|
164.283018867925
|
No
|
7
|
connect
|
4
|
8
|
2
|
Yes
|
11
|
Total
|
122
|
9,816
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-12-03-xRHB6s--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-12-03-xRHB6s--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-06-12-03-xRHB6s–DV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
50
|
0.99
|
smallWorld
|
5
|
1
|
5
|
1
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
55
|
226
|
55
|
55
|
201
|
592
|
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
|
356
|
1.77114427860697
|
No
|
2
|
addItemToWork
|
110
|
1,166
|
10.6
|
No
|
3
|
ownsWork
|
55
|
840
|
15.2727272727273
|
No
|
4
|
init
|
53
|
8,782
|
165.698113207547
|
No
|
5
|
searchAndConnect
|
51
|
9,618
|
188.588235294118
|
Yes
|
6
|
getWorksItems
|
8
|
23
|
2.875
|
Yes
|
8
|
addChainToNetwork
|
1
|
0
|
0
|
Yes
|
9
|
addRandomWorksToAgents
|
1
|
3
|
3
|
Yes
|
11
|
Total
|
67
|
9,792
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-12-03-xRHB6s--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-12-03-xRHB6s--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-06-12-05-ixBZbN–CV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
50
|
0.99
|
random
|
5
|
1
|
5
|
2
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
105
|
1,046
|
105
|
105
|
50
|
1,411
|
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
|
37,032
|
1.68749145591251
|
No
|
existsSimilarity
|
21,945
|
36,032
|
1.64192298929141
|
No
|
similarityEdges
|
21,945
|
35,301
|
1.60861244019139
|
No
|
connect
|
215
|
528
|
2.45581395348837
|
Yes
|
connectAllSimilar
|
210
|
37,320
|
177.714285714286
|
Yes
|
init
|
53
|
8,612
|
162.490566037736
|
No
|
Total
|
433
|
38,035
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-12-05-ixBZbN--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-12-05-ixBZbN--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-06-12-05-ixBZbN–DV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
50
|
0.99
|
random
|
5
|
1
|
5
|
2
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
105
|
616
|
105
|
105
|
50
|
981
|
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,845
|
8.78571428571429
|
No
|
2
|
ownsWork
|
105
|
921
|
8.77142857142857
|
No
|
3
|
init
|
53
|
8,451
|
159.452830188679
|
No
|
4
|
searchAndConnect
|
51
|
9,724
|
190.666666666667
|
Yes
|
5
|
knowsAgent
|
50
|
90
|
1.8
|
No
|
6
|
getWorksItems
|
8
|
19
|
2.375
|
Yes
|
9
|
cycleSearch
|
2
|
17
|
8.5
|
Yes
|
10
|
getWorks
|
2
|
111
|
55.5
|
No
|
11
|
Total
|
68
|
9,998
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-12-05-ixBZbN--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-12-05-ixBZbN--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-06-12-05-rrebF8–CV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
50
|
0.99
|
smallWorld
|
5
|
1
|
5
|
2
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
105
|
976
|
105
|
105
|
201
|
1,492
|
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
|
38,066
|
1.73460925039872
|
No
|
existsSimilarity
|
21,945
|
37,519
|
1.70968329915698
|
No
|
similarityEdges
|
21,945
|
36,718
|
1.67318295739348
|
No
|
connectAllSimilar
|
210
|
38,388
|
182.8
|
Yes
|
init
|
53
|
8,581
|
161.905660377358
|
No
|
connect
|
8
|
16
|
2
|
Yes
|
Total
|
226
|
38,599
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-12-05-rrebF8--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 0
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-12-05-rrebF8--CV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}
SIM10-06-12-05-rrebF8–DV
simulationParameters
agentNumber
|
similarityConnectThreshold
|
graphType
|
chainLength
|
similaritySearchThreshold
|
maxDistance
|
randomWorksNumberMultiplier
|
50
|
0.99
|
smallWorld
|
5
|
1
|
5
|
2
|
allEdgesByLabel
edges_offers
|
edges_similarity
|
edges_owns
|
edges_demands
|
edges_knows
|
edges_total
|
105
|
960
|
105
|
105
|
201
|
1,476
|
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
|
2,178
|
10.3714285714286
|
No
|
2
|
knowsAgent
|
201
|
315
|
1.56716417910448
|
No
|
3
|
ownsWork
|
105
|
1,119
|
10.6571428571429
|
No
|
4
|
init
|
53
|
8,712
|
164.377358490566
|
No
|
5
|
searchAndConnect
|
51
|
15,269
|
299.392156862745
|
Yes
|
6
|
getWorksItems
|
8
|
23
|
2.875
|
Yes
|
9
|
cycleSearch
|
2
|
190
|
95
|
Yes
|
10
|
getWorks
|
2
|
251
|
125.5
|
No
|
11
|
Total
|
68
|
15,763
|
|
|
Found structures
Cycles
Number of cycles found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-12-05-rrebF8--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundCycle"
}}
]
}}
]
}
}
}
Paths
Number of paths found: 1
GET /filebeat-*/_search
{
"query": {
"bool": {
"must": [
{ "match_phrase": {
"simulationId": "SIM10-06-12-05-rrebF8--DV"
}
},
{ "bool": {
"should": [
{ "match": {
"keyword": "foundPath"
}}
]
}}
]
}
}
}