Skip to content

Instantly share code, notes, and snippets.

@koleksiuk
Created October 20, 2013 19:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save koleksiuk/7074012 to your computer and use it in GitHub Desktop.
Save koleksiuk/7074012 to your computer and use it in GitHub Desktop.
/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home/bin/java -Didea.launcher.port=7533 "-Didea.launcher.bin.path=/Applications/IntelliJ IDEA 12 CE.app/bin" -Dfile.encoding=UTF-8 -classpath "/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home/lib/deploy.jar:/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home/lib/dt.jar:/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home/lib/javaws.jar:/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home/lib/jce.jar:/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home/lib/jconsole.jar:/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home/lib/management-agent.jar:/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home/lib/plugin.jar:/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home/lib/sa-jdi.jar:/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Classes/charsets.jar:/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Classes/classes.jar:/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Classes/jsse.jar:/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Classes/ui.jar:/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home/lib/ext/apple_provider.jar:/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home/lib/ext/dnsns.jar:/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home/lib/ext/localedata.jar:/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home/lib/ext/sunjce_provider.jar:/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home/lib/ext/sunpkcs11.jar:/Users/koleksiuk/IdeaProjects/pp_1/out/production/pp_1:/Users/koleksiuk/IdeaProjects/pp_1/lib/com.springsource.org.apache.log4j-1.2.16.jar:/Users/koleksiuk/IdeaProjects/pp_1/lib/com.springsource.javax.jms-1.1.0.jar:/Applications/IntelliJ IDEA 12 CE.app/lib/idea_rt.jar" com.intellij.rt.execution.application.AppMain Main
2013-10-20 21:04:28 INFO MAIN:36 - CREATING STALLS
2013-10-20 21:04:28 INFO MAIN:39 - STARTING MERCHANTS
2013-10-20 21:04:29 INFO MAIN:48 - CREATING ALCHEMISTS
2013-10-20 21:04:29 INFO MAIN:89 - Alchemist 1 buys mercury & lead
2013-10-20 21:04:29 INFO MAIN:92 - Alchemist 2 buys mercury & sulfur
2013-10-20 21:04:29 INFO MAIN:95 - Alchemist 3 buys mercury, lead & sulfur
2013-10-20 21:04:29 INFO MAIN:51 - LOADING SUCCESSFUL
2013-10-20 21:04:29 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 0]
Lead stall: [Resources: 2 | Sold: 0]
Mercury stall: [Resources: 2 | Sold: 0]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 0, Failures: 0]
Alchemist 2 stats: [Successes: 0, Failures: 0]
Alchemist 3 stats: [Successes: 0, Failures: 0]
Queue: [1, 2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:04:29 INFO MAIN:62 - STARTING ALCHEMISTS
2013-10-20 21:04:30 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 4]
Lead stall: [Resources: 2 | Sold: 3]
Mercury stall: [Resources: 2 | Sold: 5]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 1, Failures: 377]
Alchemist 2 stats: [Successes: 2, Failures: 376]
Alchemist 3 stats: [Successes: 2, Failures: 376]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:04:31 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 1 | Sold: 8]
Lead stall: [Resources: 1 | Sold: 8]
Mercury stall: [Resources: 0 | Sold: 12]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 4, Failures: 1964]
Alchemist 2 stats: [Successes: 4, Failures: 1963]
Alchemist 3 stats: [Successes: 4, Failures: 1963]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:04:32 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 10]
Lead stall: [Resources: 2 | Sold: 10]
Mercury stall: [Resources: 2 | Sold: 15]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 5, Failures: 1964]
Alchemist 2 stats: [Successes: 5, Failures: 1963]
Alchemist 3 stats: [Successes: 5, Failures: 1963]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:04:33 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 0 | Sold: 15]
Lead stall: [Resources: 2 | Sold: 14]
Mercury stall: [Resources: 0 | Sold: 21]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 6, Failures: 2564]
Alchemist 2 stats: [Successes: 7, Failures: 2563]
Alchemist 3 stats: [Successes: 8, Failures: 2562]
Queue: [1, 2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:04:34 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 18]
Lead stall: [Resources: 2 | Sold: 17]
Mercury stall: [Resources: 2 | Sold: 26]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 8, Failures: 2767]
Alchemist 2 stats: [Successes: 9, Failures: 2766]
Alchemist 3 stats: [Successes: 9, Failures: 2765]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:04:35 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 1 | Sold: 21]
Lead stall: [Resources: 1 | Sold: 21]
Mercury stall: [Resources: 0 | Sold: 31]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 10, Failures: 2767]
Alchemist 2 stats: [Successes: 10, Failures: 2766]
Alchemist 3 stats: [Successes: 11, Failures: 2765]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:04:36 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 1 | Sold: 24]
Lead stall: [Resources: 1 | Sold: 23]
Mercury stall: [Resources: 0 | Sold: 35]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 11, Failures: 2767]
Alchemist 2 stats: [Successes: 12, Failures: 2766]
Alchemist 3 stats: [Successes: 12, Failures: 2765]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:04:37 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 1 | Sold: 27]
Lead stall: [Resources: 2 | Sold: 26]
Mercury stall: [Resources: 1 | Sold: 40]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 13, Failures: 3902]
Alchemist 2 stats: [Successes: 14, Failures: 3901]
Alchemist 3 stats: [Successes: 13, Failures: 3901]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:04:38 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 1 | Sold: 31]
Lead stall: [Resources: 2 | Sold: 30]
Mercury stall: [Resources: 2 | Sold: 45]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 14, Failures: 14802]
Alchemist 2 stats: [Successes: 15, Failures: 14801]
Alchemist 3 stats: [Successes: 16, Failures: 14800]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:04:39 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 1 | Sold: 34]
Lead stall: [Resources: 2 | Sold: 33]
Mercury stall: [Resources: 1 | Sold: 50]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 16, Failures: 14802]
Alchemist 2 stats: [Successes: 17, Failures: 14801]
Alchemist 3 stats: [Successes: 17, Failures: 14800]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:04:40 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 37]
Lead stall: [Resources: 2 | Sold: 36]
Mercury stall: [Resources: 2 | Sold: 54]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 17, Failures: 14802]
Alchemist 2 stats: [Successes: 18, Failures: 14801]
Alchemist 3 stats: [Successes: 19, Failures: 14800]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:04:41 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 1 | Sold: 41]
Lead stall: [Resources: 2 | Sold: 40]
Mercury stall: [Resources: 1 | Sold: 60]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 19, Failures: 14802]
Alchemist 2 stats: [Successes: 20, Failures: 14801]
Alchemist 3 stats: [Successes: 21, Failures: 14800]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:04:42 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 43]
Lead stall: [Resources: 2 | Sold: 43]
Mercury stall: [Resources: 2 | Sold: 64]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 21, Failures: 16120]
Alchemist 2 stats: [Successes: 21, Failures: 16119]
Alchemist 3 stats: [Successes: 22, Failures: 16118]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:04:43 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 1 | Sold: 47]
Lead stall: [Resources: 2 | Sold: 46]
Mercury stall: [Resources: 1 | Sold: 69]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 22, Failures: 16120]
Alchemist 2 stats: [Successes: 23, Failures: 16119]
Alchemist 3 stats: [Successes: 24, Failures: 16118]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:04:44 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 49]
Lead stall: [Resources: 2 | Sold: 49]
Mercury stall: [Resources: 2 | Sold: 73]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 24, Failures: 16535]
Alchemist 2 stats: [Successes: 24, Failures: 16534]
Alchemist 3 stats: [Successes: 25, Failures: 16533]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:04:45 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 51]
Lead stall: [Resources: 2 | Sold: 51]
Mercury stall: [Resources: 2 | Sold: 76]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 25, Failures: 16535]
Alchemist 2 stats: [Successes: 25, Failures: 16534]
Alchemist 3 stats: [Successes: 26, Failures: 16533]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:04:46 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 56]
Lead stall: [Resources: 2 | Sold: 55]
Mercury stall: [Resources: 2 | Sold: 83]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 27, Failures: 16535]
Alchemist 2 stats: [Successes: 28, Failures: 16534]
Alchemist 3 stats: [Successes: 28, Failures: 16533]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:04:47 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 1 | Sold: 60]
Lead stall: [Resources: 2 | Sold: 60]
Mercury stall: [Resources: 0 | Sold: 90]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 30, Failures: 28723]
Alchemist 2 stats: [Successes: 30, Failures: 28723]
Alchemist 3 stats: [Successes: 30, Failures: 28722]
Queue: [3, 1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:04:48 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 1 | Sold: 65]
Lead stall: [Resources: 1 | Sold: 65]
Mercury stall: [Resources: 0 | Sold: 97]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 32, Failures: 35014]
Alchemist 2 stats: [Successes: 32, Failures: 35014]
Alchemist 3 stats: [Successes: 33, Failures: 35012]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:04:49 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 1 | Sold: 68]
Lead stall: [Resources: 2 | Sold: 68]
Mercury stall: [Resources: 2 | Sold: 101]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 33, Failures: 35014]
Alchemist 2 stats: [Successes: 33, Failures: 35014]
Alchemist 3 stats: [Successes: 35, Failures: 35012]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:04:50 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 71]
Lead stall: [Resources: 2 | Sold: 71]
Mercury stall: [Resources: 1 | Sold: 106]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 35, Failures: 40196]
Alchemist 2 stats: [Successes: 35, Failures: 40196]
Alchemist 3 stats: [Successes: 36, Failures: 40194]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:04:51 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 73]
Lead stall: [Resources: 2 | Sold: 73]
Mercury stall: [Resources: 2 | Sold: 109]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 36, Failures: 40196]
Alchemist 2 stats: [Successes: 36, Failures: 40196]
Alchemist 3 stats: [Successes: 37, Failures: 40194]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:04:52 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 76]
Lead stall: [Resources: 2 | Sold: 76]
Mercury stall: [Resources: 2 | Sold: 113]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 37, Failures: 40196]
Alchemist 2 stats: [Successes: 37, Failures: 40196]
Alchemist 3 stats: [Successes: 39, Failures: 40194]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:04:53 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 79]
Lead stall: [Resources: 2 | Sold: 79]
Mercury stall: [Resources: 2 | Sold: 118]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 39, Failures: 40196]
Alchemist 2 stats: [Successes: 39, Failures: 40196]
Alchemist 3 stats: [Successes: 40, Failures: 40194]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:04:54 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 82]
Lead stall: [Resources: 2 | Sold: 83]
Mercury stall: [Resources: 2 | Sold: 123]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 41, Failures: 40196]
Alchemist 2 stats: [Successes: 40, Failures: 40196]
Alchemist 3 stats: [Successes: 42, Failures: 40194]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:04:55 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 86]
Lead stall: [Resources: 2 | Sold: 87]
Mercury stall: [Resources: 2 | Sold: 129]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 43, Failures: 40196]
Alchemist 2 stats: [Successes: 42, Failures: 40196]
Alchemist 3 stats: [Successes: 44, Failures: 40194]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:04:56 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 89]
Lead stall: [Resources: 2 | Sold: 90]
Mercury stall: [Resources: 1 | Sold: 134]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 45, Failures: 41578]
Alchemist 2 stats: [Successes: 44, Failures: 41579]
Alchemist 3 stats: [Successes: 45, Failures: 41577]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:04:57 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 91]
Lead stall: [Resources: 2 | Sold: 92]
Mercury stall: [Resources: 2 | Sold: 137]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 46, Failures: 41578]
Alchemist 2 stats: [Successes: 45, Failures: 41579]
Alchemist 3 stats: [Successes: 46, Failures: 41577]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:04:58 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 94]
Lead stall: [Resources: 2 | Sold: 96]
Mercury stall: [Resources: 0 | Sold: 142]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 48, Failures: 41578]
Alchemist 2 stats: [Successes: 46, Failures: 41579]
Alchemist 3 stats: [Successes: 48, Failures: 41577]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:04:59 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 96]
Lead stall: [Resources: 2 | Sold: 98]
Mercury stall: [Resources: 2 | Sold: 145]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 49, Failures: 41578]
Alchemist 2 stats: [Successes: 47, Failures: 41579]
Alchemist 3 stats: [Successes: 49, Failures: 41577]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:05:00 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 1 | Sold: 100]
Lead stall: [Resources: 2 | Sold: 101]
Mercury stall: [Resources: 0 | Sold: 150]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 50, Failures: 41578]
Alchemist 2 stats: [Successes: 49, Failures: 41579]
Alchemist 3 stats: [Successes: 51, Failures: 41577]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:05:01 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 103]
Lead stall: [Resources: 2 | Sold: 104]
Mercury stall: [Resources: 0 | Sold: 155]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 52, Failures: 41578]
Alchemist 2 stats: [Successes: 51, Failures: 41579]
Alchemist 3 stats: [Successes: 52, Failures: 41577]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:05:02 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 1 | Sold: 106]
Lead stall: [Resources: 2 | Sold: 107]
Mercury stall: [Resources: 1 | Sold: 159]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 53, Failures: 41578]
Alchemist 2 stats: [Successes: 52, Failures: 41579]
Alchemist 3 stats: [Successes: 54, Failures: 41577]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:05:03 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 108]
Lead stall: [Resources: 2 | Sold: 110]
Mercury stall: [Resources: 2 | Sold: 163]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 55, Failures: 41578]
Alchemist 2 stats: [Successes: 53, Failures: 41579]
Alchemist 3 stats: [Successes: 55, Failures: 41577]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:05:04 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 111]
Lead stall: [Resources: 2 | Sold: 112]
Mercury stall: [Resources: 1 | Sold: 167]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 56, Failures: 41578]
Alchemist 2 stats: [Successes: 55, Failures: 41579]
Alchemist 3 stats: [Successes: 56, Failures: 41577]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:05:05 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 114]
Lead stall: [Resources: 1 | Sold: 116]
Mercury stall: [Resources: 2 | Sold: 172]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 58, Failures: 41578]
Alchemist 2 stats: [Successes: 56, Failures: 41579]
Alchemist 3 stats: [Successes: 58, Failures: 41577]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:05:06 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 1 | Sold: 117]
Lead stall: [Resources: 2 | Sold: 118]
Mercury stall: [Resources: 2 | Sold: 176]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 59, Failures: 41578]
Alchemist 2 stats: [Successes: 58, Failures: 41579]
Alchemist 3 stats: [Successes: 59, Failures: 41577]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:05:07 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 120]
Lead stall: [Resources: 2 | Sold: 122]
Mercury stall: [Resources: 2 | Sold: 181]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 61, Failures: 41578]
Alchemist 2 stats: [Successes: 59, Failures: 41579]
Alchemist 3 stats: [Successes: 61, Failures: 41577]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:05:08 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 123]
Lead stall: [Resources: 2 | Sold: 124]
Mercury stall: [Resources: 1 | Sold: 185]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 62, Failures: 41578]
Alchemist 2 stats: [Successes: 61, Failures: 41579]
Alchemist 3 stats: [Successes: 62, Failures: 41577]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:05:09 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 126]
Lead stall: [Resources: 2 | Sold: 127]
Mercury stall: [Resources: 2 | Sold: 189]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 63, Failures: 41578]
Alchemist 2 stats: [Successes: 62, Failures: 41579]
Alchemist 3 stats: [Successes: 64, Failures: 41577]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:05:10 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 128]
Lead stall: [Resources: 1 | Sold: 130]
Mercury stall: [Resources: 1 | Sold: 193]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 65, Failures: 41578]
Alchemist 2 stats: [Successes: 63, Failures: 41579]
Alchemist 3 stats: [Successes: 65, Failures: 41577]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:05:11 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 131]
Lead stall: [Resources: 2 | Sold: 132]
Mercury stall: [Resources: 0 | Sold: 197]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 66, Failures: 51316]
Alchemist 2 stats: [Successes: 65, Failures: 51317]
Alchemist 3 stats: [Successes: 66, Failures: 51316]
Queue: [1, 2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:05:12 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 134]
Lead stall: [Resources: 1 | Sold: 137]
Mercury stall: [Resources: 0 | Sold: 203]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 69, Failures: 60801]
Alchemist 2 stats: [Successes: 66, Failures: 60803]
Alchemist 3 stats: [Successes: 68, Failures: 60801]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:05:13 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 136]
Lead stall: [Resources: 2 | Sold: 139]
Mercury stall: [Resources: 2 | Sold: 206]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 70, Failures: 60801]
Alchemist 2 stats: [Successes: 67, Failures: 60803]
Alchemist 3 stats: [Successes: 69, Failures: 60801]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:05:14 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 138]
Lead stall: [Resources: 1 | Sold: 141]
Mercury stall: [Resources: 2 | Sold: 209]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 71, Failures: 60801]
Alchemist 2 stats: [Successes: 68, Failures: 60803]
Alchemist 3 stats: [Successes: 70, Failures: 60801]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:05:15 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 1 | Sold: 142]
Lead stall: [Resources: 1 | Sold: 144]
Mercury stall: [Resources: 0 | Sold: 214]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 72, Failures: 65247]
Alchemist 2 stats: [Successes: 70, Failures: 65249]
Alchemist 3 stats: [Successes: 72, Failures: 65247]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:05:16 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 144]
Lead stall: [Resources: 2 | Sold: 147]
Mercury stall: [Resources: 2 | Sold: 218]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 74, Failures: 66482]
Alchemist 2 stats: [Successes: 71, Failures: 66484]
Alchemist 3 stats: [Successes: 73, Failures: 66482]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:05:17 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 148]
Lead stall: [Resources: 2 | Sold: 152]
Mercury stall: [Resources: 2 | Sold: 225]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 77, Failures: 66485]
Alchemist 2 stats: [Successes: 73, Failures: 66488]
Alchemist 3 stats: [Successes: 75, Failures: 66486]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:05:18 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 152]
Lead stall: [Resources: 1 | Sold: 156]
Mercury stall: [Resources: 0 | Sold: 231]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 79, Failures: 66485]
Alchemist 2 stats: [Successes: 75, Failures: 66488]
Alchemist 3 stats: [Successes: 77, Failures: 66486]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:05:19 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 1 | Sold: 156]
Lead stall: [Resources: 2 | Sold: 159]
Mercury stall: [Resources: 1 | Sold: 236]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 80, Failures: 66485]
Alchemist 2 stats: [Successes: 77, Failures: 66488]
Alchemist 3 stats: [Successes: 79, Failures: 66486]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:05:20 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 1 | Sold: 160]
Lead stall: [Resources: 1 | Sold: 164]
Mercury stall: [Resources: 0 | Sold: 243]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 83, Failures: 68861]
Alchemist 2 stats: [Successes: 79, Failures: 68864]
Alchemist 3 stats: [Successes: 81, Failures: 68862]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:05:21 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 1 | Sold: 164]
Lead stall: [Resources: 2 | Sold: 167]
Mercury stall: [Resources: 2 | Sold: 248]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 84, Failures: 68947]
Alchemist 2 stats: [Successes: 81, Failures: 68950]
Alchemist 3 stats: [Successes: 83, Failures: 68948]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:05:22 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 166]
Lead stall: [Resources: 2 | Sold: 171]
Mercury stall: [Resources: 2 | Sold: 253]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 87, Failures: 74639]
Alchemist 2 stats: [Successes: 82, Failures: 74643]
Alchemist 3 stats: [Successes: 84, Failures: 74641]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:05:23 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 169]
Lead stall: [Resources: 2 | Sold: 173]
Mercury stall: [Resources: 1 | Sold: 257]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 88, Failures: 74639]
Alchemist 2 stats: [Successes: 84, Failures: 74643]
Alchemist 3 stats: [Successes: 85, Failures: 74641]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:05:24 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 171]
Lead stall: [Resources: 2 | Sold: 175]
Mercury stall: [Resources: 2 | Sold: 260]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 89, Failures: 74639]
Alchemist 2 stats: [Successes: 85, Failures: 74643]
Alchemist 3 stats: [Successes: 86, Failures: 74641]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:05:25 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 174]
Lead stall: [Resources: 2 | Sold: 178]
Mercury stall: [Resources: 2 | Sold: 264]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 90, Failures: 74639]
Alchemist 2 stats: [Successes: 86, Failures: 74643]
Alchemist 3 stats: [Successes: 88, Failures: 74641]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:05:26 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 176]
Lead stall: [Resources: 2 | Sold: 181]
Mercury stall: [Resources: 2 | Sold: 268]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 92, Failures: 74639]
Alchemist 2 stats: [Successes: 87, Failures: 74643]
Alchemist 3 stats: [Successes: 89, Failures: 74641]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:05:27 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 179]
Lead stall: [Resources: 2 | Sold: 183]
Mercury stall: [Resources: 1 | Sold: 272]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 93, Failures: 74639]
Alchemist 2 stats: [Successes: 89, Failures: 74643]
Alchemist 3 stats: [Successes: 90, Failures: 74641]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:05:28 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 182]
Lead stall: [Resources: 2 | Sold: 186]
Mercury stall: [Resources: 2 | Sold: 276]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 94, Failures: 74639]
Alchemist 2 stats: [Successes: 90, Failures: 74643]
Alchemist 3 stats: [Successes: 92, Failures: 74641]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:05:29 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 185]
Lead stall: [Resources: 1 | Sold: 190]
Mercury stall: [Resources: 0 | Sold: 282]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 97, Failures: 86536]
Alchemist 2 stats: [Successes: 92, Failures: 86541]
Alchemist 3 stats: [Successes: 93, Failures: 86539]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:05:30 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 189]
Lead stall: [Resources: 2 | Sold: 193]
Mercury stall: [Resources: 1 | Sold: 287]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 98, Failures: 87142]
Alchemist 2 stats: [Successes: 94, Failures: 87146]
Alchemist 3 stats: [Successes: 95, Failures: 87144]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:05:31 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 1 | Sold: 193]
Lead stall: [Resources: 2 | Sold: 197]
Mercury stall: [Resources: 1 | Sold: 293]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 100, Failures: 87142]
Alchemist 2 stats: [Successes: 96, Failures: 87146]
Alchemist 3 stats: [Successes: 97, Failures: 87144]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:05:32 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 195]
Lead stall: [Resources: 2 | Sold: 199]
Mercury stall: [Resources: 2 | Sold: 296]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 101, Failures: 87142]
Alchemist 2 stats: [Successes: 97, Failures: 87146]
Alchemist 3 stats: [Successes: 98, Failures: 87144]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:05:33 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 199]
Lead stall: [Resources: 1 | Sold: 203]
Mercury stall: [Resources: 2 | Sold: 301]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 102, Failures: 92843]
Alchemist 2 stats: [Successes: 98, Failures: 92847]
Alchemist 3 stats: [Successes: 101, Failures: 92844]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:05:34 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 202]
Lead stall: [Resources: 2 | Sold: 206]
Mercury stall: [Resources: 2 | Sold: 306]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 104, Failures: 92843]
Alchemist 2 stats: [Successes: 100, Failures: 92847]
Alchemist 3 stats: [Successes: 102, Failures: 92844]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:05:35 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 205]
Lead stall: [Resources: 2 | Sold: 210]
Mercury stall: [Resources: 2 | Sold: 311]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 106, Failures: 94078]
Alchemist 2 stats: [Successes: 101, Failures: 94083]
Alchemist 3 stats: [Successes: 104, Failures: 94079]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:05:36 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 208]
Lead stall: [Resources: 2 | Sold: 214]
Mercury stall: [Resources: 1 | Sold: 316]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 108, Failures: 94078]
Alchemist 2 stats: [Successes: 102, Failures: 94083]
Alchemist 3 stats: [Successes: 106, Failures: 94079]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:05:37 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 212]
Lead stall: [Resources: 2 | Sold: 217]
Mercury stall: [Resources: 0 | Sold: 321]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 109, Failures: 94078]
Alchemist 2 stats: [Successes: 104, Failures: 94083]
Alchemist 3 stats: [Successes: 108, Failures: 94079]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:05:38 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 217]
Lead stall: [Resources: 2 | Sold: 222]
Mercury stall: [Resources: 2 | Sold: 328]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 111, Failures: 103031]
Alchemist 2 stats: [Successes: 106, Failures: 103036]
Alchemist 3 stats: [Successes: 111, Failures: 103031]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:05:39 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 220]
Lead stall: [Resources: 2 | Sold: 225]
Mercury stall: [Resources: 2 | Sold: 333]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 113, Failures: 112994]
Alchemist 2 stats: [Successes: 108, Failures: 112999]
Alchemist 3 stats: [Successes: 112, Failures: 112994]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:05:40 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 223]
Lead stall: [Resources: 1 | Sold: 229]
Mercury stall: [Resources: 2 | Sold: 338]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 115, Failures: 112994]
Alchemist 2 stats: [Successes: 109, Failures: 112999]
Alchemist 3 stats: [Successes: 114, Failures: 112994]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:05:41 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 226]
Lead stall: [Resources: 2 | Sold: 231]
Mercury stall: [Resources: 1 | Sold: 342]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 116, Failures: 112994]
Alchemist 2 stats: [Successes: 111, Failures: 112999]
Alchemist 3 stats: [Successes: 115, Failures: 112994]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:05:42 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 229]
Lead stall: [Resources: 2 | Sold: 234]
Mercury stall: [Resources: 2 | Sold: 346]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 117, Failures: 112994]
Alchemist 2 stats: [Successes: 112, Failures: 112999]
Alchemist 3 stats: [Successes: 117, Failures: 112994]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:05:43 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 231]
Lead stall: [Resources: 1 | Sold: 237]
Mercury stall: [Resources: 2 | Sold: 350]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 119, Failures: 112994]
Alchemist 2 stats: [Successes: 113, Failures: 112999]
Alchemist 3 stats: [Successes: 118, Failures: 112994]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:05:44 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 235]
Lead stall: [Resources: 2 | Sold: 241]
Mercury stall: [Resources: 2 | Sold: 355]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 120, Failures: 129074]
Alchemist 2 stats: [Successes: 114, Failures: 129080]
Alchemist 3 stats: [Successes: 121, Failures: 129073]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:05:45 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 238]
Lead stall: [Resources: 2 | Sold: 244]
Mercury stall: [Resources: 2 | Sold: 360]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 122, Failures: 129985]
Alchemist 2 stats: [Successes: 116, Failures: 129991]
Alchemist 3 stats: [Successes: 122, Failures: 129984]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:05:46 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 241]
Lead stall: [Resources: 2 | Sold: 247]
Mercury stall: [Resources: 2 | Sold: 364]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 123, Failures: 129985]
Alchemist 2 stats: [Successes: 117, Failures: 129991]
Alchemist 3 stats: [Successes: 124, Failures: 129984]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:05:47 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 243]
Lead stall: [Resources: 2 | Sold: 250]
Mercury stall: [Resources: 2 | Sold: 368]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 125, Failures: 129985]
Alchemist 2 stats: [Successes: 118, Failures: 129991]
Alchemist 3 stats: [Successes: 125, Failures: 129984]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:05:48 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 246]
Lead stall: [Resources: 2 | Sold: 252]
Mercury stall: [Resources: 2 | Sold: 372]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 126, Failures: 129985]
Alchemist 2 stats: [Successes: 120, Failures: 129991]
Alchemist 3 stats: [Successes: 126, Failures: 129984]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:05:49 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 249]
Lead stall: [Resources: 2 | Sold: 255]
Mercury stall: [Resources: 1 | Sold: 376]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 127, Failures: 129985]
Alchemist 2 stats: [Successes: 121, Failures: 129991]
Alchemist 3 stats: [Successes: 128, Failures: 129984]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:05:50 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 252]
Lead stall: [Resources: 2 | Sold: 258]
Mercury stall: [Resources: 1 | Sold: 381]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 129, Failures: 129985]
Alchemist 2 stats: [Successes: 123, Failures: 129991]
Alchemist 3 stats: [Successes: 129, Failures: 129984]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:05:51 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 255]
Lead stall: [Resources: 1 | Sold: 262]
Mercury stall: [Resources: 2 | Sold: 386]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 131, Failures: 129985]
Alchemist 2 stats: [Successes: 124, Failures: 129991]
Alchemist 3 stats: [Successes: 131, Failures: 129984]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:05:52 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 258]
Lead stall: [Resources: 2 | Sold: 265]
Mercury stall: [Resources: 1 | Sold: 390]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 132, Failures: 131899]
Alchemist 2 stats: [Successes: 125, Failures: 131906]
Alchemist 3 stats: [Successes: 133, Failures: 131898]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:05:53 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 1 | Sold: 261]
Lead stall: [Resources: 1 | Sold: 268]
Mercury stall: [Resources: 0 | Sold: 395]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 134, Failures: 131899]
Alchemist 2 stats: [Successes: 127, Failures: 131906]
Alchemist 3 stats: [Successes: 134, Failures: 131898]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:05:54 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 1 | Sold: 265]
Lead stall: [Resources: 2 | Sold: 271]
Mercury stall: [Resources: 2 | Sold: 400]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 135, Failures: 141890]
Alchemist 2 stats: [Successes: 129, Failures: 141896]
Alchemist 3 stats: [Successes: 136, Failures: 141889]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:05:55 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 267]
Lead stall: [Resources: 2 | Sold: 274]
Mercury stall: [Resources: 2 | Sold: 404]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 137, Failures: 141890]
Alchemist 2 stats: [Successes: 130, Failures: 141896]
Alchemist 3 stats: [Successes: 137, Failures: 141889]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:05:56 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 1 | Sold: 271]
Lead stall: [Resources: 2 | Sold: 277]
Mercury stall: [Resources: 1 | Sold: 409]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 138, Failures: 141890]
Alchemist 2 stats: [Successes: 132, Failures: 141896]
Alchemist 3 stats: [Successes: 139, Failures: 141889]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:05:57 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 273]
Lead stall: [Resources: 1 | Sold: 280]
Mercury stall: [Resources: 2 | Sold: 413]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 140, Failures: 141890]
Alchemist 2 stats: [Successes: 133, Failures: 141896]
Alchemist 3 stats: [Successes: 140, Failures: 141889]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:05:58 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 1 | Sold: 277]
Lead stall: [Resources: 1 | Sold: 283]
Mercury stall: [Resources: 0 | Sold: 418]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 141, Failures: 142651]
Alchemist 2 stats: [Successes: 135, Failures: 142657]
Alchemist 3 stats: [Successes: 142, Failures: 142649]
Queue: [3, 1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:05:59 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 279]
Lead stall: [Resources: 2 | Sold: 285]
Mercury stall: [Resources: 2 | Sold: 421]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 142, Failures: 150679]
Alchemist 2 stats: [Successes: 136, Failures: 150684]
Alchemist 3 stats: [Successes: 143, Failures: 150677]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:06:00 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 1 | Sold: 283]
Lead stall: [Resources: 2 | Sold: 288]
Mercury stall: [Resources: 1 | Sold: 426]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 143, Failures: 150679]
Alchemist 2 stats: [Successes: 138, Failures: 150684]
Alchemist 3 stats: [Successes: 145, Failures: 150677]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:06:01 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 285]
Lead stall: [Resources: 2 | Sold: 291]
Mercury stall: [Resources: 2 | Sold: 430]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 145, Failures: 150679]
Alchemist 2 stats: [Successes: 139, Failures: 150684]
Alchemist 3 stats: [Successes: 146, Failures: 150677]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:06:02 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 289]
Lead stall: [Resources: 2 | Sold: 294]
Mercury stall: [Resources: 2 | Sold: 435]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 146, Failures: 150679]
Alchemist 2 stats: [Successes: 141, Failures: 150684]
Alchemist 3 stats: [Successes: 148, Failures: 150677]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:06:03 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 292]
Lead stall: [Resources: 1 | Sold: 297]
Mercury stall: [Resources: 1 | Sold: 440]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 148, Failures: 150679]
Alchemist 2 stats: [Successes: 143, Failures: 150684]
Alchemist 3 stats: [Successes: 149, Failures: 150677]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:06:04 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 294]
Lead stall: [Resources: 2 | Sold: 299]
Mercury stall: [Resources: 2 | Sold: 443]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 149, Failures: 150679]
Alchemist 2 stats: [Successes: 144, Failures: 150684]
Alchemist 3 stats: [Successes: 150, Failures: 150677]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:06:05 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 1 | Sold: 299]
Lead stall: [Resources: 2 | Sold: 304]
Mercury stall: [Resources: 1 | Sold: 450]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 151, Failures: 155343]
Alchemist 2 stats: [Successes: 146, Failures: 155348]
Alchemist 3 stats: [Successes: 153, Failures: 155341]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:06:06 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 302]
Lead stall: [Resources: 2 | Sold: 307]
Mercury stall: [Resources: 2 | Sold: 455]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 153, Failures: 155343]
Alchemist 2 stats: [Successes: 148, Failures: 155348]
Alchemist 3 stats: [Successes: 154, Failures: 155341]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:06:07 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 305]
Lead stall: [Resources: 2 | Sold: 310]
Mercury stall: [Resources: 2 | Sold: 459]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 154, Failures: 155343]
Alchemist 2 stats: [Successes: 149, Failures: 155348]
Alchemist 3 stats: [Successes: 156, Failures: 155341]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:06:08 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 309]
Lead stall: [Resources: 2 | Sold: 314]
Mercury stall: [Resources: 2 | Sold: 465]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 156, Failures: 157960]
Alchemist 2 stats: [Successes: 151, Failures: 157965]
Alchemist 3 stats: [Successes: 158, Failures: 157957]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:06:09 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 312]
Lead stall: [Resources: 1 | Sold: 318]
Mercury stall: [Resources: 1 | Sold: 470]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 158, Failures: 157960]
Alchemist 2 stats: [Successes: 152, Failures: 157965]
Alchemist 3 stats: [Successes: 160, Failures: 157957]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:06:10 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 1 | Sold: 316]
Lead stall: [Resources: 1 | Sold: 321]
Mercury stall: [Resources: 0 | Sold: 475]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 159, Failures: 157960]
Alchemist 2 stats: [Successes: 154, Failures: 157965]
Alchemist 3 stats: [Successes: 162, Failures: 157957]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:06:11 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 318]
Lead stall: [Resources: 2 | Sold: 323]
Mercury stall: [Resources: 2 | Sold: 478]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 160, Failures: 157960]
Alchemist 2 stats: [Successes: 155, Failures: 157965]
Alchemist 3 stats: [Successes: 163, Failures: 157957]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:06:12 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 1 | Sold: 322]
Lead stall: [Resources: 2 | Sold: 328]
Mercury stall: [Resources: 1 | Sold: 485]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 163, Failures: 158008]
Alchemist 2 stats: [Successes: 157, Failures: 158013]
Alchemist 3 stats: [Successes: 165, Failures: 158005]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:06:13 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 1 | Sold: 326]
Lead stall: [Resources: 1 | Sold: 332]
Mercury stall: [Resources: 1 | Sold: 491]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 165, Failures: 158008]
Alchemist 2 stats: [Successes: 159, Failures: 158013]
Alchemist 3 stats: [Successes: 167, Failures: 158005]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:06:14 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 1 | Sold: 330]
Lead stall: [Resources: 2 | Sold: 335]
Mercury stall: [Resources: 1 | Sold: 496]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 166, Failures: 158008]
Alchemist 2 stats: [Successes: 161, Failures: 158013]
Alchemist 3 stats: [Successes: 169, Failures: 158005]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:06:15 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 334]
Lead stall: [Resources: 1 | Sold: 339]
Mercury stall: [Resources: 2 | Sold: 502]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 168, Failures: 170345]
Alchemist 2 stats: [Successes: 163, Failures: 170350]
Alchemist 3 stats: [Successes: 171, Failures: 170342]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:06:16 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 1 | Sold: 338]
Lead stall: [Resources: 1 | Sold: 343]
Mercury stall: [Resources: 0 | Sold: 508]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 170, Failures: 170345]
Alchemist 2 stats: [Successes: 165, Failures: 170350]
Alchemist 3 stats: [Successes: 173, Failures: 170342]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:06:17 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 340]
Lead stall: [Resources: 2 | Sold: 346]
Mercury stall: [Resources: 2 | Sold: 512]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 172, Failures: 170345]
Alchemist 2 stats: [Successes: 166, Failures: 170350]
Alchemist 3 stats: [Successes: 174, Failures: 170342]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:06:18 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 1 | Sold: 344]
Lead stall: [Resources: 1 | Sold: 350]
Mercury stall: [Resources: 1 | Sold: 518]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 174, Failures: 172314]
Alchemist 2 stats: [Successes: 168, Failures: 172319]
Alchemist 3 stats: [Successes: 176, Failures: 172311]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:06:19 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 348]
Lead stall: [Resources: 2 | Sold: 352]
Mercury stall: [Resources: 1 | Sold: 523]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 175, Failures: 173892]
Alchemist 2 stats: [Successes: 171, Failures: 173896]
Alchemist 3 stats: [Successes: 177, Failures: 173889]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:06:20 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 351]
Lead stall: [Resources: 1 | Sold: 356]
Mercury stall: [Resources: 2 | Sold: 528]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 177, Failures: 173892]
Alchemist 2 stats: [Successes: 172, Failures: 173896]
Alchemist 3 stats: [Successes: 179, Failures: 173889]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:06:21 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 354]
Lead stall: [Resources: 2 | Sold: 358]
Mercury stall: [Resources: 2 | Sold: 532]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 178, Failures: 173892]
Alchemist 2 stats: [Successes: 174, Failures: 173896]
Alchemist 3 stats: [Successes: 180, Failures: 173889]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:06:22 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 356]
Lead stall: [Resources: 2 | Sold: 360]
Mercury stall: [Resources: 2 | Sold: 535]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 179, Failures: 173892]
Alchemist 2 stats: [Successes: 175, Failures: 173896]
Alchemist 3 stats: [Successes: 181, Failures: 173889]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:06:23 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 359]
Lead stall: [Resources: 1 | Sold: 364]
Mercury stall: [Resources: 2 | Sold: 540]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 181, Failures: 173892]
Alchemist 2 stats: [Successes: 176, Failures: 173896]
Alchemist 3 stats: [Successes: 183, Failures: 173889]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:06:24 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 362]
Lead stall: [Resources: 2 | Sold: 366]
Mercury stall: [Resources: 2 | Sold: 544]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 182, Failures: 173892]
Alchemist 2 stats: [Successes: 178, Failures: 173896]
Alchemist 3 stats: [Successes: 184, Failures: 173889]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:06:25 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 1 | Sold: 365]
Lead stall: [Resources: 1 | Sold: 370]
Mercury stall: [Resources: 1 | Sold: 549]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 184, Failures: 173892]
Alchemist 2 stats: [Successes: 179, Failures: 173896]
Alchemist 3 stats: [Successes: 186, Failures: 173889]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:06:26 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 368]
Lead stall: [Resources: 2 | Sold: 372]
Mercury stall: [Resources: 2 | Sold: 553]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 185, Failures: 173892]
Alchemist 2 stats: [Successes: 181, Failures: 173896]
Alchemist 3 stats: [Successes: 187, Failures: 173889]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:06:27 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 373]
Lead stall: [Resources: 0 | Sold: 378]
Mercury stall: [Resources: 1 | Sold: 561]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 188, Failures: 178544]
Alchemist 2 stats: [Successes: 183, Failures: 178548]
Alchemist 3 stats: [Successes: 190, Failures: 178541]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:06:28 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 376]
Lead stall: [Resources: 2 | Sold: 380]
Mercury stall: [Resources: 2 | Sold: 565]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 189, Failures: 178544]
Alchemist 2 stats: [Successes: 185, Failures: 178548]
Alchemist 3 stats: [Successes: 191, Failures: 178541]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:06:29 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 380]
Lead stall: [Resources: 0 | Sold: 385]
Mercury stall: [Resources: 0 | Sold: 572]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 192, Failures: 188706]
Alchemist 2 stats: [Successes: 187, Failures: 188711]
Alchemist 3 stats: [Successes: 193, Failures: 188704]
Queue: [3, 1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:06:30 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 384]
Lead stall: [Resources: 1 | Sold: 389]
Mercury stall: [Resources: 1 | Sold: 578]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 194, Failures: 200452]
Alchemist 2 stats: [Successes: 189, Failures: 200456]
Alchemist 3 stats: [Successes: 195, Failures: 200450]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:06:31 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 388]
Lead stall: [Resources: 2 | Sold: 392]
Mercury stall: [Resources: 2 | Sold: 583]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 195, Failures: 201729]
Alchemist 2 stats: [Successes: 191, Failures: 201733]
Alchemist 3 stats: [Successes: 197, Failures: 201727]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:06:32 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 1 | Sold: 392]
Lead stall: [Resources: 2 | Sold: 396]
Mercury stall: [Resources: 1 | Sold: 589]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 197, Failures: 201729]
Alchemist 2 stats: [Successes: 193, Failures: 201733]
Alchemist 3 stats: [Successes: 199, Failures: 201727]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:06:33 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 394]
Lead stall: [Resources: 2 | Sold: 399]
Mercury stall: [Resources: 2 | Sold: 593]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 199, Failures: 201729]
Alchemist 2 stats: [Successes: 194, Failures: 201733]
Alchemist 3 stats: [Successes: 200, Failures: 201727]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:06:34 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 398]
Lead stall: [Resources: 2 | Sold: 402]
Mercury stall: [Resources: 2 | Sold: 598]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 200, Failures: 201729]
Alchemist 2 stats: [Successes: 196, Failures: 201733]
Alchemist 3 stats: [Successes: 202, Failures: 201727]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:06:35 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 1 | Sold: 401]
Lead stall: [Resources: 1 | Sold: 405]
Mercury stall: [Resources: 1 | Sold: 603]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 202, Failures: 201729]
Alchemist 2 stats: [Successes: 198, Failures: 201733]
Alchemist 3 stats: [Successes: 203, Failures: 201727]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:06:36 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 1 | Sold: 405]
Lead stall: [Resources: 1 | Sold: 409]
Mercury stall: [Resources: 1 | Sold: 609]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 204, Failures: 208840]
Alchemist 2 stats: [Successes: 200, Failures: 208844]
Alchemist 3 stats: [Successes: 205, Failures: 208838]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:06:37 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 409]
Lead stall: [Resources: 1 | Sold: 413]
Mercury stall: [Resources: 0 | Sold: 614]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 205, Failures: 212114]
Alchemist 2 stats: [Successes: 201, Failures: 212118]
Alchemist 3 stats: [Successes: 208, Failures: 212111]
Queue: [1, 2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:06:38 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 412]
Lead stall: [Resources: 2 | Sold: 415]
Mercury stall: [Resources: 1 | Sold: 618]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 206, Failures: 214062]
Alchemist 2 stats: [Successes: 203, Failures: 214065]
Alchemist 3 stats: [Successes: 209, Failures: 214058]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:06:39 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 414]
Lead stall: [Resources: 2 | Sold: 417]
Mercury stall: [Resources: 1 | Sold: 621]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 207, Failures: 214062]
Alchemist 2 stats: [Successes: 204, Failures: 214065]
Alchemist 3 stats: [Successes: 210, Failures: 214058]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:06:40 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 416]
Lead stall: [Resources: 2 | Sold: 419]
Mercury stall: [Resources: 2 | Sold: 624]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 208, Failures: 214062]
Alchemist 2 stats: [Successes: 205, Failures: 214065]
Alchemist 3 stats: [Successes: 211, Failures: 214058]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:06:41 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 1 | Sold: 419]
Lead stall: [Resources: 2 | Sold: 423]
Mercury stall: [Resources: 1 | Sold: 629]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 210, Failures: 214062]
Alchemist 2 stats: [Successes: 206, Failures: 214065]
Alchemist 3 stats: [Successes: 213, Failures: 214058]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:06:42 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 422]
Lead stall: [Resources: 2 | Sold: 425]
Mercury stall: [Resources: 1 | Sold: 633]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 211, Failures: 214062]
Alchemist 2 stats: [Successes: 208, Failures: 214065]
Alchemist 3 stats: [Successes: 214, Failures: 214058]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:06:43 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 425]
Lead stall: [Resources: 2 | Sold: 428]
Mercury stall: [Resources: 2 | Sold: 637]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 212, Failures: 214062]
Alchemist 2 stats: [Successes: 209, Failures: 214065]
Alchemist 3 stats: [Successes: 216, Failures: 214058]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:06:44 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 427]
Lead stall: [Resources: 2 | Sold: 431]
Mercury stall: [Resources: 2 | Sold: 641]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 214, Failures: 214062]
Alchemist 2 stats: [Successes: 210, Failures: 214065]
Alchemist 3 stats: [Successes: 217, Failures: 214058]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:06:45 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 1 | Sold: 431]
Lead stall: [Resources: 1 | Sold: 434]
Mercury stall: [Resources: 0 | Sold: 646]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 215, Failures: 216291]
Alchemist 2 stats: [Successes: 212, Failures: 216294]
Alchemist 3 stats: [Successes: 219, Failures: 216287]
Queue: [1, 2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:06:46 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 433]
Lead stall: [Resources: 2 | Sold: 438]
Mercury stall: [Resources: 2 | Sold: 651]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 218, Failures: 217931]
Alchemist 2 stats: [Successes: 213, Failures: 217935]
Alchemist 3 stats: [Successes: 220, Failures: 217928]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:06:47 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 437]
Lead stall: [Resources: 1 | Sold: 442]
Mercury stall: [Resources: 1 | Sold: 657]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 220, Failures: 225827]
Alchemist 2 stats: [Successes: 215, Failures: 225831]
Alchemist 3 stats: [Successes: 222, Failures: 225824]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:06:48 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 1 | Sold: 441]
Lead stall: [Resources: 1 | Sold: 446]
Mercury stall: [Resources: 1 | Sold: 663]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 222, Failures: 225827]
Alchemist 2 stats: [Successes: 217, Failures: 225831]
Alchemist 3 stats: [Successes: 224, Failures: 225824]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:06:49 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 1 | Sold: 446]
Lead stall: [Resources: 0 | Sold: 451]
Mercury stall: [Resources: 0 | Sold: 670]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 224, Failures: 230726]
Alchemist 2 stats: [Successes: 219, Failures: 230731]
Alchemist 3 stats: [Successes: 227, Failures: 230723]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:06:50 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 448]
Lead stall: [Resources: 1 | Sold: 454]
Mercury stall: [Resources: 1 | Sold: 674]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 226, Failures: 230726]
Alchemist 2 stats: [Successes: 220, Failures: 230731]
Alchemist 3 stats: [Successes: 228, Failures: 230723]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:06:51 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 453]
Lead stall: [Resources: 2 | Sold: 457]
Mercury stall: [Resources: 2 | Sold: 680]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 227, Failures: 233522]
Alchemist 2 stats: [Successes: 223, Failures: 233526]
Alchemist 3 stats: [Successes: 230, Failures: 233518]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:06:52 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 456]
Lead stall: [Resources: 2 | Sold: 460]
Mercury stall: [Resources: 2 | Sold: 684]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 228, Failures: 233522]
Alchemist 2 stats: [Successes: 224, Failures: 233526]
Alchemist 3 stats: [Successes: 232, Failures: 233518]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:06:53 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 1 | Sold: 460]
Lead stall: [Resources: 1 | Sold: 464]
Mercury stall: [Resources: 0 | Sold: 690]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 230, Failures: 234268]
Alchemist 2 stats: [Successes: 226, Failures: 234272]
Alchemist 3 stats: [Successes: 234, Failures: 234264]
Queue: [1, 2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:06:54 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 463]
Lead stall: [Resources: 2 | Sold: 468]
Mercury stall: [Resources: 2 | Sold: 695]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 232, Failures: 259409]
Alchemist 2 stats: [Successes: 227, Failures: 259413]
Alchemist 3 stats: [Successes: 236, Failures: 259404]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:06:55 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 466]
Lead stall: [Resources: 2 | Sold: 470]
Mercury stall: [Resources: 2 | Sold: 699]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 233, Failures: 259409]
Alchemist 2 stats: [Successes: 229, Failures: 259413]
Alchemist 3 stats: [Successes: 237, Failures: 259404]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:06:56 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 469]
Lead stall: [Resources: 2 | Sold: 473]
Mercury stall: [Resources: 2 | Sold: 703]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 234, Failures: 259409]
Alchemist 2 stats: [Successes: 230, Failures: 259413]
Alchemist 3 stats: [Successes: 239, Failures: 259404]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:06:57 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 471]
Lead stall: [Resources: 1 | Sold: 476]
Mercury stall: [Resources: 1 | Sold: 707]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 236, Failures: 259409]
Alchemist 2 stats: [Successes: 231, Failures: 259413]
Alchemist 3 stats: [Successes: 240, Failures: 259404]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:06:58 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 474]
Lead stall: [Resources: 2 | Sold: 478]
Mercury stall: [Resources: 2 | Sold: 711]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 237, Failures: 259409]
Alchemist 2 stats: [Successes: 233, Failures: 259413]
Alchemist 3 stats: [Successes: 241, Failures: 259404]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:06:59 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 1 | Sold: 479]
Lead stall: [Resources: 1 | Sold: 484]
Mercury stall: [Resources: 1 | Sold: 718]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 239, Failures: 259958]
Alchemist 2 stats: [Successes: 234, Failures: 259963]
Alchemist 3 stats: [Successes: 245, Failures: 259952]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:07:00 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 481]
Lead stall: [Resources: 2 | Sold: 487]
Mercury stall: [Resources: 2 | Sold: 722]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 241, Failures: 259958]
Alchemist 2 stats: [Successes: 235, Failures: 259963]
Alchemist 3 stats: [Successes: 246, Failures: 259952]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:07:01 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 484]
Lead stall: [Resources: 2 | Sold: 489]
Mercury stall: [Resources: 1 | Sold: 726]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 242, Failures: 259958]
Alchemist 2 stats: [Successes: 237, Failures: 259963]
Alchemist 3 stats: [Successes: 247, Failures: 259952]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:07:02 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 1 | Sold: 487]
Lead stall: [Resources: 1 | Sold: 492]
Mercury stall: [Resources: 1 | Sold: 730]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 243, Failures: 259958]
Alchemist 2 stats: [Successes: 238, Failures: 259963]
Alchemist 3 stats: [Successes: 249, Failures: 259952]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:07:03 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 490]
Lead stall: [Resources: 2 | Sold: 495]
Mercury stall: [Resources: 2 | Sold: 735]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 245, Failures: 259958]
Alchemist 2 stats: [Successes: 240, Failures: 259963]
Alchemist 3 stats: [Successes: 250, Failures: 259952]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:07:04 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 492]
Lead stall: [Resources: 2 | Sold: 498]
Mercury stall: [Resources: 2 | Sold: 739]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 247, Failures: 260411]
Alchemist 2 stats: [Successes: 241, Failures: 260417]
Alchemist 3 stats: [Successes: 251, Failures: 260406]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:07:05 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 496]
Lead stall: [Resources: 2 | Sold: 502]
Mercury stall: [Resources: 1 | Sold: 745]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 249, Failures: 260411]
Alchemist 2 stats: [Successes: 243, Failures: 260417]
Alchemist 3 stats: [Successes: 253, Failures: 260406]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:07:06 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 1 | Sold: 499]
Lead stall: [Resources: 2 | Sold: 505]
Mercury stall: [Resources: 1 | Sold: 749]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 250, Failures: 260411]
Alchemist 2 stats: [Successes: 244, Failures: 260417]
Alchemist 3 stats: [Successes: 255, Failures: 260406]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:07:07 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 501]
Lead stall: [Resources: 2 | Sold: 508]
Mercury stall: [Resources: 2 | Sold: 753]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 252, Failures: 260411]
Alchemist 2 stats: [Successes: 245, Failures: 260417]
Alchemist 3 stats: [Successes: 256, Failures: 260406]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:07:08 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 505]
Lead stall: [Resources: 2 | Sold: 510]
Mercury stall: [Resources: 2 | Sold: 758]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 253, Failures: 260651]
Alchemist 2 stats: [Successes: 248, Failures: 260656]
Alchemist 3 stats: [Successes: 257, Failures: 260646]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:07:09 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 1 | Sold: 508]
Lead stall: [Resources: 2 | Sold: 513]
Mercury stall: [Resources: 2 | Sold: 762]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 254, Failures: 260651]
Alchemist 2 stats: [Successes: 249, Failures: 260656]
Alchemist 3 stats: [Successes: 259, Failures: 260646]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:07:10 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 1 | Sold: 512]
Lead stall: [Resources: 2 | Sold: 517]
Mercury stall: [Resources: 1 | Sold: 768]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 256, Failures: 260651]
Alchemist 2 stats: [Successes: 251, Failures: 260656]
Alchemist 3 stats: [Successes: 261, Failures: 260646]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:07:11 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 514]
Lead stall: [Resources: 2 | Sold: 520]
Mercury stall: [Resources: 2 | Sold: 772]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 258, Failures: 260651]
Alchemist 2 stats: [Successes: 252, Failures: 260656]
Alchemist 3 stats: [Successes: 262, Failures: 260646]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:07:12 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 518]
Lead stall: [Resources: 2 | Sold: 523]
Mercury stall: [Resources: 2 | Sold: 777]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 259, Failures: 260651]
Alchemist 2 stats: [Successes: 254, Failures: 260656]
Alchemist 3 stats: [Successes: 264, Failures: 260646]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:07:13 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 521]
Lead stall: [Resources: 2 | Sold: 526]
Mercury stall: [Resources: 1 | Sold: 782]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 261, Failures: 260651]
Alchemist 2 stats: [Successes: 256, Failures: 260656]
Alchemist 3 stats: [Successes: 265, Failures: 260646]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:07:14 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 524]
Lead stall: [Resources: 1 | Sold: 530]
Mercury stall: [Resources: 2 | Sold: 787]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 263, Failures: 260961]
Alchemist 2 stats: [Successes: 257, Failures: 260966]
Alchemist 3 stats: [Successes: 267, Failures: 260956]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:07:15 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 1 | Sold: 530]
Lead stall: [Resources: 1 | Sold: 536]
Mercury stall: [Resources: 0 | Sold: 795]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 265, Failures: 262528]
Alchemist 2 stats: [Successes: 259, Failures: 262533]
Alchemist 3 stats: [Successes: 271, Failures: 262521]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:07:16 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 534]
Lead stall: [Resources: 2 | Sold: 539]
Mercury stall: [Resources: 1 | Sold: 800]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 266, Failures: 262528]
Alchemist 2 stats: [Successes: 261, Failures: 262533]
Alchemist 3 stats: [Successes: 273, Failures: 262521]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:07:17 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 1 | Sold: 538]
Lead stall: [Resources: 2 | Sold: 543]
Mercury stall: [Resources: 1 | Sold: 806]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 268, Failures: 262528]
Alchemist 2 stats: [Successes: 263, Failures: 262533]
Alchemist 3 stats: [Successes: 275, Failures: 262521]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:07:18 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 1 | Sold: 541]
Lead stall: [Resources: 1 | Sold: 546]
Mercury stall: [Resources: 1 | Sold: 811]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 270, Failures: 262528]
Alchemist 2 stats: [Successes: 265, Failures: 262533]
Alchemist 3 stats: [Successes: 276, Failures: 262521]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:07:19 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 545]
Lead stall: [Resources: 2 | Sold: 549]
Mercury stall: [Resources: 2 | Sold: 817]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 272, Failures: 263815]
Alchemist 2 stats: [Successes: 268, Failures: 263819]
Alchemist 3 stats: [Successes: 277, Failures: 263809]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:07:20 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 1 | Sold: 548]
Lead stall: [Resources: 2 | Sold: 552]
Mercury stall: [Resources: 2 | Sold: 821]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 273, Failures: 263815]
Alchemist 2 stats: [Successes: 269, Failures: 263819]
Alchemist 3 stats: [Successes: 279, Failures: 263809]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:07:21 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 550]
Lead stall: [Resources: 2 | Sold: 555]
Mercury stall: [Resources: 1 | Sold: 825]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 275, Failures: 263815]
Alchemist 2 stats: [Successes: 270, Failures: 263819]
Alchemist 3 stats: [Successes: 280, Failures: 263809]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:07:22 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 552]
Lead stall: [Resources: 2 | Sold: 556]
Mercury stall: [Resources: 2 | Sold: 827]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 275, Failures: 263815]
Alchemist 2 stats: [Successes: 271, Failures: 263819]
Alchemist 3 stats: [Successes: 281, Failures: 263809]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:07:23 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 555]
Lead stall: [Resources: 2 | Sold: 559]
Mercury stall: [Resources: 2 | Sold: 832]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 277, Failures: 263815]
Alchemist 2 stats: [Successes: 273, Failures: 263819]
Alchemist 3 stats: [Successes: 282, Failures: 263809]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:07:25 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 1 | Sold: 558]
Lead stall: [Resources: 2 | Sold: 562]
Mercury stall: [Resources: 2 | Sold: 836]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 278, Failures: 263815]
Alchemist 2 stats: [Successes: 274, Failures: 263819]
Alchemist 3 stats: [Successes: 284, Failures: 263809]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:07:26 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 560]
Lead stall: [Resources: 2 | Sold: 565]
Mercury stall: [Resources: 1 | Sold: 840]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 280, Failures: 263815]
Alchemist 2 stats: [Successes: 275, Failures: 263819]
Alchemist 3 stats: [Successes: 285, Failures: 263809]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:07:27 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 563]
Lead stall: [Resources: 2 | Sold: 567]
Mercury stall: [Resources: 2 | Sold: 844]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 281, Failures: 263815]
Alchemist 2 stats: [Successes: 277, Failures: 263819]
Alchemist 3 stats: [Successes: 286, Failures: 263809]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:07:28 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 1 | Sold: 567]
Lead stall: [Resources: 2 | Sold: 571]
Mercury stall: [Resources: 1 | Sold: 850]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 283, Failures: 272924]
Alchemist 2 stats: [Successes: 279, Failures: 272928]
Alchemist 3 stats: [Successes: 288, Failures: 272919]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:07:29 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 569]
Lead stall: [Resources: 1 | Sold: 574]
Mercury stall: [Resources: 2 | Sold: 854]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 285, Failures: 272924]
Alchemist 2 stats: [Successes: 280, Failures: 272928]
Alchemist 3 stats: [Successes: 289, Failures: 272919]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:07:30 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 1 | Sold: 574]
Lead stall: [Resources: 1 | Sold: 577]
Mercury stall: [Resources: 1 | Sold: 860]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 286, Failures: 276523]
Alchemist 2 stats: [Successes: 283, Failures: 276526]
Alchemist 3 stats: [Successes: 291, Failures: 276517]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:07:31 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 1 | Sold: 578]
Lead stall: [Resources: 1 | Sold: 581]
Mercury stall: [Resources: 0 | Sold: 866]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 288, Failures: 276523]
Alchemist 2 stats: [Successes: 285, Failures: 276526]
Alchemist 3 stats: [Successes: 293, Failures: 276517]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:07:32 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 1 | Sold: 580]
Lead stall: [Resources: 2 | Sold: 584]
Mercury stall: [Resources: 1 | Sold: 870]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 290, Failures: 277663]
Alchemist 2 stats: [Successes: 286, Failures: 277667]
Alchemist 3 stats: [Successes: 294, Failures: 277659]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:07:33 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 582]
Lead stall: [Resources: 2 | Sold: 586]
Mercury stall: [Resources: 2 | Sold: 873]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 291, Failures: 277663]
Alchemist 2 stats: [Successes: 287, Failures: 277667]
Alchemist 3 stats: [Successes: 295, Failures: 277659]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:07:34 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 584]
Lead stall: [Resources: 2 | Sold: 588]
Mercury stall: [Resources: 2 | Sold: 876]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 292, Failures: 277663]
Alchemist 2 stats: [Successes: 288, Failures: 277667]
Alchemist 3 stats: [Successes: 296, Failures: 277659]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:07:35 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 587]
Lead stall: [Resources: 2 | Sold: 591]
Mercury stall: [Resources: 1 | Sold: 881]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 294, Failures: 277663]
Alchemist 2 stats: [Successes: 290, Failures: 277667]
Alchemist 3 stats: [Successes: 297, Failures: 277659]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:07:36 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 590]
Lead stall: [Resources: 1 | Sold: 596]
Mercury stall: [Resources: 0 | Sold: 887]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 297, Failures: 282287]
Alchemist 2 stats: [Successes: 291, Failures: 282292]
Alchemist 3 stats: [Successes: 299, Failures: 282284]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:07:37 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 594]
Lead stall: [Resources: 0 | Sold: 600]
Mercury stall: [Resources: 0 | Sold: 893]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 299, Failures: 282287]
Alchemist 2 stats: [Successes: 293, Failures: 282292]
Alchemist 3 stats: [Successes: 301, Failures: 282284]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:07:38 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 597]
Lead stall: [Resources: 2 | Sold: 602]
Mercury stall: [Resources: 2 | Sold: 897]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 300, Failures: 282287]
Alchemist 2 stats: [Successes: 295, Failures: 282292]
Alchemist 3 stats: [Successes: 302, Failures: 282284]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:07:39 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 602]
Lead stall: [Resources: 2 | Sold: 607]
Mercury stall: [Resources: 1 | Sold: 904]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 302, Failures: 291822]
Alchemist 2 stats: [Successes: 297, Failures: 291826]
Alchemist 3 stats: [Successes: 305, Failures: 291818]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:07:40 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 606]
Lead stall: [Resources: 2 | Sold: 611]
Mercury stall: [Resources: 2 | Sold: 910]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 304, Failures: 293239]
Alchemist 2 stats: [Successes: 299, Failures: 293244]
Alchemist 3 stats: [Successes: 307, Failures: 293236]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:07:41 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 608]
Lead stall: [Resources: 2 | Sold: 613]
Mercury stall: [Resources: 2 | Sold: 913]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 305, Failures: 293239]
Alchemist 2 stats: [Successes: 300, Failures: 293244]
Alchemist 3 stats: [Successes: 308, Failures: 293236]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:07:42 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 1 | Sold: 612]
Lead stall: [Resources: 2 | Sold: 617]
Mercury stall: [Resources: 0 | Sold: 919]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 307, Failures: 293239]
Alchemist 2 stats: [Successes: 302, Failures: 293244]
Alchemist 3 stats: [Successes: 310, Failures: 293236]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:07:43 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 614]
Lead stall: [Resources: 2 | Sold: 619]
Mercury stall: [Resources: 2 | Sold: 922]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 308, Failures: 293239]
Alchemist 2 stats: [Successes: 303, Failures: 293244]
Alchemist 3 stats: [Successes: 311, Failures: 293236]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:07:44 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 617]
Lead stall: [Resources: 2 | Sold: 623]
Mercury stall: [Resources: 2 | Sold: 927]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 310, Failures: 294295]
Alchemist 2 stats: [Successes: 304, Failures: 294300]
Alchemist 3 stats: [Successes: 313, Failures: 294291]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:07:45 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 622]
Lead stall: [Resources: 1 | Sold: 628]
Mercury stall: [Resources: 0 | Sold: 934]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 312, Failures: 299479]
Alchemist 2 stats: [Successes: 306, Failures: 299484]
Alchemist 3 stats: [Successes: 316, Failures: 299474]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:07:46 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 624]
Lead stall: [Resources: 2 | Sold: 630]
Mercury stall: [Resources: 2 | Sold: 937]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 313, Failures: 299479]
Alchemist 2 stats: [Successes: 307, Failures: 299484]
Alchemist 3 stats: [Successes: 317, Failures: 299474]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:07:47 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 626]
Lead stall: [Resources: 2 | Sold: 632]
Mercury stall: [Resources: 2 | Sold: 940]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 314, Failures: 299479]
Alchemist 2 stats: [Successes: 308, Failures: 299484]
Alchemist 3 stats: [Successes: 318, Failures: 299474]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:07:48 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 629]
Lead stall: [Resources: 2 | Sold: 634]
Mercury stall: [Resources: 2 | Sold: 944]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 315, Failures: 299479]
Alchemist 2 stats: [Successes: 310, Failures: 299484]
Alchemist 3 stats: [Successes: 319, Failures: 299474]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:07:49 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 632]
Lead stall: [Resources: 2 | Sold: 638]
Mercury stall: [Resources: 1 | Sold: 949]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 317, Failures: 301923]
Alchemist 2 stats: [Successes: 311, Failures: 301928]
Alchemist 3 stats: [Successes: 321, Failures: 301918]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:07:50 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 1 | Sold: 636]
Lead stall: [Resources: 1 | Sold: 641]
Mercury stall: [Resources: 0 | Sold: 954]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 318, Failures: 301923]
Alchemist 2 stats: [Successes: 313, Failures: 301928]
Alchemist 3 stats: [Successes: 323, Failures: 301918]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:07:51 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 638]
Lead stall: [Resources: 2 | Sold: 644]
Mercury stall: [Resources: 1 | Sold: 958]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 320, Failures: 301923]
Alchemist 2 stats: [Successes: 314, Failures: 301928]
Alchemist 3 stats: [Successes: 324, Failures: 301918]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:07:52 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 641]
Lead stall: [Resources: 2 | Sold: 646]
Mercury stall: [Resources: 2 | Sold: 962]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 321, Failures: 301923]
Alchemist 2 stats: [Successes: 316, Failures: 301928]
Alchemist 3 stats: [Successes: 325, Failures: 301918]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:07:53 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 0 | Sold: 646]
Lead stall: [Resources: 0 | Sold: 651]
Mercury stall: [Resources: 0 | Sold: 969]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 323, Failures: 307736]
Alchemist 2 stats: [Successes: 318, Failures: 307741]
Alchemist 3 stats: [Successes: 328, Failures: 307730]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:07:54 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 1 | Sold: 649]
Lead stall: [Resources: 2 | Sold: 654]
Mercury stall: [Resources: 2 | Sold: 973]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 324, Failures: 307736]
Alchemist 2 stats: [Successes: 319, Failures: 307741]
Alchemist 3 stats: [Successes: 330, Failures: 307730]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:07:55 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 652]
Lead stall: [Resources: 2 | Sold: 657]
Mercury stall: [Resources: 1 | Sold: 978]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 326, Failures: 307736]
Alchemist 2 stats: [Successes: 321, Failures: 307741]
Alchemist 3 stats: [Successes: 331, Failures: 307730]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:07:56 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 656]
Lead stall: [Resources: 1 | Sold: 661]
Mercury stall: [Resources: 0 | Sold: 984]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 328, Failures: 307736]
Alchemist 2 stats: [Successes: 323, Failures: 307741]
Alchemist 3 stats: [Successes: 333, Failures: 307730]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:07:57 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 658]
Lead stall: [Resources: 2 | Sold: 663]
Mercury stall: [Resources: 1 | Sold: 987]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 329, Failures: 307736]
Alchemist 2 stats: [Successes: 324, Failures: 307741]
Alchemist 3 stats: [Successes: 334, Failures: 307730]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:07:58 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 1 | Sold: 661]
Lead stall: [Resources: 2 | Sold: 666]
Mercury stall: [Resources: 1 | Sold: 991]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 330, Failures: 307736]
Alchemist 2 stats: [Successes: 325, Failures: 307741]
Alchemist 3 stats: [Successes: 336, Failures: 307730]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:07:59 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 1 | Sold: 665]
Lead stall: [Resources: 2 | Sold: 670]
Mercury stall: [Resources: 1 | Sold: 997]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 332, Failures: 319973]
Alchemist 2 stats: [Successes: 327, Failures: 319978]
Alchemist 3 stats: [Successes: 338, Failures: 319966]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:08:00 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 669]
Lead stall: [Resources: 2 | Sold: 674]
Mercury stall: [Resources: 1 | Sold: 1003]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 334, Failures: 320668]
Alchemist 2 stats: [Successes: 329, Failures: 320673]
Alchemist 3 stats: [Successes: 340, Failures: 320661]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:08:01 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 672]
Lead stall: [Resources: 2 | Sold: 678]
Mercury stall: [Resources: 1 | Sold: 1008]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 336, Failures: 320668]
Alchemist 2 stats: [Successes: 330, Failures: 320673]
Alchemist 3 stats: [Successes: 342, Failures: 320661]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:08:02 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 1 | Sold: 676]
Lead stall: [Resources: 1 | Sold: 681]
Mercury stall: [Resources: 1 | Sold: 1013]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 337, Failures: 320668]
Alchemist 2 stats: [Successes: 332, Failures: 320673]
Alchemist 3 stats: [Successes: 344, Failures: 320661]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:08:03 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 679]
Lead stall: [Resources: 1 | Sold: 685]
Mercury stall: [Resources: 1 | Sold: 1018]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 339, Failures: 323515]
Alchemist 2 stats: [Successes: 333, Failures: 323520]
Alchemist 3 stats: [Successes: 346, Failures: 323507]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:08:04 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 681]
Lead stall: [Resources: 1 | Sold: 687]
Mercury stall: [Resources: 2 | Sold: 1021]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 340, Failures: 323515]
Alchemist 2 stats: [Successes: 334, Failures: 323520]
Alchemist 3 stats: [Successes: 347, Failures: 323507]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:08:05 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 683]
Lead stall: [Resources: 1 | Sold: 689]
Mercury stall: [Resources: 2 | Sold: 1024]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 341, Failures: 323515]
Alchemist 2 stats: [Successes: 335, Failures: 323520]
Alchemist 3 stats: [Successes: 348, Failures: 323507]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:08:06 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 687]
Lead stall: [Resources: 2 | Sold: 692]
Mercury stall: [Resources: 2 | Sold: 1029]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 342, Failures: 323515]
Alchemist 2 stats: [Successes: 337, Failures: 323520]
Alchemist 3 stats: [Successes: 350, Failures: 323507]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:08:07 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 689]
Lead stall: [Resources: 2 | Sold: 695]
Mercury stall: [Resources: 2 | Sold: 1033]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 344, Failures: 323515]
Alchemist 2 stats: [Successes: 338, Failures: 323520]
Alchemist 3 stats: [Successes: 351, Failures: 323507]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:08:08 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 0 | Sold: 694]
Lead stall: [Resources: 2 | Sold: 698]
Mercury stall: [Resources: 0 | Sold: 1039]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 345, Failures: 326729]
Alchemist 2 stats: [Successes: 341, Failures: 326733]
Alchemist 3 stats: [Successes: 353, Failures: 326721]
Queue: [1, 2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:08:09 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 698]
Lead stall: [Resources: 2 | Sold: 701]
Mercury stall: [Resources: 2 | Sold: 1044]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 346, Failures: 328761]
Alchemist 2 stats: [Successes: 343, Failures: 328764]
Alchemist 3 stats: [Successes: 355, Failures: 328752]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:08:10 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 701]
Lead stall: [Resources: 2 | Sold: 704]
Mercury stall: [Resources: 2 | Sold: 1049]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 348, Failures: 328761]
Alchemist 2 stats: [Successes: 345, Failures: 328764]
Alchemist 3 stats: [Successes: 356, Failures: 328752]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:08:11 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 704]
Lead stall: [Resources: 1 | Sold: 708]
Mercury stall: [Resources: 1 | Sold: 1054]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 350, Failures: 328761]
Alchemist 2 stats: [Successes: 346, Failures: 328764]
Alchemist 3 stats: [Successes: 358, Failures: 328752]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:08:12 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 708]
Lead stall: [Resources: 1 | Sold: 712]
Mercury stall: [Resources: 0 | Sold: 1060]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 352, Failures: 328761]
Alchemist 2 stats: [Successes: 348, Failures: 328764]
Alchemist 3 stats: [Successes: 360, Failures: 328752]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:08:13 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 710]
Lead stall: [Resources: 2 | Sold: 714]
Mercury stall: [Resources: 2 | Sold: 1063]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 353, Failures: 328761]
Alchemist 2 stats: [Successes: 349, Failures: 328764]
Alchemist 3 stats: [Successes: 361, Failures: 328752]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:08:14 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 714]
Lead stall: [Resources: 2 | Sold: 717]
Mercury stall: [Resources: 1 | Sold: 1068]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 354, Failures: 328761]
Alchemist 2 stats: [Successes: 351, Failures: 328764]
Alchemist 3 stats: [Successes: 363, Failures: 328752]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:08:15 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 717]
Lead stall: [Resources: 2 | Sold: 720]
Mercury stall: [Resources: 1 | Sold: 1073]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 356, Failures: 328761]
Alchemist 2 stats: [Successes: 353, Failures: 328764]
Alchemist 3 stats: [Successes: 364, Failures: 328752]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:08:16 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 720]
Lead stall: [Resources: 2 | Sold: 724]
Mercury stall: [Resources: 2 | Sold: 1078]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 358, Failures: 328761]
Alchemist 2 stats: [Successes: 354, Failures: 328764]
Alchemist 3 stats: [Successes: 366, Failures: 328752]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:08:17 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 724]
Lead stall: [Resources: 2 | Sold: 727]
Mercury stall: [Resources: 2 | Sold: 1083]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 359, Failures: 328761]
Alchemist 2 stats: [Successes: 356, Failures: 328764]
Alchemist 3 stats: [Successes: 368, Failures: 328752]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:08:18 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 727]
Lead stall: [Resources: 2 | Sold: 730]
Mercury stall: [Resources: 0 | Sold: 1088]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 361, Failures: 328761]
Alchemist 2 stats: [Successes: 358, Failures: 328764]
Alchemist 3 stats: [Successes: 369, Failures: 328752]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:08:19 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 1 | Sold: 730]
Lead stall: [Resources: 1 | Sold: 733]
Mercury stall: [Resources: 0 | Sold: 1092]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 362, Failures: 328761]
Alchemist 2 stats: [Successes: 359, Failures: 328764]
Alchemist 3 stats: [Successes: 371, Failures: 328752]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:08:20 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 733]
Lead stall: [Resources: 2 | Sold: 735]
Mercury stall: [Resources: 2 | Sold: 1096]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 363, Failures: 328762]
Alchemist 2 stats: [Successes: 361, Failures: 328764]
Alchemist 3 stats: [Successes: 372, Failures: 328752]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:08:21 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 735]
Lead stall: [Resources: 2 | Sold: 737]
Mercury stall: [Resources: 2 | Sold: 1099]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 364, Failures: 328762]
Alchemist 2 stats: [Successes: 362, Failures: 328764]
Alchemist 3 stats: [Successes: 373, Failures: 328752]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:08:22 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 739]
Lead stall: [Resources: 2 | Sold: 741]
Mercury stall: [Resources: 1 | Sold: 1105]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 366, Failures: 328762]
Alchemist 2 stats: [Successes: 364, Failures: 328764]
Alchemist 3 stats: [Successes: 375, Failures: 328752]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:08:23 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 742]
Lead stall: [Resources: 2 | Sold: 745]
Mercury stall: [Resources: 2 | Sold: 1110]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 368, Failures: 331880]
Alchemist 2 stats: [Successes: 365, Failures: 331883]
Alchemist 3 stats: [Successes: 377, Failures: 331870]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:08:24 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 1 | Sold: 745]
Lead stall: [Resources: 2 | Sold: 748]
Mercury stall: [Resources: 2 | Sold: 1114]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 369, Failures: 331880]
Alchemist 2 stats: [Successes: 366, Failures: 331883]
Alchemist 3 stats: [Successes: 379, Failures: 331870]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:08:25 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 747]
Lead stall: [Resources: 2 | Sold: 751]
Mercury stall: [Resources: 2 | Sold: 1118]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 371, Failures: 331880]
Alchemist 2 stats: [Successes: 367, Failures: 331883]
Alchemist 3 stats: [Successes: 380, Failures: 331870]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:08:26 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 749]
Lead stall: [Resources: 2 | Sold: 753]
Mercury stall: [Resources: 2 | Sold: 1121]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 372, Failures: 331880]
Alchemist 2 stats: [Successes: 368, Failures: 331883]
Alchemist 3 stats: [Successes: 381, Failures: 331870]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:08:27 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 754]
Lead stall: [Resources: 2 | Sold: 757]
Mercury stall: [Resources: 1 | Sold: 1128]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 374, Failures: 338367]
Alchemist 2 stats: [Successes: 371, Failures: 338370]
Alchemist 3 stats: [Successes: 383, Failures: 338357]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:08:28 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 756]
Lead stall: [Resources: 2 | Sold: 759]
Mercury stall: [Resources: 1 | Sold: 1131]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 375, Failures: 338367]
Alchemist 2 stats: [Successes: 372, Failures: 338370]
Alchemist 3 stats: [Successes: 384, Failures: 338357]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:08:29 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 759]
Lead stall: [Resources: 2 | Sold: 762]
Mercury stall: [Resources: 2 | Sold: 1135]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 376, Failures: 338367]
Alchemist 2 stats: [Successes: 373, Failures: 338370]
Alchemist 3 stats: [Successes: 386, Failures: 338357]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:08:30 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 761]
Lead stall: [Resources: 2 | Sold: 764]
Mercury stall: [Resources: 2 | Sold: 1138]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 377, Failures: 338367]
Alchemist 2 stats: [Successes: 374, Failures: 338370]
Alchemist 3 stats: [Successes: 387, Failures: 338357]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:08:31 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 1 | Sold: 765]
Lead stall: [Resources: 1 | Sold: 769]
Mercury stall: [Resources: 0 | Sold: 1145]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 380, Failures: 338367]
Alchemist 2 stats: [Successes: 376, Failures: 338370]
Alchemist 3 stats: [Successes: 389, Failures: 338357]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:08:32 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 1 | Sold: 770]
Lead stall: [Resources: 2 | Sold: 772]
Mercury stall: [Resources: 0 | Sold: 1151]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 381, Failures: 339901]
Alchemist 2 stats: [Successes: 379, Failures: 339903]
Alchemist 3 stats: [Successes: 391, Failures: 339891]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:08:33 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 774]
Lead stall: [Resources: 2 | Sold: 775]
Mercury stall: [Resources: 0 | Sold: 1157]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 383, Failures: 344515]
Alchemist 2 stats: [Successes: 382, Failures: 344515]
Alchemist 3 stats: [Successes: 392, Failures: 344505]
Queue: [2, 3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:08:34 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 777]
Lead stall: [Resources: 2 | Sold: 778]
Mercury stall: [Resources: 1 | Sold: 1162]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 385, Failures: 346934]
Alchemist 2 stats: [Successes: 384, Failures: 346935]
Alchemist 3 stats: [Successes: 393, Failures: 346925]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:08:35 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 779]
Lead stall: [Resources: 2 | Sold: 780]
Mercury stall: [Resources: 2 | Sold: 1165]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 386, Failures: 346934]
Alchemist 2 stats: [Successes: 385, Failures: 346935]
Alchemist 3 stats: [Successes: 394, Failures: 346925]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:08:36 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 781]
Lead stall: [Resources: 2 | Sold: 782]
Mercury stall: [Resources: 1 | Sold: 1168]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 387, Failures: 346934]
Alchemist 2 stats: [Successes: 386, Failures: 346935]
Alchemist 3 stats: [Successes: 395, Failures: 346925]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:08:37 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 784]
Lead stall: [Resources: 2 | Sold: 785]
Mercury stall: [Resources: 2 | Sold: 1172]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 388, Failures: 346934]
Alchemist 2 stats: [Successes: 387, Failures: 346935]
Alchemist 3 stats: [Successes: 397, Failures: 346925]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:08:38 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 787]
Lead stall: [Resources: 2 | Sold: 788]
Mercury stall: [Resources: 0 | Sold: 1177]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 390, Failures: 346934]
Alchemist 2 stats: [Successes: 389, Failures: 346935]
Alchemist 3 stats: [Successes: 398, Failures: 346925]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:08:39 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 1 | Sold: 790]
Lead stall: [Resources: 1 | Sold: 792]
Mercury stall: [Resources: 0 | Sold: 1182]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 392, Failures: 350016]
Alchemist 2 stats: [Successes: 390, Failures: 350018]
Alchemist 3 stats: [Successes: 400, Failures: 350008]
Queue: [1, 2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:08:40 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 1 | Sold: 793]
Lead stall: [Resources: 2 | Sold: 795]
Mercury stall: [Resources: 1 | Sold: 1186]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 393, Failures: 350249]
Alchemist 2 stats: [Successes: 391, Failures: 350251]
Alchemist 3 stats: [Successes: 402, Failures: 350240]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:08:41 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 1 | Sold: 797]
Lead stall: [Resources: 2 | Sold: 799]
Mercury stall: [Resources: 1 | Sold: 1192]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 395, Failures: 350249]
Alchemist 2 stats: [Successes: 393, Failures: 350251]
Alchemist 3 stats: [Successes: 404, Failures: 350240]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:08:42 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 799]
Lead stall: [Resources: 1 | Sold: 802]
Mercury stall: [Resources: 1 | Sold: 1196]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 397, Failures: 350249]
Alchemist 2 stats: [Successes: 394, Failures: 350251]
Alchemist 3 stats: [Successes: 405, Failures: 350240]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:08:43 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 803]
Lead stall: [Resources: 1 | Sold: 807]
Mercury stall: [Resources: 0 | Sold: 1203]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 400, Failures: 355528]
Alchemist 2 stats: [Successes: 396, Failures: 355531]
Alchemist 3 stats: [Successes: 407, Failures: 355520]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:08:44 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 806]
Lead stall: [Resources: 2 | Sold: 809]
Mercury stall: [Resources: 1 | Sold: 1207]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 401, Failures: 355528]
Alchemist 2 stats: [Successes: 398, Failures: 355531]
Alchemist 3 stats: [Successes: 408, Failures: 355520]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:08:45 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 809]
Lead stall: [Resources: 1 | Sold: 813]
Mercury stall: [Resources: 1 | Sold: 1212]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 403, Failures: 355528]
Alchemist 2 stats: [Successes: 399, Failures: 355531]
Alchemist 3 stats: [Successes: 410, Failures: 355520]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:08:46 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 811]
Lead stall: [Resources: 2 | Sold: 815]
Mercury stall: [Resources: 1 | Sold: 1215]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 404, Failures: 355528]
Alchemist 2 stats: [Successes: 400, Failures: 355531]
Alchemist 3 stats: [Successes: 411, Failures: 355520]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:08:47 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 814]
Lead stall: [Resources: 2 | Sold: 817]
Mercury stall: [Resources: 2 | Sold: 1219]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 405, Failures: 355528]
Alchemist 2 stats: [Successes: 402, Failures: 355531]
Alchemist 3 stats: [Successes: 412, Failures: 355520]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:08:48 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 1 | Sold: 818]
Lead stall: [Resources: 2 | Sold: 821]
Mercury stall: [Resources: 2 | Sold: 1225]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 407, Failures: 355597]
Alchemist 2 stats: [Successes: 404, Failures: 355600]
Alchemist 3 stats: [Successes: 414, Failures: 355589]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:08:49 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 820]
Lead stall: [Resources: 2 | Sold: 823]
Mercury stall: [Resources: 2 | Sold: 1228]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 408, Failures: 355597]
Alchemist 2 stats: [Successes: 405, Failures: 355600]
Alchemist 3 stats: [Successes: 415, Failures: 355589]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:08:50 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 1 | Sold: 823]
Lead stall: [Resources: 2 | Sold: 826]
Mercury stall: [Resources: 1 | Sold: 1232]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 409, Failures: 355597]
Alchemist 2 stats: [Successes: 406, Failures: 355600]
Alchemist 3 stats: [Successes: 417, Failures: 355589]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:08:51 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 826]
Lead stall: [Resources: 1 | Sold: 829]
Mercury stall: [Resources: 0 | Sold: 1237]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 411, Failures: 355922]
Alchemist 2 stats: [Successes: 408, Failures: 355925]
Alchemist 3 stats: [Successes: 418, Failures: 355914]
Queue: [3, 1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:08:52 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 1 | Sold: 830]
Lead stall: [Resources: 2 | Sold: 833]
Mercury stall: [Resources: 0 | Sold: 1243]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 413, Failures: 356693]
Alchemist 2 stats: [Successes: 410, Failures: 356696]
Alchemist 3 stats: [Successes: 420, Failures: 356686]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:08:53 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 833]
Lead stall: [Resources: 2 | Sold: 836]
Mercury stall: [Resources: 1 | Sold: 1248]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 415, Failures: 356693]
Alchemist 2 stats: [Successes: 412, Failures: 356696]
Alchemist 3 stats: [Successes: 421, Failures: 356686]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:08:54 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 837]
Lead stall: [Resources: 0 | Sold: 841]
Mercury stall: [Resources: 0 | Sold: 1254]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 417, Failures: 358352]
Alchemist 2 stats: [Successes: 413, Failures: 358355]
Alchemist 3 stats: [Successes: 424, Failures: 358344]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:08:55 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 840]
Lead stall: [Resources: 2 | Sold: 843]
Mercury stall: [Resources: 2 | Sold: 1258]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 418, Failures: 358352]
Alchemist 2 stats: [Successes: 415, Failures: 358355]
Alchemist 3 stats: [Successes: 425, Failures: 358344]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:08:56 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 843]
Lead stall: [Resources: 2 | Sold: 847]
Mercury stall: [Resources: 1 | Sold: 1263]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 420, Failures: 358352]
Alchemist 2 stats: [Successes: 416, Failures: 358355]
Alchemist 3 stats: [Successes: 427, Failures: 358344]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:08:57 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 846]
Lead stall: [Resources: 2 | Sold: 849]
Mercury stall: [Resources: 2 | Sold: 1267]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 421, Failures: 358352]
Alchemist 2 stats: [Successes: 418, Failures: 358355]
Alchemist 3 stats: [Successes: 428, Failures: 358344]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:08:58 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 849]
Lead stall: [Resources: 1 | Sold: 853]
Mercury stall: [Resources: 1 | Sold: 1272]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 423, Failures: 358352]
Alchemist 2 stats: [Successes: 419, Failures: 358355]
Alchemist 3 stats: [Successes: 430, Failures: 358344]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:08:59 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 852]
Lead stall: [Resources: 2 | Sold: 855]
Mercury stall: [Resources: 1 | Sold: 1276]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 424, Failures: 358352]
Alchemist 2 stats: [Successes: 421, Failures: 358355]
Alchemist 3 stats: [Successes: 431, Failures: 358344]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:09:00 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 856]
Lead stall: [Resources: 2 | Sold: 858]
Mercury stall: [Resources: 2 | Sold: 1281]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 425, Failures: 358768]
Alchemist 2 stats: [Successes: 423, Failures: 358770]
Alchemist 3 stats: [Successes: 433, Failures: 358759]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:09:01 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 1 | Sold: 860]
Lead stall: [Resources: 1 | Sold: 863]
Mercury stall: [Resources: 0 | Sold: 1288]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 428, Failures: 364072]
Alchemist 2 stats: [Successes: 425, Failures: 364074]
Alchemist 3 stats: [Successes: 435, Failures: 364064]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:09:02 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 863]
Lead stall: [Resources: 2 | Sold: 865]
Mercury stall: [Resources: 2 | Sold: 1292]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 429, Failures: 364072]
Alchemist 2 stats: [Successes: 427, Failures: 364074]
Alchemist 3 stats: [Successes: 436, Failures: 364064]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:09:03 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 867]
Lead stall: [Resources: 2 | Sold: 869]
Mercury stall: [Resources: 1 | Sold: 1298]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 431, Failures: 365977]
Alchemist 2 stats: [Successes: 429, Failures: 365979]
Alchemist 3 stats: [Successes: 438, Failures: 365969]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:09:04 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 1 | Sold: 870]
Lead stall: [Resources: 1 | Sold: 873]
Mercury stall: [Resources: 0 | Sold: 1303]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 433, Failures: 367315]
Alchemist 2 stats: [Successes: 430, Failures: 367318]
Alchemist 3 stats: [Successes: 440, Failures: 367307]
Queue: [3, 1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:09:05 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 1 | Sold: 874]
Lead stall: [Resources: 2 | Sold: 876]
Mercury stall: [Resources: 1 | Sold: 1308]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 434, Failures: 368407]
Alchemist 2 stats: [Successes: 432, Failures: 368409]
Alchemist 3 stats: [Successes: 442, Failures: 368399]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:09:06 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 876]
Lead stall: [Resources: 2 | Sold: 879]
Mercury stall: [Resources: 2 | Sold: 1312]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 436, Failures: 370194]
Alchemist 2 stats: [Successes: 433, Failures: 370197]
Alchemist 3 stats: [Successes: 443, Failures: 370187]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:09:07 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 881]
Lead stall: [Resources: 2 | Sold: 883]
Mercury stall: [Resources: 2 | Sold: 1319]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 438, Failures: 370257]
Alchemist 2 stats: [Successes: 436, Failures: 370259]
Alchemist 3 stats: [Successes: 445, Failures: 370249]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:09:08 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 884]
Lead stall: [Resources: 2 | Sold: 886]
Mercury stall: [Resources: 2 | Sold: 1323]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 439, Failures: 370257]
Alchemist 2 stats: [Successes: 437, Failures: 370259]
Alchemist 3 stats: [Successes: 447, Failures: 370249]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:09:09 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 1 | Sold: 888]
Lead stall: [Resources: 2 | Sold: 890]
Mercury stall: [Resources: 0 | Sold: 1329]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 441, Failures: 370257]
Alchemist 2 stats: [Successes: 439, Failures: 370259]
Alchemist 3 stats: [Successes: 449, Failures: 370249]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:09:10 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 890]
Lead stall: [Resources: 2 | Sold: 893]
Mercury stall: [Resources: 2 | Sold: 1333]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 443, Failures: 374878]
Alchemist 2 stats: [Successes: 440, Failures: 374881]
Alchemist 3 stats: [Successes: 450, Failures: 374871]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:09:11 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 892]
Lead stall: [Resources: 2 | Sold: 896]
Mercury stall: [Resources: 2 | Sold: 1337]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 445, Failures: 374878]
Alchemist 2 stats: [Successes: 441, Failures: 374881]
Alchemist 3 stats: [Successes: 451, Failures: 374871]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:09:12 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 896]
Lead stall: [Resources: 2 | Sold: 900]
Mercury stall: [Resources: 1 | Sold: 1343]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 447, Failures: 374878]
Alchemist 2 stats: [Successes: 443, Failures: 374881]
Alchemist 3 stats: [Successes: 453, Failures: 374871]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:09:13 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 1 | Sold: 899]
Lead stall: [Resources: 2 | Sold: 902]
Mercury stall: [Resources: 1 | Sold: 1347]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 448, Failures: 374878]
Alchemist 2 stats: [Successes: 445, Failures: 374881]
Alchemist 3 stats: [Successes: 454, Failures: 374871]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:09:14 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 902]
Lead stall: [Resources: 2 | Sold: 905]
Mercury stall: [Resources: 2 | Sold: 1351]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 449, Failures: 374878]
Alchemist 2 stats: [Successes: 446, Failures: 374881]
Alchemist 3 stats: [Successes: 456, Failures: 374871]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:09:15 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 1 | Sold: 905]
Lead stall: [Resources: 1 | Sold: 908]
Mercury stall: [Resources: 0 | Sold: 1356]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 451, Failures: 374878]
Alchemist 2 stats: [Successes: 448, Failures: 374881]
Alchemist 3 stats: [Successes: 457, Failures: 374871]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:09:16 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 909]
Lead stall: [Resources: 2 | Sold: 912]
Mercury stall: [Resources: 2 | Sold: 1362]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 453, Failures: 378691]
Alchemist 2 stats: [Successes: 450, Failures: 378694]
Alchemist 3 stats: [Successes: 459, Failures: 378684]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:09:17 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 912]
Lead stall: [Resources: 1 | Sold: 916]
Mercury stall: [Resources: 2 | Sold: 1367]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 455, Failures: 378691]
Alchemist 2 stats: [Successes: 451, Failures: 378694]
Alchemist 3 stats: [Successes: 461, Failures: 378684]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:09:18 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 915]
Lead stall: [Resources: 2 | Sold: 918]
Mercury stall: [Resources: 1 | Sold: 1371]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 456, Failures: 378691]
Alchemist 2 stats: [Successes: 453, Failures: 378694]
Alchemist 3 stats: [Successes: 462, Failures: 378684]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:09:19 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 919]
Lead stall: [Resources: 1 | Sold: 922]
Mercury stall: [Resources: 0 | Sold: 1377]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 458, Failures: 378913]
Alchemist 2 stats: [Successes: 455, Failures: 378916]
Alchemist 3 stats: [Successes: 464, Failures: 378906]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:09:20 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 1 | Sold: 922]
Lead stall: [Resources: 2 | Sold: 925]
Mercury stall: [Resources: 0 | Sold: 1381]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 459, Failures: 378913]
Alchemist 2 stats: [Successes: 456, Failures: 378916]
Alchemist 3 stats: [Successes: 466, Failures: 378906]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:09:21 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 923]
Lead stall: [Resources: 2 | Sold: 926]
Mercury stall: [Resources: 2 | Sold: 1383]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 460, Failures: 378913]
Alchemist 2 stats: [Successes: 457, Failures: 378916]
Alchemist 3 stats: [Successes: 466, Failures: 378906]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:09:22 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 929]
Lead stall: [Resources: 2 | Sold: 931]
Mercury stall: [Resources: 1 | Sold: 1391]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 462, Failures: 380227]
Alchemist 2 stats: [Successes: 460, Failures: 380229]
Alchemist 3 stats: [Successes: 469, Failures: 380219]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:09:23 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 932]
Lead stall: [Resources: 2 | Sold: 935]
Mercury stall: [Resources: 2 | Sold: 1396]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 464, Failures: 382952]
Alchemist 2 stats: [Successes: 461, Failures: 382955]
Alchemist 3 stats: [Successes: 471, Failures: 382945]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:09:24 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 1 | Sold: 937]
Lead stall: [Resources: 2 | Sold: 939]
Mercury stall: [Resources: 1 | Sold: 1402]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 465, Failures: 390993]
Alchemist 2 stats: [Successes: 463, Failures: 390995]
Alchemist 3 stats: [Successes: 474, Failures: 390983]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:09:25 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 940]
Lead stall: [Resources: 2 | Sold: 943]
Mercury stall: [Resources: 2 | Sold: 1407]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 467, Failures: 390993]
Alchemist 2 stats: [Successes: 464, Failures: 390995]
Alchemist 3 stats: [Successes: 476, Failures: 390983]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:09:26 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 1 | Sold: 945]
Lead stall: [Resources: 2 | Sold: 946]
Mercury stall: [Resources: 1 | Sold: 1413]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 468, Failures: 393517]
Alchemist 2 stats: [Successes: 467, Failures: 393518]
Alchemist 3 stats: [Successes: 478, Failures: 393507]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:09:27 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 0 | Sold: 950]
Lead stall: [Resources: 1 | Sold: 950]
Mercury stall: [Resources: 0 | Sold: 1420]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 470, Failures: 396007]
Alchemist 2 stats: [Successes: 470, Failures: 396007]
Alchemist 3 stats: [Successes: 480, Failures: 395996]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:09:28 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 953]
Lead stall: [Resources: 2 | Sold: 953]
Mercury stall: [Resources: 1 | Sold: 1425]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 472, Failures: 399977]
Alchemist 2 stats: [Successes: 472, Failures: 399977]
Alchemist 3 stats: [Successes: 481, Failures: 399967]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:09:29 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 956]
Lead stall: [Resources: 2 | Sold: 956]
Mercury stall: [Resources: 2 | Sold: 1429]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 473, Failures: 399977]
Alchemist 2 stats: [Successes: 473, Failures: 399977]
Alchemist 3 stats: [Successes: 483, Failures: 399967]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:09:30 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 958]
Lead stall: [Resources: 2 | Sold: 958]
Mercury stall: [Resources: 2 | Sold: 1432]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 474, Failures: 399977]
Alchemist 2 stats: [Successes: 474, Failures: 399977]
Alchemist 3 stats: [Successes: 484, Failures: 399967]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:09:31 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 961]
Lead stall: [Resources: 1 | Sold: 961]
Mercury stall: [Resources: 0 | Sold: 1437]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 476, Failures: 400193]
Alchemist 2 stats: [Successes: 476, Failures: 400193]
Alchemist 3 stats: [Successes: 485, Failures: 400184]
Queue: [1, 2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:09:32 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 1 | Sold: 965]
Lead stall: [Resources: 1 | Sold: 965]
Mercury stall: [Resources: 0 | Sold: 1443]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 478, Failures: 408832]
Alchemist 2 stats: [Successes: 478, Failures: 408832]
Alchemist 3 stats: [Successes: 487, Failures: 408823]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:09:33 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 967]
Lead stall: [Resources: 2 | Sold: 968]
Mercury stall: [Resources: 2 | Sold: 1447]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 480, Failures: 408832]
Alchemist 2 stats: [Successes: 479, Failures: 408832]
Alchemist 3 stats: [Successes: 488, Failures: 408823]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:09:34 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 1 | Sold: 971]
Lead stall: [Resources: 0 | Sold: 972]
Mercury stall: [Resources: 0 | Sold: 1453]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 482, Failures: 408832]
Alchemist 2 stats: [Successes: 481, Failures: 408832]
Alchemist 3 stats: [Successes: 490, Failures: 408823]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:09:35 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 975]
Lead stall: [Resources: 2 | Sold: 975]
Mercury stall: [Resources: 2 | Sold: 1458]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 483, Failures: 412004]
Alchemist 2 stats: [Successes: 483, Failures: 412004]
Alchemist 3 stats: [Successes: 492, Failures: 411994]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:09:36 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 978]
Lead stall: [Resources: 2 | Sold: 978]
Mercury stall: [Resources: 2 | Sold: 1462]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 484, Failures: 412004]
Alchemist 2 stats: [Successes: 484, Failures: 412004]
Alchemist 3 stats: [Successes: 494, Failures: 411994]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:09:37 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 981]
Lead stall: [Resources: 2 | Sold: 981]
Mercury stall: [Resources: 2 | Sold: 1467]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 486, Failures: 412004]
Alchemist 2 stats: [Successes: 486, Failures: 412004]
Alchemist 3 stats: [Successes: 495, Failures: 411994]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:09:38 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 984]
Lead stall: [Resources: 2 | Sold: 986]
Mercury stall: [Resources: 2 | Sold: 1473]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 489, Failures: 413625]
Alchemist 2 stats: [Successes: 487, Failures: 413627]
Alchemist 3 stats: [Successes: 497, Failures: 413617]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:09:39 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 1 | Sold: 988]
Lead stall: [Resources: 1 | Sold: 990]
Mercury stall: [Resources: 1 | Sold: 1479]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 491, Failures: 413625]
Alchemist 2 stats: [Successes: 489, Failures: 413627]
Alchemist 3 stats: [Successes: 499, Failures: 413617]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:09:40 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 991]
Lead stall: [Resources: 2 | Sold: 993]
Mercury stall: [Resources: 2 | Sold: 1484]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 493, Failures: 413625]
Alchemist 2 stats: [Successes: 491, Failures: 413627]
Alchemist 3 stats: [Successes: 500, Failures: 413617]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:09:41 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 994]
Lead stall: [Resources: 2 | Sold: 997]
Mercury stall: [Resources: 2 | Sold: 1489]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 495, Failures: 413625]
Alchemist 2 stats: [Successes: 492, Failures: 413627]
Alchemist 3 stats: [Successes: 502, Failures: 413617]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:09:42 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 0 | Sold: 999]
Lead stall: [Resources: 0 | Sold: 1001]
Mercury stall: [Resources: 0 | Sold: 1496]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 497, Failures: 418103]
Alchemist 2 stats: [Successes: 495, Failures: 418105]
Alchemist 3 stats: [Successes: 504, Failures: 418095]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:09:43 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 1002]
Lead stall: [Resources: 2 | Sold: 1004]
Mercury stall: [Resources: 2 | Sold: 1501]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 499, Failures: 419146]
Alchemist 2 stats: [Successes: 497, Failures: 419148]
Alchemist 3 stats: [Successes: 505, Failures: 419139]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:09:44 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 0 | Sold: 1006]
Lead stall: [Resources: 1 | Sold: 1008]
Mercury stall: [Resources: 0 | Sold: 1507]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 501, Failures: 419146]
Alchemist 2 stats: [Successes: 499, Failures: 419148]
Alchemist 3 stats: [Successes: 507, Failures: 419139]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:09:45 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 1008]
Lead stall: [Resources: 2 | Sold: 1011]
Mercury stall: [Resources: 1 | Sold: 1511]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 503, Failures: 420789]
Alchemist 2 stats: [Successes: 500, Failures: 420791]
Alchemist 3 stats: [Successes: 508, Failures: 420783]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:09:46 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 1012]
Lead stall: [Resources: 2 | Sold: 1014]
Mercury stall: [Resources: 0 | Sold: 1516]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 504, Failures: 420789]
Alchemist 2 stats: [Successes: 502, Failures: 420791]
Alchemist 3 stats: [Successes: 510, Failures: 420783]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:09:47 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 1 | Sold: 1016]
Lead stall: [Resources: 1 | Sold: 1018]
Mercury stall: [Resources: 1 | Sold: 1522]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 506, Failures: 420789]
Alchemist 2 stats: [Successes: 504, Failures: 420791]
Alchemist 3 stats: [Successes: 512, Failures: 420783]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:09:48 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 1018]
Lead stall: [Resources: 1 | Sold: 1021]
Mercury stall: [Resources: 1 | Sold: 1526]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 508, Failures: 420789]
Alchemist 2 stats: [Successes: 505, Failures: 420791]
Alchemist 3 stats: [Successes: 513, Failures: 420783]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:09:49 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 1021]
Lead stall: [Resources: 2 | Sold: 1023]
Mercury stall: [Resources: 2 | Sold: 1530]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 509, Failures: 420789]
Alchemist 2 stats: [Successes: 507, Failures: 420791]
Alchemist 3 stats: [Successes: 514, Failures: 420783]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:09:50 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 1024]
Lead stall: [Resources: 2 | Sold: 1026]
Mercury stall: [Resources: 2 | Sold: 1534]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 510, Failures: 420789]
Alchemist 2 stats: [Successes: 508, Failures: 420791]
Alchemist 3 stats: [Successes: 516, Failures: 420783]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:09:51 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 1026]
Lead stall: [Resources: 2 | Sold: 1028]
Mercury stall: [Resources: 2 | Sold: 1537]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 511, Failures: 420789]
Alchemist 2 stats: [Successes: 509, Failures: 420791]
Alchemist 3 stats: [Successes: 517, Failures: 420783]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:09:52 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 1 | Sold: 1030]
Lead stall: [Resources: 1 | Sold: 1032]
Mercury stall: [Resources: 1 | Sold: 1543]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 513, Failures: 424424]
Alchemist 2 stats: [Successes: 511, Failures: 424426]
Alchemist 3 stats: [Successes: 519, Failures: 424417]
Queue: [3, 1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:09:53 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 1033]
Lead stall: [Resources: 2 | Sold: 1035]
Mercury stall: [Resources: 2 | Sold: 1547]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 514, Failures: 424424]
Alchemist 2 stats: [Successes: 512, Failures: 424426]
Alchemist 3 stats: [Successes: 521, Failures: 424417]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:09:54 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 1036]
Lead stall: [Resources: 2 | Sold: 1038]
Mercury stall: [Resources: 2 | Sold: 1552]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 516, Failures: 424424]
Alchemist 2 stats: [Successes: 514, Failures: 424426]
Alchemist 3 stats: [Successes: 522, Failures: 424417]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:09:55 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 1 | Sold: 1041]
Lead stall: [Resources: 2 | Sold: 1043]
Mercury stall: [Resources: 0 | Sold: 1559]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 518, Failures: 424424]
Alchemist 2 stats: [Successes: 516, Failures: 424426]
Alchemist 3 stats: [Successes: 525, Failures: 424417]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:09:56 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 1043]
Lead stall: [Resources: 1 | Sold: 1046]
Mercury stall: [Resources: 1 | Sold: 1563]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 520, Failures: 424424]
Alchemist 2 stats: [Successes: 517, Failures: 424426]
Alchemist 3 stats: [Successes: 526, Failures: 424417]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:09:57 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 1047]
Lead stall: [Resources: 1 | Sold: 1050]
Mercury stall: [Resources: 0 | Sold: 1569]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 522, Failures: 424424]
Alchemist 2 stats: [Successes: 519, Failures: 424426]
Alchemist 3 stats: [Successes: 528, Failures: 424417]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:09:58 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 1050]
Lead stall: [Resources: 2 | Sold: 1052]
Mercury stall: [Resources: 1 | Sold: 1573]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 523, Failures: 424999]
Alchemist 2 stats: [Successes: 521, Failures: 425001]
Alchemist 3 stats: [Successes: 529, Failures: 424992]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:09:59 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 1054]
Lead stall: [Resources: 2 | Sold: 1059]
Mercury stall: [Resources: 0 | Sold: 1580]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 526, Failures: 428580]
Alchemist 2 stats: [Successes: 521, Failures: 428584]
Alchemist 3 stats: [Successes: 533, Failures: 428572]
Queue: [2, 3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:10:00 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 1057]
Lead stall: [Resources: 1 | Sold: 1063]
Mercury stall: [Resources: 2 | Sold: 1585]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 528, Failures: 430235]
Alchemist 2 stats: [Successes: 522, Failures: 430240]
Alchemist 3 stats: [Successes: 535, Failures: 430227]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:10:01 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 1060]
Lead stall: [Resources: 2 | Sold: 1066]
Mercury stall: [Resources: 2 | Sold: 1590]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 530, Failures: 432353]
Alchemist 2 stats: [Successes: 524, Failures: 432358]
Alchemist 3 stats: [Successes: 536, Failures: 432346]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:10:02 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 1063]
Lead stall: [Resources: 2 | Sold: 1068]
Mercury stall: [Resources: 2 | Sold: 1594]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 531, Failures: 432353]
Alchemist 2 stats: [Successes: 526, Failures: 432358]
Alchemist 3 stats: [Successes: 537, Failures: 432346]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:10:03 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 1066]
Lead stall: [Resources: 1 | Sold: 1072]
Mercury stall: [Resources: 2 | Sold: 1599]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 533, Failures: 432353]
Alchemist 2 stats: [Successes: 527, Failures: 432358]
Alchemist 3 stats: [Successes: 539, Failures: 432346]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:10:04 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 1 | Sold: 1070]
Lead stall: [Resources: 2 | Sold: 1075]
Mercury stall: [Resources: 1 | Sold: 1604]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 534, Failures: 432353]
Alchemist 2 stats: [Successes: 529, Failures: 432358]
Alchemist 3 stats: [Successes: 541, Failures: 432346]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:10:05 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 1072]
Lead stall: [Resources: 1 | Sold: 1078]
Mercury stall: [Resources: 1 | Sold: 1608]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 536, Failures: 432353]
Alchemist 2 stats: [Successes: 530, Failures: 432358]
Alchemist 3 stats: [Successes: 542, Failures: 432346]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:10:06 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 1 | Sold: 1076]
Lead stall: [Resources: 2 | Sold: 1082]
Mercury stall: [Resources: 0 | Sold: 1614]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 538, Failures: 433670]
Alchemist 2 stats: [Successes: 532, Failures: 433675]
Alchemist 3 stats: [Successes: 544, Failures: 433663]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:10:07 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 1 | Sold: 1080]
Lead stall: [Resources: 2 | Sold: 1086]
Mercury stall: [Resources: 1 | Sold: 1620]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 540, Failures: 436268]
Alchemist 2 stats: [Successes: 534, Failures: 436274]
Alchemist 3 stats: [Successes: 546, Failures: 436262]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:10:08 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 1083]
Lead stall: [Resources: 2 | Sold: 1090]
Mercury stall: [Resources: 2 | Sold: 1625]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 542, Failures: 436364]
Alchemist 2 stats: [Successes: 535, Failures: 436371]
Alchemist 3 stats: [Successes: 548, Failures: 436358]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:10:09 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 1086]
Lead stall: [Resources: 2 | Sold: 1093]
Mercury stall: [Resources: 2 | Sold: 1630]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 544, Failures: 436364]
Alchemist 2 stats: [Successes: 537, Failures: 436371]
Alchemist 3 stats: [Successes: 549, Failures: 436358]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:10:10 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 1089]
Lead stall: [Resources: 2 | Sold: 1096]
Mercury stall: [Resources: 2 | Sold: 1634]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 545, Failures: 436364]
Alchemist 2 stats: [Successes: 538, Failures: 436371]
Alchemist 3 stats: [Successes: 551, Failures: 436358]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:10:11 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 1091]
Lead stall: [Resources: 1 | Sold: 1099]
Mercury stall: [Resources: 1 | Sold: 1638]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 547, Failures: 436364]
Alchemist 2 stats: [Successes: 539, Failures: 436371]
Alchemist 3 stats: [Successes: 552, Failures: 436358]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:10:12 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 1094]
Lead stall: [Resources: 2 | Sold: 1102]
Mercury stall: [Resources: 2 | Sold: 1643]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 549, Failures: 438296]
Alchemist 2 stats: [Successes: 541, Failures: 438304]
Alchemist 3 stats: [Successes: 553, Failures: 438291]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:10:13 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 1097]
Lead stall: [Resources: 0 | Sold: 1107]
Mercury stall: [Resources: 0 | Sold: 1649]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 552, Failures: 440932]
Alchemist 2 stats: [Successes: 542, Failures: 440941]
Alchemist 3 stats: [Successes: 555, Failures: 440928]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:10:14 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 1100]
Lead stall: [Resources: 2 | Sold: 1111]
Mercury stall: [Resources: 2 | Sold: 1654]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 554, Failures: 443351]
Alchemist 2 stats: [Successes: 543, Failures: 443361]
Alchemist 3 stats: [Successes: 557, Failures: 443347]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:10:15 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 1103]
Lead stall: [Resources: 2 | Sold: 1113]
Mercury stall: [Resources: 2 | Sold: 1658]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 555, Failures: 443351]
Alchemist 2 stats: [Successes: 545, Failures: 443361]
Alchemist 3 stats: [Successes: 558, Failures: 443347]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:10:16 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 1105]
Lead stall: [Resources: 2 | Sold: 1115]
Mercury stall: [Resources: 2 | Sold: 1661]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 556, Failures: 443351]
Alchemist 2 stats: [Successes: 546, Failures: 443361]
Alchemist 3 stats: [Successes: 559, Failures: 443347]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:10:17 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 1 | Sold: 1109]
Lead stall: [Resources: 2 | Sold: 1119]
Mercury stall: [Resources: 1 | Sold: 1667]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 558, Failures: 443351]
Alchemist 2 stats: [Successes: 548, Failures: 443361]
Alchemist 3 stats: [Successes: 561, Failures: 443347]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:10:18 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 1112]
Lead stall: [Resources: 2 | Sold: 1122]
Mercury stall: [Resources: 1 | Sold: 1671]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 559, Failures: 443351]
Alchemist 2 stats: [Successes: 549, Failures: 443361]
Alchemist 3 stats: [Successes: 563, Failures: 443347]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:10:19 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 1 | Sold: 1116]
Lead stall: [Resources: 2 | Sold: 1126]
Mercury stall: [Resources: 1 | Sold: 1677]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 561, Failures: 444595]
Alchemist 2 stats: [Successes: 551, Failures: 444605]
Alchemist 3 stats: [Successes: 565, Failures: 444591]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:10:20 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 1119]
Lead stall: [Resources: 2 | Sold: 1129]
Mercury stall: [Resources: 2 | Sold: 1682]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 563, Failures: 444595]
Alchemist 2 stats: [Successes: 553, Failures: 444605]
Alchemist 3 stats: [Successes: 566, Failures: 444591]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:10:21 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 1 | Sold: 1122]
Lead stall: [Resources: 2 | Sold: 1132]
Mercury stall: [Resources: 1 | Sold: 1686]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 564, Failures: 444595]
Alchemist 2 stats: [Successes: 554, Failures: 444605]
Alchemist 3 stats: [Successes: 568, Failures: 444591]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:10:22 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 1124]
Lead stall: [Resources: 1 | Sold: 1135]
Mercury stall: [Resources: 1 | Sold: 1690]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 566, Failures: 444595]
Alchemist 2 stats: [Successes: 555, Failures: 444605]
Alchemist 3 stats: [Successes: 569, Failures: 444591]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:10:23 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 1127]
Lead stall: [Resources: 2 | Sold: 1137]
Mercury stall: [Resources: 2 | Sold: 1694]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 567, Failures: 444595]
Alchemist 2 stats: [Successes: 557, Failures: 444605]
Alchemist 3 stats: [Successes: 570, Failures: 444591]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:10:24 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 1 | Sold: 1132]
Lead stall: [Resources: 2 | Sold: 1141]
Mercury stall: [Resources: 2 | Sold: 1700]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 568, Failures: 445145]
Alchemist 2 stats: [Successes: 559, Failures: 445154]
Alchemist 3 stats: [Successes: 573, Failures: 445140]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:10:25 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 1134]
Lead stall: [Resources: 1 | Sold: 1144]
Mercury stall: [Resources: 1 | Sold: 1704]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 570, Failures: 445145]
Alchemist 2 stats: [Successes: 560, Failures: 445154]
Alchemist 3 stats: [Successes: 574, Failures: 445140]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:10:26 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 1 | Sold: 1137]
Lead stall: [Resources: 2 | Sold: 1146]
Mercury stall: [Resources: 1 | Sold: 1708]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 571, Failures: 445145]
Alchemist 2 stats: [Successes: 562, Failures: 445154]
Alchemist 3 stats: [Successes: 575, Failures: 445140]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:10:27 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 1139]
Lead stall: [Resources: 2 | Sold: 1149]
Mercury stall: [Resources: 0 | Sold: 1712]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 573, Failures: 448114]
Alchemist 2 stats: [Successes: 563, Failures: 448124]
Alchemist 3 stats: [Successes: 576, Failures: 448111]
Queue: [1, 2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:10:28 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 1 | Sold: 1143]
Lead stall: [Resources: 1 | Sold: 1154]
Mercury stall: [Resources: 0 | Sold: 1718]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 575, Failures: 451512]
Alchemist 2 stats: [Successes: 564, Failures: 451523]
Alchemist 3 stats: [Successes: 579, Failures: 451508]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:10:29 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 1146]
Lead stall: [Resources: 2 | Sold: 1156]
Mercury stall: [Resources: 2 | Sold: 1722]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 576, Failures: 453095]
Alchemist 2 stats: [Successes: 566, Failures: 453105]
Alchemist 3 stats: [Successes: 580, Failures: 453090]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:10:30 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 1149]
Lead stall: [Resources: 2 | Sold: 1159]
Mercury stall: [Resources: 2 | Sold: 1726]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 577, Failures: 453095]
Alchemist 2 stats: [Successes: 567, Failures: 453105]
Alchemist 3 stats: [Successes: 582, Failures: 453090]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:10:31 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 1 | Sold: 1153]
Lead stall: [Resources: 0 | Sold: 1163]
Mercury stall: [Resources: 0 | Sold: 1732]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 579, Failures: 453175]
Alchemist 2 stats: [Successes: 569, Failures: 453185]
Alchemist 3 stats: [Successes: 584, Failures: 453170]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:10:32 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 1155]
Lead stall: [Resources: 2 | Sold: 1166]
Mercury stall: [Resources: 2 | Sold: 1736]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 581, Failures: 455989]
Alchemist 2 stats: [Successes: 570, Failures: 455999]
Alchemist 3 stats: [Successes: 585, Failures: 455984]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:10:33 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 1159]
Lead stall: [Resources: 1 | Sold: 1170]
Mercury stall: [Resources: 0 | Sold: 1742]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 583, Failures: 458802]
Alchemist 2 stats: [Successes: 572, Failures: 458812]
Alchemist 3 stats: [Successes: 587, Failures: 458797]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:10:34 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 1162]
Lead stall: [Resources: 2 | Sold: 1172]
Mercury stall: [Resources: 2 | Sold: 1746]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 584, Failures: 458802]
Alchemist 2 stats: [Successes: 574, Failures: 458812]
Alchemist 3 stats: [Successes: 588, Failures: 458797]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:10:35 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 1165]
Lead stall: [Resources: 2 | Sold: 1175]
Mercury stall: [Resources: 2 | Sold: 1750]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 585, Failures: 458993]
Alchemist 2 stats: [Successes: 575, Failures: 459003]
Alchemist 3 stats: [Successes: 590, Failures: 458988]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:10:36 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 1169]
Lead stall: [Resources: 2 | Sold: 1179]
Mercury stall: [Resources: 1 | Sold: 1756]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 587, Failures: 458993]
Alchemist 2 stats: [Successes: 577, Failures: 459003]
Alchemist 3 stats: [Successes: 592, Failures: 458988]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:10:37 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 1172]
Lead stall: [Resources: 1 | Sold: 1184]
Mercury stall: [Resources: 0 | Sold: 1762]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 590, Failures: 462851]
Alchemist 2 stats: [Successes: 578, Failures: 462862]
Alchemist 3 stats: [Successes: 594, Failures: 462846]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:10:38 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 1175]
Lead stall: [Resources: 2 | Sold: 1186]
Mercury stall: [Resources: 2 | Sold: 1766]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 591, Failures: 463325]
Alchemist 2 stats: [Successes: 580, Failures: 463336]
Alchemist 3 stats: [Successes: 595, Failures: 463320]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:10:39 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 1178]
Lead stall: [Resources: 1 | Sold: 1190]
Mercury stall: [Resources: 2 | Sold: 1771]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 593, Failures: 463325]
Alchemist 2 stats: [Successes: 581, Failures: 463336]
Alchemist 3 stats: [Successes: 597, Failures: 463320]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:10:40 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 1181]
Lead stall: [Resources: 2 | Sold: 1192]
Mercury stall: [Resources: 1 | Sold: 1775]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 594, Failures: 463325]
Alchemist 2 stats: [Successes: 583, Failures: 463336]
Alchemist 3 stats: [Successes: 598, Failures: 463320]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:10:41 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 1182]
Lead stall: [Resources: 2 | Sold: 1194]
Mercury stall: [Resources: 2 | Sold: 1777]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 595, Failures: 463325]
Alchemist 2 stats: [Successes: 583, Failures: 463336]
Alchemist 3 stats: [Successes: 599, Failures: 463320]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:10:42 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 1185]
Lead stall: [Resources: 2 | Sold: 1196]
Mercury stall: [Resources: 2 | Sold: 1781]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 596, Failures: 463325]
Alchemist 2 stats: [Successes: 585, Failures: 463336]
Alchemist 3 stats: [Successes: 600, Failures: 463320]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:10:43 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 1189]
Lead stall: [Resources: 2 | Sold: 1201]
Mercury stall: [Resources: 1 | Sold: 1788]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 599, Failures: 466716]
Alchemist 2 stats: [Successes: 587, Failures: 466727]
Alchemist 3 stats: [Successes: 602, Failures: 466712]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:10:44 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 1192]
Lead stall: [Resources: 2 | Sold: 1203]
Mercury stall: [Resources: 2 | Sold: 1792]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 600, Failures: 466716]
Alchemist 2 stats: [Successes: 589, Failures: 466727]
Alchemist 3 stats: [Successes: 603, Failures: 466712]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:10:45 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 1 | Sold: 1196]
Lead stall: [Resources: 2 | Sold: 1208]
Mercury stall: [Resources: 1 | Sold: 1798]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 602, Failures: 468455]
Alchemist 2 stats: [Successes: 590, Failures: 468467]
Alchemist 3 stats: [Successes: 606, Failures: 468451]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:10:46 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 1199]
Lead stall: [Resources: 2 | Sold: 1211]
Mercury stall: [Resources: 2 | Sold: 1803]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 604, Failures: 468455]
Alchemist 2 stats: [Successes: 592, Failures: 468467]
Alchemist 3 stats: [Successes: 607, Failures: 468451]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:10:47 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 1202]
Lead stall: [Resources: 2 | Sold: 1214]
Mercury stall: [Resources: 2 | Sold: 1807]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 605, Failures: 468455]
Alchemist 2 stats: [Successes: 593, Failures: 468467]
Alchemist 3 stats: [Successes: 609, Failures: 468451]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:10:48 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 1204]
Lead stall: [Resources: 2 | Sold: 1217]
Mercury stall: [Resources: 2 | Sold: 1811]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 607, Failures: 468455]
Alchemist 2 stats: [Successes: 594, Failures: 468467]
Alchemist 3 stats: [Successes: 610, Failures: 468451]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:10:49 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 1208]
Lead stall: [Resources: 2 | Sold: 1221]
Mercury stall: [Resources: 1 | Sold: 1817]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 609, Failures: 468455]
Alchemist 2 stats: [Successes: 596, Failures: 468467]
Alchemist 3 stats: [Successes: 612, Failures: 468451]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:10:50 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 1 | Sold: 1214]
Lead stall: [Resources: 2 | Sold: 1224]
Mercury stall: [Resources: 2 | Sold: 1823]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 609, Failures: 470464]
Alchemist 2 stats: [Successes: 599, Failures: 470474]
Alchemist 3 stats: [Successes: 615, Failures: 470458]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:10:51 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 1216]
Lead stall: [Resources: 2 | Sold: 1226]
Mercury stall: [Resources: 2 | Sold: 1826]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 610, Failures: 470464]
Alchemist 2 stats: [Successes: 600, Failures: 470474]
Alchemist 3 stats: [Successes: 616, Failures: 470458]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:10:52 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 0 | Sold: 1220]
Lead stall: [Resources: 1 | Sold: 1230]
Mercury stall: [Resources: 0 | Sold: 1832]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 612, Failures: 470464]
Alchemist 2 stats: [Successes: 602, Failures: 470474]
Alchemist 3 stats: [Successes: 618, Failures: 470458]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:10:53 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 1222]
Lead stall: [Resources: 2 | Sold: 1233]
Mercury stall: [Resources: 1 | Sold: 1836]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 614, Failures: 470464]
Alchemist 2 stats: [Successes: 603, Failures: 470474]
Alchemist 3 stats: [Successes: 619, Failures: 470458]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:10:54 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 1226]
Lead stall: [Resources: 2 | Sold: 1236]
Mercury stall: [Resources: 2 | Sold: 1841]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 615, Failures: 470464]
Alchemist 2 stats: [Successes: 605, Failures: 470474]
Alchemist 3 stats: [Successes: 621, Failures: 470458]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:10:55 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 1229]
Lead stall: [Resources: 2 | Sold: 1239]
Mercury stall: [Resources: 1 | Sold: 1846]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 617, Failures: 470464]
Alchemist 2 stats: [Successes: 607, Failures: 470474]
Alchemist 3 stats: [Successes: 622, Failures: 470458]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:10:56 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 1 | Sold: 1232]
Lead stall: [Resources: 2 | Sold: 1242]
Mercury stall: [Resources: 1 | Sold: 1850]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 618, Failures: 470464]
Alchemist 2 stats: [Successes: 608, Failures: 470474]
Alchemist 3 stats: [Successes: 624, Failures: 470458]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:10:57 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 1234]
Lead stall: [Resources: 2 | Sold: 1246]
Mercury stall: [Resources: 2 | Sold: 1855]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 621, Failures: 472000]
Alchemist 2 stats: [Successes: 609, Failures: 472011]
Alchemist 3 stats: [Successes: 625, Failures: 471995]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:10:58 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 1 | Sold: 1240]
Lead stall: [Resources: 1 | Sold: 1251]
Mercury stall: [Resources: 0 | Sold: 1863]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 623, Failures: 472000]
Alchemist 2 stats: [Successes: 612, Failures: 472011]
Alchemist 3 stats: [Successes: 628, Failures: 471995]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:10:59 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 1242]
Lead stall: [Resources: 2 | Sold: 1253]
Mercury stall: [Resources: 2 | Sold: 1866]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 624, Failures: 472930]
Alchemist 2 stats: [Successes: 613, Failures: 472940]
Alchemist 3 stats: [Successes: 629, Failures: 472924]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:11:00 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 1246]
Lead stall: [Resources: 1 | Sold: 1256]
Mercury stall: [Resources: 0 | Sold: 1871]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 625, Failures: 472930]
Alchemist 2 stats: [Successes: 615, Failures: 472940]
Alchemist 3 stats: [Successes: 631, Failures: 472924]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:11:01 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 1 | Sold: 1248]
Lead stall: [Resources: 1 | Sold: 1259]
Mercury stall: [Resources: 1 | Sold: 1875]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 627, Failures: 472930]
Alchemist 2 stats: [Successes: 616, Failures: 472940]
Alchemist 3 stats: [Successes: 632, Failures: 472924]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:11:02 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 1253]
Lead stall: [Resources: 2 | Sold: 1263]
Mercury stall: [Resources: 2 | Sold: 1881]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 628, Failures: 479127]
Alchemist 2 stats: [Successes: 618, Failures: 479137]
Alchemist 3 stats: [Successes: 635, Failures: 479120]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:11:03 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 1 | Sold: 1257]
Lead stall: [Resources: 2 | Sold: 1268]
Mercury stall: [Resources: 2 | Sold: 1888]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 631, Failures: 479845]
Alchemist 2 stats: [Successes: 620, Failures: 479856]
Alchemist 3 stats: [Successes: 637, Failures: 479839]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:11:04 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 1 | Sold: 1260]
Lead stall: [Resources: 1 | Sold: 1271]
Mercury stall: [Resources: 0 | Sold: 1893]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 633, Failures: 481128]
Alchemist 2 stats: [Successes: 622, Failures: 481139]
Alchemist 3 stats: [Successes: 638, Failures: 481122]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:11:05 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 1262]
Lead stall: [Resources: 2 | Sold: 1273]
Mercury stall: [Resources: 2 | Sold: 1896]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 634, Failures: 481128]
Alchemist 2 stats: [Successes: 623, Failures: 481139]
Alchemist 3 stats: [Successes: 639, Failures: 481122]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:11:06 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 1265]
Lead stall: [Resources: 1 | Sold: 1277]
Mercury stall: [Resources: 2 | Sold: 1901]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 636, Failures: 481128]
Alchemist 2 stats: [Successes: 624, Failures: 481139]
Alchemist 3 stats: [Successes: 641, Failures: 481122]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:11:07 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 1267]
Lead stall: [Resources: 2 | Sold: 1279]
Mercury stall: [Resources: 2 | Sold: 1904]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 637, Failures: 481128]
Alchemist 2 stats: [Successes: 625, Failures: 481139]
Alchemist 3 stats: [Successes: 642, Failures: 481122]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:11:08 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 1270]
Lead stall: [Resources: 2 | Sold: 1281]
Mercury stall: [Resources: 2 | Sold: 1908]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 638, Failures: 481128]
Alchemist 2 stats: [Successes: 627, Failures: 481139]
Alchemist 3 stats: [Successes: 643, Failures: 481122]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:11:09 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 1274]
Lead stall: [Resources: 2 | Sold: 1285]
Mercury stall: [Resources: 2 | Sold: 1914]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 640, Failures: 482328]
Alchemist 2 stats: [Successes: 629, Failures: 482339]
Alchemist 3 stats: [Successes: 645, Failures: 482322]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:11:10 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 1278]
Lead stall: [Resources: 2 | Sold: 1290]
Mercury stall: [Resources: 0 | Sold: 1921]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 643, Failures: 488656]
Alchemist 2 stats: [Successes: 631, Failures: 488668]
Alchemist 3 stats: [Successes: 647, Failures: 488651]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:11:11 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 1280]
Lead stall: [Resources: 2 | Sold: 1292]
Mercury stall: [Resources: 2 | Sold: 1924]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 644, Failures: 488656]
Alchemist 2 stats: [Successes: 632, Failures: 488668]
Alchemist 3 stats: [Successes: 648, Failures: 488651]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:11:12 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 1283]
Lead stall: [Resources: 2 | Sold: 1296]
Mercury stall: [Resources: 1 | Sold: 1929]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 646, Failures: 490976]
Alchemist 2 stats: [Successes: 633, Failures: 490988]
Alchemist 3 stats: [Successes: 650, Failures: 490971]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:11:13 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 1 | Sold: 1287]
Lead stall: [Resources: 2 | Sold: 1299]
Mercury stall: [Resources: 1 | Sold: 1934]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 647, Failures: 490976]
Alchemist 2 stats: [Successes: 635, Failures: 490988]
Alchemist 3 stats: [Successes: 652, Failures: 490971]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:11:14 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 1 | Sold: 1290]
Lead stall: [Resources: 1 | Sold: 1303]
Mercury stall: [Resources: 0 | Sold: 1939]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 649, Failures: 492941]
Alchemist 2 stats: [Successes: 636, Failures: 492954]
Alchemist 3 stats: [Successes: 654, Failures: 492936]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:11:15 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 1293]
Lead stall: [Resources: 2 | Sold: 1306]
Mercury stall: [Resources: 2 | Sold: 1944]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 651, Failures: 492941]
Alchemist 2 stats: [Successes: 638, Failures: 492954]
Alchemist 3 stats: [Successes: 655, Failures: 492936]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:11:16 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 1295]
Lead stall: [Resources: 2 | Sold: 1308]
Mercury stall: [Resources: 2 | Sold: 1947]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 652, Failures: 492941]
Alchemist 2 stats: [Successes: 639, Failures: 492954]
Alchemist 3 stats: [Successes: 656, Failures: 492936]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:11:17 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 1299]
Lead stall: [Resources: 1 | Sold: 1312]
Mercury stall: [Resources: 1 | Sold: 1953]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 654, Failures: 492941]
Alchemist 2 stats: [Successes: 641, Failures: 492954]
Alchemist 3 stats: [Successes: 658, Failures: 492936]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:11:18 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 1303]
Lead stall: [Resources: 1 | Sold: 1316]
Mercury stall: [Resources: 0 | Sold: 1959]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 656, Failures: 495666]
Alchemist 2 stats: [Successes: 643, Failures: 495678]
Alchemist 3 stats: [Successes: 660, Failures: 495661]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:11:19 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 1306]
Lead stall: [Resources: 2 | Sold: 1320]
Mercury stall: [Resources: 1 | Sold: 1964]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 658, Failures: 500686]
Alchemist 2 stats: [Successes: 644, Failures: 500699]
Alchemist 3 stats: [Successes: 662, Failures: 500681]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:11:20 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 1311]
Lead stall: [Resources: 2 | Sold: 1324]
Mercury stall: [Resources: 1 | Sold: 1971]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 660, Failures: 500928]
Alchemist 2 stats: [Successes: 647, Failures: 500941]
Alchemist 3 stats: [Successes: 664, Failures: 500923]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:11:21 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 1314]
Lead stall: [Resources: 2 | Sold: 1327]
Mercury stall: [Resources: 2 | Sold: 1975]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 661, Failures: 500928]
Alchemist 2 stats: [Successes: 648, Failures: 500941]
Alchemist 3 stats: [Successes: 666, Failures: 500923]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:11:22 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 1317]
Lead stall: [Resources: 2 | Sold: 1330]
Mercury stall: [Resources: 2 | Sold: 1980]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 663, Failures: 502961]
Alchemist 2 stats: [Successes: 650, Failures: 502974]
Alchemist 3 stats: [Successes: 667, Failures: 502956]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:11:23 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 1319]
Lead stall: [Resources: 2 | Sold: 1332]
Mercury stall: [Resources: 2 | Sold: 1983]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 664, Failures: 502961]
Alchemist 2 stats: [Successes: 651, Failures: 502974]
Alchemist 3 stats: [Successes: 668, Failures: 502956]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:11:24 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 1322]
Lead stall: [Resources: 1 | Sold: 1336]
Mercury stall: [Resources: 0 | Sold: 1988]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 666, Failures: 502961]
Alchemist 2 stats: [Successes: 652, Failures: 502974]
Alchemist 3 stats: [Successes: 670, Failures: 502956]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:11:25 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 1324]
Lead stall: [Resources: 2 | Sold: 1338]
Mercury stall: [Resources: 2 | Sold: 1991]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 667, Failures: 502961]
Alchemist 2 stats: [Successes: 653, Failures: 502974]
Alchemist 3 stats: [Successes: 671, Failures: 502956]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:11:26 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 1327]
Lead stall: [Resources: 2 | Sold: 1340]
Mercury stall: [Resources: 1 | Sold: 1995]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 668, Failures: 502961]
Alchemist 2 stats: [Successes: 655, Failures: 502974]
Alchemist 3 stats: [Successes: 672, Failures: 502956]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:11:27 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 1 | Sold: 1330]
Lead stall: [Resources: 2 | Sold: 1343]
Mercury stall: [Resources: 1 | Sold: 1999]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 669, Failures: 502961]
Alchemist 2 stats: [Successes: 656, Failures: 502974]
Alchemist 3 stats: [Successes: 674, Failures: 502956]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:11:28 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 1334]
Lead stall: [Resources: 2 | Sold: 1346]
Mercury stall: [Resources: 2 | Sold: 2004]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 670, Failures: 507235]
Alchemist 2 stats: [Successes: 658, Failures: 507247]
Alchemist 3 stats: [Successes: 676, Failures: 507229]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:11:29 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 1 | Sold: 1339]
Lead stall: [Resources: 1 | Sold: 1350]
Mercury stall: [Resources: 1 | Sold: 2011]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 672, Failures: 510385]
Alchemist 2 stats: [Successes: 661, Failures: 510396]
Alchemist 3 stats: [Successes: 678, Failures: 510379]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:11:30 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 1341]
Lead stall: [Resources: 2 | Sold: 1352]
Mercury stall: [Resources: 2 | Sold: 2014]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 673, Failures: 510385]
Alchemist 2 stats: [Successes: 662, Failures: 510396]
Alchemist 3 stats: [Successes: 679, Failures: 510379]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:11:31 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 1 | Sold: 1345]
Lead stall: [Resources: 1 | Sold: 1357]
Mercury stall: [Resources: 1 | Sold: 2021]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 676, Failures: 512771]
Alchemist 2 stats: [Successes: 664, Failures: 512782]
Alchemist 3 stats: [Successes: 681, Failures: 512765]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:11:32 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 1 | Sold: 1349]
Lead stall: [Resources: 2 | Sold: 1361]
Mercury stall: [Resources: 1 | Sold: 2027]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 678, Failures: 514379]
Alchemist 2 stats: [Successes: 666, Failures: 514391]
Alchemist 3 stats: [Successes: 683, Failures: 514374]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:11:33 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 1352]
Lead stall: [Resources: 2 | Sold: 1364]
Mercury stall: [Resources: 2 | Sold: 2032]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 680, Failures: 514379]
Alchemist 2 stats: [Successes: 668, Failures: 514391]
Alchemist 3 stats: [Successes: 684, Failures: 514374]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:11:34 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 1355]
Lead stall: [Resources: 2 | Sold: 1367]
Mercury stall: [Resources: 2 | Sold: 2036]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 681, Failures: 514379]
Alchemist 2 stats: [Successes: 669, Failures: 514391]
Alchemist 3 stats: [Successes: 686, Failures: 514374]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:11:35 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 1357]
Lead stall: [Resources: 2 | Sold: 1369]
Mercury stall: [Resources: 2 | Sold: 2039]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 682, Failures: 514379]
Alchemist 2 stats: [Successes: 670, Failures: 514391]
Alchemist 3 stats: [Successes: 687, Failures: 514374]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:11:36 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 1359]
Lead stall: [Resources: 2 | Sold: 1371]
Mercury stall: [Resources: 2 | Sold: 2042]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 683, Failures: 514379]
Alchemist 2 stats: [Successes: 671, Failures: 514391]
Alchemist 3 stats: [Successes: 688, Failures: 514374]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:11:37 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 1362]
Lead stall: [Resources: 2 | Sold: 1374]
Mercury stall: [Resources: 2 | Sold: 2047]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 685, Failures: 514380]
Alchemist 2 stats: [Successes: 673, Failures: 514392]
Alchemist 3 stats: [Successes: 689, Failures: 514376]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:11:38 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 1 | Sold: 1366]
Lead stall: [Resources: 1 | Sold: 1379]
Mercury stall: [Resources: 0 | Sold: 2054]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 688, Failures: 514380]
Alchemist 2 stats: [Successes: 675, Failures: 514392]
Alchemist 3 stats: [Successes: 691, Failures: 514376]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:11:39 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 1368]
Lead stall: [Resources: 2 | Sold: 1381]
Mercury stall: [Resources: 2 | Sold: 2057]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 689, Failures: 516856]
Alchemist 2 stats: [Successes: 676, Failures: 516869]
Alchemist 3 stats: [Successes: 692, Failures: 516853]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:11:40 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 1372]
Lead stall: [Resources: 2 | Sold: 1384]
Mercury stall: [Resources: 1 | Sold: 2063]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 691, Failures: 517013]
Alchemist 2 stats: [Successes: 679, Failures: 517025]
Alchemist 3 stats: [Successes: 693, Failures: 517010]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:11:41 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 1375]
Lead stall: [Resources: 2 | Sold: 1388]
Mercury stall: [Resources: 1 | Sold: 2068]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 693, Failures: 517013]
Alchemist 2 stats: [Successes: 680, Failures: 517025]
Alchemist 3 stats: [Successes: 695, Failures: 517010]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:11:42 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 1378]
Lead stall: [Resources: 1 | Sold: 1390]
Mercury stall: [Resources: 1 | Sold: 2072]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 694, Failures: 517013]
Alchemist 2 stats: [Successes: 682, Failures: 517025]
Alchemist 3 stats: [Successes: 696, Failures: 517010]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:11:43 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 1380]
Lead stall: [Resources: 2 | Sold: 1392]
Mercury stall: [Resources: 1 | Sold: 2075]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 695, Failures: 517013]
Alchemist 2 stats: [Successes: 683, Failures: 517025]
Alchemist 3 stats: [Successes: 697, Failures: 517010]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:11:44 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 1384]
Lead stall: [Resources: 2 | Sold: 1396]
Mercury stall: [Resources: 1 | Sold: 2081]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 697, Failures: 517212]
Alchemist 2 stats: [Successes: 685, Failures: 517224]
Alchemist 3 stats: [Successes: 699, Failures: 517209]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:11:45 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 1 | Sold: 1388]
Lead stall: [Resources: 1 | Sold: 1400]
Mercury stall: [Resources: 1 | Sold: 2087]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 699, Failures: 517212]
Alchemist 2 stats: [Successes: 687, Failures: 517224]
Alchemist 3 stats: [Successes: 701, Failures: 517209]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:11:46 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 1391]
Lead stall: [Resources: 2 | Sold: 1403]
Mercury stall: [Resources: 2 | Sold: 2091]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 700, Failures: 517212]
Alchemist 2 stats: [Successes: 688, Failures: 517224]
Alchemist 3 stats: [Successes: 703, Failures: 517209]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:11:47 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 1395]
Lead stall: [Resources: 2 | Sold: 1407]
Mercury stall: [Resources: 2 | Sold: 2097]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 702, Failures: 517212]
Alchemist 2 stats: [Successes: 690, Failures: 517224]
Alchemist 3 stats: [Successes: 705, Failures: 517209]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:11:48 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 1 | Sold: 1399]
Lead stall: [Resources: 2 | Sold: 1411]
Mercury stall: [Resources: 1 | Sold: 2103]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 704, Failures: 517212]
Alchemist 2 stats: [Successes: 692, Failures: 517224]
Alchemist 3 stats: [Successes: 707, Failures: 517209]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:11:49 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 1402]
Lead stall: [Resources: 2 | Sold: 1414]
Mercury stall: [Resources: 0 | Sold: 2108]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 706, Failures: 517212]
Alchemist 2 stats: [Successes: 694, Failures: 517224]
Alchemist 3 stats: [Successes: 708, Failures: 517209]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:11:50 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 1406]
Lead stall: [Resources: 2 | Sold: 1418]
Mercury stall: [Resources: 1 | Sold: 2114]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 708, Failures: 517212]
Alchemist 2 stats: [Successes: 696, Failures: 517224]
Alchemist 3 stats: [Successes: 710, Failures: 517209]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:11:51 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 1 | Sold: 1409]
Lead stall: [Resources: 1 | Sold: 1422]
Mercury stall: [Resources: 1 | Sold: 2119]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 710, Failures: 517212]
Alchemist 2 stats: [Successes: 697, Failures: 517224]
Alchemist 3 stats: [Successes: 712, Failures: 517209]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:11:52 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 1 | Sold: 1413]
Lead stall: [Resources: 1 | Sold: 1425]
Mercury stall: [Resources: 0 | Sold: 2124]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 711, Failures: 519630]
Alchemist 2 stats: [Successes: 699, Failures: 519642]
Alchemist 3 stats: [Successes: 714, Failures: 519627]
Queue: [1, 2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:11:53 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 1 | Sold: 1417]
Lead stall: [Resources: 2 | Sold: 1429]
Mercury stall: [Resources: 1 | Sold: 2130]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 713, Failures: 524101]
Alchemist 2 stats: [Successes: 701, Failures: 524113]
Alchemist 3 stats: [Successes: 716, Failures: 524098]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:11:54 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 1420]
Lead stall: [Resources: 2 | Sold: 1432]
Mercury stall: [Resources: 1 | Sold: 2135]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 715, Failures: 524101]
Alchemist 2 stats: [Successes: 703, Failures: 524113]
Alchemist 3 stats: [Successes: 717, Failures: 524098]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:11:55 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 1 | Sold: 1423]
Lead stall: [Resources: 2 | Sold: 1435]
Mercury stall: [Resources: 1 | Sold: 2139]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 716, Failures: 524101]
Alchemist 2 stats: [Successes: 704, Failures: 524113]
Alchemist 3 stats: [Successes: 719, Failures: 524098]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:11:56 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 1425]
Lead stall: [Resources: 2 | Sold: 1438]
Mercury stall: [Resources: 2 | Sold: 2143]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 718, Failures: 524101]
Alchemist 2 stats: [Successes: 705, Failures: 524113]
Alchemist 3 stats: [Successes: 720, Failures: 524098]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:11:57 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 1428]
Lead stall: [Resources: 2 | Sold: 1440]
Mercury stall: [Resources: 2 | Sold: 2147]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 719, Failures: 524101]
Alchemist 2 stats: [Successes: 707, Failures: 524113]
Alchemist 3 stats: [Successes: 721, Failures: 524098]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:11:58 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 1430]
Lead stall: [Resources: 2 | Sold: 1442]
Mercury stall: [Resources: 2 | Sold: 2150]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 720, Failures: 524101]
Alchemist 2 stats: [Successes: 708, Failures: 524113]
Alchemist 3 stats: [Successes: 722, Failures: 524098]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:11:59 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 1433]
Lead stall: [Resources: 1 | Sold: 1446]
Mercury stall: [Resources: 1 | Sold: 2155]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 722, Failures: 524101]
Alchemist 2 stats: [Successes: 709, Failures: 524113]
Alchemist 3 stats: [Successes: 724, Failures: 524098]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:12:00 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 0 | Sold: 1438]
Lead stall: [Resources: 1 | Sold: 1449]
Mercury stall: [Resources: 1 | Sold: 2161]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 723, Failures: 524102]
Alchemist 2 stats: [Successes: 712, Failures: 524113]
Alchemist 3 stats: [Successes: 726, Failures: 524098]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:12:01 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 1441]
Lead stall: [Resources: 2 | Sold: 1452]
Mercury stall: [Resources: 1 | Sold: 2165]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 724, Failures: 524102]
Alchemist 2 stats: [Successes: 713, Failures: 524113]
Alchemist 3 stats: [Successes: 728, Failures: 524098]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:12:02 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 1444]
Lead stall: [Resources: 2 | Sold: 1455]
Mercury stall: [Resources: 1 | Sold: 2170]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 726, Failures: 524102]
Alchemist 2 stats: [Successes: 715, Failures: 524113]
Alchemist 3 stats: [Successes: 729, Failures: 524098]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:12:03 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 1447]
Lead stall: [Resources: 1 | Sold: 1459]
Mercury stall: [Resources: 1 | Sold: 2175]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 728, Failures: 524102]
Alchemist 2 stats: [Successes: 716, Failures: 524113]
Alchemist 3 stats: [Successes: 731, Failures: 524098]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:12:04 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 1451]
Lead stall: [Resources: 2 | Sold: 1462]
Mercury stall: [Resources: 0 | Sold: 2181]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 730, Failures: 524792]
Alchemist 2 stats: [Successes: 719, Failures: 524803]
Alchemist 3 stats: [Successes: 732, Failures: 524789]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:12:05 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 1 | Sold: 1454]
Lead stall: [Resources: 2 | Sold: 1465]
Mercury stall: [Resources: 1 | Sold: 2185]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 731, Failures: 524792]
Alchemist 2 stats: [Successes: 720, Failures: 524803]
Alchemist 3 stats: [Successes: 734, Failures: 524789]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:12:06 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 1 | Sold: 1459]
Lead stall: [Resources: 1 | Sold: 1469]
Mercury stall: [Resources: 0 | Sold: 2192]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 733, Failures: 527527]
Alchemist 2 stats: [Successes: 723, Failures: 527537]
Alchemist 3 stats: [Successes: 736, Failures: 527523]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:12:07 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 1 | Sold: 1462]
Lead stall: [Resources: 2 | Sold: 1472]
Mercury stall: [Resources: 1 | Sold: 2196]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 734, Failures: 527527]
Alchemist 2 stats: [Successes: 724, Failures: 527537]
Alchemist 3 stats: [Successes: 738, Failures: 527523]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:12:08 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 1465]
Lead stall: [Resources: 2 | Sold: 1475]
Mercury stall: [Resources: 1 | Sold: 2201]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 736, Failures: 527527]
Alchemist 2 stats: [Successes: 726, Failures: 527537]
Alchemist 3 stats: [Successes: 739, Failures: 527523]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:12:09 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 1 | Sold: 1468]
Lead stall: [Resources: 1 | Sold: 1479]
Mercury stall: [Resources: 1 | Sold: 2206]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 738, Failures: 527527]
Alchemist 2 stats: [Successes: 727, Failures: 527537]
Alchemist 3 stats: [Successes: 741, Failures: 527523]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:12:10 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 1471]
Lead stall: [Resources: 2 | Sold: 1482]
Mercury stall: [Resources: 1 | Sold: 2211]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 740, Failures: 529853]
Alchemist 2 stats: [Successes: 729, Failures: 529864]
Alchemist 3 stats: [Successes: 742, Failures: 529851]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:12:11 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 1473]
Lead stall: [Resources: 2 | Sold: 1484]
Mercury stall: [Resources: 2 | Sold: 2214]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 741, Failures: 529853]
Alchemist 2 stats: [Successes: 730, Failures: 529864]
Alchemist 3 stats: [Successes: 743, Failures: 529851]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:12:12 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 1 | Sold: 1477]
Lead stall: [Resources: 2 | Sold: 1488]
Mercury stall: [Resources: 0 | Sold: 2220]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 743, Failures: 529853]
Alchemist 2 stats: [Successes: 732, Failures: 529864]
Alchemist 3 stats: [Successes: 745, Failures: 529851]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:12:13 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 1480]
Lead stall: [Resources: 2 | Sold: 1491]
Mercury stall: [Resources: 1 | Sold: 2224]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 744, Failures: 530918]
Alchemist 2 stats: [Successes: 733, Failures: 530929]
Alchemist 3 stats: [Successes: 747, Failures: 530915]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:12:14 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 1 | Sold: 1483]
Lead stall: [Resources: 1 | Sold: 1494]
Mercury stall: [Resources: 1 | Sold: 2229]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 746, Failures: 530918]
Alchemist 2 stats: [Successes: 735, Failures: 530929]
Alchemist 3 stats: [Successes: 748, Failures: 530915]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:12:15 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 1485]
Lead stall: [Resources: 2 | Sold: 1497]
Mercury stall: [Resources: 2 | Sold: 2233]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 748, Failures: 536824]
Alchemist 2 stats: [Successes: 736, Failures: 536835]
Alchemist 3 stats: [Successes: 749, Failures: 536822]
Queue: [2, 3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:12:16 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 1489]
Lead stall: [Resources: 2 | Sold: 1500]
Mercury stall: [Resources: 1 | Sold: 2238]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 749, Failures: 536824]
Alchemist 2 stats: [Successes: 738, Failures: 536835]
Alchemist 3 stats: [Successes: 751, Failures: 536822]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:12:17 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 1 | Sold: 1492]
Lead stall: [Resources: 1 | Sold: 1503]
Mercury stall: [Resources: 0 | Sold: 2243]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 751, Failures: 536824]
Alchemist 2 stats: [Successes: 740, Failures: 536835]
Alchemist 3 stats: [Successes: 752, Failures: 536822]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:12:18 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 1494]
Lead stall: [Resources: 2 | Sold: 1505]
Mercury stall: [Resources: 2 | Sold: 2246]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 752, Failures: 536824]
Alchemist 2 stats: [Successes: 741, Failures: 536835]
Alchemist 3 stats: [Successes: 753, Failures: 536822]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:12:19 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 1497]
Lead stall: [Resources: 2 | Sold: 1508]
Mercury stall: [Resources: 2 | Sold: 2250]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 753, Failures: 536824]
Alchemist 2 stats: [Successes: 742, Failures: 536835]
Alchemist 3 stats: [Successes: 755, Failures: 536822]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:12:20 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 1500]
Lead stall: [Resources: 2 | Sold: 1511]
Mercury stall: [Resources: 2 | Sold: 2255]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 755, Failures: 536824]
Alchemist 2 stats: [Successes: 744, Failures: 536835]
Alchemist 3 stats: [Successes: 756, Failures: 536822]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:12:21 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 1504]
Lead stall: [Resources: 1 | Sold: 1516]
Mercury stall: [Resources: 2 | Sold: 2261]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 757, Failures: 543367]
Alchemist 2 stats: [Successes: 745, Failures: 543379]
Alchemist 3 stats: [Successes: 759, Failures: 543365]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:12:22 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 1508]
Lead stall: [Resources: 2 | Sold: 1521]
Mercury stall: [Resources: 2 | Sold: 2268]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 760, Failures: 543367]
Alchemist 2 stats: [Successes: 747, Failures: 543379]
Alchemist 3 stats: [Successes: 761, Failures: 543365]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:12:23 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 1 | Sold: 1512]
Lead stall: [Resources: 2 | Sold: 1524]
Mercury stall: [Resources: 1 | Sold: 2273]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 761, Failures: 543367]
Alchemist 2 stats: [Successes: 749, Failures: 543379]
Alchemist 3 stats: [Successes: 763, Failures: 543365]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:12:24 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 1515]
Lead stall: [Resources: 2 | Sold: 1527]
Mercury stall: [Resources: 0 | Sold: 2278]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 763, Failures: 543534]
Alchemist 2 stats: [Successes: 751, Failures: 543546]
Alchemist 3 stats: [Successes: 764, Failures: 543533]
Queue: [1, 2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:12:25 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 1519]
Lead stall: [Resources: 1 | Sold: 1531]
Mercury stall: [Resources: 1 | Sold: 2284]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 765, Failures: 548881]
Alchemist 2 stats: [Successes: 753, Failures: 548893]
Alchemist 3 stats: [Successes: 766, Failures: 548879]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:12:26 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 1522]
Lead stall: [Resources: 2 | Sold: 1535]
Mercury stall: [Resources: 2 | Sold: 2289]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 767, Failures: 548881]
Alchemist 2 stats: [Successes: 754, Failures: 548893]
Alchemist 3 stats: [Successes: 768, Failures: 548879]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:12:27 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 1524]
Lead stall: [Resources: 2 | Sold: 1537]
Mercury stall: [Resources: 2 | Sold: 2292]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 768, Failures: 548881]
Alchemist 2 stats: [Successes: 755, Failures: 548893]
Alchemist 3 stats: [Successes: 769, Failures: 548879]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:12:28 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 1527]
Lead stall: [Resources: 2 | Sold: 1539]
Mercury stall: [Resources: 2 | Sold: 2296]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 769, Failures: 548881]
Alchemist 2 stats: [Successes: 757, Failures: 548893]
Alchemist 3 stats: [Successes: 770, Failures: 548879]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:12:29 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 1 | Sold: 1531]
Lead stall: [Resources: 2 | Sold: 1542]
Mercury stall: [Resources: 2 | Sold: 2301]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 770, Failures: 553917]
Alchemist 2 stats: [Successes: 759, Failures: 553928]
Alchemist 3 stats: [Successes: 772, Failures: 553914]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:12:30 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 1 | Sold: 1535]
Lead stall: [Resources: 2 | Sold: 1546]
Mercury stall: [Resources: 1 | Sold: 2307]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 772, Failures: 553917]
Alchemist 2 stats: [Successes: 761, Failures: 553928]
Alchemist 3 stats: [Successes: 774, Failures: 553914]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:12:31 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 1538]
Lead stall: [Resources: 2 | Sold: 1549]
Mercury stall: [Resources: 2 | Sold: 2311]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 773, Failures: 553917]
Alchemist 2 stats: [Successes: 762, Failures: 553928]
Alchemist 3 stats: [Successes: 776, Failures: 553914]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:12:32 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 1 | Sold: 1540]
Lead stall: [Resources: 2 | Sold: 1551]
Mercury stall: [Resources: 2 | Sold: 2314]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 774, Failures: 553917]
Alchemist 2 stats: [Successes: 763, Failures: 553928]
Alchemist 3 stats: [Successes: 777, Failures: 553914]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:12:33 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 1542]
Lead stall: [Resources: 2 | Sold: 1554]
Mercury stall: [Resources: 2 | Sold: 2318]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 776, Failures: 553917]
Alchemist 2 stats: [Successes: 764, Failures: 553928]
Alchemist 3 stats: [Successes: 778, Failures: 553914]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:12:34 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 1 | Sold: 1546]
Lead stall: [Resources: 2 | Sold: 1557]
Mercury stall: [Resources: 1 | Sold: 2323]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 777, Failures: 553917]
Alchemist 2 stats: [Successes: 766, Failures: 553928]
Alchemist 3 stats: [Successes: 780, Failures: 553914]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:12:35 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 1548]
Lead stall: [Resources: 2 | Sold: 1560]
Mercury stall: [Resources: 1 | Sold: 2327]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 779, Failures: 553917]
Alchemist 2 stats: [Successes: 767, Failures: 553928]
Alchemist 3 stats: [Successes: 781, Failures: 553914]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:12:36 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 1550]
Lead stall: [Resources: 2 | Sold: 1562]
Mercury stall: [Resources: 2 | Sold: 2330]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 780, Failures: 553917]
Alchemist 2 stats: [Successes: 768, Failures: 553928]
Alchemist 3 stats: [Successes: 782, Failures: 553914]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:12:37 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 1 | Sold: 1554]
Lead stall: [Resources: 2 | Sold: 1565]
Mercury stall: [Resources: 1 | Sold: 2335]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 781, Failures: 553917]
Alchemist 2 stats: [Successes: 770, Failures: 553928]
Alchemist 3 stats: [Successes: 784, Failures: 553914]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:12:38 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 1556]
Lead stall: [Resources: 1 | Sold: 1568]
Mercury stall: [Resources: 1 | Sold: 2339]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 783, Failures: 553917]
Alchemist 2 stats: [Successes: 771, Failures: 553928]
Alchemist 3 stats: [Successes: 785, Failures: 553914]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:12:39 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 1559]
Lead stall: [Resources: 2 | Sold: 1570]
Mercury stall: [Resources: 1 | Sold: 2343]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 784, Failures: 553917]
Alchemist 2 stats: [Successes: 773, Failures: 553928]
Alchemist 3 stats: [Successes: 786, Failures: 553914]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:12:40 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 1561]
Lead stall: [Resources: 2 | Sold: 1572]
Mercury stall: [Resources: 2 | Sold: 2346]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 785, Failures: 553917]
Alchemist 2 stats: [Successes: 774, Failures: 553928]
Alchemist 3 stats: [Successes: 787, Failures: 553914]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:12:41 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 1565]
Lead stall: [Resources: 2 | Sold: 1576]
Mercury stall: [Resources: 2 | Sold: 2352]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 787, Failures: 553917]
Alchemist 2 stats: [Successes: 776, Failures: 553928]
Alchemist 3 stats: [Successes: 789, Failures: 553914]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:12:42 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 1567]
Lead stall: [Resources: 2 | Sold: 1580]
Mercury stall: [Resources: 2 | Sold: 2357]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 790, Failures: 556161]
Alchemist 2 stats: [Successes: 777, Failures: 556173]
Alchemist 3 stats: [Successes: 790, Failures: 556160]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:12:43 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 1571]
Lead stall: [Resources: 1 | Sold: 1584]
Mercury stall: [Resources: 1 | Sold: 2363]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 792, Failures: 556161]
Alchemist 2 stats: [Successes: 779, Failures: 556173]
Alchemist 3 stats: [Successes: 792, Failures: 556160]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:12:44 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 1574]
Lead stall: [Resources: 2 | Sold: 1588]
Mercury stall: [Resources: 2 | Sold: 2368]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 794, Failures: 559719]
Alchemist 2 stats: [Successes: 780, Failures: 559732]
Alchemist 3 stats: [Successes: 794, Failures: 559718]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:12:45 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 1578]
Lead stall: [Resources: 2 | Sold: 1591]
Mercury stall: [Resources: 2 | Sold: 2373]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 795, Failures: 559719]
Alchemist 2 stats: [Successes: 782, Failures: 559732]
Alchemist 3 stats: [Successes: 796, Failures: 559718]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:12:46 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 1581]
Lead stall: [Resources: 2 | Sold: 1594]
Mercury stall: [Resources: 1 | Sold: 2378]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 797, Failures: 559719]
Alchemist 2 stats: [Successes: 784, Failures: 559732]
Alchemist 3 stats: [Successes: 797, Failures: 559718]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:12:47 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 1585]
Lead stall: [Resources: 2 | Sold: 1598]
Mercury stall: [Resources: 1 | Sold: 2384]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 799, Failures: 559719]
Alchemist 2 stats: [Successes: 786, Failures: 559732]
Alchemist 3 stats: [Successes: 799, Failures: 559718]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:12:48 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 1 | Sold: 1588]
Lead stall: [Resources: 2 | Sold: 1601]
Mercury stall: [Resources: 1 | Sold: 2388]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 800, Failures: 559719]
Alchemist 2 stats: [Successes: 787, Failures: 559732]
Alchemist 3 stats: [Successes: 801, Failures: 559718]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:12:49 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 1591]
Lead stall: [Resources: 2 | Sold: 1604]
Mercury stall: [Resources: 0 | Sold: 2393]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 802, Failures: 559719]
Alchemist 2 stats: [Successes: 789, Failures: 559732]
Alchemist 3 stats: [Successes: 802, Failures: 559718]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:12:50 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 1594]
Lead stall: [Resources: 2 | Sold: 1608]
Mercury stall: [Resources: 2 | Sold: 2398]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 804, Failures: 559719]
Alchemist 2 stats: [Successes: 790, Failures: 559732]
Alchemist 3 stats: [Successes: 804, Failures: 559718]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:12:51 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 1598]
Lead stall: [Resources: 2 | Sold: 1611]
Mercury stall: [Resources: 2 | Sold: 2403]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 805, Failures: 559719]
Alchemist 2 stats: [Successes: 792, Failures: 559732]
Alchemist 3 stats: [Successes: 806, Failures: 559718]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:12:52 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 1601]
Lead stall: [Resources: 2 | Sold: 1614]
Mercury stall: [Resources: 1 | Sold: 2408]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 807, Failures: 559719]
Alchemist 2 stats: [Successes: 794, Failures: 559732]
Alchemist 3 stats: [Successes: 807, Failures: 559718]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:12:53 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 1 | Sold: 1605]
Lead stall: [Resources: 2 | Sold: 1618]
Mercury stall: [Resources: 1 | Sold: 2414]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 809, Failures: 559719]
Alchemist 2 stats: [Successes: 796, Failures: 559732]
Alchemist 3 stats: [Successes: 809, Failures: 559718]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:12:54 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 1608]
Lead stall: [Resources: 2 | Sold: 1622]
Mercury stall: [Resources: 2 | Sold: 2419]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 811, Failures: 568020]
Alchemist 2 stats: [Successes: 797, Failures: 568034]
Alchemist 3 stats: [Successes: 811, Failures: 568019]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:12:55 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 1611]
Lead stall: [Resources: 2 | Sold: 1625]
Mercury stall: [Resources: 2 | Sold: 2423]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 812, Failures: 568020]
Alchemist 2 stats: [Successes: 798, Failures: 568034]
Alchemist 3 stats: [Successes: 813, Failures: 568019]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:12:56 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 1614]
Lead stall: [Resources: 2 | Sold: 1628]
Mercury stall: [Resources: 1 | Sold: 2428]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 814, Failures: 568020]
Alchemist 2 stats: [Successes: 800, Failures: 568034]
Alchemist 3 stats: [Successes: 814, Failures: 568019]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:12:57 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 1616]
Lead stall: [Resources: 2 | Sold: 1630]
Mercury stall: [Resources: 1 | Sold: 2431]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 815, Failures: 568020]
Alchemist 2 stats: [Successes: 801, Failures: 568034]
Alchemist 3 stats: [Successes: 815, Failures: 568019]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:12:58 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 1619]
Lead stall: [Resources: 1 | Sold: 1634]
Mercury stall: [Resources: 1 | Sold: 2436]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 817, Failures: 568020]
Alchemist 2 stats: [Successes: 802, Failures: 568034]
Alchemist 3 stats: [Successes: 817, Failures: 568019]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:12:59 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 1622]
Lead stall: [Resources: 2 | Sold: 1636]
Mercury stall: [Resources: 1 | Sold: 2440]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 818, Failures: 568020]
Alchemist 2 stats: [Successes: 804, Failures: 568034]
Alchemist 3 stats: [Successes: 818, Failures: 568019]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:13:00 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 1624]
Lead stall: [Resources: 2 | Sold: 1638]
Mercury stall: [Resources: 2 | Sold: 2443]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 819, Failures: 568020]
Alchemist 2 stats: [Successes: 805, Failures: 568034]
Alchemist 3 stats: [Successes: 819, Failures: 568019]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:13:01 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 0 | Sold: 1628]
Lead stall: [Resources: 1 | Sold: 1642]
Mercury stall: [Resources: 1 | Sold: 2448]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 820, Failures: 570883]
Alchemist 2 stats: [Successes: 806, Failures: 570897]
Alchemist 3 stats: [Successes: 822, Failures: 570881]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:13:02 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 1630]
Lead stall: [Resources: 2 | Sold: 1644]
Mercury stall: [Resources: 2 | Sold: 2451]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 821, Failures: 570883]
Alchemist 2 stats: [Successes: 807, Failures: 570897]
Alchemist 3 stats: [Successes: 823, Failures: 570881]
Queue: [1, 2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:13:03 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 1634]
Lead stall: [Resources: 2 | Sold: 1648]
Mercury stall: [Resources: 2 | Sold: 2457]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 823, Failures: 572761]
Alchemist 2 stats: [Successes: 809, Failures: 572775]
Alchemist 3 stats: [Successes: 825, Failures: 572759]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:13:04 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 1638]
Lead stall: [Resources: 2 | Sold: 1651]
Mercury stall: [Resources: 2 | Sold: 2462]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 824, Failures: 573851]
Alchemist 2 stats: [Successes: 811, Failures: 573864]
Alchemist 3 stats: [Successes: 827, Failures: 573848]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:13:05 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 1 | Sold: 1642]
Lead stall: [Resources: 1 | Sold: 1656]
Mercury stall: [Resources: 0 | Sold: 2469]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 827, Failures: 574756]
Alchemist 2 stats: [Successes: 813, Failures: 574769]
Alchemist 3 stats: [Successes: 829, Failures: 574753]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:13:06 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 1645]
Lead stall: [Resources: 1 | Sold: 1659]
Mercury stall: [Resources: 1 | Sold: 2473]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 828, Failures: 575637]
Alchemist 2 stats: [Successes: 814, Failures: 575651]
Alchemist 3 stats: [Successes: 831, Failures: 575634]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:13:07 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 1647]
Lead stall: [Resources: 2 | Sold: 1661]
Mercury stall: [Resources: 2 | Sold: 2476]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 829, Failures: 575637]
Alchemist 2 stats: [Successes: 815, Failures: 575651]
Alchemist 3 stats: [Successes: 832, Failures: 575634]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:13:08 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 1649]
Lead stall: [Resources: 2 | Sold: 1664]
Mercury stall: [Resources: 1 | Sold: 2480]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 831, Failures: 575637]
Alchemist 2 stats: [Successes: 816, Failures: 575651]
Alchemist 3 stats: [Successes: 833, Failures: 575634]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:13:09 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 1653]
Lead stall: [Resources: 2 | Sold: 1667]
Mercury stall: [Resources: 1 | Sold: 2486]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 833, Failures: 581735]
Alchemist 2 stats: [Successes: 819, Failures: 581749]
Alchemist 3 stats: [Successes: 834, Failures: 581733]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:13:10 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 1656]
Lead stall: [Resources: 2 | Sold: 1670]
Mercury stall: [Resources: 2 | Sold: 2490]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 834, Failures: 581735]
Alchemist 2 stats: [Successes: 820, Failures: 581749]
Alchemist 3 stats: [Successes: 836, Failures: 581733]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:13:11 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 1659]
Lead stall: [Resources: 2 | Sold: 1674]
Mercury stall: [Resources: 0 | Sold: 2496]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 837, Failures: 585683]
Alchemist 2 stats: [Successes: 822, Failures: 585697]
Alchemist 3 stats: [Successes: 837, Failures: 585682]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:13:12 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 1662]
Lead stall: [Resources: 2 | Sold: 1676]
Mercury stall: [Resources: 1 | Sold: 2500]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 838, Failures: 585683]
Alchemist 2 stats: [Successes: 824, Failures: 585697]
Alchemist 3 stats: [Successes: 838, Failures: 585682]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:13:13 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 1665]
Lead stall: [Resources: 2 | Sold: 1680]
Mercury stall: [Resources: 2 | Sold: 2505]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 840, Failures: 585683]
Alchemist 2 stats: [Successes: 825, Failures: 585697]
Alchemist 3 stats: [Successes: 840, Failures: 585682]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:13:14 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 1668]
Lead stall: [Resources: 2 | Sold: 1682]
Mercury stall: [Resources: 2 | Sold: 2509]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 841, Failures: 585683]
Alchemist 2 stats: [Successes: 827, Failures: 585697]
Alchemist 3 stats: [Successes: 841, Failures: 585682]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:13:15 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 1 | Sold: 1671]
Lead stall: [Resources: 1 | Sold: 1686]
Mercury stall: [Resources: 0 | Sold: 2514]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 843, Failures: 585683]
Alchemist 2 stats: [Successes: 828, Failures: 585697]
Alchemist 3 stats: [Successes: 843, Failures: 585682]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:13:16 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 1675]
Lead stall: [Resources: 2 | Sold: 1689]
Mercury stall: [Resources: 2 | Sold: 2519]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 844, Failures: 585683]
Alchemist 2 stats: [Successes: 830, Failures: 585697]
Alchemist 3 stats: [Successes: 845, Failures: 585682]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:13:17 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 1679]
Lead stall: [Resources: 2 | Sold: 1692]
Mercury stall: [Resources: 2 | Sold: 2524]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 845, Failures: 588060]
Alchemist 2 stats: [Successes: 832, Failures: 588073]
Alchemist 3 stats: [Successes: 847, Failures: 588058]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:13:18 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 1681]
Lead stall: [Resources: 1 | Sold: 1695]
Mercury stall: [Resources: 1 | Sold: 2528]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 847, Failures: 588060]
Alchemist 2 stats: [Successes: 833, Failures: 588073]
Alchemist 3 stats: [Successes: 848, Failures: 588058]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:13:19 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 1 | Sold: 1685]
Lead stall: [Resources: 1 | Sold: 1699]
Mercury stall: [Resources: 0 | Sold: 2534]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 849, Failures: 588060]
Alchemist 2 stats: [Successes: 835, Failures: 588073]
Alchemist 3 stats: [Successes: 850, Failures: 588058]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:13:20 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 1688]
Lead stall: [Resources: 2 | Sold: 1701]
Mercury stall: [Resources: 1 | Sold: 2538]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 850, Failures: 590221]
Alchemist 2 stats: [Successes: 837, Failures: 590234]
Alchemist 3 stats: [Successes: 851, Failures: 590219]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:13:21 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 1691]
Lead stall: [Resources: 2 | Sold: 1704]
Mercury stall: [Resources: 2 | Sold: 2542]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 851, Failures: 591372]
Alchemist 2 stats: [Successes: 838, Failures: 591385]
Alchemist 3 stats: [Successes: 853, Failures: 591369]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:13:22 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 1 | Sold: 1694]
Lead stall: [Resources: 1 | Sold: 1708]
Mercury stall: [Resources: 0 | Sold: 2547]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 853, Failures: 591372]
Alchemist 2 stats: [Successes: 839, Failures: 591385]
Alchemist 3 stats: [Successes: 855, Failures: 591369]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:13:23 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 1696]
Lead stall: [Resources: 2 | Sold: 1710]
Mercury stall: [Resources: 2 | Sold: 2550]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 854, Failures: 591372]
Alchemist 2 stats: [Successes: 840, Failures: 591385]
Alchemist 3 stats: [Successes: 856, Failures: 591369]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:13:24 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 1700]
Lead stall: [Resources: 1 | Sold: 1714]
Mercury stall: [Resources: 1 | Sold: 2556]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 856, Failures: 591372]
Alchemist 2 stats: [Successes: 842, Failures: 591385]
Alchemist 3 stats: [Successes: 858, Failures: 591369]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:13:25 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 1703]
Lead stall: [Resources: 2 | Sold: 1716]
Mercury stall: [Resources: 2 | Sold: 2560]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 857, Failures: 591372]
Alchemist 2 stats: [Successes: 844, Failures: 591385]
Alchemist 3 stats: [Successes: 859, Failures: 591369]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:13:26 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 1708]
Lead stall: [Resources: 1 | Sold: 1721]
Mercury stall: [Resources: 2 | Sold: 2567]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 859, Failures: 594519]
Alchemist 2 stats: [Successes: 846, Failures: 594532]
Alchemist 3 stats: [Successes: 862, Failures: 594516]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:13:27 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 1710]
Lead stall: [Resources: 1 | Sold: 1724]
Mercury stall: [Resources: 1 | Sold: 2571]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 861, Failures: 594519]
Alchemist 2 stats: [Successes: 847, Failures: 594532]
Alchemist 3 stats: [Successes: 863, Failures: 594516]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:13:28 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 1713]
Lead stall: [Resources: 2 | Sold: 1726]
Mercury stall: [Resources: 2 | Sold: 2575]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 862, Failures: 594519]
Alchemist 2 stats: [Successes: 849, Failures: 594532]
Alchemist 3 stats: [Successes: 864, Failures: 594516]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:13:29 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 1717]
Lead stall: [Resources: 2 | Sold: 1729]
Mercury stall: [Resources: 2 | Sold: 2580]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 863, Failures: 597716]
Alchemist 2 stats: [Successes: 851, Failures: 597728]
Alchemist 3 stats: [Successes: 866, Failures: 597712]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:13:30 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 1720]
Lead stall: [Resources: 2 | Sold: 1732]
Mercury stall: [Resources: 2 | Sold: 2584]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 864, Failures: 597716]
Alchemist 2 stats: [Successes: 852, Failures: 597728]
Alchemist 3 stats: [Successes: 868, Failures: 597712]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:13:31 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 1 | Sold: 1725]
Lead stall: [Resources: 2 | Sold: 1736]
Mercury stall: [Resources: 1 | Sold: 2591]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 866, Failures: 601918]
Alchemist 2 stats: [Successes: 855, Failures: 601929]
Alchemist 3 stats: [Successes: 870, Failures: 601913]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:13:32 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 1728]
Lead stall: [Resources: 2 | Sold: 1739]
Mercury stall: [Resources: 2 | Sold: 2595]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 867, Failures: 601918]
Alchemist 2 stats: [Successes: 856, Failures: 601929]
Alchemist 3 stats: [Successes: 872, Failures: 601913]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:13:33 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 1 | Sold: 1731]
Lead stall: [Resources: 1 | Sold: 1742]
Mercury stall: [Resources: 0 | Sold: 2600]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 869, Failures: 601918]
Alchemist 2 stats: [Successes: 858, Failures: 601929]
Alchemist 3 stats: [Successes: 873, Failures: 601913]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:13:34 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 1735]
Lead stall: [Resources: 2 | Sold: 1746]
Mercury stall: [Resources: 1 | Sold: 2606]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 871, Failures: 605024]
Alchemist 2 stats: [Successes: 860, Failures: 605035]
Alchemist 3 stats: [Successes: 875, Failures: 605019]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:13:35 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 1 | Sold: 1738]
Lead stall: [Resources: 2 | Sold: 1749]
Mercury stall: [Resources: 1 | Sold: 2610]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 872, Failures: 605024]
Alchemist 2 stats: [Successes: 861, Failures: 605035]
Alchemist 3 stats: [Successes: 877, Failures: 605019]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:13:36 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 1740]
Lead stall: [Resources: 2 | Sold: 1751]
Mercury stall: [Resources: 1 | Sold: 2613]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 873, Failures: 605024]
Alchemist 2 stats: [Successes: 862, Failures: 605035]
Alchemist 3 stats: [Successes: 878, Failures: 605019]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:13:37 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 1742]
Lead stall: [Resources: 2 | Sold: 1753]
Mercury stall: [Resources: 2 | Sold: 2616]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 874, Failures: 605024]
Alchemist 2 stats: [Successes: 863, Failures: 605035]
Alchemist 3 stats: [Successes: 879, Failures: 605019]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:13:38 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 1 | Sold: 1747]
Lead stall: [Resources: 2 | Sold: 1758]
Mercury stall: [Resources: 1 | Sold: 2623]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 876, Failures: 608913]
Alchemist 2 stats: [Successes: 865, Failures: 608924]
Alchemist 3 stats: [Successes: 882, Failures: 608907]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:13:39 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 1 | Sold: 1750]
Lead stall: [Resources: 2 | Sold: 1762]
Mercury stall: [Resources: 1 | Sold: 2629]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 879, Failures: 608913]
Alchemist 2 stats: [Successes: 867, Failures: 608925]
Alchemist 3 stats: [Successes: 883, Failures: 608909]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:13:40 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 1754]
Lead stall: [Resources: 2 | Sold: 1767]
Mercury stall: [Resources: 1 | Sold: 2636]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 882, Failures: 614311]
Alchemist 2 stats: [Successes: 869, Failures: 614324]
Alchemist 3 stats: [Successes: 885, Failures: 614307]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:13:41 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 1 | Sold: 1758]
Lead stall: [Resources: 1 | Sold: 1772]
Mercury stall: [Resources: 0 | Sold: 2643]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 885, Failures: 614629]
Alchemist 2 stats: [Successes: 871, Failures: 614642]
Alchemist 3 stats: [Successes: 887, Failures: 614626]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:13:42 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 1760]
Lead stall: [Resources: 2 | Sold: 1775]
Mercury stall: [Resources: 2 | Sold: 2647]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 887, Failures: 617521]
Alchemist 2 stats: [Successes: 872, Failures: 617535]
Alchemist 3 stats: [Successes: 888, Failures: 617519]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:13:43 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 1764]
Lead stall: [Resources: 2 | Sold: 1778]
Mercury stall: [Resources: 2 | Sold: 2652]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 888, Failures: 617521]
Alchemist 2 stats: [Successes: 874, Failures: 617535]
Alchemist 3 stats: [Successes: 890, Failures: 617519]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:13:44 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 1 | Sold: 1766]
Lead stall: [Resources: 2 | Sold: 1780]
Mercury stall: [Resources: 2 | Sold: 2655]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 889, Failures: 617521]
Alchemist 2 stats: [Successes: 875, Failures: 617535]
Alchemist 3 stats: [Successes: 891, Failures: 617519]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:13:45 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 1 | Sold: 1768]
Lead stall: [Resources: 1 | Sold: 1783]
Mercury stall: [Resources: 1 | Sold: 2659]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 891, Failures: 617521]
Alchemist 2 stats: [Successes: 876, Failures: 617535]
Alchemist 3 stats: [Successes: 892, Failures: 617519]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:13:46 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 1770]
Lead stall: [Resources: 2 | Sold: 1785]
Mercury stall: [Resources: 1 | Sold: 2662]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 892, Failures: 617521]
Alchemist 2 stats: [Successes: 877, Failures: 617535]
Alchemist 3 stats: [Successes: 893, Failures: 617519]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:13:47 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 1774]
Lead stall: [Resources: 1 | Sold: 1789]
Mercury stall: [Resources: 1 | Sold: 2668]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 894, Failures: 617521]
Alchemist 2 stats: [Successes: 879, Failures: 617535]
Alchemist 3 stats: [Successes: 895, Failures: 617519]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:13:48 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 1778]
Lead stall: [Resources: 1 | Sold: 1793]
Mercury stall: [Resources: 1 | Sold: 2674]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 896, Failures: 617521]
Alchemist 2 stats: [Successes: 881, Failures: 617535]
Alchemist 3 stats: [Successes: 897, Failures: 617519]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:13:49 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 1 | Sold: 1782]
Lead stall: [Resources: 1 | Sold: 1797]
Mercury stall: [Resources: 0 | Sold: 2680]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 898, Failures: 617521]
Alchemist 2 stats: [Successes: 883, Failures: 617535]
Alchemist 3 stats: [Successes: 899, Failures: 617519]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:13:50 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 1785]
Lead stall: [Resources: 2 | Sold: 1800]
Mercury stall: [Resources: 2 | Sold: 2684]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 899, Failures: 622998]
Alchemist 2 stats: [Successes: 884, Failures: 623013]
Alchemist 3 stats: [Successes: 901, Failures: 622995]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:13:51 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 1 | Sold: 1788]
Lead stall: [Resources: 1 | Sold: 1804]
Mercury stall: [Resources: 0 | Sold: 2689]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 901, Failures: 622998]
Alchemist 2 stats: [Successes: 885, Failures: 623013]
Alchemist 3 stats: [Successes: 903, Failures: 622995]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:13:52 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 1791]
Lead stall: [Resources: 2 | Sold: 1806]
Mercury stall: [Resources: 2 | Sold: 2693]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 902, Failures: 622998]
Alchemist 2 stats: [Successes: 887, Failures: 623013]
Alchemist 3 stats: [Successes: 904, Failures: 622995]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:13:53 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 1793]
Lead stall: [Resources: 2 | Sold: 1808]
Mercury stall: [Resources: 2 | Sold: 2696]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 903, Failures: 622998]
Alchemist 2 stats: [Successes: 888, Failures: 623013]
Alchemist 3 stats: [Successes: 905, Failures: 622995]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:13:54 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 1 | Sold: 1798]
Lead stall: [Resources: 2 | Sold: 1813]
Mercury stall: [Resources: 0 | Sold: 2703]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 905, Failures: 622998]
Alchemist 2 stats: [Successes: 890, Failures: 623013]
Alchemist 3 stats: [Successes: 908, Failures: 622995]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:13:55 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 1801]
Lead stall: [Resources: 2 | Sold: 1816]
Mercury stall: [Resources: 2 | Sold: 2707]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 906, Failures: 626199]
Alchemist 2 stats: [Successes: 891, Failures: 626214]
Alchemist 3 stats: [Successes: 910, Failures: 626195]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:13:56 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 1803]
Lead stall: [Resources: 2 | Sold: 1818]
Mercury stall: [Resources: 2 | Sold: 2710]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 907, Failures: 626199]
Alchemist 2 stats: [Successes: 892, Failures: 626214]
Alchemist 3 stats: [Successes: 911, Failures: 626195]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:13:57 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 1 | Sold: 1805]
Lead stall: [Resources: 1 | Sold: 1821]
Mercury stall: [Resources: 1 | Sold: 2714]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 909, Failures: 626199]
Alchemist 2 stats: [Successes: 893, Failures: 626214]
Alchemist 3 stats: [Successes: 912, Failures: 626195]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:13:58 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 1 | Sold: 1809]
Lead stall: [Resources: 1 | Sold: 1824]
Mercury stall: [Resources: 0 | Sold: 2719]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 910, Failures: 626199]
Alchemist 2 stats: [Successes: 895, Failures: 626214]
Alchemist 3 stats: [Successes: 914, Failures: 626195]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:13:59 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 1811]
Lead stall: [Resources: 2 | Sold: 1827]
Mercury stall: [Resources: 1 | Sold: 2723]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 912, Failures: 626199]
Alchemist 2 stats: [Successes: 896, Failures: 626214]
Alchemist 3 stats: [Successes: 915, Failures: 626195]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:14:00 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 1 | Sold: 1815]
Lead stall: [Resources: 2 | Sold: 1830]
Mercury stall: [Resources: 1 | Sold: 2728]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 913, Failures: 626199]
Alchemist 2 stats: [Successes: 898, Failures: 626214]
Alchemist 3 stats: [Successes: 917, Failures: 626195]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:14:01 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 1818]
Lead stall: [Resources: 2 | Sold: 1833]
Mercury stall: [Resources: 2 | Sold: 2733]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 915, Failures: 626199]
Alchemist 2 stats: [Successes: 900, Failures: 626214]
Alchemist 3 stats: [Successes: 918, Failures: 626195]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:14:02 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 1821]
Lead stall: [Resources: 2 | Sold: 1836]
Mercury stall: [Resources: 2 | Sold: 2737]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 916, Failures: 626199]
Alchemist 2 stats: [Successes: 901, Failures: 626214]
Alchemist 3 stats: [Successes: 920, Failures: 626195]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:14:03 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 1823]
Lead stall: [Resources: 2 | Sold: 1839]
Mercury stall: [Resources: 2 | Sold: 2741]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 918, Failures: 626199]
Alchemist 2 stats: [Successes: 902, Failures: 626214]
Alchemist 3 stats: [Successes: 921, Failures: 626195]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:14:04 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 1825]
Lead stall: [Resources: 2 | Sold: 1841]
Mercury stall: [Resources: 2 | Sold: 2744]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 919, Failures: 626199]
Alchemist 2 stats: [Successes: 903, Failures: 626214]
Alchemist 3 stats: [Successes: 922, Failures: 626195]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:14:05 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 1829]
Lead stall: [Resources: 1 | Sold: 1845]
Mercury stall: [Resources: 1 | Sold: 2750]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 921, Failures: 626199]
Alchemist 2 stats: [Successes: 905, Failures: 626214]
Alchemist 3 stats: [Successes: 924, Failures: 626195]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:14:06 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 1832]
Lead stall: [Resources: 2 | Sold: 1847]
Mercury stall: [Resources: 2 | Sold: 2754]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 922, Failures: 626199]
Alchemist 2 stats: [Successes: 907, Failures: 626214]
Alchemist 3 stats: [Successes: 925, Failures: 626195]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:14:07 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 1835]
Lead stall: [Resources: 1 | Sold: 1851]
Mercury stall: [Resources: 1 | Sold: 2759]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 924, Failures: 626199]
Alchemist 2 stats: [Successes: 908, Failures: 626214]
Alchemist 3 stats: [Successes: 927, Failures: 626195]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:14:08 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 1839]
Lead stall: [Resources: 1 | Sold: 1855]
Mercury stall: [Resources: 2 | Sold: 2765]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 926, Failures: 626199]
Alchemist 2 stats: [Successes: 910, Failures: 626214]
Alchemist 3 stats: [Successes: 929, Failures: 626195]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:14:09 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 1 | Sold: 1843]
Lead stall: [Resources: 2 | Sold: 1858]
Mercury stall: [Resources: 1 | Sold: 2770]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 927, Failures: 626199]
Alchemist 2 stats: [Successes: 912, Failures: 626214]
Alchemist 3 stats: [Successes: 931, Failures: 626195]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:14:10 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 1845]
Lead stall: [Resources: 2 | Sold: 1861]
Mercury stall: [Resources: 2 | Sold: 2774]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 929, Failures: 626199]
Alchemist 2 stats: [Successes: 913, Failures: 626214]
Alchemist 3 stats: [Successes: 932, Failures: 626195]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:14:11 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 1 | Sold: 1849]
Lead stall: [Resources: 2 | Sold: 1864]
Mercury stall: [Resources: 1 | Sold: 2779]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 930, Failures: 626199]
Alchemist 2 stats: [Successes: 915, Failures: 626214]
Alchemist 3 stats: [Successes: 934, Failures: 626195]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:14:12 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 1852]
Lead stall: [Resources: 1 | Sold: 1867]
Mercury stall: [Resources: 0 | Sold: 2784]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 932, Failures: 628852]
Alchemist 2 stats: [Successes: 917, Failures: 628867]
Alchemist 3 stats: [Successes: 935, Failures: 628848]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:14:13 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 1854]
Lead stall: [Resources: 2 | Sold: 1869]
Mercury stall: [Resources: 2 | Sold: 2787]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 933, Failures: 628852]
Alchemist 2 stats: [Successes: 918, Failures: 628867]
Alchemist 3 stats: [Successes: 936, Failures: 628848]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:14:14 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 1857]
Lead stall: [Resources: 2 | Sold: 1872]
Mercury stall: [Resources: 2 | Sold: 2791]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 934, Failures: 628852]
Alchemist 2 stats: [Successes: 919, Failures: 628867]
Alchemist 3 stats: [Successes: 938, Failures: 628848]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:14:15 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 1 | Sold: 1863]
Lead stall: [Resources: 2 | Sold: 1875]
Mercury stall: [Resources: 0 | Sold: 2798]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 935, Failures: 632771]
Alchemist 2 stats: [Successes: 923, Failures: 632783]
Alchemist 3 stats: [Successes: 940, Failures: 632765]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:14:16 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 1 | Sold: 1866]
Lead stall: [Resources: 2 | Sold: 1879]
Mercury stall: [Resources: 1 | Sold: 2803]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 937, Failures: 632771]
Alchemist 2 stats: [Successes: 924, Failures: 632783]
Alchemist 3 stats: [Successes: 942, Failures: 632765]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:14:17 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 1869]
Lead stall: [Resources: 2 | Sold: 1881]
Mercury stall: [Resources: 1 | Sold: 2807]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 938, Failures: 632771]
Alchemist 2 stats: [Successes: 926, Failures: 632783]
Alchemist 3 stats: [Successes: 943, Failures: 632765]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:14:18 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 1871]
Lead stall: [Resources: 2 | Sold: 1883]
Mercury stall: [Resources: 2 | Sold: 2810]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 939, Failures: 632771]
Alchemist 2 stats: [Successes: 927, Failures: 632783]
Alchemist 3 stats: [Successes: 944, Failures: 632765]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:14:19 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 1874]
Lead stall: [Resources: 1 | Sold: 1887]
Mercury stall: [Resources: 2 | Sold: 2815]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 941, Failures: 632771]
Alchemist 2 stats: [Successes: 928, Failures: 632783]
Alchemist 3 stats: [Successes: 946, Failures: 632765]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:14:20 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 1 | Sold: 1880]
Lead stall: [Resources: 1 | Sold: 1892]
Mercury stall: [Resources: 0 | Sold: 2823]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 943, Failures: 639599]
Alchemist 2 stats: [Successes: 931, Failures: 639611]
Alchemist 3 stats: [Successes: 949, Failures: 639592]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:14:21 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 1884]
Lead stall: [Resources: 2 | Sold: 1895]
Mercury stall: [Resources: 2 | Sold: 2828]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 944, Failures: 640802]
Alchemist 2 stats: [Successes: 933, Failures: 640813]
Alchemist 3 stats: [Successes: 951, Failures: 640795]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:14:22 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 1889]
Lead stall: [Resources: 2 | Sold: 1898]
Mercury stall: [Resources: 1 | Sold: 2835]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 946, Failures: 649160]
Alchemist 2 stats: [Successes: 937, Failures: 649169]
Alchemist 3 stats: [Successes: 952, Failures: 649153]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:14:23 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 1 | Sold: 1892]
Lead stall: [Resources: 1 | Sold: 1903]
Mercury stall: [Resources: 1 | Sold: 2841]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 949, Failures: 650253]
Alchemist 2 stats: [Successes: 938, Failures: 650263]
Alchemist 3 stats: [Successes: 954, Failures: 650247]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:14:24 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 1895]
Lead stall: [Resources: 2 | Sold: 1905]
Mercury stall: [Resources: 2 | Sold: 2845]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 950, Failures: 650253]
Alchemist 2 stats: [Successes: 940, Failures: 650263]
Alchemist 3 stats: [Successes: 955, Failures: 650247]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:14:25 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 1898]
Lead stall: [Resources: 1 | Sold: 1909]
Mercury stall: [Resources: 2 | Sold: 2850]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 952, Failures: 650253]
Alchemist 2 stats: [Successes: 941, Failures: 650263]
Alchemist 3 stats: [Successes: 957, Failures: 650247]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:14:26 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 1901]
Lead stall: [Resources: 2 | Sold: 1912]
Mercury stall: [Resources: 0 | Sold: 2855]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 954, Failures: 652757]
Alchemist 2 stats: [Successes: 943, Failures: 652767]
Alchemist 3 stats: [Successes: 958, Failures: 652752]
Queue: [2, 3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:14:27 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 1 | Sold: 1905]
Lead stall: [Resources: 2 | Sold: 1915]
Mercury stall: [Resources: 1 | Sold: 2860]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 955, Failures: 656981]
Alchemist 2 stats: [Successes: 945, Failures: 656991]
Alchemist 3 stats: [Successes: 960, Failures: 656975]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:14:28 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 1909]
Lead stall: [Resources: 2 | Sold: 1919]
Mercury stall: [Resources: 2 | Sold: 2866]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 957, Failures: 658042]
Alchemist 2 stats: [Successes: 947, Failures: 658052]
Alchemist 3 stats: [Successes: 962, Failures: 658037]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:14:29 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 1911]
Lead stall: [Resources: 2 | Sold: 1921]
Mercury stall: [Resources: 2 | Sold: 2869]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 958, Failures: 658042]
Alchemist 2 stats: [Successes: 948, Failures: 658052]
Alchemist 3 stats: [Successes: 963, Failures: 658037]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:14:30 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 1913]
Lead stall: [Resources: 2 | Sold: 1924]
Mercury stall: [Resources: 2 | Sold: 2873]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 960, Failures: 658042]
Alchemist 2 stats: [Successes: 949, Failures: 658052]
Alchemist 3 stats: [Successes: 964, Failures: 658037]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:14:31 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 1917]
Lead stall: [Resources: 2 | Sold: 1927]
Mercury stall: [Resources: 1 | Sold: 2878]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 961, Failures: 658042]
Alchemist 2 stats: [Successes: 951, Failures: 658052]
Alchemist 3 stats: [Successes: 966, Failures: 658037]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:14:32 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 1920]
Lead stall: [Resources: 2 | Sold: 1930]
Mercury stall: [Resources: 1 | Sold: 2883]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 963, Failures: 658042]
Alchemist 2 stats: [Successes: 953, Failures: 658052]
Alchemist 3 stats: [Successes: 967, Failures: 658037]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:14:33 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 1923]
Lead stall: [Resources: 2 | Sold: 1934]
Mercury stall: [Resources: 2 | Sold: 2888]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 965, Failures: 659201]
Alchemist 2 stats: [Successes: 954, Failures: 659211]
Alchemist 3 stats: [Successes: 969, Failures: 659196]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:14:34 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 1 | Sold: 1928]
Lead stall: [Resources: 2 | Sold: 1938]
Mercury stall: [Resources: 1 | Sold: 2895]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 967, Failures: 659201]
Alchemist 2 stats: [Successes: 957, Failures: 659211]
Alchemist 3 stats: [Successes: 971, Failures: 659196]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:14:35 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 1 | Sold: 1931]
Lead stall: [Resources: 2 | Sold: 1941]
Mercury stall: [Resources: 2 | Sold: 2899]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 968, Failures: 659201]
Alchemist 2 stats: [Successes: 958, Failures: 659211]
Alchemist 3 stats: [Successes: 973, Failures: 659196]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:14:36 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 1933]
Lead stall: [Resources: 2 | Sold: 1943]
Mercury stall: [Resources: 2 | Sold: 2902]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 969, Failures: 659201]
Alchemist 2 stats: [Successes: 959, Failures: 659211]
Alchemist 3 stats: [Successes: 974, Failures: 659196]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:14:37 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 1936]
Lead stall: [Resources: 2 | Sold: 1947]
Mercury stall: [Resources: 1 | Sold: 2908]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 972, Failures: 662837]
Alchemist 2 stats: [Successes: 961, Failures: 662848]
Alchemist 3 stats: [Successes: 975, Failures: 662833]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:14:38 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 1938]
Lead stall: [Resources: 2 | Sold: 1949]
Mercury stall: [Resources: 2 | Sold: 2911]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 973, Failures: 662837]
Alchemist 2 stats: [Successes: 962, Failures: 662848]
Alchemist 3 stats: [Successes: 976, Failures: 662833]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:14:39 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 1942]
Lead stall: [Resources: 2 | Sold: 1953]
Mercury stall: [Resources: 1 | Sold: 2917]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 975, Failures: 662837]
Alchemist 2 stats: [Successes: 964, Failures: 662848]
Alchemist 3 stats: [Successes: 978, Failures: 662833]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:14:40 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 1945]
Lead stall: [Resources: 1 | Sold: 1957]
Mercury stall: [Resources: 2 | Sold: 2922]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 977, Failures: 662837]
Alchemist 2 stats: [Successes: 965, Failures: 662848]
Alchemist 3 stats: [Successes: 980, Failures: 662833]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:14:41 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 1947]
Lead stall: [Resources: 2 | Sold: 1959]
Mercury stall: [Resources: 2 | Sold: 2925]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 978, Failures: 662837]
Alchemist 2 stats: [Successes: 966, Failures: 662848]
Alchemist 3 stats: [Successes: 981, Failures: 662833]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:14:42 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 1951]
Lead stall: [Resources: 1 | Sold: 1963]
Mercury stall: [Resources: 2 | Sold: 2931]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 980, Failures: 662837]
Alchemist 2 stats: [Successes: 968, Failures: 662848]
Alchemist 3 stats: [Successes: 983, Failures: 662833]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:14:43 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 1953]
Lead stall: [Resources: 2 | Sold: 1965]
Mercury stall: [Resources: 2 | Sold: 2934]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 981, Failures: 662837]
Alchemist 2 stats: [Successes: 969, Failures: 662848]
Alchemist 3 stats: [Successes: 984, Failures: 662833]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:14:44 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 1956]
Lead stall: [Resources: 2 | Sold: 1967]
Mercury stall: [Resources: 2 | Sold: 2938]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 982, Failures: 662837]
Alchemist 2 stats: [Successes: 971, Failures: 662848]
Alchemist 3 stats: [Successes: 985, Failures: 662833]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:14:45 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 1959]
Lead stall: [Resources: 2 | Sold: 1970]
Mercury stall: [Resources: 2 | Sold: 2942]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 983, Failures: 662837]
Alchemist 2 stats: [Successes: 972, Failures: 662848]
Alchemist 3 stats: [Successes: 987, Failures: 662833]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:14:46 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 1962]
Lead stall: [Resources: 2 | Sold: 1973]
Mercury stall: [Resources: 1 | Sold: 2947]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 985, Failures: 662837]
Alchemist 2 stats: [Successes: 974, Failures: 662848]
Alchemist 3 stats: [Successes: 988, Failures: 662833]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:14:47 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 1966]
Lead stall: [Resources: 0 | Sold: 1979]
Mercury stall: [Resources: 0 | Sold: 2954]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 988, Failures: 666206]
Alchemist 2 stats: [Successes: 975, Failures: 666219]
Alchemist 3 stats: [Successes: 991, Failures: 666203]
Queue: [1, 2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:14:48 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 1969]
Lead stall: [Resources: 2 | Sold: 1981]
Mercury stall: [Resources: 1 | Sold: 2958]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 989, Failures: 667405]
Alchemist 2 stats: [Successes: 977, Failures: 667417]
Alchemist 3 stats: [Successes: 992, Failures: 667401]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:14:49 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 1971]
Lead stall: [Resources: 2 | Sold: 1983]
Mercury stall: [Resources: 2 | Sold: 2961]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 990, Failures: 667405]
Alchemist 2 stats: [Successes: 978, Failures: 667417]
Alchemist 3 stats: [Successes: 993, Failures: 667401]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:14:50 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 1974]
Lead stall: [Resources: 1 | Sold: 1987]
Mercury stall: [Resources: 1 | Sold: 2966]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 992, Failures: 667405]
Alchemist 2 stats: [Successes: 979, Failures: 667417]
Alchemist 3 stats: [Successes: 995, Failures: 667401]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:14:51 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 1976]
Lead stall: [Resources: 1 | Sold: 1989]
Mercury stall: [Resources: 1 | Sold: 2969]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 993, Failures: 667405]
Alchemist 2 stats: [Successes: 980, Failures: 667417]
Alchemist 3 stats: [Successes: 996, Failures: 667401]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:14:52 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 1979]
Lead stall: [Resources: 2 | Sold: 1991]
Mercury stall: [Resources: 1 | Sold: 2973]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 994, Failures: 667405]
Alchemist 2 stats: [Successes: 982, Failures: 667417]
Alchemist 3 stats: [Successes: 997, Failures: 667401]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:14:53 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 1982]
Lead stall: [Resources: 1 | Sold: 1995]
Mercury stall: [Resources: 1 | Sold: 2978]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 996, Failures: 667405]
Alchemist 2 stats: [Successes: 983, Failures: 667417]
Alchemist 3 stats: [Successes: 999, Failures: 667401]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:14:54 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 1984]
Lead stall: [Resources: 2 | Sold: 1997]
Mercury stall: [Resources: 2 | Sold: 2981]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 997, Failures: 667405]
Alchemist 2 stats: [Successes: 984, Failures: 667417]
Alchemist 3 stats: [Successes: 1000, Failures: 667401]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:14:55 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 1 | Sold: 1990]
Lead stall: [Resources: 1 | Sold: 2001]
Mercury stall: [Resources: 0 | Sold: 2988]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 998, Failures: 669240]
Alchemist 2 stats: [Successes: 987, Failures: 669251]
Alchemist 3 stats: [Successes: 1003, Failures: 669235]
Queue: [1, 2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:14:56 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 1994]
Lead stall: [Resources: 2 | Sold: 2004]
Mercury stall: [Resources: 2 | Sold: 2993]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 999, Failures: 669763]
Alchemist 2 stats: [Successes: 989, Failures: 669773]
Alchemist 3 stats: [Successes: 1005, Failures: 669757]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:14:57 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 1 | Sold: 1997]
Lead stall: [Resources: 2 | Sold: 2007]
Mercury stall: [Resources: 2 | Sold: 2998]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 1001, Failures: 671481]
Alchemist 2 stats: [Successes: 991, Failures: 671491]
Alchemist 3 stats: [Successes: 1006, Failures: 671475]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:14:58 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 1 | Sold: 2001]
Lead stall: [Resources: 1 | Sold: 2011]
Mercury stall: [Resources: 1 | Sold: 3004]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 1003, Failures: 671481]
Alchemist 2 stats: [Successes: 993, Failures: 671491]
Alchemist 3 stats: [Successes: 1008, Failures: 671475]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:14:59 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 2003]
Lead stall: [Resources: 2 | Sold: 2013]
Mercury stall: [Resources: 2 | Sold: 3007]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 1004, Failures: 671481]
Alchemist 2 stats: [Successes: 994, Failures: 671491]
Alchemist 3 stats: [Successes: 1009, Failures: 671475]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:15:00 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 2005]
Lead stall: [Resources: 2 | Sold: 2015]
Mercury stall: [Resources: 2 | Sold: 3010]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 1005, Failures: 671481]
Alchemist 2 stats: [Successes: 995, Failures: 671491]
Alchemist 3 stats: [Successes: 1010, Failures: 671475]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:15:01 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 2009]
Lead stall: [Resources: 1 | Sold: 2019]
Mercury stall: [Resources: 1 | Sold: 3016]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 1007, Failures: 677291]
Alchemist 2 stats: [Successes: 997, Failures: 677300]
Alchemist 3 stats: [Successes: 1012, Failures: 677285]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:15:02 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 2012]
Lead stall: [Resources: 2 | Sold: 2021]
Mercury stall: [Resources: 2 | Sold: 3020]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 1008, Failures: 677291]
Alchemist 2 stats: [Successes: 999, Failures: 677300]
Alchemist 3 stats: [Successes: 1013, Failures: 677285]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:15:03 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 1 | Sold: 2015]
Lead stall: [Resources: 1 | Sold: 2025]
Mercury stall: [Resources: 1 | Sold: 3025]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 1010, Failures: 677291]
Alchemist 2 stats: [Successes: 1000, Failures: 677300]
Alchemist 3 stats: [Successes: 1015, Failures: 677285]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:15:04 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 1 | Sold: 2020]
Lead stall: [Resources: 1 | Sold: 2030]
Mercury stall: [Resources: 1 | Sold: 3032]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 1012, Failures: 682365]
Alchemist 2 stats: [Successes: 1002, Failures: 682375]
Alchemist 3 stats: [Successes: 1018, Failures: 682359]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:15:05 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 2022]
Lead stall: [Resources: 2 | Sold: 2033]
Mercury stall: [Resources: 2 | Sold: 3036]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 1014, Failures: 682365]
Alchemist 2 stats: [Successes: 1003, Failures: 682375]
Alchemist 3 stats: [Successes: 1019, Failures: 682359]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:15:06 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 1 | Sold: 2026]
Lead stall: [Resources: 2 | Sold: 2036]
Mercury stall: [Resources: 2 | Sold: 3041]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 1015, Failures: 682365]
Alchemist 2 stats: [Successes: 1005, Failures: 682375]
Alchemist 3 stats: [Successes: 1021, Failures: 682359]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:15:07 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 2028]
Lead stall: [Resources: 1 | Sold: 2039]
Mercury stall: [Resources: 1 | Sold: 3045]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 1017, Failures: 682365]
Alchemist 2 stats: [Successes: 1006, Failures: 682375]
Alchemist 3 stats: [Successes: 1022, Failures: 682359]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:15:08 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 1 | Sold: 2033]
Lead stall: [Resources: 2 | Sold: 2043]
Mercury stall: [Resources: 1 | Sold: 3052]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 1019, Failures: 682365]
Alchemist 2 stats: [Successes: 1009, Failures: 682375]
Alchemist 3 stats: [Successes: 1024, Failures: 682359]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:15:09 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 1 | Sold: 2037]
Lead stall: [Resources: 1 | Sold: 2047]
Mercury stall: [Resources: 1 | Sold: 3058]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 1021, Failures: 684468]
Alchemist 2 stats: [Successes: 1011, Failures: 684477]
Alchemist 3 stats: [Successes: 1026, Failures: 684462]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:15:10 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 2040]
Lead stall: [Resources: 2 | Sold: 2049]
Mercury stall: [Resources: 1 | Sold: 3062]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 1022, Failures: 684468]
Alchemist 2 stats: [Successes: 1013, Failures: 684477]
Alchemist 3 stats: [Successes: 1027, Failures: 684462]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:15:11 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 2044]
Lead stall: [Resources: 2 | Sold: 2053]
Mercury stall: [Resources: 2 | Sold: 3067]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 1023, Failures: 687228]
Alchemist 2 stats: [Successes: 1014, Failures: 687237]
Alchemist 3 stats: [Successes: 1030, Failures: 687220]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:15:12 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 2047]
Lead stall: [Resources: 2 | Sold: 2056]
Mercury stall: [Resources: 2 | Sold: 3071]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 1024, Failures: 687228]
Alchemist 2 stats: [Successes: 1015, Failures: 687237]
Alchemist 3 stats: [Successes: 1032, Failures: 687220]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:15:13 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 2050]
Lead stall: [Resources: 0 | Sold: 2060]
Mercury stall: [Resources: 1 | Sold: 3077]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 1027, Failures: 691348]
Alchemist 2 stats: [Successes: 1017, Failures: 691357]
Alchemist 3 stats: [Successes: 1033, Failures: 691341]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:15:14 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 2052]
Lead stall: [Resources: 2 | Sold: 2062]
Mercury stall: [Resources: 2 | Sold: 3080]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 1028, Failures: 691348]
Alchemist 2 stats: [Successes: 1018, Failures: 691357]
Alchemist 3 stats: [Successes: 1034, Failures: 691341]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:15:15 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 2057]
Lead stall: [Resources: 2 | Sold: 2066]
Mercury stall: [Resources: 2 | Sold: 3087]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 1030, Failures: 693680]
Alchemist 2 stats: [Successes: 1021, Failures: 693688]
Alchemist 3 stats: [Successes: 1036, Failures: 693673]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:15:16 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 2060]
Lead stall: [Resources: 2 | Sold: 2068]
Mercury stall: [Resources: 2 | Sold: 3091]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 1031, Failures: 693680]
Alchemist 2 stats: [Successes: 1023, Failures: 693688]
Alchemist 3 stats: [Successes: 1037, Failures: 693673]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:15:17 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 0 | Sold: 2064]
Lead stall: [Resources: 1 | Sold: 2072]
Mercury stall: [Resources: 1 | Sold: 3096]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 1032, Failures: 696840]
Alchemist 2 stats: [Successes: 1024, Failures: 696848]
Alchemist 3 stats: [Successes: 1040, Failures: 696832]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:15:18 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 0 | Sold: 2068]
Lead stall: [Resources: 2 | Sold: 2076]
Mercury stall: [Resources: 0 | Sold: 3102]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 1034, Failures: 703834]
Alchemist 2 stats: [Successes: 1026, Failures: 703842]
Alchemist 3 stats: [Successes: 1042, Failures: 703825]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:15:19 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 2072]
Lead stall: [Resources: 2 | Sold: 2080]
Mercury stall: [Resources: 2 | Sold: 3107]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 1035, Failures: 706044]
Alchemist 2 stats: [Successes: 1027, Failures: 706052]
Alchemist 3 stats: [Successes: 1045, Failures: 706034]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:15:20 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 2075]
Lead stall: [Resources: 2 | Sold: 2083]
Mercury stall: [Resources: 2 | Sold: 3112]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 1037, Failures: 706552]
Alchemist 2 stats: [Successes: 1029, Failures: 706560]
Alchemist 3 stats: [Successes: 1046, Failures: 706542]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:15:21 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 1 | Sold: 2078]
Lead stall: [Resources: 2 | Sold: 2086]
Mercury stall: [Resources: 2 | Sold: 3116]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 1038, Failures: 706552]
Alchemist 2 stats: [Successes: 1030, Failures: 706560]
Alchemist 3 stats: [Successes: 1048, Failures: 706542]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:15:22 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 1 | Sold: 2082]
Lead stall: [Resources: 0 | Sold: 2092]
Mercury stall: [Resources: 0 | Sold: 3124]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 1042, Failures: 714539]
Alchemist 2 stats: [Successes: 1032, Failures: 714549]
Alchemist 3 stats: [Successes: 1050, Failures: 714531]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:15:23 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 1 | Sold: 2084]
Lead stall: [Resources: 2 | Sold: 2094]
Mercury stall: [Resources: 1 | Sold: 3127]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 1043, Failures: 714539]
Alchemist 2 stats: [Successes: 1033, Failures: 714549]
Alchemist 3 stats: [Successes: 1051, Failures: 714531]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:15:24 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 1 | Sold: 2088]
Lead stall: [Resources: 2 | Sold: 2098]
Mercury stall: [Resources: 0 | Sold: 3133]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 1045, Failures: 718701]
Alchemist 2 stats: [Successes: 1035, Failures: 718711]
Alchemist 3 stats: [Successes: 1053, Failures: 718693]
Queue: [1, 2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:15:25 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 2091]
Lead stall: [Resources: 2 | Sold: 2102]
Mercury stall: [Resources: 2 | Sold: 3138]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 1047, Failures: 719388]
Alchemist 2 stats: [Successes: 1036, Failures: 719398]
Alchemist 3 stats: [Successes: 1055, Failures: 719379]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:15:26 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 2094]
Lead stall: [Resources: 2 | Sold: 2104]
Mercury stall: [Resources: 1 | Sold: 3142]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 1048, Failures: 719388]
Alchemist 2 stats: [Successes: 1038, Failures: 719398]
Alchemist 3 stats: [Successes: 1056, Failures: 719379]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:15:27 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 2097]
Lead stall: [Resources: 2 | Sold: 2108]
Mercury stall: [Resources: 0 | Sold: 3147]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 1050, Failures: 719388]
Alchemist 2 stats: [Successes: 1039, Failures: 719398]
Alchemist 3 stats: [Successes: 1058, Failures: 719379]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:15:28 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 1 | Sold: 2101]
Lead stall: [Resources: 1 | Sold: 2112]
Mercury stall: [Resources: 0 | Sold: 3153]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 1052, Failures: 719388]
Alchemist 2 stats: [Successes: 1041, Failures: 719398]
Alchemist 3 stats: [Successes: 1060, Failures: 719379]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:15:29 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 2104]
Lead stall: [Resources: 2 | Sold: 2115]
Mercury stall: [Resources: 0 | Sold: 3158]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 1054, Failures: 720821]
Alchemist 2 stats: [Successes: 1043, Failures: 720832]
Alchemist 3 stats: [Successes: 1061, Failures: 720813]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:15:30 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 2107]
Lead stall: [Resources: 2 | Sold: 2119]
Mercury stall: [Resources: 2 | Sold: 3163]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 1056, Failures: 722459]
Alchemist 2 stats: [Successes: 1044, Failures: 722471]
Alchemist 3 stats: [Successes: 1063, Failures: 722451]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:15:31 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 1 | Sold: 2111]
Lead stall: [Resources: 2 | Sold: 2123]
Mercury stall: [Resources: 0 | Sold: 3169]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 1058, Failures: 724799]
Alchemist 2 stats: [Successes: 1046, Failures: 724811]
Alchemist 3 stats: [Successes: 1065, Failures: 724791]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:15:32 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 1 | Sold: 2115]
Lead stall: [Resources: 2 | Sold: 2127]
Mercury stall: [Resources: 2 | Sold: 3175]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 1060, Failures: 728670]
Alchemist 2 stats: [Successes: 1048, Failures: 728682]
Alchemist 3 stats: [Successes: 1067, Failures: 728663]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:15:33 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 2117]
Lead stall: [Resources: 2 | Sold: 2130]
Mercury stall: [Resources: 2 | Sold: 3179]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 1062, Failures: 728670]
Alchemist 2 stats: [Successes: 1049, Failures: 728682]
Alchemist 3 stats: [Successes: 1068, Failures: 728663]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:15:34 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 1 | Sold: 2121]
Lead stall: [Resources: 1 | Sold: 2135]
Mercury stall: [Resources: 0 | Sold: 3186]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 1065, Failures: 732456]
Alchemist 2 stats: [Successes: 1051, Failures: 732469]
Alchemist 3 stats: [Successes: 1070, Failures: 732450]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:15:35 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 2124]
Lead stall: [Resources: 2 | Sold: 2138]
Mercury stall: [Resources: 2 | Sold: 3190]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 1066, Failures: 734527]
Alchemist 2 stats: [Successes: 1052, Failures: 734541]
Alchemist 3 stats: [Successes: 1072, Failures: 734521]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:15:36 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 1 | Sold: 2128]
Lead stall: [Resources: 1 | Sold: 2143]
Mercury stall: [Resources: 0 | Sold: 3197]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 1069, Failures: 734614]
Alchemist 2 stats: [Successes: 1054, Failures: 734629]
Alchemist 3 stats: [Successes: 1074, Failures: 734608]
Queue: [3, 1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:15:37 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 1 | Sold: 2132]
Lead stall: [Resources: 1 | Sold: 2146]
Mercury stall: [Resources: 0 | Sold: 3203]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 1071, Failures: 737933]
Alchemist 2 stats: [Successes: 1057, Failures: 737947]
Alchemist 3 stats: [Successes: 1075, Failures: 737928]
Queue: [3, 1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:15:38 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 2134]
Lead stall: [Resources: 2 | Sold: 2148]
Mercury stall: [Resources: 2 | Sold: 3206]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 1072, Failures: 740919]
Alchemist 2 stats: [Successes: 1058, Failures: 740932]
Alchemist 3 stats: [Successes: 1076, Failures: 740914]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:15:39 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 2137]
Lead stall: [Resources: 2 | Sold: 2150]
Mercury stall: [Resources: 1 | Sold: 3210]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 1073, Failures: 740919]
Alchemist 2 stats: [Successes: 1060, Failures: 740932]
Alchemist 3 stats: [Successes: 1077, Failures: 740914]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:15:40 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 1 | Sold: 2140]
Lead stall: [Resources: 1 | Sold: 2154]
Mercury stall: [Resources: 0 | Sold: 3215]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 1075, Failures: 740919]
Alchemist 2 stats: [Successes: 1061, Failures: 740932]
Alchemist 3 stats: [Successes: 1079, Failures: 740914]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:15:41 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 2144]
Lead stall: [Resources: 2 | Sold: 2156]
Mercury stall: [Resources: 2 | Sold: 3219]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 1075, Failures: 742139]
Alchemist 2 stats: [Successes: 1063, Failures: 742151]
Alchemist 3 stats: [Successes: 1081, Failures: 742133]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:15:42 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 2148]
Lead stall: [Resources: 1 | Sold: 2160]
Mercury stall: [Resources: 1 | Sold: 3225]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 1077, Failures: 742139]
Alchemist 2 stats: [Successes: 1065, Failures: 742151]
Alchemist 3 stats: [Successes: 1083, Failures: 742133]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:15:43 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 2150]
Lead stall: [Resources: 1 | Sold: 2163]
Mercury stall: [Resources: 1 | Sold: 3229]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 1079, Failures: 742139]
Alchemist 2 stats: [Successes: 1066, Failures: 742151]
Alchemist 3 stats: [Successes: 1084, Failures: 742133]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:15:44 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 2152]
Lead stall: [Resources: 1 | Sold: 2165]
Mercury stall: [Resources: 1 | Sold: 3232]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 1080, Failures: 742139]
Alchemist 2 stats: [Successes: 1067, Failures: 742151]
Alchemist 3 stats: [Successes: 1085, Failures: 742133]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:15:45 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 1 | Sold: 2156]
Lead stall: [Resources: 2 | Sold: 2168]
Mercury stall: [Resources: 1 | Sold: 3237]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 1081, Failures: 742139]
Alchemist 2 stats: [Successes: 1069, Failures: 742151]
Alchemist 3 stats: [Successes: 1087, Failures: 742133]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:15:46 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 2158]
Lead stall: [Resources: 2 | Sold: 2171]
Mercury stall: [Resources: 2 | Sold: 3241]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 1083, Failures: 742139]
Alchemist 2 stats: [Successes: 1070, Failures: 742151]
Alchemist 3 stats: [Successes: 1088, Failures: 742133]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:15:47 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 2160]
Lead stall: [Resources: 2 | Sold: 2173]
Mercury stall: [Resources: 2 | Sold: 3244]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 1084, Failures: 742139]
Alchemist 2 stats: [Successes: 1071, Failures: 742151]
Alchemist 3 stats: [Successes: 1089, Failures: 742133]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:15:48 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 2164]
Lead stall: [Resources: 1 | Sold: 2177]
Mercury stall: [Resources: 1 | Sold: 3250]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 1086, Failures: 742139]
Alchemist 2 stats: [Successes: 1073, Failures: 742151]
Alchemist 3 stats: [Successes: 1091, Failures: 742133]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:15:49 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 2167]
Lead stall: [Resources: 2 | Sold: 2179]
Mercury stall: [Resources: 2 | Sold: 3254]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 1087, Failures: 742139]
Alchemist 2 stats: [Successes: 1075, Failures: 742151]
Alchemist 3 stats: [Successes: 1092, Failures: 742133]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:15:50 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 2171]
Lead stall: [Resources: 2 | Sold: 2181]
Mercury stall: [Resources: 2 | Sold: 3259]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 1088, Failures: 745483]
Alchemist 2 stats: [Successes: 1078, Failures: 745493]
Alchemist 3 stats: [Successes: 1093, Failures: 745477]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:15:51 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 1 | Sold: 2175]
Lead stall: [Resources: 2 | Sold: 2185]
Mercury stall: [Resources: 1 | Sold: 3265]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 1090, Failures: 748879]
Alchemist 2 stats: [Successes: 1080, Failures: 748889]
Alchemist 3 stats: [Successes: 1095, Failures: 748874]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:15:52 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 2177]
Lead stall: [Resources: 2 | Sold: 2188]
Mercury stall: [Resources: 2 | Sold: 3269]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 1092, Failures: 750374]
Alchemist 2 stats: [Successes: 1081, Failures: 750384]
Alchemist 3 stats: [Successes: 1096, Failures: 750369]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:15:53 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 2182]
Lead stall: [Resources: 2 | Sold: 2192]
Mercury stall: [Resources: 2 | Sold: 3275]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 1093, Failures: 750853]
Alchemist 2 stats: [Successes: 1083, Failures: 750863]
Alchemist 3 stats: [Successes: 1099, Failures: 750847]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:15:54 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 2184]
Lead stall: [Resources: 1 | Sold: 2195]
Mercury stall: [Resources: 2 | Sold: 3279]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 1095, Failures: 750853]
Alchemist 2 stats: [Successes: 1084, Failures: 750863]
Alchemist 3 stats: [Successes: 1100, Failures: 750847]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:15:55 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 1 | Sold: 2188]
Lead stall: [Resources: 2 | Sold: 2198]
Mercury stall: [Resources: 0 | Sold: 3284]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 1096, Failures: 750853]
Alchemist 2 stats: [Successes: 1086, Failures: 750863]
Alchemist 3 stats: [Successes: 1102, Failures: 750847]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:15:56 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 2190]
Lead stall: [Resources: 2 | Sold: 2201]
Mercury stall: [Resources: 2 | Sold: 3288]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 1098, Failures: 750853]
Alchemist 2 stats: [Successes: 1087, Failures: 750863]
Alchemist 3 stats: [Successes: 1103, Failures: 750847]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:15:57 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 2193]
Lead stall: [Resources: 1 | Sold: 2203]
Mercury stall: [Resources: 1 | Sold: 3292]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 1099, Failures: 750853]
Alchemist 2 stats: [Successes: 1089, Failures: 750863]
Alchemist 3 stats: [Successes: 1104, Failures: 750847]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:15:58 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 2196]
Lead stall: [Resources: 2 | Sold: 2206]
Mercury stall: [Resources: 2 | Sold: 3296]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 1100, Failures: 755112]
Alchemist 2 stats: [Successes: 1090, Failures: 755122]
Alchemist 3 stats: [Successes: 1106, Failures: 755106]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:15:59 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 2198]
Lead stall: [Resources: 1 | Sold: 2209]
Mercury stall: [Resources: 2 | Sold: 3300]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 1102, Failures: 755112]
Alchemist 2 stats: [Successes: 1091, Failures: 755122]
Alchemist 3 stats: [Successes: 1107, Failures: 755106]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:16:00 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 2201]
Lead stall: [Resources: 2 | Sold: 2211]
Mercury stall: [Resources: 1 | Sold: 3304]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 1103, Failures: 755112]
Alchemist 2 stats: [Successes: 1093, Failures: 755122]
Alchemist 3 stats: [Successes: 1108, Failures: 755106]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:16:01 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 2204]
Lead stall: [Resources: 2 | Sold: 2214]
Mercury stall: [Resources: 2 | Sold: 3308]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 1104, Failures: 755112]
Alchemist 2 stats: [Successes: 1094, Failures: 755122]
Alchemist 3 stats: [Successes: 1110, Failures: 755106]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:16:02 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 2207]
Lead stall: [Resources: 2 | Sold: 2217]
Mercury stall: [Resources: 2 | Sold: 3313]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 1106, Failures: 756140]
Alchemist 2 stats: [Successes: 1096, Failures: 756150]
Alchemist 3 stats: [Successes: 1111, Failures: 756135]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:16:03 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 2209]
Lead stall: [Resources: 1 | Sold: 2220]
Mercury stall: [Resources: 1 | Sold: 3317]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 1108, Failures: 756140]
Alchemist 2 stats: [Successes: 1097, Failures: 756150]
Alchemist 3 stats: [Successes: 1112, Failures: 756135]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:16:04 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 1 | Sold: 2213]
Lead stall: [Resources: 2 | Sold: 2223]
Mercury stall: [Resources: 1 | Sold: 3322]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 1109, Failures: 756140]
Alchemist 2 stats: [Successes: 1099, Failures: 756150]
Alchemist 3 stats: [Successes: 1114, Failures: 756135]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:16:05 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 1 | Sold: 2217]
Lead stall: [Resources: 0 | Sold: 2227]
Mercury stall: [Resources: 0 | Sold: 3328]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 1111, Failures: 757605]
Alchemist 2 stats: [Successes: 1101, Failures: 757614]
Alchemist 3 stats: [Successes: 1116, Failures: 757599]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:16:06 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 1 | Sold: 2221]
Lead stall: [Resources: 2 | Sold: 2230]
Mercury stall: [Resources: 2 | Sold: 3333]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 1112, Failures: 757605]
Alchemist 2 stats: [Successes: 1103, Failures: 757614]
Alchemist 3 stats: [Successes: 1118, Failures: 757599]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:16:07 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 2223]
Lead stall: [Resources: 2 | Sold: 2233]
Mercury stall: [Resources: 2 | Sold: 3337]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 1114, Failures: 757605]
Alchemist 2 stats: [Successes: 1104, Failures: 757614]
Alchemist 3 stats: [Successes: 1119, Failures: 757599]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:16:08 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 2226]
Lead stall: [Resources: 2 | Sold: 2236]
Mercury stall: [Resources: 0 | Sold: 3342]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 1116, Failures: 762369]
Alchemist 2 stats: [Successes: 1106, Failures: 762378]
Alchemist 3 stats: [Successes: 1120, Failures: 762364]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:16:09 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 1 | Sold: 2230]
Lead stall: [Resources: 2 | Sold: 2239]
Mercury stall: [Resources: 1 | Sold: 3347]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 1117, Failures: 762936]
Alchemist 2 stats: [Successes: 1108, Failures: 762945]
Alchemist 3 stats: [Successes: 1122, Failures: 762931]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:16:10 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 1 | Sold: 2234]
Lead stall: [Resources: 1 | Sold: 2243]
Mercury stall: [Resources: 0 | Sold: 3353]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 1119, Failures: 767725]
Alchemist 2 stats: [Successes: 1110, Failures: 767734]
Alchemist 3 stats: [Successes: 1124, Failures: 767719]
Queue: [3, 1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:16:11 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 1 | Sold: 2238]
Lead stall: [Resources: 2 | Sold: 2247]
Mercury stall: [Resources: 0 | Sold: 3359]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 1121, Failures: 775947]
Alchemist 2 stats: [Successes: 1112, Failures: 775956]
Alchemist 3 stats: [Successes: 1126, Failures: 775942]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:16:12 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 2240]
Lead stall: [Resources: 2 | Sold: 2250]
Mercury stall: [Resources: 2 | Sold: 3363]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 1123, Failures: 775947]
Alchemist 2 stats: [Successes: 1113, Failures: 775956]
Alchemist 3 stats: [Successes: 1127, Failures: 775942]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:16:13 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 2244]
Lead stall: [Resources: 1 | Sold: 2254]
Mercury stall: [Resources: 1 | Sold: 3369]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 1125, Failures: 777702]
Alchemist 2 stats: [Successes: 1115, Failures: 777711]
Alchemist 3 stats: [Successes: 1129, Failures: 777697]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:16:14 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 1 | Sold: 2248]
Lead stall: [Resources: 2 | Sold: 2257]
Mercury stall: [Resources: 1 | Sold: 3374]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 1126, Failures: 777702]
Alchemist 2 stats: [Successes: 1117, Failures: 777711]
Alchemist 3 stats: [Successes: 1131, Failures: 777697]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:16:15 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 2251]
Lead stall: [Resources: 2 | Sold: 2260]
Mercury stall: [Resources: 1 | Sold: 3379]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 1128, Failures: 777702]
Alchemist 2 stats: [Successes: 1119, Failures: 777711]
Alchemist 3 stats: [Successes: 1132, Failures: 777697]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:16:16 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 2254]
Lead stall: [Resources: 2 | Sold: 2263]
Mercury stall: [Resources: 2 | Sold: 3383]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 1129, Failures: 777702]
Alchemist 2 stats: [Successes: 1120, Failures: 777711]
Alchemist 3 stats: [Successes: 1134, Failures: 777697]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:16:17 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 2256]
Lead stall: [Resources: 2 | Sold: 2265]
Mercury stall: [Resources: 2 | Sold: 3386]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 1130, Failures: 777702]
Alchemist 2 stats: [Successes: 1121, Failures: 777711]
Alchemist 3 stats: [Successes: 1135, Failures: 777697]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:16:18 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 2258]
Lead stall: [Resources: 2 | Sold: 2268]
Mercury stall: [Resources: 2 | Sold: 3390]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 1132, Failures: 777702]
Alchemist 2 stats: [Successes: 1122, Failures: 777711]
Alchemist 3 stats: [Successes: 1136, Failures: 777697]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:16:19 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 2262]
Lead stall: [Resources: 2 | Sold: 2271]
Mercury stall: [Resources: 2 | Sold: 3395]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 1133, Failures: 777702]
Alchemist 2 stats: [Successes: 1124, Failures: 777711]
Alchemist 3 stats: [Successes: 1138, Failures: 777697]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:16:20 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 2264]
Lead stall: [Resources: 2 | Sold: 2274]
Mercury stall: [Resources: 2 | Sold: 3399]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 1135, Failures: 777702]
Alchemist 2 stats: [Successes: 1125, Failures: 777711]
Alchemist 3 stats: [Successes: 1139, Failures: 777697]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:16:21 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 2267]
Lead stall: [Resources: 2 | Sold: 2276]
Mercury stall: [Resources: 2 | Sold: 3403]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 1136, Failures: 777702]
Alchemist 2 stats: [Successes: 1127, Failures: 777711]
Alchemist 3 stats: [Successes: 1140, Failures: 777697]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:16:22 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 1 | Sold: 2271]
Lead stall: [Resources: 1 | Sold: 2280]
Mercury stall: [Resources: 0 | Sold: 3409]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 1138, Failures: 777702]
Alchemist 2 stats: [Successes: 1129, Failures: 777711]
Alchemist 3 stats: [Successes: 1142, Failures: 777697]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:16:23 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 2274]
Lead stall: [Resources: 2 | Sold: 2283]
Mercury stall: [Resources: 2 | Sold: 3413]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 1139, Failures: 778685]
Alchemist 2 stats: [Successes: 1130, Failures: 778694]
Alchemist 3 stats: [Successes: 1144, Failures: 778680]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:16:24 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 2276]
Lead stall: [Resources: 2 | Sold: 2286]
Mercury stall: [Resources: 2 | Sold: 3417]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 1141, Failures: 778685]
Alchemist 2 stats: [Successes: 1131, Failures: 778694]
Alchemist 3 stats: [Successes: 1145, Failures: 778680]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:16:25 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 2280]
Lead stall: [Resources: 2 | Sold: 2289]
Mercury stall: [Resources: 2 | Sold: 3422]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 1142, Failures: 782013]
Alchemist 2 stats: [Successes: 1133, Failures: 782022]
Alchemist 3 stats: [Successes: 1147, Failures: 782008]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:16:26 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 2282]
Lead stall: [Resources: 2 | Sold: 2292]
Mercury stall: [Resources: 2 | Sold: 3426]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 1144, Failures: 782013]
Alchemist 2 stats: [Successes: 1134, Failures: 782022]
Alchemist 3 stats: [Successes: 1148, Failures: 782008]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:16:27 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 1 | Sold: 2286]
Lead stall: [Resources: 2 | Sold: 2295]
Mercury stall: [Resources: 1 | Sold: 3431]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 1145, Failures: 782013]
Alchemist 2 stats: [Successes: 1136, Failures: 782022]
Alchemist 3 stats: [Successes: 1150, Failures: 782008]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:16:28 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 1 | Sold: 2288]
Lead stall: [Resources: 2 | Sold: 2297]
Mercury stall: [Resources: 2 | Sold: 3434]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 1146, Failures: 782013]
Alchemist 2 stats: [Successes: 1137, Failures: 782022]
Alchemist 3 stats: [Successes: 1151, Failures: 782008]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:16:29 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 1 | Sold: 2292]
Lead stall: [Resources: 0 | Sold: 2302]
Mercury stall: [Resources: 0 | Sold: 3441]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 1149, Failures: 783718]
Alchemist 2 stats: [Successes: 1139, Failures: 783727]
Alchemist 3 stats: [Successes: 1153, Failures: 783713]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:16:30 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 2295]
Lead stall: [Resources: 2 | Sold: 2304]
Mercury stall: [Resources: 2 | Sold: 3445]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 1150, Failures: 783718]
Alchemist 2 stats: [Successes: 1141, Failures: 783727]
Alchemist 3 stats: [Successes: 1154, Failures: 783713]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:16:31 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 1 | Sold: 2298]
Lead stall: [Resources: 2 | Sold: 2307]
Mercury stall: [Resources: 1 | Sold: 3449]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 1151, Failures: 783718]
Alchemist 2 stats: [Successes: 1142, Failures: 783727]
Alchemist 3 stats: [Successes: 1156, Failures: 783713]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:16:32 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 2300]
Lead stall: [Resources: 1 | Sold: 2310]
Mercury stall: [Resources: 1 | Sold: 3453]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 1153, Failures: 783718]
Alchemist 2 stats: [Successes: 1143, Failures: 783727]
Alchemist 3 stats: [Successes: 1157, Failures: 783713]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:16:33 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 1 | Sold: 2304]
Lead stall: [Resources: 2 | Sold: 2313]
Mercury stall: [Resources: 0 | Sold: 3458]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 1154, Failures: 783718]
Alchemist 2 stats: [Successes: 1145, Failures: 783727]
Alchemist 3 stats: [Successes: 1159, Failures: 783713]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:16:34 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 2306]
Lead stall: [Resources: 2 | Sold: 2316]
Mercury stall: [Resources: 2 | Sold: 3462]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 1156, Failures: 783718]
Alchemist 2 stats: [Successes: 1146, Failures: 783727]
Alchemist 3 stats: [Successes: 1160, Failures: 783713]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:16:35 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 2309]
Lead stall: [Resources: 2 | Sold: 2318]
Mercury stall: [Resources: 2 | Sold: 3466]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 1157, Failures: 783718]
Alchemist 2 stats: [Successes: 1148, Failures: 783727]
Alchemist 3 stats: [Successes: 1161, Failures: 783713]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:16:36 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 2312]
Lead stall: [Resources: 2 | Sold: 2322]
Mercury stall: [Resources: 1 | Sold: 3471]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 1159, Failures: 786213]
Alchemist 2 stats: [Successes: 1149, Failures: 786222]
Alchemist 3 stats: [Successes: 1163, Failures: 786208]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:16:37 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 2315]
Lead stall: [Resources: 2 | Sold: 2324]
Mercury stall: [Resources: 1 | Sold: 3475]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 1160, Failures: 786213]
Alchemist 2 stats: [Successes: 1151, Failures: 786222]
Alchemist 3 stats: [Successes: 1164, Failures: 786208]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:16:38 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 2317]
Lead stall: [Resources: 2 | Sold: 2326]
Mercury stall: [Resources: 2 | Sold: 3478]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 1161, Failures: 786213]
Alchemist 2 stats: [Successes: 1152, Failures: 786222]
Alchemist 3 stats: [Successes: 1165, Failures: 786208]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:16:39 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 2320]
Lead stall: [Resources: 2 | Sold: 2330]
Mercury stall: [Resources: 2 | Sold: 3483]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 1163, Failures: 786213]
Alchemist 2 stats: [Successes: 1153, Failures: 786222]
Alchemist 3 stats: [Successes: 1167, Failures: 786208]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:16:40 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 2324]
Lead stall: [Resources: 2 | Sold: 2333]
Mercury stall: [Resources: 2 | Sold: 3488]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 1164, Failures: 786213]
Alchemist 2 stats: [Successes: 1155, Failures: 786222]
Alchemist 3 stats: [Successes: 1169, Failures: 786208]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:16:41 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 1 | Sold: 2328]
Lead stall: [Resources: 2 | Sold: 2336]
Mercury stall: [Resources: 0 | Sold: 3494]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 1166, Failures: 787876]
Alchemist 2 stats: [Successes: 1158, Failures: 787884]
Alchemist 3 stats: [Successes: 1170, Failures: 787871]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:16:42 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 1 | Sold: 2332]
Lead stall: [Resources: 1 | Sold: 2340]
Mercury stall: [Resources: 0 | Sold: 3500]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 1168, Failures: 788287]
Alchemist 2 stats: [Successes: 1160, Failures: 788295]
Alchemist 3 stats: [Successes: 1172, Failures: 788282]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:16:43 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 2335]
Lead stall: [Resources: 2 | Sold: 2342]
Mercury stall: [Resources: 1 | Sold: 3504]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 1169, Failures: 788722]
Alchemist 2 stats: [Successes: 1162, Failures: 788729]
Alchemist 3 stats: [Successes: 1173, Failures: 788717]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:16:44 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 2337]
Lead stall: [Resources: 2 | Sold: 2344]
Mercury stall: [Resources: 2 | Sold: 3507]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 1170, Failures: 788722]
Alchemist 2 stats: [Successes: 1163, Failures: 788729]
Alchemist 3 stats: [Successes: 1174, Failures: 788717]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:16:45 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 2340]
Lead stall: [Resources: 1 | Sold: 2348]
Mercury stall: [Resources: 1 | Sold: 3512]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 1172, Failures: 788722]
Alchemist 2 stats: [Successes: 1164, Failures: 788729]
Alchemist 3 stats: [Successes: 1176, Failures: 788717]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:16:46 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 2342]
Lead stall: [Resources: 2 | Sold: 2350]
Mercury stall: [Resources: 2 | Sold: 3515]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 1173, Failures: 788722]
Alchemist 2 stats: [Successes: 1165, Failures: 788729]
Alchemist 3 stats: [Successes: 1177, Failures: 788717]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:16:47 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 1 | Sold: 2347]
Lead stall: [Resources: 2 | Sold: 2353]
Mercury stall: [Resources: 1 | Sold: 3521]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 1174, Failures: 792434]
Alchemist 2 stats: [Successes: 1168, Failures: 792440]
Alchemist 3 stats: [Successes: 1179, Failures: 792429]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:16:48 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 1 | Sold: 2351]
Lead stall: [Resources: 1 | Sold: 2358]
Mercury stall: [Resources: 1 | Sold: 3528]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 1177, Failures: 792434]
Alchemist 2 stats: [Successes: 1170, Failures: 792440]
Alchemist 3 stats: [Successes: 1181, Failures: 792429]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:16:49 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 2355]
Lead stall: [Resources: 2 | Sold: 2361]
Mercury stall: [Resources: 2 | Sold: 3533]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 1178, Failures: 795636]
Alchemist 2 stats: [Successes: 1172, Failures: 795642]
Alchemist 3 stats: [Successes: 1183, Failures: 795631]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:16:50 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 1 | Sold: 2358]
Lead stall: [Resources: 2 | Sold: 2364]
Mercury stall: [Resources: 2 | Sold: 3538]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 1180, Failures: 795636]
Alchemist 2 stats: [Successes: 1174, Failures: 795642]
Alchemist 3 stats: [Successes: 1184, Failures: 795631]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:16:51 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 2362]
Lead stall: [Resources: 2 | Sold: 2368]
Mercury stall: [Resources: 1 | Sold: 3544]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 1182, Failures: 795636]
Alchemist 2 stats: [Successes: 1176, Failures: 795642]
Alchemist 3 stats: [Successes: 1186, Failures: 795631]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:16:52 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 2365]
Lead stall: [Resources: 2 | Sold: 2371]
Mercury stall: [Resources: 2 | Sold: 3548]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 1183, Failures: 795636]
Alchemist 2 stats: [Successes: 1177, Failures: 795642]
Alchemist 3 stats: [Successes: 1188, Failures: 795631]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:16:53 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 1 | Sold: 2368]
Lead stall: [Resources: 1 | Sold: 2374]
Mercury stall: [Resources: 1 | Sold: 3553]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 1185, Failures: 795636]
Alchemist 2 stats: [Successes: 1179, Failures: 795642]
Alchemist 3 stats: [Successes: 1189, Failures: 795631]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:16:54 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 1 | Sold: 2374]
Lead stall: [Resources: 1 | Sold: 2380]
Mercury stall: [Resources: 0 | Sold: 3561]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 1187, Failures: 799402]
Alchemist 2 stats: [Successes: 1181, Failures: 799407]
Alchemist 3 stats: [Successes: 1193, Failures: 799395]
Queue: [2, 3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:16:55 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 2376]
Lead stall: [Resources: 1 | Sold: 2384]
Mercury stall: [Resources: 1 | Sold: 3566]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 1190, Failures: 802419]
Alchemist 2 stats: [Successes: 1182, Failures: 802426]
Alchemist 3 stats: [Successes: 1194, Failures: 802414]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:16:56 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 2380]
Lead stall: [Resources: 2 | Sold: 2387]
Mercury stall: [Resources: 1 | Sold: 3571]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 1191, Failures: 802419]
Alchemist 2 stats: [Successes: 1184, Failures: 802426]
Alchemist 3 stats: [Successes: 1196, Failures: 802414]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:16:57 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 2382]
Lead stall: [Resources: 1 | Sold: 2390]
Mercury stall: [Resources: 1 | Sold: 3575]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 1193, Failures: 802419]
Alchemist 2 stats: [Successes: 1185, Failures: 802426]
Alchemist 3 stats: [Successes: 1197, Failures: 802414]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:16:58 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 2384]
Lead stall: [Resources: 2 | Sold: 2392]
Mercury stall: [Resources: 1 | Sold: 3578]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 1194, Failures: 802419]
Alchemist 2 stats: [Successes: 1186, Failures: 802426]
Alchemist 3 stats: [Successes: 1198, Failures: 802414]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:16:59 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 2388]
Lead stall: [Resources: 1 | Sold: 2395]
Mercury stall: [Resources: 0 | Sold: 3583]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 1195, Failures: 802419]
Alchemist 2 stats: [Successes: 1188, Failures: 802426]
Alchemist 3 stats: [Successes: 1200, Failures: 802414]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:17:00 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 2391]
Lead stall: [Resources: 2 | Sold: 2398]
Mercury stall: [Resources: 1 | Sold: 3588]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 1197, Failures: 802697]
Alchemist 2 stats: [Successes: 1190, Failures: 802704]
Alchemist 3 stats: [Successes: 1201, Failures: 802693]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:17:01 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 2394]
Lead stall: [Resources: 2 | Sold: 2403]
Mercury stall: [Resources: 2 | Sold: 3595]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 1201, Failures: 808414]
Alchemist 2 stats: [Successes: 1192, Failures: 808423]
Alchemist 3 stats: [Successes: 1202, Failures: 808412]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:17:02 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 2398]
Lead stall: [Resources: 2 | Sold: 2407]
Mercury stall: [Resources: 0 | Sold: 3601]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 1203, Failures: 811591]
Alchemist 2 stats: [Successes: 1194, Failures: 811600]
Alchemist 3 stats: [Successes: 1204, Failures: 811589]
Queue: [3, 1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:17:03 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 2400]
Lead stall: [Resources: 2 | Sold: 2410]
Mercury stall: [Resources: 2 | Sold: 3605]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 1205, Failures: 812502]
Alchemist 2 stats: [Successes: 1195, Failures: 812511]
Alchemist 3 stats: [Successes: 1205, Failures: 812501]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:17:04 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 1 | Sold: 2403]
Lead stall: [Resources: 2 | Sold: 2412]
Mercury stall: [Resources: 1 | Sold: 3609]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 1206, Failures: 812502]
Alchemist 2 stats: [Successes: 1197, Failures: 812511]
Alchemist 3 stats: [Successes: 1206, Failures: 812501]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:17:05 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 1 | Sold: 2407]
Lead stall: [Resources: 1 | Sold: 2416]
Mercury stall: [Resources: 1 | Sold: 3614]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 1207, Failures: 812844]
Alchemist 2 stats: [Successes: 1198, Failures: 812853]
Alchemist 3 stats: [Successes: 1209, Failures: 812842]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:17:06 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 2410]
Lead stall: [Resources: 1 | Sold: 2420]
Mercury stall: [Resources: 1 | Sold: 3619]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 1209, Failures: 813840]
Alchemist 2 stats: [Successes: 1199, Failures: 813849]
Alchemist 3 stats: [Successes: 1211, Failures: 813837]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:17:07 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 2412]
Lead stall: [Resources: 2 | Sold: 2422]
Mercury stall: [Resources: 2 | Sold: 3622]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 1210, Failures: 813840]
Alchemist 2 stats: [Successes: 1200, Failures: 813849]
Alchemist 3 stats: [Successes: 1212, Failures: 813837]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:17:08 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 1 | Sold: 2417]
Lead stall: [Resources: 2 | Sold: 2426]
Mercury stall: [Resources: 2 | Sold: 3630]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 1213, Failures: 817462]
Alchemist 2 stats: [Successes: 1204, Failures: 817471]
Alchemist 3 stats: [Successes: 1213, Failures: 817461]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:17:09 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 1 | Sold: 2421]
Lead stall: [Resources: 2 | Sold: 2431]
Mercury stall: [Resources: 1 | Sold: 3636]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 1215, Failures: 819265]
Alchemist 2 stats: [Successes: 1205, Failures: 819275]
Alchemist 3 stats: [Successes: 1216, Failures: 819264]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:17:10 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 2423]
Lead stall: [Resources: 1 | Sold: 2434]
Mercury stall: [Resources: 1 | Sold: 3640]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 1217, Failures: 819265]
Alchemist 2 stats: [Successes: 1206, Failures: 819275]
Alchemist 3 stats: [Successes: 1217, Failures: 819264]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:17:11 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 1 | Sold: 2428]
Lead stall: [Resources: 1 | Sold: 2438]
Mercury stall: [Resources: 0 | Sold: 3646]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 1218, Failures: 821882]
Alchemist 2 stats: [Successes: 1208, Failures: 821892]
Alchemist 3 stats: [Successes: 1220, Failures: 821880]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:17:12 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 2430]
Lead stall: [Resources: 1 | Sold: 2442]
Mercury stall: [Resources: 1 | Sold: 3651]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 1221, Failures: 823644]
Alchemist 2 stats: [Successes: 1209, Failures: 823655]
Alchemist 3 stats: [Successes: 1221, Failures: 823643]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:17:13 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 2433]
Lead stall: [Resources: 2 | Sold: 2444]
Mercury stall: [Resources: 2 | Sold: 3655]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 1222, Failures: 823644]
Alchemist 2 stats: [Successes: 1211, Failures: 823655]
Alchemist 3 stats: [Successes: 1222, Failures: 823643]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:17:14 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 2437]
Lead stall: [Resources: 2 | Sold: 2448]
Mercury stall: [Resources: 2 | Sold: 3661]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 1224, Failures: 825203]
Alchemist 2 stats: [Successes: 1213, Failures: 825213]
Alchemist 3 stats: [Successes: 1224, Failures: 825202]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:17:15 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 2439]
Lead stall: [Resources: 2 | Sold: 2450]
Mercury stall: [Resources: 2 | Sold: 3664]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 1225, Failures: 825203]
Alchemist 2 stats: [Successes: 1214, Failures: 825213]
Alchemist 3 stats: [Successes: 1225, Failures: 825202]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:17:16 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 2442]
Lead stall: [Resources: 2 | Sold: 2452]
Mercury stall: [Resources: 1 | Sold: 3668]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 1226, Failures: 825203]
Alchemist 2 stats: [Successes: 1216, Failures: 825213]
Alchemist 3 stats: [Successes: 1226, Failures: 825202]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:17:17 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 2444]
Lead stall: [Resources: 2 | Sold: 2454]
Mercury stall: [Resources: 2 | Sold: 3671]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 1227, Failures: 825203]
Alchemist 2 stats: [Successes: 1217, Failures: 825213]
Alchemist 3 stats: [Successes: 1227, Failures: 825202]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:17:18 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 2447]
Lead stall: [Resources: 2 | Sold: 2457]
Mercury stall: [Resources: 2 | Sold: 3675]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 1228, Failures: 825203]
Alchemist 2 stats: [Successes: 1218, Failures: 825213]
Alchemist 3 stats: [Successes: 1229, Failures: 825202]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:17:19 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 2450]
Lead stall: [Resources: 2 | Sold: 2460]
Mercury stall: [Resources: 0 | Sold: 3680]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 1230, Failures: 825203]
Alchemist 2 stats: [Successes: 1220, Failures: 825213]
Alchemist 3 stats: [Successes: 1230, Failures: 825202]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:17:20 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 2453]
Lead stall: [Resources: 2 | Sold: 2464]
Mercury stall: [Resources: 2 | Sold: 3685]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 1232, Failures: 826146]
Alchemist 2 stats: [Successes: 1221, Failures: 826156]
Alchemist 3 stats: [Successes: 1232, Failures: 826145]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:17:21 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 1 | Sold: 2457]
Lead stall: [Resources: 1 | Sold: 2467]
Mercury stall: [Resources: 0 | Sold: 3690]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 1233, Failures: 826146]
Alchemist 2 stats: [Successes: 1223, Failures: 826156]
Alchemist 3 stats: [Successes: 1234, Failures: 826145]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:17:22 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 1 | Sold: 2461]
Lead stall: [Resources: 2 | Sold: 2471]
Mercury stall: [Resources: 0 | Sold: 3696]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 1235, Failures: 828771]
Alchemist 2 stats: [Successes: 1225, Failures: 828781]
Alchemist 3 stats: [Successes: 1236, Failures: 828770]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:17:23 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 2463]
Lead stall: [Resources: 1 | Sold: 2474]
Mercury stall: [Resources: 1 | Sold: 3700]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 1237, Failures: 828771]
Alchemist 2 stats: [Successes: 1226, Failures: 828781]
Alchemist 3 stats: [Successes: 1237, Failures: 828770]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:17:24 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 1 | Sold: 2467]
Lead stall: [Resources: 2 | Sold: 2477]
Mercury stall: [Resources: 1 | Sold: 3705]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 1238, Failures: 828771]
Alchemist 2 stats: [Successes: 1228, Failures: 828781]
Alchemist 3 stats: [Successes: 1239, Failures: 828770]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:17:25 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 0 | Sold: 2471]
Lead stall: [Resources: 0 | Sold: 2481]
Mercury stall: [Resources: 0 | Sold: 3711]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 1240, Failures: 828771]
Alchemist 2 stats: [Successes: 1230, Failures: 828781]
Alchemist 3 stats: [Successes: 1241, Failures: 828770]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:17:26 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 2473]
Lead stall: [Resources: 1 | Sold: 2484]
Mercury stall: [Resources: 1 | Sold: 3715]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 1242, Failures: 828771]
Alchemist 2 stats: [Successes: 1231, Failures: 828781]
Alchemist 3 stats: [Successes: 1242, Failures: 828770]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:17:27 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 2477]
Lead stall: [Resources: 1 | Sold: 2487]
Mercury stall: [Resources: 1 | Sold: 3720]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 1243, Failures: 830800]
Alchemist 2 stats: [Successes: 1233, Failures: 830810]
Alchemist 3 stats: [Successes: 1244, Failures: 830799]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:17:28 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 1 | Sold: 2480]
Lead stall: [Resources: 1 | Sold: 2490]
Mercury stall: [Resources: 1 | Sold: 3725]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 1245, Failures: 830800]
Alchemist 2 stats: [Successes: 1235, Failures: 830810]
Alchemist 3 stats: [Successes: 1245, Failures: 830799]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:17:29 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 2483]
Lead stall: [Resources: 1 | Sold: 2494]
Mercury stall: [Resources: 2 | Sold: 3730]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 1247, Failures: 830800]
Alchemist 2 stats: [Successes: 1236, Failures: 830810]
Alchemist 3 stats: [Successes: 1247, Failures: 830799]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:17:30 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 2486]
Lead stall: [Resources: 2 | Sold: 2497]
Mercury stall: [Resources: 2 | Sold: 3734]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 1248, Failures: 832202]
Alchemist 2 stats: [Successes: 1237, Failures: 832213]
Alchemist 3 stats: [Successes: 1249, Failures: 832201]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:17:31 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 2488]
Lead stall: [Resources: 1 | Sold: 2500]
Mercury stall: [Resources: 1 | Sold: 3738]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 1250, Failures: 832202]
Alchemist 2 stats: [Successes: 1238, Failures: 832213]
Alchemist 3 stats: [Successes: 1250, Failures: 832201]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:17:32 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 1 | Sold: 2492]
Lead stall: [Resources: 2 | Sold: 2503]
Mercury stall: [Resources: 2 | Sold: 3743]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 1251, Failures: 832202]
Alchemist 2 stats: [Successes: 1240, Failures: 832213]
Alchemist 3 stats: [Successes: 1252, Failures: 832201]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:17:33 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 1 | Sold: 2496]
Lead stall: [Resources: 1 | Sold: 2507]
Mercury stall: [Resources: 1 | Sold: 3749]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 1253, Failures: 832202]
Alchemist 2 stats: [Successes: 1242, Failures: 832213]
Alchemist 3 stats: [Successes: 1254, Failures: 832201]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:17:34 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 2499]
Lead stall: [Resources: 1 | Sold: 2510]
Mercury stall: [Resources: 2 | Sold: 3754]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 1255, Failures: 832202]
Alchemist 2 stats: [Successes: 1244, Failures: 832213]
Alchemist 3 stats: [Successes: 1255, Failures: 832201]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:17:35 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 2502]
Lead stall: [Resources: 1 | Sold: 2514]
Mercury stall: [Resources: 0 | Sold: 3759]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 1257, Failures: 833059]
Alchemist 2 stats: [Successes: 1245, Failures: 833070]
Alchemist 3 stats: [Successes: 1257, Failures: 833058]
Queue: [2, 3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:17:36 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 1 | Sold: 2506]
Lead stall: [Resources: 2 | Sold: 2518]
Mercury stall: [Resources: 1 | Sold: 3765]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 1259, Failures: 833323]
Alchemist 2 stats: [Successes: 1247, Failures: 833335]
Alchemist 3 stats: [Successes: 1259, Failures: 833323]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:17:37 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 2508]
Lead stall: [Resources: 1 | Sold: 2521]
Mercury stall: [Resources: 1 | Sold: 3769]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 1261, Failures: 833323]
Alchemist 2 stats: [Successes: 1248, Failures: 833335]
Alchemist 3 stats: [Successes: 1260, Failures: 833323]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:17:38 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 2511]
Lead stall: [Resources: 2 | Sold: 2523]
Mercury stall: [Resources: 2 | Sold: 3773]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 1262, Failures: 833323]
Alchemist 2 stats: [Successes: 1250, Failures: 833335]
Alchemist 3 stats: [Successes: 1261, Failures: 833323]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:17:39 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 2515]
Lead stall: [Resources: 1 | Sold: 2527]
Mercury stall: [Resources: 0 | Sold: 3779]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 1264, Failures: 833323]
Alchemist 2 stats: [Successes: 1252, Failures: 833335]
Alchemist 3 stats: [Successes: 1263, Failures: 833323]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:17:40 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 2519]
Lead stall: [Resources: 2 | Sold: 2530]
Mercury stall: [Resources: 1 | Sold: 3784]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 1265, Failures: 835672]
Alchemist 2 stats: [Successes: 1254, Failures: 835683]
Alchemist 3 stats: [Successes: 1265, Failures: 835672]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:17:41 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 2521]
Lead stall: [Resources: 1 | Sold: 2533]
Mercury stall: [Resources: 1 | Sold: 3788]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 1267, Failures: 835672]
Alchemist 2 stats: [Successes: 1255, Failures: 835683]
Alchemist 3 stats: [Successes: 1266, Failures: 835672]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:17:42 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 2524]
Lead stall: [Resources: 2 | Sold: 2535]
Mercury stall: [Resources: 2 | Sold: 3792]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 1268, Failures: 835672]
Alchemist 2 stats: [Successes: 1257, Failures: 835683]
Alchemist 3 stats: [Successes: 1267, Failures: 835672]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:17:43 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 1 | Sold: 2527]
Lead stall: [Resources: 2 | Sold: 2538]
Mercury stall: [Resources: 2 | Sold: 3796]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 1269, Failures: 835672]
Alchemist 2 stats: [Successes: 1258, Failures: 835683]
Alchemist 3 stats: [Successes: 1269, Failures: 835672]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:17:44 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 1 | Sold: 2529]
Lead stall: [Resources: 1 | Sold: 2541]
Mercury stall: [Resources: 1 | Sold: 3800]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 1271, Failures: 835672]
Alchemist 2 stats: [Successes: 1259, Failures: 835683]
Alchemist 3 stats: [Successes: 1270, Failures: 835672]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:17:45 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 2533]
Lead stall: [Resources: 2 | Sold: 2543]
Mercury stall: [Resources: 1 | Sold: 3805]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 1272, Failures: 837024]
Alchemist 2 stats: [Successes: 1262, Failures: 837034]
Alchemist 3 stats: [Successes: 1271, Failures: 837024]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:17:46 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 2536]
Lead stall: [Resources: 2 | Sold: 2547]
Mercury stall: [Resources: 1 | Sold: 3810]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 1274, Failures: 837024]
Alchemist 2 stats: [Successes: 1263, Failures: 837034]
Alchemist 3 stats: [Successes: 1273, Failures: 837024]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:17:47 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 2539]
Lead stall: [Resources: 2 | Sold: 2549]
Mercury stall: [Resources: 2 | Sold: 3814]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 1275, Failures: 837024]
Alchemist 2 stats: [Successes: 1265, Failures: 837034]
Alchemist 3 stats: [Successes: 1274, Failures: 837024]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:17:48 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 2542]
Lead stall: [Resources: 1 | Sold: 2553]
Mercury stall: [Resources: 1 | Sold: 3819]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 1277, Failures: 837024]
Alchemist 2 stats: [Successes: 1266, Failures: 837034]
Alchemist 3 stats: [Successes: 1276, Failures: 837024]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:17:49 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 2545]
Lead stall: [Resources: 2 | Sold: 2555]
Mercury stall: [Resources: 2 | Sold: 3823]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 1278, Failures: 837024]
Alchemist 2 stats: [Successes: 1268, Failures: 837034]
Alchemist 3 stats: [Successes: 1277, Failures: 837024]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:17:50 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 1 | Sold: 2548]
Lead stall: [Resources: 2 | Sold: 2558]
Mercury stall: [Resources: 2 | Sold: 3827]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 1279, Failures: 837024]
Alchemist 2 stats: [Successes: 1269, Failures: 837034]
Alchemist 3 stats: [Successes: 1279, Failures: 837024]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:17:51 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 2552]
Lead stall: [Resources: 2 | Sold: 2562]
Mercury stall: [Resources: 1 | Sold: 3834]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 1282, Failures: 840399]
Alchemist 2 stats: [Successes: 1272, Failures: 840408]
Alchemist 3 stats: [Successes: 1280, Failures: 840400]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:17:52 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 2555]
Lead stall: [Resources: 2 | Sold: 2564]
Mercury stall: [Resources: 2 | Sold: 3838]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 1283, Failures: 841772]
Alchemist 2 stats: [Successes: 1274, Failures: 841781]
Alchemist 3 stats: [Successes: 1281, Failures: 841774]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:17:53 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 2557]
Lead stall: [Resources: 2 | Sold: 2566]
Mercury stall: [Resources: 2 | Sold: 3841]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 1284, Failures: 841772]
Alchemist 2 stats: [Successes: 1275, Failures: 841781]
Alchemist 3 stats: [Successes: 1282, Failures: 841774]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:17:54 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 2559]
Lead stall: [Resources: 2 | Sold: 2569]
Mercury stall: [Resources: 2 | Sold: 3845]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 1286, Failures: 841772]
Alchemist 2 stats: [Successes: 1276, Failures: 841781]
Alchemist 3 stats: [Successes: 1283, Failures: 841774]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:17:55 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 2562]
Lead stall: [Resources: 2 | Sold: 2573]
Mercury stall: [Resources: 1 | Sold: 3851]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 1289, Failures: 847267]
Alchemist 2 stats: [Successes: 1278, Failures: 847278]
Alchemist 3 stats: [Successes: 1284, Failures: 847271]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:17:56 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 1 | Sold: 2565]
Lead stall: [Resources: 2 | Sold: 2576]
Mercury stall: [Resources: 1 | Sold: 3855]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 1290, Failures: 847267]
Alchemist 2 stats: [Successes: 1279, Failures: 847278]
Alchemist 3 stats: [Successes: 1286, Failures: 847271]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:17:57 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 2568]
Lead stall: [Resources: 2 | Sold: 2579]
Mercury stall: [Resources: 0 | Sold: 3860]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 1292, Failures: 847267]
Alchemist 2 stats: [Successes: 1281, Failures: 847278]
Alchemist 3 stats: [Successes: 1287, Failures: 847271]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:17:58 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 2570]
Lead stall: [Resources: 2 | Sold: 2581]
Mercury stall: [Resources: 2 | Sold: 3863]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 1293, Failures: 847267]
Alchemist 2 stats: [Successes: 1282, Failures: 847278]
Alchemist 3 stats: [Successes: 1288, Failures: 847271]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:17:59 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 2574]
Lead stall: [Resources: 2 | Sold: 2585]
Mercury stall: [Resources: 1 | Sold: 3869]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 1295, Failures: 847751]
Alchemist 2 stats: [Successes: 1284, Failures: 847762]
Alchemist 3 stats: [Successes: 1290, Failures: 847755]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:18:00 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 1 | Sold: 2577]
Lead stall: [Resources: 2 | Sold: 2588]
Mercury stall: [Resources: 1 | Sold: 3873]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 1296, Failures: 847751]
Alchemist 2 stats: [Successes: 1285, Failures: 847762]
Alchemist 3 stats: [Successes: 1292, Failures: 847755]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:18:01 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 2580]
Lead stall: [Resources: 2 | Sold: 2592]
Mercury stall: [Resources: 1 | Sold: 3879]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 1299, Failures: 849872]
Alchemist 2 stats: [Successes: 1287, Failures: 849884]
Alchemist 3 stats: [Successes: 1293, Failures: 849877]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:18:02 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 2583]
Lead stall: [Resources: 2 | Sold: 2595]
Mercury stall: [Resources: 2 | Sold: 3883]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 1300, Failures: 849872]
Alchemist 2 stats: [Successes: 1288, Failures: 849884]
Alchemist 3 stats: [Successes: 1295, Failures: 849877]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:18:03 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 2586]
Lead stall: [Resources: 2 | Sold: 2598]
Mercury stall: [Resources: 1 | Sold: 3888]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 1302, Failures: 849872]
Alchemist 2 stats: [Successes: 1290, Failures: 849884]
Alchemist 3 stats: [Successes: 1296, Failures: 849877]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:18:04 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 2589]
Lead stall: [Resources: 1 | Sold: 2602]
Mercury stall: [Resources: 1 | Sold: 3893]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 1304, Failures: 849872]
Alchemist 2 stats: [Successes: 1291, Failures: 849884]
Alchemist 3 stats: [Successes: 1298, Failures: 849877]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:18:05 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 2592]
Lead stall: [Resources: 2 | Sold: 2605]
Mercury stall: [Resources: 2 | Sold: 3898]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 1306, Failures: 853493]
Alchemist 2 stats: [Successes: 1293, Failures: 853506]
Alchemist 3 stats: [Successes: 1299, Failures: 853499]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:18:06 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 1 | Sold: 2595]
Lead stall: [Resources: 2 | Sold: 2608]
Mercury stall: [Resources: 1 | Sold: 3902]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 1307, Failures: 853493]
Alchemist 2 stats: [Successes: 1294, Failures: 853506]
Alchemist 3 stats: [Successes: 1301, Failures: 853499]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:18:07 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 2597]
Lead stall: [Resources: 2 | Sold: 2610]
Mercury stall: [Resources: 2 | Sold: 3905]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 1308, Failures: 853493]
Alchemist 2 stats: [Successes: 1295, Failures: 853506]
Alchemist 3 stats: [Successes: 1302, Failures: 853499]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:18:08 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 2599]
Lead stall: [Resources: 2 | Sold: 2612]
Mercury stall: [Resources: 2 | Sold: 3908]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 1309, Failures: 853493]
Alchemist 2 stats: [Successes: 1296, Failures: 853506]
Alchemist 3 stats: [Successes: 1303, Failures: 853499]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:18:10 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 2601]
Lead stall: [Resources: 2 | Sold: 2614]
Mercury stall: [Resources: 2 | Sold: 3911]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 1310, Failures: 853493]
Alchemist 2 stats: [Successes: 1297, Failures: 853506]
Alchemist 3 stats: [Successes: 1304, Failures: 853499]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:18:11 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 2603]
Lead stall: [Resources: 2 | Sold: 2617]
Mercury stall: [Resources: 2 | Sold: 3915]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 1312, Failures: 853493]
Alchemist 2 stats: [Successes: 1298, Failures: 853506]
Alchemist 3 stats: [Successes: 1305, Failures: 853499]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:18:12 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 1 | Sold: 2607]
Lead stall: [Resources: 1 | Sold: 2621]
Mercury stall: [Resources: 1 | Sold: 3921]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 1314, Failures: 853493]
Alchemist 2 stats: [Successes: 1300, Failures: 853506]
Alchemist 3 stats: [Successes: 1307, Failures: 853499]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:18:13 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 2611]
Lead stall: [Resources: 2 | Sold: 2625]
Mercury stall: [Resources: 2 | Sold: 3927]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 1316, Failures: 856739]
Alchemist 2 stats: [Successes: 1302, Failures: 856753]
Alchemist 3 stats: [Successes: 1309, Failures: 856746]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:18:14 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 2613]
Lead stall: [Resources: 2 | Sold: 2627]
Mercury stall: [Resources: 2 | Sold: 3930]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 1317, Failures: 856739]
Alchemist 2 stats: [Successes: 1303, Failures: 856753]
Alchemist 3 stats: [Successes: 1310, Failures: 856746]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:18:15 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 2615]
Lead stall: [Resources: 2 | Sold: 2630]
Mercury stall: [Resources: 2 | Sold: 3934]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 1319, Failures: 856739]
Alchemist 2 stats: [Successes: 1304, Failures: 856753]
Alchemist 3 stats: [Successes: 1311, Failures: 856746]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:18:16 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 2618]
Lead stall: [Resources: 2 | Sold: 2632]
Mercury stall: [Resources: 2 | Sold: 3938]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 1320, Failures: 856739]
Alchemist 2 stats: [Successes: 1306, Failures: 856753]
Alchemist 3 stats: [Successes: 1312, Failures: 856746]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:18:17 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 2621]
Lead stall: [Resources: 2 | Sold: 2636]
Mercury stall: [Resources: 1 | Sold: 3943]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 1322, Failures: 856739]
Alchemist 2 stats: [Successes: 1307, Failures: 856753]
Alchemist 3 stats: [Successes: 1314, Failures: 856746]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:18:18 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 2624]
Lead stall: [Resources: 2 | Sold: 2638]
Mercury stall: [Resources: 1 | Sold: 3947]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 1323, Failures: 856739]
Alchemist 2 stats: [Successes: 1309, Failures: 856753]
Alchemist 3 stats: [Successes: 1315, Failures: 856746]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:18:19 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 2627]
Lead stall: [Resources: 1 | Sold: 2642]
Mercury stall: [Resources: 1 | Sold: 3952]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 1325, Failures: 856739]
Alchemist 2 stats: [Successes: 1310, Failures: 856753]
Alchemist 3 stats: [Successes: 1317, Failures: 856746]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:18:20 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 2631]
Lead stall: [Resources: 2 | Sold: 2645]
Mercury stall: [Resources: 0 | Sold: 3958]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 1327, Failures: 862390]
Alchemist 2 stats: [Successes: 1313, Failures: 862404]
Alchemist 3 stats: [Successes: 1318, Failures: 862398]
Queue: [3, 1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:18:21 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 2634]
Lead stall: [Resources: 2 | Sold: 2647]
Mercury stall: [Resources: 2 | Sold: 3962]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 1328, Failures: 863525]
Alchemist 2 stats: [Successes: 1315, Failures: 863538]
Alchemist 3 stats: [Successes: 1319, Failures: 863533]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:18:22 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 1 | Sold: 2637]
Lead stall: [Resources: 2 | Sold: 2650]
Mercury stall: [Resources: 1 | Sold: 3966]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 1329, Failures: 863525]
Alchemist 2 stats: [Successes: 1316, Failures: 863538]
Alchemist 3 stats: [Successes: 1321, Failures: 863533]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:18:23 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 2641]
Lead stall: [Resources: 2 | Sold: 2654]
Mercury stall: [Resources: 1 | Sold: 3972]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 1331, Failures: 868694]
Alchemist 2 stats: [Successes: 1318, Failures: 868707]
Alchemist 3 stats: [Successes: 1323, Failures: 868701]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:18:24 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 2644]
Lead stall: [Resources: 2 | Sold: 2657]
Mercury stall: [Resources: 1 | Sold: 3976]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 1332, Failures: 868694]
Alchemist 2 stats: [Successes: 1319, Failures: 868707]
Alchemist 3 stats: [Successes: 1325, Failures: 868701]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:18:25 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 2648]
Lead stall: [Resources: 2 | Sold: 2659]
Mercury stall: [Resources: 2 | Sold: 3981]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 1333, Failures: 871048]
Alchemist 2 stats: [Successes: 1322, Failures: 871059]
Alchemist 3 stats: [Successes: 1326, Failures: 871054]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:18:26 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 1 | Sold: 2652]
Lead stall: [Resources: 1 | Sold: 2663]
Mercury stall: [Resources: 0 | Sold: 3987]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 1335, Failures: 871048]
Alchemist 2 stats: [Successes: 1324, Failures: 871059]
Alchemist 3 stats: [Successes: 1328, Failures: 871054]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:18:27 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 2653]
Lead stall: [Resources: 2 | Sold: 2665]
Mercury stall: [Resources: 2 | Sold: 3989]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 1336, Failures: 871048]
Alchemist 2 stats: [Successes: 1324, Failures: 871059]
Alchemist 3 stats: [Successes: 1329, Failures: 871054]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:18:28 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 2657]
Lead stall: [Resources: 2 | Sold: 2668]
Mercury stall: [Resources: 1 | Sold: 3994]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 1337, Failures: 871048]
Alchemist 2 stats: [Successes: 1326, Failures: 871059]
Alchemist 3 stats: [Successes: 1331, Failures: 871054]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:18:29 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 2659]
Lead stall: [Resources: 2 | Sold: 2671]
Mercury stall: [Resources: 2 | Sold: 3998]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 1339, Failures: 871048]
Alchemist 2 stats: [Successes: 1327, Failures: 871059]
Alchemist 3 stats: [Successes: 1332, Failures: 871054]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:18:30 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 1 | Sold: 2663]
Lead stall: [Resources: 2 | Sold: 2674]
Mercury stall: [Resources: 1 | Sold: 4003]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 1340, Failures: 871048]
Alchemist 2 stats: [Successes: 1329, Failures: 871059]
Alchemist 3 stats: [Successes: 1334, Failures: 871054]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:18:31 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 2665]
Lead stall: [Resources: 2 | Sold: 2677]
Mercury stall: [Resources: 2 | Sold: 4007]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 1342, Failures: 871048]
Alchemist 2 stats: [Successes: 1330, Failures: 871059]
Alchemist 3 stats: [Successes: 1335, Failures: 871054]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:18:32 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 0 | Sold: 2671]
Lead stall: [Resources: 0 | Sold: 2682]
Mercury stall: [Resources: 0 | Sold: 4015]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 1344, Failures: 871816]
Alchemist 2 stats: [Successes: 1333, Failures: 871827]
Alchemist 3 stats: [Successes: 1338, Failures: 871822]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:18:33 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 2673]
Lead stall: [Resources: 2 | Sold: 2685]
Mercury stall: [Resources: 2 | Sold: 4019]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 1346, Failures: 873093]
Alchemist 2 stats: [Successes: 1334, Failures: 873104]
Alchemist 3 stats: [Successes: 1339, Failures: 873099]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:18:34 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 2677]
Lead stall: [Resources: 2 | Sold: 2688]
Mercury stall: [Resources: 2 | Sold: 4024]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 1347, Failures: 873093]
Alchemist 2 stats: [Successes: 1336, Failures: 873104]
Alchemist 3 stats: [Successes: 1341, Failures: 873099]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:18:35 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 2679]
Lead stall: [Resources: 1 | Sold: 2691]
Mercury stall: [Resources: 2 | Sold: 4028]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 1349, Failures: 873093]
Alchemist 2 stats: [Successes: 1337, Failures: 873104]
Alchemist 3 stats: [Successes: 1342, Failures: 873099]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:18:36 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 2682]
Lead stall: [Resources: 2 | Sold: 2693]
Mercury stall: [Resources: 1 | Sold: 4032]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 1350, Failures: 873093]
Alchemist 2 stats: [Successes: 1339, Failures: 873104]
Alchemist 3 stats: [Successes: 1343, Failures: 873099]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:18:37 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 2686]
Lead stall: [Resources: 2 | Sold: 2697]
Mercury stall: [Resources: 1 | Sold: 4038]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 1352, Failures: 875211]
Alchemist 2 stats: [Successes: 1341, Failures: 875222]
Alchemist 3 stats: [Successes: 1345, Failures: 875217]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:18:38 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 2688]
Lead stall: [Resources: 2 | Sold: 2699]
Mercury stall: [Resources: 2 | Sold: 4041]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 1353, Failures: 875211]
Alchemist 2 stats: [Successes: 1342, Failures: 875222]
Alchemist 3 stats: [Successes: 1346, Failures: 875217]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:18:39 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 2691]
Lead stall: [Resources: 1 | Sold: 2704]
Mercury stall: [Resources: 1 | Sold: 4047]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 1356, Failures: 875335]
Alchemist 2 stats: [Successes: 1343, Failures: 875347]
Alchemist 3 stats: [Successes: 1348, Failures: 875342]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:18:40 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 2693]
Lead stall: [Resources: 2 | Sold: 2705]
Mercury stall: [Resources: 2 | Sold: 4049]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 1356, Failures: 875335]
Alchemist 2 stats: [Successes: 1344, Failures: 875347]
Alchemist 3 stats: [Successes: 1349, Failures: 875342]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:18:41 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 2696]
Lead stall: [Resources: 2 | Sold: 2708]
Mercury stall: [Resources: 1 | Sold: 4054]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 1358, Failures: 875335]
Alchemist 2 stats: [Successes: 1346, Failures: 875347]
Alchemist 3 stats: [Successes: 1350, Failures: 875342]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:18:42 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 2698]
Lead stall: [Resources: 2 | Sold: 2711]
Mercury stall: [Resources: 2 | Sold: 4058]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 1360, Failures: 876146]
Alchemist 2 stats: [Successes: 1347, Failures: 876159]
Alchemist 3 stats: [Successes: 1351, Failures: 876154]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:18:43 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 2703]
Lead stall: [Resources: 2 | Sold: 2716]
Mercury stall: [Resources: 1 | Sold: 4065]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 1362, Failures: 879202]
Alchemist 2 stats: [Successes: 1349, Failures: 879215]
Alchemist 3 stats: [Successes: 1354, Failures: 879210]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:18:44 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 2707]
Lead stall: [Resources: 2 | Sold: 2720]
Mercury stall: [Resources: 0 | Sold: 4071]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 1364, Failures: 879202]
Alchemist 2 stats: [Successes: 1351, Failures: 879215]
Alchemist 3 stats: [Successes: 1356, Failures: 879210]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:18:45 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 2710]
Lead stall: [Resources: 2 | Sold: 2723]
Mercury stall: [Resources: 2 | Sold: 4076]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 1366, Failures: 881001]
Alchemist 2 stats: [Successes: 1353, Failures: 881014]
Alchemist 3 stats: [Successes: 1357, Failures: 881010]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:18:46 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 2712]
Lead stall: [Resources: 2 | Sold: 2726]
Mercury stall: [Resources: 1 | Sold: 4080]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 1368, Failures: 881001]
Alchemist 2 stats: [Successes: 1354, Failures: 881014]
Alchemist 3 stats: [Successes: 1358, Failures: 881010]
Queue: [2, 3]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:18:47 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 2718]
Lead stall: [Resources: 1 | Sold: 2730]
Mercury stall: [Resources: 1 | Sold: 4086]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 1368, Failures: 897319]
Alchemist 2 stats: [Successes: 1356, Failures: 897331]
Alchemist 3 stats: [Successes: 1362, Failures: 897325]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:18:48 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 2721]
Lead stall: [Resources: 2 | Sold: 2733]
Mercury stall: [Resources: 0 | Sold: 4091]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 1370, Failures: 897319]
Alchemist 2 stats: [Successes: 1358, Failures: 897331]
Alchemist 3 stats: [Successes: 1363, Failures: 897325]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:18:49 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 2724]
Lead stall: [Resources: 2 | Sold: 2736]
Mercury stall: [Resources: 2 | Sold: 4095]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 1371, Failures: 897319]
Alchemist 2 stats: [Successes: 1359, Failures: 897331]
Alchemist 3 stats: [Successes: 1365, Failures: 897325]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:18:50 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 1 | Sold: 2727]
Lead stall: [Resources: 2 | Sold: 2739]
Mercury stall: [Resources: 1 | Sold: 4100]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 1373, Failures: 897319]
Alchemist 2 stats: [Successes: 1361, Failures: 897331]
Alchemist 3 stats: [Successes: 1366, Failures: 897325]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:18:51 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 1 | Sold: 2730]
Lead stall: [Resources: 2 | Sold: 2742]
Mercury stall: [Resources: 1 | Sold: 4104]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 1374, Failures: 897319]
Alchemist 2 stats: [Successes: 1362, Failures: 897331]
Alchemist 3 stats: [Successes: 1368, Failures: 897325]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:18:52 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 2732]
Lead stall: [Resources: 2 | Sold: 2744]
Mercury stall: [Resources: 2 | Sold: 4107]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 1375, Failures: 897319]
Alchemist 2 stats: [Successes: 1363, Failures: 897331]
Alchemist 3 stats: [Successes: 1369, Failures: 897325]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:18:53 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 2735]
Lead stall: [Resources: 2 | Sold: 2747]
Mercury stall: [Resources: 0 | Sold: 4112]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 1377, Failures: 897319]
Alchemist 2 stats: [Successes: 1365, Failures: 897331]
Alchemist 3 stats: [Successes: 1370, Failures: 897325]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:18:54 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 1 | Sold: 2738]
Lead stall: [Resources: 2 | Sold: 2750]
Mercury stall: [Resources: 1 | Sold: 4116]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 1378, Failures: 897319]
Alchemist 2 stats: [Successes: 1366, Failures: 897331]
Alchemist 3 stats: [Successes: 1372, Failures: 897325]
Queue: [1, 2]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:18:55 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 0 | Sold: 2743]
Lead stall: [Resources: 2 | Sold: 2754]
Mercury stall: [Resources: 1 | Sold: 4123]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 1380, Failures: 898674]
Alchemist 2 stats: [Successes: 1369, Failures: 898685]
Alchemist 3 stats: [Successes: 1374, Failures: 898679]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:18:56 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 1 | Sold: 2747]
Lead stall: [Resources: 2 | Sold: 2758]
Mercury stall: [Resources: 0 | Sold: 4129]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 1382, Failures: 899114]
Alchemist 2 stats: [Successes: 1371, Failures: 899125]
Alchemist 3 stats: [Successes: 1376, Failures: 899119]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
2013-10-20 21:18:57 INFO Information:18 -
--------------------- STALLS ---------------------
Sulfur stall: [Resources: 2 | Sold: 2750]
Lead stall: [Resources: 2 | Sold: 2761]
Mercury stall: [Resources: 2 | Sold: 4134]
------------------------------------------------------
--------------------- ALCHEMISTS ---------------------
Alchemist 1 stats: [Successes: 1384, Failures: 903562]
Alchemist 2 stats: [Successes: 1373, Failures: 903573]
Alchemist 3 stats: [Successes: 1377, Failures: 903568]
Queue: [3, 1]
------------------------------------------------------
--------------------- STALL VS ALCHEMISTS DIFF ---------------------
Sulfur: 0
Lead: 0
Mercury: 0
------------------------------------------------------
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment