-
Notifications
You must be signed in to change notification settings - Fork 0
/
ac-377.log
569 lines (568 loc) · 60.7 KB
/
ac-377.log
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
(base) hendrig@usb-ubuntu:~/Desktop/Projects/commons-collections-3.2$ java -jar botsing-reproduction-1.0.4.jar -crash_log stacktrace.log -target_frame 2 -project_cp ./bin
14:32:39.915 [main] INFO eu.stamp.botsing.StackTrace - Exception type is detected: java.lang.NullPointerException
14:32:39.918 [main] INFO eu.stamp.botsing.StackTrace - Target frame is set to: org.apache.commons.collections.iterators.CollatingIterator.next(CollatingIterator:229)
14:32:39.918 [main] INFO eu.stamp.botsing.StackTrace - Target Class is set to: org.apache.commons.collections.iterators.CollatingIterator
14:32:40.396 [main] INFO e.s.b.reproduction.CrashReproduction - Starting the dependency analysis. The number of detected jar files is 2.
14:32:41.755 [main] INFO e.s.b.reproduction.CrashReproduction - Analysing dependencies done!
14:32:41.762 [main] INFO e.s.b.t.s.BotsingIndividualStrategy - test generation strategy: Botsing individual
14:32:41.762 [main] INFO e.s.b.t.s.BotsingIndividualStrategy - The single goal is crash coverage.
14:32:41.769 [main] INFO e.s.b.g.s.o.GuidedSearchUtility - Detecting the target method call(s) ...
14:32:41.769 [main] INFO e.s.b.g.s.o.GuidedSearchUtility - The target method is public!
14:32:41.770 [main] INFO e.s.b.g.s.o.GuidedSearchUtility - The target is a method!
14:32:41.770 [main] INFO e.s.b.g.s.o.GuidedSearchUtility - Botsing found 1 Target call(s):
14:32:41.770 [main] INFO e.s.b.g.s.o.GuidedSearchUtility - Target method #1 is next
14:32:41.773 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Initializing the first population with size of 100 individuals
14:32:46.770 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the initial population is: 4.0
14:32:46.770 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the final population is: 4.0. PT: 5 seconds
14:32:46.770 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Starting evolution
14:32:46.778 [main] INFO e.s.b.g.s.o.GuidedSearchUtility - Detecting the target method call(s) ...
14:32:46.778 [main] INFO e.s.b.g.s.o.GuidedSearchUtility - The target method is public!
14:32:46.778 [main] INFO e.s.b.g.s.o.GuidedSearchUtility - The target is a method!
14:32:46.778 [main] INFO e.s.b.g.s.o.GuidedSearchUtility - Botsing found 1 Target call(s):
14:32:46.779 [main] INFO e.s.b.g.s.o.GuidedSearchUtility - Target method #1 is next
14:32:46.783 [main] INFO e.s.b.g.s.o.GuidedSearchUtility - Detecting the target method call(s) ...
14:32:46.783 [main] INFO e.s.b.g.s.o.GuidedSearchUtility - The target method is public!
14:32:46.783 [main] INFO e.s.b.g.s.o.GuidedSearchUtility - The target is a method!
14:32:46.783 [main] INFO e.s.b.g.s.o.GuidedSearchUtility - Botsing found 1 Target call(s):
14:32:46.783 [main] INFO e.s.b.g.s.o.GuidedSearchUtility - Target method #1 is next
14:32:49.830 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 200
14:32:50.774 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 300
14:32:51.550 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 400
14:32:53.173 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 500
14:32:53.998 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 600
14:32:54.646 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 700
14:32:55.260 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 800
14:32:55.921 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 900
14:32:56.482 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 1000
14:32:57.090 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 1100
14:32:58.599 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 1200
14:32:59.112 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 1300
14:32:59.684 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 1400
14:33:00.239 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 1500
14:33:00.754 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 1600
14:33:01.322 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 1700
14:33:02.891 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 1800
14:33:04.372 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 1900
14:33:04.847 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 2000
14:33:05.471 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 2100
14:33:06.042 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 2200
14:33:06.578 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 2300
14:33:07.188 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 2400
14:33:07.785 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 2500
14:33:08.441 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 2600
14:33:09.099 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 2700
14:33:09.745 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 2800
14:33:10.335 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 2900
14:33:11.027 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 3000
14:33:11.763 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 3100
14:33:12.572 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 3200
14:33:13.265 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 3300
14:33:13.974 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 3400
14:33:14.581 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 3500
14:33:15.202 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 3600
14:33:16.869 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 3700
14:33:17.478 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 3800
14:33:18.259 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 3900
14:33:19.035 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 4000
14:33:19.813 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 4100
14:33:20.644 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 4200
14:33:21.505 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 4300
14:33:22.257 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 4400
14:33:23.069 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 4500
14:33:23.766 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 4600
14:33:24.520 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 4700
14:33:25.374 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 4800
14:33:26.127 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 4900
14:33:26.995 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 5000
14:33:27.850 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 5100
14:33:28.663 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 5200
14:33:29.445 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 5300
14:33:30.213 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 5400
14:33:30.957 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 5500
14:33:31.700 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 5600
14:33:32.529 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 5700
14:33:33.229 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 5800
14:33:33.896 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 5900
14:33:34.427 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 6000
14:33:35.029 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 6100
14:33:35.799 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 6200
14:33:36.686 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 6300
14:33:37.553 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 6400
14:33:38.401 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 6500
14:33:39.155 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 6600
14:33:39.916 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 6700
14:33:40.743 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 6800
14:33:41.557 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 6900
14:33:42.259 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 7000
14:33:43.002 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 7100
14:33:43.726 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 7200
14:33:44.369 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 7300
14:33:45.043 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 7400
14:33:45.716 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 7500
14:33:46.408 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 7600
14:33:47.129 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 7700
14:33:47.857 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 7800
14:33:48.491 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 7900
14:33:49.163 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 8000
14:33:49.890 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 8100
14:33:50.670 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 8200
14:33:51.381 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 8300
14:33:52.059 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 8400
14:33:52.773 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 8500
14:33:53.482 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 8600
14:33:54.241 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 8700
14:33:54.884 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 8800
14:33:55.536 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 8900
14:33:56.250 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 9000
14:33:57.036 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 9100
14:33:57.741 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 9200
14:33:58.368 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 9300
14:33:59.067 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 9400
14:33:59.794 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 9500
14:34:00.414 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 9600
14:34:01.053 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 9700
14:34:01.764 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 9800
14:34:02.496 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 9900
14:34:03.281 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 10000
14:34:03.949 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 10100
14:34:04.632 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 10200
14:34:05.289 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 10300
14:34:06.016 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 10400
14:34:06.765 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 10500
14:34:07.455 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 10600
14:34:08.175 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 10700
14:34:08.899 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 10800
14:34:09.668 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 10900
14:34:10.267 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 11000
14:34:10.895 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 11100
14:34:11.555 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 11200
14:34:12.283 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 11300
14:34:12.930 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 11400
14:34:13.618 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 11500
14:34:14.302 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 11600
14:34:15.049 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 11700
14:34:15.790 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 11800
14:34:16.384 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 11900
14:34:17.044 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 12000
14:34:17.740 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 12100
14:34:18.482 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 12200
14:34:19.109 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 12300
14:34:19.763 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 12400
14:34:20.380 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 12500
14:34:20.955 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 12600
14:34:21.575 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 12700
14:34:22.226 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 12800
14:34:22.841 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 12900
14:34:23.503 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 13000
14:34:24.154 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 13100
14:34:24.803 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 13200
14:34:25.465 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 13300
14:34:26.160 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 13400
14:34:26.881 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 13500
14:34:27.581 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 13600
14:34:28.222 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 13700
14:34:28.904 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 13800
14:34:29.673 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 13900
14:34:30.422 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 14000
14:34:31.055 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 14100
14:34:31.697 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 14200
14:34:32.404 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 14300
14:34:33.128 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 14400
14:34:33.904 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 14500
14:34:34.579 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 14600
14:34:35.260 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 14700
14:34:35.995 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 14800
14:34:36.734 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 14900
14:34:37.346 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 15000
14:34:37.992 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 15100
14:34:38.668 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 15200
14:34:39.311 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 15300
14:34:39.887 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 15400
14:34:40.494 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 15500
14:34:41.125 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 15600
14:34:41.833 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 15700
14:34:42.605 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 15800
14:34:43.278 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 15900
14:34:43.941 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 16000
14:34:44.613 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 16100
14:34:45.352 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 16200
14:34:45.985 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 16300
14:34:46.621 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 16400
14:34:47.295 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 16500
14:34:48.047 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 16600
14:34:48.727 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 16700
14:34:49.400 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 16800
14:34:50.014 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 16900
14:34:50.684 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 17000
14:34:51.470 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 17100
14:34:52.087 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 17200
14:34:52.719 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 17300
14:34:53.420 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 17400
14:34:54.121 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 17500
14:34:54.831 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 17600
14:34:55.417 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 17700
14:34:56.011 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 17800
14:34:56.733 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 17900
14:34:57.491 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 18000
14:34:58.134 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 18100
14:34:58.776 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 18200
14:34:59.466 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 18300
14:35:00.157 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 18400
14:35:00.766 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 18500
14:35:01.289 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 18600
14:35:01.879 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 18700
14:35:02.488 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 18800
14:35:03.111 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 18900
14:35:03.717 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 19000
14:35:04.385 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 19100
14:35:05.130 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 19200
14:35:05.864 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 19300
14:35:06.641 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 19400
14:35:07.277 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 19500
14:35:07.958 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 19600
14:35:08.688 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 19700
14:35:09.410 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 19800
14:35:10.028 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 19900
14:35:10.649 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 20000
14:35:11.321 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 20100
14:35:12.036 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 20200
14:35:12.695 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 20300
14:35:13.384 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 20400
14:35:14.040 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 20500
14:35:14.750 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 20600
14:35:15.496 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 20700
14:35:16.093 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 20800
14:35:16.787 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 20900
14:35:17.489 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 21000
14:35:18.206 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 21100
14:35:18.861 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 21200
14:35:19.550 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 21300
14:35:20.230 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 21400
14:35:20.955 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 21500
14:35:21.624 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 21600
14:35:22.198 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 21700
14:35:22.857 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 21800
14:35:23.524 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 21900
14:35:24.252 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 22000
14:35:24.897 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 22100
14:35:25.603 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 22200
14:35:26.271 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 22300
14:35:26.996 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 22400
14:35:27.724 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 22500
14:35:28.356 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 22600
14:35:29.012 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 22700
14:35:29.733 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 22800
14:35:30.442 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 22900
14:35:31.105 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 23000
14:35:31.756 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 23100
14:35:32.419 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 23200
14:35:33.136 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 23300
14:35:33.865 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 23400
14:35:34.510 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 23500
14:35:35.160 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 23600
14:35:35.910 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 23700
14:35:36.651 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 23800
14:35:37.289 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 23900
14:35:37.950 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 24000
14:35:38.641 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 24100
14:35:39.396 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 24200
14:35:40.016 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 24300
14:35:40.651 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 24400
14:35:41.307 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 24500
14:35:41.983 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 24600
14:35:42.684 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 24700
14:35:43.295 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 24800
14:35:43.918 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 24900
14:35:44.502 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 25000
14:35:45.171 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 25100
14:35:45.802 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 25200
14:35:46.949 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 25300
14:35:47.609 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 25400
14:35:48.316 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 25500
14:35:48.923 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 25600
14:35:49.580 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 25700
14:35:50.258 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 25800
14:35:50.944 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 25900
14:35:51.685 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 26000
14:35:52.366 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 26100
14:35:53.052 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 26200
14:35:53.678 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 26300
14:35:54.398 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 26400
14:35:55.138 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 26500
14:35:55.777 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 26600
14:35:56.334 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 26700
14:35:56.845 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 26800
14:35:57.531 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 26900
14:35:58.152 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 27000
14:35:58.833 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 27100
14:35:59.382 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 27200
14:36:00.105 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 27300
14:36:00.804 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 27400
14:36:01.444 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 27500
14:36:02.164 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 27600
14:36:02.941 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 27700
14:36:03.701 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 27800
14:36:04.390 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 27900
14:36:05.044 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 28000
14:36:05.730 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 28100
14:36:06.509 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 28200
14:36:07.270 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 28300
14:36:07.920 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 28400
14:36:08.584 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 28500
14:36:09.275 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 28600
14:36:09.888 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 28700
14:36:10.449 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 28800
14:36:11.126 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 28900
14:36:11.833 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 29000
14:36:12.453 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 29100
14:36:13.031 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 29200
14:36:13.619 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 29300
14:36:14.290 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 29400
14:36:14.978 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 29500
14:36:15.690 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 29600
14:36:16.251 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 29700
14:36:16.895 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 29800
14:36:17.629 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 29900
14:36:18.236 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 30000
14:36:18.910 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 30100
14:36:19.548 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 30200
14:36:20.258 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 30300
14:36:20.868 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 30400
14:36:21.602 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 30500
14:36:22.261 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 30600
14:36:22.957 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 30700
14:36:23.677 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 30800
14:36:24.487 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 30900
14:36:25.145 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 31000
14:36:25.797 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 31100
14:36:26.490 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 31200
14:36:27.245 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 31300
14:36:28.002 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 31400
14:36:28.611 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 31500
14:36:29.255 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 31600
14:36:29.984 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 31700
14:36:30.665 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 31800
14:36:31.376 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 31900
14:36:32.011 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 32000
14:36:32.587 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 32100
14:36:33.335 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 32200
14:36:34.078 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 32300
14:36:34.714 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 32400
14:36:35.326 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 32500
14:36:36.012 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 32600
14:36:36.622 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 32700
14:36:37.201 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 32800
14:36:37.838 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 32900
14:36:38.491 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 33000
14:36:39.226 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 33100
14:36:39.848 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 33200
14:36:40.467 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 33300
14:36:41.124 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 33400
14:36:41.837 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 33500
14:36:42.546 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 33600
14:36:43.197 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 33700
14:36:43.858 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 33800
14:36:44.557 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 33900
14:36:45.268 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 34000
14:36:45.875 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 34100
14:36:46.494 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 34200
14:36:47.188 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 34300
14:36:47.883 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 34400
14:36:48.626 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 34500
14:36:49.266 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 34600
14:36:49.905 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 34700
14:36:50.539 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 34800
14:36:51.248 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 34900
14:36:51.881 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 35000
14:36:52.535 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 35100
14:36:53.120 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 35200
14:36:53.870 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 35300
14:36:54.602 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 35400
14:36:55.239 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 35500
14:36:55.902 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 35600
14:36:56.585 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 35700
14:36:57.125 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 35800
14:36:57.774 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 35900
14:36:58.437 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 36000
14:36:59.135 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 36100
14:36:59.751 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 36200
14:37:00.414 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 36300
14:37:01.080 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 36400
14:37:01.754 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 36500
14:37:02.497 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 36600
14:37:03.263 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 36700
14:37:03.897 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 36800
14:37:04.552 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 36900
14:37:05.263 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 37000
14:37:06.003 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 37100
14:37:06.675 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 37200
14:37:07.390 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 37300
14:37:08.074 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 37400
14:37:08.797 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 37500
14:37:09.584 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 37600
14:37:10.254 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 37700
14:37:10.932 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 37800
14:37:11.604 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 37900
14:37:12.343 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 38000
14:37:12.915 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 38100
14:37:13.531 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 38200
14:37:14.195 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 38300
14:37:14.875 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 38400
14:37:15.588 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 38500
14:37:16.237 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 38600
14:37:16.900 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 38700
14:37:17.559 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 38800
14:37:18.282 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 38900
14:37:18.893 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 39000
14:37:19.509 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 39100
14:37:20.233 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 39200
14:37:20.873 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 39300
14:37:21.520 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 39400
14:37:22.134 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 39500
14:37:22.804 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 39600
14:37:23.566 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 39700
14:37:24.333 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 39800
14:37:24.972 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 39900
14:37:25.611 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 40000
14:37:26.953 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 40100
14:37:27.590 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 40200
14:37:28.362 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 40300
14:37:28.968 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 40400
14:37:29.619 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 40500
14:37:30.251 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 40600
14:37:30.915 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 40700
14:37:31.558 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 40800
14:37:32.131 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 40900
14:37:32.770 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 41000
14:37:33.550 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 41100
14:37:34.342 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 41200
14:37:35.028 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 41300
14:37:35.706 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 41400
14:37:36.400 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 41500
14:37:37.178 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 41600
14:37:37.789 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 41700
14:37:38.430 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 41800
14:37:39.169 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 41900
14:37:39.897 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 42000
14:37:40.519 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 42100
14:37:41.125 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 42200
14:37:41.773 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 42300
14:37:42.470 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 42400
14:37:43.210 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 42500
14:37:43.851 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 42600
14:37:44.486 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 42700
14:37:45.157 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 42800
14:37:45.878 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 42900
14:37:46.487 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 43000
14:37:47.080 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 43100
14:37:47.747 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 43200
14:37:48.418 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 43300
14:37:49.153 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 43400
14:37:49.754 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 43500
14:37:50.381 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 43600
14:37:51.063 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 43700
14:37:51.762 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 43800
14:37:52.379 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 43900
14:37:53.003 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 44000
14:37:53.653 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 44100
14:37:54.362 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 44200
14:37:55.090 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 44300
14:37:55.669 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 44400
14:37:56.215 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 44500
14:37:56.896 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 44600
14:37:57.445 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 44700
14:37:58.076 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 44800
14:37:58.726 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 44900
14:37:59.420 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 45000
14:38:00.118 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 45100
14:38:00.861 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 45200
14:38:01.499 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 45300
14:38:02.161 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 45400
14:38:02.907 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 45500
14:38:03.617 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 45600
14:38:04.274 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 45700
14:38:04.938 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 45800
14:38:05.621 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 45900
14:38:06.336 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 46000
14:38:06.962 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 46100
14:38:07.579 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 46200
14:38:08.206 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 46300
14:38:08.820 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 46400
14:38:09.558 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 46500
14:38:10.182 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 46600
14:38:10.828 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 46700
14:38:11.532 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 46800
14:38:12.234 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 46900
14:38:12.877 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 47000
14:38:13.445 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 47100
14:38:14.126 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 47200
14:38:14.862 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 47300
14:38:15.571 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 47400
14:38:16.236 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 47500
14:38:16.875 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 47600
14:38:17.435 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 47700
14:38:18.177 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 47800
14:38:18.711 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 47900
14:38:19.358 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 48000
14:38:20.048 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 48100
14:38:20.746 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 48200
14:38:21.472 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 48300
14:38:22.104 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 48400
14:38:22.757 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 48500
14:38:23.504 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 48600
14:38:24.254 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 48700
14:38:24.899 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 48800
14:38:25.555 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 48900
14:38:26.247 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 4.0 | 49000
14:38:27.011 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 3.0 | 49100
14:38:27.011 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the final population is: 3.0. PT: 345 seconds
14:38:27.646 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 3.0 | 49200
14:38:28.310 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 3.0 | 49300
14:38:28.949 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 3.0 | 49400
14:38:29.572 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 3.0 | 49500
14:38:30.264 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 3.0 | 49600
14:38:30.810 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 3.0 | 49700
14:38:31.283 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 3.0 | 49800
14:38:31.773 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 3.0 | 49900
14:38:32.325 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 3.0 | 50000
14:38:32.896 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 3.0 | 50100
14:38:33.542 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the current population: 0.0 | 50200
14:38:33.542 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the final population is: 0.0. PT: 351 seconds
14:38:33.543 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - ZeroFitness : 0 / 0 Finished!
14:38:33.543 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - The search process is finished.
14:38:33.543 [main] INFO e.s.b.g.s.GuidedGeneticAlgorithm - Best fitness in the final population is: 0.0. PT: 351 seconds
14:38:33.543 [main] INFO e.s.b.t.s.BotsingIndividualStrategy - * The target crash is covered. The generated test is: CollatingIterator collatingIterator0 = new CollatingIterator();
CollatingIterator collatingIterator1 = new CollatingIterator();
CollatingIterator collatingIterator2 = new CollatingIterator();
CollatingIterator collatingIterator3 = new CollatingIterator();
CollatingIterator collatingIterator4 = new CollatingIterator();
CollatingIterator collatingIterator5 = new CollatingIterator();
CollatingIterator collatingIterator6 = new CollatingIterator();
CollatingIterator collatingIterator7 = new CollatingIterator();
CollatingIterator collatingIterator8 = new CollatingIterator();
CollatingIterator collatingIterator9 = new CollatingIterator();
CollatingIterator collatingIterator10 = new CollatingIterator();
LinkedList<String> linkedList0 = new LinkedList<String>();
int int0 = 0;
String string0 = "";
String string1 = "B7j,hA`J(\\g)B2$+";
linkedList0.add(string1);
ListIterator<String> listIterator0 = linkedList0.listIterator(int0);
ListIterator<String> listIterator1 = linkedList0.listIterator();
Comparator<Integer> comparator0 = null;
collatingIterator8.hasNext();
Iterator<String>[] iteratorArray0 = (Iterator<String>[]) Array.newInstance(Iterator.class, 5);
iteratorArray0[0] = (Iterator<String>) collatingIterator0;
iteratorArray0[1] = (Iterator<String>) listIterator0;
iteratorArray0[2] = (Iterator<String>) listIterator1;
iteratorArray0[3] = (Iterator<String>) collatingIterator10;
iteratorArray0[4] = (Iterator<String>) collatingIterator8;
CollatingIterator collatingIterator11 = new CollatingIterator(comparator0, iteratorArray0);
CollatingIterator collatingIterator12 = new CollatingIterator(comparator0, iteratorArray0);
collatingIterator12.next();
collatingIterator4.remove();
collatingIterator4.hasNext();
14:38:33.552 [main] INFO e.s.b.reproduction.CrashReproduction - * Minimizing test suite
14:38:33.678 [main] INFO e.s.b.reproduction.CrashReproduction - * Compiling and checking tests
14:38:34.398 [main] INFO e.s.b.reproduction.CrashReproduction - * Writing JUnit test case 'CollatingIterator_ESTest' to crash-reproduction-tests
14:38:34.403 [main] INFO e.s.b.reproduction.CrashReproduction - The solution test is saved!