Uploaded image for project: 'Flink'
  1. Flink
  2. FLINK-2443

[CompactingHashTable] GSA Connected Components fails with NPE

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Duplicate
    • 0.10.0
    • 1.0.0
    • None

    Description

      The following code (present in an almost identical form in Gelly)
      https://github.com/andralungu/gelly-partitioning/blob/master/src/main/java/example/GSAConnectedComponents.java

      Fails with Null Pointer Exception on GSA's join[apply]
      for the twitter data set:
      http://twitter.mpi-sws.org/data-icwsm2010.html

      on 30 wally nodes with -p60

      Stack trace:

      07/30/2015 18:28:41	Job execution switched to status RUNNING.
      07/30/2015 18:28:41	CHAIN DataSource (at getEdgeDataSet(GSAConnectedComponents.java:124) (org.apache.flink.api.java.io.CsvInputFormat)) -> Map (Map at getEdgeDataSet(GSAConnectedComponents.java:124))(1/60) switched to SCHEDULED 
      07/30/2015 18:28:41	CHAIN DataSource (at getEdgeDataSet(GSAConnectedComponents.java:124) (org.apache.flink.api.java.io.CsvInputFormat)) -> Map (Map at getEdgeDataSet(GSAConnectedComponents.java:124))(1/60) switched to DEPLOYING 
      07/30/2015 18:28:41	CHAIN DataSource (at getEdgeDataSet(GSAConnectedComponents.java:124) (org.apache.flink.api.java.io.CsvInputFormat)) -> Map (Map at getEdgeDataSet(GSAConnectedComponents.java:124))(2/60) switched to SCHEDULED 
      07/30/2015 18:28:41	CHAIN DataSource (at getEdgeDataSet(GSAConnectedComponents.java:124) (org.apache.flink.api.java.io.CsvInputFormat)) -> Map (Map at getEdgeDataSet(GSAConnectedComponents.java:124))(2/60) switched to DEPLOYING 
      07/30/2015 18:28:41	CHAIN DataSource (at getEdgeDataSet(GSAConnectedComponents.java:124) (org.apache.flink.api.java.io.CsvInputFormat)) -> Map (Map at getEdgeDataSet(GSAConnectedComponents.java:124))(3/60) switched to SCHEDULED 
      07/30/2015 18:28:41	CHAIN DataSource (at getEdgeDataSet(GSAConnectedComponents.java:124) (org.apache.flink.api.java.io.CsvInputFormat)) -> Map (Map at getEdgeDataSet(GSAConnectedComponents.java:124))(3/60) switched to DEPLOYING 
      07/30/2015 18:28:41	CHAIN DataSource (at getEdgeDataSet(GSAConnectedComponents.java:124) (org.apache.flink.api.java.io.CsvInputFormat)) -> Map (Map at getEdgeDataSet(GSAConnectedComponents.java:124))(4/60) switched to SCHEDULED 
      07/30/2015 18:28:41	CHAIN DataSource (at getEdgeDataSet(GSAConnectedComponents.java:124) (org.apache.flink.api.java.io.CsvInputFormat)) -> Map (Map at getEdgeDataSet(GSAConnectedComponents.java:124))(4/60) switched to DEPLOYING 
      07/30/2015 18:28:41	CHAIN DataSource (at getEdgeDataSet(GSAConnectedComponents.java:124) (org.apache.flink.api.java.io.CsvInputFormat)) -> Map (Map at getEdgeDataSet(GSAConnectedComponents.java:124))(5/60) switched to SCHEDULED 
      07/30/2015 18:28:41	CHAIN DataSource (at getEdgeDataSet(GSAConnectedComponents.java:124) (org.apache.flink.api.java.io.CsvInputFormat)) -> Map (Map at getEdgeDataSet(GSAConnectedComponents.java:124))(5/60) switched to DEPLOYING 
      07/30/2015 18:28:41	CHAIN DataSource (at getEdgeDataSet(GSAConnectedComponents.java:124) (org.apache.flink.api.java.io.CsvInputFormat)) -> Map (Map at getEdgeDataSet(GSAConnectedComponents.java:124))(6/60) switched to SCHEDULED 
      07/30/2015 18:28:41	CHAIN DataSource (at getEdgeDataSet(GSAConnectedComponents.java:124) (org.apache.flink.api.java.io.CsvInputFormat)) -> Map (Map at getEdgeDataSet(GSAConnectedComponents.java:124))(6/60) switched to DEPLOYING 
      07/30/2015 18:28:41	CHAIN DataSource (at getEdgeDataSet(GSAConnectedComponents.java:124) (org.apache.flink.api.java.io.CsvInputFormat)) -> Map (Map at getEdgeDataSet(GSAConnectedComponents.java:124))(7/60) switched to SCHEDULED 
      07/30/2015 18:28:41	CHAIN DataSource (at getEdgeDataSet(GSAConnectedComponents.java:124) (org.apache.flink.api.java.io.CsvInputFormat)) -> Map (Map at getEdgeDataSet(GSAConnectedComponents.java:124))(7/60) switched to DEPLOYING 
      07/30/2015 18:28:41	CHAIN DataSource (at getEdgeDataSet(GSAConnectedComponents.java:124) (org.apache.flink.api.java.io.CsvInputFormat)) -> Map (Map at getEdgeDataSet(GSAConnectedComponents.java:124))(8/60) switched to SCHEDULED 
      07/30/2015 18:28:41	CHAIN DataSource (at getEdgeDataSet(GSAConnectedComponents.java:124) (org.apache.flink.api.java.io.CsvInputFormat)) -> Map (Map at getEdgeDataSet(GSAConnectedComponents.java:124))(8/60) switched to DEPLOYING 
      07/30/2015 18:28:41	CHAIN DataSource (at getEdgeDataSet(GSAConnectedComponents.java:124) (org.apache.flink.api.java.io.CsvInputFormat)) -> Map (Map at getEdgeDataSet(GSAConnectedComponents.java:124))(9/60) switched to SCHEDULED 
      07/30/2015 18:28:41	CHAIN DataSource (at getEdgeDataSet(GSAConnectedComponents.java:124) (org.apache.flink.api.java.io.CsvInputFormat)) -> Map (Map at getEdgeDataSet(GSAConnectedComponents.java:124))(9/60) switched to DEPLOYING 
      07/30/2015 18:28:41	CHAIN DataSource (at getEdgeDataSet(GSAConnectedComponents.java:124) (org.apache.flink.api.java.io.CsvInputFormat)) -> Map (Map at getEdgeDataSet(GSAConnectedComponents.java:124))(10/60) switched to SCHEDULED 
      07/30/2015 18:28:41	CHAIN DataSource (at getEdgeDataSet(GSAConnectedComponents.java:124) (org.apache.flink.api.java.io.CsvInputFormat)) -> Map (Map at getEdgeDataSet(GSAConnectedComponents.java:124))(10/60) switched to DEPLOYING 
      07/30/2015 18:28:41	CHAIN DataSource (at getEdgeDataSet(GSAConnectedComponents.java:124) (org.apache.flink.api.java.io.CsvInputFormat)) -> Map (Map at getEdgeDataSet(GSAConnectedComponents.java:124))(11/60) switched to SCHEDULED 
      07/30/2015 18:28:41	CHAIN DataSource (at getEdgeDataSet(GSAConnectedComponents.java:124) (org.apache.flink.api.java.io.CsvInputFormat)) -> Map (Map at getEdgeDataSet(GSAConnectedComponents.java:124))(11/60) switched to DEPLOYING 
      07/30/2015 18:28:41	CHAIN DataSource (at getEdgeDataSet(GSAConnectedComponents.java:124) (org.apache.flink.api.java.io.CsvInputFormat)) -> Map (Map at getEdgeDataSet(GSAConnectedComponents.java:124))(12/60) switched to SCHEDULED 
      07/30/2015 18:28:41	CHAIN DataSource (at getEdgeDataSet(GSAConnectedComponents.java:124) (org.apache.flink.api.java.io.CsvInputFormat)) -> Map (Map at getEdgeDataSet(GSAConnectedComponents.java:124))(12/60) switched to DEPLOYING 
      07/30/2015 18:28:41	CHAIN DataSource (at getEdgeDataSet(GSAConnectedComponents.java:124) (org.apache.flink.api.java.io.CsvInputFormat)) -> Map (Map at getEdgeDataSet(GSAConnectedComponents.java:124))(13/60) switched to SCHEDULED 
      07/30/2015 18:28:41	CHAIN DataSource (at getEdgeDataSet(GSAConnectedComponents.java:124) (org.apache.flink.api.java.io.CsvInputFormat)) -> Map (Map at getEdgeDataSet(GSAConnectedComponents.java:124))(13/60) switched to DEPLOYING 
      07/30/2015 18:28:41	CHAIN DataSource (at getEdgeDataSet(GSAConnectedComponents.java:124) (org.apache.flink.api.java.io.CsvInputFormat)) -> Map (Map at getEdgeDataSet(GSAConnectedComponents.java:124))(14/60) switched to SCHEDULED 
      07/30/2015 18:28:41	CHAIN DataSource (at getEdgeDataSet(GSAConnectedComponents.java:124) (org.apache.flink.api.java.io.CsvInputFormat)) -> Map (Map at getEdgeDataSet(GSAConnectedComponents.java:124))(14/60) switched to DEPLOYING 
      07/30/2015 18:28:41	CHAIN DataSource (at getEdgeDataSet(GSAConnectedComponents.java:124) (org.apache.flink.api.java.io.CsvInputFormat)) -> Map (Map at getEdgeDataSet(GSAConnectedComponents.java:124))(15/60) switched to SCHEDULED 
      07/30/2015 18:28:41	CHAIN DataSource (at getEdgeDataSet(GSAConnectedComponents.java:124) (org.apache.flink.api.java.io.CsvInputFormat)) -> Map (Map at getEdgeDataSet(GSAConnectedComponents.java:124))(15/60) switched to DEPLOYING 
      07/30/2015 18:28:41	CHAIN DataSource (at getEdgeDataSet(GSAConnectedComponents.java:124) (org.apache.flink.api.java.io.CsvInputFormat)) -> Map (Map at getEdgeDataSet(GSAConnectedComponents.java:124))(16/60) switched to SCHEDULED 
      07/30/2015 18:28:41	CHAIN DataSource (at getEdgeDataSet(GSAConnectedComponents.java:124) (org.apache.flink.api.java.io.CsvInputFormat)) -> Map (Map at getEdgeDataSet(GSAConnectedComponents.java:124))(16/60) switched to DEPLOYING 
      07/30/2015 18:28:41	CHAIN DataSource (at getEdgeDataSet(GSAConnectedComponents.java:124) (org.apache.flink.api.java.io.CsvInputFormat)) -> Map (Map at getEdgeDataSet(GSAConnectedComponents.java:124))(17/60) switched to SCHEDULED 
      07/30/2015 18:28:41	CHAIN DataSource (at getEdgeDataSet(GSAConnectedComponents.java:124) (org.apache.flink.api.java.io.CsvInputFormat)) -> Map (Map at getEdgeDataSet(GSAConnectedComponents.java:124))(17/60) switched to DEPLOYING 
      07/30/2015 18:28:41	CHAIN DataSource (at getEdgeDataSet(GSAConnectedComponents.java:124) (org.apache.flink.api.java.io.CsvInputFormat)) -> Map (Map at getEdgeDataSet(GSAConnectedComponents.java:124))(18/60) switched to SCHEDULED 
      07/30/2015 18:28:41	CHAIN DataSource (at getEdgeDataSet(GSAConnectedComponents.java:124) (org.apache.flink.api.java.io.CsvInputFormat)) -> Map (Map at getEdgeDataSet(GSAConnectedComponents.java:124))(18/60) switched to DEPLOYING 
      07/30/2015 18:28:41	CHAIN DataSource (at getEdgeDataSet(GSAConnectedComponents.java:124) (org.apache.flink.api.java.io.CsvInputFormat)) -> Map (Map at getEdgeDataSet(GSAConnectedComponents.java:124))(19/60) switched to SCHEDULED 
      07/30/2015 18:28:41	CHAIN DataSource (at getEdgeDataSet(GSAConnectedComponents.java:124) (org.apache.flink.api.java.io.CsvInputFormat)) -> Map (Map at getEdgeDataSet(GSAConnectedComponents.java:124))(19/60) switched to DEPLOYING 
      07/30/2015 18:28:41	CHAIN DataSource (at getEdgeDataSet(GSAConnectedComponents.java:124) (org.apache.flink.api.java.io.CsvInputFormat)) -> Map (Map at getEdgeDataSet(GSAConnectedComponents.java:124))(20/60) switched to SCHEDULED 
      07/30/2015 18:28:41	CHAIN DataSource (at getEdgeDataSet(GSAConnectedComponents.java:124) (org.apache.flink.api.java.io.CsvInputFormat)) -> Map (Map at getEdgeDataSet(GSAConnectedComponents.java:124))(20/60) switched to DEPLOYING 
      07/30/2015 18:28:41	CHAIN DataSource (at getEdgeDataSet(GSAConnectedComponents.java:124) (org.apache.flink.api.java.io.CsvInputFormat)) -> Map (Map at getEdgeDataSet(GSAConnectedComponents.java:124))(21/60) switched to SCHEDULED 
      07/30/2015 18:28:41	CHAIN DataSource (at getEdgeDataSet(GSAConnectedComponents.java:124) (org.apache.flink.api.java.io.CsvInputFormat)) -> Map (Map at getEdgeDataSet(GSAConnectedComponents.java:124))(21/60) switched to DEPLOYING 
      07/30/2015 18:28:41	CHAIN DataSource (at getEdgeDataSet(GSAConnectedComponents.java:124) (org.apache.flink.api.java.io.CsvInputFormat)) -> Map (Map at getEdgeDataSet(GSAConnectedComponents.java:124))(22/60) switched to SCHEDULED 
      07/30/2015 18:28:41	CHAIN DataSource (at getEdgeDataSet(GSAConnectedComponents.java:124) (org.apache.flink.api.java.io.CsvInputFormat)) -> Map (Map at getEdgeDataSet(GSAConnectedComponents.java:124))(22/60) switched to DEPLOYING 
      07/30/2015 18:28:41	CHAIN DataSource (at getEdgeDataSet(GSAConnectedComponents.java:124) (org.apache.flink.api.java.io.CsvInputFormat)) -> Map (Map at getEdgeDataSet(GSAConnectedComponents.java:124))(23/60) switched to SCHEDULED 
      07/30/2015 18:28:41	CHAIN DataSource (at getEdgeDataSet(GSAConnectedComponents.java:124) (org.apache.flink.api.java.io.CsvInputFormat)) -> Map (Map at getEdgeDataSet(GSAConnectedComponents.java:124))(23/60) switched to DEPLOYING 
      07/30/2015 18:28:41	CHAIN DataSource (at getEdgeDataSet(GSAConnectedComponents.java:124) (org.apache.flink.api.java.io.CsvInputFormat)) -> Map (Map at getEdgeDataSet(GSAConnectedComponents.java:124))(24/60) switched to SCHEDULED 
      07/30/2015 18:28:41	CHAIN DataSource (at getEdgeDataSet(GSAConnectedComponents.java:124) (org.apache.flink.api.java.io.CsvInputFormat)) -> Map (Map at getEdgeDataSet(GSAConnectedComponents.java:124))(24/60) switched to DEPLOYING 
      07/30/2015 18:28:41	CHAIN DataSource (at getEdgeDataSet(GSAConnectedComponents.java:124) (org.apache.flink.api.java.io.CsvInputFormat)) -> Map (Map at getEdgeDataSet(GSAConnectedComponents.java:124))(25/60) switched to SCHEDULED 
      07/30/2015 18:28:41	CHAIN DataSource (at getEdgeDataSet(GSAConnectedComponents.java:124) (org.apache.flink.api.java.io.CsvInputFormat)) -> Map (Map at getEdgeDataSet(GSAConnectedComponents.java:124))(25/60) switched to DEPLOYING 
      07/30/2015 18:28:41	CHAIN DataSource (at getEdgeDataSet(GSAConnectedComponents.java:124) (org.apache.flink.api.java.io.CsvInputFormat)) -> Map (Map at getEdgeDataSet(GSAConnectedComponents.java:124))(26/60) switched to SCHEDULED 
      07/30/2015 18:28:41	CHAIN DataSource (at getEdgeDataSet(GSAConnectedComponents.java:124) (org.apache.flink.api.java.io.CsvInputFormat)) -> Map (Map at getEdgeDataSet(GSAConnectedComponents.java:124))(26/60) switched to DEPLOYING 
      07/30/2015 18:28:41	CHAIN DataSource (at getEdgeDataSet(GSAConnectedComponents.java:124) (org.apache.flink.api.java.io.CsvInputFormat)) -> Map (Map at getEdgeDataSet(GSAConnectedComponents.java:124))(27/60) switched to SCHEDULED 
      07/30/2015 18:28:41	CHAIN DataSource (at getEdgeDataSet(GSAConnectedComponents.java:124) (org.apache.flink.api.java.io.CsvInputFormat)) -> Map (Map at getEdgeDataSet(GSAConnectedComponents.java:124))(27/60) switched to DEPLOYING 
      07/30/2015 18:28:41	CHAIN DataSource (at getEdgeDataSet(GSAConnectedComponents.java:124) (org.apache.flink.api.java.io.CsvInputFormat)) -> Map (Map at getEdgeDataSet(GSAConnectedComponents.java:124))(28/60) switched to SCHEDULED 
      07/30/2015 18:28:41	CHAIN DataSource (at getEdgeDataSet(GSAConnectedComponents.java:124) (org.apache.flink.api.java.io.CsvInputFormat)) -> Map (Map at getEdgeDataSet(GSAConnectedComponents.java:124))(28/60) switched to DEPLOYING 
      07/30/2015 18:28:41	CHAIN DataSource (at getEdgeDataSet(GSAConnectedComponents.java:124) (org.apache.flink.api.java.io.CsvInputFormat)) -> Map (Map at getEdgeDataSet(GSAConnectedComponents.java:124))(29/60) switched to SCHEDULED 
      07/30/2015 18:28:41	CHAIN DataSource (at getEdgeDataSet(GSAConnectedComponents.java:124) (org.apache.flink.api.java.io.CsvInputFormat)) -> Map (Map at getEdgeDataSet(GSAConnectedComponents.java:124))(29/60) switched to DEPLOYING 
      07/30/2015 18:28:41	CHAIN DataSource (at getEdgeDataSet(GSAConnectedComponents.java:124) (org.apache.flink.api.java.io.CsvInputFormat)) -> Map (Map at getEdgeDataSet(GSAConnectedComponents.java:124))(30/60) switched to SCHEDULED 
      07/30/2015 18:28:41	CHAIN DataSource (at getEdgeDataSet(GSAConnectedComponents.java:124) (org.apache.flink.api.java.io.CsvInputFormat)) -> Map (Map at getEdgeDataSet(GSAConnectedComponents.java:124))(30/60) switched to DEPLOYING 
      07/30/2015 18:28:41	CHAIN DataSource (at getEdgeDataSet(GSAConnectedComponents.java:124) (org.apache.flink.api.java.io.CsvInputFormat)) -> Map (Map at getEdgeDataSet(GSAConnectedComponents.java:124))(31/60) switched to SCHEDULED 
      07/30/2015 18:28:41	CHAIN DataSource (at getEdgeDataSet(GSAConnectedComponents.java:124) (org.apache.flink.api.java.io.CsvInputFormat)) -> Map (Map at getEdgeDataSet(GSAConnectedComponents.java:124))(31/60) switched to DEPLOYING 
      07/30/2015 18:28:41	CHAIN DataSource (at getEdgeDataSet(GSAConnectedComponents.java:124) (org.apache.flink.api.java.io.CsvInputFormat)) -> Map (Map at getEdgeDataSet(GSAConnectedComponents.java:124))(32/60) switched to SCHEDULED 
      07/30/2015 18:28:41	CHAIN DataSource (at getEdgeDataSet(GSAConnectedComponents.java:124) (org.apache.flink.api.java.io.CsvInputFormat)) -> Map (Map at getEdgeDataSet(GSAConnectedComponents.java:124))(32/60) switched to DEPLOYING 
      07/30/2015 18:28:41	CHAIN DataSource (at getEdgeDataSet(GSAConnectedComponents.java:124) (org.apache.flink.api.java.io.CsvInputFormat)) -> Map (Map at getEdgeDataSet(GSAConnectedComponents.java:124))(33/60) switched to SCHEDULED 
      07/30/2015 18:28:41	CHAIN DataSource (at getEdgeDataSet(GSAConnectedComponents.java:124) (org.apache.flink.api.java.io.CsvInputFormat)) -> Map (Map at getEdgeDataSet(GSAConnectedComponents.java:124))(33/60) switched to DEPLOYING 
      07/30/2015 18:28:41	CHAIN DataSource (at getEdgeDataSet(GSAConnectedComponents.java:124) (org.apache.flink.api.java.io.CsvInputFormat)) -> Map (Map at getEdgeDataSet(GSAConnectedComponents.java:124))(34/60) switched to SCHEDULED 
      07/30/2015 18:28:41	CHAIN DataSource (at getEdgeDataSet(GSAConnectedComponents.java:124) (org.apache.flink.api.java.io.CsvInputFormat)) -> Map (Map at getEdgeDataSet(GSAConnectedComponents.java:124))(34/60) switched to DEPLOYING 
      07/30/2015 18:28:41	CHAIN DataSource (at getEdgeDataSet(GSAConnectedComponents.java:124) (org.apache.flink.api.java.io.CsvInputFormat)) -> Map (Map at getEdgeDataSet(GSAConnectedComponents.java:124))(35/60) switched to SCHEDULED 
      07/30/2015 18:28:41	CHAIN DataSource (at getEdgeDataSet(GSAConnectedComponents.java:124) (org.apache.flink.api.java.io.CsvInputFormat)) -> Map (Map at getEdgeDataSet(GSAConnectedComponents.java:124))(35/60) switched to DEPLOYING 
      07/30/2015 18:28:41	CHAIN DataSource (at getEdgeDataSet(GSAConnectedComponents.java:124) (org.apache.flink.api.java.io.CsvInputFormat)) -> Map (Map at getEdgeDataSet(GSAConnectedComponents.java:124))(36/60) switched to SCHEDULED 
      07/30/2015 18:28:41	CHAIN DataSource (at getEdgeDataSet(GSAConnectedComponents.java:124) (org.apache.flink.api.java.io.CsvInputFormat)) -> Map (Map at getEdgeDataSet(GSAConnectedComponents.java:124))(36/60) switched to DEPLOYING 
      07/30/2015 18:28:41	CHAIN DataSource (at getEdgeDataSet(GSAConnectedComponents.java:124) (org.apache.flink.api.java.io.CsvInputFormat)) -> Map (Map at getEdgeDataSet(GSAConnectedComponents.java:124))(37/60) switched to SCHEDULED 
      07/30/2015 18:28:41	CHAIN DataSource (at getEdgeDataSet(GSAConnectedComponents.java:124) (org.apache.flink.api.java.io.CsvInputFormat)) -> Map (Map at getEdgeDataSet(GSAConnectedComponents.java:124))(37/60) switched to DEPLOYING 
      07/30/2015 18:28:41	CHAIN DataSource (at getEdgeDataSet(GSAConnectedComponents.java:124) (org.apache.flink.api.java.io.CsvInputFormat)) -> Map (Map at getEdgeDataSet(GSAConnectedComponents.java:124))(38/60) switched to SCHEDULED 
      07/30/2015 18:28:41	CHAIN DataSource (at getEdgeDataSet(GSAConnectedComponents.java:124) (org.apache.flink.api.java.io.CsvInputFormat)) -> Map (Map at getEdgeDataSet(GSAConnectedComponents.java:124))(38/60) switched to DEPLOYING 
      07/30/2015 18:28:41	CHAIN DataSource (at getEdgeDataSet(GSAConnectedComponents.java:124) (org.apache.flink.api.java.io.CsvInputFormat)) -> Map (Map at getEdgeDataSet(GSAConnectedComponents.java:124))(39/60) switched to SCHEDULED 
      07/30/2015 18:28:41	CHAIN DataSource (at getEdgeDataSet(GSAConnectedComponents.java:124) (org.apache.flink.api.java.io.CsvInputFormat)) -> Map (Map at getEdgeDataSet(GSAConnectedComponents.java:124))(39/60) switched to DEPLOYING 
      07/30/2015 18:28:41	CHAIN DataSource (at getEdgeDataSet(GSAConnectedComponents.java:124) (org.apache.flink.api.java.io.CsvInputFormat)) -> Map (Map at getEdgeDataSet(GSAConnectedComponents.java:124))(40/60) switched to SCHEDULED 
      07/30/2015 18:28:41	CHAIN DataSource (at getEdgeDataSet(GSAConnectedComponents.java:124) (org.apache.flink.api.java.io.CsvInputFormat)) -> Map (Map at getEdgeDataSet(GSAConnectedComponents.java:124))(40/60) switched to DEPLOYING 
      07/30/2015 18:28:41	CHAIN DataSource (at getEdgeDataSet(GSAConnectedComponents.java:124) (org.apache.flink.api.java.io.CsvInputFormat)) -> Map (Map at getEdgeDataSet(GSAConnectedComponents.java:124))(41/60) switched to SCHEDULED 
      07/30/2015 18:28:41	CHAIN DataSource (at getEdgeDataSet(GSAConnectedComponents.java:124) (org.apache.flink.api.java.io.CsvInputFormat)) -> Map (Map at getEdgeDataSet(GSAConnectedComponents.java:124))(41/60) switched to DEPLOYING 
      07/30/2015 18:28:41	CHAIN DataSource (at getEdgeDataSet(GSAConnectedComponents.java:124) (org.apache.flink.api.java.io.CsvInputFormat)) -> Map (Map at getEdgeDataSet(GSAConnectedComponents.java:124))(42/60) switched to SCHEDULED 
      07/30/2015 18:28:41	CHAIN DataSource (at getEdgeDataSet(GSAConnectedComponents.java:124) (org.apache.flink.api.java.io.CsvInputFormat)) -> Map (Map at getEdgeDataSet(GSAConnectedComponents.java:124))(42/60) switched to DEPLOYING 
      07/30/2015 18:28:41	CHAIN DataSource (at getEdgeDataSet(GSAConnectedComponents.java:124) (org.apache.flink.api.java.io.CsvInputFormat)) -> Map (Map at getEdgeDataSet(GSAConnectedComponents.java:124))(43/60) switched to SCHEDULED 
      07/30/2015 18:28:41	CHAIN DataSource (at getEdgeDataSet(GSAConnectedComponents.java:124) (org.apache.flink.api.java.io.CsvInputFormat)) -> Map (Map at getEdgeDataSet(GSAConnectedComponents.java:124))(43/60) switched to DEPLOYING 
      07/30/2015 18:28:41	CHAIN DataSource (at getEdgeDataSet(GSAConnectedComponents.java:124) (org.apache.flink.api.java.io.CsvInputFormat)) -> Map (Map at getEdgeDataSet(GSAConnectedComponents.java:124))(44/60) switched to SCHEDULED 
      07/30/2015 18:28:41	CHAIN DataSource (at getEdgeDataSet(GSAConnectedComponents.java:124) (org.apache.flink.api.java.io.CsvInputFormat)) -> Map (Map at getEdgeDataSet(GSAConnectedComponents.java:124))(44/60) switched to DEPLOYING 
      07/30/2015 18:28:41	CHAIN DataSource (at getEdgeDataSet(GSAConnectedComponents.java:124) (org.apache.flink.api.java.io.CsvInputFormat)) -> Map (Map at getEdgeDataSet(GSAConnectedComponents.java:124))(45/60) switched to SCHEDULED 
      07/30/2015 18:28:41	CHAIN DataSource (at getEdgeDataSet(GSAConnectedComponents.java:124) (org.apache.flink.api.java.io.CsvInputFormat)) -> Map (Map at getEdgeDataSet(GSAConnectedComponents.java:124))(45/60) switched to DEPLOYING 
      07/30/2015 18:28:41	CHAIN DataSource (at getEdgeDataSet(GSAConnectedComponents.java:124) (org.apache.flink.api.java.io.CsvInputFormat)) -> Map (Map at getEdgeDataSet(GSAConnectedComponents.java:124))(46/60) switched to SCHEDULED 
      07/30/2015 18:28:41	CHAIN DataSource (at getEdgeDataSet(GSAConnectedComponents.java:124) (org.apache.flink.api.java.io.CsvInputFormat)) -> Map (Map at getEdgeDataSet(GSAConnectedComponents.java:124))(46/60) switched to DEPLOYING 
      07/30/2015 18:28:41	CHAIN DataSource (at getEdgeDataSet(GSAConnectedComponents.java:124) (org.apache.flink.api.java.io.CsvInputFormat)) -> Map (Map at getEdgeDataSet(GSAConnectedComponents.java:124))(47/60) switched to SCHEDULED 
      07/30/2015 18:28:41	CHAIN DataSource (at getEdgeDataSet(GSAConnectedComponents.java:124) (org.apache.flink.api.java.io.CsvInputFormat)) -> Map (Map at getEdgeDataSet(GSAConnectedComponents.java:124))(47/60) switched to DEPLOYING 
      07/30/2015 18:28:41	CHAIN DataSource (at getEdgeDataSet(GSAConnectedComponents.java:124) (org.apache.flink.api.java.io.CsvInputFormat)) -> Map (Map at getEdgeDataSet(GSAConnectedComponents.java:124))(48/60) switched to SCHEDULED 
      07/30/2015 18:28:41	CHAIN DataSource (at getEdgeDataSet(GSAConnectedComponents.java:124) (org.apache.flink.api.java.io.CsvInputFormat)) -> Map (Map at getEdgeDataSet(GSAConnectedComponents.java:124))(48/60) switched to DEPLOYING 
      07/30/2015 18:28:41	CHAIN DataSource (at getEdgeDataSet(GSAConnectedComponents.java:124) (org.apache.flink.api.java.io.CsvInputFormat)) -> Map (Map at getEdgeDataSet(GSAConnectedComponents.java:124))(49/60) switched to SCHEDULED 
      07/30/2015 18:28:41	CHAIN DataSource (at getEdgeDataSet(GSAConnectedComponents.java:124) (org.apache.flink.api.java.io.CsvInputFormat)) -> Map (Map at getEdgeDataSet(GSAConnectedComponents.java:124))(49/60) switched to DEPLOYING 
      07/30/2015 18:28:41	CHAIN DataSource (at getEdgeDataSet(GSAConnectedComponents.java:124) (org.apache.flink.api.java.io.CsvInputFormat)) -> Map (Map at getEdgeDataSet(GSAConnectedComponents.java:124))(50/60) switched to SCHEDULED 
      07/30/2015 18:28:41	CHAIN DataSource (at getEdgeDataSet(GSAConnectedComponents.java:124) (org.apache.flink.api.java.io.CsvInputFormat)) -> Map (Map at getEdgeDataSet(GSAConnectedComponents.java:124))(50/60) switched to DEPLOYING 
      07/30/2015 18:28:41	CHAIN DataSource (at getEdgeDataSet(GSAConnectedComponents.java:124) (org.apache.flink.api.java.io.CsvInputFormat)) -> Map (Map at getEdgeDataSet(GSAConnectedComponents.java:124))(51/60) switched to SCHEDULED 
      07/30/2015 18:28:41	CHAIN DataSource (at getEdgeDataSet(GSAConnectedComponents.java:124) (org.apache.flink.api.java.io.CsvInputFormat)) -> Map (Map at getEdgeDataSet(GSAConnectedComponents.java:124))(51/60) switched to DEPLOYING 
      07/30/2015 18:28:41	CHAIN DataSource (at getEdgeDataSet(GSAConnectedComponents.java:124) (org.apache.flink.api.java.io.CsvInputFormat)) -> Map (Map at getEdgeDataSet(GSAConnectedComponents.java:124))(52/60) switched to SCHEDULED 
      07/30/2015 18:28:41	CHAIN DataSource (at getEdgeDataSet(GSAConnectedComponents.java:124) (org.apache.flink.api.java.io.CsvInputFormat)) -> Map (Map at getEdgeDataSet(GSAConnectedComponents.java:124))(52/60) switched to DEPLOYING 
      07/30/2015 18:28:41	CHAIN DataSource (at getEdgeDataSet(GSAConnectedComponents.java:124) (org.apache.flink.api.java.io.CsvInputFormat)) -> Map (Map at getEdgeDataSet(GSAConnectedComponents.java:124))(53/60) switched to SCHEDULED 
      07/30/2015 18:28:41	CHAIN DataSource (at getEdgeDataSet(GSAConnectedComponents.java:124) (org.apache.flink.api.java.io.CsvInputFormat)) -> Map (Map at getEdgeDataSet(GSAConnectedComponents.java:124))(53/60) switched to DEPLOYING 
      07/30/2015 18:28:41	CHAIN DataSource (at getEdgeDataSet(GSAConnectedComponents.java:124) (org.apache.flink.api.java.io.CsvInputFormat)) -> Map (Map at getEdgeDataSet(GSAConnectedComponents.java:124))(54/60) switched to SCHEDULED 
      07/30/2015 18:28:41	CHAIN DataSource (at getEdgeDataSet(GSAConnectedComponents.java:124) (org.apache.flink.api.java.io.CsvInputFormat)) -> Map (Map at getEdgeDataSet(GSAConnectedComponents.java:124))(54/60) switched to DEPLOYING 
      07/30/2015 18:28:41	CHAIN DataSource (at getEdgeDataSet(GSAConnectedComponents.java:124) (org.apache.flink.api.java.io.CsvInputFormat)) -> Map (Map at getEdgeDataSet(GSAConnectedComponents.java:124))(55/60) switched to SCHEDULED 
      07/30/2015 18:28:41	CHAIN DataSource (at getEdgeDataSet(GSAConnectedComponents.java:124) (org.apache.flink.api.java.io.CsvInputFormat)) -> Map (Map at getEdgeDataSet(GSAConnectedComponents.java:124))(55/60) switched to DEPLOYING 
      07/30/2015 18:28:41	CHAIN DataSource (at getEdgeDataSet(GSAConnectedComponents.java:124) (org.apache.flink.api.java.io.CsvInputFormat)) -> Map (Map at getEdgeDataSet(GSAConnectedComponents.java:124))(56/60) switched to SCHEDULED 
      07/30/2015 18:28:41	CHAIN DataSource (at getEdgeDataSet(GSAConnectedComponents.java:124) (org.apache.flink.api.java.io.CsvInputFormat)) -> Map (Map at getEdgeDataSet(GSAConnectedComponents.java:124))(56/60) switched to DEPLOYING 
      07/30/2015 18:28:41	CHAIN DataSource (at getEdgeDataSet(GSAConnectedComponents.java:124) (org.apache.flink.api.java.io.CsvInputFormat)) -> Map (Map at getEdgeDataSet(GSAConnectedComponents.java:124))(57/60) switched to SCHEDULED 
      07/30/2015 18:28:41	CHAIN DataSource (at getEdgeDataSet(GSAConnectedComponents.java:124) (org.apache.flink.api.java.io.CsvInputFormat)) -> Map (Map at getEdgeDataSet(GSAConnectedComponents.java:124))(57/60) switched to DEPLOYING 
      07/30/2015 18:28:41	CHAIN DataSource (at getEdgeDataSet(GSAConnectedComponents.java:124) (org.apache.flink.api.java.io.CsvInputFormat)) -> Map (Map at getEdgeDataSet(GSAConnectedComponents.java:124))(58/60) switched to SCHEDULED 
      07/30/2015 18:28:41	CHAIN DataSource (at getEdgeDataSet(GSAConnectedComponents.java:124) (org.apache.flink.api.java.io.CsvInputFormat)) -> Map (Map at getEdgeDataSet(GSAConnectedComponents.java:124))(58/60) switched to DEPLOYING 
      07/30/2015 18:28:41	CHAIN DataSource (at getEdgeDataSet(GSAConnectedComponents.java:124) (org.apache.flink.api.java.io.CsvInputFormat)) -> Map (Map at getEdgeDataSet(GSAConnectedComponents.java:124))(59/60) switched to SCHEDULED 
      07/30/2015 18:28:41	CHAIN DataSource (at getEdgeDataSet(GSAConnectedComponents.java:124) (org.apache.flink.api.java.io.CsvInputFormat)) -> Map (Map at getEdgeDataSet(GSAConnectedComponents.java:124))(59/60) switched to DEPLOYING 
      07/30/2015 18:28:41	CHAIN DataSource (at getEdgeDataSet(GSAConnectedComponents.java:124) (org.apache.flink.api.java.io.CsvInputFormat)) -> Map (Map at getEdgeDataSet(GSAConnectedComponents.java:124))(60/60) switched to SCHEDULED 
      07/30/2015 18:28:41	CHAIN DataSource (at getEdgeDataSet(GSAConnectedComponents.java:124) (org.apache.flink.api.java.io.CsvInputFormat)) -> Map (Map at getEdgeDataSet(GSAConnectedComponents.java:124))(60/60) switched to DEPLOYING 
      07/30/2015 18:29:01	CHAIN DataSource (at getEdgeDataSet(GSAConnectedComponents.java:124) (org.apache.flink.api.java.io.CsvInputFormat)) -> Map (Map at getEdgeDataSet(GSAConnectedComponents.java:124))(33/60) switched to RUNNING 
      07/30/2015 18:29:01	CHAIN DataSource (at getEdgeDataSet(GSAConnectedComponents.java:124) (org.apache.flink.api.java.io.CsvInputFormat)) -> Map (Map at getEdgeDataSet(GSAConnectedComponents.java:124))(5/60) switched to RUNNING 
      07/30/2015 18:29:01	CHAIN DataSource (at getEdgeDataSet(GSAConnectedComponents.java:124) (org.apache.flink.api.java.io.CsvInputFormat)) -> Map (Map at getEdgeDataSet(GSAConnectedComponents.java:124))(20/60) switched to RUNNING 
      07/30/2015 18:29:01	CHAIN DataSource (at getEdgeDataSet(GSAConnectedComponents.java:124) (org.apache.flink.api.java.io.CsvInputFormat)) -> Map (Map at getEdgeDataSet(GSAConnectedComponents.java:124))(48/60) switched to RUNNING 
      07/30/2015 18:29:01	CHAIN DataSource (at getEdgeDataSet(GSAConnectedComponents.java:124) (org.apache.flink.api.java.io.CsvInputFormat)) -> Map (Map at getEdgeDataSet(GSAConnectedComponents.java:124))(26/60) switched to RUNNING 
      07/30/2015 18:29:01	CHAIN DataSource (at getEdgeDataSet(GSAConnectedComponents.java:124) (org.apache.flink.api.java.io.CsvInputFormat)) -> Map (Map at getEdgeDataSet(GSAConnectedComponents.java:124))(55/60) switched to RUNNING 
      07/30/2015 18:29:01	CHAIN DataSource (at getEdgeDataSet(GSAConnectedComponents.java:124) (org.apache.flink.api.java.io.CsvInputFormat)) -> Map (Map at getEdgeDataSet(GSAConnectedComponents.java:124))(27/60) switched to RUNNING 
      07/30/2015 18:29:01	CHAIN DataSource (at getEdgeDataSet(GSAConnectedComponents.java:124) (org.apache.flink.api.java.io.CsvInputFormat)) -> Map (Map at getEdgeDataSet(GSAConnectedComponents.java:124))(54/60) switched to RUNNING 
      07/30/2015 18:29:01	CHAIN DataSource (at getEdgeDataSet(GSAConnectedComponents.java:124) (org.apache.flink.api.java.io.CsvInputFormat)) -> Map (Map at getEdgeDataSet(GSAConnectedComponents.java:124))(35/60) switched to RUNNING 
      07/30/2015 18:29:01	CHAIN DataSource (at getEdgeDataSet(GSAConnectedComponents.java:124) (org.apache.flink.api.java.io.CsvInputFormat)) -> Map (Map at getEdgeDataSet(GSAConnectedComponents.java:124))(7/60) switched to RUNNING 
      07/30/2015 18:29:01	CHAIN DataSource (at getEdgeDataSet(GSAConnectedComponents.java:124) (org.apache.flink.api.java.io.CsvInputFormat)) -> Map (Map at getEdgeDataSet(GSAConnectedComponents.java:124))(10/60) switched to RUNNING 
      07/30/2015 18:29:01	CHAIN DataSource (at getEdgeDataSet(GSAConnectedComponents.java:124) (org.apache.flink.api.java.io.CsvInputFormat)) -> Map (Map at getEdgeDataSet(GSAConnectedComponents.java:124))(38/60) switched to RUNNING 
      07/30/2015 18:29:01	CHAIN DataSource (at getEdgeDataSet(GSAConnectedComponents.java:124) (org.apache.flink.api.java.io.CsvInputFormat)) -> Map (Map at getEdgeDataSet(GSAConnectedComponents.java:124))(52/60) switched to RUNNING 
      07/30/2015 18:29:01	CHAIN DataSource (at getEdgeDataSet(GSAConnectedComponents.java:124) (org.apache.flink.api.java.io.CsvInputFormat)) -> Map (Map at getEdgeDataSet(GSAConnectedComponents.java:124))(24/60) switched to RUNNING 
      07/30/2015 18:29:01	CHAIN DataSource (at getEdgeDataSet(GSAConnectedComponents.java:124) (org.apache.flink.api.java.io.CsvInputFormat)) -> Map (Map at getEdgeDataSet(GSAConnectedComponents.java:124))(39/60) switched to RUNNING 
      07/30/2015 18:29:01	CHAIN DataSource (at getEdgeDataSet(GSAConnectedComponents.java:124) (org.apache.flink.api.java.io.CsvInputFormat)) -> Map (Map at getEdgeDataSet(GSAConnectedComponents.java:124))(11/60) switched to RUNNING 
      07/30/2015 18:29:01	CHAIN DataSource (at getEdgeDataSet(GSAConnectedComponents.java:124) (org.apache.flink.api.java.io.CsvInputFormat)) -> Map (Map at getEdgeDataSet(GSAConnectedComponents.java:124))(19/60) switched to RUNNING 
      07/30/2015 18:29:01	CHAIN DataSource (at getEdgeDataSet(GSAConnectedComponents.java:124) (org.apache.flink.api.java.io.CsvInputFormat)) -> Map (Map at getEdgeDataSet(GSAConnectedComponents.java:124))(47/60) switched to RUNNING 
      07/30/2015 18:29:01	CHAIN DataSource (at getEdgeDataSet(GSAConnectedComponents.java:124) (org.apache.flink.api.java.io.CsvInputFormat)) -> Map (Map at getEdgeDataSet(GSAConnectedComponents.java:124))(34/60) switched to RUNNING 
      07/30/2015 18:29:01	CHAIN DataSource (at getEdgeDataSet(GSAConnectedComponents.java:124) (org.apache.flink.api.java.io.CsvInputFormat)) -> Map (Map at getEdgeDataSet(GSAConnectedComponents.java:124))(6/60) switched to RUNNING 
      07/30/2015 18:29:01	CHAIN DataSource (at getEdgeDataSet(GSAConnectedComponents.java:124) (org.apache.flink.api.java.io.CsvInputFormat)) -> Map (Map at getEdgeDataSet(GSAConnectedComponents.java:124))(53/60) switched to RUNNING 
      07/30/2015 18:29:01	CHAIN DataSource (at getEdgeDataSet(GSAConnectedComponents.java:124) (org.apache.flink.api.java.io.CsvInputFormat)) -> Map (Map at getEdgeDataSet(GSAConnectedComponents.java:124))(25/60) switched to RUNNING 
      07/30/2015 18:29:01	CHAIN DataSource (at getEdgeDataSet(GSAConnectedComponents.java:124) (org.apache.flink.api.java.io.CsvInputFormat)) -> Map (Map at getEdgeDataSet(GSAConnectedComponents.java:124))(30/60) switched to RUNNING 
      07/30/2015 18:29:01	CHAIN DataSource (at getEdgeDataSet(GSAConnectedComponents.java:124) (org.apache.flink.api.java.io.CsvInputFormat)) -> Map (Map at getEdgeDataSet(GSAConnectedComponents.java:124))(58/60) switched to RUNNING 
      07/30/2015 18:29:01	CHAIN DataSource (at getEdgeDataSet(GSAConnectedComponents.java:124) (org.apache.flink.api.java.io.CsvInputFormat)) -> Map (Map at getEdgeDataSet(GSAConnectedComponents.java:124))(2/60) switched to RUNNING 
      07/30/2015 18:29:01	CHAIN DataSource (at getEdgeDataSet(GSAConnectedComponents.java:124) (org.apache.flink.api.java.io.CsvInputFormat)) -> Map (Map at getEdgeDataSet(GSAConnectedComponents.java:124))(36/60) switched to RUNNING 
      07/30/2015 18:29:01	CHAIN DataSource (at getEdgeDataSet(GSAConnectedComponents.java:124) (org.apache.flink.api.java.io.CsvInputFormat)) -> Map (Map at getEdgeDataSet(GSAConnectedComponents.java:124))(8/60) switched to RUNNING 
      07/30/2015 18:29:01	CHAIN DataSource (at getEdgeDataSet(GSAConnectedComponents.java:124) (org.apache.flink.api.java.io.CsvInputFormat)) -> Map (Map at getEdgeDataSet(GSAConnectedComponents.java:124))(18/60) switched to RUNNING 
      07/30/2015 18:29:01	CHAIN DataSource (at getEdgeDataSet(GSAConnectedComponents.java:124) (org.apache.flink.api.java.io.CsvInputFormat)) -> Map (Map at getEdgeDataSet(GSAConnectedComponents.java:124))(46/60) switched to RUNNING 
      07/30/2015 18:29:01	CHAIN DataSource (at getEdgeDataSet(GSAConnectedComponents.java:124) (org.apache.flink.api.java.io.CsvInputFormat)) -> Map (Map at getEdgeDataSet(GSAConnectedComponents.java:124))(1/60) switched to RUNNING 
      07/30/2015 18:29:01	CHAIN DataSource (at getEdgeDataSet(GSAConnectedComponents.java:124) (org.apache.flink.api.java.io.CsvInputFormat)) -> Map (Map at getEdgeDataSet(GSAConnectedComponents.java:124))(57/60) switched to RUNNING 
      07/30/2015 18:29:01	CHAIN DataSource (at getEdgeDataSet(GSAConnectedComponents.java:124) (org.apache.flink.api.java.io.CsvInputFormat)) -> Map (Map at getEdgeDataSet(GSAConnectedComponents.java:124))(29/60) switched to RUNNING 
      07/30/2015 18:29:01	CHAIN DataSource (at getEdgeDataSet(GSAConnectedComponents.java:124) (org.apache.flink.api.java.io.CsvInputFormat)) -> Map (Map at getEdgeDataSet(GSAConnectedComponents.java:124))(60/60) switched to RUNNING 
      07/30/2015 18:29:01	CHAIN DataSource (at getEdgeDataSet(GSAConnectedComponents.java:124) (org.apache.flink.api.java.io.CsvInputFormat)) -> Map (Map at getEdgeDataSet(GSAConnectedComponents.java:124))(32/60) switched to RUNNING 
      07/30/2015 18:29:01	CHAIN DataSource (at getEdgeDataSet(GSAConnectedComponents.java:124) (org.apache.flink.api.java.io.CsvInputFormat)) -> Map (Map at getEdgeDataSet(GSAConnectedComponents.java:124))(4/60) switched to RUNNING 
      07/30/2015 18:29:01	CHAIN DataSource (at getEdgeDataSet(GSAConnectedComponents.java:124) (org.apache.flink.api.java.io.CsvInputFormat)) -> Map (Map at getEdgeDataSet(GSAConnectedComponents.java:124))(14/60) switched to RUNNING 
      07/30/2015 18:29:01	CHAIN DataSource (at getEdgeDataSet(GSAConnectedComponents.java:124) (org.apache.flink.api.java.io.CsvInputFormat)) -> Map (Map at getEdgeDataSet(GSAConnectedComponents.java:124))(42/60) switched to RUNNING 
      07/30/2015 18:29:01	CHAIN DataSource (at getEdgeDataSet(GSAConnectedComponents.java:124) (org.apache.flink.api.java.io.CsvInputFormat)) -> Map (Map at getEdgeDataSet(GSAConnectedComponents.java:124))(43/60) switched to RUNNING 
      07/30/2015 18:29:01	CHAIN DataSource (at getEdgeDataSet(GSAConnectedComponents.java:124) (org.apache.flink.api.java.io.CsvInputFormat)) -> Map (Map at getEdgeDataSet(GSAConnectedComponents.java:124))(28/60) switched to RUNNING 
      07/30/2015 18:29:01	CHAIN DataSource (at getEdgeDataSet(GSAConnectedComponents.java:124) (org.apache.flink.api.java.io.CsvInputFormat)) -> Map (Map at getEdgeDataSet(GSAConnectedComponents.java:124))(15/60) switched to RUNNING 
      07/30/2015 18:29:01	CHAIN DataSource (at getEdgeDataSet(GSAConnectedComponents.java:124) (org.apache.flink.api.java.io.CsvInputFormat)) -> Map (Map at getEdgeDataSet(GSAConnectedComponents.java:124))(56/60) switched to RUNNING 
      07/30/2015 18:29:01	CHAIN DataSource (at getEdgeDataSet(GSAConnectedComponents.java:124) (org.apache.flink.api.java.io.CsvInputFormat)) -> Map (Map at getEdgeDataSet(GSAConnectedComponents.java:124))(51/60) switched to RUNNING 
      07/30/2015 18:29:01	CHAIN DataSource (at getEdgeDataSet(GSAConnectedComponents.java:124) (org.apache.flink.api.java.io.CsvInputFormat)) -> Map (Map at getEdgeDataSet(GSAConnectedComponents.java:124))(23/60) switched to RUNNING 
      07/30/2015 18:29:01	CHAIN DataSource (at getEdgeDataSet(GSAConnectedComponents.java:124) (org.apache.flink.api.java.io.CsvInputFormat)) -> Map (Map at getEdgeDataSet(GSAConnectedComponents.java:124))(45/60) switched to RUNNING 
      07/30/2015 18:29:01	CHAIN DataSource (at getEdgeDataSet(GSAConnectedComponents.java:124) (org.apache.flink.api.java.io.CsvInputFormat)) -> Map (Map at getEdgeDataSet(GSAConnectedComponents.java:124))(17/60) switched to RUNNING 
      07/30/2015 18:29:01	CHAIN DataSource (at getEdgeDataSet(GSAConnectedComponents.java:124) (org.apache.flink.api.java.io.CsvInputFormat)) -> Map (Map at getEdgeDataSet(GSAConnectedComponents.java:124))(44/60) switched to RUNNING 
      07/30/2015 18:29:01	CHAIN DataSource (at getEdgeDataSet(GSAConnectedComponents.java:124) (org.apache.flink.api.java.io.CsvInputFormat)) -> Map (Map at getEdgeDataSet(GSAConnectedComponents.java:124))(16/60) switched to RUNNING 
      07/30/2015 18:29:01	CHAIN DataSource (at getEdgeDataSet(GSAConnectedComponents.java:124) (org.apache.flink.api.java.io.CsvInputFormat)) -> Map (Map at getEdgeDataSet(GSAConnectedComponents.java:124))(12/60) switched to RUNNING 
      07/30/2015 18:29:01	CHAIN DataSource (at getEdgeDataSet(GSAConnectedComponents.java:124) (org.apache.flink.api.java.io.CsvInputFormat)) -> Map (Map at getEdgeDataSet(GSAConnectedComponents.java:124))(40/60) switched to RUNNING 
      07/30/2015 18:29:01	CHAIN DataSource (at getEdgeDataSet(GSAConnectedComponents.java:124) (org.apache.flink.api.java.io.CsvInputFormat)) -> Map (Map at getEdgeDataSet(GSAConnectedComponents.java:124))(31/60) switched to RUNNING 
      07/30/2015 18:29:01	CHAIN DataSource (at getEdgeDataSet(GSAConnectedComponents.java:124) (org.apache.flink.api.java.io.CsvInputFormat)) -> Map (Map at getEdgeDataSet(GSAConnectedComponents.java:124))(59/60) switched to RUNNING 
      07/30/2015 18:29:01	CHAIN DataSource (at getEdgeDataSet(GSAConnectedComponents.java:124) (org.apache.flink.api.java.io.CsvInputFormat)) -> Map (Map at getEdgeDataSet(GSAConnectedComponents.java:124))(3/60) switched to RUNNING 
      07/30/2015 18:29:01	CHAIN DataSource (at getEdgeDataSet(GSAConnectedComponents.java:124) (org.apache.flink.api.java.io.CsvInputFormat)) -> Map (Map at getEdgeDataSet(GSAConnectedComponents.java:124))(9/60) switched to RUNNING 
      07/30/2015 18:29:01	CHAIN DataSource (at getEdgeDataSet(GSAConnectedComponents.java:124) (org.apache.flink.api.java.io.CsvInputFormat)) -> Map (Map at getEdgeDataSet(GSAConnectedComponents.java:124))(37/60) switched to RUNNING 
      07/30/2015 18:29:01	CHAIN DataSource (at getEdgeDataSet(GSAConnectedComponents.java:124) (org.apache.flink.api.java.io.CsvInputFormat)) -> Map (Map at getEdgeDataSet(GSAConnectedComponents.java:124))(41/60) switched to RUNNING 
      07/30/2015 18:29:01	CHAIN DataSource (at getEdgeDataSet(GSAConnectedComponents.java:124) (org.apache.flink.api.java.io.CsvInputFormat)) -> Map (Map at getEdgeDataSet(GSAConnectedComponents.java:124))(13/60) switched to RUNNING 
      07/30/2015 18:29:01	CHAIN DataSource (at getEdgeDataSet(GSAConnectedComponents.java:124) (org.apache.flink.api.java.io.CsvInputFormat)) -> Map (Map at getEdgeDataSet(GSAConnectedComponents.java:124))(50/60) switched to RUNNING 
      07/30/2015 18:29:01	CHAIN DataSource (at getEdgeDataSet(GSAConnectedComponents.java:124) (org.apache.flink.api.java.io.CsvInputFormat)) -> Map (Map at getEdgeDataSet(GSAConnectedComponents.java:124))(22/60) switched to RUNNING 
      07/30/2015 18:29:01	CHAIN DataSource (at getEdgeDataSet(GSAConnectedComponents.java:124) (org.apache.flink.api.java.io.CsvInputFormat)) -> Map (Map at getEdgeDataSet(GSAConnectedComponents.java:124))(21/60) switched to RUNNING 
      07/30/2015 18:29:01	CHAIN DataSource (at getEdgeDataSet(GSAConnectedComponents.java:124) (org.apache.flink.api.java.io.CsvInputFormat)) -> Map (Map at getEdgeDataSet(GSAConnectedComponents.java:124))(49/60) switched to RUNNING 
      07/30/2015 18:29:35	CHAIN DataSource (at getEdgeDataSet(GSAConnectedComponents.java:124) (org.apache.flink.api.java.io.CsvInputFormat)) -> Map (Map at getEdgeDataSet(GSAConnectedComponents.java:124))(16/60) switched to FINISHED 
      07/30/2015 18:29:36	CHAIN DataSource (at getEdgeDataSet(GSAConnectedComponents.java:124) (org.apache.flink.api.java.io.CsvInputFormat)) -> Map (Map at getEdgeDataSet(GSAConnectedComponents.java:124))(34/60) switched to FINISHED 
      07/30/2015 18:29:36	CHAIN DataSource (at getEdgeDataSet(GSAConnectedComponents.java:124) (org.apache.flink.api.java.io.CsvInputFormat)) -> Map (Map at getEdgeDataSet(GSAConnectedComponents.java:124))(27/60) switched to FINISHED 
      07/30/2015 18:29:36	CHAIN DataSource (at getEdgeDataSet(GSAConnectedComponents.java:124) (org.apache.flink.api.java.io.CsvInputFormat)) -> Map (Map at getEdgeDataSet(GSAConnectedComponents.java:124))(38/60) switched to FINISHED 
      07/30/2015 18:29:37	CHAIN DataSource (at getEdgeDataSet(GSAConnectedComponents.java:124) (org.apache.flink.api.java.io.CsvInputFormat)) -> Map (Map at getEdgeDataSet(GSAConnectedComponents.java:124))(25/60) switched to FINISHED 
      07/30/2015 18:29:37	CHAIN DataSource (at getEdgeDataSet(GSAConnectedComponents.java:124) (org.apache.flink.api.java.io.CsvInputFormat)) -> Map (Map at getEdgeDataSet(GSAConnectedComponents.java:124))(53/60) switched to FINISHED 
      07/30/2015 18:29:37	CHAIN DataSource (at getEdgeDataSet(GSAConnectedComponents.java:124) (org.apache.flink.api.java.io.CsvInputFormat)) -> Map (Map at getEdgeDataSet(GSAConnectedComponents.java:124))(50/60) switched to FINISHED 
      07/30/2015 18:29:38	CHAIN DataSource (at getEdgeDataSet(GSAConnectedComponents.java:124) (org.apache.flink.api.java.io.CsvInputFormat)) -> Map (Map at getEdgeDataSet(GSAConnectedComponents.java:124))(56/60) switched to FINISHED 
      07/30/2015 18:29:38	CHAIN DataSource (at getEdgeDataSet(GSAConnectedComponents.java:124) (org.apache.flink.api.java.io.CsvInputFormat)) -> Map (Map at getEdgeDataSet(GSAConnectedComponents.java:124))(28/60) switched to FINISHED 
      07/30/2015 18:29:38	CHAIN DataSource (at getEdgeDataSet(GSAConnectedComponents.java:124) (org.apache.flink.api.java.io.CsvInputFormat)) -> Map (Map at getEdgeDataSet(GSAConnectedComponents.java:124))(6/60) switched to FINISHED 
      07/30/2015 18:29:38	CHAIN DataSource (at getEdgeDataSet(GSAConnectedComponents.java:124) (org.apache.flink.api.java.io.CsvInputFormat)) -> Map (Map at getEdgeDataSet(GSAConnectedComponents.java:124))(14/60) switched to FINISHED 
      07/30/2015 18:29:38	CHAIN DataSource (at getEdgeDataSet(GSAConnectedComponents.java:124) (org.apache.flink.api.java.io.CsvInputFormat)) -> Map (Map at getEdgeDataSet(GSAConnectedComponents.java:124))(42/60) switched to FINISHED 
      07/30/2015 18:29:38	CHAIN DataSource (at getEdgeDataSet(GSAConnectedComponents.java:124) (org.apache.flink.api.java.io.CsvInputFormat)) -> Map (Map at getEdgeDataSet(GSAConnectedComponents.java:124))(47/60) switched to FINISHED 
      07/30/2015 18:29:39	CHAIN DataSource (at getEdgeDataSet(GSAConnectedComponents.java:124) (org.apache.flink.api.java.io.CsvInputFormat)) -> Map (Map at getEdgeDataSet(GSAConnectedComponents.java:124))(11/60) switched to FINISHED 
      07/30/2015 18:29:39	CHAIN DataSource (at getEdgeDataSet(GSAConnectedComponents.java:124) (org.apache.flink.api.java.io.CsvInputFormat)) -> Map (Map at getEdgeDataSet(GSAConnectedComponents.java:124))(31/60) switched to FINISHED 
      07/30/2015 18:29:39	CHAIN DataSource (at getEdgeDataSet(GSAConnectedComponents.java:124) (org.apache.flink.api.java.io.CsvInputFormat)) -> Map (Map at getEdgeDataSet(GSAConnectedComponents.java:124))(3/60) switched to FINISHED 
      07/30/2015 18:29:39	CHAIN DataSource (at getEdgeDataSet(GSAConnectedComponents.java:124) (org.apache.flink.api.java.io.CsvInputFormat)) -> Map (Map at getEdgeDataSet(GSAConnectedComponents.java:124))(39/60) switched to FINISHED 
      07/30/2015 18:29:39	CHAIN DataSource (at getEdgeDataSet(GSAConnectedComponents.java:124) (org.apache.flink.api.java.io.CsvInputFormat)) -> Map (Map at getEdgeDataSet(GSAConnectedComponents.java:124))(55/60) switched to FINISHED 
      07/30/2015 18:29:39	CHAIN DataSource (at getEdgeDataSet(GSAConnectedComponents.java:124) (org.apache.flink.api.java.io.CsvInputFormat)) -> Map (Map at getEdgeDataSet(GSAConnectedComponents.java:124))(12/60) switched to FINISHED 
      07/30/2015 18:29:39	CHAIN DataSource (at getEdgeDataSet(GSAConnectedComponents.java:124) (org.apache.flink.api.java.io.CsvInputFormat)) -> Map (Map at getEdgeDataSet(GSAConnectedComponents.java:124))(40/60) switched to FINISHED 
      07/30/2015 18:29:39	CHAIN DataSource (at getEdgeDataSet(GSAConnectedComponents.java:124) (org.apache.flink.api.java.io.CsvInputFormat)) -> Map (Map at getEdgeDataSet(GSAConnectedComponents.java:124))(22/60) switched to FINISHED 
      07/30/2015 18:29:39	CHAIN DataSource (at getEdgeDataSet(GSAConnectedComponents.java:124) (org.apache.flink.api.java.io.CsvInputFormat)) -> Map (Map at getEdgeDataSet(GSAConnectedComponents.java:124))(45/60) switched to FINISHED 
      07/30/2015 18:29:39	CHAIN DataSource (at getEdgeDataSet(GSAConnectedComponents.java:124) (org.apache.flink.api.java.io.CsvInputFormat)) -> Map (Map at getEdgeDataSet(GSAConnectedComponents.java:124))(17/60) switched to FINISHED 
      07/30/2015 18:29:40	CHAIN DataSource (at getEdgeDataSet(GSAConnectedComponents.java:124) (org.apache.flink.api.java.io.CsvInputFormat)) -> Map (Map at getEdgeDataSet(GSAConnectedComponents.java:124))(19/60) switched to FINISHED 
      07/30/2015 18:29:40	CHAIN DataSource (at getEdgeDataSet(GSAConnectedComponents.java:124) (org.apache.flink.api.java.io.CsvInputFormat)) -> Map (Map at getEdgeDataSet(GSAConnectedComponents.java:124))(51/60) switched to FINISHED 
      07/30/2015 18:29:40	CHAIN DataSource (at getEdgeDataSet(GSAConnectedComponents.java:124) (org.apache.flink.api.java.io.CsvInputFormat)) -> Map (Map at getEdgeDataSet(GSAConnectedComponents.java:124))(18/60) switched to FINISHED 
      07/30/2015 18:29:40	CHAIN DataSource (at getEdgeDataSet(GSAConnectedComponents.java:124) (org.apache.flink.api.java.io.CsvInputFormat)) -> Map (Map at getEdgeDataSet(GSAConnectedComponents.java:124))(46/60) switched to FINISHED 
      07/30/2015 18:29:40	CHAIN DataSource (at getEdgeDataSet(GSAConnectedComponents.java:124) (org.apache.flink.api.java.io.CsvInputFormat)) -> Map (Map at getEdgeDataSet(GSAConnectedComponents.java:124))(20/60) switched to FINISHED 
      07/30/2015 18:29:40	CHAIN DataSource (at getEdgeDataSet(GSAConnectedComponents.java:124) (org.apache.flink.api.java.io.CsvInputFormat)) -> Map (Map at getEdgeDataSet(GSAConnectedComponents.java:124))(24/60) switched to FINISHED 
      07/30/2015 18:29:40	CHAIN DataSource (at getEdgeDataSet(GSAConnectedComponents.java:124) (org.apache.flink.api.java.io.CsvInputFormat)) -> Map (Map at getEdgeDataSet(GSAConnectedComponents.java:124))(54/60) switched to FINISHED 
      07/30/2015 18:29:41	CHAIN DataSource (at getEdgeDataSet(GSAConnectedComponents.java:124) (org.apache.flink.api.java.io.CsvInputFormat)) -> Map (Map at getEdgeDataSet(GSAConnectedComponents.java:124))(23/60) switched to FINISHED 
      07/30/2015 18:29:41	CHAIN DataSource (at getEdgeDataSet(GSAConnectedComponents.java:124) (org.apache.flink.api.java.io.CsvInputFormat)) -> Map (Map at getEdgeDataSet(GSAConnectedComponents.java:124))(44/60) switched to FINISHED 
      07/30/2015 18:29:41	CHAIN DataSource (at getEdgeDataSet(GSAConnectedComponents.java:124) (org.apache.flink.api.java.io.CsvInputFormat)) -> Map (Map at getEdgeDataSet(GSAConnectedComponents.java:124))(52/60) switched to FINISHED 
      07/30/2015 18:29:41	CHAIN DataSource (at getEdgeDataSet(GSAConnectedComponents.java:124) (org.apache.flink.api.java.io.CsvInputFormat)) -> Map (Map at getEdgeDataSet(GSAConnectedComponents.java:124))(48/60) switched to FINISHED 
      07/30/2015 18:29:41	CHAIN DataSource (at getEdgeDataSet(GSAConnectedComponents.java:124) (org.apache.flink.api.java.io.CsvInputFormat)) -> Map (Map at getEdgeDataSet(GSAConnectedComponents.java:124))(49/60) switched to FINISHED 
      07/30/2015 18:29:41	CHAIN DataSource (at getEdgeDataSet(GSAConnectedComponents.java:124) (org.apache.flink.api.java.io.CsvInputFormat)) -> Map (Map at getEdgeDataSet(GSAConnectedComponents.java:124))(9/60) switched to FINISHED 
      07/30/2015 18:29:41	CHAIN DataSource (at getEdgeDataSet(GSAConnectedComponents.java:124) (org.apache.flink.api.java.io.CsvInputFormat)) -> Map (Map at getEdgeDataSet(GSAConnectedComponents.java:124))(35/60) switched to FINISHED 
      07/30/2015 18:29:41	CHAIN DataSource (at getEdgeDataSet(GSAConnectedComponents.java:124) (org.apache.flink.api.java.io.CsvInputFormat)) -> Map (Map at getEdgeDataSet(GSAConnectedComponents.java:124))(7/60) switched to FINISHED 
      07/30/2015 18:29:42	CHAIN DataSource (at getEdgeDataSet(GSAConnectedComponents.java:124) (org.apache.flink.api.java.io.CsvInputFormat)) -> Map (Map at getEdgeDataSet(GSAConnectedComponents.java:124))(33/60) switched to FINISHED 
      07/30/2015 18:29:42	CHAIN DataSource (at getEdgeDataSet(GSAConnectedComponents.java:124) (org.apache.flink.api.java.io.CsvInputFormat)) -> Map (Map at getEdgeDataSet(GSAConnectedComponents.java:124))(26/60) switched to FINISHED 
      07/30/2015 18:29:42	CHAIN DataSource (at getEdgeDataSet(GSAConnectedComponents.java:124) (org.apache.flink.api.java.io.CsvInputFormat)) -> Map (Map at getEdgeDataSet(GSAConnectedComponents.java:124))(21/60) switched to FINISHED 
      07/30/2015 18:29:42	CHAIN DataSource (at getEdgeDataSet(GSAConnectedComponents.java:124) (org.apache.flink.api.java.io.CsvInputFormat)) -> Map (Map at getEdgeDataSet(GSAConnectedComponents.java:124))(8/60) switched to FINISHED 
      07/30/2015 18:29:42	CHAIN DataSource (at getEdgeDataSet(GSAConnectedComponents.java:124) (org.apache.flink.api.java.io.CsvInputFormat)) -> Map (Map at getEdgeDataSet(GSAConnectedComponents.java:124))(43/60) switched to FINISHED 
      07/30/2015 18:29:42	CHAIN DataSource (at getEdgeDataSet(GSAConnectedComponents.java:124) (org.apache.flink.api.java.io.CsvInputFormat)) -> Map (Map at getEdgeDataSet(GSAConnectedComponents.java:124))(36/60) switched to FINISHED 
      07/30/2015 18:29:42	CHAIN DataSource (at getEdgeDataSet(GSAConnectedComponents.java:124) (org.apache.flink.api.java.io.CsvInputFormat)) -> Map (Map at getEdgeDataSet(GSAConnectedComponents.java:124))(15/60) switched to FINISHED 
      07/30/2015 18:29:42	CHAIN DataSource (at getEdgeDataSet(GSAConnectedComponents.java:124) (org.apache.flink.api.java.io.CsvInputFormat)) -> Map (Map at getEdgeDataSet(GSAConnectedComponents.java:124))(37/60) switched to FINISHED 
      07/30/2015 18:29:43	CHAIN DataSource (at getEdgeDataSet(GSAConnectedComponents.java:124) (org.apache.flink.api.java.io.CsvInputFormat)) -> Map (Map at getEdgeDataSet(GSAConnectedComponents.java:124))(10/60) switched to FINISHED 
      07/30/2015 18:29:43	CHAIN DataSource (at getEdgeDataSet(GSAConnectedComponents.java:124) (org.apache.flink.api.java.io.CsvInputFormat)) -> Map (Map at getEdgeDataSet(GSAConnectedComponents.java:124))(5/60) switched to FINISHED 
      07/30/2015 18:29:43	CHAIN DataSource (at getEdgeDataSet(GSAConnectedComponents.java:124) (org.apache.flink.api.java.io.CsvInputFormat)) -> Map (Map at getEdgeDataSet(GSAConnectedComponents.java:124))(41/60) switched to FINISHED 
      07/30/2015 18:29:43	CHAIN DataSource (at getEdgeDataSet(GSAConnectedComponents.java:124) (org.apache.flink.api.java.io.CsvInputFormat)) -> Map (Map at getEdgeDataSet(GSAConnectedComponents.java:124))(13/60) switched to FINISHED 
      07/30/2015 18:29:44	CHAIN DataSource (at getEdgeDataSet(GSAConnectedComponents.java:124) (org.apache.flink.api.java.io.CsvInputFormat)) -> Map (Map at getEdgeDataSet(GSAConnectedComponents.java:124))(59/60) switched to FINISHED 
      07/30/2015 18:29:46	CHAIN DataSource (at getEdgeDataSet(GSAConnectedComponents.java:124) (org.apache.flink.api.java.io.CsvInputFormat)) -> Map (Map at getEdgeDataSet(GSAConnectedComponents.java:124))(57/60) switched to FINISHED 
      07/30/2015 18:29:46	CHAIN DataSource (at getEdgeDataSet(GSAConnectedComponents.java:124) (org.apache.flink.api.java.io.CsvInputFormat)) -> Map (Map at getEdgeDataSet(GSAConnectedComponents.java:124))(29/60) switched to FINISHED 
      07/30/2015 18:29:46	CHAIN DataSource (at getEdgeDataSet(GSAConnectedComponents.java:124) (org.apache.flink.api.java.io.CsvInputFormat)) -> Map (Map at getEdgeDataSet(GSAConnectedComponents.java:124))(1/60) switched to FINISHED 
      07/30/2015 18:29:54	CHAIN DataSource (at getEdgeDataSet(GSAConnectedComponents.java:124) (org.apache.flink.api.java.io.CsvInputFormat)) -> Map (Map at getEdgeDataSet(GSAConnectedComponents.java:124))(32/60) switched to FINISHED 
      07/30/2015 18:29:54	CHAIN DataSource (at getEdgeDataSet(GSAConnectedComponents.java:124) (org.apache.flink.api.java.io.CsvInputFormat)) -> Map (Map at getEdgeDataSet(GSAConnectedComponents.java:124))(60/60) switched to FINISHED 
      07/30/2015 18:29:54	CHAIN DataSource (at getEdgeDataSet(GSAConnectedComponents.java:124) (org.apache.flink.api.java.io.CsvInputFormat)) -> Map (Map at getEdgeDataSet(GSAConnectedComponents.java:124))(4/60) switched to FINISHED 
      07/30/2015 18:29:55	CHAIN DataSource (at getEdgeDataSet(GSAConnectedComponents.java:124) (org.apache.flink.api.java.io.CsvInputFormat)) -> Map (Map at getEdgeDataSet(GSAConnectedComponents.java:124))(58/60) switched to FINISHED 
      07/30/2015 18:29:55	CHAIN DataSource (at getEdgeDataSet(GSAConnectedComponents.java:124) (org.apache.flink.api.java.io.CsvInputFormat)) -> Map (Map at getEdgeDataSet(GSAConnectedComponents.java:124))(30/60) switched to FINISHED 
      07/30/2015 18:29:55	CHAIN DataSource (at getEdgeDataSet(GSAConnectedComponents.java:124) (org.apache.flink.api.java.io.CsvInputFormat)) -> Map (Map at getEdgeDataSet(GSAConnectedComponents.java:124))(2/60) switched to FINISHED 
      07/30/2015 18:29:55	CHAIN FlatMap (FlatMap at fromDataSet(Graph.java:208)) -> Combine(Distinct at fromDataSet(Graph.java:208))(1/60) switched to SCHEDULED 
      07/30/2015 18:29:55	CHAIN FlatMap (FlatMap at fromDataSet(Graph.java:208)) -> Combine(Distinct at fromDataSet(Graph.java:208))(2/60) switched to SCHEDULED 
      07/30/2015 18:29:55	CHAIN FlatMap (FlatMap at fromDataSet(Graph.java:208)) -> Combine(Distinct at fromDataSet(Graph.java:208))(4/60) switched to SCHEDULED 
      07/30/2015 18:29:55	CHAIN FlatMap (FlatMap at fromDataSet(Graph.java:208)) -> Combine(Distinct at fromDataSet(Graph.java:208))(3/60) switched to SCHEDULED 
      07/30/2015 18:29:55	CHAIN FlatMap (FlatMap at fromDataSet(Graph.java:208)) -> Combine(Distinct at fromDataSet(Graph.java:208))(2/60) switched to DEPLOYING 
      07/30/2015 18:29:55	CHAIN FlatMap (FlatMap at fromDataSet(Graph.java:208)) -> Combine(Distinct at fromDataSet(Graph.java:208))(7/60) switched to SCHEDULED 
      07/30/2015 18:29:55	CHAIN FlatMap (FlatMap at fromDataSet(Graph.java:208)) -> Combine(Distinct at fromDataSet(Graph.java:208))(7/60) switched to DEPLOYING 
      07/30/2015 18:29:55	CHAIN FlatMap (FlatMap at fromDataSet(Graph.java:208)) -> Combine(Distinct at fromDataSet(Graph.java:208))(1/60) switched to DEPLOYING 
      07/30/2015 18:29:55	CHAIN FlatMap (FlatMap at fromDataSet(Graph.java:208)) -> Combine(Distinct at fromDataSet(Graph.java:208))(9/60) switched to SCHEDULED 
      07/30/2015 18:29:55	CHAIN FlatMap (FlatMap at fromDataSet(Graph.java:208)) -> Combine(Distinct at fromDataSet(Graph.java:208))(10/60) switched to SCHEDULED 
      07/30/2015 18:29:55	CHAIN FlatMap (FlatMap at fromDataSet(Graph.java:208)) -> Combine(Distinct at fromDataSet(Graph.java:208))(10/60) switched to DEPLOYING 
      07/30/2015 18:29:55	CHAIN FlatMap (FlatMap at fromDataSet(Graph.java:208)) -> Combine(Distinct at fromDataSet(Graph.java:208))(11/60) switched to SCHEDULED 
      07/30/2015 18:29:55	CHAIN FlatMap (FlatMap at fromDataSet(Graph.java:208)) -> Combine(Distinct at fromDataSet(Graph.java:208))(11/60) switched to DEPLOYING 
      07/30/2015 18:29:55	CHAIN FlatMap (FlatMap at fromDataSet(Graph.java:208)) -> Combine(Distinct at fromDataSet(Graph.java:208))(12/60) switched to SCHEDULED 
      07/30/2015 18:29:55	CHAIN FlatMap (FlatMap at fromDataSet(Graph.java:208)) -> Combine(Distinct at fromDataSet(Graph.java:208))(12/60) switched to DEPLOYING 
      07/30/2015 18:29:55	CHAIN FlatMap (FlatMap at fromDataSet(Graph.java:208)) -> Combine(Distinct at fromDataSet(Graph.java:208))(13/60) switched to SCHEDULED 
      07/30/2015 18:29:55	CHAIN FlatMap (FlatMap at fromDataSet(Graph.java:208)) -> Combine(Distinct at fromDataSet(Graph.java:208))(13/60) switched to DEPLOYING 
      07/30/2015 18:29:55	CHAIN FlatMap (FlatMap at fromDataSet(Graph.java:208)) -> Combine(Distinct at fromDataSet(Graph.java:208))(14/60) switched to SCHEDULED 
      07/30/2015 18:29:55	CHAIN FlatMap (FlatMap at fromDataSet(Graph.java:208)) -> Combine(Distinct at fromDataSet(Graph.java:208))(14/60) switched to DEPLOYING 
      07/30/2015 18:29:55	CHAIN FlatMap (FlatMap at fromDataSet(Graph.java:208)) -> Combine(Distinct at fromDataSet(Graph.java:208))(15/60) switched to SCHEDULED 
      07/30/2015 18:29:55	CHAIN FlatMap (FlatMap at fromDataSet(Graph.java:208)) -> Combine(Distinct at fromDataSet(Graph.java:208))(15/60) switched to DEPLOYING 
      07/30/2015 18:29:55	CHAIN FlatMap (FlatMap at fromDataSet(Graph.java:208)) -> Combine(Distinct at fromDataSet(Graph.java:208))(16/60) switched to SCHEDULED 
      07/30/2015 18:29:55	CHAIN FlatMap (FlatMap at fromDataSet(Graph.java:208)) -> Combine(Distinct at fromDataSet(Graph.java:208))(16/60) switched to DEPLOYING 
      07/30/2015 18:29:55	CHAIN FlatMap (FlatMap at fromDataSet(Graph.java:208)) -> Combine(Distinct at fromDataSet(Graph.java:208))(17/60) switched to SCHEDULED 
      07/30/2015 18:29:55	CHAIN FlatMap (FlatMap at fromDataSet(Graph.java:208)) -> Combine(Distinct at fromDataSet(Graph.java:208))(17/60) switched to DEPLOYING 
      07/30/2015 18:29:55	CHAIN FlatMap (FlatMap at fromDataSet(Graph.java:208)) -> Combine(Distinct at fromDataSet(Graph.java:208))(18/60) switched to SCHEDULED 
      07/30/2015 18:29:55	CHAIN FlatMap (FlatMap at fromDataSet(Graph.java:208)) -> Combine(Distinct at fromDataSet(Graph.java:208))(8/60) switched to SCHEDULED 
      07/30/2015 18:29:55	CHAIN FlatMap (FlatMap at fromDataSet(Graph.java:208)) -> Combine(Distinct at fromDataSet(Graph.java:208))(3/60) switched to DEPLOYING 
      07/30/2015 18:29:55	CHAIN FlatMap (FlatMap at fromDataSet(Graph.java:208)) -> Combine(Distinct at fromDataSet(Graph.java:208))(5/60) switched to SCHEDULED 
      07/30/2015 18:29:55	CHAIN FlatMap (FlatMap at fromDataSet(Graph.java:208)) -> Combine(Distinct at fromDataSet(Graph.java:208))(5/60) switched to DEPLOYING 
      07/30/2015 18:29:55	CHAIN FlatMap (FlatMap at fromDataSet(Graph.java:208)) -> Combine(Distinct at fromDataSet(Graph.java:208))(20/60) switched to SCHEDULED 
      07/30/2015 18:29:55	CHAIN FlatMap (FlatMap at fromDataSet(Graph.java:208)) -> Combine(Distinct at fromDataSet(Graph.java:208))(4/60) switched to DEPLOYING 
      07/30/2015 18:29:55	CHAIN FlatMap (FlatMap at fromDataSet(Graph.java:208)) -> Combine(Distinct at fromDataSet(Graph.java:208))(7/60) switched to RUNNING 
      07/30/2015 18:29:55	CHAIN FlatMap (FlatMap at fromDataSet(Graph.java:208)) -> Combine(Distinct at fromDataSet(Graph.java:208))(20/60) switched to DEPLOYING 
      07/30/2015 18:29:55	CHAIN FlatMap (FlatMap at fromDataSet(Graph.java:208)) -> Combine(Distinct at fromDataSet(Graph.java:208))(1/60) switched to RUNNING 
      07/30/2015 18:29:55	CHAIN FlatMap (FlatMap at fromDataSet(Graph.java:208)) -> Combine(Distinct at fromDataSet(Graph.java:208))(21/60) switched to SCHEDULED 
      07/30/2015 18:29:55	CHAIN FlatMap (FlatMap at fromDataSet(Graph.java:208)) -> Combine(Distinct at fromDataSet(Graph.java:208))(21/60) switched to DEPLOYING 
      07/30/2015 18:29:55	CHAIN FlatMap (FlatMap at fromDataSet(Graph.java:208)) -> Combine(Distinct at fromDataSet(Graph.java:208))(22/60) switched to SCHEDULED 
      07/30/2015 18:29:55	CHAIN FlatMap (FlatMap at fromDataSet(Graph.java:208)) -> Combine(Distinct at fromDataSet(Graph.java:208))(22/60) switched to DEPLOYING 
      07/30/2015 18:29:55	CHAIN FlatMap (FlatMap at fromDataSet(Graph.java:208)) -> Combine(Distinct at fromDataSet(Graph.java:208))(11/60) switched to RUNNING 
      07/30/2015 18:29:55	CHAIN FlatMap (FlatMap at fromDataSet(Graph.java:208)) -> Combine(Distinct at fromDataSet(Graph.java:208))(24/60) switched to SCHEDULED 
      07/30/2015 18:29:55	CHAIN FlatMap (FlatMap at fromDataSet(Graph.java:208)) -> Combine(Distinct at fromDataSet(Graph.java:208))(24/60) switched to DEPLOYING 
      07/30/2015 18:29:55	CHAIN FlatMap (FlatMap at fromDataSet(Graph.java:208)) -> Combine(Distinct at fromDataSet(Graph.java:208))(12/60) switched to RUNNING 
      07/30/2015 18:29:55	CHAIN FlatMap (FlatMap at fromDataSet(Graph.java:208)) -> Combine(Distinct at fromDataSet(Graph.java:208))(25/60) switched to SCHEDULED 
      07/30/2015 18:29:55	CHAIN FlatMap (FlatMap at fromDataSet(Graph.java:208)) -> Combine(Distinct at fromDataSet(Graph.java:208))(25/60) switched to DEPLOYING 
      07/30/2015 18:29:55	CHAIN FlatMap (FlatMap at fromDataSet(Graph.java:208)) -> Combine(Distinct at fromDataSet(Graph.java:208))(8/60) switched to DEPLOYING 
      07/30/2015 18:29:55	CHAIN FlatMap (FlatMap at fromDataSet(Graph.java:208)) -> Combine(Distinct at fromDataSet(Graph.java:208))(18/60) switched to DEPLOYING 
      07/30/2015 18:29:55	CHAIN FlatMap (FlatMap at fromDataSet(Graph.java:208)) -> Combine(Distinct at fromDataSet(Graph.java:208))(27/60) switched to SCHEDULED 
      07/30/2015 18:29:55	CHAIN FlatMap (FlatMap at fromDataSet(Graph.java:208)) -> Combine(Distinct at fromDataSet(Graph.java:208))(27/60) switched to DEPLOYING 
      07/30/2015 18:29:55	CHAIN FlatMap (FlatMap at fromDataSet(Graph.java:208)) -> Combine(Distinct at fromDataSet(Graph.java:208))(29/60) switched to SCHEDULED 
      07/30/2015 18:29:55	CHAIN FlatMap (FlatMap at fromDataSet(Graph.java:208)) -> Combine(Distinct at fromDataSet(Graph.java:208))(29/60) switched to DEPLOYING 
      07/30/2015 18:29:55	CHAIN FlatMap (FlatMap at fromDataSet(Graph.java:208)) -> Combine(Distinct at fromDataSet(Graph.java:208))(19/60) switched to SCHEDULED 
      07/30/2015 18:29:55	CHAIN FlatMap (FlatMap at fromDataSet(Graph.java:208)) -> Combine(Distinct at fromDataSet(Graph.java:208))(6/60) switched to SCHEDULED 
      07/30/2015 18:29:55	CHAIN FlatMap (FlatMap at fromDataSet(Graph.java:208)) -> Combine(Distinct at fromDataSet(Graph.java:208))(9/60) switched to DEPLOYING 
      07/30/2015 18:29:55	CHAIN FlatMap (FlatMap at fromDataSet(Graph.java:208)) -> Combine(Distinct at fromDataSet(Graph.java:208))(30/60) switched to SCHEDULED 
      07/30/2015 18:29:55	CHAIN FlatMap (FlatMap at fromDataSet(Graph.java:208)) -> Combine(Distinct at fromDataSet(Graph.java:208))(6/60) switched to DEPLOYING 
      07/30/2015 18:29:55	CHAIN FlatMap (FlatMap at fromDataSet(Graph.java:208)) -> Combine(Distinct at fromDataSet(Graph.java:208))(2/60) switched to RUNNING 
      07/30/2015 18:29:55	CHAIN FlatMap (FlatMap at fromDataSet(Graph.java:208)) -> Combine(Distinct at fromDataSet(Graph.java:208))(10/60) switched to RUNNING 
      07/30/2015 18:29:55	CHAIN FlatMap (FlatMap at fromDataSet(Graph.java:208)) -> Combine(Distinct at fromDataSet(Graph.java:208))(31/60) switched to SCHEDULED 
      07/30/2015 18:29:55	CHAIN FlatMap (FlatMap at fromDataSet(Graph.java:208)) -> Combine(Distinct at fromDataSet(Graph.java:208))(31/60) switched to DEPLOYING 
      07/30/2015 18:29:55	CHAIN FlatMap (FlatMap at fromDataSet(Graph.java:208)) -> Combine(Distinct at fromDataSet(Graph.java:208))(32/60) switched to SCHEDULED 
      07/30/2015 18:29:55	CHAIN FlatMap (FlatMap at fromDataSet(Graph.java:208)) -> Combine(Distinct at fromDataSet(Graph.java:208))(16/60) switched to RUNNING 
      07/30/2015 18:29:55	CHAIN FlatMap (FlatMap at fromDataSet(Graph.java:208)) -> Combine(Distinct at fromDataSet(Graph.java:208))(28/60) switched to SCHEDULED 
      07/30/2015 18:29:55	CHAIN FlatMap (FlatMap at fromDataSet(Graph.java:208)) -> Combine(Distinct at fromDataSet(Graph.java:208))(26/60) switched to SCHEDULED 
      07/30/2015 18:29:55	CHAIN FlatMap (FlatMap at fromDataSet(Graph.java:208)) -> Combine(Distinct at fromDataSet(Graph.java:208))(28/60) switched to DEPLOYING 
      07/30/2015 18:29:55	CHAIN FlatMap (FlatMap at fromDataSet(Graph.java:208)) -> Combine(Distinct at fromDataSet(Graph.java:208))(13/60) switched to RUNNING 
      07/30/2015 18:29:55	CHAIN FlatMap (FlatMap at fromDataSet(Graph.java:208)) -> Combine(Distinct at fromDataSet(Graph.java:208))(23/60) switched to SCHEDULED 
      07/30/2015 18:29:55	CHAIN FlatMap (FlatMap at fromDataSet(Graph.java:208)) -> Combine(Distinct at fromDataSet(Graph.java:208))(23/60) switched to DEPLOYING 
      07/30/2015 18:29:55	CHAIN FlatMap (FlatMap at fromDataSet(Graph.java:208)) -> Combine(Distinct at fromDataSet(Graph.java:208))(34/60) switched to SCHEDULED 
      07/30/2015 18:29:55	CHAIN FlatMap (FlatMap at fromDataSet(Graph.java:208)) -> Combine(Distinct at fromDataSet(Graph.java:208))(34/60) switched to DEPLOYING 
      07/30/2015 18:29:55	CHAIN FlatMap (FlatMap at fromDataSet(Graph.java:208)) -> Combine(Distinct at fromDataSet(Graph.java:208))(35/60) switched to SCHEDULED 
      07/30/2015 18:29:55	CHAIN FlatMap (FlatMap at fromDataSet(Graph.java:208)) -> Combine(Distinct at fromDataSet(Graph.java:208))(35/60) switched to DEPLOYING 
      07/30/2015 18:29:55	CHAIN FlatMap (FlatMap at fromDataSet(Graph.java:208)) -> Combine(Distinct at fromDataSet(Graph.java:208))(19/60) switched to DEPLOYING 
      07/30/2015 18:29:55	CHAIN FlatMap (FlatMap at fromDataSet(Graph.java:208)) -> Combine(Distinct at fromDataSet(Graph.java:208))(36/60) switched to SCHEDULED 
      07/30/2015 18:29:55	CHAIN FlatMap (FlatMap at fromDataSet(Graph.java:208)) -> Combine(Distinct at fromDataSet(Graph.java:208))(37/60) switched to SCHEDULED 
      07/30/2015 18:29:55	CHAIN FlatMap (FlatMap at fromDataSet(Graph.java:208)) -> Combine(Distinct at fromDataSet(Graph.java:208))(26/60) switched to DEPLOYING 
      07/30/2015 18:29:55	CHAIN FlatMap (FlatMap at fromDataSet(Graph.java:208)) -> Combine(Distinct at fromDataSet(Graph.java:208))(37/60) switched to DEPLOYING 
      07/30/2015 18:29:55	CHAIN FlatMap (FlatMap at fromDataSet(Graph.java:208)) -> Combine(Distinct at fromDataSet(Graph.java:208))(17/60) switched to RUNNING 
      07/30/2015 18:29:55	CHAIN FlatMap (FlatMap at fromDataSet(Graph.java:208)) -> Combine(Distinct at fromDataSet(Graph.java:208))(32/60) switched to DEPLOYING 
      07/30/2015 18:29:55	CHAIN FlatMap (FlatMap at fromDataSet(Graph.java:208)) -> Combine(Distinct at fromDataSet(Graph.java:208))(40/60) switched to SCHEDULED 
      07/30/2015 18:29:55	CHAIN FlatMap (FlatMap at fromDataSet(Graph.java:208)) -> Combine(Distinct at fromDataSet(Graph.java:208))(40/60) switched to DEPLOYING 
      07/30/2015 18:29:55	CHAIN FlatMap (FlatMap at fromDataSet(Graph.java:208)) -> Combine(Distinct at fromDataSet(Graph.java:208))(41/60) switched to SCHEDULED 
      07/30/2015 18:29:55	CHAIN FlatMap (FlatMap at fromDataSet(Graph.java:208)) -> Combine(Distinct at fromDataSet(Graph.java:208))(41/60) switched to DEPLOYING 
      07/30/2015 18:29:55	CHAIN FlatMap (FlatMap at fromDataSet(Graph.java:208)) -> Combine(Distinct at fromDataSet(Graph.java:208))(42/60) switched to SCHEDULED 
      07/30/2015 18:29:55	CHAIN FlatMap (FlatMap at fromDataSet(Graph.java:208)) -> Combine(Distinct at fromDataSet(Graph.java:208))(42/60) switched to DEPLOYING 
      07/30/2015 18:29:55	CHAIN FlatMap (FlatMap at fromDataSet(Graph.java:208)) -> Combine(Distinct at fromDataSet(Graph.java:208))(22/60) switched to RUNNING 
      07/30/2015 18:29:55	CHAIN FlatMap (FlatMap at fromDataSet(Graph.java:208)) -> Combine(Distinct at fromDataSet(Graph.java:208))(43/60) switched to SCHEDULED 
      07/30/2015 18:29:55	CHAIN FlatMap (FlatMap at fromDataSet(Graph.java:208)) -> Combine(Distinct at fromDataSet(Graph.java:208))(21/60) switched to RUNNING 
      07/30/2015 18:29:55	CHAIN FlatMap (FlatMap at fromDataSet(Graph.java:208)) -> Combine(Distinct at fromDataSet(Graph.java:208))(15/60) switched to RUNNING 
      07/30/2015 18:29:55	CHAIN FlatMap (FlatMap at fromDataSet(Graph.java:208)) -> Combine(Distinct at fromDataSet(Graph.java:208))(33/60) switched to SCHEDULED 
      07/30/2015 18:29:55	CHAIN FlatMap (FlatMap at fromDataSet(Graph.java:208)) -> Combine(Distinct at fromDataSet(Graph.java:208))(5/60) switched to RUNNING 
      07/30/2015 18:29:55	CHAIN FlatMap (FlatMap at fromDataSet(Graph.java:208)) -> Combine(Distinct at fromDataSet(Graph.java:208))(33/60) switched to DEPLOYING 
      07/30/2015 18:29:55	CHAIN FlatMap (FlatMap at fromDataSet(Graph.java:208)) -> Combine(Distinct at fromDataSet(Graph.java:208))(30/60) switched to DEPLOYING 
      07/30/2015 18:29:55	CHAIN FlatMap (FlatMap at fromDataSet(Graph.java:208)) -> Combine(Distinct at fromDataSet(Graph.java:208))(44/60) switched to SCHEDULED 
      07/30/2015 18:29:55	CHAIN FlatMap (FlatMap at fromDataSet(Graph.java:208)) -> Combine(Distinct at fromDataSet(Graph.java:208))(44/60) switched to DEPLOYING 
      07/30/2015 18:29:55	CHAIN FlatMap (FlatMap at fromDataSet(Graph.java:208)) -> Combine(Distinct at fromDataSet(Graph.java:208))(45/60) switched to SCHEDULED 
      07/30/2015 18:29:55	CHAIN FlatMap (FlatMap at fromDataSet(Graph.java:208)) -> Combine(Distinct at fromDataSet(Graph.java:208))(45/60) switched to DEPLOYING 
      07/30/2015 18:29:55	CHAIN FlatMap (FlatMap at fromDataSet(Graph.java:208)) -> Combine(Distinct at fromDataSet(Graph.java:208))(14/60) switched to RUNNING 
      07/30/2015 18:29:55	CHAIN FlatMap (FlatMap at fromDataSet(Graph.java:208)) -> Combine(Distinct at fromDataSet(Graph.java:208))(18/60) switched to RUNNING 
      07/30/2015 18:29:55	CHAIN FlatMap (FlatMap at fromDataSet(Graph.java:208)) -> Combine(Distinct at fromDataSet(Graph.java:208))(20/60) switched to RUNNING 
      07/30/2015 18:29:55	CHAIN FlatMap (FlatMap at fromDataSet(Graph.java:208)) -> Combine(Distinct at fromDataSet(Graph.java:208))(43/60) switched to DEPLOYING 
      07/30/2015 18:29:55	CHAIN FlatMap (FlatMap at fromDataSet(Graph.java:208)) -> Combine(Distinct at fromDataSet(Graph.java:208))(3/60) switched to RUNNING 
      07/30/2015 18:29:55	CHAIN FlatMap (FlatMap at fromDataSet(Graph.java:208)) -> Combine(Distinct at fromDataSet(Graph.java:208))(39/60) switched to SCHEDULED 
      07/30/2015 18:29:55	CHAIN FlatMap (FlatMap at fromDataSet(Graph.java:208)) -> Combine(Distinct at fromDataSet(Graph.java:208))(36/60) switched to DEPLOYING 
      07/30/2015 18:29:55	CHAIN FlatMap (FlatMap at fromDataSet(Graph.java:208)) -> Combine(Distinct at fromDataSet(Graph.java:208))(48/60) switched to SCHEDULED 
      07/30/2015 18:29:55	CHAIN FlatMap (FlatMap at fromDataSet(Graph.java:208)) -> Combine(Distinct at fromDataSet(Graph.java:208))(49/60) switched to SCHEDULED 
      07/30/2015 18:29:55	CHAIN FlatMap (FlatMap at fromDataSet(Graph.java:208)) -> Combine(Distinct at fromDataSet(Graph.java:208))(38/60) switched to SCHEDULED 
      07/30/2015 18:29:55	CHAIN FlatMap (FlatMap at fromDataSet(Graph.java:208)) -> Combine(Distinct at fromDataSet(Graph.java:208))(49/60) switched to DEPLOYING 
      07/30/2015 18:29:55	CHAIN FlatMap (FlatMap at fromDataSet(Graph.java:208)) -> Combine(Distinct at fromDataSet(Graph.java:208))(38/60) switched to DEPLOYING 
      07/30/2015 18:29:55	CHAIN FlatMap (FlatMap at fromDataSet(Graph.java:208)) -> Combine(Distinct at fromDataSet(Graph.java:208))(39/60) switched to DEPLOYING 
      07/30/2015 18:29:55	CHAIN FlatMap (FlatMap at fromDataSet(Graph.java:208)) -> Combine(Distinct at fromDataSet(Graph.java:208))(50/60) switched to SCHEDULED 
      07/30/2015 18:29:55	CHAIN FlatMap (FlatMap at fromDataSet(Graph.java:208)) -> Combine(Distinct at fromDataSet(Graph.java:208))(50/60) switched to DEPLOYING 
      07/30/2015 18:29:55	CHAIN FlatMap (FlatMap at fromDataSet(Graph.java:208)) -> Combine(Distinct at fromDataSet(Graph.java:208))(51/60) switched to SCHEDULED 
      07/30/2015 18:29:55	CHAIN FlatMap (FlatMap at fromDataSet(Graph.java:208)) -> Combine(Distinct at fromDataSet(Graph.java:208))(31/60) switched to RUNNING 
      07/30/2015 18:29:55	CHAIN FlatMap (FlatMap at fromDataSet(Graph.java:208)) -> Combine(Distinct at fromDataSet(Graph.java:208))(48/60) switched to DEPLOYING 
      07/30/2015 18:29:55	CHAIN FlatMap (FlatMap at fromDataSet(Graph.java:208)) -> Combine(Distinct at fromDataSet(Graph.java:208))(47/60) switched to SCHEDULED 
      07/30/2015 18:29:55	CHAIN FlatMap (FlatMap at fromDataSet(Graph.java:208)) -> Combine(Distinct at fromDataSet(Graph.java:208))(6/60) switched to RUNNING 
      07/30/2015 18:29:55	CHAIN FlatMap (FlatMap at fromDataSet(Graph.java:208)) -> Combine(Distinct at fromDataSet(Graph.java:208))(47/60) switched to DEPLOYING 
      07/30/2015 18:29:55	CHAIN FlatMap (FlatMap at fromDataSet(Graph.java:208)) -> Combine(Distinct at fromDataSet(Graph.java:208))(9/60) switched to RUNNING 
      07/30/2015 18:29:55	CHAIN FlatMap (FlatMap at fromDataSet(Graph.java:208)) -> Combine(Distinct at fromDataSet(Graph.java:208))(53/60) switched to SCHEDULED 
      07/30/2015 18:29:55	CHAIN FlatMap (FlatMap at fromDataSet(Graph.java:208)) -> Combine(Distinct at fromDataSet(Graph.java:208))(34/60) switched to RUNNING 
      07/30/2015 18:29:55	CHAIN FlatMap (FlatMap at fromDataSet(Graph.java:208)) -> Combine(Distinct at fromDataSet(Graph.java:208))(53/60) switched to DEPLOYING 
      07/30/2015 18:29:55	CHAIN FlatMap (FlatMap at fromDataSet(Graph.java:208)) -> Combine(Distinct at fromDataSet(Graph.java:208))(35/60) switched to RUNNING 
      07/30/2015 18:29:55	CHAIN FlatMap (FlatMap at fromDataSet(Graph.java:208)) -> Combine(Distinct at fromDataSet(Graph.java:208))(54/60) switched to SCHEDULED 
      07/30/2015 18:29:55	CHAIN FlatMap (FlatMap at fromDataSet(Graph.java:208)) -> Combine(Distinct at fromDataSet(Graph.java:208))(54/60) switched to DEPLOYING 
      07/30/2015 18:29:55	CHAIN FlatMap (FlatMap at fromDataSet(Graph.java:208)) -> Combine(Distinct at fromDataSet(Graph.java:208))(41/60) switched to RUNNING 
      07/30/2015 18:29:55	CHAIN FlatMap (FlatMap at fromDataSet(Graph.java:208)) -> Combine(Distinct at fromDataSet(Graph.java:208))(55/60) switched to SCHEDULED 
      07/30/2015 18:29:55	CHAIN FlatMap (FlatMap at fromDataSet(Graph.java:208)) -> Combine(Distinct at fromDataSet(Graph.java:208))(55/60) switched to DEPLOYING 
      07/30/2015 18:29:55	CHAIN FlatMap (FlatMap at fromDataSet(Graph.java:208)) -> Combine(Distinct at fromDataSet(Graph.java:208))(8/60) switched to RUNNING 
      07/30/2015 18:29:55	CHAIN FlatMap (FlatMap at fromDataSet(Graph.java:208)) -> Combine(Distinct at fromDataSet(Graph.java:208))(46/60) switched to SCHEDULED 
      07/30/2015 18:29:55	CHAIN FlatMap (FlatMap at fromDataSet(Graph.java:208)) -> Combine(Distinct at fromDataSet(Graph.java:208))(46/60) switched to DEPLOYING 
      07/30/2015 18:29:55	CHAIN FlatMap (FlatMap at fromDataSet(Graph.java:208)) -> Combine(Distinct at fromDataSet(Graph.java:208))(56/60) switched to SCHEDULED 
      07/30/2015 18:29:55	CHAIN FlatMap (FlatMap at fromDataSet(Graph.java:208)) -> Combine(Distinct at fromDataSet(Graph.java:208))(25/60) switched to RUNNING 
      07/30/2015 18:29:55	CHAIN FlatMap (FlatMap at fromDataSet(Graph.java:208)) -> Combine(Distinct at fromDataSet(Graph.java:208))(24/60) switched to RUNNING 
      07/30/2015 18:29:55	CHAIN FlatMap (FlatMap at fromDataSet(Graph.java:208)) -> Combine(Distinct at fromDataSet(Graph.java:208))(56/60) switched to DEPLOYING 
      07/30/2015 18:29:55	CHAIN FlatMap (FlatMap at fromDataSet(Graph.java:208)) -> Combine(Distinct at fromDataSet(Graph.java:208))(42/60) switched to RUNNING 
      07/30/2015 18:29:55	CHAIN FlatMap (FlatMap at fromDataSet(Graph.java:208)) -> Combine(Distinct at fromDataSet(Graph.java:208))(28/60) switched to RUNNING 
      07/30/2015 18:29:55	CHAIN FlatMap (FlatMap at fromDataSet(Graph.java:208)) -> Combine(Distinct at fromDataSet(Graph.java:208))(19/60) switched to RUNNING 
      07/30/2015 18:29:55	CHAIN FlatMap (FlatMap at fromDataSet(Graph.java:208)) -> Combine(Distinct at fromDataSet(Graph.java:208))(57/60) switched to SCHEDULED 
      07/30/2015 18:29:55	CHAIN FlatMap (FlatMap at fromDataSet(Graph.java:208)) -> Combine(Distinct at fromDataSet(Graph.java:208))(57/60) switched to DEPLOYING 
      07/30/2015 18:29:55	CHAIN FlatMap (FlatMap at fromDataSet(Graph.java:208)) -> Combine(Distinct at fromDataSet(Graph.java:208))(59/60) switched to SCHEDULED 
      07/30/2015 18:29:55	CHAIN FlatMap (FlatMap at fromDataSet(Graph.java:208)) -> Combine(Distinct at fromDataSet(Graph.java:208))(59/60) switched to DEPLOYING 
      07/30/2015 18:29:55	CHAIN FlatMap (FlatMap at fromDataSet(Graph.java:208)) -> Combine(Distinct at fromDataSet(Graph.java:208))(51/60) switched to DEPLOYING 
      07/30/2015 18:29:55	CHAIN FlatMap (FlatMap at fromDataSet(Graph.java:208)) -> Combine(Distinct at fromDataSet(Graph.java:208))(45/60) switched to RUNNING 
      07/30/2015 18:29:55	CHAIN FlatMap (FlatMap at fromDataSet(Graph.java:208)) -> Combine(Distinct at fromDataSet(Graph.java:208))(26/60) switched to RUNNING 
      07/30/2015 18:29:55	CHAIN FlatMap (FlatMap at fromDataSet(Graph.java:208)) -> Combine(Distinct at fromDataSet(Graph.java:208))(23/60) switched to RUNNING 
      07/30/2015 18:29:55	Join(Join at createResult(GatherSumApplyIteration.java:174))(1/60) switched to SCHEDULED 
      07/30/2015 18:29:55	CHAIN FlatMap (FlatMap at fromDataSet(Graph.java:208)) -> Combine(Distinct at fromDataSet(Graph.java:208))(50/60) switched to RUNNING 
      07/30/2015 18:29:55	Join(Join at createResult(GatherSumApplyIteration.java:174))(1/60) switched to DEPLOYING 
      07/30/2015 18:29:55	CHAIN FlatMap (FlatMap at fromDataSet(Graph.java:208)) -> Combine(Distinct at fromDataSet(Graph.java:208))(37/60) switched to RUNNING 
      07/30/2015 18:29:55	CHAIN FlatMap (FlatMap at fromDataSet(Graph.java:208)) -> Combine(Distinct at fromDataSet(Graph.java:208))(36/60) switched to RUNNING 
      07/30/2015 18:29:55	CHAIN FlatMap (FlatMap at fromDataSet(Graph.java:208)) -> Combine(Distinct at fromDataSet(Graph.java:208))(38/60) switched to RUNNING 
      07/30/2015 18:29:55	CHAIN FlatMap (FlatMap at fromDataSet(Graph.java:208)) -> Combine(Distinct at fromDataSet(Graph.java:208))(53/60) switched to RUNNING 
      07/30/2015 18:29:55	Join(Join at createResult(GatherSumApplyIteration.java:174))(2/60) switched to SCHEDULED 
      07/30/2015 18:29:55	Join(Join at createResult(GatherSumApplyIteration.java:174))(2/60) switched to DEPLOYING 
      07/30/2015 18:29:55	CHAIN FlatMap (FlatMap at fromDataSet(Graph.java:208)) -> Combine(Distinct at fromDataSet(Graph.java:208))(47/60) switched to RUNNING 
      07/30/2015 18:29:55	CHAIN FlatMap (FlatMap at fromDataSet(Graph.java:208)) -> Combine(Distinct at fromDataSet(Graph.java:208))(55/60) switched to RUNNING 
      07/30/2015 18:29:55	CHAIN FlatMap (FlatMap at fromDataSet(Graph.java:208)) -> Combine(Distinct at fromDataSet(Graph.java:208))(46/60) switched to RUNNING 
      07/30/2015 18:29:55	CHAIN FlatMap (FlatMap at fromDataSet(Graph.java:208)) -> Combine(Distinct at fromDataSet(Graph.java:208))(43/60) switched to RUNNING 
      07/30/2015 18:29:55	Join(Join at createResult(GatherSumApplyIteration.java:174))(3/60) switched to SCHEDULED 
      07/30/2015 18:29:55	Join(Join at createResult(GatherSumApplyIteration.java:174))(3/60) switched to DEPLOYING 
      07/30/2015 18:29:55	CHAIN FlatMap (FlatMap at fromDataSet(Graph.java:208)) -> Combine(Distinct at fromDataSet(Graph.java:208))(48/60) switched to RUNNING 
      07/30/2015 18:29:55	CHAIN FlatMap (FlatMap at fromDataSet(Graph.java:208)) -> Combine(Distinct at fromDataSet(Graph.java:208))(27/60) switched to RUNNING 
      07/30/2015 18:29:55	CHAIN FlatMap (FlatMap at fromDataSet(Graph.java:208)) -> Combine(Distinct at fromDataSet(Graph.java:208))(52/60) switched to SCHEDULED 
      07/30/2015 18:29:55	Join(Join at createResult(GatherSumApplyIteration.java:174))(4/60) switched to SCHEDULED 
      07/30/2015 18:29:55	CHAIN FlatMap (FlatMap at fromDataSet(Graph.java:208)) -> Combine(Distinct at fromDataSet(Graph.java:208))(52/60) switched to DEPLOYING 
      07/30/2015 18:29:55	Join(Join at createResult(GatherSumApplyIteration.java:174))(4/60) switched to DEPLOYING 
      07/30/2015 18:29:55	Join(Join at createResult(GatherSumApplyIteration.java:174))(5/60) switched to SCHEDULED 
      07/30/2015 18:29:55	Join(Join at createResult(GatherSumApplyIteration.java:174))(5/60) switched to DEPLOYING 
      07/30/2015 18:29:55	Join(Join at createResult(GatherSumApplyIteration.java:174))(6/60) switched to SCHEDULED 
      07/30/2015 18:29:55	Join(Join at createResult(GatherSumApplyIteration.java:174))(6/60) switched to DEPLOYING 
      07/30/2015 18:29:55	Join(Join at createResult(GatherSumApplyIteration.java:174))(9/60) switched to SCHEDULED 
      07/30/2015 18:29:55	Join(Join at createResult(GatherSumApplyIteration.java:174))(9/60) switched to DEPLOYING 
      07/30/2015 18:29:55	CHAIN FlatMap (FlatMap at fromDataSet(Graph.java:208)) -> Combine(Distinct at fromDataSet(Graph.java:208))(54/60) switched to RUNNING 
      07/30/2015 18:29:55	CHAIN FlatMap (FlatMap at fromDataSet(Graph.java:208)) -> Combine(Distinct at fromDataSet(Graph.java:208))(39/60) switched to RUNNING 
      07/30/2015 18:29:55	CHAIN FlatMap (FlatMap at fromDataSet(Graph.java:208)) -> Combine(Distinct at fromDataSet(Graph.java:208))(58/60) switched to SCHEDULED 
      07/30/2015 18:29:55	CHAIN FlatMap (FlatMap at fromDataSet(Graph.java:208)) -> Combine(Distinct at fromDataSet(Graph.java:208))(60/60) switched to SCHEDULED 
      07/30/2015 18:29:55	CHAIN FlatMap (FlatMap at fromDataSet(Graph.java:208)) -> Combine(Distinct at fromDataSet(Graph.java:208))(44/60) switched to RUNNING 
      07/30/2015 18:29:55	CHAIN FlatMap (FlatMap at fromDataSet(Graph.java:208)) -> Combine(Distinct at fromDataSet(Graph.java:208))(60/60) switched to DEPLOYING 
      07/30/2015 18:29:55	Join(Join at createResult(GatherSumApplyIteration.java:174))(11/60) switched to SCHEDULED 
      07/30/2015 18:29:55	Join(Join at createResult(GatherSumApplyIteration.java:174))(12/60) switched to SCHEDULED 
      07/30/2015 18:29:55	Join(Join at createResult(GatherSumApplyIteration.java:174))(12/60) switched to DEPLOYING 
      07/30/2015 18:29:55	Join(Join at createResult(GatherSumApplyIteration.java:174))(13/60) switched to SCHEDULED 
      07/30/2015 18:29:55	CHAIN FlatMap (FlatMap at fromDataSet(Graph.java:208)) -> Combine(Distinct at fromDataSet(Graph.java:208))(58/60) switched to DEPLOYING 
      07/30/2015 18:29:55	Join(Join at createResult(GatherSumApplyIteration.java:174))(14/60) switched to SCHEDULED 
      07/30/2015 18:29:55	Join(Join at createResult(GatherSumApplyIteration.java:174))(14/60) switched to DEPLOYING 
      07/30/2015 18:29:55	Join(Join at createResult(GatherSumApplyIteration.java:174))(10/60) switched to SCHEDULED 
      07/30/2015 18:29:55	Join(Join at createResult(GatherSumApplyIteration.java:174))(8/60) switched to SCHEDULED 
      07/30/2015 18:29:55	Join(Join at createResult(GatherSumApplyIteration.java:174))(7/60) switched to SCHEDULED 
      07/30/2015 18:29:55	Join(Join at createResult(GatherSumApplyIteration.java:174))(10/60) switched to DEPLOYING 
      07/30/2015 18:29:55	CHAIN FlatMap (FlatMap at fromDataSet(Graph.java:208)) -> Combine(Distinct at fromDataSet(Graph.java:208))(52/60) switched to RUNNING 
      07/30/2015 18:29:55	Join(Join at createResult(GatherSumApplyIteration.java:174))(7/60) switched to DEPLOYING 
      07/30/2015 18:29:55	Join(Join at createResult(GatherSumApplyIteration.java:174))(15/60) switched to SCHEDULED 
      07/30/2015 18:29:55	Join(Join at createResult(GatherSumApplyIteration.java:174))(15/60) switched to DEPLOYING 
      07/30/2015 18:29:55	Join(Join at createResult(GatherSumApplyIteration.java:174))(16/60) switched to SCHEDULED 
      07/30/2015 18:29:55	Join(Join at createResult(GatherSumApplyIteration.java:174))(17/60) switched to SCHEDULED 
      07/30/2015 18:29:55	Join(Join at createResult(GatherSumApplyIteration.java:174))(16/60) switched to DEPLOYING 
      07/30/2015 18:29:55	CHAIN FlatMap (FlatMap at fromDataSet(Graph.java:208)) -> Combine(Distinct at fromDataSet(Graph.java:208))(59/60) switched to RUNNING 
      07/30/2015 18:29:55	CHAIN FlatMap (FlatMap at fromDataSet(Graph.java:208)) -> Combine(Distinct at fromDataSet(Graph.java:208))(56/60) switched to RUNNING 
      07/30/2015 18:29:55	Join(Join at createResult(GatherSumApplyIteration.java:174))(18/60) switched to SCHEDULED 
      07/30/2015 18:29:55	Join(Join at createResult(GatherSumApplyIteration.java:174))(18/60) switched to DEPLOYING 
      07/30/2015 18:29:55	CHAIN FlatMap (FlatMap at fromDataSet(Graph.java:208)) -> Combine(Distinct at fromDataSet(Graph.java:208))(49/60) switched to RUNNING 
      07/30/2015 18:29:55	Join(Join at createResult(GatherSumApplyIteration.java:174))(19/60) switched to SCHEDULED 
      07/30/2015 18:29:55	Join(Join at createResult(GatherSumApplyIteration.java:174))(19/60) switched to DEPLOYING 
      07/30/2015 18:29:55	Join(Join at createResult(GatherSumApplyIteration.java:174))(20/60) switched to SCHEDULED 
      07/30/2015 18:29:55	Join(Join at createResult(GatherSumApplyIteration.java:174))(20/60) switched to DEPLOYING 
      07/30/2015 18:29:55	Join(Join at createResult(GatherSumApplyIteration.java:174))(11/60) switched to DEPLOYING 
      07/30/2015 18:29:55	Join(Join at createResult(GatherSumApplyIteration.java:174))(21/60) switched to SCHEDULED 
      07/30/2015 18:29:55	Join(Join at createResult(GatherSumApplyIteration.java:174))(21/60) switched to DEPLOYING 
      07/30/2015 18:29:55	Join(Join at createResult(GatherSumApplyIteration.java:174))(22/60) switched to SCHEDULED 
      07/30/2015 18:29:55	Join(Join at createResult(GatherSumApplyIteration.java:174))(8/60) switched to DEPLOYING 
      07/30/2015 18:29:55	Join(Join at createResult(GatherSumApplyIteration.java:174))(22/60) switched to DEPLOYING 
      07/30/2015 18:29:55	Join(Join at createResult(GatherSumApplyIteration.java:174))(13/60) switched to DEPLOYING 
      07/30/2015 18:29:55	Join(Join at createResult(GatherSumApplyIteration.java:174))(25/60) switched to SCHEDULED 
      07/30/2015 18:29:55	Join(Join at createResult(GatherSumApplyIteration.java:174))(26/60) switched to SCHEDULED 
      07/30/2015 18:29:55	Join(Join at createResult(GatherSumApplyIteration.java:174))(25/60) switched to DEPLOYING 
      07/30/2015 18:29:55	Join(Join at createResult(GatherSumApplyIteration.java:174))(23/60) switched to SCHEDULED 
      07/30/2015 18:29:55	Join(Join at createResult(GatherSumApplyIteration.java:174))(23/60) switched to DEPLOYING 
      07/30/2015 18:29:55	Join(Join at createResult(GatherSumApplyIteration.java:174))(27/60) switched to SCHEDULED 
      07/30/2015 18:29:55	Join(Join at createResult(GatherSumApplyIteration.java:174))(28/60) switched to SCHEDULED 
      07/30/2015 18:29:55	Join(Join at createResult(GatherSumApplyIteration.java:174))(24/60) switched to SCHEDULED 
      07/30/2015 18:29:55	Join(Join at createResult(GatherSumApplyIteration.java:174))(28/60) switched to DEPLOYING 
      07/30/2015 18:29:55	Join(Join at createResult(GatherSumApplyIteration.java:174))(24/60) switched to DEPLOYING 
      07/30/2015 18:29:55	Join(Join at createResult(GatherSumApplyIteration.java:174))(17/60) switched to DEPLOYING 
      07/30/2015 18:29:55	Join(Join at createResult(GatherSumApplyIteration.java:174))(29/60) switched to SCHEDULED 
      07/30/2015 18:29:55	Join(Join at createResult(GatherSumApplyIteration.java:174))(29/60) switched to DEPLOYING 
      07/30/2015 18:29:55	Join(Join at createResult(GatherSumApplyIteration.java:174))(30/60) switched to SCHEDULED 
      07/30/2015 18:29:55	Join(Join at createResult(GatherSumApplyIteration.java:174))(31/60) switched to SCHEDULED 
      07/30/2015 18:29:55	Join(Join at createResult(GatherSumApplyIteration.java:174))(30/60) switched to DEPLOYING 
      07/30/2015 18:29:55	Join(Join at createResult(GatherSumApplyIteration.java:174))(31/60) switched to DEPLOYING 
      07/30/2015 18:29:55	Join(Join at createResult(GatherSumApplyIteration.java:174))(32/60) switched to SCHEDULED 
      07/30/2015 18:29:55	Join(Join at createResult(GatherSumApplyIteration.java:174))(32/60) switched to DEPLOYING 
      07/30/2015 18:29:55	Join(Join at createResult(GatherSumApplyIteration.java:174))(33/60) switched to SCHEDULED 
      07/30/2015 18:29:55	Join(Join at createResult(GatherSumApplyIteration.java:174))(33/60) switched to DEPLOYING 
      07/30/2015 18:29:55	Join(Join at createResult(GatherSumApplyIteration.java:174))(34/60) switched to SCHEDULED 
      07/30/2015 18:29:55	Join(Join at createResult(GatherSumApplyIteration.java:174))(34/60) switched to DEPLOYING 
      07/30/2015 18:29:55	Join(Join at createResult(GatherSumApplyIteration.java:174))(35/60) switched to SCHEDULED 
      07/30/2015 18:29:55	Join(Join at createResult(GatherSumApplyIteration.java:174))(35/60) switched to DEPLOYING 
      07/30/2015 18:29:55	Join(Join at createResult(GatherSumApplyIteration.java:174))(27/60) switched to DEPLOYING 
      07/30/2015 18:29:55	Join(Join at createResult(GatherSumApplyIteration.java:174))(26/60) switched to DEPLOYING 
      07/30/2015 18:29:55	Join(Join at createResult(GatherSumApplyIteration.java:174))(37/60) switched to SCHEDULED 
      07/30/2015 18:29:55	Join(Join at createResult(GatherSumApplyIteration.java:174))(37/60) switched to DEPLOYING 
      07/30/2015 18:29:55	Join(Join at createResult(GatherSumApplyIteration.java:174))(38/60) switched to SCHEDULED 
      07/30/2015 18:29:55	Join(Join at createResult(GatherSumApplyIteration.java:174))(38/60) switched to DEPLOYING 
      07/30/2015 18:29:55	Join(Join at createResult(GatherSumApplyIteration.java:174))(39/60) switched to SCHEDULED 
      07/30/2015 18:29:55	Join(Join at createResult(GatherSumApplyIteration.java:174))(39/60) switched to DEPLOYING 
      07/30/2015 18:29:55	Join(Join at createResult(GatherSumApplyIteration.java:174))(41/60) switched to SCHEDULED 
      07/30/2015 18:29:55	Join(Join at createResult(GatherSumApplyIteration.java:174))(41/60) switched to DEPLOYING 
      07/30/2015 18:29:55	Join(Join at createResult(GatherSumApplyIteration.java:174))(43/60) switched to SCHEDULED 
      07/30/2015 18:29:55	Join(Join at createResult(GatherSumApplyIteration.java:174))(36/60) switched to SCHEDULED 
      07/30/2015 18:29:55	Join(Join at createResult(GatherSumApplyIteration.java:174))(43/60) switched to DEPLOYING 
      07/30/2015 18:29:55	CHAIN FlatMap (FlatMap at fromDataSet(Graph.java:208)) -> Combine(Distinct at fromDataSet(Graph.java:208))(40/60) switched to RUNNING 
      07/30/2015 18:29:55	Join(Join at createResult(GatherSumApplyIteration.java:174))(14/60) switched to RUNNING 
      07/30/2015 18:29:55	Join(Join at createResult(GatherSumApplyIteration.java:174))(44/60) switched to SCHEDULED 
      07/30/2015 18:29:55	Join(Join at createResult(GatherSumApplyIteration.java:174))(45/60) switched to SCHEDULED 
      07/30/2015 18:29:55	Join(Join at createResult(GatherSumApplyIteration.java:174))(40/60) switched to SCHEDULED 
      07/30/2015 18:29:55	Join(Join at createResult(GatherSumApplyIteration.java:174))(42/60) switched to SCHEDULED 
      07/30/2015 18:29:55	Join(Join at createResult(GatherSumApplyIteration.java:174))(46/60) switched to SCHEDULED 
      07/30/2015 18:29:55	Join(Join at createResult(GatherSumApplyIteration.java:174))(36/60) switched to DEPLOYING 
      07/30/2015 18:29:55	Join(Join at createResult(GatherSumApplyIteration.java:174))(46/60) switched to DEPLOYING 
      07/30/2015 18:29:55	Join(Join at createResult(GatherSumApplyIteration.java:174))(47/60) switched to SCHEDULED 
      07/30/2015 18:29:55	Join(Join at createResult(GatherSumApplyIteration.java:174))(47/60) switched to DEPLOYING 
      07/30/2015 18:29:55	Join(Join at createResult(GatherSumApplyIteration.java:174))(44/60) switched to DEPLOYING 
      07/30/2015 18:29:55	Join(Join at createResult(GatherSumApplyIteration.java:174))(40/60) switched to DEPLOYING 
      07/30/2015 18:29:55	CHAIN FlatMap (FlatMap at fromDataSet(Graph.java:208)) -> Combine(Distinct at fromDataSet(Graph.java:208))(51/60) switched to RUNNING 
      07/30/2015 18:29:55	Join(Join at createResult(GatherSumApplyIteration.java:174))(49/60) switched to SCHEDULED 
      07/30/2015 18:29:55	Join(Join at createResult(GatherSumApplyIteration.java:174))(49/60) switched to DEPLOYING 
      07/30/2015 18:29:55	Join(Join at createResult(GatherSumApplyIteration.java:174))(51/60) switched to SCHEDULED 
      07/30/2015 18:29:55	Join(Join at createResult(GatherSumApplyIteration.java:174))(51/60) switched to DEPLOYING 
      07/30/2015 18:29:55	Join(Join at createResult(GatherSumApplyIteration.java:174))(15/60) switched to RUNNING 
      07/30/2015 18:29:55	Join(Join at createResult(GatherSumApplyIteration.java:174))(16/60) switched to RUNNING 
      07/30/2015 18:29:55	Join(Join at createResult(GatherSumApplyIteration.java:174))(42/60) switched to DEPLOYING 
      07/30/2015 18:29:55	Join(Join at createResult(GatherSumApplyIteration.java:174))(12/60) switched to RUNNING 
      07/30/2015 18:29:55	Join(Join at createResult(GatherSumApplyIteration.java:174))(53/60) switched to SCHEDULED 
      07/30/2015 18:29:55	Join(Join at createResult(GatherSumApplyIteration.java:174))(53/60) switched to DEPLOYING 
      07/30/2015 18:29:55	Join(Join at createResult(GatherSumApplyIteration.java:174))(54/60) switched to SCHEDULED 
      07/30/2015 18:29:55	Join(Join at createResult(GatherSumApplyIteration.java:174))(54/60) switched to DEPLOYING 
      07/30/2015 18:29:55	Join(Join at createResult(GatherSumApplyIteration.java:174))(13/60) switched to RUNNING 
      07/30/2015 18:29:55	Join(Join at createResult(GatherSumApplyIteration.java:174))(55/60) switched to SCHEDULED 
      07/30/2015 18:29:55	Join(Join at createResult(GatherSumApplyIteration.java:174))(55/60) switched to DEPLOYING 
      07/30/2015 18:29:55	Join(Join at createResult(GatherSumApplyIteration.java:174))(56/60) switched to SCHEDULED 
      07/30/2015 18:29:55	Join(Join at createResult(GatherSumApplyIteration.java:174))(56/60) switched to DEPLOYING 
      07/30/2015 18:29:55	Join(Join at createResult(GatherSumApplyIteration.java:174))(57/60) switched to SCHEDULED 
      07/30/2015 18:29:55	Join(Join at createResult(GatherSumApplyIteration.java:174))(57/60) switched to DEPLOYING 
      07/30/2015 18:29:55	Join(Join at createResult(GatherSumApplyIteration.java:174))(58/60) switched to SCHEDULED 
      07/30/2015 18:29:55	Join(Join at createResult(GatherSumApplyIteration.java:174))(59/60) switched to SCHEDULED 
      07/30/2015 18:29:55	Join(Join at createResult(GatherSumApplyIteration.java:174))(59/60) switched to DEPLOYING 
      07/30/2015 18:29:55	Join(Join at createResult(GatherSumApplyIteration.java:174))(20/60) switched to RUNNING 
      07/30/2015 18:29:55	Join(Join at createResult(GatherSumApplyIteration.java:174))(48/60) switched to SCHEDULED 
      07/30/2015 18:29:55	Join(Join at createResult(GatherSumApplyIteration.java:174))(48/60) switched to DEPLOYING 
      07/30/2015 18:29:55	Join(Join at createResult(GatherSumApplyIteration.java:174))(60/60) switched to SCHEDULED 
      07/30/2015 18:29:55	Join(Join at createResult(GatherSumApplyIteration.java:174))(60/60) switched to DEPLOYING 
      07/30/2015 18:29:55	Join(Join at createResult(GatherSumApplyIteration.java:174))(11/60) switched to RUNNING 
      07/30/2015 18:29:55	Join(Join at createResult(GatherSumApplyIteration.java:174))(52/60) switched to SCHEDULED 
      07/30/2015 18:29:55	Join(Join at createResult(GatherSumApplyIteration.java:174))(52/60) switched to DEPLOYING 
      07/30/2015 18:29:55	Join(Join at createResult(GatherSumApplyIteration.java:174))(58/60) switched to DEPLOYING 
      07/30/2015 18:29:55	Join(Join at createResult(GatherSumApplyIteration.java:174))(19/60) switched to RUNNING 
      07/30/2015 18:29:55	Join(Join at createResult(GatherSumApplyIteration.java:174))(7/60) switched to RUNNING 
      07/30/2015 18:29:55	Join(Join at createResult(GatherSumApplyIteration.java:174))(27/60) switched to RUNNING 
      07/30/2015 18:29:55	Join(Join at createResult(GatherSumApplyIteration.java:174))(18/60) switched to RUNNING 
      07/30/2015 18:29:55	Join(Join at createResult(GatherSumApplyIteration.java:174))(17/60) switched to RUNNING 
      07/30/2015 18:29:55	Join(Join at createResult(GatherSumApplyIteration.java:174))(28/60) switched to RUNNING 
      07/30/2015 18:29:55	Join(Join at createResult(GatherSumApplyIteration.java:174))(40/60) switched to RUNNING 
      07/30/2015 18:29:55	Join(Join at createResult(GatherSumApplyIteration.java:174))(34/60) switched to RUNNING 
      07/30/2015 18:29:55	Join(Join at createResult(GatherSumApplyIteration.java:174))(33/60) switched to RUNNING 
      07/30/2015 18:29:55	Join(Join at createResult(GatherSumApplyIteration.java:174))(42/60) switched to RUNNING 
      07/30/2015 18:29:55	Join(Join at createResult(GatherSumApplyIteration.java:174))(21/60) switched to RUNNING 
      07/30/2015 18:29:55	Join(Join at createResult(GatherSumApplyIteration.java:174))(25/60) switched to RUNNING 
      07/30/2015 18:29:55	Join(Join at createResult(GatherSumApplyIteration.java:174))(39/60) switched to RUNNING 
      07/30/2015 18:29:55	Join(Join at createResult(GatherSumApplyIteration.java:174))(38/60) switched to RUNNING 
      07/30/2015 18:29:55	Join(Join at createResult(GatherSumApplyIteration.java:174))(26/60) switched to RUNNING 
      07/30/2015 18:29:55	Join(Join at createResult(GatherSumApplyIteration.java:174))(43/60) switched to RUNNING 
      07/30/2015 18:29:55	Join(Join at createResult(GatherSumApplyIteration.java:174))(22/60) switched to RUNNING 
      07/30/2015 18:29:55	Join(Join at createResult(GatherSumApplyIteration.java:174))(56/60) switched to RUNNING 
      07/30/2015 18:29:55	Join(Join at createResult(GatherSumApplyIteration.java:174))(57/60) switched to RUNNING 
      07/30/2015 18:29:55	Join(Join at createResult(GatherSumApplyIteration.java:174))(49/60) switched to RUNNING 
      07/30/2015 18:29:55	Join(Join at createResult(GatherSumApplyIteration.java:174))(54/60) switched to RUNNING 
      07/30/2015 18:29:55	Join(Join at createResult(GatherSumApplyIteration.java:174))(50/60) switched to SCHEDULED 
      07/30/2015 18:29:55	Join(Join at createResult(GatherSumApplyIteration.java:174))(45/60) switched to DEPLOYING 
      07/30/2015 18:29:55	Join(Join at createResult(GatherSumApplyIteration.java:174))(41/60) switched to RUNNING 
      07/30/2015 18:29:55	CHAIN FlatMap (FlatMap at fromDataSet(Graph.java:208)) -> Combine(Distinct at fromDataSet(Graph.java:208))(33/60) switched to RUNNING 
      07/30/2015 18:29:55	Join(Join at createResult(GatherSumApplyIteration.java:174))(24/60) switched to RUNNING 
      07/30/2015 18:29:55	Join(Join at createResult(GatherSumApplyIteration.java:174))(8/60) switched to RUNNING 
      07/30/2015 18:29:55	Join(Join at createResult(GatherSumApplyIteration.java:174))(50/60) switched to DEPLOYING 
      07/30/2015 18:29:55	Join(Join at createResult(GatherSumApplyIteration.java:174))(23/60) switched to RUNNING 
      07/30/2015 18:29:55	Join(Join at createResult(GatherSumApplyIteration.java:174))(51/60) switched to RUNNING 
      07/30/2015 18:29:55	Join(Join at createResult(GatherSumApplyIteration.java:174))(60/60) switched to RUNNING 
      07/30/2015 18:29:55	Join(Join at createResult(GatherSumApplyIteration.java:174))(58/60) switched to RUNNING 
      07/30/2015 18:29:55	Join(Join at createResult(GatherSumApplyIteration.java:174))(55/60) switched to RUNNING 
      07/30/2015 18:29:55	Join(Join at createResult(GatherSumApplyIteration.java:174))(44/60) switched to RUNNING 
      07/30/2015 18:29:55	Join(Join at createResult(GatherSumApplyIteration.java:174))(47/60) switched to RUNNING 
      07/30/2015 18:29:55	Join(Join at createResult(GatherSumApplyIteration.java:174))(53/60) switched to RUNNING 
      07/30/2015 18:29:55	Join(Join at createResult(GatherSumApplyIteration.java:174))(48/60) switched to RUNNING 
      07/30/2015 18:29:55	Join(Join at createResult(GatherSumApplyIteration.java:174))(32/60) switched to RUNNING 
      07/30/2015 18:29:55	CHAIN FlatMap (FlatMap at fromDataSet(Graph.java:208)) -> Combine(Distinct at fromDataSet(Graph.java:208))(30/60) switched to RUNNING 
      07/30/2015 18:29:55	CHAIN FlatMap (FlatMap at fromDataSet(Graph.java:208)) -> Combine(Distinct at fromDataSet(Graph.java:208))(58/60) switched to RUNNING 
      07/30/2015 18:29:55	Join(Join at createResult(GatherSumApplyIteration.java:174))(31/60) switched to RUNNING 
      07/30/2015 18:29:55	Join(Join at createResult(GatherSumApplyIteration.java:174))(29/60) switched to RUNNING 
      07/30/2015 18:29:55	Join(Join at createResult(GatherSumApplyIteration.java:174))(30/60) switched to RUNNING 
      07/30/2015 18:29:55	Join(Join at createResult(GatherSumApplyIteration.java:174))(46/60) switched to RUNNING 
      07/30/2015 18:29:55	Join(Join at createResult(GatherSumApplyIteration.java:174))(36/60) switched to RUNNING 
      07/30/2015 18:29:55	Join(Join at createResult(GatherSumApplyIteration.java:174))(45/60) switched to RUNNING 
      07/30/2015 18:29:55	Join(Join at createResult(GatherSumApplyIteration.java:174))(59/60) switched to RUNNING 
      07/30/2015 18:29:55	CHAIN FlatMap (FlatMap at fromDataSet(Graph.java:208)) -> Combine(Distinct at fromDataSet(Graph.java:208))(32/60) switched to RUNNING 
      07/30/2015 18:29:55	CHAIN FlatMap (FlatMap at fromDataSet(Graph.java:208)) -> Combine(Distinct at fromDataSet(Graph.java:208))(4/60) switched to RUNNING 
      07/30/2015 18:29:55	CHAIN FlatMap (FlatMap at fromDataSet(Graph.java:208)) -> Combine(Distinct at fromDataSet(Graph.java:208))(29/60) switched to RUNNING 
      07/30/2015 18:29:55	CHAIN FlatMap (FlatMap at fromDataSet(Graph.java:208)) -> Combine(Distinct at fromDataSet(Graph.java:208))(57/60) switched to RUNNING 
      07/30/2015 18:29:56	Join(Join at createResult(GatherSumApplyIteration.java:174))(35/60) switched to RUNNING 
      07/30/2015 18:29:56	Join(Join at createResult(GatherSumApplyIteration.java:174))(37/60) switched to RUNNING 
      07/30/2015 18:29:56	Join(Join at createResult(GatherSumApplyIteration.java:174))(1/60) switched to RUNNING 
      07/30/2015 18:29:56	Join(Join at createResult(GatherSumApplyIteration.java:174))(2/60) switched to RUNNING 
      07/30/2015 18:29:56	Join(Join at createResult(GatherSumApplyIteration.java:174))(52/60) switched to RUNNING 
      07/30/2015 18:29:56	CHAIN FlatMap (FlatMap at fromDataSet(Graph.java:208)) -> Combine(Distinct at fromDataSet(Graph.java:208))(60/60) switched to RUNNING 
      07/30/2015 18:29:56	Join(Join at createResult(GatherSumApplyIteration.java:174))(10/60) switched to RUNNING 
      07/30/2015 18:29:57	Join(Join at createResult(GatherSumApplyIteration.java:174))(4/60) switched to RUNNING 
      07/30/2015 18:29:57	Join(Join at createResult(GatherSumApplyIteration.java:174))(3/60) switched to RUNNING 
      07/30/2015 18:29:57	Join(Join at createResult(GatherSumApplyIteration.java:174))(5/60) switched to RUNNING 
      07/30/2015 18:29:58	Join(Join at createResult(GatherSumApplyIteration.java:174))(6/60) switched to RUNNING 
      07/30/2015 18:29:58	Join(Join at createResult(GatherSumApplyIteration.java:174))(50/60) switched to RUNNING 
      07/30/2015 18:29:58	Join(Join at createResult(GatherSumApplyIteration.java:174))(9/60) switched to RUNNING 
      07/30/2015 18:30:02	CHAIN Reduce (Distinct at fromDataSet(Graph.java:208)) -> Map (Map at fromDataSet(Graph.java:208))(3/60) switched to SCHEDULED 
      07/30/2015 18:30:02	CHAIN Reduce (Distinct at fromDataSet(Graph.java:208)) -> Map (Map at fromDataSet(Graph.java:208))(5/60) switched to SCHEDULED 
      07/30/2015 18:30:02	CHAIN Reduce (Distinct at fromDataSet(Graph.java:208)) -> Map (Map at fromDataSet(Graph.java:208))(4/60) switched to SCHEDULED 
      07/30/2015 18:30:02	CHAIN Reduce (Distinct at fromDataSet(Graph.java:208)) -> Map (Map at fromDataSet(Graph.java:208))(6/60) switched to SCHEDULED 
      07/30/2015 18:30:02	CHAIN Reduce (Distinct at fromDataSet(Graph.java:208)) -> Map (Map at fromDataSet(Graph.java:208))(3/60) switched to DEPLOYING 
      07/30/2015 18:30:02	CHAIN Reduce (Distinct at fromDataSet(Graph.java:208)) -> Map (Map at fromDataSet(Graph.java:208))(6/60) switched to DEPLOYING 
      07/30/2015 18:30:02	CHAIN Reduce (Distinct at fromDataSet(Graph.java:208)) -> Map (Map at fromDataSet(Graph.java:208))(5/60) switched to DEPLOYING 
      07/30/2015 18:30:02	CHAIN Reduce (Distinct at fromDataSet(Graph.java:208)) -> Map (Map at fromDataSet(Graph.java:208))(1/60) switched to SCHEDULED 
      07/30/2015 18:30:02	CHAIN Reduce (Distinct at fromDataSet(Graph.java:208)) -> Map (Map at fromDataSet(Graph.java:208))(2/60) switched to SCHEDULED 
      07/30/2015 18:30:02	CHAIN Reduce (Distinct at fromDataSet(Graph.java:208)) -> Map (Map at fromDataSet(Graph.java:208))(1/60) switched to DEPLOYING 
      07/30/2015 18:30:02	CHAIN Reduce (Distinct at fromDataSet(Graph.java:208)) -> Map (Map at fromDataSet(Graph.java:208))(2/60) switched to DEPLOYING 
      07/30/2015 18:30:02	CHAIN Reduce (Distinct at fromDataSet(Graph.java:208)) -> Map (Map at fromDataSet(Graph.java:208))(8/60) switched to SCHEDULED 
      07/30/2015 18:30:02	CHAIN Reduce (Distinct at fromDataSet(Graph.java:208)) -> Map (Map at fromDataSet(Graph.java:208))(8/60) switched to DEPLOYING 
      07/30/2015 18:30:02	CHAIN Reduce (Distinct at fromDataSet(Graph.java:208)) -> Map (Map at fromDataSet(Graph.java:208))(9/60) switched to SCHEDULED 
      07/30/2015 18:30:02	CHAIN Reduce (Distinct at fromDataSet(Graph.java:208)) -> Map (Map at fromDataSet(Graph.java:208))(4/60) switched to DEPLOYING 
      07/30/2015 18:30:02	CHAIN Reduce (Distinct at fromDataSet(Graph.java:208)) -> Map (Map at fromDataSet(Graph.java:208))(9/60) switched to DEPLOYING 
      07/30/2015 18:30:02	CHAIN Reduce (Distinct at fromDataSet(Graph.java:208)) -> Map (Map at fromDataSet(Graph.java:208))(7/60) switched to SCHEDULED 
      07/30/2015 18:30:02	CHAIN Reduce (Distinct at fromDataSet(Graph.java:208)) -> Map (Map at fromDataSet(Graph.java:208))(7/60) switched to DEPLOYING 
      07/30/2015 18:30:02	CHAIN Reduce (Distinct at fromDataSet(Graph.java:208)) -> Map (Map at fromDataSet(Graph.java:208))(11/60) switched to SCHEDULED 
      07/30/2015 18:30:02	CHAIN Reduce (Distinct at fromDataSet(Graph.java:208)) -> Map (Map at fromDataSet(Graph.java:208))(11/60) switched to DEPLOYING 
      07/30/2015 18:30:02	CHAIN Reduce (Distinct at fromDataSet(Graph.java:208)) -> Map (Map at fromDataSet(Graph.java:208))(12/60) switched to SCHEDULED 
      07/30/2015 18:30:02	CHAIN Reduce (Distinct at fromDataSet(Graph.java:208)) -> Map (Map at fromDataSet(Graph.java:208))(10/60) switched to SCHEDULED 
      07/30/2015 18:30:02	CHAIN Reduce (Distinct at fromDataSet(Graph.java:208)) -> Map (Map at fromDataSet(Graph.java:208))(12/60) switched to DEPLOYING 
      07/30/2015 18:30:02	CHAIN Reduce (Distinct at fromDataSet(Graph.java:208)) -> Map (Map at fromDataSet(Graph.java:208))(10/60) switched to DEPLOYING 
      07/30/2015 18:30:02	CHAIN Reduce (Distinct at fromDataSet(Graph.java:208)) -> Map (Map at fromDataSet(Graph.java:208))(14/60) switched to SCHEDULED 
      07/30/2015 18:30:02	CHAIN Reduce (Distinct at fromDataSet(Graph.java:208)) -> Map (Map at fromDataSet(Graph.java:208))(14/60) switched to DEPLOYING 
      07/30/2015 18:30:02	CHAIN Reduce (Distinct at fromDataSet(Graph.java:208)) -> Map (Map at fromDataSet(Graph.java:208))(15/60) switched to SCHEDULED 
      07/30/2015 18:30:02	CHAIN Reduce (Distinct at fromDataSet(Graph.java:208)) -> Map (Map at fromDataSet(Graph.java:208))(15/60) switched to DEPLOYING 
      07/30/2015 18:30:02	CHAIN Reduce (Distinct at fromDataSet(Graph.java:208)) -> Map (Map at fromDataSet(Graph.java:208))(16/60) switched to SCHEDULED 
      07/30/2015 18:30:02	CHAIN Reduce (Distinct at fromDataSet(Graph.java:208)) -> Map (Map at fromDataSet(Graph.java:208))(16/60) switched to DEPLOYING 
      07/30/2015 18:30:02	CHAIN Reduce (Distinct at fromDataSet(Graph.java:208)) -> Map (Map at fromDataSet(Graph.java:208))(19/60) switched to SCHEDULED 
      07/30/2015 18:30:02	CHAIN Reduce (Distinct at fromDataSet(Graph.java:208)) -> Map (Map at fromDataSet(Graph.java:208))(19/60) switched to DEPLOYING 
      07/30/2015 18:30:02	CHAIN Reduce (Distinct at fromDataSet(Graph.java:208)) -> Map (Map at fromDataSet(Graph.java:208))(20/60) switched to SCHEDULED 
      07/30/2015 18:30:02	CHAIN Reduce (Distinct at fromDataSet(Graph.java:208)) -> Map (Map at fromDataSet(Graph.java:208))(20/60) switched to DEPLOYING 
      07/30/2015 18:30:02	CHAIN Reduce (Distinct at fromDataSet(Graph.java:208)) -> Map (Map at fromDataSet(Graph.java:208))(21/60) switched to SCHEDULED 
      07/30/2015 18:30:02	CHAIN Reduce (Distinct at fromDataSet(Graph.java:208)) -> Map (Map at fromDataSet(Graph.java:208))(22/60) switched to SCHEDULED 
      07/30/2015 18:30:02	CHAIN Reduce (Distinct at fromDataSet(Graph.java:208)) -> Map (Map at fromDataSet(Graph.java:208))(13/60) switched to SCHEDULED 
      07/30/2015 18:30:02	CHAIN Reduce (Distinct at fromDataSet(Graph.java:208)) -> Map (Map at fromDataSet(Graph.java:208))(22/60) switched to DEPLOYING 
      07/30/2015 18:30:02	CHAIN Reduce (Distinct at fromDataSet(Graph.java:208)) -> Map (Map at fromDataSet(Graph.java:208))(23/60) switched to SCHEDULED 
      07/30/2015 18:30:02	CHAIN Reduce (Distinct at fromDataSet(Graph.java:208)) -> Map (Map at fromDataSet(Graph.java:208))(13/60) switched to DEPLOYING 
      07/30/2015 18:30:02	CHAIN Reduce (Distinct at fromDataSet(Graph.java:208)) -> Map (Map at fromDataSet(Graph.java:208))(25/60) switched to SCHEDULED 
      07/30/2015 18:30:02	CHAIN Reduce (Distinct at fromDataSet(Graph.java:208)) -> Map (Map at fromDataSet(Graph.java:208))(25/60) switched to DEPLOYING 
      07/30/2015 18:30:02	CHAIN Reduce (Distinct at fromDataSet(Graph.java:208)) -> Map (Map at fromDataSet(Graph.java:208))(26/60) switched to SCHEDULED 
      07/30/2015 18:30:02	CHAIN Reduce (Distinct at fromDataSet(Graph.java:208)) -> Map (Map at fromDataSet(Graph.java:208))(26/60) switched to DEPLOYING 
      07/30/2015 18:30:02	CHAIN Reduce (Distinct at fromDataSet(Graph.java:208)) -> Map (Map at fromDataSet(Graph.java:208))(28/60) switched to SCHEDULED 
      07/30/2015 18:30:02	CHAIN Reduce (Distinct at fromDataSet(Graph.java:208)) -> Map (Map at fromDataSet(Graph.java:208))(28/60) switched to DEPLOYING 
      07/30/2015 18:30:02	CHAIN Reduce (Distinct at fromDataSet(Graph.java:208)) -> Map (Map at fromDataSet(Graph.java:208))(27/60) switched to SCHEDULED 
      07/30/2015 18:30:02	CHAIN Reduce (Distinct at fromDataSet(Graph.java:208)) -> Map (Map at fromDataSet(Graph.java:208))(27/60) switched to DEPLOYING 
      07/30/2015 18:30:02	CHAIN Reduce (Distinct at fromDataSet(Graph.java:208)) -> Map (Map at fromDataSet(Graph.java:208))(29/60) switched to SCHEDULED 
      07/30/2015 18:30:02	CHAIN Reduce (Distinct at fromDataSet(Graph.java:208)) -> Map (Map at fromDataSet(Graph.java:208))(29/60) switched to DEPLOYING 
      07/30/2015 18:30:02	CHAIN Reduce (Distinct at fromDataSet(Graph.java:208)) -> Map (Map at fromDataSet(Graph.java:208))(30/60) switched to SCHEDULED 
      07/30/2015 18:30:02	CHAIN Reduce (Distinct at fromDataSet(Graph.java:208)) -> Map (Map at fromDataSet(Graph.java:208))(30/60) switched to DEPLOYING 
      07/30/2015 18:30:02	CHAIN Reduce (Distinct at fromDataSet(Graph.java:208)) -> Map (Map at fromDataSet(Graph.java:208))(31/60) switched to SCHEDULED 
      07/30/2015 18:30:02	CHAIN Reduce (Distinct at fromDataSet(Graph.java:208)) -> Map (Map at fromDataSet(Graph.java:208))(31/60) switched to DEPLOYING 
      07/30/2015 18:30:02	CHAIN Reduce (Distinct at fromDataSet(Graph.java:208)) -> Map (Map at fromDataSet(Graph.java:208))(32/60) switched to SCHEDULED 
      07/30/2015 18:30:02	CHAIN Reduce (Distinct at fromDataSet(Graph.java:208)) -> Map (Map at fromDataSet(Graph.java:208))(32/60) switched to DEPLOYING 
      07/30/2015 18:30:02	CHAIN Reduce (Distinct at fromDataSet(Graph.java:208)) -> Map (Map at fromDataSet(Graph.java:208))(33/60) switched to SCHEDULED 
      07/30/2015 18:30:02	CHAIN Reduce (Distinct at fromDataSet(Graph.java:208)) -> Map (Map at fromDataSet(Graph.java:208))(33/60) switched to DEPLOYING 
      07/30/2015 18:30:02	CHAIN Reduce (Distinct at fromDataSet(Graph.java:208)) -> Map (Map at fromDataSet(Graph.java:208))(34/60) switched to SCHEDULED 
      07/30/2015 18:30:02	CHAIN Reduce (Distinct at fromDataSet(Graph.java:208)) -> Map (Map at fromDataSet(Graph.java:208))(34/60) switched to DEPLOYING 
      07/30/2015 18:30:02	CHAIN Reduce (Distinct at fromDataSet(Graph.java:208)) -> Map (Map at fromDataSet(Graph.java:208))(21/60) switched to DEPLOYING 
      07/30/2015 18:30:02	CHAIN Reduce (Distinct at fromDataSet(Graph.java:208)) -> Map (Map at fromDataSet(Graph.java:208))(36/60) switched to SCHEDULED 
      07/30/2015 18:30:02	CHAIN Reduce (Distinct at fromDataSet(Graph.java:208)) -> Map (Map at fromDataSet(Graph.java:208))(36/60) switched to DEPLOYING 
      07/30/2015 18:30:02	CHAIN Reduce (Distinct at fromDataSet(Graph.java:208)) -> Map (Map at fromDataSet(Graph.java:208))(37/60) switched to SCHEDULED 
      07/30/2015 18:30:02	CHAIN Reduce (Distinct at fromDataSet(Graph.java:208)) -> Map (Map at fromDataSet(Graph.java:208))(37/60) switched to DEPLOYING 
      07/30/2015 18:30:02	CHAIN Reduce (Distinct at fromDataSet(Graph.java:208)) -> Map (Map at fromDataSet(Graph.java:208))(38/60) switched to SCHEDULED 
      07/30/2015 18:30:02	CHAIN Reduce (Distinct at fromDataSet(Graph.java:208)) -> Map (Map at fromDataSet(Graph.java:208))(38/60) switched to DEPLOYING 
      07/30/2015 18:30:02	CHAIN Reduce (Distinct at fromDataSet(Graph.java:208)) -> Map (Map at fromDataSet(Graph.java:208))(39/60) switched to SCHEDULED 
      07/30/2015 18:30:02	CHAIN Reduce (Distinct at fromDataSet(Graph.java:208)) -> Map (Map at fromDataSet(Graph.java:208))(39/60) switched to DEPLOYING 
      07/30/2015 18:30:02	CHAIN Reduce (Distinct at fromDataSet(Graph.java:208)) -> Map (Map at fromDataSet(Graph.java:208))(40/60) switched to SCHEDULED 
      07/30/2015 18:30:02	CHAIN Reduce (Distinct at fromDataSet(Graph.java:208)) -> Map (Map at fromDataSet(Graph.java:208))(40/60) switched to DEPLOYING 
      07/30/2015 18:30:02	CHAIN Reduce (Distinct at fromDataSet(Graph.java:208)) -> Map (Map at fromDataSet(Graph.java:208))(41/60) switched to SCHEDULED 
      07/30/2015 18:30:02	CHAIN Reduce (Distinct at fromDataSet(Graph.java:208)) -> Map (Map at fromDataSet(Graph.java:208))(41/60) switched to DEPLOYING 
      07/30/2015 18:30:02	CHAIN Reduce (Distinct at fromDataSet(Graph.java:208)) -> Map (Map at fromDataSet(Graph.java:208))(42/60) switched to SCHEDULED 
      07/30/2015 18:30:02	CHAIN Reduce (Distinct at fromDataSet(Graph.java:208)) -> Map (Map at fromDataSet(Graph.java:208))(18/60) switched to SCHEDULED 
      07/30/2015 18:30:02	CHAIN Reduce (Distinct at fromDataSet(Graph.java:208)) -> Map (Map at fromDataSet(Graph.java:208))(42/60) switched to DEPLOYING 
      07/30/2015 18:30:02	CHAIN Reduce (Distinct at fromDataSet(Graph.java:208)) -> Map (Map at fromDataSet(Graph.java:208))(17/60) switched to SCHEDULED 
      07/30/2015 18:30:02	CHAIN Reduce (Distinct at fromDataSet(Graph.java:208)) -> Map (Map at fromDataSet(Graph.java:208))(17/60) switched to DEPLOYING 
      07/30/2015 18:30:02	CHAIN Reduce (Distinct at fromDataSet(Graph.java:208)) -> Map (Map at fromDataSet(Graph.java:208))(44/60) switched to SCHEDULED 
      07/30/2015 18:30:02	CHAIN Reduce (Distinct at fromDataSet(Graph.java:208)) -> Map (Map at fromDataSet(Graph.java:208))(44/60) switched to DEPLOYING 
      07/30/2015 18:30:02	CHAIN Reduce (Distinct at fromDataSet(Graph.java:208)) -> Map (Map at fromDataSet(Graph.java:208))(45/60) switched to SCHEDULED 
      07/30/2015 18:30:02	CHAIN Reduce (Distinct at fromDataSet(Graph.java:208)) -> Map (Map at fromDataSet(Graph.java:208))(46/60) switched to SCHEDULED 
      07/30/2015 18:30:02	CHAIN Reduce (Distinct at fromDataSet(Graph.java:208)) -> Map (Map at fromDataSet(Graph.java:208))(45/60) switched to DEPLOYING 
      07/30/2015 18:30:02	CHAIN Reduce (Distinct at fromDataSet(Graph.java:208)) -> Map (Map at fromDataSet(Graph.java:208))(18/60) switched to DEPLOYING 
      07/30/2015 18:30:02	CHAIN Reduce (Distinct at fromDataSet(Graph.java:208)) -> Map (Map at fromDataSet(Graph.java:208))(47/60) switched to SCHEDULED 
      07/30/2015 18:30:02	CHAIN Reduce (Distinct at fromDataSet(Graph.java:208)) -> Map (Map at fromDataSet(Graph.java:208))(48/60) switched to SCHEDULED 
      07/30/2015 18:30:02	CHAIN Reduce (Distinct at fromDataSet(Graph.java:208)) -> Map (Map at fromDataSet(Graph.java:208))(47/60) switched to DEPLOYING 
      07/30/2015 18:30:02	CHAIN Reduce (Distinct at fromDataSet(Graph.java:208)) -> Map (Map at fromDataSet(Graph.java:208))(48/60) switched to DEPLOYING 
      07/30/2015 18:30:02	CHAIN Reduce (Distinct at fromDataSet(Graph.java:208)) -> Map (Map at fromDataSet(Graph.java:208))(49/60) switched to SCHEDULED 
      07/30/2015 18:30:02	CHAIN Reduce (Distinct at fromDataSet(Graph.java:208)) -> Map (Map at fromDataSet(Graph.java:208))(50/60) switched to SCHEDULED 
      07/30/2015 18:30:02	CHAIN Reduce (Distinct at fromDataSet(Graph.java:208)) -> Map (Map at fromDataSet(Graph.java:208))(49/60) switched to DEPLOYING 
      07/30/2015 18:30:02	CHAIN Reduce (Distinct at fromDataSet(Graph.java:208)) -> Map (Map at fromDataSet(Graph.java:208))(50/60) switched to DEPLOYING 
      07/30/2015 18:30:02	CHAIN Reduce (Distinct at fromDataSet(Graph.java:208)) -> Map (Map at fromDataSet(Graph.java:208))(51/60) switched to SCHEDULED 
      07/30/2015 18:30:02	CHAIN Reduce (Distinct at fromDataSet(Graph.java:208)) -> Map (Map at fromDataSet(Graph.java:208))(51/60) switched to DEPLOYING 
      07/30/2015 18:30:02	CHAIN Reduce (Distinct at fromDataSet(Graph.java:208)) -> Map (Map at fromDataSet(Graph.java:208))(52/60) switched to SCHEDULED 
      07/30/2015 18:30:02	CHAIN Reduce (Distinct at fromDataSet(Graph.java:208)) -> Map (Map at fromDataSet(Graph.java:208))(52/60) switched to DEPLOYING 
      07/30/2015 18:30:02	CHAIN Reduce (Distinct at fromDataSet(Graph.java:208)) -> Map (Map at fromDataSet(Graph.java:208))(53/60) switched to SCHEDULED 
      07/30/2015 18:30:02	CHAIN Reduce (Distinct at fromDataSet(Graph.java:208)) -> Map (Map at fromDataSet(Graph.java:208))(53/60) switched to DEPLOYING 
      07/30/2015 18:30:02	CHAIN Reduce (Distinct at fromDataSet(Graph.java:208)) -> Map (Map at fromDataSet(Graph.java:208))(54/60) switched to SCHEDULED 
      07/30/2015 18:30:02	CHAIN Reduce (Distinct at fromDataSet(Graph.java:208)) -> Map (Map at fromDataSet(Graph.java:208))(55/60) switched to SCHEDULED 
      07/30/2015 18:30:02	CHAIN Reduce (Distinct at fromDataSet(Graph.java:208)) -> Map (Map at fromDataSet(Graph.java:208))(54/60) switched to DEPLOYING 
      07/30/2015 18:30:02	CHAIN Reduce (Distinct at fromDataSet(Graph.java:208)) -> Map (Map at fromDataSet(Graph.java:208))(43/60) switched to SCHEDULED 
      07/30/2015 18:30:02	CHAIN Reduce (Distinct at fromDataSet(Graph.java:208)) -> Map (Map at fromDataSet(Graph.java:208))(35/60) switched to SCHEDULED 
      07/30/2015 18:30:02	CHAIN Reduce (Distinct at fromDataSet(Graph.java:208)) -> Map (Map at fromDataSet(Graph.java:208))(23/60) switched to DEPLOYING 
      07/30/2015 18:30:02	CHAIN Reduce (Distinct at fromDataSet(Graph.java:208)) -> Map (Map at fromDataSet(Graph.java:208))(24/60) switched to SCHEDULED 
      07/30/2015 18:30:02	CHAIN Reduce (Distinct at fromDataSet(Graph.java:208)) -> Map (Map at fromDataSet(Graph.java:208))(24/60) switched to DEPLOYING 
      07/30/2015 18:30:02	CHAIN Reduce (Distinct at fromDataSet(Graph.java:208)) -> Map (Map at fromDataSet(Graph.java:208))(43/60) switched to DEPLOYING 
      07/30/2015 18:30:02	CHAIN Reduce (Distinct at fromDataSet(Graph.java:208)) -> Map (Map at fromDataSet(Graph.java:208))(56/60) switched to SCHEDULED 
      07/30/2015 18:30:02	CHAIN Reduce (Distinct at fromDataSet(Graph.java:208)) -> Map (Map at fromDataSet(Graph.java:208))(56/60) switched to DEPLOYING 
      07/30/2015 18:30:02	CHAIN Reduce (Distinct at fromDataSet(Graph.java:208)) -> Map (Map at fromDataSet(Graph.java:208))(57/60) switched to SCHEDULED 
      07/30/2015 18:30:02	CHAIN Reduce (Distinct at fromDataSet(Graph.java:208)) -> Map (Map at fromDataSet(Graph.java:208))(57/60) switched to DEPLOYING 
      07/30/2015 18:30:02	CHAIN Reduce (Distinct at fromDataSet(Graph.java:208)) -> Map (Map at fromDataSet(Graph.java:208))(27/60) switched to RUNNING 
      07/30/2015 18:30:02	CHAIN Reduce (Distinct at fromDataSet(Graph.java:208)) -> Map (Map at fromDataSet(Graph.java:208))(58/60) switched to SCHEDULED 
      07/30/2015 18:30:02	CHAIN Reduce (Distinct at fromDataSet(Graph.java:208)) -> Map (Map at fromDataSet(Graph.java:208))(59/60) switched to SCHEDULED 
      07/30/2015 18:30:02	CHAIN Reduce (Distinct at fromDataSet(Graph.java:208)) -> Map (Map at fromDataSet(Graph.java:208))(59/60) switched to DEPLOYING 
      07/30/2015 18:30:02	CHAIN Reduce (Distinct at fromDataSet(Graph.java:208)) -> Map (Map at fromDataSet(Graph.java:208))(19/60) switched to RUNNING 
      07/30/2015 18:30:02	CHAIN Reduce (Distinct at fromDataSet(Graph.java:208)) -> Map (Map at fromDataSet(Graph.java:208))(16/60) switched to RUNNING 
      07/30/2015 18:30:02	CHAIN Reduce (Distinct at fromDataSet(Graph.java:208)) -> Map (Map at fromDataSet(Graph.java:208))(60/60) switched to SCHEDULED 
      07/30/2015 18:30:02	CHAIN Reduce (Distinct at fromDataSet(Graph.java:208)) -> Map (Map at fromDataSet(Graph.java:208))(60/60) switched to DEPLOYING 
      07/30/2015 18:30:02	CHAIN Reduce (Distinct at fromDataSet(Graph.java:208)) -> Map (Map at fromDataSet(Graph.java:208))(46/60) switched to DEPLOYING 
      07/30/2015 18:30:02	CHAIN Reduce (Distinct at fromDataSet(Graph.java:208)) -> Map (Map at fromDataSet(Graph.java:208))(58/60) switched to DEPLOYING 
      07/30/2015 18:30:02	CHAIN Reduce (Distinct at fromDataSet(Graph.java:208)) -> Map (Map at fromDataSet(Graph.java:208))(29/60) switched to RUNNING 
      07/30/2015 18:30:02	CHAIN Reduce (Distinct at fromDataSet(Graph.java:208)) -> Map (Map at fromDataSet(Graph.java:208))(35/60) switched to DEPLOYING 
      07/30/2015 18:30:02	CHAIN Reduce (Distinct at fromDataSet(Graph.java:208)) -> Map (Map at fromDataSet(Graph.java:208))(55/60) switched to DEPLOYING 
      07/30/2015 18:30:02	CHAIN Reduce (Distinct at fromDataSet(Graph.java:208)) -> Map (Map at fromDataSet(Graph.java:208))(37/60) switched to RUNNING 
      07/30/2015 18:30:02	CHAIN Reduce (Distinct at fromDataSet(Graph.java:208)) -> Map (Map at fromDataSet(Graph.java:208))(32/60) switched to RUNNING 
      07/30/2015 18:30:02	CHAIN Reduce (Distinct at fromDataSet(Graph.java:208)) -> Map (Map at fromDataSet(Graph.java:208))(38/60) switched to RUNNING 
      07/30/2015 18:30:02	CHAIN Reduce (Distinct at fromDataSet(Graph.java:208)) -> Map (Map at fromDataSet(Graph.java:208))(33/60) switched to RUNNING 
      07/30/2015 18:30:02	CHAIN Reduce (Distinct at fromDataSet(Graph.java:208)) -> Map (Map at fromDataSet(Graph.java:208))(26/60) switched to RUNNING 
      07/30/2015 18:30:02	CHAIN Reduce (Distinct at fromDataSet(Graph.java:208)) -> Map (Map at fromDataSet(Graph.java:208))(28/60) switched to RUNNING 
      07/30/2015 18:30:02	CHAIN Reduce (Distinct at fromDataSet(Graph.java:208)) -> Map (Map at fromDataSet(Graph.java:208))(40/60) switched to RUNNING 
      07/30/2015 18:30:02	CHAIN Reduce (Distinct at fromDataSet(Graph.java:208)) -> Map (Map at fromDataSet(Graph.java:208))(39/60) switched to RUNNING 
      07/30/2015 18:30:02	CHAIN Reduce (Distinct at fromDataSet(Graph.java:208)) -> Map (Map at fromDataSet(Graph.java:208))(44/60) switched to RUNNING 
      07/30/2015 18:30:02	CHAIN Reduce (Distinct at fromDataSet(Graph.java:208)) -> Map (Map at fromDataSet(Graph.java:208))(45/60) switched to RUNNING 
      07/30/2015 18:30:02	CHAIN Reduce (Distinct at fromDataSet(Graph.java:208)) -> Map (Map at fromDataSet(Graph.java:208))(47/60) switched to RUNNING 
      07/30/2015 18:30:02	CHAIN Reduce (Distinct at fromDataSet(Graph.java:208)) -> Map (Map at fromDataSet(Graph.java:208))(46/60) switched to RUNNING 
      07/30/2015 18:30:02	CHAIN Reduce (Distinct at fromDataSet(Graph.java:208)) -> Map (Map at fromDataSet(Graph.java:208))(53/60) switched to RUNNING 
      07/30/2015 18:30:02	CHAIN Reduce (Distinct at fromDataSet(Graph.java:208)) -> Map (Map at fromDataSet(Graph.java:208))(52/60) switched to RUNNING 
      07/30/2015 18:30:02	CHAIN Reduce (Distinct at fromDataSet(Graph.java:208)) -> Map (Map at fromDataSet(Graph.java:208))(60/60) switched to RUNNING 
      07/30/2015 18:30:02	CHAIN Reduce (Distinct at fromDataSet(Graph.java:208)) -> Map (Map at fromDataSet(Graph.java:208))(59/60) switched to RUNNING 
      07/30/2015 18:30:02	CHAIN Reduce (Distinct at fromDataSet(Graph.java:208)) -> Map (Map at fromDataSet(Graph.java:208))(17/60) switched to RUNNING 
      07/30/2015 18:30:02	CHAIN Reduce (Distinct at fromDataSet(Graph.java:208)) -> Map (Map at fromDataSet(Graph.java:208))(18/60) switched to RUNNING 
      07/30/2015 18:30:02	CHAIN Reduce (Distinct at fromDataSet(Graph.java:208)) -> Map (Map at fromDataSet(Graph.java:208))(55/60) switched to RUNNING 
      07/30/2015 18:30:02	CHAIN Reduce (Distinct at fromDataSet(Graph.java:208)) -> Map (Map at fromDataSet(Graph.java:208))(54/60) switched to RUNNING 
      07/30/2015 18:30:02	CHAIN Reduce (Distinct at fromDataSet(Graph.java:208)) -> Map (Map at fromDataSet(Graph.java:208))(57/60) switched to RUNNING 
      07/30/2015 18:30:02	CHAIN Reduce (Distinct at fromDataSet(Graph.java:208)) -> Map (Map at fromDataSet(Graph.java:208))(58/60) switched to RUNNING 
      07/30/2015 18:30:02	CHAIN Reduce (Distinct at fromDataSet(Graph.java:208)) -> Map (Map at fromDataSet(Graph.java:208))(13/60) switched to RUNNING 
      07/30/2015 18:30:02	CHAIN Reduce (Distinct at fromDataSet(Graph.java:208)) -> Map (Map at fromDataSet(Graph.java:208))(22/60) switched to RUNNING 
      07/30/2015 18:30:02	CHAIN Reduce (Distinct at fromDataSet(Graph.java:208)) -> Map (Map at fromDataSet(Graph.java:208))(30/60) switched to RUNNING 
      07/30/2015 18:30:02	CHAIN Reduce (Distinct at fromDataSet(Graph.java:208)) -> Map (Map at fromDataSet(Graph.java:208))(31/60) switched to RUNNING 
      07/30/2015 18:30:02	CHAIN Reduce (Distinct at fromDataSet(Graph.java:208)) -> Map (Map at fromDataSet(Graph.java:208))(23/60) switched to RUNNING 
      07/30/2015 18:30:02	CHAIN Reduce (Distinct at fromDataSet(Graph.java:208)) -> Map (Map at fromDataSet(Graph.java:208))(25/60) switched to RUNNING 
      07/30/2015 18:30:02	CHAIN Reduce (Distinct at fromDataSet(Graph.java:208)) -> Map (Map at fromDataSet(Graph.java:208))(20/60) switched to RUNNING 
      07/30/2015 18:30:02	CHAIN Reduce (Distinct at fromDataSet(Graph.java:208)) -> Map (Map at fromDataSet(Graph.java:208))(21/60) switched to RUNNING 
      07/30/2015 18:30:02	CHAIN Reduce (Distinct at fromDataSet(Graph.java:208)) -> Map (Map at fromDataSet(Graph.java:208))(35/60) switched to RUNNING 
      07/30/2015 18:30:02	CHAIN Reduce (Distinct at fromDataSet(Graph.java:208)) -> Map (Map at fromDataSet(Graph.java:208))(24/60) switched to RUNNING 
      07/30/2015 18:30:02	CHAIN Reduce (Distinct at fromDataSet(Graph.java:208)) -> Map (Map at fromDataSet(Graph.java:208))(34/60) switched to RUNNING 
      07/30/2015 18:30:02	CHAIN Reduce (Distinct at fromDataSet(Graph.java:208)) -> Map (Map at fromDataSet(Graph.java:208))(36/60) switched to RUNNING 
      07/30/2015 18:30:02	CHAIN Reduce (Distinct at fromDataSet(Graph.java:208)) -> Map (Map at fromDataSet(Graph.java:208))(41/60) switched to RUNNING 
      07/30/2015 18:30:02	CHAIN Reduce (Distinct at fromDataSet(Graph.java:208)) -> Map (Map at fromDataSet(Graph.java:208))(42/60) switched to RUNNING 
      07/30/2015 18:30:02	CHAIN Reduce (Distinct at fromDataSet(Graph.java:208)) -> Map (Map at fromDataSet(Graph.java:208))(50/60) switched to RUNNING 
      07/30/2015 18:30:02	CHAIN Reduce (Distinct at fromDataSet(Graph.java:208)) -> Map (Map at fromDataSet(Graph.java:208))(51/60) switched to RUNNING 
      07/30/2015 18:30:02	CHAIN Reduce (Distinct at fromDataSet(Graph.java:208)) -> Map (Map at fromDataSet(Graph.java:208))(14/60) switched to RUNNING 
      07/30/2015 18:30:02	CHAIN Reduce (Distinct at fromDataSet(Graph.java:208)) -> Map (Map at fromDataSet(Graph.java:208))(15/60) switched to RUNNING 
      07/30/2015 18:30:02	CHAIN Reduce (Distinct at fromDataSet(Graph.java:208)) -> Map (Map at fromDataSet(Graph.java:208))(56/60) switched to RUNNING 
      07/30/2015 18:30:02	CHAIN Reduce (Distinct at fromDataSet(Graph.java:208)) -> Map (Map at fromDataSet(Graph.java:208))(43/60) switched to RUNNING 
      07/30/2015 18:30:02	CHAIN Reduce (Distinct at fromDataSet(Graph.java:208)) -> Map (Map at fromDataSet(Graph.java:208))(10/60) switched to RUNNING 
      07/30/2015 18:30:02	CHAIN Reduce (Distinct at fromDataSet(Graph.java:208)) -> Map (Map at fromDataSet(Graph.java:208))(11/60) switched to RUNNING 
      07/30/2015 18:30:02	CHAIN Reduce (Distinct at fromDataSet(Graph.java:208)) -> Map (Map at fromDataSet(Graph.java:208))(12/60) switched to RUNNING 
      07/30/2015 18:30:02	CHAIN Reduce (Distinct at fromDataSet(Graph.java:208)) -> Map (Map at fromDataSet(Graph.java:208))(4/60) switched to RUNNING 
      07/30/2015 18:30:02	CHAIN Reduce (Distinct at fromDataSet(Graph.java:208)) -> Map (Map at fromDataSet(Graph.java:208))(6/60) switched to RUNNING 
      07/30/2015 18:30:02	CHAIN Reduce (Distinct at fromDataSet(Graph.java:208)) -> Map (Map at fromDataSet(Graph.java:208))(3/60) switched to RUNNING 
      07/30/2015 18:30:03	CHAIN Reduce (Distinct at fromDataSet(Graph.java:208)) -> Map (Map at fromDataSet(Graph.java:208))(7/60) switched to RUNNING 
      07/30/2015 18:30:03	CHAIN Reduce (Distinct at fromDataSet(Graph.java:208)) -> Map (Map at fromDataSet(Graph.java:208))(8/60) switched to RUNNING 
      07/30/2015 18:30:03	CHAIN Reduce (Distinct at fromDataSet(Graph.java:208)) -> Map (Map at fromDataSet(Graph.java:208))(9/60) switched to RUNNING 
      07/30/2015 18:30:09	CHAIN Reduce (Distinct at fromDataSet(Graph.java:208)) -> Map (Map at fromDataSet(Graph.java:208))(49/60) switched to RUNNING 
      07/30/2015 18:30:09	CHAIN Reduce (Distinct at fromDataSet(Graph.java:208)) -> Map (Map at fromDataSet(Graph.java:208))(48/60) switched to RUNNING 
      07/30/2015 18:30:11	CHAIN Reduce (Distinct at fromDataSet(Graph.java:208)) -> Map (Map at fromDataSet(Graph.java:208))(5/60) switched to RUNNING 
      07/30/2015 18:30:11	CHAIN Reduce (Distinct at fromDataSet(Graph.java:208)) -> Map (Map at fromDataSet(Graph.java:208))(1/60) switched to RUNNING 
      07/30/2015 18:30:11	CHAIN Reduce (Distinct at fromDataSet(Graph.java:208)) -> Map (Map at fromDataSet(Graph.java:208))(2/60) switched to RUNNING 
      07/30/2015 18:31:21	CHAIN FlatMap (FlatMap at fromDataSet(Graph.java:208)) -> Combine(Distinct at fromDataSet(Graph.java:208))(27/60) switched to FINISHED 
      07/30/2015 18:31:25	CHAIN FlatMap (FlatMap at fromDataSet(Graph.java:208)) -> Combine(Distinct at fromDataSet(Graph.java:208))(30/60) switched to FINISHED 
      07/30/2015 18:31:35	CHAIN FlatMap (FlatMap at fromDataSet(Graph.java:208)) -> Combine(Distinct at fromDataSet(Graph.java:208))(22/60) switched to FINISHED 
      07/30/2015 18:31:35	CHAIN FlatMap (FlatMap at fromDataSet(Graph.java:208)) -> Combine(Distinct at fromDataSet(Graph.java:208))(23/60) switched to FINISHED 
      07/30/2015 18:31:35	CHAIN FlatMap (FlatMap at fromDataSet(Graph.java:208)) -> Combine(Distinct at fromDataSet(Graph.java:208))(39/60) switched to FINISHED 
      07/30/2015 18:31:36	CHAIN FlatMap (FlatMap at fromDataSet(Graph.java:208)) -> Combine(Distinct at fromDataSet(Graph.java:208))(48/60) switched to FINISHED 
      07/30/2015 18:31:36	CHAIN FlatMap (FlatMap at fromDataSet(Graph.java:208)) -> Combine(Distinct at fromDataSet(Graph.java:208))(49/60) switched to FINISHED 
      07/30/2015 18:31:36	CHAIN FlatMap (FlatMap at fromDataSet(Graph.java:208)) -> Combine(Distinct at fromDataSet(Graph.java:208))(11/60) switched to FINISHED 
      07/30/2015 18:31:36	CHAIN FlatMap (FlatMap at fromDataSet(Graph.java:208)) -> Combine(Distinct at fromDataSet(Graph.java:208))(37/60) switched to FINISHED 
      07/30/2015 18:31:36	CHAIN FlatMap (FlatMap at fromDataSet(Graph.java:208)) -> Combine(Distinct at fromDataSet(Graph.java:208))(50/60) switched to FINISHED 
      07/30/2015 18:31:36	CHAIN FlatMap (FlatMap at fromDataSet(Graph.java:208)) -> Combine(Distinct at fromDataSet(Graph.java:208))(51/60) switched to FINISHED 
      07/30/2015 18:31:36	CHAIN FlatMap (FlatMap at fromDataSet(Graph.java:208)) -> Combine(Distinct at fromDataSet(Graph.java:208))(46/60) switched to FINISHED 
      07/30/2015 18:31:36	CHAIN FlatMap (FlatMap at fromDataSet(Graph.java:208)) -> Combine(Distinct at fromDataSet(Graph.java:208))(17/60) switched to FINISHED 
      07/30/2015 18:31:37	CHAIN FlatMap (FlatMap at fromDataSet(Graph.java:208)) -> Combine(Distinct at fromDataSet(Graph.java:208))(40/60) switched to FINISHED 
      07/30/2015 18:31:37	CHAIN FlatMap (FlatMap at fromDataSet(Graph.java:208)) -> Combine(Distinct at fromDataSet(Graph.java:208))(45/60) switched to FINISHED 
      07/30/2015 18:31:37	CHAIN FlatMap (FlatMap at fromDataSet(Graph.java:208)) -> Combine(Distinct at fromDataSet(Graph.java:208))(9/60) switched to FINISHED 
      07/30/2015 18:31:37	CHAIN FlatMap (FlatMap at fromDataSet(Graph.java:208)) -> Combine(Distinct at fromDataSet(Graph.java:208))(18/60) switched to FINISHED 
      07/30/2015 18:31:37	CHAIN FlatMap (FlatMap at fromDataSet(Graph.java:208)) -> Combine(Distinct at fromDataSet(Graph.java:208))(26/60) switched to FINISHED 
      07/30/2015 18:31:37	CHAIN FlatMap (FlatMap at fromDataSet(Graph.java:208)) -> Combine(Distinct at fromDataSet(Graph.java:208))(20/60) switched to FINISHED 
      07/30/2015 18:31:37	CHAIN FlatMap (FlatMap at fromDataSet(Graph.java:208)) -> Combine(Distinct at fromDataSet(Graph.java:208))(42/60) switched to FINISHED 
      07/30/2015 18:31:37	CHAIN FlatMap (FlatMap at fromDataSet(Graph.java:208)) -> Combine(Distinct at fromDataSet(Graph.java:208))(28/60) switched to FINISHED 
      07/30/2015 18:31:37	CHAIN FlatMap (FlatMap at fromDataSet(Graph.java:208)) -> Combine(Distinct at fromDataSet(Graph.java:208))(14/60) switched to FINISHED 
      07/30/2015 18:31:38	CHAIN FlatMap (FlatMap at fromDataSet(Graph.java:208)) -> Combine(Distinct at fromDataSet(Graph.java:208))(54/60) switched to FINISHED 
      07/30/2015 18:31:38	CHAIN FlatMap (FlatMap at fromDataSet(Graph.java:208)) -> Combine(Distinct at fromDataSet(Graph.java:208))(25/60) switched to FINISHED 
      07/30/2015 18:31:38	CHAIN FlatMap (FlatMap at fromDataSet(Graph.java:208)) -> Combine(Distinct at fromDataSet(Graph.java:208))(12/60) switched to FINISHED 
      07/30/2015 18:31:38	CHAIN FlatMap (FlatMap at fromDataSet(Graph.java:208)) -> Combine(Distinct at fromDataSet(Graph.java:208))(19/60) switched to FINISHED 
      07/30/2015 18:31:38	CHAIN FlatMap (FlatMap at fromDataSet(Graph.java:208)) -> Combine(Distinct at fromDataSet(Graph.java:208))(53/60) switched to FINISHED 
      07/30/2015 18:31:38	CHAIN FlatMap (FlatMap at fromDataSet(Graph.java:208)) -> Combine(Distinct at fromDataSet(Graph.java:208))(16/60) switched to FINISHED 
      07/30/2015 18:31:38	CHAIN FlatMap (FlatMap at fromDataSet(Graph.java:208)) -> Combine(Distinct at fromDataSet(Graph.java:208))(56/60) switched to FINISHED 
      07/30/2015 18:31:38	CHAIN FlatMap (FlatMap at fromDataSet(Graph.java:208)) -> Combine(Distinct at fromDataSet(Graph.java:208))(41/60) switched to FINISHED 
      07/30/2015 18:31:38	CHAIN FlatMap (FlatMap at fromDataSet(Graph.java:208)) -> Combine(Distinct at fromDataSet(Graph.java:208))(7/60) switched to FINISHED 
      07/30/2015 18:31:39	CHAIN FlatMap (FlatMap at fromDataSet(Graph.java:208)) -> Combine(Distinct at fromDataSet(Graph.java:208))(13/60) switched to FINISHED 
      07/30/2015 18:31:39	CHAIN FlatMap (FlatMap at fromDataSet(Graph.java:208)) -> Combine(Distinct at fromDataSet(Graph.java:208))(55/60) switched to FINISHED 
      07/30/2015 18:31:39	CHAIN FlatMap (FlatMap at fromDataSet(Graph.java:208)) -> Combine(Distinct at fromDataSet(Graph.java:208))(21/60) switched to FINISHED 
      07/30/2015 18:31:39	CHAIN FlatMap (FlatMap at fromDataSet(Graph.java:208)) -> Combine(Distinct at fromDataSet(Graph.java:208))(8/60) switched to FINISHED 
      07/30/2015 18:31:39	CHAIN FlatMap (FlatMap at fromDataSet(Graph.java:208)) -> Combine(Distinct at fromDataSet(Graph.java:208))(47/60) switched to FINISHED 
      07/30/2015 18:31:39	CHAIN FlatMap (FlatMap at fromDataSet(Graph.java:208)) -> Combine(Distinct at fromDataSet(Graph.java:208))(31/60) switched to FINISHED 
      07/30/2015 18:31:39	CHAIN FlatMap (FlatMap at fromDataSet(Graph.java:208)) -> Combine(Distinct at fromDataSet(Graph.java:208))(35/60) switched to FINISHED 
      07/30/2015 18:31:40	CHAIN FlatMap (FlatMap at fromDataSet(Graph.java:208)) -> Combine(Distinct at fromDataSet(Graph.java:208))(3/60) switched to FINISHED 
      07/30/2015 18:31:40	CHAIN FlatMap (FlatMap at fromDataSet(Graph.java:208)) -> Combine(Distinct at fromDataSet(Graph.java:208))(6/60) switched to FINISHED 
      07/30/2015 18:31:40	CHAIN FlatMap (FlatMap at fromDataSet(Graph.java:208)) -> Combine(Distinct at fromDataSet(Graph.java:208))(34/60) switched to FINISHED 
      07/30/2015 18:31:41	CHAIN FlatMap (FlatMap at fromDataSet(Graph.java:208)) -> Combine(Distinct at fromDataSet(Graph.java:208))(38/60) switched to FINISHED 
      07/30/2015 18:31:42	CHAIN FlatMap (FlatMap at fromDataSet(Graph.java:208)) -> Combine(Distinct at fromDataSet(Graph.java:208))(15/60) switched to FINISHED 
      07/30/2015 18:31:42	CHAIN FlatMap (FlatMap at fromDataSet(Graph.java:208)) -> Combine(Distinct at fromDataSet(Graph.java:208))(5/60) switched to FINISHED 
      07/30/2015 18:31:42	CHAIN FlatMap (FlatMap at fromDataSet(Graph.java:208)) -> Combine(Distinct at fromDataSet(Graph.java:208))(43/60) switched to FINISHED 
      07/30/2015 18:31:43	CHAIN FlatMap (FlatMap at fromDataSet(Graph.java:208)) -> Combine(Distinct at fromDataSet(Graph.java:208))(33/60) switched to FINISHED 
      07/30/2015 18:31:43	CHAIN FlatMap (FlatMap at fromDataSet(Graph.java:208)) -> Combine(Distinct at fromDataSet(Graph.java:208))(58/60) switched to FINISHED 
      07/30/2015 18:31:45	CHAIN FlatMap (FlatMap at fromDataSet(Graph.java:208)) -> Combine(Distinct at fromDataSet(Graph.java:208))(2/60) switched to FINISHED 
      07/30/2015 18:31:45	CHAIN FlatMap (FlatMap at fromDataSet(Graph.java:208)) -> Combine(Distinct at fromDataSet(Graph.java:208))(36/60) switched to FINISHED 
      07/30/2015 18:31:54	CHAIN FlatMap (FlatMap at fromDataSet(Graph.java:208)) -> Combine(Distinct at fromDataSet(Graph.java:208))(24/60) switched to FINISHED 
      07/30/2015 18:31:55	CHAIN FlatMap (FlatMap at fromDataSet(Graph.java:208)) -> Combine(Distinct at fromDataSet(Graph.java:208))(52/60) switched to FINISHED 
      07/30/2015 18:31:56	CHAIN FlatMap (FlatMap at fromDataSet(Graph.java:208)) -> Combine(Distinct at fromDataSet(Graph.java:208))(44/60) switched to FINISHED 
      07/30/2015 18:31:57	CHAIN FlatMap (FlatMap at fromDataSet(Graph.java:208)) -> Combine(Distinct at fromDataSet(Graph.java:208))(10/60) switched to FINISHED 
      07/30/2015 18:31:59	CHAIN FlatMap (FlatMap at fromDataSet(Graph.java:208)) -> Combine(Distinct at fromDataSet(Graph.java:208))(59/60) switched to FINISHED 
      07/30/2015 18:32:01	CHAIN FlatMap (FlatMap at fromDataSet(Graph.java:208)) -> Combine(Distinct at fromDataSet(Graph.java:208))(32/60) switched to FINISHED 
      07/30/2015 18:32:02	CHAIN FlatMap (FlatMap at fromDataSet(Graph.java:208)) -> Combine(Distinct at fromDataSet(Graph.java:208))(1/60) switched to FINISHED 
      07/30/2015 18:32:03	CHAIN FlatMap (FlatMap at fromDataSet(Graph.java:208)) -> Combine(Distinct at fromDataSet(Graph.java:208))(57/60) switched to FINISHED 
      07/30/2015 18:32:05	CHAIN FlatMap (FlatMap at fromDataSet(Graph.java:208)) -> Combine(Distinct at fromDataSet(Graph.java:208))(29/60) switched to FINISHED 
      07/30/2015 18:32:10	CHAIN FlatMap (FlatMap at fromDataSet(Graph.java:208)) -> Combine(Distinct at fromDataSet(Graph.java:208))(60/60) switched to FINISHED 
      07/30/2015 18:32:13	CHAIN FlatMap (FlatMap at fromDataSet(Graph.java:208)) -> Combine(Distinct at fromDataSet(Graph.java:208))(4/60) switched to FINISHED 
      07/30/2015 18:32:16	CHAIN Reduce (Distinct at fromDataSet(Graph.java:208)) -> Map (Map at fromDataSet(Graph.java:208))(36/60) switched to FINISHED 
      07/30/2015 18:32:16	CHAIN Reduce (Distinct at fromDataSet(Graph.java:208)) -> Map (Map at fromDataSet(Graph.java:208))(54/60) switched to FINISHED 
      07/30/2015 18:32:16	CHAIN Reduce (Distinct at fromDataSet(Graph.java:208)) -> Map (Map at fromDataSet(Graph.java:208))(48/60) switched to FINISHED 
      07/30/2015 18:32:16	CHAIN Reduce (Distinct at fromDataSet(Graph.java:208)) -> Map (Map at fromDataSet(Graph.java:208))(46/60) switched to FINISHED 
      07/30/2015 18:32:16	CHAIN Reduce (Distinct at fromDataSet(Graph.java:208)) -> Map (Map at fromDataSet(Graph.java:208))(24/60) switched to FINISHED 
      07/30/2015 18:32:16	CHAIN Reduce (Distinct at fromDataSet(Graph.java:208)) -> Map (Map at fromDataSet(Graph.java:208))(6/60) switched to FINISHED 
      07/30/2015 18:32:16	CHAIN Reduce (Distinct at fromDataSet(Graph.java:208)) -> Map (Map at fromDataSet(Graph.java:208))(23/60) switched to FINISHED 
      07/30/2015 18:32:16	CHAIN Reduce (Distinct at fromDataSet(Graph.java:208)) -> Map (Map at fromDataSet(Graph.java:208))(37/60) switched to FINISHED 
      07/30/2015 18:32:16	CHAIN Reduce (Distinct at fromDataSet(Graph.java:208)) -> Map (Map at fromDataSet(Graph.java:208))(30/60) switched to FINISHED 
      07/30/2015 18:32:16	CHAIN Reduce (Distinct at fromDataSet(Graph.java:208)) -> Map (Map at fromDataSet(Graph.java:208))(32/60) switched to FINISHED 
      07/30/2015 18:32:16	CHAIN Reduce (Distinct at fromDataSet(Graph.java:208)) -> Map (Map at fromDataSet(Graph.java:208))(13/60) switched to FINISHED 
      07/30/2015 18:32:16	CHAIN Reduce (Distinct at fromDataSet(Graph.java:208)) -> Map (Map at fromDataSet(Graph.java:208))(28/60) switched to FINISHED 
      07/30/2015 18:32:16	CHAIN Reduce (Distinct at fromDataSet(Graph.java:208)) -> Map (Map at fromDataSet(Graph.java:208))(52/60) switched to FINISHED 
      07/30/2015 18:32:16	CHAIN Reduce (Distinct at fromDataSet(Graph.java:208)) -> Map (Map at fromDataSet(Graph.java:208))(47/60) switched to FINISHED 
      07/30/2015 18:32:16	CHAIN Reduce (Distinct at fromDataSet(Graph.java:208)) -> Map (Map at fromDataSet(Graph.java:208))(35/60) switched to FINISHED 
      07/30/2015 18:32:16	CHAIN Reduce (Distinct at fromDataSet(Graph.java:208)) -> Map (Map at fromDataSet(Graph.java:208))(55/60) switched to FINISHED 
      07/30/2015 18:32:16	CHAIN Reduce (Distinct at fromDataSet(Graph.java:208)) -> Map (Map at fromDataSet(Graph.java:208))(53/60) switched to FINISHED 
      07/30/2015 18:32:16	CHAIN Reduce (Distinct at fromDataSet(Graph.java:208)) -> Map (Map at fromDataSet(Graph.java:208))(40/60) switched to FINISHED 
      07/30/2015 18:32:16	CHAIN Reduce (Distinct at fromDataSet(Graph.java:208)) -> Map (Map at fromDataSet(Graph.java:208))(34/60) switched to FINISHED 
      07/30/2015 18:32:16	CHAIN Reduce (Distinct at fromDataSet(Graph.java:208)) -> Map (Map at fromDataSet(Graph.java:208))(22/60) switched to FINISHED 
      07/30/2015 18:32:16	CHAIN Reduce (Distinct at fromDataSet(Graph.java:208)) -> Map (Map at fromDataSet(Graph.java:208))(25/60) switched to FINISHED 
      07/30/2015 18:32:16	CHAIN Reduce (Distinct at fromDataSet(Graph.java:208)) -> Map (Map at fromDataSet(Graph.java:208))(9/60) switched to FINISHED 
      07/30/2015 18:32:16	CHAIN Reduce (Distinct at fromDataSet(Graph.java:208)) -> Map (Map at fromDataSet(Graph.java:208))(33/60) switched to FINISHED 
      07/30/2015 18:32:16	CHAIN Reduce (Distinct at fromDataSet(Graph.java:208)) -> Map (Map at fromDataSet(Graph.java:208))(17/60) switched to FINISHED 
      07/30/2015 18:32:16	CHAIN Reduce (Distinct at fromDataSet(Graph.java:208)) -> Map (Map at fromDataSet(Graph.java:208))(59/60) switched to FINISHED 
      07/30/2015 18:32:16	CHAIN Reduce (Distinct at fromDataSet(Graph.java:208)) -> Map (Map at fromDataSet(Graph.java:208))(31/60) switched to FINISHED 
      07/30/2015 18:32:16	CHAIN Reduce (Distinct at fromDataSet(Graph.java:208)) -> Map (Map at fromDataSet(Graph.java:208))(49/60) switched to FINISHED 
      07/30/2015 18:32:16	CHAIN Reduce (Distinct at fromDataSet(Graph.java:208)) -> Map (Map at fromDataSet(Graph.java:208))(5/60) switched to FINISHED 
      07/30/2015 18:32:16	CHAIN Reduce (Distinct at fromDataSet(Graph.java:208)) -> Map (Map at fromDataSet(Graph.java:208))(56/60) switched to FINISHED 
      07/30/2015 18:32:16	CHAIN Reduce (Distinct at fromDataSet(Graph.java:208)) -> Map (Map at fromDataSet(Graph.java:208))(16/60) switched to FINISHED 
      07/30/2015 18:32:16	CHAIN Reduce (Distinct at fromDataSet(Graph.java:208)) -> Map (Map at fromDataSet(Graph.java:208))(39/60) switched to FINISHED 
      07/30/2015 18:32:16	CHAIN Reduce (Distinct at fromDataSet(Graph.java:208)) -> Map (Map at fromDataSet(Graph.java:208))(15/60) switched to FINISHED 
      07/30/2015 18:32:16	CHAIN Reduce (Distinct at fromDataSet(Graph.java:208)) -> Map (Map at fromDataSet(Graph.java:208))(27/60) switched to FINISHED 
      07/30/2015 18:32:16	CHAIN Reduce (Distinct at fromDataSet(Graph.java:208)) -> Map (Map at fromDataSet(Graph.java:208))(26/60) switched to FINISHED 
      07/30/2015 18:32:16	CHAIN Reduce (Distinct at fromDataSet(Graph.java:208)) -> Map (Map at fromDataSet(Graph.java:208))(18/60) switched to FINISHED 
      07/30/2015 18:32:16	CHAIN Reduce (Distinct at fromDataSet(Graph.java:208)) -> Map (Map at fromDataSet(Graph.java:208))(57/60) switched to FINISHED 
      07/30/2015 18:32:16	CHAIN Reduce (Distinct at fromDataSet(Graph.java:208)) -> Map (Map at fromDataSet(Graph.java:208))(21/60) switched to FINISHED 
      07/30/2015 18:32:16	CHAIN Reduce (Distinct at fromDataSet(Graph.java:208)) -> Map (Map at fromDataSet(Graph.java:208))(44/60) switched to FINISHED 
      07/30/2015 18:32:16	CHAIN Reduce (Distinct at fromDataSet(Graph.java:208)) -> Map (Map at fromDataSet(Graph.java:208))(42/60) switched to FINISHED 
      07/30/2015 18:32:16	CHAIN Reduce (Distinct at fromDataSet(Graph.java:208)) -> Map (Map at fromDataSet(Graph.java:208))(60/60) switched to FINISHED 
      07/30/2015 18:32:16	CHAIN Reduce (Distinct at fromDataSet(Graph.java:208)) -> Map (Map at fromDataSet(Graph.java:208))(43/60) switched to FINISHED 
      07/30/2015 18:32:16	CHAIN Reduce (Distinct at fromDataSet(Graph.java:208)) -> Map (Map at fromDataSet(Graph.java:208))(50/60) switched to FINISHED 
      07/30/2015 18:32:16	CHAIN Reduce (Distinct at fromDataSet(Graph.java:208)) -> Map (Map at fromDataSet(Graph.java:208))(29/60) switched to FINISHED 
      07/30/2015 18:32:16	CHAIN Reduce (Distinct at fromDataSet(Graph.java:208)) -> Map (Map at fromDataSet(Graph.java:208))(12/60) switched to FINISHED 
      07/30/2015 18:32:16	CHAIN Reduce (Distinct at fromDataSet(Graph.java:208)) -> Map (Map at fromDataSet(Graph.java:208))(45/60) switched to FINISHED 
      07/30/2015 18:32:16	CHAIN Reduce (Distinct at fromDataSet(Graph.java:208)) -> Map (Map at fromDataSet(Graph.java:208))(14/60) switched to FINISHED 
      07/30/2015 18:32:16	CHAIN Reduce (Distinct at fromDataSet(Graph.java:208)) -> Map (Map at fromDataSet(Graph.java:208))(38/60) switched to FINISHED 
      07/30/2015 18:32:16	CHAIN Reduce (Distinct at fromDataSet(Graph.java:208)) -> Map (Map at fromDataSet(Graph.java:208))(20/60) switched to FINISHED 
      07/30/2015 18:32:16	CHAIN Reduce (Distinct at fromDataSet(Graph.java:208)) -> Map (Map at fromDataSet(Graph.java:208))(19/60) switched to FINISHED 
      07/30/2015 18:32:16	CHAIN Reduce (Distinct at fromDataSet(Graph.java:208)) -> Map (Map at fromDataSet(Graph.java:208))(58/60) switched to FINISHED 
      07/30/2015 18:32:16	CHAIN Reduce (Distinct at fromDataSet(Graph.java:208)) -> Map (Map at fromDataSet(Graph.java:208))(4/60) switched to FINISHED 
      07/30/2015 18:32:16	CHAIN Reduce (Distinct at fromDataSet(Graph.java:208)) -> Map (Map at fromDataSet(Graph.java:208))(41/60) switched to FINISHED 
      07/30/2015 18:32:16	CHAIN Reduce (Distinct at fromDataSet(Graph.java:208)) -> Map (Map at fromDataSet(Graph.java:208))(51/60) switched to FINISHED 
      07/30/2015 18:32:16	CHAIN Reduce (Distinct at fromDataSet(Graph.java:208)) -> Map (Map at fromDataSet(Graph.java:208))(10/60) switched to FINISHED 
      07/30/2015 18:32:16	CHAIN Reduce (Distinct at fromDataSet(Graph.java:208)) -> Map (Map at fromDataSet(Graph.java:208))(3/60) switched to FINISHED 
      07/30/2015 18:32:17	CHAIN Reduce (Distinct at fromDataSet(Graph.java:208)) -> Map (Map at fromDataSet(Graph.java:208))(11/60) switched to FINISHED 
      07/30/2015 18:32:17	CHAIN Reduce (Distinct at fromDataSet(Graph.java:208)) -> Map (Map at fromDataSet(Graph.java:208))(2/60) switched to FINISHED 
      07/30/2015 18:32:17	CHAIN Reduce (Distinct at fromDataSet(Graph.java:208)) -> Map (Map at fromDataSet(Graph.java:208))(8/60) switched to FINISHED 
      07/30/2015 18:32:17	CHAIN Reduce (Distinct at fromDataSet(Graph.java:208)) -> Map (Map at fromDataSet(Graph.java:208))(1/60) switched to FINISHED 
      07/30/2015 18:32:17	CHAIN Reduce (Distinct at fromDataSet(Graph.java:208)) -> Map (Map at fromDataSet(Graph.java:208))(7/60) switched to FINISHED 
      07/30/2015 18:32:17	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(1/60) switched to SCHEDULED 
      07/30/2015 18:32:17	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(3/60) switched to SCHEDULED 
      07/30/2015 18:32:17	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(1/60) switched to DEPLOYING 
      07/30/2015 18:32:17	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(4/60) switched to SCHEDULED 
      07/30/2015 18:32:17	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(5/60) switched to SCHEDULED 
      07/30/2015 18:32:17	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(5/60) switched to DEPLOYING 
      07/30/2015 18:32:17	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(7/60) switched to SCHEDULED 
      07/30/2015 18:32:17	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(7/60) switched to DEPLOYING 
      07/30/2015 18:32:17	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(9/60) switched to SCHEDULED 
      07/30/2015 18:32:17	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(3/60) switched to DEPLOYING 
      07/30/2015 18:32:17	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(10/60) switched to SCHEDULED 
      07/30/2015 18:32:17	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(2/60) switched to SCHEDULED 
      07/30/2015 18:32:17	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(9/60) switched to DEPLOYING 
      07/30/2015 18:32:17	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(6/60) switched to SCHEDULED 
      07/30/2015 18:32:17	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(8/60) switched to SCHEDULED 
      07/30/2015 18:32:17	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(4/60) switched to DEPLOYING 
      07/30/2015 18:32:17	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(8/60) switched to DEPLOYING 
      07/30/2015 18:32:17	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(12/60) switched to SCHEDULED 
      07/30/2015 18:32:17	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(11/60) switched to SCHEDULED 
      07/30/2015 18:32:17	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(13/60) switched to SCHEDULED 
      07/30/2015 18:32:17	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(13/60) switched to DEPLOYING 
      07/30/2015 18:32:17	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(12/60) switched to DEPLOYING 
      07/30/2015 18:32:17	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(2/60) switched to DEPLOYING 
      07/30/2015 18:32:17	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(11/60) switched to DEPLOYING 
      07/30/2015 18:32:17	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(10/60) switched to DEPLOYING 
      07/30/2015 18:32:17	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(16/60) switched to SCHEDULED 
      07/30/2015 18:32:17	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(16/60) switched to DEPLOYING 
      07/30/2015 18:32:17	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(17/60) switched to SCHEDULED 
      07/30/2015 18:32:17	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(17/60) switched to DEPLOYING 
      07/30/2015 18:32:17	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(18/60) switched to SCHEDULED 
      07/30/2015 18:32:17	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(18/60) switched to DEPLOYING 
      07/30/2015 18:32:17	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(19/60) switched to SCHEDULED 
      07/30/2015 18:32:17	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(19/60) switched to DEPLOYING 
      07/30/2015 18:32:17	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(20/60) switched to SCHEDULED 
      07/30/2015 18:32:17	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(20/60) switched to DEPLOYING 
      07/30/2015 18:32:17	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(5/60) switched to RUNNING 
      07/30/2015 18:32:17	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(21/60) switched to SCHEDULED 
      07/30/2015 18:32:17	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(21/60) switched to DEPLOYING 
      07/30/2015 18:32:17	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(22/60) switched to SCHEDULED 
      07/30/2015 18:32:17	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(22/60) switched to DEPLOYING 
      07/30/2015 18:32:17	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(15/60) switched to SCHEDULED 
      07/30/2015 18:32:17	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(15/60) switched to DEPLOYING 
      07/30/2015 18:32:17	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(24/60) switched to SCHEDULED 
      07/30/2015 18:32:17	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(24/60) switched to DEPLOYING 
      07/30/2015 18:32:17	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(7/60) switched to RUNNING 
      07/30/2015 18:32:17	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(3/60) switched to RUNNING 
      07/30/2015 18:32:17	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(25/60) switched to SCHEDULED 
      07/30/2015 18:32:17	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(25/60) switched to DEPLOYING 
      07/30/2015 18:32:17	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(8/60) switched to RUNNING 
      07/30/2015 18:32:17	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(26/60) switched to SCHEDULED 
      07/30/2015 18:32:17	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(26/60) switched to DEPLOYING 
      07/30/2015 18:32:17	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(27/60) switched to SCHEDULED 
      07/30/2015 18:32:17	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(27/60) switched to DEPLOYING 
      07/30/2015 18:32:17	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(28/60) switched to SCHEDULED 
      07/30/2015 18:32:17	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(28/60) switched to DEPLOYING 
      07/30/2015 18:32:17	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(9/60) switched to RUNNING 
      07/30/2015 18:32:17	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(29/60) switched to SCHEDULED 
      07/30/2015 18:32:17	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(29/60) switched to DEPLOYING 
      07/30/2015 18:32:17	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(30/60) switched to SCHEDULED 
      07/30/2015 18:32:17	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(30/60) switched to DEPLOYING 
      07/30/2015 18:32:17	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(31/60) switched to SCHEDULED 
      07/30/2015 18:32:17	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(31/60) switched to DEPLOYING 
      07/30/2015 18:32:17	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(11/60) switched to RUNNING 
      07/30/2015 18:32:17	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(14/60) switched to SCHEDULED 
      07/30/2015 18:32:17	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(14/60) switched to DEPLOYING 
      07/30/2015 18:32:17	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(32/60) switched to SCHEDULED 
      07/30/2015 18:32:17	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(32/60) switched to DEPLOYING 
      07/30/2015 18:32:17	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(1/60) switched to RUNNING 
      07/30/2015 18:32:17	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(2/60) switched to RUNNING 
      07/30/2015 18:32:17	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(33/60) switched to SCHEDULED 
      07/30/2015 18:32:17	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(34/60) switched to SCHEDULED 
      07/30/2015 18:32:17	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(34/60) switched to DEPLOYING 
      07/30/2015 18:32:17	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(35/60) switched to SCHEDULED 
      07/30/2015 18:32:17	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(35/60) switched to DEPLOYING 
      07/30/2015 18:32:17	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(36/60) switched to SCHEDULED 
      07/30/2015 18:32:17	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(36/60) switched to DEPLOYING 
      07/30/2015 18:32:17	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(19/60) switched to RUNNING 
      07/30/2015 18:32:17	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(37/60) switched to SCHEDULED 
      07/30/2015 18:32:17	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(37/60) switched to DEPLOYING 
      07/30/2015 18:32:17	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(38/60) switched to SCHEDULED 
      07/30/2015 18:32:17	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(38/60) switched to DEPLOYING 
      07/30/2015 18:32:17	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(39/60) switched to SCHEDULED 
      07/30/2015 18:32:17	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(39/60) switched to DEPLOYING 
      07/30/2015 18:32:17	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(40/60) switched to SCHEDULED 
      07/30/2015 18:32:17	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(40/60) switched to DEPLOYING 
      07/30/2015 18:32:17	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(41/60) switched to SCHEDULED 
      07/30/2015 18:32:17	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(17/60) switched to RUNNING 
      07/30/2015 18:32:17	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(41/60) switched to DEPLOYING 
      07/30/2015 18:32:17	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(18/60) switched to RUNNING 
      07/30/2015 18:32:17	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(43/60) switched to SCHEDULED 
      07/30/2015 18:32:17	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(21/60) switched to RUNNING 
      07/30/2015 18:32:17	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(43/60) switched to DEPLOYING 
      07/30/2015 18:32:17	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(44/60) switched to SCHEDULED 
      07/30/2015 18:32:17	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(44/60) switched to DEPLOYING 
      07/30/2015 18:32:17	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(45/60) switched to SCHEDULED 
      07/30/2015 18:32:17	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(45/60) switched to DEPLOYING 
      07/30/2015 18:32:17	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(46/60) switched to SCHEDULED 
      07/30/2015 18:32:17	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(46/60) switched to DEPLOYING 
      07/30/2015 18:32:17	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(47/60) switched to SCHEDULED 
      07/30/2015 18:32:17	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(47/60) switched to DEPLOYING 
      07/30/2015 18:32:17	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(48/60) switched to SCHEDULED 
      07/30/2015 18:32:17	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(48/60) switched to DEPLOYING 
      07/30/2015 18:32:17	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(49/60) switched to SCHEDULED 
      07/30/2015 18:32:17	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(49/60) switched to DEPLOYING 
      07/30/2015 18:32:17	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(15/60) switched to RUNNING 
      07/30/2015 18:32:17	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(50/60) switched to SCHEDULED 
      07/30/2015 18:32:17	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(50/60) switched to DEPLOYING 
      07/30/2015 18:32:17	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(24/60) switched to RUNNING 
      07/30/2015 18:32:17	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(33/60) switched to DEPLOYING 
      07/30/2015 18:32:17	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(28/60) switched to RUNNING 
      07/30/2015 18:32:17	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(52/60) switched to SCHEDULED 
      07/30/2015 18:32:17	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(52/60) switched to DEPLOYING 
      07/30/2015 18:32:17	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(25/60) switched to RUNNING 
      07/30/2015 18:32:17	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(53/60) switched to SCHEDULED 
      07/30/2015 18:32:17	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(26/60) switched to RUNNING 
      07/30/2015 18:32:17	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(6/60) switched to DEPLOYING 
      07/30/2015 18:32:17	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(54/60) switched to SCHEDULED 
      07/30/2015 18:32:17	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(54/60) switched to DEPLOYING 
      07/30/2015 18:32:17	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(55/60) switched to SCHEDULED 
      07/30/2015 18:32:17	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(55/60) switched to DEPLOYING 
      07/30/2015 18:32:17	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(56/60) switched to SCHEDULED 
      07/30/2015 18:32:17	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(56/60) switched to DEPLOYING 
      07/30/2015 18:32:17	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(57/60) switched to SCHEDULED 
      07/30/2015 18:32:17	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(57/60) switched to DEPLOYING 
      07/30/2015 18:32:17	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(58/60) switched to SCHEDULED 
      07/30/2015 18:32:17	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(58/60) switched to DEPLOYING 
      07/30/2015 18:32:17	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(59/60) switched to SCHEDULED 
      07/30/2015 18:32:17	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(59/60) switched to DEPLOYING 
      07/30/2015 18:32:17	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(60/60) switched to SCHEDULED 
      07/30/2015 18:32:17	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(60/60) switched to DEPLOYING 
      07/30/2015 18:32:17	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(20/60) switched to RUNNING 
      07/30/2015 18:32:17	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(53/60) switched to DEPLOYING 
      07/30/2015 18:32:17	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(51/60) switched to SCHEDULED 
      07/30/2015 18:32:17	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(51/60) switched to DEPLOYING 
      07/30/2015 18:32:17	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(23/60) switched to SCHEDULED 
      07/30/2015 18:32:17	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(23/60) switched to DEPLOYING 
      07/30/2015 18:32:17	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(42/60) switched to SCHEDULED 
      07/30/2015 18:32:17	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(42/60) switched to DEPLOYING 
      07/30/2015 18:32:17	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(10/60) switched to RUNNING 
      07/30/2015 18:32:17	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(22/60) switched to RUNNING 
      07/30/2015 18:32:17	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(29/60) switched to RUNNING 
      07/30/2015 18:32:17	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(30/60) switched to RUNNING 
      07/30/2015 18:32:17	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(27/60) switched to RUNNING 
      07/30/2015 18:32:17	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(14/60) switched to RUNNING 
      07/30/2015 18:32:17	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(32/60) switched to RUNNING 
      07/30/2015 18:32:17	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(12/60) switched to RUNNING 
      07/30/2015 18:32:17	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(34/60) switched to RUNNING 
      07/30/2015 18:32:17	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(13/60) switched to RUNNING 
      07/30/2015 18:32:17	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(36/60) switched to RUNNING 
      07/30/2015 18:32:17	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(35/60) switched to RUNNING 
      07/30/2015 18:32:17	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(46/60) switched to RUNNING 
      07/30/2015 18:32:17	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(37/60) switched to RUNNING 
      07/30/2015 18:32:17	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(41/60) switched to RUNNING 
      07/30/2015 18:32:17	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(38/60) switched to RUNNING 
      07/30/2015 18:32:17	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(43/60) switched to RUNNING 
      07/30/2015 18:32:17	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(39/60) switched to RUNNING 
      07/30/2015 18:32:17	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(45/60) switched to RUNNING 
      07/30/2015 18:32:17	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(48/60) switched to RUNNING 
      07/30/2015 18:32:17	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(49/60) switched to RUNNING 
      07/30/2015 18:32:17	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(44/60) switched to RUNNING 
      07/30/2015 18:32:17	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(47/60) switched to RUNNING 
      07/30/2015 18:32:17	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(33/60) switched to RUNNING 
      07/30/2015 18:32:17	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(56/60) switched to RUNNING 
      07/30/2015 18:32:17	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(52/60) switched to RUNNING 
      07/30/2015 18:32:17	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(58/60) switched to RUNNING 
      07/30/2015 18:32:17	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(57/60) switched to RUNNING 
      07/30/2015 18:32:17	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(60/60) switched to RUNNING 
      07/30/2015 18:32:17	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(59/60) switched to RUNNING 
      07/30/2015 18:32:17	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(54/60) switched to RUNNING 
      07/30/2015 18:32:17	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(55/60) switched to RUNNING 
      07/30/2015 18:32:17	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(40/60) switched to RUNNING 
      07/30/2015 18:32:17	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(53/60) switched to RUNNING 
      07/30/2015 18:32:17	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(4/60) switched to RUNNING 
      07/30/2015 18:32:17	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(51/60) switched to RUNNING 
      07/30/2015 18:32:17	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(23/60) switched to RUNNING 
      07/30/2015 18:32:17	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(31/60) switched to RUNNING 
      07/30/2015 18:32:17	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(16/60) switched to RUNNING 
      07/30/2015 18:32:17	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(42/60) switched to RUNNING 
      07/30/2015 18:32:17	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(50/60) switched to RUNNING 
      07/30/2015 18:32:17	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(6/60) switched to RUNNING 
      07/30/2015 18:32:17	Map (Gather)(1/60) switched to SCHEDULED 
      07/30/2015 18:32:17	Map (Gather)(5/60) switched to SCHEDULED 
      07/30/2015 18:32:17	Map (Gather)(2/60) switched to SCHEDULED 
      07/30/2015 18:32:17	Map (Gather)(6/60) switched to SCHEDULED 
      07/30/2015 18:32:17	Map (Gather)(4/60) switched to SCHEDULED 
      07/30/2015 18:32:17	Map (Gather)(3/60) switched to SCHEDULED 
      07/30/2015 18:32:17	Map (Gather)(7/60) switched to SCHEDULED 
      07/30/2015 18:32:17	Map (Gather)(5/60) switched to DEPLOYING 
      07/30/2015 18:32:17	Map (Gather)(4/60) switched to DEPLOYING 
      07/30/2015 18:32:17	Map (Gather)(6/60) switched to DEPLOYING 
      07/30/2015 18:32:17	Map (Gather)(2/60) switched to DEPLOYING 
      07/30/2015 18:32:17	Map (Gather)(1/60) switched to DEPLOYING 
      07/30/2015 18:32:17	Map (Gather)(8/60) switched to SCHEDULED 
      07/30/2015 18:32:17	Map (Gather)(8/60) switched to DEPLOYING 
      07/30/2015 18:32:17	Map (Gather)(9/60) switched to SCHEDULED 
      07/30/2015 18:32:17	Map (Gather)(10/60) switched to SCHEDULED 
      07/30/2015 18:32:17	Map (Gather)(9/60) switched to DEPLOYING 
      07/30/2015 18:32:17	Map (Gather)(11/60) switched to SCHEDULED 
      07/30/2015 18:32:17	Map (Gather)(11/60) switched to DEPLOYING 
      07/30/2015 18:32:17	Map (Gather)(12/60) switched to SCHEDULED 
      07/30/2015 18:32:17	Map (Gather)(12/60) switched to DEPLOYING 
      07/30/2015 18:32:17	Map (Gather)(14/60) switched to SCHEDULED 
      07/30/2015 18:32:17	Map (Gather)(13/60) switched to SCHEDULED 
      07/30/2015 18:32:17	Map (Gather)(13/60) switched to DEPLOYING 
      07/30/2015 18:32:17	Map (Gather)(15/60) switched to SCHEDULED 
      07/30/2015 18:32:17	Map (Gather)(15/60) switched to DEPLOYING 
      07/30/2015 18:32:17	Map (Gather)(16/60) switched to SCHEDULED 
      07/30/2015 18:32:17	Map (Gather)(16/60) switched to DEPLOYING 
      07/30/2015 18:32:17	Map (Gather)(7/60) switched to DEPLOYING 
      07/30/2015 18:32:17	Map (Gather)(3/60) switched to DEPLOYING 
      07/30/2015 18:32:17	Map (Gather)(14/60) switched to DEPLOYING 
      07/30/2015 18:32:17	Map (Gather)(17/60) switched to SCHEDULED 
      07/30/2015 18:32:17	Map (Gather)(17/60) switched to DEPLOYING 
      07/30/2015 18:32:17	Map (Gather)(18/60) switched to SCHEDULED 
      07/30/2015 18:32:17	Map (Gather)(18/60) switched to DEPLOYING 
      07/30/2015 18:32:17	Map (Gather)(19/60) switched to SCHEDULED 
      07/30/2015 18:32:17	Map (Gather)(19/60) switched to DEPLOYING 
      07/30/2015 18:32:17	Map (Gather)(20/60) switched to SCHEDULED 
      07/30/2015 18:32:17	Map (Gather)(20/60) switched to DEPLOYING 
      07/30/2015 18:32:17	Map (Gather)(21/60) switched to SCHEDULED 
      07/30/2015 18:32:17	Map (Gather)(22/60) switched to SCHEDULED 
      07/30/2015 18:32:17	Map (Gather)(21/60) switched to DEPLOYING 
      07/30/2015 18:32:17	Map (Gather)(10/60) switched to DEPLOYING 
      07/30/2015 18:32:17	Map (Gather)(23/60) switched to SCHEDULED 
      07/30/2015 18:32:17	Map (Gather)(23/60) switched to DEPLOYING 
      07/30/2015 18:32:17	Map (Gather)(24/60) switched to SCHEDULED 
      07/30/2015 18:32:17	Map (Gather)(25/60) switched to SCHEDULED 
      07/30/2015 18:32:17	Map (Gather)(24/60) switched to DEPLOYING 
      07/30/2015 18:32:17	Map (Gather)(25/60) switched to DEPLOYING 
      07/30/2015 18:32:17	Map (Gather)(26/60) switched to SCHEDULED 
      07/30/2015 18:32:17	Map (Gather)(26/60) switched to DEPLOYING 
      07/30/2015 18:32:17	Map (Gather)(28/60) switched to SCHEDULED 
      07/30/2015 18:32:17	Map (Gather)(28/60) switched to DEPLOYING 
      07/30/2015 18:32:17	Map (Gather)(27/60) switched to SCHEDULED 
      07/30/2015 18:32:17	Map (Gather)(29/60) switched to SCHEDULED 
      07/30/2015 18:32:17	Map (Gather)(29/60) switched to DEPLOYING 
      07/30/2015 18:32:17	Map (Gather)(4/60) switched to RUNNING 
      07/30/2015 18:32:17	Map (Gather)(33/60) switched to SCHEDULED 
      07/30/2015 18:32:17	Map (Gather)(33/60) switched to DEPLOYING 
      07/30/2015 18:32:17	Map (Gather)(34/60) switched to SCHEDULED 
      07/30/2015 18:32:17	Map (Gather)(32/60) switched to SCHEDULED 
      07/30/2015 18:32:17	Map (Gather)(34/60) switched to DEPLOYING 
      07/30/2015 18:32:17	Map (Gather)(32/60) switched to DEPLOYING 
      07/30/2015 18:32:17	Map (Gather)(31/60) switched to SCHEDULED 
      07/30/2015 18:32:17	Map (Gather)(30/60) switched to SCHEDULED 
      07/30/2015 18:32:17	Map (Gather)(31/60) switched to DEPLOYING 
      07/30/2015 18:32:17	Map (Gather)(30/60) switched to DEPLOYING 
      07/30/2015 18:32:17	Map (Gather)(8/60) switched to RUNNING 
      07/30/2015 18:32:17	Map (Gather)(27/60) switched to DEPLOYING 
      07/30/2015 18:32:17	Map (Gather)(6/60) switched to RUNNING 
      07/30/2015 18:32:17	Map (Gather)(35/60) switched to SCHEDULED 
      07/30/2015 18:32:17	Map (Gather)(35/60) switched to DEPLOYING 
      07/30/2015 18:32:17	Map (Gather)(36/60) switched to SCHEDULED 
      07/30/2015 18:32:17	Map (Gather)(36/60) switched to DEPLOYING 
      07/30/2015 18:32:17	Map (Gather)(9/60) switched to RUNNING 
      07/30/2015 18:32:17	Map (Gather)(22/60) switched to DEPLOYING 
      07/30/2015 18:32:17	Map (Gather)(37/60) switched to SCHEDULED 
      07/30/2015 18:32:17	Map (Gather)(37/60) switched to DEPLOYING 
      07/30/2015 18:32:17	Map (Gather)(38/60) switched to SCHEDULED 
      07/30/2015 18:32:17	Map (Gather)(38/60) switched to DEPLOYING 
      07/30/2015 18:32:17	Map (Gather)(39/60) switched to SCHEDULED 
      07/30/2015 18:32:17	Map (Gather)(39/60) switched to DEPLOYING 
      07/30/2015 18:32:17	Map (Gather)(40/60) switched to SCHEDULED 
      07/30/2015 18:32:17	Map (Gather)(40/60) switched to DEPLOYING 
      07/30/2015 18:32:17	Map (Gather)(41/60) switched to SCHEDULED 
      07/30/2015 18:32:17	Map (Gather)(42/60) switched to SCHEDULED 
      07/30/2015 18:32:17	Map (Gather)(41/60) switched to DEPLOYING 
      07/30/2015 18:32:17	Map (Gather)(42/60) switched to DEPLOYING 
      07/30/2015 18:32:17	Map (Gather)(43/60) switched to SCHEDULED 
      07/30/2015 18:32:17	Map (Gather)(43/60) switched to DEPLOYING 
      07/30/2015 18:32:17	Map (Gather)(44/60) switched to SCHEDULED 
      07/30/2015 18:32:17	Map (Gather)(44/60) switched to DEPLOYING 
      07/30/2015 18:32:17	Map (Gather)(45/60) switched to SCHEDULED 
      07/30/2015 18:32:17	Map (Gather)(45/60) switched to DEPLOYING 
      07/30/2015 18:32:17	Map (Gather)(46/60) switched to SCHEDULED 
      07/30/2015 18:32:17	Map (Gather)(48/60) switched to SCHEDULED 
      07/30/2015 18:32:17	Map (Gather)(46/60) switched to DEPLOYING 
      07/30/2015 18:32:17	Map (Gather)(48/60) switched to DEPLOYING 
      07/30/2015 18:32:17	Map (Gather)(5/60) switched to RUNNING 
      07/30/2015 18:32:17	Map (Gather)(2/60) switched to RUNNING 
      07/30/2015 18:32:17	Map (Gather)(15/60) switched to RUNNING 
      07/30/2015 18:32:17	Map (Gather)(16/60) switched to RUNNING 
      07/30/2015 18:32:17	Map (Gather)(1/60) switched to RUNNING 
      07/30/2015 18:32:17	Map (Gather)(49/60) switched to SCHEDULED 
      07/30/2015 18:32:17	Map (Gather)(49/60) switched to DEPLOYING 
      07/30/2015 18:32:17	Map (Gather)(50/60) switched to SCHEDULED 
      07/30/2015 18:32:17	Map (Gather)(50/60) switched to DEPLOYING 
      07/30/2015 18:32:17	Map (Gather)(51/60) switched to SCHEDULED 
      07/30/2015 18:32:17	Map (Gather)(52/60) switched to SCHEDULED 
      07/30/2015 18:32:17	Map (Gather)(52/60) switched to DEPLOYING 
      07/30/2015 18:32:17	Map (Gather)(53/60) switched to SCHEDULED 
      07/30/2015 18:32:17	Map (Gather)(53/60) switched to DEPLOYING 
      07/30/2015 18:32:17	Map (Gather)(7/60) switched to RUNNING 
      07/30/2015 18:32:17	Map (Gather)(54/60) switched to SCHEDULED 
      07/30/2015 18:32:17	Map (Gather)(54/60) switched to DEPLOYING 
      07/30/2015 18:32:17	Map (Gather)(55/60) switched to SCHEDULED 
      07/30/2015 18:32:17	Map (Gather)(55/60) switched to DEPLOYING 
      07/30/2015 18:32:17	Map (Gather)(56/60) switched to SCHEDULED 
      07/30/2015 18:32:17	Map (Gather)(56/60) switched to DEPLOYING 
      07/30/2015 18:32:17	Map (Gather)(21/60) switched to RUNNING 
      07/30/2015 18:32:17	Map (Gather)(57/60) switched to SCHEDULED 
      07/30/2015 18:32:17	Map (Gather)(57/60) switched to DEPLOYING 
      07/30/2015 18:32:17	Map (Gather)(17/60) switched to RUNNING 
      07/30/2015 18:32:17	Map (Gather)(29/60) switched to RUNNING 
      07/30/2015 18:32:17	Map (Gather)(58/60) switched to SCHEDULED 
      07/30/2015 18:32:17	Map (Gather)(18/60) switched to RUNNING 
      07/30/2015 18:32:17	Map (Gather)(58/60) switched to DEPLOYING 
      07/30/2015 18:32:17	Map (Gather)(59/60) switched to SCHEDULED 
      07/30/2015 18:32:17	Map (Gather)(59/60) switched to DEPLOYING 
      07/30/2015 18:32:17	Map (Gather)(19/60) switched to RUNNING 
      07/30/2015 18:32:17	Map (Gather)(60/60) switched to SCHEDULED 
      07/30/2015 18:32:17	Map (Gather)(60/60) switched to DEPLOYING 
      07/30/2015 18:32:17	Map (Gather)(25/60) switched to RUNNING 
      07/30/2015 18:32:17	Map (Gather)(26/60) switched to RUNNING 
      07/30/2015 18:32:17	Map (Gather)(47/60) switched to SCHEDULED 
      07/30/2015 18:32:17	Map (Gather)(47/60) switched to DEPLOYING 
      07/30/2015 18:32:17	Map (Gather)(12/60) switched to RUNNING 
      07/30/2015 18:32:17	Map (Gather)(11/60) switched to RUNNING 
      07/30/2015 18:32:17	Map (Gather)(13/60) switched to RUNNING 
      07/30/2015 18:32:17	Map (Gather)(38/60) switched to RUNNING 
      07/30/2015 18:32:17	Map (Gather)(30/60) switched to RUNNING 
      07/30/2015 18:32:17	Map (Gather)(23/60) switched to RUNNING 
      07/30/2015 18:32:17	Map (Gather)(10/60) switched to RUNNING 
      07/30/2015 18:32:17	Map (Gather)(14/60) switched to RUNNING 
      07/30/2015 18:32:17	Map (Gather)(3/60) switched to RUNNING 
      07/30/2015 18:32:17	Map (Gather)(51/60) switched to DEPLOYING 
      07/30/2015 18:32:17	Map (Gather)(22/60) switched to RUNNING 
      07/30/2015 18:32:17	Map (Gather)(39/60) switched to RUNNING 
      07/30/2015 18:32:17	Map (Gather)(20/60) switched to RUNNING 
      07/30/2015 18:32:17	Map (Gather)(40/60) switched to RUNNING 
      07/30/2015 18:32:17	Map (Gather)(27/60) switched to RUNNING 
      07/30/2015 18:32:17	Map (Gather)(43/60) switched to RUNNING 
      07/30/2015 18:32:17	Map (Gather)(45/60) switched to RUNNING 
      07/30/2015 18:32:17	Map (Gather)(42/60) switched to RUNNING 
      07/30/2015 18:32:17	Map (Gather)(48/60) switched to RUNNING 
      07/30/2015 18:32:17	Map (Gather)(32/60) switched to RUNNING 
      07/30/2015 18:32:17	Map (Gather)(35/60) switched to RUNNING 
      07/30/2015 18:32:18	Map (Gather)(37/60) switched to RUNNING 
      07/30/2015 18:32:18	Map (Gather)(49/60) switched to RUNNING 
      07/30/2015 18:32:18	Map (Gather)(31/60) switched to RUNNING 
      07/30/2015 18:32:18	Map (Gather)(34/60) switched to RUNNING 
      07/30/2015 18:32:18	Map (Gather)(33/60) switched to RUNNING 
      07/30/2015 18:32:18	Map (Gather)(52/60) switched to RUNNING 
      07/30/2015 18:32:18	Map (Gather)(56/60) switched to RUNNING 
      07/30/2015 18:32:18	Map (Gather)(55/60) switched to RUNNING 
      07/30/2015 18:32:18	Map (Gather)(60/60) switched to RUNNING 
      07/30/2015 18:32:18	Map (Gather)(58/60) switched to RUNNING 
      07/30/2015 18:32:18	Map (Gather)(57/60) switched to RUNNING 
      07/30/2015 18:32:18	Map (Gather)(53/60) switched to RUNNING 
      07/30/2015 18:32:18	Map (Gather)(50/60) switched to RUNNING 
      07/30/2015 18:32:18	Map (Gather)(59/60) switched to RUNNING 
      07/30/2015 18:32:18	Map (Gather)(41/60) switched to RUNNING 
      07/30/2015 18:32:18	Map (Gather)(36/60) switched to RUNNING 
      07/30/2015 18:32:18	Map (Gather)(46/60) switched to RUNNING 
      07/30/2015 18:32:18	Reduce (Sum)(22/60) switched to SCHEDULED 
      07/30/2015 18:32:18	Reduce (Sum)(21/60) switched to SCHEDULED 
      07/30/2015 18:32:18	Reduce (Sum)(22/60) switched to DEPLOYING 
      07/30/2015 18:32:18	Reduce (Sum)(21/60) switched to DEPLOYING 
      07/30/2015 18:32:18	Reduce (Sum)(6/60) switched to SCHEDULED 
      07/30/2015 18:32:18	Reduce (Sum)(32/60) switched to SCHEDULED 
      07/30/2015 18:32:18	Reduce (Sum)(6/60) switched to DEPLOYING 
      07/30/2015 18:32:18	Reduce (Sum)(32/60) switched to DEPLOYING 
      07/30/2015 18:32:18	Reduce (Sum)(31/60) switched to SCHEDULED 
      07/30/2015 18:32:18	Reduce (Sum)(31/60) switched to DEPLOYING 
      07/30/2015 18:32:18	Reduce (Sum)(21/60) switched to RUNNING 
      07/30/2015 18:32:18	Reduce (Sum)(9/60) switched to SCHEDULED 
      07/30/2015 18:32:18	Reduce (Sum)(22/60) switched to RUNNING 
      07/30/2015 18:32:18	Reduce (Sum)(9/60) switched to DEPLOYING 
      07/30/2015 18:32:18	Reduce (Sum)(32/60) switched to RUNNING 
      07/30/2015 18:32:18	Reduce (Sum)(29/60) switched to SCHEDULED 
      07/30/2015 18:32:18	Reduce (Sum)(30/60) switched to SCHEDULED 
      07/30/2015 18:32:18	Reduce (Sum)(29/60) switched to DEPLOYING 
      07/30/2015 18:32:18	Reduce (Sum)(30/60) switched to DEPLOYING 
      07/30/2015 18:32:18	Reduce (Sum)(49/60) switched to SCHEDULED 
      07/30/2015 18:32:18	Reduce (Sum)(49/60) switched to DEPLOYING 
      07/30/2015 18:32:18	Reduce (Sum)(45/60) switched to SCHEDULED 
      07/30/2015 18:32:18	Reduce (Sum)(45/60) switched to DEPLOYING 
      07/30/2015 18:32:18	Reduce (Sum)(48/60) switched to SCHEDULED 
      07/30/2015 18:32:18	Reduce (Sum)(48/60) switched to DEPLOYING 
      07/30/2015 18:32:18	Reduce (Sum)(60/60) switched to SCHEDULED 
      07/30/2015 18:32:18	Reduce (Sum)(60/60) switched to DEPLOYING 
      07/30/2015 18:32:18	Reduce (Sum)(31/60) switched to RUNNING 
      07/30/2015 18:32:18	Reduce (Sum)(43/60) switched to SCHEDULED 
      07/30/2015 18:32:18	Reduce (Sum)(43/60) switched to DEPLOYING 
      07/30/2015 18:32:18	Reduce (Sum)(41/60) switched to SCHEDULED 
      07/30/2015 18:32:18	Reduce (Sum)(41/60) switched to DEPLOYING 
      07/30/2015 18:32:18	Reduce (Sum)(19/60) switched to SCHEDULED 
      07/30/2015 18:32:18	Reduce (Sum)(19/60) switched to DEPLOYING 
      07/30/2015 18:32:18	Reduce (Sum)(20/60) switched to SCHEDULED 
      07/30/2015 18:32:18	Reduce (Sum)(48/60) switched to RUNNING 
      07/30/2015 18:32:18	Reduce (Sum)(20/60) switched to DEPLOYING 
      07/30/2015 18:32:18	Reduce (Sum)(60/60) switched to RUNNING 
      07/30/2015 18:32:18	Map (Gather)(54/60) switched to RUNNING 
      07/30/2015 18:32:18	Reduce (Sum)(45/60) switched to RUNNING 
      07/30/2015 18:32:18	Reduce (Sum)(6/60) switched to RUNNING 
      07/30/2015 18:32:18	Reduce (Sum)(50/60) switched to SCHEDULED 
      07/30/2015 18:32:18	Reduce (Sum)(30/60) switched to RUNNING 
      07/30/2015 18:32:18	Reduce (Sum)(49/60) switched to RUNNING 
      07/30/2015 18:32:18	Reduce (Sum)(9/60) switched to RUNNING 
      07/30/2015 18:32:18	Reduce (Sum)(29/60) switched to RUNNING 
      07/30/2015 18:32:18	Reduce (Sum)(50/60) switched to DEPLOYING 
      07/30/2015 18:32:18	Reduce (Sum)(19/60) switched to RUNNING 
      07/30/2015 18:32:18	Reduce (Sum)(11/60) switched to SCHEDULED 
      07/30/2015 18:32:18	Reduce (Sum)(20/60) switched to RUNNING 
      07/30/2015 18:32:18	Reduce (Sum)(11/60) switched to DEPLOYING 
      07/30/2015 18:32:18	Reduce (Sum)(12/60) switched to SCHEDULED 
      07/30/2015 18:32:18	Reduce (Sum)(12/60) switched to DEPLOYING 
      07/30/2015 18:32:18	Reduce (Sum)(43/60) switched to RUNNING 
      07/30/2015 18:32:18	Reduce (Sum)(13/60) switched to SCHEDULED 
      07/30/2015 18:32:18	Reduce (Sum)(13/60) switched to DEPLOYING 
      07/30/2015 18:32:18	Reduce (Sum)(41/60) switched to RUNNING 
      07/30/2015 18:32:18	Reduce (Sum)(52/60) switched to SCHEDULED 
      07/30/2015 18:32:18	Reduce (Sum)(52/60) switched to DEPLOYING 
      07/30/2015 18:32:18	Reduce (Sum)(1/60) switched to SCHEDULED 
      07/30/2015 18:32:18	Reduce (Sum)(1/60) switched to DEPLOYING 
      07/30/2015 18:32:18	Reduce (Sum)(2/60) switched to SCHEDULED 
      07/30/2015 18:32:18	Reduce (Sum)(2/60) switched to DEPLOYING 
      07/30/2015 18:32:18	Reduce (Sum)(42/60) switched to SCHEDULED 
      07/30/2015 18:32:18	Reduce (Sum)(40/60) switched to SCHEDULED 
      07/30/2015 18:32:18	Reduce (Sum)(42/60) switched to DEPLOYING 
      07/30/2015 18:32:18	Reduce (Sum)(40/60) switched to DEPLOYING 
      07/30/2015 18:32:18	Reduce (Sum)(36/60) switched to SCHEDULED 
      07/30/2015 18:32:18	Reduce (Sum)(36/60) switched to DEPLOYING 
      07/30/2015 18:32:18	Reduce (Sum)(46/60) switched to SCHEDULED 
      07/30/2015 18:32:18	Reduce (Sum)(46/60) switched to DEPLOYING 
      07/30/2015 18:32:18	Reduce (Sum)(40/60) switched to RUNNING 
      07/30/2015 18:32:18	Reduce (Sum)(17/60) switched to SCHEDULED 
      07/30/2015 18:32:18	Reduce (Sum)(42/60) switched to RUNNING 
      07/30/2015 18:32:18	Reduce (Sum)(17/60) switched to DEPLOYING 
      07/30/2015 18:32:18	Reduce (Sum)(50/60) switched to RUNNING 
      07/30/2015 18:32:18	Reduce (Sum)(18/60) switched to SCHEDULED 
      07/30/2015 18:32:18	Reduce (Sum)(18/60) switched to DEPLOYING 
      07/30/2015 18:32:18	Map (Gather)(28/60) switched to RUNNING 
      07/30/2015 18:32:18	Reduce (Sum)(58/60) switched to SCHEDULED 
      07/30/2015 18:32:18	Reduce (Sum)(58/60) switched to DEPLOYING 
      07/30/2015 18:32:18	Reduce (Sum)(52/60) switched to RUNNING 
      07/30/2015 18:32:18	Reduce (Sum)(46/60) switched to RUNNING 
      07/30/2015 18:32:18	Reduce (Sum)(36/60) switched to RUNNING 
      07/30/2015 18:32:18	Reduce (Sum)(2/60) switched to RUNNING 
      07/30/2015 18:32:18	Reduce (Sum)(1/60) switched to RUNNING 
      07/30/2015 18:32:18	Reduce (Sum)(59/60) switched to SCHEDULED 
      07/30/2015 18:32:18	Reduce (Sum)(59/60) switched to DEPLOYING 
      07/30/2015 18:32:18	Reduce (Sum)(38/60) switched to SCHEDULED 
      07/30/2015 18:32:18	Reduce (Sum)(38/60) switched to DEPLOYING 
      07/30/2015 18:32:18	Reduce (Sum)(39/60) switched to SCHEDULED 
      07/30/2015 18:32:18	Reduce (Sum)(39/60) switched to DEPLOYING 
      07/30/2015 18:32:18	Reduce (Sum)(18/60) switched to RUNNING 
      07/30/2015 18:32:18	Reduce (Sum)(58/60) switched to RUNNING 
      07/30/2015 18:32:18	Reduce (Sum)(59/60) switched to RUNNING 
      07/30/2015 18:32:18	Reduce (Sum)(17/60) switched to RUNNING 
      07/30/2015 18:32:18	Reduce (Sum)(14/60) switched to SCHEDULED 
      07/30/2015 18:32:18	Reduce (Sum)(10/60) switched to SCHEDULED 
      07/30/2015 18:32:18	Reduce (Sum)(14/60) switched to DEPLOYING 
      07/30/2015 18:32:18	Reduce (Sum)(10/60) switched to DEPLOYING 
      07/30/2015 18:32:18	Reduce (Sum)(57/60) switched to SCHEDULED 
      07/30/2015 18:32:18	Reduce (Sum)(12/60) switched to RUNNING 
      07/30/2015 18:32:18	Reduce (Sum)(11/60) switched to RUNNING 
      07/30/2015 18:32:18	Reduce (Sum)(57/60) switched to DEPLOYING 
      07/30/2015 18:32:18	Reduce (Sum)(13/60) switched to RUNNING 
      07/30/2015 18:32:18	Reduce (Sum)(56/60) switched to SCHEDULED 
      07/30/2015 18:32:18	Reduce (Sum)(56/60) switched to DEPLOYING 
      07/30/2015 18:32:18	Reduce (Sum)(38/60) switched to RUNNING 
      07/30/2015 18:32:18	Reduce (Sum)(39/60) switched to RUNNING 
      07/30/2015 18:32:18	Reduce (Sum)(14/60) switched to RUNNING 
      07/30/2015 18:32:18	Reduce (Sum)(10/60) switched to RUNNING 
      07/30/2015 18:32:18	Reduce (Sum)(57/60) switched to RUNNING 
      07/30/2015 18:32:18	Reduce (Sum)(56/60) switched to RUNNING 
      07/30/2015 18:32:18	Map (Gather)(24/60) switched to RUNNING 
      07/30/2015 18:32:18	Reduce (Sum)(15/60) switched to SCHEDULED 
      07/30/2015 18:32:18	Reduce (Sum)(15/60) switched to DEPLOYING 
      07/30/2015 18:32:18	Reduce (Sum)(16/60) switched to SCHEDULED 
      07/30/2015 18:32:18	Reduce (Sum)(16/60) switched to DEPLOYING 
      07/30/2015 18:32:18	Map (Gather)(44/60) switched to RUNNING 
      07/30/2015 18:32:18	Map (Gather)(47/60) switched to RUNNING 
      07/30/2015 18:32:18	Reduce (Sum)(15/60) switched to RUNNING 
      07/30/2015 18:32:18	Reduce (Sum)(16/60) switched to RUNNING 
      07/30/2015 18:32:18	Reduce (Sum)(55/60) switched to SCHEDULED 
      07/30/2015 18:32:18	Reduce (Sum)(55/60) switched to DEPLOYING 
      07/30/2015 18:32:18	Reduce (Sum)(55/60) switched to RUNNING 
      07/30/2015 18:32:18	Map (Gather)(51/60) switched to RUNNING 
      07/30/2015 18:32:18	Reduce (Sum)(47/60) switched to SCHEDULED 
      07/30/2015 18:32:18	Reduce (Sum)(47/60) switched to DEPLOYING 
      07/30/2015 18:32:18	Reduce (Sum)(44/60) switched to SCHEDULED 
      07/30/2015 18:32:18	Reduce (Sum)(44/60) switched to DEPLOYING 
      07/30/2015 18:32:18	Reduce (Sum)(24/60) switched to SCHEDULED 
      07/30/2015 18:32:18	Reduce (Sum)(24/60) switched to DEPLOYING 
      07/30/2015 18:32:18	Reduce (Sum)(54/60) switched to SCHEDULED 
      07/30/2015 18:32:18	Reduce (Sum)(54/60) switched to DEPLOYING 
      07/30/2015 18:32:18	Reduce (Sum)(28/60) switched to SCHEDULED 
      07/30/2015 18:32:18	Reduce (Sum)(28/60) switched to DEPLOYING 
      07/30/2015 18:32:18	Reduce (Sum)(54/60) switched to RUNNING 
      07/30/2015 18:32:18	Reduce (Sum)(47/60) switched to RUNNING 
      07/30/2015 18:32:18	Reduce (Sum)(44/60) switched to RUNNING 
      07/30/2015 18:32:18	Reduce (Sum)(24/60) switched to RUNNING 
      07/30/2015 18:32:18	Reduce (Sum)(28/60) switched to RUNNING 
      07/30/2015 18:32:18	Reduce (Sum)(53/60) switched to SCHEDULED 
      07/30/2015 18:32:18	Reduce (Sum)(53/60) switched to DEPLOYING 
      07/30/2015 18:32:18	Reduce (Sum)(51/60) switched to SCHEDULED 
      07/30/2015 18:32:18	Reduce (Sum)(51/60) switched to DEPLOYING 
      07/30/2015 18:32:18	Reduce (Sum)(53/60) switched to RUNNING 
      07/30/2015 18:32:18	Reduce (Sum)(51/60) switched to RUNNING 
      07/30/2015 18:32:18	Reduce (Sum)(23/60) switched to SCHEDULED 
      07/30/2015 18:32:18	Reduce (Sum)(27/60) switched to SCHEDULED 
      07/30/2015 18:32:18	Reduce (Sum)(23/60) switched to DEPLOYING 
      07/30/2015 18:32:18	Reduce (Sum)(27/60) switched to DEPLOYING 
      07/30/2015 18:32:18	Reduce (Sum)(3/60) switched to SCHEDULED 
      07/30/2015 18:32:18	Reduce (Sum)(3/60) switched to DEPLOYING 
      07/30/2015 18:32:18	Reduce (Sum)(5/60) switched to SCHEDULED 
      07/30/2015 18:32:18	Reduce (Sum)(5/60) switched to DEPLOYING 
      07/30/2015 18:32:18	Reduce (Sum)(23/60) switched to RUNNING 
      07/30/2015 18:32:18	Reduce (Sum)(27/60) switched to RUNNING 
      07/30/2015 18:32:18	Reduce (Sum)(4/60) switched to SCHEDULED 
      07/30/2015 18:32:18	Reduce (Sum)(4/60) switched to DEPLOYING 
      07/30/2015 18:32:18	Reduce (Sum)(3/60) switched to RUNNING 
      07/30/2015 18:32:18	Reduce (Sum)(4/60) switched to RUNNING 
      07/30/2015 18:32:18	Reduce (Sum)(5/60) switched to RUNNING 
      07/30/2015 18:32:19	Reduce (Sum)(8/60) switched to SCHEDULED 
      07/30/2015 18:32:19	Reduce (Sum)(8/60) switched to DEPLOYING 
      07/30/2015 18:32:19	Reduce (Sum)(7/60) switched to SCHEDULED 
      07/30/2015 18:32:19	Reduce (Sum)(7/60) switched to DEPLOYING 
      07/30/2015 18:32:19	Reduce (Sum)(8/60) switched to RUNNING 
      07/30/2015 18:32:19	Reduce (Sum)(7/60) switched to RUNNING 
      07/30/2015 18:32:19	Reduce (Sum)(33/60) switched to SCHEDULED 
      07/30/2015 18:32:19	Reduce (Sum)(33/60) switched to DEPLOYING 
      07/30/2015 18:32:19	Reduce (Sum)(34/60) switched to SCHEDULED 
      07/30/2015 18:32:19	Reduce (Sum)(34/60) switched to DEPLOYING 
      07/30/2015 18:32:19	Reduce (Sum)(33/60) switched to RUNNING 
      07/30/2015 18:32:19	Reduce (Sum)(34/60) switched to RUNNING 
      07/30/2015 18:32:19	Reduce (Sum)(35/60) switched to SCHEDULED 
      07/30/2015 18:32:19	Reduce (Sum)(35/60) switched to DEPLOYING 
      07/30/2015 18:32:19	Reduce (Sum)(37/60) switched to SCHEDULED 
      07/30/2015 18:32:19	Reduce (Sum)(37/60) switched to DEPLOYING 
      07/30/2015 18:32:19	Reduce (Sum)(35/60) switched to RUNNING 
      07/30/2015 18:32:19	Reduce (Sum)(37/60) switched to RUNNING 
      07/30/2015 18:32:19	Reduce (Sum)(25/60) switched to SCHEDULED 
      07/30/2015 18:32:19	Reduce (Sum)(25/60) switched to DEPLOYING 
      07/30/2015 18:32:19	Reduce (Sum)(26/60) switched to SCHEDULED 
      07/30/2015 18:32:19	Reduce (Sum)(26/60) switched to DEPLOYING 
      07/30/2015 18:32:19	Reduce (Sum)(25/60) switched to RUNNING 
      07/30/2015 18:32:19	Reduce (Sum)(26/60) switched to RUNNING 
      07/30/2015 18:33:31	Join (Apply)(1/60) switched to SCHEDULED 
      07/30/2015 18:33:31	Join (Apply)(2/60) switched to SCHEDULED 
      07/30/2015 18:33:31	Join (Apply)(3/60) switched to SCHEDULED 
      07/30/2015 18:33:31	Join (Apply)(1/60) switched to DEPLOYING 
      07/30/2015 18:33:31	Join (Apply)(3/60) switched to DEPLOYING 
      07/30/2015 18:33:31	Join (Apply)(2/60) switched to DEPLOYING 
      07/30/2015 18:33:31	Join (Apply)(5/60) switched to SCHEDULED 
      07/30/2015 18:33:31	Join (Apply)(7/60) switched to SCHEDULED 
      07/30/2015 18:33:31	Join (Apply)(6/60) switched to SCHEDULED 
      07/30/2015 18:33:31	Join (Apply)(4/60) switched to SCHEDULED 
      07/30/2015 18:33:31	Join (Apply)(7/60) switched to DEPLOYING 
      07/30/2015 18:33:31	Join (Apply)(8/60) switched to SCHEDULED 
      07/30/2015 18:33:31	Join (Apply)(5/60) switched to DEPLOYING 
      07/30/2015 18:33:31	Join (Apply)(8/60) switched to DEPLOYING 
      07/30/2015 18:33:31	Join (Apply)(9/60) switched to SCHEDULED 
      07/30/2015 18:33:31	Join (Apply)(9/60) switched to DEPLOYING 
      07/30/2015 18:33:31	Join (Apply)(12/60) switched to SCHEDULED 
      07/30/2015 18:33:31	Join (Apply)(4/60) switched to DEPLOYING 
      07/30/2015 18:33:31	Join (Apply)(12/60) switched to DEPLOYING 
      07/30/2015 18:33:31	Join (Apply)(6/60) switched to DEPLOYING 
      07/30/2015 18:33:31	Join (Apply)(10/60) switched to SCHEDULED 
      07/30/2015 18:33:31	Join (Apply)(10/60) switched to DEPLOYING 
      07/30/2015 18:33:31	Join (Apply)(15/60) switched to SCHEDULED 
      07/30/2015 18:33:31	Join (Apply)(15/60) switched to DEPLOYING 
      07/30/2015 18:33:31	Join (Apply)(17/60) switched to SCHEDULED 
      07/30/2015 18:33:31	Join (Apply)(17/60) switched to DEPLOYING 
      07/30/2015 18:33:31	Join (Apply)(18/60) switched to SCHEDULED 
      07/30/2015 18:33:31	Join (Apply)(18/60) switched to DEPLOYING 
      07/30/2015 18:33:31	Join (Apply)(11/60) switched to SCHEDULED 
      07/30/2015 18:33:31	Join (Apply)(19/60) switched to SCHEDULED 
      07/30/2015 18:33:31	Join (Apply)(20/60) switched to SCHEDULED 
      07/30/2015 18:33:31	Join (Apply)(20/60) switched to DEPLOYING 
      07/30/2015 18:33:31	Join (Apply)(16/60) switched to SCHEDULED 
      07/30/2015 18:33:31	Join (Apply)(13/60) switched to SCHEDULED 
      07/30/2015 18:33:31	Join (Apply)(14/60) switched to SCHEDULED 
      07/30/2015 18:33:31	Join (Apply)(13/60) switched to DEPLOYING 
      07/30/2015 18:33:31	Join (Apply)(21/60) switched to SCHEDULED 
      07/30/2015 18:33:31	Join (Apply)(21/60) switched to DEPLOYING 
      07/30/2015 18:33:31	Join (Apply)(22/60) switched to SCHEDULED 
      07/30/2015 18:33:31	Join (Apply)(22/60) switched to DEPLOYING 
      07/30/2015 18:33:31	Join (Apply)(16/60) switched to DEPLOYING 
      07/30/2015 18:33:31	Join (Apply)(14/60) switched to DEPLOYING 
      07/30/2015 18:33:31	Join (Apply)(2/60) switched to RUNNING 
      07/30/2015 18:33:31	Join (Apply)(23/60) switched to SCHEDULED 
      07/30/2015 18:33:31	Join (Apply)(23/60) switched to DEPLOYING 
      07/30/2015 18:33:31	Join (Apply)(19/60) switched to DEPLOYING 
      07/30/2015 18:33:31	Join (Apply)(11/60) switched to DEPLOYING 
      07/30/2015 18:33:31	Join (Apply)(24/60) switched to SCHEDULED 
      07/30/2015 18:33:31	Join (Apply)(24/60) switched to DEPLOYING 
      07/30/2015 18:33:31	Join (Apply)(1/60) switched to RUNNING 
      07/30/2015 18:33:31	Join (Apply)(12/60) switched to RUNNING 
      07/30/2015 18:33:31	Join (Apply)(25/60) switched to SCHEDULED 
      07/30/2015 18:33:31	Join (Apply)(25/60) switched to DEPLOYING 
      07/30/2015 18:33:31	Join (Apply)(26/60) switched to SCHEDULED 
      07/30/2015 18:33:31	Join (Apply)(26/60) switched to DEPLOYING 
      07/30/2015 18:33:31	Join (Apply)(10/60) switched to RUNNING 
      07/30/2015 18:33:31	Join (Apply)(15/60) switched to RUNNING 
      07/30/2015 18:33:31	Join (Apply)(27/60) switched to SCHEDULED 
      07/30/2015 18:33:31	Join (Apply)(27/60) switched to DEPLOYING 
      07/30/2015 18:33:31	Join (Apply)(28/60) switched to SCHEDULED 
      07/30/2015 18:33:31	Join (Apply)(28/60) switched to DEPLOYING 
      07/30/2015 18:33:31	Join (Apply)(30/60) switched to SCHEDULED 
      07/30/2015 18:33:31	Join (Apply)(30/60) switched to DEPLOYING 
      07/30/2015 18:33:31	Join (Apply)(8/60) switched to RUNNING 
      07/30/2015 18:33:31	Join (Apply)(17/60) switched to RUNNING 
      07/30/2015 18:33:31	Join (Apply)(31/60) switched to SCHEDULED 
      07/30/2015 18:33:31	Join (Apply)(18/60) switched to RUNNING 
      07/30/2015 18:33:31	Join (Apply)(32/60) switched to SCHEDULED 
      07/30/2015 18:33:31	Join (Apply)(32/60) switched to DEPLOYING 
      07/30/2015 18:33:31	Join (Apply)(33/60) switched to SCHEDULED 
      07/30/2015 18:33:31	Join (Apply)(33/60) switched to DEPLOYING 
      07/30/2015 18:33:31	Join (Apply)(21/60) switched to RUNNING 
      07/30/2015 18:33:31	Join (Apply)(34/60) switched to SCHEDULED 
      07/30/2015 18:33:31	Join (Apply)(34/60) switched to DEPLOYING 
      07/30/2015 18:33:31	Join (Apply)(35/60) switched to SCHEDULED 
      07/30/2015 18:33:31	Join (Apply)(35/60) switched to DEPLOYING 
      07/30/2015 18:33:31	Join (Apply)(36/60) switched to SCHEDULED 
      07/30/2015 18:33:31	Join (Apply)(36/60) switched to DEPLOYING 
      07/30/2015 18:33:31	Join (Apply)(22/60) switched to RUNNING 
      07/30/2015 18:33:31	Join (Apply)(37/60) switched to SCHEDULED 
      07/30/2015 18:33:31	Join (Apply)(37/60) switched to DEPLOYING 
      07/30/2015 18:33:31	Join (Apply)(38/60) switched to SCHEDULED 
      07/30/2015 18:33:31	Join (Apply)(38/60) switched to DEPLOYING 
      07/30/2015 18:33:31	Join (Apply)(31/60) switched to DEPLOYING 
      07/30/2015 18:33:31	Join (Apply)(20/60) switched to RUNNING 
      07/30/2015 18:33:31	Join (Apply)(29/60) switched to SCHEDULED 
      07/30/2015 18:33:31	Join (Apply)(7/60) switched to RUNNING 
      07/30/2015 18:33:31	Join (Apply)(9/60) switched to RUNNING 
      07/30/2015 18:33:31	Join (Apply)(29/60) switched to DEPLOYING 
      07/30/2015 18:33:31	Join (Apply)(23/60) switched to RUNNING 
      07/30/2015 18:33:31	Join (Apply)(16/60) switched to RUNNING 
      07/30/2015 18:33:31	Join (Apply)(6/60) switched to RUNNING 
      07/30/2015 18:33:31	Join (Apply)(39/60) switched to SCHEDULED 
      07/30/2015 18:33:31	Join (Apply)(25/60) switched to RUNNING 
      07/30/2015 18:33:31	Join (Apply)(39/60) switched to DEPLOYING 
      07/30/2015 18:33:31	Join (Apply)(40/60) switched to SCHEDULED 
      07/30/2015 18:33:31	Join (Apply)(40/60) switched to DEPLOYING 
      07/30/2015 18:33:31	Join (Apply)(41/60) switched to SCHEDULED 
      07/30/2015 18:33:31	Join (Apply)(27/60) switched to RUNNING 
      07/30/2015 18:33:31	Join (Apply)(19/60) switched to RUNNING 
      07/30/2015 18:33:31	Join (Apply)(42/60) switched to SCHEDULED 
      07/30/2015 18:33:31	Join (Apply)(42/60) switched to DEPLOYING 
      07/30/2015 18:33:31	Join (Apply)(26/60) switched to RUNNING 
      07/30/2015 18:33:31	Join (Apply)(43/60) switched to SCHEDULED 
      07/30/2015 18:33:31	Join (Apply)(43/60) switched to DEPLOYING 
      07/30/2015 18:33:31	Join (Apply)(45/60) switched to SCHEDULED 
      07/30/2015 18:33:31	Join (Apply)(45/60) switched to DEPLOYING 
      07/30/2015 18:33:31	Join (Apply)(47/60) switched to SCHEDULED 
      07/30/2015 18:33:31	Join (Apply)(47/60) switched to DEPLOYING 
      07/30/2015 18:33:31	Join (Apply)(48/60) switched to SCHEDULED 
      07/30/2015 18:33:31	Join (Apply)(48/60) switched to DEPLOYING 
      07/30/2015 18:33:31	Join (Apply)(49/60) switched to SCHEDULED 
      07/30/2015 18:33:31	Join (Apply)(49/60) switched to DEPLOYING 
      07/30/2015 18:33:31	Join (Apply)(41/60) switched to DEPLOYING 
      07/30/2015 18:33:31	Join (Apply)(46/60) switched to SCHEDULED 
      07/30/2015 18:33:31	Join (Apply)(44/60) switched to SCHEDULED 
      07/30/2015 18:33:31	Join (Apply)(44/60) switched to DEPLOYING 
      07/30/2015 18:33:31	Join (Apply)(52/60) switched to SCHEDULED 
      07/30/2015 18:33:31	Join (Apply)(52/60) switched to DEPLOYING 
      07/30/2015 18:33:31	Join (Apply)(53/60) switched to SCHEDULED 
      07/30/2015 18:33:31	Join (Apply)(53/60) switched to DEPLOYING 
      07/30/2015 18:33:31	Join (Apply)(5/60) switched to RUNNING 
      07/30/2015 18:33:31	Join (Apply)(54/60) switched to SCHEDULED 
      07/30/2015 18:33:31	Join (Apply)(3/60) switched to RUNNING 
      07/30/2015 18:33:31	Join (Apply)(32/60) switched to RUNNING 
      07/30/2015 18:33:31	Join (Apply)(24/60) switched to RUNNING 
      07/30/2015 18:33:31	Join (Apply)(33/60) switched to RUNNING 
      07/30/2015 18:33:31	Join (Apply)(34/60) switched to RUNNING 
      07/30/2015 18:33:31	Join (Apply)(56/60) switched to SCHEDULED 
      07/30/2015 18:33:31	Join (Apply)(46/60) switched to DEPLOYING 
      07/30/2015 18:33:31	Join (Apply)(56/60) switched to DEPLOYING 
      07/30/2015 18:33:31	Join (Apply)(51/60) switched to SCHEDULED 
      07/30/2015 18:33:31	Join (Apply)(51/60) switched to DEPLOYING 
      07/30/2015 18:33:31	Join (Apply)(58/60) switched to SCHEDULED 
      07/30/2015 18:33:31	Join (Apply)(58/60) switched to DEPLOYING 
      07/30/2015 18:33:31	Join (Apply)(55/60) switched to SCHEDULED 
      07/30/2015 18:33:31	Join (Apply)(55/60) switched to DEPLOYING 
      07/30/2015 18:33:31	Join (Apply)(59/60) switched to SCHEDULED 
      07/30/2015 18:33:31	Join (Apply)(60/60) switched to SCHEDULED 
      07/30/2015 18:33:31	Join (Apply)(59/60) switched to DEPLOYING 
      07/30/2015 18:33:31	Join (Apply)(50/60) switched to SCHEDULED 
      07/30/2015 18:33:31	Join (Apply)(50/60) switched to DEPLOYING 
      07/30/2015 18:33:31	Join (Apply)(4/60) switched to RUNNING 
      07/30/2015 18:33:31	Join (Apply)(57/60) switched to SCHEDULED 
      07/30/2015 18:33:31	Join (Apply)(54/60) switched to DEPLOYING 
      07/30/2015 18:33:31	Join (Apply)(31/60) switched to RUNNING 
      07/30/2015 18:33:31	Join (Apply)(28/60) switched to RUNNING 
      07/30/2015 18:33:31	Join (Apply)(57/60) switched to DEPLOYING 
      07/30/2015 18:33:31	Join (Apply)(60/60) switched to DEPLOYING 
      07/30/2015 18:33:31	Join (Apply)(36/60) switched to RUNNING 
      07/30/2015 18:33:31	Join (Apply)(40/60) switched to RUNNING 
      07/30/2015 18:33:31	Join (Apply)(37/60) switched to RUNNING 
      07/30/2015 18:33:31	Join (Apply)(29/60) switched to RUNNING 
      07/30/2015 18:33:31	Join (Apply)(35/60) switched to RUNNING 
      07/30/2015 18:33:31	Join (Apply)(43/60) switched to RUNNING 
      07/30/2015 18:33:31	Join (Apply)(42/60) switched to RUNNING 
      07/30/2015 18:33:31	Join (Apply)(30/60) switched to RUNNING 
      07/30/2015 18:33:31	Join (Apply)(14/60) switched to RUNNING 
      07/30/2015 18:33:31	Join (Apply)(41/60) switched to RUNNING 
      07/30/2015 18:33:31	Join (Apply)(45/60) switched to RUNNING 
      07/30/2015 18:33:31	Join (Apply)(52/60) switched to RUNNING 
      07/30/2015 18:33:31	Join (Apply)(48/60) switched to RUNNING 
      07/30/2015 18:33:31	Join (Apply)(47/60) switched to RUNNING 
      07/30/2015 18:33:31	Join (Apply)(58/60) switched to RUNNING 
      07/30/2015 18:33:31	Join (Apply)(49/60) switched to RUNNING 
      07/30/2015 18:33:31	Join (Apply)(53/60) switched to RUNNING 
      07/30/2015 18:33:31	Join (Apply)(46/60) switched to RUNNING 
      07/30/2015 18:33:31	Join (Apply)(59/60) switched to RUNNING 
      07/30/2015 18:33:31	Join (Apply)(56/60) switched to RUNNING 
      07/30/2015 18:33:31	Join (Apply)(50/60) switched to RUNNING 
      07/30/2015 18:33:31	Join (Apply)(51/60) switched to RUNNING 
      07/30/2015 18:33:31	Join (Apply)(60/60) switched to RUNNING 
      07/30/2015 18:33:31	Join (Apply)(44/60) switched to RUNNING 
      07/30/2015 18:33:31	Join (Apply)(57/60) switched to RUNNING 
      07/30/2015 18:33:31	Join (Apply)(55/60) switched to RUNNING 
      07/30/2015 18:33:31	Join (Apply)(54/60) switched to RUNNING 
      07/30/2015 18:33:31	Join (Apply)(13/60) switched to RUNNING 
      07/30/2015 18:33:31	Join (Apply)(11/60) switched to RUNNING 
      07/30/2015 18:33:31	Rebuild Workset Properties(18/60) switched to SCHEDULED 
      07/30/2015 18:33:31	Rebuild Workset Properties(18/60) switched to DEPLOYING 
      07/30/2015 18:33:31	Rebuild Workset Properties(18/60) switched to RUNNING 
      07/30/2015 18:33:31	Join (Apply)(38/60) switched to RUNNING 
      07/30/2015 18:33:31	Join (Apply)(39/60) switched to RUNNING 
      07/30/2015 18:33:31	Rebuild Workset Properties(19/60) switched to SCHEDULED 
      07/30/2015 18:33:31	Rebuild Workset Properties(19/60) switched to DEPLOYING 
      07/30/2015 18:33:31	Rebuild Workset Properties(19/60) switched to RUNNING 
      07/30/2015 18:33:31	Rebuild Workset Properties(54/60) switched to SCHEDULED 
      07/30/2015 18:33:31	Rebuild Workset Properties(54/60) switched to DEPLOYING 
      07/30/2015 18:33:31	Rebuild Workset Properties(54/60) switched to RUNNING 
      07/30/2015 18:33:31	Rebuild Workset Properties(38/60) switched to SCHEDULED 
      07/30/2015 18:33:31	Rebuild Workset Properties(38/60) switched to DEPLOYING 
      07/30/2015 18:33:31	Rebuild Workset Properties(38/60) switched to RUNNING 
      07/30/2015 18:33:31	Rebuild Workset Properties(11/60) switched to SCHEDULED 
      07/30/2015 18:33:31	Rebuild Workset Properties(11/60) switched to DEPLOYING 
      07/30/2015 18:33:31	Rebuild Workset Properties(11/60) switched to RUNNING 
      07/30/2015 18:33:31	Rebuild Workset Properties(32/60) switched to SCHEDULED 
      07/30/2015 18:33:31	Rebuild Workset Properties(32/60) switched to DEPLOYING 
      07/30/2015 18:33:31	Rebuild Workset Properties(32/60) switched to RUNNING 
      07/30/2015 18:33:31	Rebuild Workset Properties(41/60) switched to SCHEDULED 
      07/30/2015 18:33:31	Rebuild Workset Properties(41/60) switched to DEPLOYING 
      07/30/2015 18:33:31	Rebuild Workset Properties(41/60) switched to RUNNING 
      07/30/2015 18:33:31	Rebuild Workset Properties(48/60) switched to SCHEDULED 
      07/30/2015 18:33:31	Rebuild Workset Properties(48/60) switched to DEPLOYING 
      07/30/2015 18:33:31	Rebuild Workset Properties(48/60) switched to RUNNING 
      07/30/2015 18:33:31	Rebuild Workset Properties(40/60) switched to SCHEDULED 
      07/30/2015 18:33:31	Rebuild Workset Properties(40/60) switched to DEPLOYING 
      07/30/2015 18:33:31	Rebuild Workset Properties(40/60) switched to RUNNING 
      07/30/2015 18:33:31	Rebuild Workset Properties(53/60) switched to SCHEDULED 
      07/30/2015 18:33:31	Rebuild Workset Properties(53/60) switched to DEPLOYING 
      07/30/2015 18:33:31	Rebuild Workset Properties(53/60) switched to RUNNING 
      07/30/2015 18:33:31	Rebuild Workset Properties(36/60) switched to SCHEDULED 
      07/30/2015 18:33:31	Rebuild Workset Properties(36/60) switched to DEPLOYING 
      07/30/2015 18:33:31	Rebuild Workset Properties(36/60) switched to RUNNING 
      07/30/2015 18:33:31	Rebuild Workset Properties(16/60) switched to SCHEDULED 
      07/30/2015 18:33:31	Rebuild Workset Properties(16/60) switched to DEPLOYING 
      07/30/2015 18:33:31	Rebuild Workset Properties(16/60) switched to RUNNING 
      07/30/2015 18:33:31	Rebuild Workset Properties(52/60) switched to SCHEDULED 
      07/30/2015 18:33:31	Rebuild Workset Properties(52/60) switched to DEPLOYING 
      07/30/2015 18:33:31	Rebuild Workset Properties(52/60) switched to RUNNING 
      07/30/2015 18:33:31	Rebuild Workset Properties(10/60) switched to SCHEDULED 
      07/30/2015 18:33:31	Rebuild Workset Properties(10/60) switched to DEPLOYING 
      07/30/2015 18:33:31	Rebuild Workset Properties(10/60) switched to RUNNING 
      07/30/2015 18:33:31	Rebuild Workset Properties(59/60) switched to SCHEDULED 
      07/30/2015 18:33:31	Rebuild Workset Properties(59/60) switched to DEPLOYING 
      07/30/2015 18:33:31	Rebuild Workset Properties(59/60) switched to RUNNING 
      07/30/2015 18:33:32	Rebuild Workset Properties(25/60) switched to SCHEDULED 
      07/30/2015 18:33:32	Rebuild Workset Properties(25/60) switched to DEPLOYING 
      07/30/2015 18:33:32	Rebuild Workset Properties(25/60) switched to RUNNING 
      07/30/2015 18:33:32	Rebuild Workset Properties(22/60) switched to SCHEDULED 
      07/30/2015 18:33:32	Rebuild Workset Properties(22/60) switched to DEPLOYING 
      07/30/2015 18:33:32	Rebuild Workset Properties(22/60) switched to RUNNING 
      07/30/2015 18:33:32	Rebuild Workset Properties(7/60) switched to SCHEDULED 
      07/30/2015 18:33:32	Rebuild Workset Properties(7/60) switched to DEPLOYING 
      07/30/2015 18:33:32	Rebuild Workset Properties(7/60) switched to RUNNING 
      07/30/2015 18:33:32	Rebuild Workset Properties(28/60) switched to SCHEDULED 
      07/30/2015 18:33:32	Rebuild Workset Properties(28/60) switched to DEPLOYING 
      07/30/2015 18:33:32	Rebuild Workset Properties(28/60) switched to RUNNING 
      07/30/2015 18:33:32	Rebuild Workset Properties(17/60) switched to SCHEDULED 
      07/30/2015 18:33:32	Rebuild Workset Properties(17/60) switched to DEPLOYING 
      07/30/2015 18:33:32	Rebuild Workset Properties(17/60) switched to RUNNING 
      07/30/2015 18:33:32	Rebuild Workset Properties(55/60) switched to SCHEDULED 
      07/30/2015 18:33:32	Rebuild Workset Properties(55/60) switched to DEPLOYING 
      07/30/2015 18:33:32	Rebuild Workset Properties(55/60) switched to RUNNING 
      07/30/2015 18:33:32	Rebuild Workset Properties(27/60) switched to SCHEDULED 
      07/30/2015 18:33:32	Rebuild Workset Properties(27/60) switched to DEPLOYING 
      07/30/2015 18:33:32	Rebuild Workset Properties(27/60) switched to RUNNING 
      07/30/2015 18:33:32	Rebuild Workset Properties(4/60) switched to SCHEDULED 
      07/30/2015 18:33:32	Rebuild Workset Properties(4/60) switched to DEPLOYING 
      07/30/2015 18:33:32	Rebuild Workset Properties(60/60) switched to SCHEDULED 
      07/30/2015 18:33:32	Rebuild Workset Properties(60/60) switched to DEPLOYING 
      07/30/2015 18:33:32	Rebuild Workset Properties(4/60) switched to RUNNING 
      07/30/2015 18:33:32	Rebuild Workset Properties(60/60) switched to RUNNING 
      07/30/2015 18:33:32	Rebuild Workset Properties(29/60) switched to SCHEDULED 
      07/30/2015 18:33:32	Rebuild Workset Properties(29/60) switched to DEPLOYING 
      07/30/2015 18:33:32	Rebuild Workset Properties(29/60) switched to RUNNING 
      07/30/2015 18:33:32	Rebuild Workset Properties(51/60) switched to SCHEDULED 
      07/30/2015 18:33:32	Rebuild Workset Properties(51/60) switched to DEPLOYING 
      07/30/2015 18:33:32	Rebuild Workset Properties(51/60) switched to RUNNING 
      07/30/2015 18:33:32	Rebuild Workset Properties(46/60) switched to SCHEDULED 
      07/30/2015 18:33:32	Rebuild Workset Properties(46/60) switched to DEPLOYING 
      07/30/2015 18:33:33	Rebuild Workset Properties(37/60) switched to SCHEDULED 
      07/30/2015 18:33:33	Rebuild Workset Properties(37/60) switched to DEPLOYING 
      07/30/2015 18:33:33	Rebuild Workset Properties(37/60) switched to RUNNING 
      07/30/2015 18:33:33	Rebuild Workset Properties(43/60) switched to SCHEDULED 
      07/30/2015 18:33:33	Rebuild Workset Properties(43/60) switched to DEPLOYING 
      07/30/2015 18:33:33	Rebuild Workset Properties(43/60) switched to RUNNING 
      07/30/2015 18:33:33	Rebuild Workset Properties(46/60) switched to RUNNING 
      07/30/2015 18:33:33	Rebuild Workset Properties(26/60) switched to SCHEDULED 
      07/30/2015 18:33:33	Rebuild Workset Properties(26/60) switched to DEPLOYING 
      07/30/2015 18:33:33	Rebuild Workset Properties(57/60) switched to SCHEDULED 
      07/30/2015 18:33:33	Rebuild Workset Properties(57/60) switched to DEPLOYING 
      07/30/2015 18:33:33	Rebuild Workset Properties(57/60) switched to RUNNING 
      07/30/2015 18:33:33	Rebuild Workset Properties(47/60) switched to SCHEDULED 
      07/30/2015 18:33:33	Rebuild Workset Properties(47/60) switched to DEPLOYING 
      07/30/2015 18:33:33	Rebuild Workset Properties(47/60) switched to RUNNING 
      07/30/2015 18:33:33	Rebuild Workset Properties(1/60) switched to SCHEDULED 
      07/30/2015 18:33:33	Rebuild Workset Properties(1/60) switched to DEPLOYING 
      07/30/2015 18:33:33	Rebuild Workset Properties(31/60) switched to SCHEDULED 
      07/30/2015 18:33:33	Rebuild Workset Properties(31/60) switched to DEPLOYING 
      07/30/2015 18:33:33	Rebuild Workset Properties(1/60) switched to RUNNING 
      07/30/2015 18:33:33	Rebuild Workset Properties(31/60) switched to RUNNING 
      07/30/2015 18:33:33	Rebuild Workset Properties(26/60) switched to RUNNING 
      07/30/2015 18:33:33	Rebuild Workset Properties(21/60) switched to SCHEDULED 
      07/30/2015 18:33:33	Rebuild Workset Properties(21/60) switched to DEPLOYING 
      07/30/2015 18:33:33	Rebuild Workset Properties(21/60) switched to RUNNING 
      07/30/2015 18:33:33	Rebuild Workset Properties(8/60) switched to SCHEDULED 
      07/30/2015 18:33:33	Rebuild Workset Properties(8/60) switched to DEPLOYING 
      07/30/2015 18:33:33	Rebuild Workset Properties(8/60) switched to RUNNING 
      07/30/2015 18:33:33	Rebuild Workset Properties(33/60) switched to SCHEDULED 
      07/30/2015 18:33:33	Rebuild Workset Properties(33/60) switched to DEPLOYING 
      07/30/2015 18:33:33	Rebuild Workset Properties(33/60) switched to RUNNING 
      07/30/2015 18:33:33	Rebuild Workset Properties(6/60) switched to SCHEDULED 
      07/30/2015 18:33:33	Rebuild Workset Properties(6/60) switched to DEPLOYING 
      07/30/2015 18:33:33	Rebuild Workset Properties(6/60) switched to RUNNING 
      07/30/2015 18:33:33	Rebuild Workset Properties(14/60) switched to SCHEDULED 
      07/30/2015 18:33:33	Rebuild Workset Properties(14/60) switched to DEPLOYING 
      07/30/2015 18:33:33	Rebuild Workset Properties(14/60) switched to RUNNING 
      07/30/2015 18:33:33	Rebuild Workset Properties(15/60) switched to SCHEDULED 
      07/30/2015 18:33:33	Rebuild Workset Properties(15/60) switched to DEPLOYING 
      07/30/2015 18:33:33	Rebuild Workset Properties(15/60) switched to RUNNING 
      07/30/2015 18:33:33	Rebuild Workset Properties(24/60) switched to SCHEDULED 
      07/30/2015 18:33:33	Rebuild Workset Properties(24/60) switched to DEPLOYING 
      07/30/2015 18:33:33	Rebuild Workset Properties(24/60) switched to RUNNING 
      07/30/2015 18:33:33	Rebuild Workset Properties(42/60) switched to SCHEDULED 
      07/30/2015 18:33:33	Rebuild Workset Properties(42/60) switched to DEPLOYING 
      07/30/2015 18:33:33	Rebuild Workset Properties(42/60) switched to RUNNING 
      07/30/2015 18:33:34	Rebuild Workset Properties(20/60) switched to SCHEDULED 
      07/30/2015 18:33:34	Rebuild Workset Properties(20/60) switched to DEPLOYING 
      07/30/2015 18:33:34	Rebuild Workset Properties(20/60) switched to RUNNING 
      07/30/2015 18:33:34	Rebuild Workset Properties(49/60) switched to SCHEDULED 
      07/30/2015 18:33:34	Rebuild Workset Properties(49/60) switched to DEPLOYING 
      07/30/2015 18:33:34	Rebuild Workset Properties(49/60) switched to RUNNING 
      07/30/2015 18:33:34	Rebuild Workset Properties(44/60) switched to SCHEDULED 
      07/30/2015 18:33:34	Rebuild Workset Properties(44/60) switched to DEPLOYING 
      07/30/2015 18:33:34	Rebuild Workset Properties(13/60) switched to SCHEDULED 
      07/30/2015 18:33:34	Rebuild Workset Properties(13/60) switched to DEPLOYING 
      07/30/2015 18:33:34	Rebuild Workset Properties(44/60) switched to RUNNING 
      07/30/2015 18:33:34	Rebuild Workset Properties(13/60) switched to RUNNING 
      07/30/2015 18:33:34	Rebuild Workset Properties(23/60) switched to SCHEDULED 
      07/30/2015 18:33:34	Rebuild Workset Properties(23/60) switched to DEPLOYING 
      07/30/2015 18:33:34	Rebuild Workset Properties(23/60) switched to RUNNING 
      07/30/2015 18:33:34	Rebuild Workset Properties(39/60) switched to SCHEDULED 
      07/30/2015 18:33:34	Rebuild Workset Properties(39/60) switched to DEPLOYING 
      07/30/2015 18:33:34	Rebuild Workset Properties(30/60) switched to SCHEDULED 
      07/30/2015 18:33:34	Rebuild Workset Properties(30/60) switched to DEPLOYING 
      07/30/2015 18:33:34	Rebuild Workset Properties(39/60) switched to RUNNING 
      07/30/2015 18:33:34	Rebuild Workset Properties(30/60) switched to RUNNING 
      07/30/2015 18:33:34	Rebuild Workset Properties(56/60) switched to SCHEDULED 
      07/30/2015 18:33:34	Rebuild Workset Properties(56/60) switched to DEPLOYING 
      07/30/2015 18:33:34	Rebuild Workset Properties(56/60) switched to RUNNING 
      07/30/2015 18:33:34	Rebuild Workset Properties(3/60) switched to SCHEDULED 
      07/30/2015 18:33:34	Rebuild Workset Properties(3/60) switched to DEPLOYING 
      07/30/2015 18:33:34	Rebuild Workset Properties(3/60) switched to RUNNING 
      07/30/2015 18:33:34	Rebuild Workset Properties(35/60) switched to SCHEDULED 
      07/30/2015 18:33:34	Rebuild Workset Properties(35/60) switched to DEPLOYING 
      07/30/2015 18:33:34	Rebuild Workset Properties(35/60) switched to RUNNING 
      07/30/2015 18:33:34	Rebuild Workset Properties(2/60) switched to SCHEDULED 
      07/30/2015 18:33:34	Rebuild Workset Properties(2/60) switched to DEPLOYING 
      07/30/2015 18:33:34	Rebuild Workset Properties(2/60) switched to RUNNING 
      07/30/2015 18:33:34	Rebuild Workset Properties(58/60) switched to SCHEDULED 
      07/30/2015 18:33:34	Rebuild Workset Properties(58/60) switched to DEPLOYING 
      07/30/2015 18:33:34	Rebuild Workset Properties(58/60) switched to RUNNING 
      07/30/2015 18:33:35	Rebuild Workset Properties(34/60) switched to SCHEDULED 
      07/30/2015 18:33:35	Rebuild Workset Properties(34/60) switched to DEPLOYING 
      07/30/2015 18:33:35	Rebuild Workset Properties(34/60) switched to RUNNING 
      07/30/2015 18:33:35	Rebuild Workset Properties(9/60) switched to SCHEDULED 
      07/30/2015 18:33:35	Rebuild Workset Properties(9/60) switched to DEPLOYING 
      07/30/2015 18:33:35	Rebuild Workset Properties(9/60) switched to RUNNING 
      07/30/2015 18:33:35	Rebuild Workset Properties(45/60) switched to SCHEDULED 
      07/30/2015 18:33:35	Rebuild Workset Properties(45/60) switched to DEPLOYING 
      07/30/2015 18:33:35	Rebuild Workset Properties(12/60) switched to SCHEDULED 
      07/30/2015 18:33:35	Rebuild Workset Properties(12/60) switched to DEPLOYING 
      07/30/2015 18:33:35	Rebuild Workset Properties(12/60) switched to RUNNING 
      07/30/2015 18:33:36	Rebuild Workset Properties(45/60) switched to RUNNING 
      07/30/2015 18:33:36	Rebuild Workset Properties(5/60) switched to SCHEDULED 
      07/30/2015 18:33:36	Rebuild Workset Properties(5/60) switched to DEPLOYING 
      07/30/2015 18:33:36	Rebuild Workset Properties(5/60) switched to RUNNING 
      07/30/2015 18:33:37	Rebuild Workset Properties(50/60) switched to SCHEDULED 
      07/30/2015 18:33:37	Rebuild Workset Properties(50/60) switched to DEPLOYING 
      07/30/2015 18:33:37	Rebuild Workset Properties(50/60) switched to RUNNING 
      07/30/2015 18:33:48	Join (Apply)(31/60) switched to FAILED 
      java.lang.NullPointerException
      	at org.apache.flink.graph.gsa.GatherSumApplyIteration$ApplyUdf.join(GatherSumApplyIteration.java:364)
      	at org.apache.flink.graph.gsa.GatherSumApplyIteration$ApplyUdf.join(GatherSumApplyIteration.java:348)
      	at org.apache.flink.runtime.operators.JoinWithSolutionSetSecondDriver.run(JoinWithSolutionSetSecondDriver.java:198)
      	at org.apache.flink.runtime.operators.RegularPactTask.run(RegularPactTask.java:496)
      	at org.apache.flink.runtime.iterative.task.AbstractIterativePactTask.run(AbstractIterativePactTask.java:139)
      	at org.apache.flink.runtime.iterative.task.IterationIntermediatePactTask.run(IterationIntermediatePactTask.java:92)
      	at org.apache.flink.runtime.operators.RegularPactTask.invoke(RegularPactTask.java:362)
      	at org.apache.flink.runtime.taskmanager.Task.run(Task.java:559)
      	at java.lang.Thread.run(Thread.java:722)
      
      07/30/2015 18:33:48	Job execution switched to status FAILING.
      07/30/2015 18:33:48	Rebuild Workset Properties(31/60) switched to FAILED 
      java.lang.RuntimeException: Error obtaining the sorted input: Thread 'SortMerger Reading Thread' terminated due to an exception: java.lang.NullPointerException
      	at org.apache.flink.runtime.operators.sort.UnilateralSortMerger.getIterator(UnilateralSortMerger.java:607)
      	at org.apache.flink.runtime.operators.RegularPactTask.getInput(RegularPactTask.java:1145)
      	at org.apache.flink.runtime.operators.NoOpDriver.run(NoOpDriver.java:79)
      	at org.apache.flink.runtime.operators.RegularPactTask.run(RegularPactTask.java:496)
      	at org.apache.flink.runtime.iterative.task.AbstractIterativePactTask.run(AbstractIterativePactTask.java:139)
      	at org.apache.flink.runtime.iterative.task.IterationTailPactTask.run(IterationTailPactTask.java:107)
      	at org.apache.flink.runtime.operators.RegularPactTask.invoke(RegularPactTask.java:362)
      	at org.apache.flink.runtime.taskmanager.Task.run(Task.java:559)
      	at java.lang.Thread.run(Thread.java:722)
      Caused by: java.io.IOException: Thread 'SortMerger Reading Thread' terminated due to an exception: java.lang.NullPointerException
      	at org.apache.flink.runtime.operators.sort.UnilateralSortMerger$ThreadBase.run(UnilateralSortMerger.java:784)
      Caused by: org.apache.flink.runtime.io.network.partition.ProducerFailedException: java.lang.NullPointerException
      	at org.apache.flink.runtime.io.network.partition.consumer.LocalInputChannel.getNextLookAhead(LocalInputChannel.java:270)
      	at org.apache.flink.runtime.io.network.partition.consumer.LocalInputChannel.onNotification(LocalInputChannel.java:238)
      	at org.apache.flink.runtime.io.network.partition.PipelinedSubpartition.release(PipelinedSubpartition.java:158)
      	at org.apache.flink.runtime.io.network.partition.ResultPartition.release(ResultPartition.java:300)
      	at org.apache.flink.runtime.io.network.partition.ResultPartitionManager.releasePartitionsProducedBy(ResultPartitionManager.java:95)
      	at org.apache.flink.runtime.io.network.NetworkEnvironment.unregisterTask(NetworkEnvironment.java:345)
      	at org.apache.flink.runtime.taskmanager.Task.run(Task.java:650)
      	at java.lang.Thread.run(Thread.java:722)
      Caused by: java.lang.NullPointerException
      	at org.apache.flink.graph.gsa.GatherSumApplyIteration$ApplyUdf.join(GatherSumApplyIteration.java:364)
      	at org.apache.flink.graph.gsa.GatherSumApplyIteration$ApplyUdf.join(GatherSumApplyIteration.java:348)
      	at org.apache.flink.runtime.operators.JoinWithSolutionSetSecondDriver.run(JoinWithSolutionSetSecondDriver.java:198)
      	at org.apache.flink.runtime.operators.RegularPactTask.run(RegularPactTask.java:496)
      	at org.apache.flink.runtime.iterative.task.AbstractIterativePactTask.run(AbstractIterativePactTask.java:139)
      	at org.apache.flink.runtime.iterative.task.IterationIntermediatePactTask.run(IterationIntermediatePactTask.java:92)
      	at org.apache.flink.runtime.operators.RegularPactTask.invoke(RegularPactTask.java:362)
      	at org.apache.flink.runtime.taskmanager.Task.run(Task.java:559)
      	... 1 more
      
      07/30/2015 18:33:48	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(1/60) switched to CANCELING 
      07/30/2015 18:33:48	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(2/60) switched to CANCELING 
      07/30/2015 18:33:48	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(3/60) switched to CANCELING 
      07/30/2015 18:33:48	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(4/60) switched to CANCELING 
      07/30/2015 18:33:48	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(5/60) switched to CANCELING 
      07/30/2015 18:33:48	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(6/60) switched to CANCELING 
      07/30/2015 18:33:48	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(7/60) switched to CANCELING 
      07/30/2015 18:33:48	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(8/60) switched to CANCELING 
      07/30/2015 18:33:48	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(9/60) switched to CANCELING 
      07/30/2015 18:33:48	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(10/60) switched to CANCELING 
      07/30/2015 18:33:48	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(11/60) switched to CANCELING 
      07/30/2015 18:33:48	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(12/60) switched to CANCELING 
      07/30/2015 18:33:48	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(13/60) switched to CANCELING 
      07/30/2015 18:33:48	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(14/60) switched to CANCELING 
      07/30/2015 18:33:48	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(15/60) switched to CANCELING 
      07/30/2015 18:33:48	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(16/60) switched to CANCELING 
      07/30/2015 18:33:48	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(17/60) switched to CANCELING 
      07/30/2015 18:33:48	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(18/60) switched to CANCELING 
      07/30/2015 18:33:48	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(19/60) switched to CANCELING 
      07/30/2015 18:33:48	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(20/60) switched to CANCELING 
      07/30/2015 18:33:48	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(21/60) switched to CANCELING 
      07/30/2015 18:33:48	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(22/60) switched to CANCELING 
      07/30/2015 18:33:48	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(23/60) switched to CANCELING 
      07/30/2015 18:33:48	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(24/60) switched to CANCELING 
      07/30/2015 18:33:48	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(25/60) switched to CANCELING 
      07/30/2015 18:33:48	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(26/60) switched to CANCELING 
      07/30/2015 18:33:48	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(27/60) switched to CANCELING 
      07/30/2015 18:33:48	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(28/60) switched to CANCELING 
      07/30/2015 18:33:48	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(29/60) switched to CANCELING 
      07/30/2015 18:33:48	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(30/60) switched to CANCELING 
      07/30/2015 18:33:48	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(31/60) switched to CANCELING 
      07/30/2015 18:33:48	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(32/60) switched to CANCELING 
      07/30/2015 18:33:48	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(33/60) switched to CANCELING 
      07/30/2015 18:33:48	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(34/60) switched to CANCELING 
      07/30/2015 18:33:48	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(35/60) switched to CANCELING 
      07/30/2015 18:33:48	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(36/60) switched to CANCELING 
      07/30/2015 18:33:48	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(37/60) switched to CANCELING 
      07/30/2015 18:33:48	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(38/60) switched to CANCELING 
      07/30/2015 18:33:48	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(39/60) switched to CANCELING 
      07/30/2015 18:33:48	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(40/60) switched to CANCELING 
      07/30/2015 18:33:48	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(41/60) switched to CANCELING 
      07/30/2015 18:33:48	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(42/60) switched to CANCELING 
      07/30/2015 18:33:48	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(43/60) switched to CANCELING 
      07/30/2015 18:33:48	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(44/60) switched to CANCELING 
      07/30/2015 18:33:48	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(45/60) switched to CANCELING 
      07/30/2015 18:33:48	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(46/60) switched to CANCELING 
      07/30/2015 18:33:48	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(47/60) switched to CANCELING 
      07/30/2015 18:33:48	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(48/60) switched to CANCELING 
      07/30/2015 18:33:48	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(49/60) switched to CANCELING 
      07/30/2015 18:33:48	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(50/60) switched to CANCELING 
      07/30/2015 18:33:48	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(51/60) switched to CANCELING 
      07/30/2015 18:33:48	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(52/60) switched to CANCELING 
      07/30/2015 18:33:48	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(53/60) switched to CANCELING 
      07/30/2015 18:33:48	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(54/60) switched to CANCELING 
      07/30/2015 18:33:48	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(55/60) switched to CANCELING 
      07/30/2015 18:33:48	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(56/60) switched to CANCELING 
      07/30/2015 18:33:48	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(57/60) switched to CANCELING 
      07/30/2015 18:33:48	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(58/60) switched to CANCELING 
      07/30/2015 18:33:48	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(59/60) switched to CANCELING 
      07/30/2015 18:33:48	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(60/60) switched to CANCELING 
      07/30/2015 18:33:48	Join(Join at createResult(GatherSumApplyIteration.java:174))(1/60) switched to CANCELING 
      07/30/2015 18:33:48	Join(Join at createResult(GatherSumApplyIteration.java:174))(2/60) switched to CANCELING 
      07/30/2015 18:33:48	Join(Join at createResult(GatherSumApplyIteration.java:174))(3/60) switched to CANCELING 
      07/30/2015 18:33:48	Join(Join at createResult(GatherSumApplyIteration.java:174))(4/60) switched to CANCELING 
      07/30/2015 18:33:48	Join(Join at createResult(GatherSumApplyIteration.java:174))(5/60) switched to CANCELING 
      07/30/2015 18:33:48	Join(Join at createResult(GatherSumApplyIteration.java:174))(6/60) switched to CANCELING 
      07/30/2015 18:33:48	Join(Join at createResult(GatherSumApplyIteration.java:174))(7/60) switched to CANCELING 
      07/30/2015 18:33:48	Join(Join at createResult(GatherSumApplyIteration.java:174))(8/60) switched to CANCELING 
      07/30/2015 18:33:48	Join(Join at createResult(GatherSumApplyIteration.java:174))(9/60) switched to CANCELING 
      07/30/2015 18:33:48	Join(Join at createResult(GatherSumApplyIteration.java:174))(10/60) switched to CANCELING 
      07/30/2015 18:33:48	Join(Join at createResult(GatherSumApplyIteration.java:174))(11/60) switched to CANCELING 
      07/30/2015 18:33:48	Join(Join at createResult(GatherSumApplyIteration.java:174))(12/60) switched to CANCELING 
      07/30/2015 18:33:48	Join(Join at createResult(GatherSumApplyIteration.java:174))(13/60) switched to CANCELING 
      07/30/2015 18:33:48	Join(Join at createResult(GatherSumApplyIteration.java:174))(14/60) switched to CANCELING 
      07/30/2015 18:33:48	Join(Join at createResult(GatherSumApplyIteration.java:174))(15/60) switched to CANCELING 
      07/30/2015 18:33:48	Join(Join at createResult(GatherSumApplyIteration.java:174))(16/60) switched to CANCELING 
      07/30/2015 18:33:48	Join(Join at createResult(GatherSumApplyIteration.java:174))(17/60) switched to CANCELING 
      07/30/2015 18:33:48	Join(Join at createResult(GatherSumApplyIteration.java:174))(18/60) switched to CANCELING 
      07/30/2015 18:33:48	Join(Join at createResult(GatherSumApplyIteration.java:174))(19/60) switched to CANCELING 
      07/30/2015 18:33:48	Join(Join at createResult(GatherSumApplyIteration.java:174))(20/60) switched to CANCELING 
      07/30/2015 18:33:48	Join(Join at createResult(GatherSumApplyIteration.java:174))(21/60) switched to CANCELING 
      07/30/2015 18:33:48	Join(Join at createResult(GatherSumApplyIteration.java:174))(22/60) switched to CANCELING 
      07/30/2015 18:33:48	Join(Join at createResult(GatherSumApplyIteration.java:174))(23/60) switched to CANCELING 
      07/30/2015 18:33:48	Join(Join at createResult(GatherSumApplyIteration.java:174))(24/60) switched to CANCELING 
      07/30/2015 18:33:48	Join(Join at createResult(GatherSumApplyIteration.java:174))(25/60) switched to CANCELING 
      07/30/2015 18:33:48	Join(Join at createResult(GatherSumApplyIteration.java:174))(26/60) switched to CANCELING 
      07/30/2015 18:33:48	Join(Join at createResult(GatherSumApplyIteration.java:174))(27/60) switched to CANCELING 
      07/30/2015 18:33:48	Join(Join at createResult(GatherSumApplyIteration.java:174))(28/60) switched to CANCELING 
      07/30/2015 18:33:48	Join(Join at createResult(GatherSumApplyIteration.java:174))(29/60) switched to CANCELING 
      07/30/2015 18:33:48	Join(Join at createResult(GatherSumApplyIteration.java:174))(30/60) switched to CANCELING 
      07/30/2015 18:33:48	Join(Join at createResult(GatherSumApplyIteration.java:174))(31/60) switched to CANCELING 
      07/30/2015 18:33:48	Join(Join at createResult(GatherSumApplyIteration.java:174))(32/60) switched to CANCELING 
      07/30/2015 18:33:48	Join(Join at createResult(GatherSumApplyIteration.java:174))(33/60) switched to CANCELING 
      07/30/2015 18:33:48	Join(Join at createResult(GatherSumApplyIteration.java:174))(34/60) switched to CANCELING 
      07/30/2015 18:33:48	Join(Join at createResult(GatherSumApplyIteration.java:174))(35/60) switched to CANCELING 
      07/30/2015 18:33:48	Join(Join at createResult(GatherSumApplyIteration.java:174))(36/60) switched to CANCELING 
      07/30/2015 18:33:48	Join(Join at createResult(GatherSumApplyIteration.java:174))(37/60) switched to CANCELING 
      07/30/2015 18:33:48	Join(Join at createResult(GatherSumApplyIteration.java:174))(38/60) switched to CANCELING 
      07/30/2015 18:33:48	Join(Join at createResult(GatherSumApplyIteration.java:174))(39/60) switched to CANCELING 
      07/30/2015 18:33:48	Join(Join at createResult(GatherSumApplyIteration.java:174))(40/60) switched to CANCELING 
      07/30/2015 18:33:48	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(7/60) switched to CANCELED 
      07/30/2015 18:33:48	Join(Join at createResult(GatherSumApplyIteration.java:174))(41/60) switched to CANCELING 
      07/30/2015 18:33:48	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(8/60) switched to CANCELED 
      07/30/2015 18:33:48	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(10/60) switched to CANCELED 
      07/30/2015 18:33:48	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(14/60) switched to CANCELED 
      07/30/2015 18:33:48	Join(Join at createResult(GatherSumApplyIteration.java:174))(42/60) switched to CANCELING 
      07/30/2015 18:33:48	Join(Join at createResult(GatherSumApplyIteration.java:174))(43/60) switched to CANCELING 
      07/30/2015 18:33:48	Join(Join at createResult(GatherSumApplyIteration.java:174))(44/60) switched to CANCELING 
      07/30/2015 18:33:48	Join (Apply)(10/60) switched to FAILED 
      java.lang.NullPointerException
      	at org.apache.flink.graph.gsa.GatherSumApplyIteration$ApplyUdf.join(GatherSumApplyIteration.java:364)
      	at org.apache.flink.graph.gsa.GatherSumApplyIteration$ApplyUdf.join(GatherSumApplyIteration.java:348)
      	at org.apache.flink.runtime.operators.JoinWithSolutionSetSecondDriver.run(JoinWithSolutionSetSecondDriver.java:198)
      	at org.apache.flink.runtime.operators.RegularPactTask.run(RegularPactTask.java:496)
      	at org.apache.flink.runtime.iterative.task.AbstractIterativePactTask.run(AbstractIterativePactTask.java:139)
      	at org.apache.flink.runtime.iterative.task.IterationIntermediatePactTask.run(IterationIntermediatePactTask.java:92)
      	at org.apache.flink.runtime.operators.RegularPactTask.invoke(RegularPactTask.java:362)
      	at org.apache.flink.runtime.taskmanager.Task.run(Task.java:559)
      	at java.lang.Thread.run(Thread.java:722)
      
      07/30/2015 18:33:48	Join(Join at createResult(GatherSumApplyIteration.java:174))(45/60) switched to CANCELING 
      07/30/2015 18:33:48	Join(Join at createResult(GatherSumApplyIteration.java:174))(46/60) switched to CANCELING 
      07/30/2015 18:33:48	Join(Join at createResult(GatherSumApplyIteration.java:174))(47/60) switched to CANCELING 
      07/30/2015 18:33:48	Join(Join at createResult(GatherSumApplyIteration.java:174))(48/60) switched to CANCELING 
      07/30/2015 18:33:48	Join(Join at createResult(GatherSumApplyIteration.java:174))(49/60) switched to CANCELING 
      07/30/2015 18:33:48	Join(Join at createResult(GatherSumApplyIteration.java:174))(50/60) switched to CANCELING 
      07/30/2015 18:33:48	Join(Join at createResult(GatherSumApplyIteration.java:174))(51/60) switched to CANCELING 
      07/30/2015 18:33:48	Join(Join at createResult(GatherSumApplyIteration.java:174))(52/60) switched to CANCELING 
      07/30/2015 18:33:48	Rebuild Workset Properties(10/60) switched to FAILED 
      java.lang.RuntimeException: Error obtaining the sorted input: Thread 'SortMerger Reading Thread' terminated due to an exception: java.lang.NullPointerException
      	at org.apache.flink.runtime.operators.sort.UnilateralSortMerger.getIterator(UnilateralSortMerger.java:607)
      	at org.apache.flink.runtime.operators.RegularPactTask.getInput(RegularPactTask.java:1145)
      	at org.apache.flink.runtime.operators.NoOpDriver.run(NoOpDriver.java:79)
      	at org.apache.flink.runtime.operators.RegularPactTask.run(RegularPactTask.java:496)
      	at org.apache.flink.runtime.iterative.task.AbstractIterativePactTask.run(AbstractIterativePactTask.java:139)
      	at org.apache.flink.runtime.iterative.task.IterationTailPactTask.run(IterationTailPactTask.java:107)
      	at org.apache.flink.runtime.operators.RegularPactTask.invoke(RegularPactTask.java:362)
      	at org.apache.flink.runtime.taskmanager.Task.run(Task.java:559)
      	at java.lang.Thread.run(Thread.java:722)
      Caused by: java.io.IOException: Thread 'SortMerger Reading Thread' terminated due to an exception: java.lang.NullPointerException
      	at org.apache.flink.runtime.operators.sort.UnilateralSortMerger$ThreadBase.run(UnilateralSortMerger.java:784)
      Caused by: org.apache.flink.runtime.io.network.partition.ProducerFailedException: java.lang.NullPointerException
      	at org.apache.flink.runtime.io.network.partition.consumer.LocalInputChannel.getNextLookAhead(LocalInputChannel.java:270)
      	at org.apache.flink.runtime.io.network.partition.consumer.LocalInputChannel.onNotification(LocalInputChannel.java:238)
      	at org.apache.flink.runtime.io.network.partition.PipelinedSubpartition.release(PipelinedSubpartition.java:158)
      	at org.apache.flink.runtime.io.network.partition.ResultPartition.release(ResultPartition.java:300)
      	at org.apache.flink.runtime.io.network.partition.ResultPartitionManager.releasePartitionsProducedBy(ResultPartitionManager.java:95)
      	at org.apache.flink.runtime.io.network.NetworkEnvironment.unregisterTask(NetworkEnvironment.java:345)
      	at org.apache.flink.runtime.taskmanager.Task.run(Task.java:650)
      	at java.lang.Thread.run(Thread.java:722)
      Caused by: java.lang.NullPointerException
      	at org.apache.flink.graph.gsa.GatherSumApplyIteration$ApplyUdf.join(GatherSumApplyIteration.java:364)
      	at org.apache.flink.graph.gsa.GatherSumApplyIteration$ApplyUdf.join(GatherSumApplyIteration.java:348)
      	at org.apache.flink.runtime.operators.JoinWithSolutionSetSecondDriver.run(JoinWithSolutionSetSecondDriver.java:198)
      	at org.apache.flink.runtime.operators.RegularPactTask.run(RegularPactTask.java:496)
      	at org.apache.flink.runtime.iterative.task.AbstractIterativePactTask.run(AbstractIterativePactTask.java:139)
      	at org.apache.flink.runtime.iterative.task.IterationIntermediatePactTask.run(IterationIntermediatePactTask.java:92)
      	at org.apache.flink.runtime.operators.RegularPactTask.invoke(RegularPactTask.java:362)
      	at org.apache.flink.runtime.taskmanager.Task.run(Task.java:559)
      	... 1 more
      
      07/30/2015 18:33:48	Join(Join at createResult(GatherSumApplyIteration.java:174))(53/60) switched to CANCELING 
      07/30/2015 18:33:48	Join(Join at createResult(GatherSumApplyIteration.java:174))(54/60) switched to CANCELING 
      07/30/2015 18:33:48	Join(Join at createResult(GatherSumApplyIteration.java:174))(55/60) switched to CANCELING 
      07/30/2015 18:33:48	Join(Join at createResult(GatherSumApplyIteration.java:174))(56/60) switched to CANCELING 
      07/30/2015 18:33:48	Join(Join at createResult(GatherSumApplyIteration.java:174))(57/60) switched to CANCELING 
      07/30/2015 18:33:48	Join(Join at createResult(GatherSumApplyIteration.java:174))(58/60) switched to CANCELING 
      07/30/2015 18:33:48	Join(Join at createResult(GatherSumApplyIteration.java:174))(59/60) switched to CANCELING 
      07/30/2015 18:33:48	Join(Join at createResult(GatherSumApplyIteration.java:174))(60/60) switched to CANCELING 
      07/30/2015 18:33:48	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(33/60) switched to CANCELED 
      07/30/2015 18:33:48	Map (Gather)(1/60) switched to CANCELING 
      07/30/2015 18:33:48	Map (Gather)(2/60) switched to CANCELING 
      07/30/2015 18:33:48	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(31/60) switched to CANCELED 
      07/30/2015 18:33:48	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(32/60) switched to CANCELED 
      07/30/2015 18:33:48	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(34/60) switched to CANCELED 
      07/30/2015 18:33:48	Map (Gather)(3/60) switched to CANCELING 
      07/30/2015 18:33:48	Map (Gather)(4/60) switched to CANCELING 
      07/30/2015 18:33:48	Map (Gather)(5/60) switched to CANCELING 
      07/30/2015 18:33:48	Map (Gather)(6/60) switched to CANCELING 
      07/30/2015 18:33:48	Map (Gather)(7/60) switched to CANCELING 
      07/30/2015 18:33:48	Map (Gather)(8/60) switched to CANCELING 
      07/30/2015 18:33:48	Map (Gather)(9/60) switched to CANCELING 
      07/30/2015 18:33:48	Map (Gather)(10/60) switched to CANCELING 
      07/30/2015 18:33:48	Map (Gather)(11/60) switched to CANCELING 
      07/30/2015 18:33:48	Map (Gather)(12/60) switched to CANCELING 
      07/30/2015 18:33:48	Map (Gather)(13/60) switched to CANCELING 
      07/30/2015 18:33:48	Map (Gather)(14/60) switched to CANCELING 
      07/30/2015 18:33:48	Map (Gather)(15/60) switched to CANCELING 
      07/30/2015 18:33:48	Map (Gather)(16/60) switched to CANCELING 
      07/30/2015 18:33:48	Map (Gather)(17/60) switched to CANCELING 
      07/30/2015 18:33:48	Map (Gather)(18/60) switched to CANCELING 
      07/30/2015 18:33:48	Map (Gather)(19/60) switched to CANCELING 
      07/30/2015 18:33:48	Map (Gather)(20/60) switched to CANCELING 
      07/30/2015 18:33:48	Map (Gather)(21/60) switched to CANCELING 
      07/30/2015 18:33:48	Map (Gather)(22/60) switched to CANCELING 
      07/30/2015 18:33:48	Map (Gather)(23/60) switched to CANCELING 
      07/30/2015 18:33:48	Map (Gather)(24/60) switched to CANCELING 
      07/30/2015 18:33:48	Map (Gather)(25/60) switched to CANCELING 
      07/30/2015 18:33:48	Map (Gather)(26/60) switched to CANCELING 
      07/30/2015 18:33:48	Map (Gather)(27/60) switched to CANCELING 
      07/30/2015 18:33:48	Map (Gather)(28/60) switched to CANCELING 
      07/30/2015 18:33:48	Map (Gather)(29/60) switched to CANCELING 
      07/30/2015 18:33:48	Map (Gather)(30/60) switched to CANCELING 
      07/30/2015 18:33:48	Map (Gather)(31/60) switched to CANCELING 
      07/30/2015 18:33:48	Map (Gather)(32/60) switched to CANCELING 
      07/30/2015 18:33:48	Map (Gather)(33/60) switched to CANCELING 
      07/30/2015 18:33:48	Map (Gather)(34/60) switched to CANCELING 
      07/30/2015 18:33:48	Map (Gather)(35/60) switched to CANCELING 
      07/30/2015 18:33:48	Map (Gather)(36/60) switched to CANCELING 
      07/30/2015 18:33:48	Map (Gather)(37/60) switched to CANCELING 
      07/30/2015 18:33:48	Map (Gather)(38/60) switched to CANCELING 
      07/30/2015 18:33:48	Map (Gather)(39/60) switched to CANCELING 
      07/30/2015 18:33:48	Map (Gather)(40/60) switched to CANCELING 
      07/30/2015 18:33:48	Map (Gather)(41/60) switched to CANCELING 
      07/30/2015 18:33:48	Map (Gather)(42/60) switched to CANCELING 
      07/30/2015 18:33:48	Map (Gather)(43/60) switched to CANCELING 
      07/30/2015 18:33:48	Map (Gather)(44/60) switched to CANCELING 
      07/30/2015 18:33:48	Map (Gather)(45/60) switched to CANCELING 
      07/30/2015 18:33:48	Map (Gather)(46/60) switched to CANCELING 
      07/30/2015 18:33:48	Map (Gather)(47/60) switched to CANCELING 
      07/30/2015 18:33:48	Map (Gather)(48/60) switched to CANCELING 
      07/30/2015 18:33:48	Map (Gather)(49/60) switched to CANCELING 
      07/30/2015 18:33:48	Map (Gather)(50/60) switched to CANCELING 
      07/30/2015 18:33:48	Map (Gather)(51/60) switched to CANCELING 
      07/30/2015 18:33:48	Map (Gather)(52/60) switched to CANCELING 
      07/30/2015 18:33:48	Map (Gather)(53/60) switched to CANCELING 
      07/30/2015 18:33:48	Map (Gather)(54/60) switched to CANCELING 
      07/30/2015 18:33:48	Map (Gather)(55/60) switched to CANCELING 
      07/30/2015 18:33:48	Map (Gather)(56/60) switched to CANCELING 
      07/30/2015 18:33:48	Map (Gather)(57/60) switched to CANCELING 
      07/30/2015 18:33:48	Map (Gather)(58/60) switched to CANCELING 
      07/30/2015 18:33:48	Map (Gather)(59/60) switched to CANCELING 
      07/30/2015 18:33:48	Map (Gather)(60/60) switched to CANCELING 
      07/30/2015 18:33:48	Reduce (Sum)(1/60) switched to CANCELING 
      07/30/2015 18:33:48	Reduce (Sum)(2/60) switched to CANCELING 
      07/30/2015 18:33:48	Reduce (Sum)(3/60) switched to CANCELING 
      07/30/2015 18:33:48	Reduce (Sum)(4/60) switched to CANCELING 
      07/30/2015 18:33:48	Reduce (Sum)(5/60) switched to CANCELING 
      07/30/2015 18:33:48	Reduce (Sum)(6/60) switched to CANCELING 
      07/30/2015 18:33:48	Reduce (Sum)(7/60) switched to CANCELING 
      07/30/2015 18:33:48	Reduce (Sum)(8/60) switched to CANCELING 
      07/30/2015 18:33:48	Reduce (Sum)(9/60) switched to CANCELING 
      07/30/2015 18:33:48	Reduce (Sum)(10/60) switched to CANCELING 
      07/30/2015 18:33:48	Reduce (Sum)(11/60) switched to CANCELING 
      07/30/2015 18:33:48	Reduce (Sum)(12/60) switched to CANCELING 
      07/30/2015 18:33:48	Reduce (Sum)(13/60) switched to CANCELING 
      07/30/2015 18:33:48	Reduce (Sum)(14/60) switched to CANCELING 
      07/30/2015 18:33:48	Reduce (Sum)(15/60) switched to CANCELING 
      07/30/2015 18:33:48	Reduce (Sum)(16/60) switched to CANCELING 
      07/30/2015 18:33:48	Reduce (Sum)(17/60) switched to CANCELING 
      07/30/2015 18:33:48	Reduce (Sum)(18/60) switched to CANCELING 
      07/30/2015 18:33:48	Reduce (Sum)(19/60) switched to CANCELING 
      07/30/2015 18:33:48	Reduce (Sum)(20/60) switched to CANCELING 
      07/30/2015 18:33:48	Reduce (Sum)(21/60) switched to CANCELING 
      07/30/2015 18:33:48	Reduce (Sum)(22/60) switched to CANCELING 
      07/30/2015 18:33:48	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(21/60) switched to CANCELED 
      07/30/2015 18:33:48	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(22/60) switched to CANCELED 
      07/30/2015 18:33:48	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(60/60) switched to CANCELED 
      07/30/2015 18:33:48	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(48/60) switched to CANCELED 
      07/30/2015 18:33:48	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(40/60) switched to CANCELED 
      07/30/2015 18:33:48	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(42/60) switched to CANCELED 
      07/30/2015 18:33:48	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(1/60) switched to CANCELED 
      07/30/2015 18:33:48	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(46/60) switched to CANCELED 
      07/30/2015 18:33:48	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(52/60) switched to CANCELED 
      07/30/2015 18:33:48	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(26/60) switched to CANCELED 
      07/30/2015 18:33:48	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(25/60) switched to CANCELED 
      07/30/2015 18:33:48	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(11/60) switched to CANCELED 
      07/30/2015 18:33:48	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(36/60) switched to CANCELED 
      07/30/2015 18:33:48	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(18/60) switched to CANCELED 
      07/30/2015 18:33:48	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(17/60) switched to CANCELED 
      07/30/2015 18:33:48	Join (Apply)(11/60) switched to FAILED 
      java.lang.NullPointerException
      	at org.apache.flink.graph.gsa.GatherSumApplyIteration$ApplyUdf.join(GatherSumApplyIteration.java:364)
      	at org.apache.flink.graph.gsa.GatherSumApplyIteration$ApplyUdf.join(GatherSumApplyIteration.java:348)
      	at org.apache.flink.runtime.operators.JoinWithSolutionSetSecondDriver.run(JoinWithSolutionSetSecondDriver.java:198)
      	at org.apache.flink.runtime.operators.RegularPactTask.run(RegularPactTask.java:496)
      	at org.apache.flink.runtime.iterative.task.AbstractIterativePactTask.run(AbstractIterativePactTask.java:139)
      	at org.apache.flink.runtime.iterative.task.IterationIntermediatePactTask.run(IterationIntermediatePactTask.java:92)
      	at org.apache.flink.runtime.operators.RegularPactTask.invoke(RegularPactTask.java:362)
      	at org.apache.flink.runtime.taskmanager.Task.run(Task.java:559)
      	at java.lang.Thread.run(Thread.java:722)
      
      07/30/2015 18:33:48	Rebuild Workset Properties(12/60) switched to FAILED 
      java.lang.RuntimeException: Error obtaining the sorted input: Thread 'SortMerger Reading Thread' terminated due to an exception: java.lang.NullPointerException
      	at org.apache.flink.runtime.operators.sort.UnilateralSortMerger.getIterator(UnilateralSortMerger.java:607)
      	at org.apache.flink.runtime.operators.RegularPactTask.getInput(RegularPactTask.java:1145)
      	at org.apache.flink.runtime.operators.NoOpDriver.run(NoOpDriver.java:79)
      	at org.apache.flink.runtime.operators.RegularPactTask.run(RegularPactTask.java:496)
      	at org.apache.flink.runtime.iterative.task.AbstractIterativePactTask.run(AbstractIterativePactTask.java:139)
      	at org.apache.flink.runtime.iterative.task.IterationTailPactTask.run(IterationTailPactTask.java:107)
      	at org.apache.flink.runtime.operators.RegularPactTask.invoke(RegularPactTask.java:362)
      	at org.apache.flink.runtime.taskmanager.Task.run(Task.java:559)
      	at java.lang.Thread.run(Thread.java:722)
      Caused by: java.io.IOException: Thread 'SortMerger Reading Thread' terminated due to an exception: java.lang.NullPointerException
      	at org.apache.flink.runtime.operators.sort.UnilateralSortMerger$ThreadBase.run(UnilateralSortMerger.java:784)
      Caused by: org.apache.flink.runtime.io.network.partition.ProducerFailedException: java.lang.NullPointerException
      	at org.apache.flink.runtime.io.network.partition.consumer.LocalInputChannel.getNextLookAhead(LocalInputChannel.java:270)
      	at org.apache.flink.runtime.io.network.partition.consumer.LocalInputChannel.onNotification(LocalInputChannel.java:238)
      	at org.apache.flink.runtime.io.network.partition.PipelinedSubpartition.release(PipelinedSubpartition.java:158)
      	at org.apache.flink.runtime.io.network.partition.ResultPartition.release(ResultPartition.java:300)
      	at org.apache.flink.runtime.io.network.partition.ResultPartitionManager.releasePartitionsProducedBy(ResultPartitionManager.java:95)
      	at org.apache.flink.runtime.io.network.NetworkEnvironment.unregisterTask(NetworkEnvironment.java:345)
      	at org.apache.flink.runtime.taskmanager.Task.run(Task.java:650)
      	at java.lang.Thread.run(Thread.java:722)
      Caused by: java.lang.NullPointerException
      	at org.apache.flink.graph.gsa.GatherSumApplyIteration$ApplyUdf.join(GatherSumApplyIteration.java:364)
      	at org.apache.flink.graph.gsa.GatherSumApplyIteration$ApplyUdf.join(GatherSumApplyIteration.java:348)
      	at org.apache.flink.runtime.operators.JoinWithSolutionSetSecondDriver.run(JoinWithSolutionSetSecondDriver.java:198)
      	at org.apache.flink.runtime.operators.RegularPactTask.run(RegularPactTask.java:496)
      	at org.apache.flink.runtime.iterative.task.AbstractIterativePactTask.run(AbstractIterativePactTask.java:139)
      	at org.apache.flink.runtime.iterative.task.IterationIntermediatePactTask.run(IterationIntermediatePactTask.java:92)
      	at org.apache.flink.runtime.operators.RegularPactTask.invoke(RegularPactTask.java:362)
      	at org.apache.flink.runtime.taskmanager.Task.run(Task.java:559)
      	... 1 more
      
      07/30/2015 18:33:48	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(13/60) switched to CANCELED 
      07/30/2015 18:33:48	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(49/60) switched to CANCELED 
      07/30/2015 18:33:48	Map (Gather)(21/60) switched to CANCELED 
      07/30/2015 18:33:48	Map (Gather)(22/60) switched to CANCELED 
      07/30/2015 18:33:48	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(12/60) switched to CANCELED 
      07/30/2015 18:33:48	Join (Apply)(36/60) switched to FAILED 
      java.lang.NullPointerException
      	at org.apache.flink.graph.gsa.GatherSumApplyIteration$ApplyUdf.join(GatherSumApplyIteration.java:364)
      	at org.apache.flink.graph.gsa.GatherSumApplyIteration$ApplyUdf.join(GatherSumApplyIteration.java:348)
      	at org.apache.flink.runtime.operators.JoinWithSolutionSetSecondDriver.run(JoinWithSolutionSetSecondDriver.java:198)
      	at org.apache.flink.runtime.operators.RegularPactTask.run(RegularPactTask.java:496)
      	at org.apache.flink.runtime.iterative.task.AbstractIterativePactTask.run(AbstractIterativePactTask.java:139)
      	at org.apache.flink.runtime.iterative.task.IterationIntermediatePactTask.run(IterationIntermediatePactTask.java:92)
      	at org.apache.flink.runtime.operators.RegularPactTask.invoke(RegularPactTask.java:362)
      	at org.apache.flink.runtime.taskmanager.Task.run(Task.java:559)
      	at java.lang.Thread.run(Thread.java:722)
      
      07/30/2015 18:33:48	Map (Gather)(14/60) switched to CANCELED 
      07/30/2015 18:33:48	Join (Apply)(12/60) switched to FAILED 
      java.lang.NullPointerException
      	at org.apache.flink.graph.gsa.GatherSumApplyIteration$ApplyUdf.join(GatherSumApplyIteration.java:364)
      	at org.apache.flink.graph.gsa.GatherSumApplyIteration$ApplyUdf.join(GatherSumApplyIteration.java:348)
      	at org.apache.flink.runtime.operators.JoinWithSolutionSetSecondDriver.run(JoinWithSolutionSetSecondDriver.java:198)
      	at org.apache.flink.runtime.operators.RegularPactTask.run(RegularPactTask.java:496)
      	at org.apache.flink.runtime.iterative.task.AbstractIterativePactTask.run(AbstractIterativePactTask.java:139)
      	at org.apache.flink.runtime.iterative.task.IterationIntermediatePactTask.run(IterationIntermediatePactTask.java:92)
      	at org.apache.flink.runtime.operators.RegularPactTask.invoke(RegularPactTask.java:362)
      	at org.apache.flink.runtime.taskmanager.Task.run(Task.java:559)
      	at java.lang.Thread.run(Thread.java:722)
      
      07/30/2015 18:33:48	Map (Gather)(10/60) switched to CANCELED 
      07/30/2015 18:33:48	Map (Gather)(45/60) switched to CANCELED 
      07/30/2015 18:33:48	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(45/60) switched to CANCELED 
      07/30/2015 18:33:48	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(28/60) switched to CANCELED 
      07/30/2015 18:33:48	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(24/60) switched to CANCELED 
      07/30/2015 18:33:48	Rebuild Workset Properties(11/60) switched to FAILED 
      java.lang.RuntimeException: Error obtaining the sorted input: Thread 'SortMerger Reading Thread' terminated due to an exception: java.lang.NullPointerException
      	at org.apache.flink.runtime.operators.sort.UnilateralSortMerger.getIterator(UnilateralSortMerger.java:607)
      	at org.apache.flink.runtime.operators.RegularPactTask.getInput(RegularPactTask.java:1145)
      	at org.apache.flink.runtime.operators.NoOpDriver.run(NoOpDriver.java:79)
      	at org.apache.flink.runtime.operators.RegularPactTask.run(RegularPactTask.java:496)
      	at org.apache.flink.runtime.iterative.task.AbstractIterativePactTask.run(AbstractIterativePactTask.java:139)
      	at org.apache.flink.runtime.iterative.task.IterationTailPactTask.run(IterationTailPactTask.java:107)
      	at org.apache.flink.runtime.operators.RegularPactTask.invoke(RegularPactTask.java:362)
      	at org.apache.flink.runtime.taskmanager.Task.run(Task.java:559)
      	at java.lang.Thread.run(Thread.java:722)
      Caused by: java.io.IOException: Thread 'SortMerger Reading Thread' terminated due to an exception: java.lang.NullPointerException
      	at org.apache.flink.runtime.operators.sort.UnilateralSortMerger$ThreadBase.run(UnilateralSortMerger.java:784)
      Caused by: org.apache.flink.runtime.io.network.partition.ProducerFailedException: java.lang.NullPointerException
      	at org.apache.flink.runtime.io.network.partition.consumer.LocalInputChannel.getNextLookAhead(LocalInputChannel.java:270)
      	at org.apache.flink.runtime.io.network.partition.consumer.LocalInputChannel.onNotification(LocalInputChannel.java:238)
      	at org.apache.flink.runtime.io.network.partition.PipelinedSubpartition.release(PipelinedSubpartition.java:158)
      	at org.apache.flink.runtime.io.network.partition.ResultPartition.release(ResultPartition.java:300)
      	at org.apache.flink.runtime.io.network.partition.ResultPartitionManager.releasePartitionsProducedBy(ResultPartitionManager.java:95)
      	at org.apache.flink.runtime.io.network.NetworkEnvironment.unregisterTask(NetworkEnvironment.java:345)
      	at org.apache.flink.runtime.taskmanager.Task.run(Task.java:650)
      	at java.lang.Thread.run(Thread.java:722)
      Caused by: java.lang.NullPointerException
      	at org.apache.flink.graph.gsa.GatherSumApplyIteration$ApplyUdf.join(GatherSumApplyIteration.java:364)
      	at org.apache.flink.graph.gsa.GatherSumApplyIteration$ApplyUdf.join(GatherSumApplyIteration.java:348)
      	at org.apache.flink.runtime.operators.JoinWithSolutionSetSecondDriver.run(JoinWithSolutionSetSecondDriver.java:198)
      	at org.apache.flink.runtime.operators.RegularPactTask.run(RegularPactTask.java:496)
      	at org.apache.flink.runtime.iterative.task.AbstractIterativePactTask.run(AbstractIterativePactTask.java:139)
      	at org.apache.flink.runtime.iterative.task.IterationIntermediatePactTask.run(IterationIntermediatePactTask.java:92)
      	at org.apache.flink.runtime.operators.RegularPactTask.invoke(RegularPactTask.java:362)
      	at org.apache.flink.runtime.taskmanager.Task.run(Task.java:559)
      	... 1 more
      
      07/30/2015 18:33:48	Join (Apply)(14/60) switched to FAILED 
      java.lang.NullPointerException
      	at org.apache.flink.graph.gsa.GatherSumApplyIteration$ApplyUdf.join(GatherSumApplyIteration.java:364)
      	at org.apache.flink.graph.gsa.GatherSumApplyIteration$ApplyUdf.join(GatherSumApplyIteration.java:348)
      	at org.apache.flink.runtime.operators.JoinWithSolutionSetSecondDriver.run(JoinWithSolutionSetSecondDriver.java:198)
      	at org.apache.flink.runtime.operators.RegularPactTask.run(RegularPactTask.java:496)
      	at org.apache.flink.runtime.iterative.task.AbstractIterativePactTask.run(AbstractIterativePactTask.java:139)
      	at org.apache.flink.runtime.iterative.task.IterationIntermediatePactTask.run(IterationIntermediatePactTask.java:92)
      	at org.apache.flink.runtime.operators.RegularPactTask.invoke(RegularPactTask.java:362)
      	at org.apache.flink.runtime.taskmanager.Task.run(Task.java:559)
      	at java.lang.Thread.run(Thread.java:722)
      
      07/30/2015 18:33:48	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(2/60) switched to CANCELED 
      07/30/2015 18:33:48	Rebuild Workset Properties(14/60) switched to FAILED 
      java.lang.RuntimeException: Error obtaining the sorted input: Thread 'SortMerger Reading Thread' terminated due to an exception: java.lang.NullPointerException
      	at org.apache.flink.runtime.operators.sort.UnilateralSortMerger.getIterator(UnilateralSortMerger.java:607)
      	at org.apache.flink.runtime.operators.RegularPactTask.getInput(RegularPactTask.java:1145)
      	at org.apache.flink.runtime.operators.NoOpDriver.run(NoOpDriver.java:79)
      	at org.apache.flink.runtime.operators.RegularPactTask.run(RegularPactTask.java:496)
      	at org.apache.flink.runtime.iterative.task.AbstractIterativePactTask.run(AbstractIterativePactTask.java:139)
      	at org.apache.flink.runtime.iterative.task.IterationTailPactTask.run(IterationTailPactTask.java:107)
      	at org.apache.flink.runtime.operators.RegularPactTask.invoke(RegularPactTask.java:362)
      	at org.apache.flink.runtime.taskmanager.Task.run(Task.java:559)
      	at java.lang.Thread.run(Thread.java:722)
      Caused by: java.io.IOException: Thread 'SortMerger Reading Thread' terminated due to an exception: java.lang.NullPointerException
      	at org.apache.flink.runtime.operators.sort.UnilateralSortMerger$ThreadBase.run(UnilateralSortMerger.java:784)
      Caused by: org.apache.flink.runtime.io.network.partition.ProducerFailedException: java.lang.NullPointerException
      	at org.apache.flink.runtime.io.network.partition.consumer.LocalInputChannel.getNextLookAhead(LocalInputChannel.java:270)
      	at org.apache.flink.runtime.io.network.partition.consumer.LocalInputChannel.onNotification(LocalInputChannel.java:238)
      	at org.apache.flink.runtime.io.network.partition.PipelinedSubpartition.release(PipelinedSubpartition.java:158)
      	at org.apache.flink.runtime.io.network.partition.ResultPartition.release(ResultPartition.java:300)
      	at org.apache.flink.runtime.io.network.partition.ResultPartitionManager.releasePartitionsProducedBy(ResultPartitionManager.java:95)
      	at org.apache.flink.runtime.io.network.NetworkEnvironment.unregisterTask(NetworkEnvironment.java:345)
      	at org.apache.flink.runtime.taskmanager.Task.run(Task.java:650)
      	at java.lang.Thread.run(Thread.java:722)
      Caused by: java.lang.NullPointerException
      	at org.apache.flink.graph.gsa.GatherSumApplyIteration$ApplyUdf.join(GatherSumApplyIteration.java:364)
      	at org.apache.flink.graph.gsa.GatherSumApplyIteration$ApplyUdf.join(GatherSumApplyIteration.java:348)
      	at org.apache.flink.runtime.operators.JoinWithSolutionSetSecondDriver.run(JoinWithSolutionSetSecondDriver.java:198)
      	at org.apache.flink.runtime.operators.RegularPactTask.run(RegularPactTask.java:496)
      	at org.apache.flink.runtime.iterative.task.AbstractIterativePactTask.run(AbstractIterativePactTask.java:139)
      	at org.apache.flink.runtime.iterative.task.IterationIntermediatePactTask.run(IterationIntermediatePactTask.java:92)
      	at org.apache.flink.runtime.operators.RegularPactTask.invoke(RegularPactTask.java:362)
      	at org.apache.flink.runtime.taskmanager.Task.run(Task.java:559)
      	... 1 more
      
      07/30/2015 18:33:48	Join (Apply)(32/60) switched to FAILED 
      java.lang.NullPointerException
      	at org.apache.flink.graph.gsa.GatherSumApplyIteration$ApplyUdf.join(GatherSumApplyIteration.java:364)
      	at org.apache.flink.graph.gsa.GatherSumApplyIteration$ApplyUdf.join(GatherSumApplyIteration.java:348)
      	at org.apache.flink.runtime.operators.JoinWithSolutionSetSecondDriver.run(JoinWithSolutionSetSecondDriver.java:198)
      	at org.apache.flink.runtime.operators.RegularPactTask.run(RegularPactTask.java:496)
      	at org.apache.flink.runtime.iterative.task.AbstractIterativePactTask.run(AbstractIterativePactTask.java:139)
      	at org.apache.flink.runtime.iterative.task.IterationIntermediatePactTask.run(IterationIntermediatePactTask.java:92)
      	at org.apache.flink.runtime.operators.RegularPactTask.invoke(RegularPactTask.java:362)
      	at org.apache.flink.runtime.taskmanager.Task.run(Task.java:559)
      	at java.lang.Thread.run(Thread.java:722)
      
      07/30/2015 18:33:48	Rebuild Workset Properties(32/60) switched to FAILED 
      java.lang.RuntimeException: Error obtaining the sorted input: Thread 'SortMerger Reading Thread' terminated due to an exception: java.lang.NullPointerException
      	at org.apache.flink.runtime.operators.sort.UnilateralSortMerger.getIterator(UnilateralSortMerger.java:607)
      	at org.apache.flink.runtime.operators.RegularPactTask.getInput(RegularPactTask.java:1145)
      	at org.apache.flink.runtime.operators.NoOpDriver.run(NoOpDriver.java:79)
      	at org.apache.flink.runtime.operators.RegularPactTask.run(RegularPactTask.java:496)
      	at org.apache.flink.runtime.iterative.task.AbstractIterativePactTask.run(AbstractIterativePactTask.java:139)
      	at org.apache.flink.runtime.iterative.task.IterationTailPactTask.run(IterationTailPactTask.java:107)
      	at org.apache.flink.runtime.operators.RegularPactTask.invoke(RegularPactTask.java:362)
      	at org.apache.flink.runtime.taskmanager.Task.run(Task.java:559)
      	at java.lang.Thread.run(Thread.java:722)
      Caused by: java.io.IOException: Thread 'SortMerger Reading Thread' terminated due to an exception: java.lang.NullPointerException
      	at org.apache.flink.runtime.operators.sort.UnilateralSortMerger$ThreadBase.run(UnilateralSortMerger.java:784)
      Caused by: org.apache.flink.runtime.io.network.partition.ProducerFailedException: java.lang.NullPointerException
      	at org.apache.flink.runtime.io.network.partition.consumer.LocalInputChannel.getNextLookAhead(LocalInputChannel.java:270)
      	at org.apache.flink.runtime.io.network.partition.consumer.LocalInputChannel.onNotification(LocalInputChannel.java:238)
      	at org.apache.flink.runtime.io.network.partition.PipelinedSubpartition.release(PipelinedSubpartition.java:158)
      	at org.apache.flink.runtime.io.network.partition.ResultPartition.release(ResultPartition.java:300)
      	at org.apache.flink.runtime.io.network.partition.ResultPartitionManager.releasePartitionsProducedBy(ResultPartitionManager.java:95)
      	at org.apache.flink.runtime.io.network.NetworkEnvironment.unregisterTask(NetworkEnvironment.java:345)
      	at org.apache.flink.runtime.taskmanager.Task.run(Task.java:650)
      	at java.lang.Thread.run(Thread.java:722)
      Caused by: java.lang.NullPointerException
      	at org.apache.flink.graph.gsa.GatherSumApplyIteration$ApplyUdf.join(GatherSumApplyIteration.java:364)
      	at org.apache.flink.graph.gsa.GatherSumApplyIteration$ApplyUdf.join(GatherSumApplyIteration.java:348)
      	at org.apache.flink.runtime.operators.JoinWithSolutionSetSecondDriver.run(JoinWithSolutionSetSecondDriver.java:198)
      	at org.apache.flink.runtime.operators.RegularPactTask.run(RegularPactTask.java:496)
      	at org.apache.flink.runtime.iterative.task.AbstractIterativePactTask.run(AbstractIterativePactTask.java:139)
      	at org.apache.flink.runtime.iterative.task.IterationIntermediatePactTask.run(IterationIntermediatePactTask.java:92)
      	at org.apache.flink.runtime.operators.RegularPactTask.invoke(RegularPactTask.java:362)
      	at org.apache.flink.runtime.taskmanager.Task.run(Task.java:559)
      	... 1 more
      
      07/30/2015 18:33:48	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(53/60) switched to CANCELED 
      07/30/2015 18:33:48	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(51/60) switched to CANCELED 
      07/30/2015 18:33:48	Map (Gather)(53/60) switched to CANCELED 
      07/30/2015 18:33:48	Map (Gather)(51/60) switched to CANCELED 
      07/30/2015 18:33:48	Reduce (Sum)(23/60) switched to CANCELING 
      07/30/2015 18:33:48	Reduce (Sum)(24/60) switched to CANCELING 
      07/30/2015 18:33:48	Join (Apply)(25/60) switched to FAILED 
      java.lang.NullPointerException
      	at org.apache.flink.graph.gsa.GatherSumApplyIteration$ApplyUdf.join(GatherSumApplyIteration.java:364)
      	at org.apache.flink.graph.gsa.GatherSumApplyIteration$ApplyUdf.join(GatherSumApplyIteration.java:348)
      	at org.apache.flink.runtime.operators.JoinWithSolutionSetSecondDriver.run(JoinWithSolutionSetSecondDriver.java:198)
      	at org.apache.flink.runtime.operators.RegularPactTask.run(RegularPactTask.java:496)
      	at org.apache.flink.runtime.iterative.task.AbstractIterativePactTask.run(AbstractIterativePactTask.java:139)
      	at org.apache.flink.runtime.iterative.task.IterationIntermediatePactTask.run(IterationIntermediatePactTask.java:92)
      	at org.apache.flink.runtime.operators.RegularPactTask.invoke(RegularPactTask.java:362)
      	at org.apache.flink.runtime.taskmanager.Task.run(Task.java:559)
      	at java.lang.Thread.run(Thread.java:722)
      
      07/30/2015 18:33:48	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(57/60) switched to CANCELED 
      07/30/2015 18:33:48	Map (Gather)(49/60) switched to CANCELED 
      07/30/2015 18:33:48	Map (Gather)(25/60) switched to CANCELED 
      07/30/2015 18:33:48	Reduce (Sum)(25/60) switched to CANCELING 
      07/30/2015 18:33:48	Reduce (Sum)(26/60) switched to CANCELING 
      07/30/2015 18:33:48	Reduce (Sum)(27/60) switched to CANCELING 
      07/30/2015 18:33:48	Reduce (Sum)(28/60) switched to CANCELING 
      07/30/2015 18:33:48	Reduce (Sum)(29/60) switched to CANCELING 
      07/30/2015 18:33:48	Rebuild Workset Properties(25/60) switched to FAILED 
      java.lang.RuntimeException: Error obtaining the sorted input: Thread 'SortMerger Reading Thread' terminated due to an exception: java.lang.NullPointerException
      	at org.apache.flink.runtime.operators.sort.UnilateralSortMerger.getIterator(UnilateralSortMerger.java:607)
      	at org.apache.flink.runtime.operators.RegularPactTask.getInput(RegularPactTask.java:1145)
      	at org.apache.flink.runtime.operators.NoOpDriver.run(NoOpDriver.java:79)
      	at org.apache.flink.runtime.operators.RegularPactTask.run(RegularPactTask.java:496)
      	at org.apache.flink.runtime.iterative.task.AbstractIterativePactTask.run(AbstractIterativePactTask.java:139)
      	at org.apache.flink.runtime.iterative.task.IterationTailPactTask.run(IterationTailPactTask.java:107)
      	at org.apache.flink.runtime.operators.RegularPactTask.invoke(RegularPactTask.java:362)
      	at org.apache.flink.runtime.taskmanager.Task.run(Task.java:559)
      	at java.lang.Thread.run(Thread.java:722)
      Caused by: java.io.IOException: Thread 'SortMerger Reading Thread' terminated due to an exception: java.lang.NullPointerException
      	at org.apache.flink.runtime.operators.sort.UnilateralSortMerger$ThreadBase.run(UnilateralSortMerger.java:784)
      Caused by: org.apache.flink.runtime.io.network.partition.ProducerFailedException: java.lang.NullPointerException
      	at org.apache.flink.runtime.io.network.partition.consumer.LocalInputChannel.getNextLookAhead(LocalInputChannel.java:270)
      	at org.apache.flink.runtime.io.network.partition.consumer.LocalInputChannel.onNotification(LocalInputChannel.java:238)
      	at org.apache.flink.runtime.io.network.partition.PipelinedSubpartition.release(PipelinedSubpartition.java:158)
      	at org.apache.flink.runtime.io.network.partition.ResultPartition.release(ResultPartition.java:300)
      	at org.apache.flink.runtime.io.network.partition.ResultPartitionManager.releasePartitionsProducedBy(ResultPartitionManager.java:95)
      	at org.apache.flink.runtime.io.network.NetworkEnvironment.unregisterTask(NetworkEnvironment.java:345)
      	at org.apache.flink.runtime.taskmanager.Task.run(Task.java:650)
      	at java.lang.Thread.run(Thread.java:722)
      Caused by: java.lang.NullPointerException
      	at org.apache.flink.graph.gsa.GatherSumApplyIteration$ApplyUdf.join(GatherSumApplyIteration.java:364)
      	at org.apache.flink.graph.gsa.GatherSumApplyIteration$ApplyUdf.join(GatherSumApplyIteration.java:348)
      	at org.apache.flink.runtime.operators.JoinWithSolutionSetSecondDriver.run(JoinWithSolutionSetSecondDriver.java:198)
      	at org.apache.flink.runtime.operators.RegularPactTask.run(RegularPactTask.java:496)
      	at org.apache.flink.runtime.iterative.task.AbstractIterativePactTask.run(AbstractIterativePactTask.java:139)
      	at org.apache.flink.runtime.iterative.task.IterationIntermediatePactTask.run(IterationIntermediatePactTask.java:92)
      	at org.apache.flink.runtime.operators.RegularPactTask.invoke(RegularPactTask.java:362)
      	at org.apache.flink.runtime.taskmanager.Task.run(Task.java:559)
      	... 1 more
      
      07/30/2015 18:33:48	Reduce (Sum)(30/60) switched to CANCELING 
      07/30/2015 18:33:48	Reduce (Sum)(31/60) switched to CANCELING 
      07/30/2015 18:33:48	Map (Gather)(26/60) switched to CANCELED 
      07/30/2015 18:33:48	Reduce (Sum)(32/60) switched to CANCELING 
      07/30/2015 18:33:48	Reduce (Sum)(33/60) switched to CANCELING 
      07/30/2015 18:33:48	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(4/60) switched to CANCELED 
      07/30/2015 18:33:48	Reduce (Sum)(34/60) switched to CANCELING 
      07/30/2015 18:33:48	Reduce (Sum)(35/60) switched to CANCELING 
      07/30/2015 18:33:48	Reduce (Sum)(36/60) switched to CANCELING 
      07/30/2015 18:33:48	Map (Gather)(48/60) switched to CANCELED 
      07/30/2015 18:33:48	Reduce (Sum)(37/60) switched to CANCELING 
      07/30/2015 18:33:48	Reduce (Sum)(38/60) switched to CANCELING 
      07/30/2015 18:33:48	Reduce (Sum)(39/60) switched to CANCELING 
      07/30/2015 18:33:48	Reduce (Sum)(40/60) switched to CANCELING 
      07/30/2015 18:33:48	Reduce (Sum)(41/60) switched to CANCELING 
      07/30/2015 18:33:48	Reduce (Sum)(42/60) switched to CANCELING 
      07/30/2015 18:33:48	Reduce (Sum)(43/60) switched to CANCELING 
      07/30/2015 18:33:48	Reduce (Sum)(44/60) switched to CANCELING 
      07/30/2015 18:33:48	Join (Apply)(13/60) switched to FAILED 
      java.lang.NullPointerException
      	at org.apache.flink.graph.gsa.GatherSumApplyIteration$ApplyUdf.join(GatherSumApplyIteration.java:364)
      	at org.apache.flink.graph.gsa.GatherSumApplyIteration$ApplyUdf.join(GatherSumApplyIteration.java:348)
      	at org.apache.flink.runtime.operators.JoinWithSolutionSetSecondDriver.run(JoinWithSolutionSetSecondDriver.java:198)
      	at org.apache.flink.runtime.operators.RegularPactTask.run(RegularPactTask.java:496)
      	at org.apache.flink.runtime.iterative.task.AbstractIterativePactTask.run(AbstractIterativePactTask.java:139)
      	at org.apache.flink.runtime.iterative.task.IterationIntermediatePactTask.run(IterationIntermediatePactTask.java:92)
      	at org.apache.flink.runtime.operators.RegularPactTask.invoke(RegularPactTask.java:362)
      	at org.apache.flink.runtime.taskmanager.Task.run(Task.java:559)
      	at java.lang.Thread.run(Thread.java:722)
      
      07/30/2015 18:33:48	Reduce (Sum)(45/60) switched to CANCELING 
      07/30/2015 18:33:48	Reduce (Sum)(46/60) switched to CANCELING 
      07/30/2015 18:33:48	Reduce (Sum)(47/60) switched to CANCELING 
      07/30/2015 18:33:48	Reduce (Sum)(48/60) switched to CANCELING 
      07/30/2015 18:33:48	Reduce (Sum)(49/60) switched to CANCELING 
      07/30/2015 18:33:48	Reduce (Sum)(50/60) switched to CANCELING 
      07/30/2015 18:33:48	Reduce (Sum)(51/60) switched to CANCELING 
      07/30/2015 18:33:48	Reduce (Sum)(52/60) switched to CANCELING 
      07/30/2015 18:33:48	Rebuild Workset Properties(13/60) switched to FAILED 
      java.lang.RuntimeException: Error obtaining the sorted input: Thread 'SortMerger Reading Thread' terminated due to an exception: java.lang.NullPointerException
      	at org.apache.flink.runtime.operators.sort.UnilateralSortMerger.getIterator(UnilateralSortMerger.java:607)
      	at org.apache.flink.runtime.operators.RegularPactTask.getInput(RegularPactTask.java:1145)
      	at org.apache.flink.runtime.operators.NoOpDriver.run(NoOpDriver.java:79)
      	at org.apache.flink.runtime.operators.RegularPactTask.run(RegularPactTask.java:496)
      	at org.apache.flink.runtime.iterative.task.AbstractIterativePactTask.run(AbstractIterativePactTask.java:139)
      	at org.apache.flink.runtime.iterative.task.IterationTailPactTask.run(IterationTailPactTask.java:107)
      	at org.apache.flink.runtime.operators.RegularPactTask.invoke(RegularPactTask.java:362)
      	at org.apache.flink.runtime.taskmanager.Task.run(Task.java:559)
      	at java.lang.Thread.run(Thread.java:722)
      Caused by: java.io.IOException: Thread 'SortMerger Reading Thread' terminated due to an exception: java.lang.NullPointerException
      	at org.apache.flink.runtime.operators.sort.UnilateralSortMerger$ThreadBase.run(UnilateralSortMerger.java:784)
      Caused by: org.apache.flink.runtime.io.network.partition.ProducerFailedException: java.lang.NullPointerException
      	at org.apache.flink.runtime.io.network.partition.consumer.LocalInputChannel.getNextLookAhead(LocalInputChannel.java:270)
      	at org.apache.flink.runtime.io.network.partition.consumer.LocalInputChannel.onNotification(LocalInputChannel.java:238)
      	at org.apache.flink.runtime.io.network.partition.PipelinedSubpartition.release(PipelinedSubpartition.java:158)
      	at org.apache.flink.runtime.io.network.partition.ResultPartition.release(ResultPartition.java:300)
      	at org.apache.flink.runtime.io.network.partition.ResultPartitionManager.releasePartitionsProducedBy(ResultPartitionManager.java:95)
      	at org.apache.flink.runtime.io.network.NetworkEnvironment.unregisterTask(NetworkEnvironment.java:345)
      	at org.apache.flink.runtime.taskmanager.Task.run(Task.java:650)
      	at java.lang.Thread.run(Thread.java:722)
      Caused by: java.lang.NullPointerException
      	at org.apache.flink.graph.gsa.GatherSumApplyIteration$ApplyUdf.join(GatherSumApplyIteration.java:364)
      	at org.apache.flink.graph.gsa.GatherSumApplyIteration$ApplyUdf.join(GatherSumApplyIteration.java:348)
      	at org.apache.flink.runtime.operators.JoinWithSolutionSetSecondDriver.run(JoinWithSolutionSetSecondDriver.java:198)
      	at org.apache.flink.runtime.operators.RegularPactTask.run(RegularPactTask.java:496)
      	at org.apache.flink.runtime.iterative.task.AbstractIterativePactTask.run(AbstractIterativePactTask.java:139)
      	at org.apache.flink.runtime.iterative.task.IterationIntermediatePactTask.run(IterationIntermediatePactTask.java:92)
      	at org.apache.flink.runtime.operators.RegularPactTask.invoke(RegularPactTask.java:362)
      	at org.apache.flink.runtime.taskmanager.Task.run(Task.java:559)
      	... 1 more
      
      07/30/2015 18:33:48	Reduce (Sum)(53/60) switched to CANCELING 
      07/30/2015 18:33:48	Reduce (Sum)(54/60) switched to CANCELING 
      07/30/2015 18:33:48	Reduce (Sum)(55/60) switched to CANCELING 
      07/30/2015 18:33:48	Reduce (Sum)(56/60) switched to CANCELING 
      07/30/2015 18:33:48	Reduce (Sum)(57/60) switched to CANCELING 
      07/30/2015 18:33:48	Reduce (Sum)(58/60) switched to CANCELING 
      07/30/2015 18:33:48	Reduce (Sum)(59/60) switched to CANCELING 
      07/30/2015 18:33:48	Reduce (Sum)(60/60) switched to CANCELING 
      07/30/2015 18:33:48	Join (Apply)(1/60) switched to CANCELING 
      07/30/2015 18:33:48	Rebuild Workset Properties(46/60) switched to FAILED 
      java.lang.RuntimeException: Error obtaining the sorted input: Thread 'SortMerger Reading Thread' terminated due to an exception: java.lang.NullPointerException
      	at org.apache.flink.runtime.operators.sort.UnilateralSortMerger.getIterator(UnilateralSortMerger.java:607)
      	at org.apache.flink.runtime.operators.RegularPactTask.getInput(RegularPactTask.java:1145)
      	at org.apache.flink.runtime.operators.NoOpDriver.run(NoOpDriver.java:79)
      	at org.apache.flink.runtime.operators.RegularPactTask.run(RegularPactTask.java:496)
      	at org.apache.flink.runtime.iterative.task.AbstractIterativePactTask.run(AbstractIterativePactTask.java:139)
      	at org.apache.flink.runtime.iterative.task.IterationTailPactTask.run(IterationTailPactTask.java:107)
      	at org.apache.flink.runtime.operators.RegularPactTask.invoke(RegularPactTask.java:362)
      	at org.apache.flink.runtime.taskmanager.Task.run(Task.java:559)
      	at java.lang.Thread.run(Thread.java:722)
      Caused by: java.io.IOException: Thread 'SortMerger Reading Thread' terminated due to an exception: java.lang.NullPointerException
      	at org.apache.flink.runtime.operators.sort.UnilateralSortMerger$ThreadBase.run(UnilateralSortMerger.java:784)
      Caused by: org.apache.flink.runtime.io.network.partition.ProducerFailedException: java.lang.NullPointerException
      	at org.apache.flink.runtime.io.network.partition.consumer.LocalInputChannel.getNextLookAhead(LocalInputChannel.java:270)
      	at org.apache.flink.runtime.io.network.partition.consumer.LocalInputChannel.onNotification(LocalInputChannel.java:238)
      	at org.apache.flink.runtime.io.network.partition.PipelinedSubpartition.release(PipelinedSubpartition.java:158)
      	at org.apache.flink.runtime.io.network.partition.ResultPartition.release(ResultPartition.java:300)
      	at org.apache.flink.runtime.io.network.partition.ResultPartitionManager.releasePartitionsProducedBy(ResultPartitionManager.java:95)
      	at org.apache.flink.runtime.io.network.NetworkEnvironment.unregisterTask(NetworkEnvironment.java:345)
      	at org.apache.flink.runtime.taskmanager.Task.run(Task.java:650)
      	at java.lang.Thread.run(Thread.java:722)
      Caused by: java.lang.NullPointerException
      	at org.apache.flink.graph.gsa.GatherSumApplyIteration$ApplyUdf.join(GatherSumApplyIteration.java:364)
      	at org.apache.flink.graph.gsa.GatherSumApplyIteration$ApplyUdf.join(GatherSumApplyIteration.java:348)
      	at org.apache.flink.runtime.operators.JoinWithSolutionSetSecondDriver.run(JoinWithSolutionSetSecondDriver.java:198)
      	at org.apache.flink.runtime.operators.RegularPactTask.run(RegularPactTask.java:496)
      	at org.apache.flink.runtime.iterative.task.AbstractIterativePactTask.run(AbstractIterativePactTask.java:139)
      	at org.apache.flink.runtime.iterative.task.IterationIntermediatePactTask.run(IterationIntermediatePactTask.java:92)
      	at org.apache.flink.runtime.operators.RegularPactTask.invoke(RegularPactTask.java:362)
      	at org.apache.flink.runtime.taskmanager.Task.run(Task.java:559)
      	... 1 more
      
      07/30/2015 18:33:48	Join (Apply)(2/60) switched to CANCELING 
      07/30/2015 18:33:48	Join (Apply)(3/60) switched to CANCELING 
      07/30/2015 18:33:48	Join (Apply)(4/60) switched to CANCELING 
      07/30/2015 18:33:48	Map (Gather)(36/60) switched to CANCELED 
      07/30/2015 18:33:48	Join (Apply)(5/60) switched to CANCELING 
      07/30/2015 18:33:48	Join (Apply)(6/60) switched to CANCELING 
      07/30/2015 18:33:48	Join (Apply)(7/60) switched to CANCELING 
      07/30/2015 18:33:48	Join (Apply)(8/60) switched to CANCELING 
      07/30/2015 18:33:48	Join (Apply)(9/60) switched to CANCELING 
      07/30/2015 18:33:48	Join (Apply)(15/60) switched to CANCELING 
      07/30/2015 18:33:48	Join (Apply)(16/60) switched to CANCELING 
      07/30/2015 18:33:48	Rebuild Workset Properties(36/60) switched to FAILED 
      java.lang.RuntimeException: Error obtaining the sorted input: Thread 'SortMerger Reading Thread' terminated due to an exception: java.lang.NullPointerException
      	at org.apache.flink.runtime.operators.sort.UnilateralSortMerger.getIterator(UnilateralSortMerger.java:607)
      	at org.apache.flink.runtime.operators.RegularPactTask.getInput(RegularPactTask.java:1145)
      	at org.apache.flink.runtime.operators.NoOpDriver.run(NoOpDriver.java:79)
      	at org.apache.flink.runtime.operators.RegularPactTask.run(RegularPactTask.java:496)
      	at org.apache.flink.runtime.iterative.task.AbstractIterativePactTask.run(AbstractIterativePactTask.java:139)
      	at org.apache.flink.runtime.iterative.task.IterationTailPactTask.run(IterationTailPactTask.java:107)
      	at org.apache.flink.runtime.operators.RegularPactTask.invoke(RegularPactTask.java:362)
      	at org.apache.flink.runtime.taskmanager.Task.run(Task.java:559)
      	at java.lang.Thread.run(Thread.java:722)
      Caused by: java.io.IOException: Thread 'SortMerger Reading Thread' terminated due to an exception: java.lang.NullPointerException
      	at org.apache.flink.runtime.operators.sort.UnilateralSortMerger$ThreadBase.run(UnilateralSortMerger.java:784)
      Caused by: org.apache.flink.runtime.io.network.partition.ProducerFailedException: java.lang.NullPointerException
      	at org.apache.flink.runtime.io.network.partition.consumer.LocalInputChannel.getNextLookAhead(LocalInputChannel.java:270)
      	at org.apache.flink.runtime.io.network.partition.consumer.LocalInputChannel.onNotification(LocalInputChannel.java:238)
      	at org.apache.flink.runtime.io.network.partition.PipelinedSubpartition.release(PipelinedSubpartition.java:158)
      	at org.apache.flink.runtime.io.network.partition.ResultPartition.release(ResultPartition.java:300)
      	at org.apache.flink.runtime.io.network.partition.ResultPartitionManager.releasePartitionsProducedBy(ResultPartitionManager.java:95)
      	at org.apache.flink.runtime.io.network.NetworkEnvironment.unregisterTask(NetworkEnvironment.java:345)
      	at org.apache.flink.runtime.taskmanager.Task.run(Task.java:650)
      	at java.lang.Thread.run(Thread.java:722)
      Caused by: java.lang.NullPointerException
      	at org.apache.flink.graph.gsa.GatherSumApplyIteration$ApplyUdf.join(GatherSumApplyIteration.java:364)
      	at org.apache.flink.graph.gsa.GatherSumApplyIteration$ApplyUdf.join(GatherSumApplyIteration.java:348)
      	at org.apache.flink.runtime.operators.JoinWithSolutionSetSecondDriver.run(JoinWithSolutionSetSecondDriver.java:198)
      	at org.apache.flink.runtime.operators.RegularPactTask.run(RegularPactTask.java:496)
      	at org.apache.flink.runtime.iterative.task.AbstractIterativePactTask.run(AbstractIterativePactTask.java:139)
      	at org.apache.flink.runtime.iterative.task.IterationIntermediatePactTask.run(IterationIntermediatePactTask.java:92)
      	at org.apache.flink.runtime.operators.RegularPactTask.invoke(RegularPactTask.java:362)
      	at org.apache.flink.runtime.taskmanager.Task.run(Task.java:559)
      	... 1 more
      
      07/30/2015 18:33:48	Join (Apply)(17/60) switched to CANCELING 
      07/30/2015 18:33:48	Join (Apply)(18/60) switched to CANCELING 
      07/30/2015 18:33:48	Map (Gather)(46/60) switched to CANCELED 
      07/30/2015 18:33:48	Join (Apply)(19/60) switched to CANCELING 
      07/30/2015 18:33:48	Join (Apply)(20/60) switched to CANCELING 
      07/30/2015 18:33:48	Join (Apply)(21/60) switched to CANCELING 
      07/30/2015 18:33:48	Join (Apply)(22/60) switched to CANCELING 
      07/30/2015 18:33:48	Join (Apply)(23/60) switched to CANCELING 
      07/30/2015 18:33:48	Join (Apply)(46/60) switched to FAILED 
      java.lang.NullPointerException
      	at org.apache.flink.graph.gsa.GatherSumApplyIteration$ApplyUdf.join(GatherSumApplyIteration.java:364)
      	at org.apache.flink.graph.gsa.GatherSumApplyIteration$ApplyUdf.join(GatherSumApplyIteration.java:348)
      	at org.apache.flink.runtime.operators.JoinWithSolutionSetSecondDriver.run(JoinWithSolutionSetSecondDriver.java:198)
      	at org.apache.flink.runtime.operators.RegularPactTask.run(RegularPactTask.java:496)
      	at org.apache.flink.runtime.iterative.task.AbstractIterativePactTask.run(AbstractIterativePactTask.java:139)
      	at org.apache.flink.runtime.iterative.task.IterationIntermediatePactTask.run(IterationIntermediatePactTask.java:92)
      	at org.apache.flink.runtime.operators.RegularPactTask.invoke(RegularPactTask.java:362)
      	at org.apache.flink.runtime.taskmanager.Task.run(Task.java:559)
      	at java.lang.Thread.run(Thread.java:722)
      
      07/30/2015 18:33:48	Join (Apply)(24/60) switched to CANCELING 
      07/30/2015 18:33:48	Join (Apply)(26/60) switched to CANCELING 
      07/30/2015 18:33:48	Join (Apply)(27/60) switched to CANCELING 
      07/30/2015 18:33:48	Join (Apply)(28/60) switched to CANCELING 
      07/30/2015 18:33:48	Join (Apply)(29/60) switched to CANCELING 
      07/30/2015 18:33:48	Join (Apply)(30/60) switched to CANCELING 
      07/30/2015 18:33:48	Join (Apply)(33/60) switched to CANCELING 
      07/30/2015 18:33:48	Join (Apply)(34/60) switched to CANCELING 
      07/30/2015 18:33:48	Join (Apply)(35/60) switched to CANCELING 
      07/30/2015 18:33:48	Join (Apply)(37/60) switched to CANCELING 
      07/30/2015 18:33:48	Join (Apply)(38/60) switched to CANCELING 
      07/30/2015 18:33:48	Join (Apply)(39/60) switched to CANCELING 
      07/30/2015 18:33:48	Join (Apply)(40/60) switched to CANCELING 
      07/30/2015 18:33:48	Join (Apply)(41/60) switched to CANCELING 
      07/30/2015 18:33:48	Join (Apply)(42/60) switched to CANCELING 
      07/30/2015 18:33:48	Join (Apply)(43/60) switched to CANCELING 
      07/30/2015 18:33:48	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(15/60) switched to CANCELED 
      07/30/2015 18:33:48	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(16/60) switched to CANCELED 
      07/30/2015 18:33:48	Join(Join at createResult(GatherSumApplyIteration.java:174))(14/60) switched to CANCELED 
      07/30/2015 18:33:48	Map (Gather)(1/60) switched to CANCELED 
      07/30/2015 18:33:48	Join(Join at createResult(GatherSumApplyIteration.java:174))(31/60) switched to CANCELED 
      07/30/2015 18:33:48	Map (Gather)(31/60) switched to CANCELED 
      07/30/2015 18:33:48	Map (Gather)(15/60) switched to CANCELED 
      07/30/2015 18:33:48	Map (Gather)(2/60) switched to CANCELED 
      07/30/2015 18:33:48	Map (Gather)(52/60) switched to CANCELED 
      07/30/2015 18:33:48	Join (Apply)(26/60) switched to FAILED 
      java.lang.NullPointerException
      	at org.apache.flink.graph.gsa.GatherSumApplyIteration$ApplyUdf.join(GatherSumApplyIteration.java:364)
      	at org.apache.flink.graph.gsa.GatherSumApplyIteration$ApplyUdf.join(GatherSumApplyIteration.java:348)
      	at org.apache.flink.runtime.operators.JoinWithSolutionSetSecondDriver.run(JoinWithSolutionSetSecondDriver.java:198)
      	at org.apache.flink.runtime.operators.RegularPactTask.run(RegularPactTask.java:496)
      	at org.apache.flink.runtime.iterative.task.AbstractIterativePactTask.run(AbstractIterativePactTask.java:139)
      	at org.apache.flink.runtime.iterative.task.IterationIntermediatePactTask.run(IterationIntermediatePactTask.java:92)
      	at org.apache.flink.runtime.operators.RegularPactTask.invoke(RegularPactTask.java:362)
      	at org.apache.flink.runtime.taskmanager.Task.run(Task.java:559)
      	at java.lang.Thread.run(Thread.java:722)
      
      07/30/2015 18:33:48	Map (Gather)(32/60) switched to CANCELED 
      07/30/2015 18:33:48	Join (Apply)(44/60) switched to CANCELING 
      07/30/2015 18:33:48	Join (Apply)(45/60) switched to CANCELING 
      07/30/2015 18:33:48	Join (Apply)(47/60) switched to CANCELING 
      07/30/2015 18:33:48	Rebuild Workset Properties(26/60) switched to FAILED 
      java.lang.RuntimeException: Error obtaining the sorted input: Thread 'SortMerger Reading Thread' terminated due to an exception: java.lang.NullPointerException
      	at org.apache.flink.runtime.operators.sort.UnilateralSortMerger.getIterator(UnilateralSortMerger.java:607)
      	at org.apache.flink.runtime.operators.RegularPactTask.getInput(RegularPactTask.java:1145)
      	at org.apache.flink.runtime.operators.NoOpDriver.run(NoOpDriver.java:79)
      	at org.apache.flink.runtime.operators.RegularPactTask.run(RegularPactTask.java:496)
      	at org.apache.flink.runtime.iterative.task.AbstractIterativePactTask.run(AbstractIterativePactTask.java:139)
      	at org.apache.flink.runtime.iterative.task.IterationTailPactTask.run(IterationTailPactTask.java:107)
      	at org.apache.flink.runtime.operators.RegularPactTask.invoke(RegularPactTask.java:362)
      	at org.apache.flink.runtime.taskmanager.Task.run(Task.java:559)
      	at java.lang.Thread.run(Thread.java:722)
      Caused by: java.io.IOException: Thread 'SortMerger Reading Thread' terminated due to an exception: java.lang.NullPointerException
      	at org.apache.flink.runtime.operators.sort.UnilateralSortMerger$ThreadBase.run(UnilateralSortMerger.java:784)
      Caused by: org.apache.flink.runtime.io.network.partition.ProducerFailedException: java.lang.NullPointerException
      	at org.apache.flink.runtime.io.network.partition.consumer.LocalInputChannel.getNextLookAhead(LocalInputChannel.java:270)
      	at org.apache.flink.runtime.io.network.partition.consumer.LocalInputChannel.onNotification(LocalInputChannel.java:238)
      	at org.apache.flink.runtime.io.network.partition.PipelinedSubpartition.release(PipelinedSubpartition.java:158)
      	at org.apache.flink.runtime.io.network.partition.ResultPartition.release(ResultPartition.java:300)
      	at org.apache.flink.runtime.io.network.partition.ResultPartitionManager.releasePartitionsProducedBy(ResultPartitionManager.java:95)
      	at org.apache.flink.runtime.io.network.NetworkEnvironment.unregisterTask(NetworkEnvironment.java:345)
      	at org.apache.flink.runtime.taskmanager.Task.run(Task.java:650)
      	at java.lang.Thread.run(Thread.java:722)
      Caused by: java.lang.NullPointerException
      	at org.apache.flink.graph.gsa.GatherSumApplyIteration$ApplyUdf.join(GatherSumApplyIteration.java:364)
      	at org.apache.flink.graph.gsa.GatherSumApplyIteration$ApplyUdf.join(GatherSumApplyIteration.java:348)
      	at org.apache.flink.runtime.operators.JoinWithSolutionSetSecondDriver.run(JoinWithSolutionSetSecondDriver.java:198)
      	at org.apache.flink.runtime.operators.RegularPactTask.run(RegularPactTask.java:496)
      	at org.apache.flink.runtime.iterative.task.AbstractIterativePactTask.run(AbstractIterativePactTask.java:139)
      	at org.apache.flink.runtime.iterative.task.IterationIntermediatePactTask.run(IterationIntermediatePactTask.java:92)
      	at org.apache.flink.runtime.operators.RegularPactTask.invoke(RegularPactTask.java:362)
      	at org.apache.flink.runtime.taskmanager.Task.run(Task.java:559)
      	... 1 more
      
      07/30/2015 18:33:48	Join (Apply)(48/60) switched to CANCELING 
      07/30/2015 18:33:48	Join (Apply)(49/60) switched to CANCELING 
      07/30/2015 18:33:48	Join (Apply)(50/60) switched to CANCELING 
      07/30/2015 18:33:48	Join (Apply)(51/60) switched to CANCELING 
      07/30/2015 18:33:48	Join (Apply)(52/60) switched to CANCELING 
      07/30/2015 18:33:48	Join (Apply)(53/60) switched to CANCELING 
      07/30/2015 18:33:48	Join (Apply)(54/60) switched to CANCELING 
      07/30/2015 18:33:48	Join (Apply)(55/60) switched to CANCELING 
      07/30/2015 18:33:48	Join (Apply)(56/60) switched to CANCELING 
      07/30/2015 18:33:48	Map (Gather)(11/60) switched to CANCELED 
      07/30/2015 18:33:48	Join (Apply)(57/60) switched to CANCELING 
      07/30/2015 18:33:48	Join (Apply)(58/60) switched to CANCELING 
      07/30/2015 18:33:48	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(3/60) switched to CANCELED 
      07/30/2015 18:33:48	Join(Join at createResult(GatherSumApplyIteration.java:174))(25/60) switched to CANCELED 
      07/30/2015 18:33:48	Map (Gather)(12/60) switched to CANCELED 
      07/30/2015 18:33:48	Join (Apply)(59/60) switched to CANCELING 
      07/30/2015 18:33:48	Join (Apply)(60/60) switched to CANCELING 
      07/30/2015 18:33:48	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(5/60) switched to CANCELED 
      07/30/2015 18:33:48	Map (Gather)(3/60) switched to CANCELED 
      07/30/2015 18:33:48	Rebuild Workset Properties(1/60) switched to CANCELING 
      07/30/2015 18:33:48	Rebuild Workset Properties(2/60) switched to CANCELING 
      07/30/2015 18:33:48	Map (Gather)(5/60) switched to CANCELED 
      07/30/2015 18:33:48	Rebuild Workset Properties(3/60) switched to CANCELING 
      07/30/2015 18:33:48	Rebuild Workset Properties(4/60) switched to CANCELING 
      07/30/2015 18:33:48	Map (Gather)(4/60) switched to CANCELED 
      07/30/2015 18:33:48	Rebuild Workset Properties(5/60) switched to CANCELING 
      07/30/2015 18:33:48	Rebuild Workset Properties(6/60) switched to CANCELING 
      07/30/2015 18:33:48	Rebuild Workset Properties(7/60) switched to CANCELING 
      07/30/2015 18:33:48	Join(Join at createResult(GatherSumApplyIteration.java:174))(46/60) switched to CANCELED 
      07/30/2015 18:33:48	Rebuild Workset Properties(8/60) switched to CANCELING 
      07/30/2015 18:33:48	Rebuild Workset Properties(9/60) switched to CANCELING 
      07/30/2015 18:33:48	Rebuild Workset Properties(15/60) switched to CANCELING 
      07/30/2015 18:33:48	Map (Gather)(13/60) switched to CANCELED 
      07/30/2015 18:33:48	Rebuild Workset Properties(16/60) switched to CANCELING 
      07/30/2015 18:33:48	Rebuild Workset Properties(17/60) switched to CANCELING 
      07/30/2015 18:33:48	Join(Join at createResult(GatherSumApplyIteration.java:174))(13/60) switched to CANCELED 
      07/30/2015 18:33:48	Rebuild Workset Properties(18/60) switched to CANCELING 
      07/30/2015 18:33:48	Rebuild Workset Properties(19/60) switched to CANCELING 
      07/30/2015 18:33:48	Rebuild Workset Properties(20/60) switched to CANCELING 
      07/30/2015 18:33:48	Rebuild Workset Properties(21/60) switched to CANCELING 
      07/30/2015 18:33:48	Rebuild Workset Properties(22/60) switched to CANCELING 
      07/30/2015 18:33:48	Rebuild Workset Properties(23/60) switched to CANCELING 
      07/30/2015 18:33:48	Reduce (Sum)(10/60) switched to CANCELED 
      07/30/2015 18:33:48	Rebuild Workset Properties(24/60) switched to CANCELING 
      07/30/2015 18:33:48	Rebuild Workset Properties(27/60) switched to CANCELING 
      07/30/2015 18:33:48	Reduce (Sum)(14/60) switched to CANCELED 
      07/30/2015 18:33:48	Rebuild Workset Properties(28/60) switched to CANCELING 
      07/30/2015 18:33:48	Join(Join at createResult(GatherSumApplyIteration.java:174))(11/60) switched to CANCELED 
      07/30/2015 18:33:48	Rebuild Workset Properties(29/60) switched to CANCELING 
      07/30/2015 18:33:48	Join(Join at createResult(GatherSumApplyIteration.java:174))(36/60) switched to CANCELED 
      07/30/2015 18:33:48	Rebuild Workset Properties(30/60) switched to CANCELING 
      07/30/2015 18:33:48	Join (Apply)(4/60) switched to FAILED 
      java.lang.NullPointerException
      	at org.apache.flink.graph.gsa.GatherSumApplyIteration$ApplyUdf.join(GatherSumApplyIteration.java:364)
      	at org.apache.flink.graph.gsa.GatherSumApplyIteration$ApplyUdf.join(GatherSumApplyIteration.java:348)
      	at org.apache.flink.runtime.operators.JoinWithSolutionSetSecondDriver.run(JoinWithSolutionSetSecondDriver.java:198)
      	at org.apache.flink.runtime.operators.RegularPactTask.run(RegularPactTask.java:496)
      	at org.apache.flink.runtime.iterative.task.AbstractIterativePactTask.run(AbstractIterativePactTask.java:139)
      	at org.apache.flink.runtime.iterative.task.IterationIntermediatePactTask.run(IterationIntermediatePactTask.java:92)
      	at org.apache.flink.runtime.operators.RegularPactTask.invoke(RegularPactTask.java:362)
      	at org.apache.flink.runtime.taskmanager.Task.run(Task.java:559)
      	at java.lang.Thread.run(Thread.java:722)
      
      07/30/2015 18:33:48	Rebuild Workset Properties(33/60) switched to CANCELING 
      07/30/2015 18:33:48	Rebuild Workset Properties(34/60) switched to CANCELING 
      07/30/2015 18:33:48	Rebuild Workset Properties(35/60) switched to CANCELING 
      07/30/2015 18:33:48	Rebuild Workset Properties(37/60) switched to CANCELING 
      07/30/2015 18:33:48	Rebuild Workset Properties(38/60) switched to CANCELING 
      07/30/2015 18:33:48	Rebuild Workset Properties(39/60) switched to CANCELING 
      07/30/2015 18:33:48	Rebuild Workset Properties(40/60) switched to CANCELING 
      07/30/2015 18:33:48	Rebuild Workset Properties(41/60) switched to CANCELING 
      07/30/2015 18:33:48	Rebuild Workset Properties(42/60) switched to CANCELING 
      07/30/2015 18:33:48	Rebuild Workset Properties(43/60) switched to CANCELING 
      07/30/2015 18:33:48	Rebuild Workset Properties(44/60) switched to CANCELING 
      07/30/2015 18:33:48	Rebuild Workset Properties(45/60) switched to CANCELING 
      07/30/2015 18:33:48	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(58/60) switched to CANCELED 
      07/30/2015 18:33:48	Rebuild Workset Properties(47/60) switched to CANCELING 
      07/30/2015 18:33:48	Rebuild Workset Properties(48/60) switched to CANCELING 
      07/30/2015 18:33:48	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(59/60) switched to CANCELED 
      07/30/2015 18:33:48	Rebuild Workset Properties(49/60) switched to CANCELING 
      07/30/2015 18:33:48	Rebuild Workset Properties(50/60) switched to CANCELING 
      07/30/2015 18:33:48	Map (Gather)(58/60) switched to CANCELED 
      07/30/2015 18:33:48	Rebuild Workset Properties(51/60) switched to CANCELING 
      07/30/2015 18:33:48	Rebuild Workset Properties(52/60) switched to CANCELING 
      07/30/2015 18:33:48	Map (Gather)(59/60) switched to CANCELED 
      07/30/2015 18:33:48	Rebuild Workset Properties(53/60) switched to CANCELING 
      07/30/2015 18:33:48	Rebuild Workset Properties(54/60) switched to CANCELING 
      07/30/2015 18:33:48	Rebuild Workset Properties(55/60) switched to CANCELING 
      07/30/2015 18:33:48	Rebuild Workset Properties(56/60) switched to CANCELING 
      07/30/2015 18:33:48	Rebuild Workset Properties(57/60) switched to CANCELING 
      07/30/2015 18:33:48	Rebuild Workset Properties(58/60) switched to CANCELING 
      07/30/2015 18:33:48	Rebuild Workset Properties(59/60) switched to CANCELING 
      07/30/2015 18:33:48	Rebuild Workset Properties(60/60) switched to CANCELING 
      07/30/2015 18:33:48	DataSink (CsvOutputFormat (path: hdfs://wally011:45010/tmp/input/edges/res_gsa_CC_twitter, delimiter:  ))(1/60) switched to CANCELED 
      07/30/2015 18:33:48	DataSink (CsvOutputFormat (path: hdfs://wally011:45010/tmp/input/edges/res_gsa_CC_twitter, delimiter:  ))(2/60) switched to CANCELED 
      07/30/2015 18:33:48	DataSink (CsvOutputFormat (path: hdfs://wally011:45010/tmp/input/edges/res_gsa_CC_twitter, delimiter:  ))(3/60) switched to CANCELED 
      07/30/2015 18:33:48	DataSink (CsvOutputFormat (path: hdfs://wally011:45010/tmp/input/edges/res_gsa_CC_twitter, delimiter:  ))(4/60) switched to CANCELED 
      07/30/2015 18:33:48	DataSink (CsvOutputFormat (path: hdfs://wally011:45010/tmp/input/edges/res_gsa_CC_twitter, delimiter:  ))(5/60) switched to CANCELED 
      07/30/2015 18:33:48	DataSink (CsvOutputFormat (path: hdfs://wally011:45010/tmp/input/edges/res_gsa_CC_twitter, delimiter:  ))(6/60) switched to CANCELED 
      07/30/2015 18:33:48	DataSink (CsvOutputFormat (path: hdfs://wally011:45010/tmp/input/edges/res_gsa_CC_twitter, delimiter:  ))(7/60) switched to CANCELED 
      07/30/2015 18:33:48	DataSink (CsvOutputFormat (path: hdfs://wally011:45010/tmp/input/edges/res_gsa_CC_twitter, delimiter:  ))(8/60) switched to CANCELED 
      07/30/2015 18:33:48	DataSink (CsvOutputFormat (path: hdfs://wally011:45010/tmp/input/edges/res_gsa_CC_twitter, delimiter:  ))(9/60) switched to CANCELED 
      07/30/2015 18:33:48	DataSink (CsvOutputFormat (path: hdfs://wally011:45010/tmp/input/edges/res_gsa_CC_twitter, delimiter:  ))(10/60) switched to CANCELED 
      07/30/2015 18:33:48	DataSink (CsvOutputFormat (path: hdfs://wally011:45010/tmp/input/edges/res_gsa_CC_twitter, delimiter:  ))(11/60) switched to CANCELED 
      07/30/2015 18:33:48	DataSink (CsvOutputFormat (path: hdfs://wally011:45010/tmp/input/edges/res_gsa_CC_twitter, delimiter:  ))(12/60) switched to CANCELED 
      07/30/2015 18:33:48	DataSink (CsvOutputFormat (path: hdfs://wally011:45010/tmp/input/edges/res_gsa_CC_twitter, delimiter:  ))(13/60) switched to CANCELED 
      07/30/2015 18:33:48	Join(Join at createResult(GatherSumApplyIteration.java:174))(12/60) switched to CANCELED 
      07/30/2015 18:33:48	DataSink (CsvOutputFormat (path: hdfs://wally011:45010/tmp/input/edges/res_gsa_CC_twitter, delimiter:  ))(14/60) switched to CANCELED 
      07/30/2015 18:33:48	DataSink (CsvOutputFormat (path: hdfs://wally011:45010/tmp/input/edges/res_gsa_CC_twitter, delimiter:  ))(15/60) switched to CANCELED 
      07/30/2015 18:33:48	DataSink (CsvOutputFormat (path: hdfs://wally011:45010/tmp/input/edges/res_gsa_CC_twitter, delimiter:  ))(16/60) switched to CANCELED 
      07/30/2015 18:33:48	Join (Apply)(5/60) switched to FAILED 
      java.lang.NullPointerException
      	at org.apache.flink.graph.gsa.GatherSumApplyIteration$ApplyUdf.join(GatherSumApplyIteration.java:364)
      	at org.apache.flink.graph.gsa.GatherSumApplyIteration$ApplyUdf.join(GatherSumApplyIteration.java:348)
      	at org.apache.flink.runtime.operators.JoinWithSolutionSetSecondDriver.run(JoinWithSolutionSetSecondDriver.java:198)
      	at org.apache.flink.runtime.operators.RegularPactTask.run(RegularPactTask.java:496)
      	at org.apache.flink.runtime.iterative.task.AbstractIterativePactTask.run(AbstractIterativePactTask.java:139)
      	at org.apache.flink.runtime.iterative.task.IterationIntermediatePactTask.run(IterationIntermediatePactTask.java:92)
      	at org.apache.flink.runtime.operators.RegularPactTask.invoke(RegularPactTask.java:362)
      	at org.apache.flink.runtime.taskmanager.Task.run(Task.java:559)
      	at java.lang.Thread.run(Thread.java:722)
      
      07/30/2015 18:33:48	DataSink (CsvOutputFormat (path: hdfs://wally011:45010/tmp/input/edges/res_gsa_CC_twitter, delimiter:  ))(17/60) switched to CANCELED 
      07/30/2015 18:33:48	DataSink (CsvOutputFormat (path: hdfs://wally011:45010/tmp/input/edges/res_gsa_CC_twitter, delimiter:  ))(18/60) switched to CANCELED 
      07/30/2015 18:33:48	DataSink (CsvOutputFormat (path: hdfs://wally011:45010/tmp/input/edges/res_gsa_CC_twitter, delimiter:  ))(19/60) switched to CANCELED 
      07/30/2015 18:33:48	DataSink (CsvOutputFormat (path: hdfs://wally011:45010/tmp/input/edges/res_gsa_CC_twitter, delimiter:  ))(20/60) switched to CANCELED 
      07/30/2015 18:33:48	DataSink (CsvOutputFormat (path: hdfs://wally011:45010/tmp/input/edges/res_gsa_CC_twitter, delimiter:  ))(21/60) switched to CANCELED 
      07/30/2015 18:33:48	Rebuild Workset Properties(4/60) switched to FAILED 
      java.lang.RuntimeException: Error obtaining the sorted input: Thread 'SortMerger Reading Thread' terminated due to an exception: java.lang.NullPointerException
      	at org.apache.flink.runtime.operators.sort.UnilateralSortMerger.getIterator(UnilateralSortMerger.java:607)
      	at org.apache.flink.runtime.operators.RegularPactTask.getInput(RegularPactTask.java:1145)
      	at org.apache.flink.runtime.operators.NoOpDriver.run(NoOpDriver.java:79)
      	at org.apache.flink.runtime.operators.RegularPactTask.run(RegularPactTask.java:496)
      	at org.apache.flink.runtime.iterative.task.AbstractIterativePactTask.run(AbstractIterativePactTask.java:139)
      	at org.apache.flink.runtime.iterative.task.IterationTailPactTask.run(IterationTailPactTask.java:107)
      	at org.apache.flink.runtime.operators.RegularPactTask.invoke(RegularPactTask.java:362)
      	at org.apache.flink.runtime.taskmanager.Task.run(Task.java:559)
      	at java.lang.Thread.run(Thread.java:722)
      Caused by: java.io.IOException: Thread 'SortMerger Reading Thread' terminated due to an exception: java.lang.NullPointerException
      	at org.apache.flink.runtime.operators.sort.UnilateralSortMerger$ThreadBase.run(UnilateralSortMerger.java:784)
      Caused by: org.apache.flink.runtime.io.network.partition.ProducerFailedException: java.lang.NullPointerException
      	at org.apache.flink.runtime.io.network.partition.consumer.LocalInputChannel.getNextLookAhead(LocalInputChannel.java:270)
      	at org.apache.flink.runtime.io.network.partition.consumer.LocalInputChannel.onNotification(LocalInputChannel.java:238)
      	at org.apache.flink.runtime.io.network.partition.PipelinedSubpartition.release(PipelinedSubpartition.java:158)
      	at org.apache.flink.runtime.io.network.partition.ResultPartition.release(ResultPartition.java:300)
      	at org.apache.flink.runtime.io.network.partition.ResultPartitionManager.releasePartitionsProducedBy(ResultPartitionManager.java:95)
      	at org.apache.flink.runtime.io.network.NetworkEnvironment.unregisterTask(NetworkEnvironment.java:345)
      	at org.apache.flink.runtime.taskmanager.Task.run(Task.java:650)
      	at java.lang.Thread.run(Thread.java:722)
      Caused by: java.lang.NullPointerException
      	at org.apache.flink.graph.gsa.GatherSumApplyIteration$ApplyUdf.join(GatherSumApplyIteration.java:364)
      	at org.apache.flink.graph.gsa.GatherSumApplyIteration$ApplyUdf.join(GatherSumApplyIteration.java:348)
      	at org.apache.flink.runtime.operators.JoinWithSolutionSetSecondDriver.run(JoinWithSolutionSetSecondDriver.java:198)
      	at org.apache.flink.runtime.operators.RegularPactTask.run(RegularPactTask.java:496)
      	at org.apache.flink.runtime.iterative.task.AbstractIterativePactTask.run(AbstractIterativePactTask.java:139)
      	at org.apache.flink.runtime.iterative.task.IterationIntermediatePactTask.run(IterationIntermediatePactTask.java:92)
      	at org.apache.flink.runtime.operators.RegularPactTask.invoke(RegularPactTask.java:362)
      	at org.apache.flink.runtime.taskmanager.Task.run(Task.java:559)
      	... 1 more
      
      07/30/2015 18:33:48	DataSink (CsvOutputFormat (path: hdfs://wally011:45010/tmp/input/edges/res_gsa_CC_twitter, delimiter:  ))(22/60) switched to CANCELED 
      07/30/2015 18:33:48	DataSink (CsvOutputFormat (path: hdfs://wally011:45010/tmp/input/edges/res_gsa_CC_twitter, delimiter:  ))(23/60) switched to CANCELED 
      07/30/2015 18:33:48	DataSink (CsvOutputFormat (path: hdfs://wally011:45010/tmp/input/edges/res_gsa_CC_twitter, delimiter:  ))(24/60) switched to CANCELED 
      07/30/2015 18:33:48	DataSink (CsvOutputFormat (path: hdfs://wally011:45010/tmp/input/edges/res_gsa_CC_twitter, delimiter:  ))(25/60) switched to CANCELED 
      07/30/2015 18:33:48	DataSink (CsvOutputFormat (path: hdfs://wally011:45010/tmp/input/edges/res_gsa_CC_twitter, delimiter:  ))(26/60) switched to CANCELED 
      07/30/2015 18:33:48	DataSink (CsvOutputFormat (path: hdfs://wally011:45010/tmp/input/edges/res_gsa_CC_twitter, delimiter:  ))(27/60) switched to CANCELED 
      07/30/2015 18:33:48	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(56/60) switched to CANCELED 
      07/30/2015 18:33:48	DataSink (CsvOutputFormat (path: hdfs://wally011:45010/tmp/input/edges/res_gsa_CC_twitter, delimiter:  ))(28/60) switched to CANCELED 
      07/30/2015 18:33:48	DataSink (CsvOutputFormat (path: hdfs://wally011:45010/tmp/input/edges/res_gsa_CC_twitter, delimiter:  ))(29/60) switched to CANCELED 
      07/30/2015 18:33:48	Map (Gather)(56/60) switched to CANCELED 
      07/30/2015 18:33:48	DataSink (CsvOutputFormat (path: hdfs://wally011:45010/tmp/input/edges/res_gsa_CC_twitter, delimiter:  ))(30/60) switched to CANCELED 
      07/30/2015 18:33:48	DataSink (CsvOutputFormat (path: hdfs://wally011:45010/tmp/input/edges/res_gsa_CC_twitter, delimiter:  ))(31/60) switched to CANCELED 
      07/30/2015 18:33:48	DataSink (CsvOutputFormat (path: hdfs://wally011:45010/tmp/input/edges/res_gsa_CC_twitter, delimiter:  ))(32/60) switched to CANCELED 
      07/30/2015 18:33:48	Map (Gather)(57/60) switched to CANCELED 
      07/30/2015 18:33:48	DataSink (CsvOutputFormat (path: hdfs://wally011:45010/tmp/input/edges/res_gsa_CC_twitter, delimiter:  ))(33/60) switched to CANCELED 
      07/30/2015 18:33:48	DataSink (CsvOutputFormat (path: hdfs://wally011:45010/tmp/input/edges/res_gsa_CC_twitter, delimiter:  ))(34/60) switched to CANCELED 
      07/30/2015 18:33:48	DataSink (CsvOutputFormat (path: hdfs://wally011:45010/tmp/input/edges/res_gsa_CC_twitter, delimiter:  ))(35/60) switched to CANCELED 
      07/30/2015 18:33:48	DataSink (CsvOutputFormat (path: hdfs://wally011:45010/tmp/input/edges/res_gsa_CC_twitter, delimiter:  ))(36/60) switched to CANCELED 
      07/30/2015 18:33:48	DataSink (CsvOutputFormat (path: hdfs://wally011:45010/tmp/input/edges/res_gsa_CC_twitter, delimiter:  ))(37/60) switched to CANCELED 
      07/30/2015 18:33:48	DataSink (CsvOutputFormat (path: hdfs://wally011:45010/tmp/input/edges/res_gsa_CC_twitter, delimiter:  ))(38/60) switched to CANCELED 
      07/30/2015 18:33:48	DataSink (CsvOutputFormat (path: hdfs://wally011:45010/tmp/input/edges/res_gsa_CC_twitter, delimiter:  ))(39/60) switched to CANCELED 
      07/30/2015 18:33:48	DataSink (CsvOutputFormat (path: hdfs://wally011:45010/tmp/input/edges/res_gsa_CC_twitter, delimiter:  ))(40/60) switched to CANCELED 
      07/30/2015 18:33:48	Join (Apply)(57/60) switched to FAILED 
      java.lang.NullPointerException
      	at org.apache.flink.graph.gsa.GatherSumApplyIteration$ApplyUdf.join(GatherSumApplyIteration.java:364)
      	at org.apache.flink.graph.gsa.GatherSumApplyIteration$ApplyUdf.join(GatherSumApplyIteration.java:348)
      	at org.apache.flink.runtime.operators.JoinWithSolutionSetSecondDriver.run(JoinWithSolutionSetSecondDriver.java:198)
      	at org.apache.flink.runtime.operators.RegularPactTask.run(RegularPactTask.java:496)
      	at org.apache.flink.runtime.iterative.task.AbstractIterativePactTask.run(AbstractIterativePactTask.java:139)
      	at org.apache.flink.runtime.iterative.task.IterationIntermediatePactTask.run(IterationIntermediatePactTask.java:92)
      	at org.apache.flink.runtime.operators.RegularPactTask.invoke(RegularPactTask.java:362)
      	at org.apache.flink.runtime.taskmanager.Task.run(Task.java:559)
      	at java.lang.Thread.run(Thread.java:722)
      
      07/30/2015 18:33:48	DataSink (CsvOutputFormat (path: hdfs://wally011:45010/tmp/input/edges/res_gsa_CC_twitter, delimiter:  ))(41/60) switched to CANCELED 
      07/30/2015 18:33:48	DataSink (CsvOutputFormat (path: hdfs://wally011:45010/tmp/input/edges/res_gsa_CC_twitter, delimiter:  ))(42/60) switched to CANCELED 
      07/30/2015 18:33:48	DataSink (CsvOutputFormat (path: hdfs://wally011:45010/tmp/input/edges/res_gsa_CC_twitter, delimiter:  ))(43/60) switched to CANCELED 
      07/30/2015 18:33:48	DataSink (CsvOutputFormat (path: hdfs://wally011:45010/tmp/input/edges/res_gsa_CC_twitter, delimiter:  ))(44/60) switched to CANCELED 
      07/30/2015 18:33:48	DataSink (CsvOutputFormat (path: hdfs://wally011:45010/tmp/input/edges/res_gsa_CC_twitter, delimiter:  ))(45/60) switched to CANCELED 
      07/30/2015 18:33:48	DataSink (CsvOutputFormat (path: hdfs://wally011:45010/tmp/input/edges/res_gsa_CC_twitter, delimiter:  ))(46/60) switched to CANCELED 
      07/30/2015 18:33:48	DataSink (CsvOutputFormat (path: hdfs://wally011:45010/tmp/input/edges/res_gsa_CC_twitter, delimiter:  ))(47/60) switched to CANCELED 
      07/30/2015 18:33:48	DataSink (CsvOutputFormat (path: hdfs://wally011:45010/tmp/input/edges/res_gsa_CC_twitter, delimiter:  ))(48/60) switched to CANCELED 
      07/30/2015 18:33:48	DataSink (CsvOutputFormat (path: hdfs://wally011:45010/tmp/input/edges/res_gsa_CC_twitter, delimiter:  ))(49/60) switched to CANCELED 
      07/30/2015 18:33:48	DataSink (CsvOutputFormat (path: hdfs://wally011:45010/tmp/input/edges/res_gsa_CC_twitter, delimiter:  ))(50/60) switched to CANCELED 
      07/30/2015 18:33:48	DataSink (CsvOutputFormat (path: hdfs://wally011:45010/tmp/input/edges/res_gsa_CC_twitter, delimiter:  ))(51/60) switched to CANCELED 
      07/30/2015 18:33:48	DataSink (CsvOutputFormat (path: hdfs://wally011:45010/tmp/input/edges/res_gsa_CC_twitter, delimiter:  ))(52/60) switched to CANCELED 
      07/30/2015 18:33:48	DataSink (CsvOutputFormat (path: hdfs://wally011:45010/tmp/input/edges/res_gsa_CC_twitter, delimiter:  ))(53/60) switched to CANCELED 
      07/30/2015 18:33:48	DataSink (CsvOutputFormat (path: hdfs://wally011:45010/tmp/input/edges/res_gsa_CC_twitter, delimiter:  ))(54/60) switched to CANCELED 
      07/30/2015 18:33:48	DataSink (CsvOutputFormat (path: hdfs://wally011:45010/tmp/input/edges/res_gsa_CC_twitter, delimiter:  ))(55/60) switched to CANCELED 
      07/30/2015 18:33:48	DataSink (CsvOutputFormat (path: hdfs://wally011:45010/tmp/input/edges/res_gsa_CC_twitter, delimiter:  ))(56/60) switched to CANCELED 
      07/30/2015 18:33:48	DataSink (CsvOutputFormat (path: hdfs://wally011:45010/tmp/input/edges/res_gsa_CC_twitter, delimiter:  ))(57/60) switched to CANCELED 
      07/30/2015 18:33:48	DataSink (CsvOutputFormat (path: hdfs://wally011:45010/tmp/input/edges/res_gsa_CC_twitter, delimiter:  ))(58/60) switched to CANCELED 
      07/30/2015 18:33:48	DataSink (CsvOutputFormat (path: hdfs://wally011:45010/tmp/input/edges/res_gsa_CC_twitter, delimiter:  ))(59/60) switched to CANCELED 
      07/30/2015 18:33:48	DataSink (CsvOutputFormat (path: hdfs://wally011:45010/tmp/input/edges/res_gsa_CC_twitter, delimiter:  ))(60/60) switched to CANCELED 
      07/30/2015 18:33:48	Sync (WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(1/1) switched to CANCELED 
      07/30/2015 18:33:48	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(19/60) switched to CANCELED 
      07/30/2015 18:33:48	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(20/60) switched to CANCELED 
      07/30/2015 18:33:48	Map (Gather)(19/60) switched to CANCELED 
      07/30/2015 18:33:48	Map (Gather)(20/60) switched to CANCELED 
      07/30/2015 18:33:48	Join (Apply)(20/60) switched to FAILED 
      java.lang.NullPointerException
      	at org.apache.flink.graph.gsa.GatherSumApplyIteration$ApplyUdf.join(GatherSumApplyIteration.java:364)
      	at org.apache.flink.graph.gsa.GatherSumApplyIteration$ApplyUdf.join(GatherSumApplyIteration.java:348)
      	at org.apache.flink.runtime.operators.JoinWithSolutionSetSecondDriver.run(JoinWithSolutionSetSecondDriver.java:198)
      	at org.apache.flink.runtime.operators.RegularPactTask.run(RegularPactTask.java:496)
      	at org.apache.flink.runtime.iterative.task.AbstractIterativePactTask.run(AbstractIterativePactTask.java:139)
      	at org.apache.flink.runtime.iterative.task.IterationIntermediatePactTask.run(IterationIntermediatePactTask.java:92)
      	at org.apache.flink.runtime.operators.RegularPactTask.invoke(RegularPactTask.java:362)
      	at org.apache.flink.runtime.taskmanager.Task.run(Task.java:559)
      	at java.lang.Thread.run(Thread.java:722)
      
      07/30/2015 18:33:48	Rebuild Workset Properties(19/60) switched to CANCELED 
      07/30/2015 18:33:48	Rebuild Workset Properties(20/60) switched to CANCELED 
      07/30/2015 18:33:48	Join(Join at createResult(GatherSumApplyIteration.java:174))(10/60) switched to CANCELED 
      07/30/2015 18:33:48	Reduce (Sum)(11/60) switched to CANCELED 
      07/30/2015 18:33:48	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(6/60) switched to CANCELED 
      07/30/2015 18:33:48	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(9/60) switched to CANCELED 
      07/30/2015 18:33:48	Join(Join at createResult(GatherSumApplyIteration.java:174))(32/60) switched to CANCELED 
      07/30/2015 18:33:48	Reduce (Sum)(32/60) switched to CANCELED 
      07/30/2015 18:33:48	Reduce (Sum)(31/60) switched to CANCELED 
      07/30/2015 18:33:48	Map (Gather)(6/60) switched to CANCELED 
      07/30/2015 18:33:48	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(50/60) switched to CANCELED 
      07/30/2015 18:33:48	Map (Gather)(9/60) switched to CANCELED 
      07/30/2015 18:33:48	Join (Apply)(9/60) switched to FAILED 
      java.lang.NullPointerException
      	at org.apache.flink.graph.gsa.GatherSumApplyIteration$ApplyUdf.join(GatherSumApplyIteration.java:364)
      	at org.apache.flink.graph.gsa.GatherSumApplyIteration$ApplyUdf.join(GatherSumApplyIteration.java:348)
      	at org.apache.flink.runtime.operators.JoinWithSolutionSetSecondDriver.run(JoinWithSolutionSetSecondDriver.java:198)
      	at org.apache.flink.runtime.operators.RegularPactTask.run(RegularPactTask.java:496)
      	at org.apache.flink.runtime.iterative.task.AbstractIterativePactTask.run(AbstractIterativePactTask.java:139)
      	at org.apache.flink.runtime.iterative.task.IterationIntermediatePactTask.run(IterationIntermediatePactTask.java:92)
      	at org.apache.flink.runtime.operators.RegularPactTask.invoke(RegularPactTask.java:362)
      	at org.apache.flink.runtime.taskmanager.Task.run(Task.java:559)
      	at java.lang.Thread.run(Thread.java:722)
      
      07/30/2015 18:33:48	Reduce (Sum)(36/60) switched to CANCELED 
      07/30/2015 18:33:48	Join (Apply)(6/60) switched to FAILED 
      java.lang.NullPointerException
      	at org.apache.flink.graph.gsa.GatherSumApplyIteration$ApplyUdf.join(GatherSumApplyIteration.java:364)
      	at org.apache.flink.graph.gsa.GatherSumApplyIteration$ApplyUdf.join(GatherSumApplyIteration.java:348)
      	at org.apache.flink.runtime.operators.JoinWithSolutionSetSecondDriver.run(JoinWithSolutionSetSecondDriver.java:198)
      	at org.apache.flink.runtime.operators.RegularPactTask.run(RegularPactTask.java:496)
      	at org.apache.flink.runtime.iterative.task.AbstractIterativePactTask.run(AbstractIterativePactTask.java:139)
      	at org.apache.flink.runtime.iterative.task.IterationIntermediatePactTask.run(IterationIntermediatePactTask.java:92)
      	at org.apache.flink.runtime.operators.RegularPactTask.invoke(RegularPactTask.java:362)
      	at org.apache.flink.runtime.taskmanager.Task.run(Task.java:559)
      	at java.lang.Thread.run(Thread.java:722)
      
      07/30/2015 18:33:48	Map (Gather)(50/60) switched to CANCELED 
      07/30/2015 18:33:48	Join (Apply)(50/60) switched to FAILED 
      java.lang.NullPointerException
      	at org.apache.flink.graph.gsa.GatherSumApplyIteration$ApplyUdf.join(GatherSumApplyIteration.java:364)
      	at org.apache.flink.graph.gsa.GatherSumApplyIteration$ApplyUdf.join(GatherSumApplyIteration.java:348)
      	at org.apache.flink.runtime.operators.JoinWithSolutionSetSecondDriver.run(JoinWithSolutionSetSecondDriver.java:198)
      	at org.apache.flink.runtime.operators.RegularPactTask.run(RegularPactTask.java:496)
      	at org.apache.flink.runtime.iterative.task.AbstractIterativePactTask.run(AbstractIterativePactTask.java:139)
      	at org.apache.flink.runtime.iterative.task.IterationIntermediatePactTask.run(IterationIntermediatePactTask.java:92)
      	at org.apache.flink.runtime.operators.RegularPactTask.invoke(RegularPactTask.java:362)
      	at org.apache.flink.runtime.taskmanager.Task.run(Task.java:559)
      	at java.lang.Thread.run(Thread.java:722)
      
      07/30/2015 18:33:48	Rebuild Workset Properties(9/60) switched to FAILED 
      java.lang.RuntimeException: Error obtaining the sorted input: Thread 'SortMerger Reading Thread' terminated due to an exception: java.lang.NullPointerException
      	at org.apache.flink.runtime.operators.sort.UnilateralSortMerger.getIterator(UnilateralSortMerger.java:607)
      	at org.apache.flink.runtime.operators.RegularPactTask.getInput(RegularPactTask.java:1145)
      	at org.apache.flink.runtime.operators.NoOpDriver.run(NoOpDriver.java:79)
      	at org.apache.flink.runtime.operators.RegularPactTask.run(RegularPactTask.java:496)
      	at org.apache.flink.runtime.iterative.task.AbstractIterativePactTask.run(AbstractIterativePactTask.java:139)
      	at org.apache.flink.runtime.iterative.task.IterationTailPactTask.run(IterationTailPactTask.java:107)
      	at org.apache.flink.runtime.operators.RegularPactTask.invoke(RegularPactTask.java:362)
      	at org.apache.flink.runtime.taskmanager.Task.run(Task.java:559)
      	at java.lang.Thread.run(Thread.java:722)
      Caused by: java.io.IOException: Thread 'SortMerger Reading Thread' terminated due to an exception: java.lang.NullPointerException
      	at org.apache.flink.runtime.operators.sort.UnilateralSortMerger$ThreadBase.run(UnilateralSortMerger.java:784)
      Caused by: org.apache.flink.runtime.io.network.partition.ProducerFailedException: java.lang.NullPointerException
      	at org.apache.flink.runtime.io.network.partition.consumer.LocalInputChannel.getNextLookAhead(LocalInputChannel.java:270)
      	at org.apache.flink.runtime.io.network.partition.consumer.LocalInputChannel.onNotification(LocalInputChannel.java:238)
      	at org.apache.flink.runtime.io.network.partition.PipelinedSubpartition.release(PipelinedSubpartition.java:158)
      	at org.apache.flink.runtime.io.network.partition.ResultPartition.release(ResultPartition.java:300)
      	at org.apache.flink.runtime.io.network.partition.ResultPartitionManager.releasePartitionsProducedBy(ResultPartitionManager.java:95)
      	at org.apache.flink.runtime.io.network.NetworkEnvironment.unregisterTask(NetworkEnvironment.java:345)
      	at org.apache.flink.runtime.taskmanager.Task.run(Task.java:650)
      	at java.lang.Thread.run(Thread.java:722)
      Caused by: java.lang.NullPointerException
      	at org.apache.flink.graph.gsa.GatherSumApplyIteration$ApplyUdf.join(GatherSumApplyIteration.java:364)
      	at org.apache.flink.graph.gsa.GatherSumApplyIteration$ApplyUdf.join(GatherSumApplyIteration.java:348)
      	at org.apache.flink.runtime.operators.JoinWithSolutionSetSecondDriver.run(JoinWithSolutionSetSecondDriver.java:198)
      	at org.apache.flink.runtime.operators.RegularPactTask.run(RegularPactTask.java:496)
      	at org.apache.flink.runtime.iterative.task.AbstractIterativePactTask.run(AbstractIterativePactTask.java:139)
      	at org.apache.flink.runtime.iterative.task.IterationIntermediatePactTask.run(IterationIntermediatePactTask.java:92)
      	at org.apache.flink.runtime.operators.RegularPactTask.invoke(RegularPactTask.java:362)
      	at org.apache.flink.runtime.taskmanager.Task.run(Task.java:559)
      	... 1 more
      
      07/30/2015 18:33:48	Rebuild Workset Properties(6/60) switched to FAILED 
      java.lang.RuntimeException: Error obtaining the sorted input: Thread 'SortMerger Reading Thread' terminated due to an exception: java.lang.NullPointerException
      	at org.apache.flink.runtime.operators.sort.UnilateralSortMerger.getIterator(UnilateralSortMerger.java:607)
      	at org.apache.flink.runtime.operators.RegularPactTask.getInput(RegularPactTask.java:1145)
      	at org.apache.flink.runtime.operators.NoOpDriver.run(NoOpDriver.java:79)
      	at org.apache.flink.runtime.operators.RegularPactTask.run(RegularPactTask.java:496)
      	at org.apache.flink.runtime.iterative.task.AbstractIterativePactTask.run(AbstractIterativePactTask.java:139)
      	at org.apache.flink.runtime.iterative.task.IterationTailPactTask.run(IterationTailPactTask.java:107)
      	at org.apache.flink.runtime.operators.RegularPactTask.invoke(RegularPactTask.java:362)
      	at org.apache.flink.runtime.taskmanager.Task.run(Task.java:559)
      	at java.lang.Thread.run(Thread.java:722)
      Caused by: java.io.IOException: Thread 'SortMerger Reading Thread' terminated due to an exception: java.lang.NullPointerException
      	at org.apache.flink.runtime.operators.sort.UnilateralSortMerger$ThreadBase.run(UnilateralSortMerger.java:784)
      Caused by: org.apache.flink.runtime.io.network.partition.ProducerFailedException: java.lang.NullPointerException
      	at org.apache.flink.runtime.io.network.partition.consumer.LocalInputChannel.getNextLookAhead(LocalInputChannel.java:270)
      	at org.apache.flink.runtime.io.network.partition.consumer.LocalInputChannel.onNotification(LocalInputChannel.java:238)
      	at org.apache.flink.runtime.io.network.partition.PipelinedSubpartition.release(PipelinedSubpartition.java:158)
      	at org.apache.flink.runtime.io.network.partition.ResultPartition.release(ResultPartition.java:300)
      	at org.apache.flink.runtime.io.network.partition.ResultPartitionManager.releasePartitionsProducedBy(ResultPartitionManager.java:95)
      	at org.apache.flink.runtime.io.network.NetworkEnvironment.unregisterTask(NetworkEnvironment.java:345)
      	at org.apache.flink.runtime.taskmanager.Task.run(Task.java:650)
      	at java.lang.Thread.run(Thread.java:722)
      Caused by: java.lang.NullPointerException
      	at org.apache.flink.graph.gsa.GatherSumApplyIteration$ApplyUdf.join(GatherSumApplyIteration.java:364)
      	at org.apache.flink.graph.gsa.GatherSumApplyIteration$ApplyUdf.join(GatherSumApplyIteration.java:348)
      	at org.apache.flink.runtime.operators.JoinWithSolutionSetSecondDriver.run(JoinWithSolutionSetSecondDriver.java:198)
      	at org.apache.flink.runtime.operators.RegularPactTask.run(RegularPactTask.java:496)
      	at org.apache.flink.runtime.iterative.task.AbstractIterativePactTask.run(AbstractIterativePactTask.java:139)
      	at org.apache.flink.runtime.iterative.task.IterationIntermediatePactTask.run(IterationIntermediatePactTask.java:92)
      	at org.apache.flink.runtime.operators.RegularPactTask.invoke(RegularPactTask.java:362)
      	at org.apache.flink.runtime.taskmanager.Task.run(Task.java:559)
      	... 1 more
      
      07/30/2015 18:33:48	Rebuild Workset Properties(50/60) switched to FAILED 
      java.lang.RuntimeException: Error obtaining the sorted input: Thread 'SortMerger Reading Thread' terminated due to an exception: java.lang.NullPointerException
      	at org.apache.flink.runtime.operators.sort.UnilateralSortMerger.getIterator(UnilateralSortMerger.java:607)
      	at org.apache.flink.runtime.operators.RegularPactTask.getInput(RegularPactTask.java:1145)
      	at org.apache.flink.runtime.operators.NoOpDriver.run(NoOpDriver.java:79)
      	at org.apache.flink.runtime.operators.RegularPactTask.run(RegularPactTask.java:496)
      	at org.apache.flink.runtime.iterative.task.AbstractIterativePactTask.run(AbstractIterativePactTask.java:139)
      	at org.apache.flink.runtime.iterative.task.IterationTailPactTask.run(IterationTailPactTask.java:107)
      	at org.apache.flink.runtime.operators.RegularPactTask.invoke(RegularPactTask.java:362)
      	at org.apache.flink.runtime.taskmanager.Task.run(Task.java:559)
      	at java.lang.Thread.run(Thread.java:722)
      Caused by: java.io.IOException: Thread 'SortMerger Reading Thread' terminated due to an exception: java.lang.NullPointerException
      	at org.apache.flink.runtime.operators.sort.UnilateralSortMerger$ThreadBase.run(UnilateralSortMerger.java:784)
      Caused by: org.apache.flink.runtime.io.network.partition.ProducerFailedException: java.lang.NullPointerException
      	at org.apache.flink.runtime.io.network.partition.consumer.LocalInputChannel.getNextLookAhead(LocalInputChannel.java:270)
      	at org.apache.flink.runtime.io.network.partition.consumer.LocalInputChannel.onNotification(LocalInputChannel.java:238)
      	at org.apache.flink.runtime.io.network.partition.PipelinedSubpartition.release(PipelinedSubpartition.java:158)
      	at org.apache.flink.runtime.io.network.partition.ResultPartition.release(ResultPartition.java:300)
      	at org.apache.flink.runtime.io.network.partition.ResultPartitionManager.releasePartitionsProducedBy(ResultPartitionManager.java:95)
      	at org.apache.flink.runtime.io.network.NetworkEnvironment.unregisterTask(NetworkEnvironment.java:345)
      	at org.apache.flink.runtime.taskmanager.Task.run(Task.java:650)
      	at java.lang.Thread.run(Thread.java:722)
      Caused by: java.lang.NullPointerException
      	at org.apache.flink.graph.gsa.GatherSumApplyIteration$ApplyUdf.join(GatherSumApplyIteration.java:364)
      	at org.apache.flink.graph.gsa.GatherSumApplyIteration$ApplyUdf.join(GatherSumApplyIteration.java:348)
      	at org.apache.flink.runtime.operators.JoinWithSolutionSetSecondDriver.run(JoinWithSolutionSetSecondDriver.java:198)
      	at org.apache.flink.runtime.operators.RegularPactTask.run(RegularPactTask.java:496)
      	at org.apache.flink.runtime.iterative.task.AbstractIterativePactTask.run(AbstractIterativePactTask.java:139)
      	at org.apache.flink.runtime.iterative.task.IterationIntermediatePactTask.run(IterationIntermediatePactTask.java:92)
      	at org.apache.flink.runtime.operators.RegularPactTask.invoke(RegularPactTask.java:362)
      	at org.apache.flink.runtime.taskmanager.Task.run(Task.java:559)
      	... 1 more
      
      07/30/2015 18:33:48	Reduce (Sum)(12/60) switched to CANCELED 
      07/30/2015 18:33:48	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(38/60) switched to CANCELED 
      07/30/2015 18:33:48	Reduce (Sum)(46/60) switched to CANCELED 
      07/30/2015 18:33:48	Reduce (Sum)(13/60) switched to CANCELED 
      07/30/2015 18:33:48	Reduce (Sum)(19/60) switched to CANCELED 
      07/30/2015 18:33:48	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(39/60) switched to CANCELED 
      07/30/2015 18:33:48	Map (Gather)(38/60) switched to CANCELED 
      07/30/2015 18:33:48	Join (Apply)(39/60) switched to CANCELED 
      07/30/2015 18:33:48	Join (Apply)(56/60) switched to FAILED 
      java.lang.NullPointerException
      	at org.apache.flink.graph.gsa.GatherSumApplyIteration$ApplyUdf.join(GatherSumApplyIteration.java:364)
      	at org.apache.flink.graph.gsa.GatherSumApplyIteration$ApplyUdf.join(GatherSumApplyIteration.java:348)
      	at org.apache.flink.runtime.operators.JoinWithSolutionSetSecondDriver.run(JoinWithSolutionSetSecondDriver.java:198)
      	at org.apache.flink.runtime.operators.RegularPactTask.run(RegularPactTask.java:496)
      	at org.apache.flink.runtime.iterative.task.AbstractIterativePactTask.run(AbstractIterativePactTask.java:139)
      	at org.apache.flink.runtime.iterative.task.IterationIntermediatePactTask.run(IterationIntermediatePactTask.java:92)
      	at org.apache.flink.runtime.operators.RegularPactTask.invoke(RegularPactTask.java:362)
      	at org.apache.flink.runtime.taskmanager.Task.run(Task.java:559)
      	at java.lang.Thread.run(Thread.java:722)
      
      07/30/2015 18:33:48	Map (Gather)(39/60) switched to CANCELED 
      07/30/2015 18:33:48	Join(Join at createResult(GatherSumApplyIteration.java:174))(20/60) switched to CANCELED 
      07/30/2015 18:33:48	Join (Apply)(60/60) switched to FAILED 
      java.lang.NullPointerException
      	at org.apache.flink.graph.gsa.GatherSumApplyIteration$ApplyUdf.join(GatherSumApplyIteration.java:364)
      	at org.apache.flink.graph.gsa.GatherSumApplyIteration$ApplyUdf.join(GatherSumApplyIteration.java:348)
      	at org.apache.flink.runtime.operators.JoinWithSolutionSetSecondDriver.run(JoinWithSolutionSetSecondDriver.java:198)
      	at org.apache.flink.runtime.operators.RegularPactTask.run(RegularPactTask.java:496)
      	at org.apache.flink.runtime.iterative.task.AbstractIterativePactTask.run(AbstractIterativePactTask.java:139)
      	at org.apache.flink.runtime.iterative.task.IterationIntermediatePactTask.run(IterationIntermediatePactTask.java:92)
      	at org.apache.flink.runtime.operators.RegularPactTask.invoke(RegularPactTask.java:362)
      	at org.apache.flink.runtime.taskmanager.Task.run(Task.java:559)
      	at java.lang.Thread.run(Thread.java:722)
      
      07/30/2015 18:33:48	Rebuild Workset Properties(39/60) switched to CANCELED 
      07/30/2015 18:33:48	Join (Apply)(38/60) switched to FAILED 
      java.lang.NullPointerException
      	at org.apache.flink.graph.gsa.GatherSumApplyIteration$ApplyUdf.join(GatherSumApplyIteration.java:364)
      	at org.apache.flink.graph.gsa.GatherSumApplyIteration$ApplyUdf.join(GatherSumApplyIteration.java:348)
      	at org.apache.flink.runtime.operators.JoinWithSolutionSetSecondDriver.run(JoinWithSolutionSetSecondDriver.java:198)
      	at org.apache.flink.runtime.operators.RegularPactTask.run(RegularPactTask.java:496)
      	at org.apache.flink.runtime.iterative.task.AbstractIterativePactTask.run(AbstractIterativePactTask.java:139)
      	at org.apache.flink.runtime.iterative.task.IterationIntermediatePactTask.run(IterationIntermediatePactTask.java:92)
      	at org.apache.flink.runtime.operators.RegularPactTask.invoke(RegularPactTask.java:362)
      	at org.apache.flink.runtime.taskmanager.Task.run(Task.java:559)
      	at java.lang.Thread.run(Thread.java:722)
      
      07/30/2015 18:33:48	Rebuild Workset Properties(38/60) switched to CANCELED 
      07/30/2015 18:33:48	Reduce (Sum)(20/60) switched to CANCELED 
      07/30/2015 18:33:48	Join(Join at createResult(GatherSumApplyIteration.java:174))(19/60) switched to CANCELED 
      07/30/2015 18:33:48	Join(Join at createResult(GatherSumApplyIteration.java:174))(39/60) switched to CANCELED 
      07/30/2015 18:33:48	Reduce (Sum)(38/60) switched to CANCELED 
      07/30/2015 18:33:48	Join(Join at createResult(GatherSumApplyIteration.java:174))(9/60) switched to CANCELED 
      07/30/2015 18:33:48	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(27/60) switched to CANCELED 
      07/30/2015 18:33:48	Join(Join at createResult(GatherSumApplyIteration.java:174))(38/60) switched to CANCELED 
      07/30/2015 18:33:48	Reduce (Sum)(9/60) switched to CANCELED 
      07/30/2015 18:33:48	Reduce (Sum)(50/60) switched to CANCELED 
      07/30/2015 18:33:48	Reduce (Sum)(6/60) switched to CANCELED 
      07/30/2015 18:33:48	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(35/60) switched to CANCELED 
      07/30/2015 18:33:48	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(37/60) switched to CANCELED 
      07/30/2015 18:33:48	Map (Gather)(35/60) switched to CANCELED 
      07/30/2015 18:33:48	Map (Gather)(37/60) switched to CANCELED 
      07/30/2015 18:33:48	Join (Apply)(37/60) switched to CANCELED 
      07/30/2015 18:33:48	Rebuild Workset Properties(37/60) switched to CANCELED 
      07/30/2015 18:33:48	Rebuild Workset Properties(35/60) switched to CANCELED 
      07/30/2015 18:33:48	Reduce (Sum)(39/60) switched to CANCELED 
      07/30/2015 18:33:48	Rebuild Workset Properties(57/60) switched to CANCELED 
      07/30/2015 18:33:48	Join(Join at createResult(GatherSumApplyIteration.java:174))(57/60) switched to CANCELED 
      07/30/2015 18:33:48	Rebuild Workset Properties(56/60) switched to CANCELED 
      07/30/2015 18:33:48	Join(Join at createResult(GatherSumApplyIteration.java:174))(56/60) switched to CANCELED 
      07/30/2015 18:33:48	Reduce (Sum)(57/60) switched to CANCELED 
      07/30/2015 18:33:48	Reduce (Sum)(56/60) switched to CANCELED 
      07/30/2015 18:33:48	Reduce (Sum)(59/60) switched to CANCELED 
      07/30/2015 18:33:48	Join(Join at createResult(GatherSumApplyIteration.java:174))(59/60) switched to CANCELED 
      07/30/2015 18:33:48	Join (Apply)(59/60) switched to FAILED 
      java.lang.NullPointerException
      	at org.apache.flink.graph.gsa.GatherSumApplyIteration$ApplyUdf.join(GatherSumApplyIteration.java:364)
      	at org.apache.flink.graph.gsa.GatherSumApplyIteration$ApplyUdf.join(GatherSumApplyIteration.java:348)
      	at org.apache.flink.runtime.operators.JoinWithSolutionSetSecondDriver.run(JoinWithSolutionSetSecondDriver.java:198)
      	at org.apache.flink.runtime.operators.RegularPactTask.run(RegularPactTask.java:496)
      	at org.apache.flink.runtime.iterative.task.AbstractIterativePactTask.run(AbstractIterativePactTask.java:139)
      	at org.apache.flink.runtime.iterative.task.IterationIntermediatePactTask.run(IterationIntermediatePactTask.java:92)
      	at org.apache.flink.runtime.operators.RegularPactTask.invoke(RegularPactTask.java:362)
      	at org.apache.flink.runtime.taskmanager.Task.run(Task.java:559)
      	at java.lang.Thread.run(Thread.java:722)
      
      07/30/2015 18:33:48	Join(Join at createResult(GatherSumApplyIteration.java:174))(58/60) switched to CANCELED 
      07/30/2015 18:33:48	Reduce (Sum)(58/60) switched to CANCELED 
      07/30/2015 18:33:48	Join(Join at createResult(GatherSumApplyIteration.java:174))(6/60) switched to CANCELED 
      07/30/2015 18:33:48	Join (Apply)(58/60) switched to CANCELED 
      07/30/2015 18:33:48	Reduce (Sum)(37/60) switched to CANCELED 
      07/30/2015 18:33:48	Rebuild Workset Properties(58/60) switched to CANCELED 
      07/30/2015 18:33:48	Rebuild Workset Properties(59/60) switched to FAILED 
      java.lang.RuntimeException: Error obtaining the sorted input: Thread 'SortMerger Reading Thread' terminated due to an exception: java.lang.NullPointerException
      	at org.apache.flink.runtime.operators.sort.UnilateralSortMerger.getIterator(UnilateralSortMerger.java:607)
      	at org.apache.flink.runtime.operators.RegularPactTask.getInput(RegularPactTask.java:1145)
      	at org.apache.flink.runtime.operators.NoOpDriver.run(NoOpDriver.java:79)
      	at org.apache.flink.runtime.operators.RegularPactTask.run(RegularPactTask.java:496)
      	at org.apache.flink.runtime.iterative.task.AbstractIterativePactTask.run(AbstractIterativePactTask.java:139)
      	at org.apache.flink.runtime.iterative.task.IterationTailPactTask.run(IterationTailPactTask.java:107)
      	at org.apache.flink.runtime.operators.RegularPactTask.invoke(RegularPactTask.java:362)
      	at org.apache.flink.runtime.taskmanager.Task.run(Task.java:559)
      	at java.lang.Thread.run(Thread.java:722)
      Caused by: java.io.IOException: Thread 'SortMerger Reading Thread' terminated due to an exception: java.lang.NullPointerException
      	at org.apache.flink.runtime.operators.sort.UnilateralSortMerger$ThreadBase.run(UnilateralSortMerger.java:784)
      Caused by: org.apache.flink.runtime.io.network.partition.ProducerFailedException: java.lang.NullPointerException
      	at org.apache.flink.runtime.io.network.partition.consumer.LocalInputChannel.getNextLookAhead(LocalInputChannel.java:270)
      	at org.apache.flink.runtime.io.network.partition.consumer.LocalInputChannel.onNotification(LocalInputChannel.java:238)
      	at org.apache.flink.runtime.io.network.partition.PipelinedSubpartition.release(PipelinedSubpartition.java:158)
      	at org.apache.flink.runtime.io.network.partition.ResultPartition.release(ResultPartition.java:300)
      	at org.apache.flink.runtime.io.network.partition.ResultPartitionManager.releasePartitionsProducedBy(ResultPartitionManager.java:95)
      	at org.apache.flink.runtime.io.network.NetworkEnvironment.unregisterTask(NetworkEnvironment.java:345)
      	at org.apache.flink.runtime.taskmanager.Task.run(Task.java:650)
      	at java.lang.Thread.run(Thread.java:722)
      Caused by: java.lang.NullPointerException
      	at org.apache.flink.graph.gsa.GatherSumApplyIteration$ApplyUdf.join(GatherSumApplyIteration.java:364)
      	at org.apache.flink.graph.gsa.GatherSumApplyIteration$ApplyUdf.join(GatherSumApplyIteration.java:348)
      	at org.apache.flink.runtime.operators.JoinWithSolutionSetSecondDriver.run(JoinWithSolutionSetSecondDriver.java:198)
      	at org.apache.flink.runtime.operators.RegularPactTask.run(RegularPactTask.java:496)
      	at org.apache.flink.runtime.iterative.task.AbstractIterativePactTask.run(AbstractIterativePactTask.java:139)
      	at org.apache.flink.runtime.iterative.task.IterationIntermediatePactTask.run(IterationIntermediatePactTask.java:92)
      	at org.apache.flink.runtime.operators.RegularPactTask.invoke(RegularPactTask.java:362)
      	at org.apache.flink.runtime.taskmanager.Task.run(Task.java:559)
      	... 1 more
      
      07/30/2015 18:33:48	Join(Join at createResult(GatherSumApplyIteration.java:174))(50/60) switched to CANCELED 
      07/30/2015 18:33:48	Join(Join at createResult(GatherSumApplyIteration.java:174))(35/60) switched to CANCELED 
      07/30/2015 18:33:48	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(29/60) switched to CANCELED 
      07/30/2015 18:33:48	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(54/60) switched to CANCELED 
      07/30/2015 18:33:48	Map (Gather)(55/60) switched to CANCELED 
      07/30/2015 18:33:48	Join (Apply)(55/60) switched to CANCELED 
      07/30/2015 18:33:48	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(30/60) switched to CANCELED 
      07/30/2015 18:33:48	Rebuild Workset Properties(54/60) switched to CANCELED 
      07/30/2015 18:33:48	Rebuild Workset Properties(55/60) switched to CANCELED 
      07/30/2015 18:33:48	Map (Gather)(54/60) switched to CANCELED 
      07/30/2015 18:33:48	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(55/60) switched to CANCELED 
      07/30/2015 18:33:48	Map (Gather)(29/60) switched to CANCELED 
      07/30/2015 18:33:48	Map (Gather)(30/60) switched to CANCELED 
      07/30/2015 18:33:48	Join (Apply)(29/60) switched to CANCELED 
      07/30/2015 18:33:48	Rebuild Workset Properties(29/60) switched to CANCELED 
      07/30/2015 18:33:48	Join (Apply)(30/60) switched to FAILED 
      java.lang.NullPointerException
      	at org.apache.flink.graph.gsa.GatherSumApplyIteration$ApplyUdf.join(GatherSumApplyIteration.java:364)
      	at org.apache.flink.graph.gsa.GatherSumApplyIteration$ApplyUdf.join(GatherSumApplyIteration.java:348)
      	at org.apache.flink.runtime.operators.JoinWithSolutionSetSecondDriver.run(JoinWithSolutionSetSecondDriver.java:198)
      	at org.apache.flink.runtime.operators.RegularPactTask.run(RegularPactTask.java:496)
      	at org.apache.flink.runtime.iterative.task.AbstractIterativePactTask.run(AbstractIterativePactTask.java:139)
      	at org.apache.flink.runtime.iterative.task.IterationIntermediatePactTask.run(IterationIntermediatePactTask.java:92)
      	at org.apache.flink.runtime.operators.RegularPactTask.invoke(RegularPactTask.java:362)
      	at org.apache.flink.runtime.taskmanager.Task.run(Task.java:559)
      	at java.lang.Thread.run(Thread.java:722)
      
      07/30/2015 18:33:48	Rebuild Workset Properties(30/60) switched to FAILED 
      java.lang.RuntimeException: Error obtaining the sorted input: Thread 'SortMerger Reading Thread' terminated due to an exception: java.lang.NullPointerException
      	at org.apache.flink.runtime.operators.sort.UnilateralSortMerger.getIterator(UnilateralSortMerger.java:607)
      	at org.apache.flink.runtime.operators.RegularPactTask.getInput(RegularPactTask.java:1145)
      	at org.apache.flink.runtime.operators.NoOpDriver.run(NoOpDriver.java:79)
      	at org.apache.flink.runtime.operators.RegularPactTask.run(RegularPactTask.java:496)
      	at org.apache.flink.runtime.iterative.task.AbstractIterativePactTask.run(AbstractIterativePactTask.java:139)
      	at org.apache.flink.runtime.iterative.task.IterationTailPactTask.run(IterationTailPactTask.java:107)
      	at org.apache.flink.runtime.operators.RegularPactTask.invoke(RegularPactTask.java:362)
      	at org.apache.flink.runtime.taskmanager.Task.run(Task.java:559)
      	at java.lang.Thread.run(Thread.java:722)
      Caused by: java.io.IOException: Thread 'SortMerger Reading Thread' terminated due to an exception: java.lang.NullPointerException
      	at org.apache.flink.runtime.operators.sort.UnilateralSortMerger$ThreadBase.run(UnilateralSortMerger.java:784)
      Caused by: org.apache.flink.runtime.io.network.partition.ProducerFailedException: java.lang.NullPointerException
      	at org.apache.flink.runtime.io.network.partition.consumer.LocalInputChannel.getNextLookAhead(LocalInputChannel.java:270)
      	at org.apache.flink.runtime.io.network.partition.consumer.LocalInputChannel.onNotification(LocalInputChannel.java:238)
      	at org.apache.flink.runtime.io.network.partition.PipelinedSubpartition.release(PipelinedSubpartition.java:158)
      	at org.apache.flink.runtime.io.network.partition.ResultPartition.release(ResultPartition.java:300)
      	at org.apache.flink.runtime.io.network.partition.ResultPartitionManager.releasePartitionsProducedBy(ResultPartitionManager.java:95)
      	at org.apache.flink.runtime.io.network.NetworkEnvironment.unregisterTask(NetworkEnvironment.java:345)
      	at org.apache.flink.runtime.taskmanager.Task.run(Task.java:650)
      	at java.lang.Thread.run(Thread.java:722)
      Caused by: java.lang.NullPointerException
      	at org.apache.flink.graph.gsa.GatherSumApplyIteration$ApplyUdf.join(GatherSumApplyIteration.java:364)
      	at org.apache.flink.graph.gsa.GatherSumApplyIteration$ApplyUdf.join(GatherSumApplyIteration.java:348)
      	at org.apache.flink.runtime.operators.JoinWithSolutionSetSecondDriver.run(JoinWithSolutionSetSecondDriver.java:198)
      	at org.apache.flink.runtime.operators.RegularPactTask.run(RegularPactTask.java:496)
      	at org.apache.flink.runtime.iterative.task.AbstractIterativePactTask.run(AbstractIterativePactTask.java:139)
      	at org.apache.flink.runtime.iterative.task.IterationIntermediatePactTask.run(IterationIntermediatePactTask.java:92)
      	at org.apache.flink.runtime.operators.RegularPactTask.invoke(RegularPactTask.java:362)
      	at org.apache.flink.runtime.taskmanager.Task.run(Task.java:559)
      	... 1 more
      
      07/30/2015 18:33:48	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(23/60) switched to CANCELED 
      07/30/2015 18:33:48	Map (Gather)(27/60) switched to CANCELED 
      07/30/2015 18:33:48	Map (Gather)(23/60) switched to CANCELED 
      07/30/2015 18:33:48	Rebuild Workset Properties(23/60) switched to CANCELED 
      07/30/2015 18:33:48	Reduce (Sum)(23/60) switched to CANCELED 
      07/30/2015 18:33:48	Join (Apply)(23/60) switched to FAILED 
      java.lang.NullPointerException
      	at org.apache.flink.graph.gsa.GatherSumApplyIteration$ApplyUdf.join(GatherSumApplyIteration.java:364)
      	at org.apache.flink.graph.gsa.GatherSumApplyIteration$ApplyUdf.join(GatherSumApplyIteration.java:348)
      	at org.apache.flink.runtime.operators.JoinWithSolutionSetSecondDriver.run(JoinWithSolutionSetSecondDriver.java:198)
      	at org.apache.flink.runtime.operators.RegularPactTask.run(RegularPactTask.java:496)
      	at org.apache.flink.runtime.iterative.task.AbstractIterativePactTask.run(AbstractIterativePactTask.java:139)
      	at org.apache.flink.runtime.iterative.task.IterationIntermediatePactTask.run(IterationIntermediatePactTask.java:92)
      	at org.apache.flink.runtime.operators.RegularPactTask.invoke(RegularPactTask.java:362)
      	at org.apache.flink.runtime.taskmanager.Task.run(Task.java:559)
      	at java.lang.Thread.run(Thread.java:722)
      
      07/30/2015 18:33:48	Reduce (Sum)(27/60) switched to CANCELED 
      07/30/2015 18:33:48	Join (Apply)(27/60) switched to FAILED 
      java.lang.NullPointerException
      	at org.apache.flink.graph.gsa.GatherSumApplyIteration$ApplyUdf.join(GatherSumApplyIteration.java:364)
      	at org.apache.flink.graph.gsa.GatherSumApplyIteration$ApplyUdf.join(GatherSumApplyIteration.java:348)
      	at org.apache.flink.runtime.operators.JoinWithSolutionSetSecondDriver.run(JoinWithSolutionSetSecondDriver.java:198)
      	at org.apache.flink.runtime.operators.RegularPactTask.run(RegularPactTask.java:496)
      	at org.apache.flink.runtime.iterative.task.AbstractIterativePactTask.run(AbstractIterativePactTask.java:139)
      	at org.apache.flink.runtime.iterative.task.IterationIntermediatePactTask.run(IterationIntermediatePactTask.java:92)
      	at org.apache.flink.runtime.operators.RegularPactTask.invoke(RegularPactTask.java:362)
      	at org.apache.flink.runtime.taskmanager.Task.run(Task.java:559)
      	at java.lang.Thread.run(Thread.java:722)
      
      07/30/2015 18:33:48	Rebuild Workset Properties(27/60) switched to CANCELED 
      07/30/2015 18:33:48	Join(Join at createResult(GatherSumApplyIteration.java:174))(23/60) switched to CANCELED 
      07/30/2015 18:33:48	Join(Join at createResult(GatherSumApplyIteration.java:174))(27/60) switched to CANCELED 
      07/30/2015 18:33:48	Reduce (Sum)(30/60) switched to CANCELED 
      07/30/2015 18:33:48	Reduce (Sum)(55/60) switched to CANCELED 
      07/30/2015 18:33:48	Reduce (Sum)(54/60) switched to CANCELED 
      07/30/2015 18:33:48	Join(Join at createResult(GatherSumApplyIteration.java:174))(29/60) switched to CANCELED 
      07/30/2015 18:33:48	Reduce (Sum)(29/60) switched to CANCELED 
      07/30/2015 18:33:48	Reduce (Sum)(35/60) switched to CANCELED 
      07/30/2015 18:33:48	Join(Join at createResult(GatherSumApplyIteration.java:174))(55/60) switched to CANCELED 
      07/30/2015 18:33:48	Join(Join at createResult(GatherSumApplyIteration.java:174))(37/60) switched to CANCELED 
      07/30/2015 18:33:48	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(44/60) switched to CANCELED 
      07/30/2015 18:33:48	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(47/60) switched to CANCELED 
      07/30/2015 18:33:48	Map (Gather)(44/60) switched to CANCELED 
      07/30/2015 18:33:48	Join(Join at createResult(GatherSumApplyIteration.java:174))(54/60) switched to CANCELED 
      07/30/2015 18:33:48	Join (Apply)(44/60) switched to FAILED 
      java.lang.NullPointerException
      	at org.apache.flink.graph.gsa.GatherSumApplyIteration$ApplyUdf.join(GatherSumApplyIteration.java:364)
      	at org.apache.flink.graph.gsa.GatherSumApplyIteration$ApplyUdf.join(GatherSumApplyIteration.java:348)
      	at org.apache.flink.runtime.operators.JoinWithSolutionSetSecondDriver.run(JoinWithSolutionSetSecondDriver.java:198)
      	at org.apache.flink.runtime.operators.RegularPactTask.run(RegularPactTask.java:496)
      	at org.apache.flink.runtime.iterative.task.AbstractIterativePactTask.run(AbstractIterativePactTask.java:139)
      	at org.apache.flink.runtime.iterative.task.IterationIntermediatePactTask.run(IterationIntermediatePactTask.java:92)
      	at org.apache.flink.runtime.operators.RegularPactTask.invoke(RegularPactTask.java:362)
      	at org.apache.flink.runtime.taskmanager.Task.run(Task.java:559)
      	at java.lang.Thread.run(Thread.java:722)
      
      07/30/2015 18:33:48	Join (Apply)(47/60) switched to FAILED 
      java.lang.NullPointerException
      	at org.apache.flink.graph.gsa.GatherSumApplyIteration$ApplyUdf.join(GatherSumApplyIteration.java:364)
      	at org.apache.flink.graph.gsa.GatherSumApplyIteration$ApplyUdf.join(GatherSumApplyIteration.java:348)
      	at org.apache.flink.runtime.operators.JoinWithSolutionSetSecondDriver.run(JoinWithSolutionSetSecondDriver.java:198)
      	at org.apache.flink.runtime.operators.RegularPactTask.run(RegularPactTask.java:496)
      	at org.apache.flink.runtime.iterative.task.AbstractIterativePactTask.run(AbstractIterativePactTask.java:139)
      	at org.apache.flink.runtime.iterative.task.IterationIntermediatePactTask.run(IterationIntermediatePactTask.java:92)
      	at org.apache.flink.runtime.operators.RegularPactTask.invoke(RegularPactTask.java:362)
      	at org.apache.flink.runtime.taskmanager.Task.run(Task.java:559)
      	at java.lang.Thread.run(Thread.java:722)
      
      07/30/2015 18:33:48	Join(Join at createResult(GatherSumApplyIteration.java:174))(47/60) switched to CANCELED 
      07/30/2015 18:33:48	Join(Join at createResult(GatherSumApplyIteration.java:174))(44/60) switched to CANCELED 
      07/30/2015 18:33:48	Map (Gather)(47/60) switched to CANCELED 
      07/30/2015 18:33:48	Reduce (Sum)(44/60) switched to CANCELED 
      07/30/2015 18:33:48	Rebuild Workset Properties(47/60) switched to FAILED 
      java.lang.RuntimeException: Error obtaining the sorted input: Thread 'SortMerger Reading Thread' terminated due to an exception: java.lang.NullPointerException
      	at org.apache.flink.runtime.operators.sort.UnilateralSortMerger.getIterator(UnilateralSortMerger.java:607)
      	at org.apache.flink.runtime.operators.RegularPactTask.getInput(RegularPactTask.java:1145)
      	at org.apache.flink.runtime.operators.NoOpDriver.run(NoOpDriver.java:79)
      	at org.apache.flink.runtime.operators.RegularPactTask.run(RegularPactTask.java:496)
      	at org.apache.flink.runtime.iterative.task.AbstractIterativePactTask.run(AbstractIterativePactTask.java:139)
      	at org.apache.flink.runtime.iterative.task.IterationTailPactTask.run(IterationTailPactTask.java:107)
      	at org.apache.flink.runtime.operators.RegularPactTask.invoke(RegularPactTask.java:362)
      	at org.apache.flink.runtime.taskmanager.Task.run(Task.java:559)
      	at java.lang.Thread.run(Thread.java:722)
      Caused by: java.io.IOException: Thread 'SortMerger Reading Thread' terminated due to an exception: java.lang.NullPointerException
      	at org.apache.flink.runtime.operators.sort.UnilateralSortMerger$ThreadBase.run(UnilateralSortMerger.java:784)
      Caused by: org.apache.flink.runtime.io.network.partition.ProducerFailedException: java.lang.NullPointerException
      	at org.apache.flink.runtime.io.network.partition.consumer.LocalInputChannel.getNextLookAhead(LocalInputChannel.java:270)
      	at org.apache.flink.runtime.io.network.partition.consumer.LocalInputChannel.onNotification(LocalInputChannel.java:238)
      	at org.apache.flink.runtime.io.network.partition.PipelinedSubpartition.release(PipelinedSubpartition.java:158)
      	at org.apache.flink.runtime.io.network.partition.ResultPartition.release(ResultPartition.java:300)
      	at org.apache.flink.runtime.io.network.partition.ResultPartitionManager.releasePartitionsProducedBy(ResultPartitionManager.java:95)
      	at org.apache.flink.runtime.io.network.NetworkEnvironment.unregisterTask(NetworkEnvironment.java:345)
      	at org.apache.flink.runtime.taskmanager.Task.run(Task.java:650)
      	at java.lang.Thread.run(Thread.java:722)
      Caused by: java.lang.NullPointerException
      	at org.apache.flink.graph.gsa.GatherSumApplyIteration$ApplyUdf.join(GatherSumApplyIteration.java:364)
      	at org.apache.flink.graph.gsa.GatherSumApplyIteration$ApplyUdf.join(GatherSumApplyIteration.java:348)
      	at org.apache.flink.runtime.operators.JoinWithSolutionSetSecondDriver.run(JoinWithSolutionSetSecondDriver.java:198)
      	at org.apache.flink.runtime.operators.RegularPactTask.run(RegularPactTask.java:496)
      	at org.apache.flink.runtime.iterative.task.AbstractIterativePactTask.run(AbstractIterativePactTask.java:139)
      	at org.apache.flink.runtime.iterative.task.IterationIntermediatePactTask.run(IterationIntermediatePactTask.java:92)
      	at org.apache.flink.runtime.operators.RegularPactTask.invoke(RegularPactTask.java:362)
      	at org.apache.flink.runtime.taskmanager.Task.run(Task.java:559)
      	... 1 more
      
      07/30/2015 18:33:48	Rebuild Workset Properties(44/60) switched to FAILED 
      java.lang.RuntimeException: Error obtaining the sorted input: Thread 'SortMerger Reading Thread' terminated due to an exception: java.lang.NullPointerException
      	at org.apache.flink.runtime.operators.sort.UnilateralSortMerger.getIterator(UnilateralSortMerger.java:607)
      	at org.apache.flink.runtime.operators.RegularPactTask.getInput(RegularPactTask.java:1145)
      	at org.apache.flink.runtime.operators.NoOpDriver.run(NoOpDriver.java:79)
      	at org.apache.flink.runtime.operators.RegularPactTask.run(RegularPactTask.java:496)
      	at org.apache.flink.runtime.iterative.task.AbstractIterativePactTask.run(AbstractIterativePactTask.java:139)
      	at org.apache.flink.runtime.iterative.task.IterationTailPactTask.run(IterationTailPactTask.java:107)
      	at org.apache.flink.runtime.operators.RegularPactTask.invoke(RegularPactTask.java:362)
      	at org.apache.flink.runtime.taskmanager.Task.run(Task.java:559)
      	at java.lang.Thread.run(Thread.java:722)
      Caused by: java.io.IOException: Thread 'SortMerger Reading Thread' terminated due to an exception: java.lang.NullPointerException
      	at org.apache.flink.runtime.operators.sort.UnilateralSortMerger$ThreadBase.run(UnilateralSortMerger.java:784)
      Caused by: org.apache.flink.runtime.io.network.partition.ProducerFailedException: java.lang.NullPointerException
      	at org.apache.flink.runtime.io.network.partition.consumer.LocalInputChannel.getNextLookAhead(LocalInputChannel.java:270)
      	at org.apache.flink.runtime.io.network.partition.consumer.LocalInputChannel.onNotification(LocalInputChannel.java:238)
      	at org.apache.flink.runtime.io.network.partition.PipelinedSubpartition.release(PipelinedSubpartition.java:158)
      	at org.apache.flink.runtime.io.network.partition.ResultPartition.release(ResultPartition.java:300)
      	at org.apache.flink.runtime.io.network.partition.ResultPartitionManager.releasePartitionsProducedBy(ResultPartitionManager.java:95)
      	at org.apache.flink.runtime.io.network.NetworkEnvironment.unregisterTask(NetworkEnvironment.java:345)
      	at org.apache.flink.runtime.taskmanager.Task.run(Task.java:650)
      	at java.lang.Thread.run(Thread.java:722)
      Caused by: java.lang.NullPointerException
      	at org.apache.flink.graph.gsa.GatherSumApplyIteration$ApplyUdf.join(GatherSumApplyIteration.java:364)
      	at org.apache.flink.graph.gsa.GatherSumApplyIteration$ApplyUdf.join(GatherSumApplyIteration.java:348)
      	at org.apache.flink.runtime.operators.JoinWithSolutionSetSecondDriver.run(JoinWithSolutionSetSecondDriver.java:198)
      	at org.apache.flink.runtime.operators.RegularPactTask.run(RegularPactTask.java:496)
      	at org.apache.flink.runtime.iterative.task.AbstractIterativePactTask.run(AbstractIterativePactTask.java:139)
      	at org.apache.flink.runtime.iterative.task.IterationIntermediatePactTask.run(IterationIntermediatePactTask.java:92)
      	at org.apache.flink.runtime.operators.RegularPactTask.invoke(RegularPactTask.java:362)
      	at org.apache.flink.runtime.taskmanager.Task.run(Task.java:559)
      	... 1 more
      
      07/30/2015 18:33:48	Join(Join at createResult(GatherSumApplyIteration.java:174))(30/60) switched to CANCELED 
      07/30/2015 18:33:48	Reduce (Sum)(47/60) switched to CANCELED 
      07/30/2015 18:33:49	Join(Join at createResult(GatherSumApplyIteration.java:174))(26/60) switched to CANCELED 
      07/30/2015 18:33:49	Reduce (Sum)(26/60) switched to CANCELED 
      07/30/2015 18:33:49	Reduce (Sum)(25/60) switched to CANCELED 
      07/30/2015 18:33:49	Join (Apply)(3/60) switched to FAILED 
      java.lang.NullPointerException
      	at org.apache.flink.graph.gsa.GatherSumApplyIteration$ApplyUdf.join(GatherSumApplyIteration.java:364)
      	at org.apache.flink.graph.gsa.GatherSumApplyIteration$ApplyUdf.join(GatherSumApplyIteration.java:348)
      	at org.apache.flink.runtime.operators.JoinWithSolutionSetSecondDriver.run(JoinWithSolutionSetSecondDriver.java:198)
      	at org.apache.flink.runtime.operators.RegularPactTask.run(RegularPactTask.java:496)
      	at org.apache.flink.runtime.iterative.task.AbstractIterativePactTask.run(AbstractIterativePactTask.java:139)
      	at org.apache.flink.runtime.iterative.task.IterationIntermediatePactTask.run(IterationIntermediatePactTask.java:92)
      	at org.apache.flink.runtime.operators.RegularPactTask.invoke(RegularPactTask.java:362)
      	at org.apache.flink.runtime.taskmanager.Task.run(Task.java:559)
      	at java.lang.Thread.run(Thread.java:722)
      
      07/30/2015 18:33:49	Rebuild Workset Properties(5/60) switched to FAILED 
      java.lang.RuntimeException: Error obtaining the sorted input: Thread 'SortMerger Reading Thread' terminated due to an exception: java.lang.NullPointerException
      	at org.apache.flink.runtime.operators.sort.UnilateralSortMerger.getIterator(UnilateralSortMerger.java:607)
      	at org.apache.flink.runtime.operators.RegularPactTask.getInput(RegularPactTask.java:1145)
      	at org.apache.flink.runtime.operators.NoOpDriver.run(NoOpDriver.java:79)
      	at org.apache.flink.runtime.operators.RegularPactTask.run(RegularPactTask.java:496)
      	at org.apache.flink.runtime.iterative.task.AbstractIterativePactTask.run(AbstractIterativePactTask.java:139)
      	at org.apache.flink.runtime.iterative.task.IterationTailPactTask.run(IterationTailPactTask.java:107)
      	at org.apache.flink.runtime.operators.RegularPactTask.invoke(RegularPactTask.java:362)
      	at org.apache.flink.runtime.taskmanager.Task.run(Task.java:559)
      	at java.lang.Thread.run(Thread.java:722)
      Caused by: java.io.IOException: Thread 'SortMerger Reading Thread' terminated due to an exception: java.lang.NullPointerException
      	at org.apache.flink.runtime.operators.sort.UnilateralSortMerger$ThreadBase.run(UnilateralSortMerger.java:784)
      Caused by: org.apache.flink.runtime.io.network.partition.ProducerFailedException: java.lang.NullPointerException
      	at org.apache.flink.runtime.io.network.partition.consumer.LocalInputChannel.getNextLookAhead(LocalInputChannel.java:270)
      	at org.apache.flink.runtime.io.network.partition.consumer.LocalInputChannel.onNotification(LocalInputChannel.java:238)
      	at org.apache.flink.runtime.io.network.partition.PipelinedSubpartition.release(PipelinedSubpartition.java:158)
      	at org.apache.flink.runtime.io.network.partition.ResultPartition.release(ResultPartition.java:300)
      	at org.apache.flink.runtime.io.network.partition.ResultPartitionManager.releasePartitionsProducedBy(ResultPartitionManager.java:95)
      	at org.apache.flink.runtime.io.network.NetworkEnvironment.unregisterTask(NetworkEnvironment.java:345)
      	at org.apache.flink.runtime.taskmanager.Task.run(Task.java:650)
      	at java.lang.Thread.run(Thread.java:722)
      Caused by: java.lang.NullPointerException
      	at org.apache.flink.graph.gsa.GatherSumApplyIteration$ApplyUdf.join(GatherSumApplyIteration.java:364)
      	at org.apache.flink.graph.gsa.GatherSumApplyIteration$ApplyUdf.join(GatherSumApplyIteration.java:348)
      	at org.apache.flink.runtime.operators.JoinWithSolutionSetSecondDriver.run(JoinWithSolutionSetSecondDriver.java:198)
      	at org.apache.flink.runtime.operators.RegularPactTask.run(RegularPactTask.java:496)
      	at org.apache.flink.runtime.iterative.task.AbstractIterativePactTask.run(AbstractIterativePactTask.java:139)
      	at org.apache.flink.runtime.iterative.task.IterationIntermediatePactTask.run(IterationIntermediatePactTask.java:92)
      	at org.apache.flink.runtime.operators.RegularPactTask.invoke(RegularPactTask.java:362)
      	at org.apache.flink.runtime.taskmanager.Task.run(Task.java:559)
      	... 1 more
      
      07/30/2015 18:33:49	Rebuild Workset Properties(3/60) switched to FAILED 
      java.lang.RuntimeException: Error obtaining the sorted input: Thread 'SortMerger Reading Thread' terminated due to an exception: java.lang.NullPointerException
      	at org.apache.flink.runtime.operators.sort.UnilateralSortMerger.getIterator(UnilateralSortMerger.java:607)
      	at org.apache.flink.runtime.operators.RegularPactTask.getInput(RegularPactTask.java:1145)
      	at org.apache.flink.runtime.operators.NoOpDriver.run(NoOpDriver.java:79)
      	at org.apache.flink.runtime.operators.RegularPactTask.run(RegularPactTask.java:496)
      	at org.apache.flink.runtime.iterative.task.AbstractIterativePactTask.run(AbstractIterativePactTask.java:139)
      	at org.apache.flink.runtime.iterative.task.IterationTailPactTask.run(IterationTailPactTask.java:107)
      	at org.apache.flink.runtime.operators.RegularPactTask.invoke(RegularPactTask.java:362)
      	at org.apache.flink.runtime.taskmanager.Task.run(Task.java:559)
      	at java.lang.Thread.run(Thread.java:722)
      Caused by: java.io.IOException: Thread 'SortMerger Reading Thread' terminated due to an exception: java.lang.NullPointerException
      	at org.apache.flink.runtime.operators.sort.UnilateralSortMerger$ThreadBase.run(UnilateralSortMerger.java:784)
      Caused by: org.apache.flink.runtime.io.network.partition.ProducerFailedException: java.lang.NullPointerException
      	at org.apache.flink.runtime.io.network.partition.consumer.LocalInputChannel.getNextLookAhead(LocalInputChannel.java:270)
      	at org.apache.flink.runtime.io.network.partition.consumer.LocalInputChannel.onNotification(LocalInputChannel.java:238)
      	at org.apache.flink.runtime.io.network.partition.PipelinedSubpartition.release(PipelinedSubpartition.java:158)
      	at org.apache.flink.runtime.io.network.partition.ResultPartition.release(ResultPartition.java:300)
      	at org.apache.flink.runtime.io.network.partition.ResultPartitionManager.releasePartitionsProducedBy(ResultPartitionManager.java:95)
      	at org.apache.flink.runtime.io.network.NetworkEnvironment.unregisterTask(NetworkEnvironment.java:345)
      	at org.apache.flink.runtime.taskmanager.Task.run(Task.java:650)
      	at java.lang.Thread.run(Thread.java:722)
      Caused by: java.lang.NullPointerException
      	at org.apache.flink.graph.gsa.GatherSumApplyIteration$ApplyUdf.join(GatherSumApplyIteration.java:364)
      	at org.apache.flink.graph.gsa.GatherSumApplyIteration$ApplyUdf.join(GatherSumApplyIteration.java:348)
      	at org.apache.flink.runtime.operators.JoinWithSolutionSetSecondDriver.run(JoinWithSolutionSetSecondDriver.java:198)
      	at org.apache.flink.runtime.operators.RegularPactTask.run(RegularPactTask.java:496)
      	at org.apache.flink.runtime.iterative.task.AbstractIterativePactTask.run(AbstractIterativePactTask.java:139)
      	at org.apache.flink.runtime.iterative.task.IterationIntermediatePactTask.run(IterationIntermediatePactTask.java:92)
      	at org.apache.flink.runtime.operators.RegularPactTask.invoke(RegularPactTask.java:362)
      	at org.apache.flink.runtime.taskmanager.Task.run(Task.java:559)
      	... 1 more
      
      07/30/2015 18:33:49	Join(Join at createResult(GatherSumApplyIteration.java:174))(3/60) switched to CANCELED 
      07/30/2015 18:33:49	Reduce (Sum)(3/60) switched to CANCELED 
      07/30/2015 18:33:49	Join(Join at createResult(GatherSumApplyIteration.java:174))(5/60) switched to CANCELED 
      07/30/2015 18:33:49	Reduce (Sum)(4/60) switched to CANCELED 
      07/30/2015 18:33:49	Join(Join at createResult(GatherSumApplyIteration.java:174))(4/60) switched to CANCELED 
      07/30/2015 18:33:49	Reduce (Sum)(5/60) switched to CANCELED 
      07/30/2015 18:33:49	Map (Gather)(16/60) switched to CANCELED 
      07/30/2015 18:33:49	Join (Apply)(15/60) switched to FAILED 
      java.lang.NullPointerException
      	at org.apache.flink.graph.gsa.GatherSumApplyIteration$ApplyUdf.join(GatherSumApplyIteration.java:364)
      	at org.apache.flink.graph.gsa.GatherSumApplyIteration$ApplyUdf.join(GatherSumApplyIteration.java:348)
      	at org.apache.flink.runtime.operators.JoinWithSolutionSetSecondDriver.run(JoinWithSolutionSetSecondDriver.java:198)
      	at org.apache.flink.runtime.operators.RegularPactTask.run(RegularPactTask.java:496)
      	at org.apache.flink.runtime.iterative.task.AbstractIterativePactTask.run(AbstractIterativePactTask.java:139)
      	at org.apache.flink.runtime.iterative.task.IterationIntermediatePactTask.run(IterationIntermediatePactTask.java:92)
      	at org.apache.flink.runtime.operators.RegularPactTask.invoke(RegularPactTask.java:362)
      	at org.apache.flink.runtime.taskmanager.Task.run(Task.java:559)
      	at java.lang.Thread.run(Thread.java:722)
      
      07/30/2015 18:33:49	Reduce (Sum)(16/60) switched to CANCELED 
      07/30/2015 18:33:49	Join(Join at createResult(GatherSumApplyIteration.java:174))(15/60) switched to CANCELED 
      07/30/2015 18:33:49	Join(Join at createResult(GatherSumApplyIteration.java:174))(16/60) switched to CANCELED 
      07/30/2015 18:33:49	Rebuild Workset Properties(15/60) switched to FAILED 
      java.lang.RuntimeException: Error obtaining the sorted input: Thread 'SortMerger Reading Thread' terminated due to an exception: java.lang.NullPointerException
      	at org.apache.flink.runtime.operators.sort.UnilateralSortMerger.getIterator(UnilateralSortMerger.java:607)
      	at org.apache.flink.runtime.operators.RegularPactTask.getInput(RegularPactTask.java:1145)
      	at org.apache.flink.runtime.operators.NoOpDriver.run(NoOpDriver.java:79)
      	at org.apache.flink.runtime.operators.RegularPactTask.run(RegularPactTask.java:496)
      	at org.apache.flink.runtime.iterative.task.AbstractIterativePactTask.run(AbstractIterativePactTask.java:139)
      	at org.apache.flink.runtime.iterative.task.IterationTailPactTask.run(IterationTailPactTask.java:107)
      	at org.apache.flink.runtime.operators.RegularPactTask.invoke(RegularPactTask.java:362)
      	at org.apache.flink.runtime.taskmanager.Task.run(Task.java:559)
      	at java.lang.Thread.run(Thread.java:722)
      Caused by: java.io.IOException: Thread 'SortMerger Reading Thread' terminated due to an exception: java.lang.NullPointerException
      	at org.apache.flink.runtime.operators.sort.UnilateralSortMerger$ThreadBase.run(UnilateralSortMerger.java:784)
      Caused by: org.apache.flink.runtime.io.network.partition.ProducerFailedException: java.lang.NullPointerException
      	at org.apache.flink.runtime.io.network.partition.consumer.LocalInputChannel.getNextLookAhead(LocalInputChannel.java:270)
      	at org.apache.flink.runtime.io.network.partition.consumer.LocalInputChannel.onNotification(LocalInputChannel.java:238)
      	at org.apache.flink.runtime.io.network.partition.PipelinedSubpartition.release(PipelinedSubpartition.java:158)
      	at org.apache.flink.runtime.io.network.partition.ResultPartition.release(ResultPartition.java:300)
      	at org.apache.flink.runtime.io.network.partition.ResultPartitionManager.releasePartitionsProducedBy(ResultPartitionManager.java:95)
      	at org.apache.flink.runtime.io.network.NetworkEnvironment.unregisterTask(NetworkEnvironment.java:345)
      	at org.apache.flink.runtime.taskmanager.Task.run(Task.java:650)
      	at java.lang.Thread.run(Thread.java:722)
      Caused by: java.lang.NullPointerException
      	at org.apache.flink.graph.gsa.GatherSumApplyIteration$ApplyUdf.join(GatherSumApplyIteration.java:364)
      	at org.apache.flink.graph.gsa.GatherSumApplyIteration$ApplyUdf.join(GatherSumApplyIteration.java:348)
      	at org.apache.flink.runtime.operators.JoinWithSolutionSetSecondDriver.run(JoinWithSolutionSetSecondDriver.java:198)
      	at org.apache.flink.runtime.operators.RegularPactTask.run(RegularPactTask.java:496)
      	at org.apache.flink.runtime.iterative.task.AbstractIterativePactTask.run(AbstractIterativePactTask.java:139)
      	at org.apache.flink.runtime.iterative.task.IterationIntermediatePactTask.run(IterationIntermediatePactTask.java:92)
      	at org.apache.flink.runtime.operators.RegularPactTask.invoke(RegularPactTask.java:362)
      	at org.apache.flink.runtime.taskmanager.Task.run(Task.java:559)
      	... 1 more
      
      07/30/2015 18:33:49	Reduce (Sum)(15/60) switched to CANCELED 
      07/30/2015 18:33:49	Join (Apply)(16/60) switched to CANCELED 
      07/30/2015 18:33:49	Rebuild Workset Properties(16/60) switched to FAILED 
      org.apache.flink.types.NullFieldException: Field 0 is null, but expected to hold a value.
      	at org.apache.flink.api.java.typeutils.runtime.TupleSerializer.serialize(TupleSerializer.java:118)
      	at org.apache.flink.api.java.typeutils.runtime.TupleSerializer.serialize(TupleSerializer.java:30)
      	at org.apache.flink.runtime.iterative.io.WorksetUpdateOutputCollector.collect(WorksetUpdateOutputCollector.java:58)
      	at org.apache.flink.runtime.operators.NoOpDriver.run(NoOpDriver.java:92)
      	at org.apache.flink.runtime.operators.RegularPactTask.run(RegularPactTask.java:496)
      	at org.apache.flink.runtime.iterative.task.AbstractIterativePactTask.run(AbstractIterativePactTask.java:139)
      	at org.apache.flink.runtime.iterative.task.IterationTailPactTask.run(IterationTailPactTask.java:107)
      	at org.apache.flink.runtime.operators.RegularPactTask.invoke(RegularPactTask.java:362)
      	at org.apache.flink.runtime.taskmanager.Task.run(Task.java:559)
      	at java.lang.Thread.run(Thread.java:722)
      Caused by: java.lang.NullPointerException
      	at org.apache.flink.core.memory.MemorySegment.put(MemorySegment.java:191)
      	at org.apache.flink.runtime.memorymanager.AbstractPagedOutputView.writeByte(AbstractPagedOutputView.java:220)
      	at org.apache.flink.runtime.memorymanager.AbstractPagedOutputView.write(AbstractPagedOutputView.java:173)
      	at org.apache.flink.types.StringValue.writeString(StringValue.java:796)
      	at org.apache.flink.api.common.typeutils.base.StringSerializer.serialize(StringSerializer.java:63)
      	at org.apache.flink.api.common.typeutils.base.StringSerializer.serialize(StringSerializer.java:28)
      	at org.apache.flink.api.java.typeutils.runtime.TupleSerializer.serialize(TupleSerializer.java:116)
      	... 9 more
      
      07/30/2015 18:33:49	Join (Apply)(28/60) switched to FAILED 
      java.lang.NullPointerException
      	at org.apache.flink.graph.gsa.GatherSumApplyIteration$ApplyUdf.join(GatherSumApplyIteration.java:364)
      	at org.apache.flink.graph.gsa.GatherSumApplyIteration$ApplyUdf.join(GatherSumApplyIteration.java:348)
      	at org.apache.flink.runtime.operators.JoinWithSolutionSetSecondDriver.run(JoinWithSolutionSetSecondDriver.java:198)
      	at org.apache.flink.runtime.operators.RegularPactTask.run(RegularPactTask.java:496)
      	at org.apache.flink.runtime.iterative.task.AbstractIterativePactTask.run(AbstractIterativePactTask.java:139)
      	at org.apache.flink.runtime.iterative.task.IterationIntermediatePactTask.run(IterationIntermediatePactTask.java:92)
      	at org.apache.flink.runtime.operators.RegularPactTask.invoke(RegularPactTask.java:362)
      	at org.apache.flink.runtime.taskmanager.Task.run(Task.java:559)
      	at java.lang.Thread.run(Thread.java:722)
      
      07/30/2015 18:33:49	Join (Apply)(24/60) switched to FAILED 
      java.lang.NullPointerException
      	at org.apache.flink.graph.gsa.GatherSumApplyIteration$ApplyUdf.join(GatherSumApplyIteration.java:364)
      	at org.apache.flink.graph.gsa.GatherSumApplyIteration$ApplyUdf.join(GatherSumApplyIteration.java:348)
      	at org.apache.flink.runtime.operators.JoinWithSolutionSetSecondDriver.run(JoinWithSolutionSetSecondDriver.java:198)
      	at org.apache.flink.runtime.operators.RegularPactTask.run(RegularPactTask.java:496)
      	at org.apache.flink.runtime.iterative.task.AbstractIterativePactTask.run(AbstractIterativePactTask.java:139)
      	at org.apache.flink.runtime.iterative.task.IterationIntermediatePactTask.run(IterationIntermediatePactTask.java:92)
      	at org.apache.flink.runtime.operators.RegularPactTask.invoke(RegularPactTask.java:362)
      	at org.apache.flink.runtime.taskmanager.Task.run(Task.java:559)
      	at java.lang.Thread.run(Thread.java:722)
      
      07/30/2015 18:33:49	Join(Join at createResult(GatherSumApplyIteration.java:174))(28/60) switched to CANCELED 
      07/30/2015 18:33:49	Map (Gather)(24/60) switched to CANCELED 
      07/30/2015 18:33:49	Map (Gather)(28/60) switched to CANCELED 
      07/30/2015 18:33:49	Join(Join at createResult(GatherSumApplyIteration.java:174))(24/60) switched to CANCELED 
      07/30/2015 18:33:49	Rebuild Workset Properties(24/60) switched to FAILED 
      java.lang.RuntimeException: Error obtaining the sorted input: Thread 'SortMerger Reading Thread' terminated due to an exception: java.lang.NullPointerException
      	at org.apache.flink.runtime.operators.sort.UnilateralSortMerger.getIterator(UnilateralSortMerger.java:607)
      	at org.apache.flink.runtime.operators.RegularPactTask.getInput(RegularPactTask.java:1145)
      	at org.apache.flink.runtime.operators.NoOpDriver.run(NoOpDriver.java:79)
      	at org.apache.flink.runtime.operators.RegularPactTask.run(RegularPactTask.java:496)
      	at org.apache.flink.runtime.iterative.task.AbstractIterativePactTask.run(AbstractIterativePactTask.java:139)
      	at org.apache.flink.runtime.iterative.task.IterationTailPactTask.run(IterationTailPactTask.java:107)
      	at org.apache.flink.runtime.operators.RegularPactTask.invoke(RegularPactTask.java:362)
      	at org.apache.flink.runtime.taskmanager.Task.run(Task.java:559)
      	at java.lang.Thread.run(Thread.java:722)
      Caused by: java.io.IOException: Thread 'SortMerger Reading Thread' terminated due to an exception: java.lang.NullPointerException
      	at org.apache.flink.runtime.operators.sort.UnilateralSortMerger$ThreadBase.run(UnilateralSortMerger.java:784)
      Caused by: org.apache.flink.runtime.io.network.partition.ProducerFailedException: java.lang.NullPointerException
      	at org.apache.flink.runtime.io.network.partition.consumer.LocalInputChannel.getNextLookAhead(LocalInputChannel.java:270)
      	at org.apache.flink.runtime.io.network.partition.consumer.LocalInputChannel.onNotification(LocalInputChannel.java:238)
      	at org.apache.flink.runtime.io.network.partition.PipelinedSubpartition.release(PipelinedSubpartition.java:158)
      	at org.apache.flink.runtime.io.network.partition.ResultPartition.release(ResultPartition.java:300)
      	at org.apache.flink.runtime.io.network.partition.ResultPartitionManager.releasePartitionsProducedBy(ResultPartitionManager.java:95)
      	at org.apache.flink.runtime.io.network.NetworkEnvironment.unregisterTask(NetworkEnvironment.java:345)
      	at org.apache.flink.runtime.taskmanager.Task.run(Task.java:650)
      	at java.lang.Thread.run(Thread.java:722)
      Caused by: java.lang.NullPointerException
      	at org.apache.flink.graph.gsa.GatherSumApplyIteration$ApplyUdf.join(GatherSumApplyIteration.java:364)
      	at org.apache.flink.graph.gsa.GatherSumApplyIteration$ApplyUdf.join(GatherSumApplyIteration.java:348)
      	at org.apache.flink.runtime.operators.JoinWithSolutionSetSecondDriver.run(JoinWithSolutionSetSecondDriver.java:198)
      	at org.apache.flink.runtime.operators.RegularPactTask.run(RegularPactTask.java:496)
      	at org.apache.flink.runtime.iterative.task.AbstractIterativePactTask.run(AbstractIterativePactTask.java:139)
      	at org.apache.flink.runtime.iterative.task.IterationIntermediatePactTask.run(IterationIntermediatePactTask.java:92)
      	at org.apache.flink.runtime.operators.RegularPactTask.invoke(RegularPactTask.java:362)
      	at org.apache.flink.runtime.taskmanager.Task.run(Task.java:559)
      	... 1 more
      
      07/30/2015 18:33:49	Reduce (Sum)(24/60) switched to CANCELED 
      07/30/2015 18:33:49	Rebuild Workset Properties(28/60) switched to FAILED 
      java.lang.RuntimeException: Error obtaining the sorted input: Thread 'SortMerger Reading Thread' terminated due to an exception: java.lang.NullPointerException
      	at org.apache.flink.runtime.operators.sort.UnilateralSortMerger.getIterator(UnilateralSortMerger.java:607)
      	at org.apache.flink.runtime.operators.RegularPactTask.getInput(RegularPactTask.java:1145)
      	at org.apache.flink.runtime.operators.NoOpDriver.run(NoOpDriver.java:79)
      	at org.apache.flink.runtime.operators.RegularPactTask.run(RegularPactTask.java:496)
      	at org.apache.flink.runtime.iterative.task.AbstractIterativePactTask.run(AbstractIterativePactTask.java:139)
      	at org.apache.flink.runtime.iterative.task.IterationTailPactTask.run(IterationTailPactTask.java:107)
      	at org.apache.flink.runtime.operators.RegularPactTask.invoke(RegularPactTask.java:362)
      	at org.apache.flink.runtime.taskmanager.Task.run(Task.java:559)
      	at java.lang.Thread.run(Thread.java:722)
      Caused by: java.io.IOException: Thread 'SortMerger Reading Thread' terminated due to an exception: java.lang.NullPointerException
      	at org.apache.flink.runtime.operators.sort.UnilateralSortMerger$ThreadBase.run(UnilateralSortMerger.java:784)
      Caused by: org.apache.flink.runtime.io.network.partition.ProducerFailedException: java.lang.NullPointerException
      	at org.apache.flink.runtime.io.network.partition.consumer.LocalInputChannel.getNextLookAhead(LocalInputChannel.java:270)
      	at org.apache.flink.runtime.io.network.partition.consumer.LocalInputChannel.onNotification(LocalInputChannel.java:238)
      	at org.apache.flink.runtime.io.network.partition.PipelinedSubpartition.release(PipelinedSubpartition.java:158)
      	at org.apache.flink.runtime.io.network.partition.ResultPartition.release(ResultPartition.java:300)
      	at org.apache.flink.runtime.io.network.partition.ResultPartitionManager.releasePartitionsProducedBy(ResultPartitionManager.java:95)
      	at org.apache.flink.runtime.io.network.NetworkEnvironment.unregisterTask(NetworkEnvironment.java:345)
      	at org.apache.flink.runtime.taskmanager.Task.run(Task.java:650)
      	at java.lang.Thread.run(Thread.java:722)
      Caused by: java.lang.NullPointerException
      	at org.apache.flink.graph.gsa.GatherSumApplyIteration$ApplyUdf.join(GatherSumApplyIteration.java:364)
      	at org.apache.flink.graph.gsa.GatherSumApplyIteration$ApplyUdf.join(GatherSumApplyIteration.java:348)
      	at org.apache.flink.runtime.operators.JoinWithSolutionSetSecondDriver.run(JoinWithSolutionSetSecondDriver.java:198)
      	at org.apache.flink.runtime.operators.RegularPactTask.run(RegularPactTask.java:496)
      	at org.apache.flink.runtime.iterative.task.AbstractIterativePactTask.run(AbstractIterativePactTask.java:139)
      	at org.apache.flink.runtime.iterative.task.IterationIntermediatePactTask.run(IterationIntermediatePactTask.java:92)
      	at org.apache.flink.runtime.operators.RegularPactTask.invoke(RegularPactTask.java:362)
      	at org.apache.flink.runtime.taskmanager.Task.run(Task.java:559)
      	... 1 more
      
      07/30/2015 18:33:49	Reduce (Sum)(28/60) switched to CANCELED 
      07/30/2015 18:33:49	Join (Apply)(52/60) switched to FAILED 
      java.lang.NullPointerException
      	at org.apache.flink.graph.gsa.GatherSumApplyIteration$ApplyUdf.join(GatherSumApplyIteration.java:364)
      	at org.apache.flink.graph.gsa.GatherSumApplyIteration$ApplyUdf.join(GatherSumApplyIteration.java:348)
      	at org.apache.flink.runtime.operators.JoinWithSolutionSetSecondDriver.run(JoinWithSolutionSetSecondDriver.java:198)
      	at org.apache.flink.runtime.operators.RegularPactTask.run(RegularPactTask.java:496)
      	at org.apache.flink.runtime.iterative.task.AbstractIterativePactTask.run(AbstractIterativePactTask.java:139)
      	at org.apache.flink.runtime.iterative.task.IterationIntermediatePactTask.run(IterationIntermediatePactTask.java:92)
      	at org.apache.flink.runtime.operators.RegularPactTask.invoke(RegularPactTask.java:362)
      	at org.apache.flink.runtime.taskmanager.Task.run(Task.java:559)
      	at java.lang.Thread.run(Thread.java:722)
      
      07/30/2015 18:33:49	Join (Apply)(2/60) switched to FAILED 
      java.lang.NullPointerException
      	at org.apache.flink.graph.gsa.GatherSumApplyIteration$ApplyUdf.join(GatherSumApplyIteration.java:364)
      	at org.apache.flink.graph.gsa.GatherSumApplyIteration$ApplyUdf.join(GatherSumApplyIteration.java:348)
      	at org.apache.flink.runtime.operators.JoinWithSolutionSetSecondDriver.run(JoinWithSolutionSetSecondDriver.java:198)
      	at org.apache.flink.runtime.operators.RegularPactTask.run(RegularPactTask.java:496)
      	at org.apache.flink.runtime.iterative.task.AbstractIterativePactTask.run(AbstractIterativePactTask.java:139)
      	at org.apache.flink.runtime.iterative.task.IterationIntermediatePactTask.run(IterationIntermediatePactTask.java:92)
      	at org.apache.flink.runtime.operators.RegularPactTask.invoke(RegularPactTask.java:362)
      	at org.apache.flink.runtime.taskmanager.Task.run(Task.java:559)
      	at java.lang.Thread.run(Thread.java:722)
      
      07/30/2015 18:33:49	Reduce (Sum)(1/60) switched to CANCELED 
      07/30/2015 18:33:49	Join (Apply)(1/60) switched to FAILED 
      java.lang.NullPointerException
      	at org.apache.flink.graph.gsa.GatherSumApplyIteration$ApplyUdf.join(GatherSumApplyIteration.java:364)
      	at org.apache.flink.graph.gsa.GatherSumApplyIteration$ApplyUdf.join(GatherSumApplyIteration.java:348)
      	at org.apache.flink.runtime.operators.JoinWithSolutionSetSecondDriver.run(JoinWithSolutionSetSecondDriver.java:198)
      	at org.apache.flink.runtime.operators.RegularPactTask.run(RegularPactTask.java:496)
      	at org.apache.flink.runtime.iterative.task.AbstractIterativePactTask.run(AbstractIterativePactTask.java:139)
      	at org.apache.flink.runtime.iterative.task.IterationIntermediatePactTask.run(IterationIntermediatePactTask.java:92)
      	at org.apache.flink.runtime.operators.RegularPactTask.invoke(RegularPactTask.java:362)
      	at org.apache.flink.runtime.taskmanager.Task.run(Task.java:559)
      	at java.lang.Thread.run(Thread.java:722)
      
      07/30/2015 18:33:49	Join(Join at createResult(GatherSumApplyIteration.java:174))(52/60) switched to CANCELED 
      07/30/2015 18:33:49	Join(Join at createResult(GatherSumApplyIteration.java:174))(1/60) switched to CANCELED 
      07/30/2015 18:33:49	Join(Join at createResult(GatherSumApplyIteration.java:174))(2/60) switched to CANCELED 
      07/30/2015 18:33:49	Reduce (Sum)(2/60) switched to CANCELED 
      07/30/2015 18:33:49	Join (Apply)(33/60) switched to FAILED 
      java.lang.NullPointerException
      	at org.apache.flink.graph.gsa.GatherSumApplyIteration$ApplyUdf.join(GatherSumApplyIteration.java:364)
      	at org.apache.flink.graph.gsa.GatherSumApplyIteration$ApplyUdf.join(GatherSumApplyIteration.java:348)
      	at org.apache.flink.runtime.operators.JoinWithSolutionSetSecondDriver.run(JoinWithSolutionSetSecondDriver.java:198)
      	at org.apache.flink.runtime.operators.RegularPactTask.run(RegularPactTask.java:496)
      	at org.apache.flink.runtime.iterative.task.AbstractIterativePactTask.run(AbstractIterativePactTask.java:139)
      	at org.apache.flink.runtime.iterative.task.IterationIntermediatePactTask.run(IterationIntermediatePactTask.java:92)
      	at org.apache.flink.runtime.operators.RegularPactTask.invoke(RegularPactTask.java:362)
      	at org.apache.flink.runtime.taskmanager.Task.run(Task.java:559)
      	at java.lang.Thread.run(Thread.java:722)
      
      07/30/2015 18:33:49	Rebuild Workset Properties(52/60) switched to FAILED 
      java.lang.RuntimeException: Error obtaining the sorted input: Thread 'SortMerger Reading Thread' terminated due to an exception: java.lang.NullPointerException
      	at org.apache.flink.runtime.operators.sort.UnilateralSortMerger.getIterator(UnilateralSortMerger.java:607)
      	at org.apache.flink.runtime.operators.RegularPactTask.getInput(RegularPactTask.java:1145)
      	at org.apache.flink.runtime.operators.NoOpDriver.run(NoOpDriver.java:79)
      	at org.apache.flink.runtime.operators.RegularPactTask.run(RegularPactTask.java:496)
      	at org.apache.flink.runtime.iterative.task.AbstractIterativePactTask.run(AbstractIterativePactTask.java:139)
      	at org.apache.flink.runtime.iterative.task.IterationTailPactTask.run(IterationTailPactTask.java:107)
      	at org.apache.flink.runtime.operators.RegularPactTask.invoke(RegularPactTask.java:362)
      	at org.apache.flink.runtime.taskmanager.Task.run(Task.java:559)
      	at java.lang.Thread.run(Thread.java:722)
      Caused by: java.io.IOException: Thread 'SortMerger Reading Thread' terminated due to an exception: java.lang.NullPointerException
      	at org.apache.flink.runtime.operators.sort.UnilateralSortMerger$ThreadBase.run(UnilateralSortMerger.java:784)
      Caused by: org.apache.flink.runtime.io.network.partition.ProducerFailedException: java.lang.NullPointerException
      	at org.apache.flink.runtime.io.network.partition.consumer.LocalInputChannel.getNextLookAhead(LocalInputChannel.java:270)
      	at org.apache.flink.runtime.io.network.partition.consumer.LocalInputChannel.onNotification(LocalInputChannel.java:238)
      	at org.apache.flink.runtime.io.network.partition.PipelinedSubpartition.release(PipelinedSubpartition.java:158)
      	at org.apache.flink.runtime.io.network.partition.ResultPartition.release(ResultPartition.java:300)
      	at org.apache.flink.runtime.io.network.partition.ResultPartitionManager.releasePartitionsProducedBy(ResultPartitionManager.java:95)
      	at org.apache.flink.runtime.io.network.NetworkEnvironment.unregisterTask(NetworkEnvironment.java:345)
      	at org.apache.flink.runtime.taskmanager.Task.run(Task.java:650)
      	at java.lang.Thread.run(Thread.java:722)
      Caused by: java.lang.NullPointerException
      	at org.apache.flink.graph.gsa.GatherSumApplyIteration$ApplyUdf.join(GatherSumApplyIteration.java:364)
      	at org.apache.flink.graph.gsa.GatherSumApplyIteration$ApplyUdf.join(GatherSumApplyIteration.java:348)
      	at org.apache.flink.runtime.operators.JoinWithSolutionSetSecondDriver.run(JoinWithSolutionSetSecondDriver.java:198)
      	at org.apache.flink.runtime.operators.RegularPactTask.run(RegularPactTask.java:496)
      	at org.apache.flink.runtime.iterative.task.AbstractIterativePactTask.run(AbstractIterativePactTask.java:139)
      	at org.apache.flink.runtime.iterative.task.IterationIntermediatePactTask.run(IterationIntermediatePactTask.java:92)
      	at org.apache.flink.runtime.operators.RegularPactTask.invoke(RegularPactTask.java:362)
      	at org.apache.flink.runtime.taskmanager.Task.run(Task.java:559)
      	... 1 more
      
      07/30/2015 18:33:49	Rebuild Workset Properties(2/60) switched to FAILED 
      java.lang.RuntimeException: Error obtaining the sorted input: Thread 'SortMerger Reading Thread' terminated due to an exception: java.lang.NullPointerException
      	at org.apache.flink.runtime.operators.sort.UnilateralSortMerger.getIterator(UnilateralSortMerger.java:607)
      	at org.apache.flink.runtime.operators.RegularPactTask.getInput(RegularPactTask.java:1145)
      	at org.apache.flink.runtime.operators.NoOpDriver.run(NoOpDriver.java:79)
      	at org.apache.flink.runtime.operators.RegularPactTask.run(RegularPactTask.java:496)
      	at org.apache.flink.runtime.iterative.task.AbstractIterativePactTask.run(AbstractIterativePactTask.java:139)
      	at org.apache.flink.runtime.iterative.task.IterationTailPactTask.run(IterationTailPactTask.java:107)
      	at org.apache.flink.runtime.operators.RegularPactTask.invoke(RegularPactTask.java:362)
      	at org.apache.flink.runtime.taskmanager.Task.run(Task.java:559)
      	at java.lang.Thread.run(Thread.java:722)
      Caused by: java.io.IOException: Thread 'SortMerger Reading Thread' terminated due to an exception: java.lang.NullPointerException
      	at org.apache.flink.runtime.operators.sort.UnilateralSortMerger$ThreadBase.run(UnilateralSortMerger.java:784)
      Caused by: org.apache.flink.runtime.io.network.partition.ProducerFailedException: java.lang.NullPointerException
      	at org.apache.flink.runtime.io.network.partition.consumer.LocalInputChannel.getNextLookAhead(LocalInputChannel.java:270)
      	at org.apache.flink.runtime.io.network.partition.consumer.LocalInputChannel.onNotification(LocalInputChannel.java:238)
      	at org.apache.flink.runtime.io.network.partition.PipelinedSubpartition.release(PipelinedSubpartition.java:158)
      	at org.apache.flink.runtime.io.network.partition.ResultPartition.release(ResultPartition.java:300)
      	at org.apache.flink.runtime.io.network.partition.ResultPartitionManager.releasePartitionsProducedBy(ResultPartitionManager.java:95)
      	at org.apache.flink.runtime.io.network.NetworkEnvironment.unregisterTask(NetworkEnvironment.java:345)
      	at org.apache.flink.runtime.taskmanager.Task.run(Task.java:650)
      	at java.lang.Thread.run(Thread.java:722)
      Caused by: java.lang.NullPointerException
      	at org.apache.flink.graph.gsa.GatherSumApplyIteration$ApplyUdf.join(GatherSumApplyIteration.java:364)
      	at org.apache.flink.graph.gsa.GatherSumApplyIteration$ApplyUdf.join(GatherSumApplyIteration.java:348)
      	at org.apache.flink.runtime.operators.JoinWithSolutionSetSecondDriver.run(JoinWithSolutionSetSecondDriver.java:198)
      	at org.apache.flink.runtime.operators.RegularPactTask.run(RegularPactTask.java:496)
      	at org.apache.flink.runtime.iterative.task.AbstractIterativePactTask.run(AbstractIterativePactTask.java:139)
      	at org.apache.flink.runtime.iterative.task.IterationIntermediatePactTask.run(IterationIntermediatePactTask.java:92)
      	at org.apache.flink.runtime.operators.RegularPactTask.invoke(RegularPactTask.java:362)
      	at org.apache.flink.runtime.taskmanager.Task.run(Task.java:559)
      	... 1 more
      
      07/30/2015 18:33:49	Reduce (Sum)(52/60) switched to CANCELED 
      07/30/2015 18:33:49	Rebuild Workset Properties(1/60) switched to FAILED 
      java.lang.RuntimeException: Error obtaining the sorted input: Thread 'SortMerger Reading Thread' terminated due to an exception: java.lang.NullPointerException
      	at org.apache.flink.runtime.operators.sort.UnilateralSortMerger.getIterator(UnilateralSortMerger.java:607)
      	at org.apache.flink.runtime.operators.RegularPactTask.getInput(RegularPactTask.java:1145)
      	at org.apache.flink.runtime.operators.NoOpDriver.run(NoOpDriver.java:79)
      	at org.apache.flink.runtime.operators.RegularPactTask.run(RegularPactTask.java:496)
      	at org.apache.flink.runtime.iterative.task.AbstractIterativePactTask.run(AbstractIterativePactTask.java:139)
      	at org.apache.flink.runtime.iterative.task.IterationTailPactTask.run(IterationTailPactTask.java:107)
      	at org.apache.flink.runtime.operators.RegularPactTask.invoke(RegularPactTask.java:362)
      	at org.apache.flink.runtime.taskmanager.Task.run(Task.java:559)
      	at java.lang.Thread.run(Thread.java:722)
      Caused by: java.io.IOException: Thread 'SortMerger Reading Thread' terminated due to an exception: java.lang.NullPointerException
      	at org.apache.flink.runtime.operators.sort.UnilateralSortMerger$ThreadBase.run(UnilateralSortMerger.java:784)
      Caused by: org.apache.flink.runtime.io.network.partition.ProducerFailedException: java.lang.NullPointerException
      	at org.apache.flink.runtime.io.network.partition.consumer.LocalInputChannel.getNextLookAhead(LocalInputChannel.java:270)
      	at org.apache.flink.runtime.io.network.partition.consumer.LocalInputChannel.onNotification(LocalInputChannel.java:238)
      	at org.apache.flink.runtime.io.network.partition.PipelinedSubpartition.release(PipelinedSubpartition.java:158)
      	at org.apache.flink.runtime.io.network.partition.ResultPartition.release(ResultPartition.java:300)
      	at org.apache.flink.runtime.io.network.partition.ResultPartitionManager.releasePartitionsProducedBy(ResultPartitionManager.java:95)
      	at org.apache.flink.runtime.io.network.NetworkEnvironment.unregisterTask(NetworkEnvironment.java:345)
      	at org.apache.flink.runtime.taskmanager.Task.run(Task.java:650)
      	at java.lang.Thread.run(Thread.java:722)
      Caused by: java.lang.NullPointerException
      	at org.apache.flink.graph.gsa.GatherSumApplyIteration$ApplyUdf.join(GatherSumApplyIteration.java:364)
      	at org.apache.flink.graph.gsa.GatherSumApplyIteration$ApplyUdf.join(GatherSumApplyIteration.java:348)
      	at org.apache.flink.runtime.operators.JoinWithSolutionSetSecondDriver.run(JoinWithSolutionSetSecondDriver.java:198)
      	at org.apache.flink.runtime.operators.RegularPactTask.run(RegularPactTask.java:496)
      	at org.apache.flink.runtime.iterative.task.AbstractIterativePactTask.run(AbstractIterativePactTask.java:139)
      	at org.apache.flink.runtime.iterative.task.IterationIntermediatePactTask.run(IterationIntermediatePactTask.java:92)
      	at org.apache.flink.runtime.operators.RegularPactTask.invoke(RegularPactTask.java:362)
      	at org.apache.flink.runtime.taskmanager.Task.run(Task.java:559)
      	... 1 more
      
      07/30/2015 18:33:49	Join (Apply)(34/60) switched to FAILED 
      java.lang.NullPointerException
      	at org.apache.flink.graph.gsa.GatherSumApplyIteration$ApplyUdf.join(GatherSumApplyIteration.java:364)
      	at org.apache.flink.graph.gsa.GatherSumApplyIteration$ApplyUdf.join(GatherSumApplyIteration.java:348)
      	at org.apache.flink.runtime.operators.JoinWithSolutionSetSecondDriver.run(JoinWithSolutionSetSecondDriver.java:198)
      	at org.apache.flink.runtime.operators.RegularPactTask.run(RegularPactTask.java:496)
      	at org.apache.flink.runtime.iterative.task.AbstractIterativePactTask.run(AbstractIterativePactTask.java:139)
      	at org.apache.flink.runtime.iterative.task.IterationIntermediatePactTask.run(IterationIntermediatePactTask.java:92)
      	at org.apache.flink.runtime.operators.RegularPactTask.invoke(RegularPactTask.java:362)
      	at org.apache.flink.runtime.taskmanager.Task.run(Task.java:559)
      	at java.lang.Thread.run(Thread.java:722)
      
      07/30/2015 18:33:49	Map (Gather)(34/60) switched to CANCELED 
      07/30/2015 18:33:49	Join(Join at createResult(GatherSumApplyIteration.java:174))(34/60) switched to CANCELED 
      07/30/2015 18:33:49	Reduce (Sum)(34/60) switched to CANCELED 
      07/30/2015 18:33:49	Rebuild Workset Properties(33/60) switched to FAILED 
      java.lang.RuntimeException: Error obtaining the sorted input: Thread 'SortMerger Reading Thread' terminated due to an exception: java.lang.NullPointerException
      	at org.apache.flink.runtime.operators.sort.UnilateralSortMerger.getIterator(UnilateralSortMerger.java:607)
      	at org.apache.flink.runtime.operators.RegularPactTask.getInput(RegularPactTask.java:1145)
      	at org.apache.flink.runtime.operators.NoOpDriver.run(NoOpDriver.java:79)
      	at org.apache.flink.runtime.operators.RegularPactTask.run(RegularPactTask.java:496)
      	at org.apache.flink.runtime.iterative.task.AbstractIterativePactTask.run(AbstractIterativePactTask.java:139)
      	at org.apache.flink.runtime.iterative.task.IterationTailPactTask.run(IterationTailPactTask.java:107)
      	at org.apache.flink.runtime.operators.RegularPactTask.invoke(RegularPactTask.java:362)
      	at org.apache.flink.runtime.taskmanager.Task.run(Task.java:559)
      	at java.lang.Thread.run(Thread.java:722)
      Caused by: java.io.IOException: Thread 'SortMerger Reading Thread' terminated due to an exception: java.lang.NullPointerException
      	at org.apache.flink.runtime.operators.sort.UnilateralSortMerger$ThreadBase.run(UnilateralSortMerger.java:784)
      Caused by: org.apache.flink.runtime.io.network.partition.ProducerFailedException: java.lang.NullPointerException
      	at org.apache.flink.runtime.io.network.partition.consumer.LocalInputChannel.getNextLookAhead(LocalInputChannel.java:270)
      	at org.apache.flink.runtime.io.network.partition.consumer.LocalInputChannel.onNotification(LocalInputChannel.java:238)
      	at org.apache.flink.runtime.io.network.partition.PipelinedSubpartition.release(PipelinedSubpartition.java:158)
      	at org.apache.flink.runtime.io.network.partition.ResultPartition.release(ResultPartition.java:300)
      	at org.apache.flink.runtime.io.network.partition.ResultPartitionManager.releasePartitionsProducedBy(ResultPartitionManager.java:95)
      	at org.apache.flink.runtime.io.network.NetworkEnvironment.unregisterTask(NetworkEnvironment.java:345)
      	at org.apache.flink.runtime.taskmanager.Task.run(Task.java:650)
      	at java.lang.Thread.run(Thread.java:722)
      Caused by: java.lang.NullPointerException
      	at org.apache.flink.graph.gsa.GatherSumApplyIteration$ApplyUdf.join(GatherSumApplyIteration.java:364)
      	at org.apache.flink.graph.gsa.GatherSumApplyIteration$ApplyUdf.join(GatherSumApplyIteration.java:348)
      	at org.apache.flink.runtime.operators.JoinWithSolutionSetSecondDriver.run(JoinWithSolutionSetSecondDriver.java:198)
      	at org.apache.flink.runtime.operators.RegularPactTask.run(RegularPactTask.java:496)
      	at org.apache.flink.runtime.iterative.task.AbstractIterativePactTask.run(AbstractIterativePactTask.java:139)
      	at org.apache.flink.runtime.iterative.task.IterationIntermediatePactTask.run(IterationIntermediatePactTask.java:92)
      	at org.apache.flink.runtime.operators.RegularPactTask.invoke(RegularPactTask.java:362)
      	at org.apache.flink.runtime.taskmanager.Task.run(Task.java:559)
      	... 1 more
      
      07/30/2015 18:33:49	Reduce (Sum)(33/60) switched to CANCELED 
      07/30/2015 18:33:49	Rebuild Workset Properties(34/60) switched to FAILED 
      java.lang.RuntimeException: Error obtaining the sorted input: Thread 'SortMerger Reading Thread' terminated due to an exception: java.lang.NullPointerException
      	at org.apache.flink.runtime.operators.sort.UnilateralSortMerger.getIterator(UnilateralSortMerger.java:607)
      	at org.apache.flink.runtime.operators.RegularPactTask.getInput(RegularPactTask.java:1145)
      	at org.apache.flink.runtime.operators.NoOpDriver.run(NoOpDriver.java:79)
      	at org.apache.flink.runtime.operators.RegularPactTask.run(RegularPactTask.java:496)
      	at org.apache.flink.runtime.iterative.task.AbstractIterativePactTask.run(AbstractIterativePactTask.java:139)
      	at org.apache.flink.runtime.iterative.task.IterationTailPactTask.run(IterationTailPactTask.java:107)
      	at org.apache.flink.runtime.operators.RegularPactTask.invoke(RegularPactTask.java:362)
      	at org.apache.flink.runtime.taskmanager.Task.run(Task.java:559)
      	at java.lang.Thread.run(Thread.java:722)
      Caused by: java.io.IOException: Thread 'SortMerger Reading Thread' terminated due to an exception: java.lang.NullPointerException
      	at org.apache.flink.runtime.operators.sort.UnilateralSortMerger$ThreadBase.run(UnilateralSortMerger.java:784)
      Caused by: org.apache.flink.runtime.io.network.partition.ProducerFailedException: java.lang.NullPointerException
      	at org.apache.flink.runtime.io.network.partition.consumer.LocalInputChannel.getNextLookAhead(LocalInputChannel.java:270)
      	at org.apache.flink.runtime.io.network.partition.consumer.LocalInputChannel.onNotification(LocalInputChannel.java:238)
      	at org.apache.flink.runtime.io.network.partition.PipelinedSubpartition.release(PipelinedSubpartition.java:158)
      	at org.apache.flink.runtime.io.network.partition.ResultPartition.release(ResultPartition.java:300)
      	at org.apache.flink.runtime.io.network.partition.ResultPartitionManager.releasePartitionsProducedBy(ResultPartitionManager.java:95)
      	at org.apache.flink.runtime.io.network.NetworkEnvironment.unregisterTask(NetworkEnvironment.java:345)
      	at org.apache.flink.runtime.taskmanager.Task.run(Task.java:650)
      	at java.lang.Thread.run(Thread.java:722)
      Caused by: java.lang.NullPointerException
      	at org.apache.flink.graph.gsa.GatherSumApplyIteration$ApplyUdf.join(GatherSumApplyIteration.java:364)
      	at org.apache.flink.graph.gsa.GatherSumApplyIteration$ApplyUdf.join(GatherSumApplyIteration.java:348)
      	at org.apache.flink.runtime.operators.JoinWithSolutionSetSecondDriver.run(JoinWithSolutionSetSecondDriver.java:198)
      	at org.apache.flink.runtime.operators.RegularPactTask.run(RegularPactTask.java:496)
      	at org.apache.flink.runtime.iterative.task.AbstractIterativePactTask.run(AbstractIterativePactTask.java:139)
      	at org.apache.flink.runtime.iterative.task.IterationIntermediatePactTask.run(IterationIntermediatePactTask.java:92)
      	at org.apache.flink.runtime.operators.RegularPactTask.invoke(RegularPactTask.java:362)
      	at org.apache.flink.runtime.taskmanager.Task.run(Task.java:559)
      	... 1 more
      
      07/30/2015 18:33:49	Join(Join at createResult(GatherSumApplyIteration.java:174))(33/60) switched to CANCELED 
      07/30/2015 18:33:49	Map (Gather)(33/60) switched to CANCELED 
      07/30/2015 18:33:49	Join (Apply)(17/60) switched to FAILED 
      java.lang.NullPointerException
      	at org.apache.flink.graph.gsa.GatherSumApplyIteration$ApplyUdf.join(GatherSumApplyIteration.java:364)
      	at org.apache.flink.graph.gsa.GatherSumApplyIteration$ApplyUdf.join(GatherSumApplyIteration.java:348)
      	at org.apache.flink.runtime.operators.JoinWithSolutionSetSecondDriver.run(JoinWithSolutionSetSecondDriver.java:198)
      	at org.apache.flink.runtime.operators.RegularPactTask.run(RegularPactTask.java:496)
      	at org.apache.flink.runtime.iterative.task.AbstractIterativePactTask.run(AbstractIterativePactTask.java:139)
      	at org.apache.flink.runtime.iterative.task.IterationIntermediatePactTask.run(IterationIntermediatePactTask.java:92)
      	at org.apache.flink.runtime.operators.RegularPactTask.invoke(RegularPactTask.java:362)
      	at org.apache.flink.runtime.taskmanager.Task.run(Task.java:559)
      	at java.lang.Thread.run(Thread.java:722)
      
      07/30/2015 18:33:49	Map (Gather)(17/60) switched to CANCELED 
      07/30/2015 18:33:49	Join(Join at createResult(GatherSumApplyIteration.java:174))(17/60) switched to CANCELED 
      07/30/2015 18:33:49	Join(Join at createResult(GatherSumApplyIteration.java:174))(18/60) switched to CANCELED 
      07/30/2015 18:33:49	Map (Gather)(18/60) switched to CANCELED 
      07/30/2015 18:33:49	Rebuild Workset Properties(17/60) switched to FAILED 
      java.lang.RuntimeException: Error obtaining the sorted input: Thread 'SortMerger Reading Thread' terminated due to an exception: java.lang.NullPointerException
      	at org.apache.flink.runtime.operators.sort.UnilateralSortMerger.getIterator(UnilateralSortMerger.java:607)
      	at org.apache.flink.runtime.operators.RegularPactTask.getInput(RegularPactTask.java:1145)
      	at org.apache.flink.runtime.operators.NoOpDriver.run(NoOpDriver.java:79)
      	at org.apache.flink.runtime.operators.RegularPactTask.run(RegularPactTask.java:496)
      	at org.apache.flink.runtime.iterative.task.AbstractIterativePactTask.run(AbstractIterativePactTask.java:139)
      	at org.apache.flink.runtime.iterative.task.IterationTailPactTask.run(IterationTailPactTask.java:107)
      	at org.apache.flink.runtime.operators.RegularPactTask.invoke(RegularPactTask.java:362)
      	at org.apache.flink.runtime.taskmanager.Task.run(Task.java:559)
      	at java.lang.Thread.run(Thread.java:722)
      Caused by: java.io.IOException: Thread 'SortMerger Reading Thread' terminated due to an exception: java.lang.NullPointerException
      	at org.apache.flink.runtime.operators.sort.UnilateralSortMerger$ThreadBase.run(UnilateralSortMerger.java:784)
      Caused by: org.apache.flink.runtime.io.network.partition.ProducerFailedException: java.lang.NullPointerException
      	at org.apache.flink.runtime.io.network.partition.consumer.LocalInputChannel.getNextLookAhead(LocalInputChannel.java:270)
      	at org.apache.flink.runtime.io.network.partition.consumer.LocalInputChannel.onNotification(LocalInputChannel.java:238)
      	at org.apache.flink.runtime.io.network.partition.PipelinedSubpartition.release(PipelinedSubpartition.java:158)
      	at org.apache.flink.runtime.io.network.partition.ResultPartition.release(ResultPartition.java:300)
      	at org.apache.flink.runtime.io.network.partition.ResultPartitionManager.releasePartitionsProducedBy(ResultPartitionManager.java:95)
      	at org.apache.flink.runtime.io.network.NetworkEnvironment.unregisterTask(NetworkEnvironment.java:345)
      	at org.apache.flink.runtime.taskmanager.Task.run(Task.java:650)
      	at java.lang.Thread.run(Thread.java:722)
      Caused by: java.lang.NullPointerException
      	at org.apache.flink.graph.gsa.GatherSumApplyIteration$ApplyUdf.join(GatherSumApplyIteration.java:364)
      	at org.apache.flink.graph.gsa.GatherSumApplyIteration$ApplyUdf.join(GatherSumApplyIteration.java:348)
      	at org.apache.flink.runtime.operators.JoinWithSolutionSetSecondDriver.run(JoinWithSolutionSetSecondDriver.java:198)
      	at org.apache.flink.runtime.operators.RegularPactTask.run(RegularPactTask.java:496)
      	at org.apache.flink.runtime.iterative.task.AbstractIterativePactTask.run(AbstractIterativePactTask.java:139)
      	at org.apache.flink.runtime.iterative.task.IterationIntermediatePactTask.run(IterationIntermediatePactTask.java:92)
      	at org.apache.flink.runtime.operators.RegularPactTask.invoke(RegularPactTask.java:362)
      	at org.apache.flink.runtime.taskmanager.Task.run(Task.java:559)
      	... 1 more
      
      07/30/2015 18:33:49	Reduce (Sum)(18/60) switched to CANCELED 
      07/30/2015 18:33:49	Reduce (Sum)(17/60) switched to CANCELED 
      07/30/2015 18:33:49	Rebuild Workset Properties(18/60) switched to FAILED 
      org.apache.flink.types.NullFieldException: Field 0 is null, but expected to hold a value.
      	at org.apache.flink.api.java.typeutils.runtime.TupleSerializer.serialize(TupleSerializer.java:118)
      	at org.apache.flink.api.java.typeutils.runtime.TupleSerializer.serialize(TupleSerializer.java:30)
      	at org.apache.flink.runtime.iterative.io.WorksetUpdateOutputCollector.collect(WorksetUpdateOutputCollector.java:58)
      	at org.apache.flink.runtime.operators.NoOpDriver.run(NoOpDriver.java:92)
      	at org.apache.flink.runtime.operators.RegularPactTask.run(RegularPactTask.java:496)
      	at org.apache.flink.runtime.iterative.task.AbstractIterativePactTask.run(AbstractIterativePactTask.java:139)
      	at org.apache.flink.runtime.iterative.task.IterationTailPactTask.run(IterationTailPactTask.java:107)
      	at org.apache.flink.runtime.operators.RegularPactTask.invoke(RegularPactTask.java:362)
      	at org.apache.flink.runtime.taskmanager.Task.run(Task.java:559)
      	at java.lang.Thread.run(Thread.java:722)
      Caused by: java.lang.NullPointerException
      	at org.apache.flink.core.memory.MemorySegment.put(MemorySegment.java:191)
      	at org.apache.flink.runtime.memorymanager.AbstractPagedOutputView.writeByte(AbstractPagedOutputView.java:220)
      	at org.apache.flink.runtime.memorymanager.AbstractPagedOutputView.write(AbstractPagedOutputView.java:173)
      	at org.apache.flink.types.StringValue.writeString(StringValue.java:796)
      	at org.apache.flink.api.common.typeutils.base.StringSerializer.serialize(StringSerializer.java:63)
      	at org.apache.flink.api.common.typeutils.base.StringSerializer.serialize(StringSerializer.java:28)
      	at org.apache.flink.api.java.typeutils.runtime.TupleSerializer.serialize(TupleSerializer.java:116)
      	... 9 more
      
      07/30/2015 18:33:49	Join (Apply)(18/60) switched to CANCELED 
      07/30/2015 18:33:49	Join (Apply)(42/60) switched to FAILED 
      java.lang.NullPointerException
      	at org.apache.flink.graph.gsa.GatherSumApplyIteration$ApplyUdf.join(GatherSumApplyIteration.java:364)
      	at org.apache.flink.graph.gsa.GatherSumApplyIteration$ApplyUdf.join(GatherSumApplyIteration.java:348)
      	at org.apache.flink.runtime.operators.JoinWithSolutionSetSecondDriver.run(JoinWithSolutionSetSecondDriver.java:198)
      	at org.apache.flink.runtime.operators.RegularPactTask.run(RegularPactTask.java:496)
      	at org.apache.flink.runtime.iterative.task.AbstractIterativePactTask.run(AbstractIterativePactTask.java:139)
      	at org.apache.flink.runtime.iterative.task.IterationIntermediatePactTask.run(IterationIntermediatePactTask.java:92)
      	at org.apache.flink.runtime.operators.RegularPactTask.invoke(RegularPactTask.java:362)
      	at org.apache.flink.runtime.taskmanager.Task.run(Task.java:559)
      	at java.lang.Thread.run(Thread.java:722)
      
      07/30/2015 18:33:49	Map (Gather)(42/60) switched to CANCELED 
      07/30/2015 18:33:49	Join (Apply)(40/60) switched to FAILED 
      java.lang.NullPointerException
      	at org.apache.flink.graph.gsa.GatherSumApplyIteration$ApplyUdf.join(GatherSumApplyIteration.java:364)
      	at org.apache.flink.graph.gsa.GatherSumApplyIteration$ApplyUdf.join(GatherSumApplyIteration.java:348)
      	at org.apache.flink.runtime.operators.JoinWithSolutionSetSecondDriver.run(JoinWithSolutionSetSecondDriver.java:198)
      	at org.apache.flink.runtime.operators.RegularPactTask.run(RegularPactTask.java:496)
      	at org.apache.flink.runtime.iterative.task.AbstractIterativePactTask.run(AbstractIterativePactTask.java:139)
      	at org.apache.flink.runtime.iterative.task.IterationIntermediatePactTask.run(IterationIntermediatePactTask.java:92)
      	at org.apache.flink.runtime.operators.RegularPactTask.invoke(RegularPactTask.java:362)
      	at org.apache.flink.runtime.taskmanager.Task.run(Task.java:559)
      	at java.lang.Thread.run(Thread.java:722)
      
      07/30/2015 18:33:49	Join (Apply)(8/60) switched to FAILED 
      java.lang.NullPointerException
      	at org.apache.flink.graph.gsa.GatherSumApplyIteration$ApplyUdf.join(GatherSumApplyIteration.java:364)
      	at org.apache.flink.graph.gsa.GatherSumApplyIteration$ApplyUdf.join(GatherSumApplyIteration.java:348)
      	at org.apache.flink.runtime.operators.JoinWithSolutionSetSecondDriver.run(JoinWithSolutionSetSecondDriver.java:198)
      	at org.apache.flink.runtime.operators.RegularPactTask.run(RegularPactTask.java:496)
      	at org.apache.flink.runtime.iterative.task.AbstractIterativePactTask.run(AbstractIterativePactTask.java:139)
      	at org.apache.flink.runtime.iterative.task.IterationIntermediatePactTask.run(IterationIntermediatePactTask.java:92)
      	at org.apache.flink.runtime.operators.RegularPactTask.invoke(RegularPactTask.java:362)
      	at org.apache.flink.runtime.taskmanager.Task.run(Task.java:559)
      	at java.lang.Thread.run(Thread.java:722)
      
      07/30/2015 18:33:49	Map (Gather)(7/60) switched to CANCELED 
      07/30/2015 18:33:49	Join (Apply)(7/60) switched to FAILED 
      java.lang.NullPointerException
      	at org.apache.flink.graph.gsa.GatherSumApplyIteration$ApplyUdf.join(GatherSumApplyIteration.java:364)
      	at org.apache.flink.graph.gsa.GatherSumApplyIteration$ApplyUdf.join(GatherSumApplyIteration.java:348)
      	at org.apache.flink.runtime.operators.JoinWithSolutionSetSecondDriver.run(JoinWithSolutionSetSecondDriver.java:198)
      	at org.apache.flink.runtime.operators.RegularPactTask.run(RegularPactTask.java:496)
      	at org.apache.flink.runtime.iterative.task.AbstractIterativePactTask.run(AbstractIterativePactTask.java:139)
      	at org.apache.flink.runtime.iterative.task.IterationIntermediatePactTask.run(IterationIntermediatePactTask.java:92)
      	at org.apache.flink.runtime.operators.RegularPactTask.invoke(RegularPactTask.java:362)
      	at org.apache.flink.runtime.taskmanager.Task.run(Task.java:559)
      	at java.lang.Thread.run(Thread.java:722)
      
      07/30/2015 18:33:49	Rebuild Workset Properties(7/60) switched to FAILED 
      java.lang.RuntimeException: Error obtaining the sorted input: Thread 'SortMerger Reading Thread' terminated due to an exception: java.lang.NullPointerException
      	at org.apache.flink.runtime.operators.sort.UnilateralSortMerger.getIterator(UnilateralSortMerger.java:607)
      	at org.apache.flink.runtime.operators.RegularPactTask.getInput(RegularPactTask.java:1145)
      	at org.apache.flink.runtime.operators.NoOpDriver.run(NoOpDriver.java:79)
      	at org.apache.flink.runtime.operators.RegularPactTask.run(RegularPactTask.java:496)
      	at org.apache.flink.runtime.iterative.task.AbstractIterativePactTask.run(AbstractIterativePactTask.java:139)
      	at org.apache.flink.runtime.iterative.task.IterationTailPactTask.run(IterationTailPactTask.java:107)
      	at org.apache.flink.runtime.operators.RegularPactTask.invoke(RegularPactTask.java:362)
      	at org.apache.flink.runtime.taskmanager.Task.run(Task.java:559)
      	at java.lang.Thread.run(Thread.java:722)
      Caused by: java.io.IOException: Thread 'SortMerger Reading Thread' terminated due to an exception: java.lang.NullPointerException
      	at org.apache.flink.runtime.operators.sort.UnilateralSortMerger$ThreadBase.run(UnilateralSortMerger.java:784)
      Caused by: org.apache.flink.runtime.io.network.partition.ProducerFailedException: java.lang.NullPointerException
      	at org.apache.flink.runtime.io.network.partition.consumer.LocalInputChannel.getNextLookAhead(LocalInputChannel.java:270)
      	at org.apache.flink.runtime.io.network.partition.consumer.LocalInputChannel.onNotification(LocalInputChannel.java:238)
      	at org.apache.flink.runtime.io.network.partition.PipelinedSubpartition.release(PipelinedSubpartition.java:158)
      	at org.apache.flink.runtime.io.network.partition.ResultPartition.release(ResultPartition.java:300)
      	at org.apache.flink.runtime.io.network.partition.ResultPartitionManager.releasePartitionsProducedBy(ResultPartitionManager.java:95)
      	at org.apache.flink.runtime.io.network.NetworkEnvironment.unregisterTask(NetworkEnvironment.java:345)
      	at org.apache.flink.runtime.taskmanager.Task.run(Task.java:650)
      	at java.lang.Thread.run(Thread.java:722)
      Caused by: java.lang.NullPointerException
      	at org.apache.flink.graph.gsa.GatherSumApplyIteration$ApplyUdf.join(GatherSumApplyIteration.java:364)
      	at org.apache.flink.graph.gsa.GatherSumApplyIteration$ApplyUdf.join(GatherSumApplyIteration.java:348)
      	at org.apache.flink.runtime.operators.JoinWithSolutionSetSecondDriver.run(JoinWithSolutionSetSecondDriver.java:198)
      	at org.apache.flink.runtime.operators.RegularPactTask.run(RegularPactTask.java:496)
      	at org.apache.flink.runtime.iterative.task.AbstractIterativePactTask.run(AbstractIterativePactTask.java:139)
      	at org.apache.flink.runtime.iterative.task.IterationIntermediatePactTask.run(IterationIntermediatePactTask.java:92)
      	at org.apache.flink.runtime.operators.RegularPactTask.invoke(RegularPactTask.java:362)
      	at org.apache.flink.runtime.taskmanager.Task.run(Task.java:559)
      	... 1 more
      
      07/30/2015 18:33:49	Map (Gather)(8/60) switched to CANCELED 
      07/30/2015 18:33:49	Join(Join at createResult(GatherSumApplyIteration.java:174))(7/60) switched to CANCELED 
      07/30/2015 18:33:49	Rebuild Workset Properties(8/60) switched to FAILED 
      java.lang.RuntimeException: Error obtaining the sorted input: Thread 'SortMerger Reading Thread' terminated due to an exception: java.lang.NullPointerException
      	at org.apache.flink.runtime.operators.sort.UnilateralSortMerger.getIterator(UnilateralSortMerger.java:607)
      	at org.apache.flink.runtime.operators.RegularPactTask.getInput(RegularPactTask.java:1145)
      	at org.apache.flink.runtime.operators.NoOpDriver.run(NoOpDriver.java:79)
      	at org.apache.flink.runtime.operators.RegularPactTask.run(RegularPactTask.java:496)
      	at org.apache.flink.runtime.iterative.task.AbstractIterativePactTask.run(AbstractIterativePactTask.java:139)
      	at org.apache.flink.runtime.iterative.task.IterationTailPactTask.run(IterationTailPactTask.java:107)
      	at org.apache.flink.runtime.operators.RegularPactTask.invoke(RegularPactTask.java:362)
      	at org.apache.flink.runtime.taskmanager.Task.run(Task.java:559)
      	at java.lang.Thread.run(Thread.java:722)
      Caused by: java.io.IOException: Thread 'SortMerger Reading Thread' terminated due to an exception: java.lang.NullPointerException
      	at org.apache.flink.runtime.operators.sort.UnilateralSortMerger$ThreadBase.run(UnilateralSortMerger.java:784)
      Caused by: org.apache.flink.runtime.io.network.partition.ProducerFailedException: java.lang.NullPointerException
      	at org.apache.flink.runtime.io.network.partition.consumer.LocalInputChannel.getNextLookAhead(LocalInputChannel.java:270)
      	at org.apache.flink.runtime.io.network.partition.consumer.LocalInputChannel.onNotification(LocalInputChannel.java:238)
      	at org.apache.flink.runtime.io.network.partition.PipelinedSubpartition.release(PipelinedSubpartition.java:158)
      	at org.apache.flink.runtime.io.network.partition.ResultPartition.release(ResultPartition.java:300)
      	at org.apache.flink.runtime.io.network.partition.ResultPartitionManager.releasePartitionsProducedBy(ResultPartitionManager.java:95)
      	at org.apache.flink.runtime.io.network.NetworkEnvironment.unregisterTask(NetworkEnvironment.java:345)
      	at org.apache.flink.runtime.taskmanager.Task.run(Task.java:650)
      	at java.lang.Thread.run(Thread.java:722)
      Caused by: java.lang.NullPointerException
      	at org.apache.flink.graph.gsa.GatherSumApplyIteration$ApplyUdf.join(GatherSumApplyIteration.java:364)
      	at org.apache.flink.graph.gsa.GatherSumApplyIteration$ApplyUdf.join(GatherSumApplyIteration.java:348)
      	at org.apache.flink.runtime.operators.JoinWithSolutionSetSecondDriver.run(JoinWithSolutionSetSecondDriver.java:198)
      	at org.apache.flink.runtime.operators.RegularPactTask.run(RegularPactTask.java:496)
      	at org.apache.flink.runtime.iterative.task.AbstractIterativePactTask.run(AbstractIterativePactTask.java:139)
      	at org.apache.flink.runtime.iterative.task.IterationIntermediatePactTask.run(IterationIntermediatePactTask.java:92)
      	at org.apache.flink.runtime.operators.RegularPactTask.invoke(RegularPactTask.java:362)
      	at org.apache.flink.runtime.taskmanager.Task.run(Task.java:559)
      	... 1 more
      
      07/30/2015 18:33:49	Reduce (Sum)(8/60) switched to CANCELED 
      07/30/2015 18:33:49	Join(Join at createResult(GatherSumApplyIteration.java:174))(8/60) switched to CANCELED 
      07/30/2015 18:33:49	Reduce (Sum)(7/60) switched to CANCELED 
      07/30/2015 18:33:49	Join(Join at createResult(GatherSumApplyIteration.java:174))(51/60) switched to CANCELED 
      07/30/2015 18:33:49	Join(Join at createResult(GatherSumApplyIteration.java:174))(53/60) switched to CANCELED 
      07/30/2015 18:33:49	Reduce (Sum)(53/60) switched to CANCELED 
      07/30/2015 18:33:49	Reduce (Sum)(51/60) switched to CANCELED 
      07/30/2015 18:33:49	Join (Apply)(51/60) switched to FAILED 
      java.lang.NullPointerException
      	at org.apache.flink.graph.gsa.GatherSumApplyIteration$ApplyUdf.join(GatherSumApplyIteration.java:364)
      	at org.apache.flink.graph.gsa.GatherSumApplyIteration$ApplyUdf.join(GatherSumApplyIteration.java:348)
      	at org.apache.flink.runtime.operators.JoinWithSolutionSetSecondDriver.run(JoinWithSolutionSetSecondDriver.java:198)
      	at org.apache.flink.runtime.operators.RegularPactTask.run(RegularPactTask.java:496)
      	at org.apache.flink.runtime.iterative.task.AbstractIterativePactTask.run(AbstractIterativePactTask.java:139)
      	at org.apache.flink.runtime.iterative.task.IterationIntermediatePactTask.run(IterationIntermediatePactTask.java:92)
      	at org.apache.flink.runtime.operators.RegularPactTask.invoke(RegularPactTask.java:362)
      	at org.apache.flink.runtime.taskmanager.Task.run(Task.java:559)
      	at java.lang.Thread.run(Thread.java:722)
      
      07/30/2015 18:33:49	Join (Apply)(53/60) switched to FAILED 
      java.lang.NullPointerException
      	at org.apache.flink.graph.gsa.GatherSumApplyIteration$ApplyUdf.join(GatherSumApplyIteration.java:364)
      	at org.apache.flink.graph.gsa.GatherSumApplyIteration$ApplyUdf.join(GatherSumApplyIteration.java:348)
      	at org.apache.flink.runtime.operators.JoinWithSolutionSetSecondDriver.run(JoinWithSolutionSetSecondDriver.java:198)
      	at org.apache.flink.runtime.operators.RegularPactTask.run(RegularPactTask.java:496)
      	at org.apache.flink.runtime.iterative.task.AbstractIterativePactTask.run(AbstractIterativePactTask.java:139)
      	at org.apache.flink.runtime.iterative.task.IterationIntermediatePactTask.run(IterationIntermediatePactTask.java:92)
      	at org.apache.flink.runtime.operators.RegularPactTask.invoke(RegularPactTask.java:362)
      	at org.apache.flink.runtime.taskmanager.Task.run(Task.java:559)
      	at java.lang.Thread.run(Thread.java:722)
      
      07/30/2015 18:33:49	Rebuild Workset Properties(53/60) switched to FAILED 
      java.lang.RuntimeException: Error obtaining the sorted input: Thread 'SortMerger Reading Thread' terminated due to an exception: java.lang.NullPointerException
      	at org.apache.flink.runtime.operators.sort.UnilateralSortMerger.getIterator(UnilateralSortMerger.java:607)
      	at org.apache.flink.runtime.operators.RegularPactTask.getInput(RegularPactTask.java:1145)
      	at org.apache.flink.runtime.operators.NoOpDriver.run(NoOpDriver.java:79)
      	at org.apache.flink.runtime.operators.RegularPactTask.run(RegularPactTask.java:496)
      	at org.apache.flink.runtime.iterative.task.AbstractIterativePactTask.run(AbstractIterativePactTask.java:139)
      	at org.apache.flink.runtime.iterative.task.IterationTailPactTask.run(IterationTailPactTask.java:107)
      	at org.apache.flink.runtime.operators.RegularPactTask.invoke(RegularPactTask.java:362)
      	at org.apache.flink.runtime.taskmanager.Task.run(Task.java:559)
      	at java.lang.Thread.run(Thread.java:722)
      Caused by: java.io.IOException: Thread 'SortMerger Reading Thread' terminated due to an exception: java.lang.NullPointerException
      	at org.apache.flink.runtime.operators.sort.UnilateralSortMerger$ThreadBase.run(UnilateralSortMerger.java:784)
      Caused by: org.apache.flink.runtime.io.network.partition.ProducerFailedException: java.lang.NullPointerException
      	at org.apache.flink.runtime.io.network.partition.consumer.LocalInputChannel.getNextLookAhead(LocalInputChannel.java:270)
      	at org.apache.flink.runtime.io.network.partition.consumer.LocalInputChannel.onNotification(LocalInputChannel.java:238)
      	at org.apache.flink.runtime.io.network.partition.PipelinedSubpartition.release(PipelinedSubpartition.java:158)
      	at org.apache.flink.runtime.io.network.partition.ResultPartition.release(ResultPartition.java:300)
      	at org.apache.flink.runtime.io.network.partition.ResultPartitionManager.releasePartitionsProducedBy(ResultPartitionManager.java:95)
      	at org.apache.flink.runtime.io.network.NetworkEnvironment.unregisterTask(NetworkEnvironment.java:345)
      	at org.apache.flink.runtime.taskmanager.Task.run(Task.java:650)
      	at java.lang.Thread.run(Thread.java:722)
      Caused by: java.lang.NullPointerException
      	at org.apache.flink.graph.gsa.GatherSumApplyIteration$ApplyUdf.join(GatherSumApplyIteration.java:364)
      	at org.apache.flink.graph.gsa.GatherSumApplyIteration$ApplyUdf.join(GatherSumApplyIteration.java:348)
      	at org.apache.flink.runtime.operators.JoinWithSolutionSetSecondDriver.run(JoinWithSolutionSetSecondDriver.java:198)
      	at org.apache.flink.runtime.operators.RegularPactTask.run(RegularPactTask.java:496)
      	at org.apache.flink.runtime.iterative.task.AbstractIterativePactTask.run(AbstractIterativePactTask.java:139)
      	at org.apache.flink.runtime.iterative.task.IterationIntermediatePactTask.run(IterationIntermediatePactTask.java:92)
      	at org.apache.flink.runtime.operators.RegularPactTask.invoke(RegularPactTask.java:362)
      	at org.apache.flink.runtime.taskmanager.Task.run(Task.java:559)
      	... 1 more
      
      07/30/2015 18:33:49	Rebuild Workset Properties(51/60) switched to FAILED 
      java.lang.RuntimeException: Error obtaining the sorted input: Thread 'SortMerger Reading Thread' terminated due to an exception: java.lang.NullPointerException
      	at org.apache.flink.runtime.operators.sort.UnilateralSortMerger.getIterator(UnilateralSortMerger.java:607)
      	at org.apache.flink.runtime.operators.RegularPactTask.getInput(RegularPactTask.java:1145)
      	at org.apache.flink.runtime.operators.NoOpDriver.run(NoOpDriver.java:79)
      	at org.apache.flink.runtime.operators.RegularPactTask.run(RegularPactTask.java:496)
      	at org.apache.flink.runtime.iterative.task.AbstractIterativePactTask.run(AbstractIterativePactTask.java:139)
      	at org.apache.flink.runtime.iterative.task.IterationTailPactTask.run(IterationTailPactTask.java:107)
      	at org.apache.flink.runtime.operators.RegularPactTask.invoke(RegularPactTask.java:362)
      	at org.apache.flink.runtime.taskmanager.Task.run(Task.java:559)
      	at java.lang.Thread.run(Thread.java:722)
      Caused by: java.io.IOException: Thread 'SortMerger Reading Thread' terminated due to an exception: java.lang.NullPointerException
      	at org.apache.flink.runtime.operators.sort.UnilateralSortMerger$ThreadBase.run(UnilateralSortMerger.java:784)
      Caused by: org.apache.flink.runtime.io.network.partition.ProducerFailedException: java.lang.NullPointerException
      	at org.apache.flink.runtime.io.network.partition.consumer.LocalInputChannel.getNextLookAhead(LocalInputChannel.java:270)
      	at org.apache.flink.runtime.io.network.partition.consumer.LocalInputChannel.onNotification(LocalInputChannel.java:238)
      	at org.apache.flink.runtime.io.network.partition.PipelinedSubpartition.release(PipelinedSubpartition.java:158)
      	at org.apache.flink.runtime.io.network.partition.ResultPartition.release(ResultPartition.java:300)
      	at org.apache.flink.runtime.io.network.partition.ResultPartitionManager.releasePartitionsProducedBy(ResultPartitionManager.java:95)
      	at org.apache.flink.runtime.io.network.NetworkEnvironment.unregisterTask(NetworkEnvironment.java:345)
      	at org.apache.flink.runtime.taskmanager.Task.run(Task.java:650)
      	at java.lang.Thread.run(Thread.java:722)
      Caused by: java.lang.NullPointerException
      	at org.apache.flink.graph.gsa.GatherSumApplyIteration$ApplyUdf.join(GatherSumApplyIteration.java:364)
      	at org.apache.flink.graph.gsa.GatherSumApplyIteration$ApplyUdf.join(GatherSumApplyIteration.java:348)
      	at org.apache.flink.runtime.operators.JoinWithSolutionSetSecondDriver.run(JoinWithSolutionSetSecondDriver.java:198)
      	at org.apache.flink.runtime.operators.RegularPactTask.run(RegularPactTask.java:496)
      	at org.apache.flink.runtime.iterative.task.AbstractIterativePactTask.run(AbstractIterativePactTask.java:139)
      	at org.apache.flink.runtime.iterative.task.IterationIntermediatePactTask.run(IterationIntermediatePactTask.java:92)
      	at org.apache.flink.runtime.operators.RegularPactTask.invoke(RegularPactTask.java:362)
      	at org.apache.flink.runtime.taskmanager.Task.run(Task.java:559)
      	... 1 more
      
      07/30/2015 18:33:49	Map (Gather)(40/60) switched to CANCELED 
      07/30/2015 18:33:49	Join(Join at createResult(GatherSumApplyIteration.java:174))(40/60) switched to CANCELED 
      07/30/2015 18:33:49	Rebuild Workset Properties(40/60) switched to FAILED 
      java.lang.RuntimeException: Error obtaining the sorted input: Thread 'SortMerger Reading Thread' terminated due to an exception: java.lang.NullPointerException
      	at org.apache.flink.runtime.operators.sort.UnilateralSortMerger.getIterator(UnilateralSortMerger.java:607)
      	at org.apache.flink.runtime.operators.RegularPactTask.getInput(RegularPactTask.java:1145)
      	at org.apache.flink.runtime.operators.NoOpDriver.run(NoOpDriver.java:79)
      	at org.apache.flink.runtime.operators.RegularPactTask.run(RegularPactTask.java:496)
      	at org.apache.flink.runtime.iterative.task.AbstractIterativePactTask.run(AbstractIterativePactTask.java:139)
      	at org.apache.flink.runtime.iterative.task.IterationTailPactTask.run(IterationTailPactTask.java:107)
      	at org.apache.flink.runtime.operators.RegularPactTask.invoke(RegularPactTask.java:362)
      	at org.apache.flink.runtime.taskmanager.Task.run(Task.java:559)
      	at java.lang.Thread.run(Thread.java:722)
      Caused by: java.io.IOException: Thread 'SortMerger Reading Thread' terminated due to an exception: java.lang.NullPointerException
      	at org.apache.flink.runtime.operators.sort.UnilateralSortMerger$ThreadBase.run(UnilateralSortMerger.java:784)
      Caused by: org.apache.flink.runtime.io.network.partition.ProducerFailedException: java.lang.NullPointerException
      	at org.apache.flink.runtime.io.network.partition.consumer.LocalInputChannel.getNextLookAhead(LocalInputChannel.java:270)
      	at org.apache.flink.runtime.io.network.partition.consumer.LocalInputChannel.onNotification(LocalInputChannel.java:238)
      	at org.apache.flink.runtime.io.network.partition.PipelinedSubpartition.release(PipelinedSubpartition.java:158)
      	at org.apache.flink.runtime.io.network.partition.ResultPartition.release(ResultPartition.java:300)
      	at org.apache.flink.runtime.io.network.partition.ResultPartitionManager.releasePartitionsProducedBy(ResultPartitionManager.java:95)
      	at org.apache.flink.runtime.io.network.NetworkEnvironment.unregisterTask(NetworkEnvironment.java:345)
      	at org.apache.flink.runtime.taskmanager.Task.run(Task.java:650)
      	at java.lang.Thread.run(Thread.java:722)
      Caused by: java.lang.NullPointerException
      	at org.apache.flink.graph.gsa.GatherSumApplyIteration$ApplyUdf.join(GatherSumApplyIteration.java:364)
      	at org.apache.flink.graph.gsa.GatherSumApplyIteration$ApplyUdf.join(GatherSumApplyIteration.java:348)
      	at org.apache.flink.runtime.operators.JoinWithSolutionSetSecondDriver.run(JoinWithSolutionSetSecondDriver.java:198)
      	at org.apache.flink.runtime.operators.RegularPactTask.run(RegularPactTask.java:496)
      	at org.apache.flink.runtime.iterative.task.AbstractIterativePactTask.run(AbstractIterativePactTask.java:139)
      	at org.apache.flink.runtime.iterative.task.IterationIntermediatePactTask.run(IterationIntermediatePactTask.java:92)
      	at org.apache.flink.runtime.operators.RegularPactTask.invoke(RegularPactTask.java:362)
      	at org.apache.flink.runtime.taskmanager.Task.run(Task.java:559)
      	... 1 more
      
      07/30/2015 18:33:49	Rebuild Workset Properties(42/60) switched to FAILED 
      java.lang.RuntimeException: Error obtaining the sorted input: Thread 'SortMerger Reading Thread' terminated due to an exception: java.lang.NullPointerException
      	at org.apache.flink.runtime.operators.sort.UnilateralSortMerger.getIterator(UnilateralSortMerger.java:607)
      	at org.apache.flink.runtime.operators.RegularPactTask.getInput(RegularPactTask.java:1145)
      	at org.apache.flink.runtime.operators.NoOpDriver.run(NoOpDriver.java:79)
      	at org.apache.flink.runtime.operators.RegularPactTask.run(RegularPactTask.java:496)
      	at org.apache.flink.runtime.iterative.task.AbstractIterativePactTask.run(AbstractIterativePactTask.java:139)
      	at org.apache.flink.runtime.iterative.task.IterationTailPactTask.run(IterationTailPactTask.java:107)
      	at org.apache.flink.runtime.operators.RegularPactTask.invoke(RegularPactTask.java:362)
      	at org.apache.flink.runtime.taskmanager.Task.run(Task.java:559)
      	at java.lang.Thread.run(Thread.java:722)
      Caused by: java.io.IOException: Thread 'SortMerger Reading Thread' terminated due to an exception: java.lang.NullPointerException
      	at org.apache.flink.runtime.operators.sort.UnilateralSortMerger$ThreadBase.run(UnilateralSortMerger.java:784)
      Caused by: org.apache.flink.runtime.io.network.partition.ProducerFailedException: java.lang.NullPointerException
      	at org.apache.flink.runtime.io.network.partition.consumer.LocalInputChannel.getNextLookAhead(LocalInputChannel.java:270)
      	at org.apache.flink.runtime.io.network.partition.consumer.LocalInputChannel.onNotification(LocalInputChannel.java:238)
      	at org.apache.flink.runtime.io.network.partition.PipelinedSubpartition.release(PipelinedSubpartition.java:158)
      	at org.apache.flink.runtime.io.network.partition.ResultPartition.release(ResultPartition.java:300)
      	at org.apache.flink.runtime.io.network.partition.ResultPartitionManager.releasePartitionsProducedBy(ResultPartitionManager.java:95)
      	at org.apache.flink.runtime.io.network.NetworkEnvironment.unregisterTask(NetworkEnvironment.java:345)
      	at org.apache.flink.runtime.taskmanager.Task.run(Task.java:650)
      	at java.lang.Thread.run(Thread.java:722)
      Caused by: java.lang.NullPointerException
      	at org.apache.flink.graph.gsa.GatherSumApplyIteration$ApplyUdf.join(GatherSumApplyIteration.java:364)
      	at org.apache.flink.graph.gsa.GatherSumApplyIteration$ApplyUdf.join(GatherSumApplyIteration.java:348)
      	at org.apache.flink.runtime.operators.JoinWithSolutionSetSecondDriver.run(JoinWithSolutionSetSecondDriver.java:198)
      	at org.apache.flink.runtime.operators.RegularPactTask.run(RegularPactTask.java:496)
      	at org.apache.flink.runtime.iterative.task.AbstractIterativePactTask.run(AbstractIterativePactTask.java:139)
      	at org.apache.flink.runtime.iterative.task.IterationIntermediatePactTask.run(IterationIntermediatePactTask.java:92)
      	at org.apache.flink.runtime.operators.RegularPactTask.invoke(RegularPactTask.java:362)
      	at org.apache.flink.runtime.taskmanager.Task.run(Task.java:559)
      	... 1 more
      
      07/30/2015 18:33:49	Join(Join at createResult(GatherSumApplyIteration.java:174))(42/60) switched to CANCELED 
      07/30/2015 18:33:49	Reduce (Sum)(40/60) switched to CANCELED 
      07/30/2015 18:33:49	Reduce (Sum)(42/60) switched to CANCELED 
      07/30/2015 18:33:49	Join(Join at createResult(GatherSumApplyIteration.java:174))(48/60) switched to CANCELED 
      07/30/2015 18:33:49	Join(Join at createResult(GatherSumApplyIteration.java:174))(60/60) switched to CANCELED 
      07/30/2015 18:33:49	Map (Gather)(60/60) switched to CANCELED 
      07/30/2015 18:33:49	Join (Apply)(21/60) switched to FAILED 
      java.lang.NullPointerException
      	at org.apache.flink.graph.gsa.GatherSumApplyIteration$ApplyUdf.join(GatherSumApplyIteration.java:364)
      	at org.apache.flink.graph.gsa.GatherSumApplyIteration$ApplyUdf.join(GatherSumApplyIteration.java:348)
      	at org.apache.flink.runtime.operators.JoinWithSolutionSetSecondDriver.run(JoinWithSolutionSetSecondDriver.java:198)
      	at org.apache.flink.runtime.operators.RegularPactTask.run(RegularPactTask.java:496)
      	at org.apache.flink.runtime.iterative.task.AbstractIterativePactTask.run(AbstractIterativePactTask.java:139)
      	at org.apache.flink.runtime.iterative.task.IterationIntermediatePactTask.run(IterationIntermediatePactTask.java:92)
      	at org.apache.flink.runtime.operators.RegularPactTask.invoke(RegularPactTask.java:362)
      	at org.apache.flink.runtime.taskmanager.Task.run(Task.java:559)
      	at java.lang.Thread.run(Thread.java:722)
      
      07/30/2015 18:33:49	Reduce (Sum)(48/60) switched to CANCELED 
      07/30/2015 18:33:49	Reduce (Sum)(60/60) switched to CANCELED 
      07/30/2015 18:33:49	Rebuild Workset Properties(60/60) switched to FAILED 
      java.lang.RuntimeException: Error obtaining the sorted input: Thread 'SortMerger Reading Thread' terminated due to an exception: java.lang.NullPointerException
      	at org.apache.flink.runtime.operators.sort.UnilateralSortMerger.getIterator(UnilateralSortMerger.java:607)
      	at org.apache.flink.runtime.operators.RegularPactTask.getInput(RegularPactTask.java:1145)
      	at org.apache.flink.runtime.operators.NoOpDriver.run(NoOpDriver.java:79)
      	at org.apache.flink.runtime.operators.RegularPactTask.run(RegularPactTask.java:496)
      	at org.apache.flink.runtime.iterative.task.AbstractIterativePactTask.run(AbstractIterativePactTask.java:139)
      	at org.apache.flink.runtime.iterative.task.IterationTailPactTask.run(IterationTailPactTask.java:107)
      	at org.apache.flink.runtime.operators.RegularPactTask.invoke(RegularPactTask.java:362)
      	at org.apache.flink.runtime.taskmanager.Task.run(Task.java:559)
      	at java.lang.Thread.run(Thread.java:722)
      Caused by: java.io.IOException: Thread 'SortMerger Reading Thread' terminated due to an exception: java.lang.NullPointerException
      	at org.apache.flink.runtime.operators.sort.UnilateralSortMerger$ThreadBase.run(UnilateralSortMerger.java:784)
      Caused by: org.apache.flink.runtime.io.network.partition.ProducerFailedException: java.lang.NullPointerException
      	at org.apache.flink.runtime.io.network.partition.consumer.LocalInputChannel.getNextLookAhead(LocalInputChannel.java:270)
      	at org.apache.flink.runtime.io.network.partition.consumer.LocalInputChannel.onNotification(LocalInputChannel.java:238)
      	at org.apache.flink.runtime.io.network.partition.PipelinedSubpartition.release(PipelinedSubpartition.java:158)
      	at org.apache.flink.runtime.io.network.partition.ResultPartition.release(ResultPartition.java:300)
      	at org.apache.flink.runtime.io.network.partition.ResultPartitionManager.releasePartitionsProducedBy(ResultPartitionManager.java:95)
      	at org.apache.flink.runtime.io.network.NetworkEnvironment.unregisterTask(NetworkEnvironment.java:345)
      	at org.apache.flink.runtime.taskmanager.Task.run(Task.java:650)
      	at java.lang.Thread.run(Thread.java:722)
      Caused by: java.lang.NullPointerException
      	at org.apache.flink.graph.gsa.GatherSumApplyIteration$ApplyUdf.join(GatherSumApplyIteration.java:364)
      	at org.apache.flink.graph.gsa.GatherSumApplyIteration$ApplyUdf.join(GatherSumApplyIteration.java:348)
      	at org.apache.flink.runtime.operators.JoinWithSolutionSetSecondDriver.run(JoinWithSolutionSetSecondDriver.java:198)
      	at org.apache.flink.runtime.operators.RegularPactTask.run(RegularPactTask.java:496)
      	at org.apache.flink.runtime.iterative.task.AbstractIterativePactTask.run(AbstractIterativePactTask.java:139)
      	at org.apache.flink.runtime.iterative.task.IterationIntermediatePactTask.run(IterationIntermediatePactTask.java:92)
      	at org.apache.flink.runtime.operators.RegularPactTask.invoke(RegularPactTask.java:362)
      	at org.apache.flink.runtime.taskmanager.Task.run(Task.java:559)
      	... 1 more
      
      07/30/2015 18:33:49	Join (Apply)(49/60) switched to FAILED 
      java.lang.NullPointerException
      	at org.apache.flink.graph.gsa.GatherSumApplyIteration$ApplyUdf.join(GatherSumApplyIteration.java:364)
      	at org.apache.flink.graph.gsa.GatherSumApplyIteration$ApplyUdf.join(GatherSumApplyIteration.java:348)
      	at org.apache.flink.runtime.operators.JoinWithSolutionSetSecondDriver.run(JoinWithSolutionSetSecondDriver.java:198)
      	at org.apache.flink.runtime.operators.RegularPactTask.run(RegularPactTask.java:496)
      	at org.apache.flink.runtime.iterative.task.AbstractIterativePactTask.run(AbstractIterativePactTask.java:139)
      	at org.apache.flink.runtime.iterative.task.IterationIntermediatePactTask.run(IterationIntermediatePactTask.java:92)
      	at org.apache.flink.runtime.operators.RegularPactTask.invoke(RegularPactTask.java:362)
      	at org.apache.flink.runtime.taskmanager.Task.run(Task.java:559)
      	at java.lang.Thread.run(Thread.java:722)
      
      07/30/2015 18:33:49	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(41/60) switched to CANCELED 
      07/30/2015 18:33:49	Rebuild Workset Properties(48/60) switched to FAILED 
      org.apache.flink.types.NullFieldException: Field 0 is null, but expected to hold a value.
      	at org.apache.flink.api.java.typeutils.runtime.TupleSerializer.serialize(TupleSerializer.java:118)
      	at org.apache.flink.api.java.typeutils.runtime.TupleSerializer.serialize(TupleSerializer.java:30)
      	at org.apache.flink.runtime.iterative.io.WorksetUpdateOutputCollector.collect(WorksetUpdateOutputCollector.java:58)
      	at org.apache.flink.runtime.operators.NoOpDriver.run(NoOpDriver.java:92)
      	at org.apache.flink.runtime.operators.RegularPactTask.run(RegularPactTask.java:496)
      	at org.apache.flink.runtime.iterative.task.AbstractIterativePactTask.run(AbstractIterativePactTask.java:139)
      	at org.apache.flink.runtime.iterative.task.IterationTailPactTask.run(IterationTailPactTask.java:107)
      	at org.apache.flink.runtime.operators.RegularPactTask.invoke(RegularPactTask.java:362)
      	at org.apache.flink.runtime.taskmanager.Task.run(Task.java:559)
      	at java.lang.Thread.run(Thread.java:722)
      Caused by: java.lang.NullPointerException
      	at org.apache.flink.core.memory.MemorySegment.put(MemorySegment.java:191)
      	at org.apache.flink.runtime.memorymanager.AbstractPagedOutputView.writeByte(AbstractPagedOutputView.java:220)
      	at org.apache.flink.runtime.memorymanager.AbstractPagedOutputView.write(AbstractPagedOutputView.java:173)
      	at org.apache.flink.types.StringValue.writeString(StringValue.java:796)
      	at org.apache.flink.api.common.typeutils.base.StringSerializer.serialize(StringSerializer.java:63)
      	at org.apache.flink.api.common.typeutils.base.StringSerializer.serialize(StringSerializer.java:28)
      	at org.apache.flink.api.java.typeutils.runtime.TupleSerializer.serialize(TupleSerializer.java:116)
      	... 9 more
      
      07/30/2015 18:33:49	IterationHead(WorksetIteration (Gather-sum-apply iteration (example.GSAConnectedComponents$GatherNeighborIds@7c9df87d | example.GSAConnectedComponents$SelectMinId@67251675 | example.GSAConnectedComponents$UpdateComponentId@33e5903a)))(43/60) switched to CANCELED 
      07/30/2015 18:33:49	Join (Apply)(43/60) switched to FAILED 
      java.lang.NullPointerException
      	at org.apache.flink.graph.gsa.GatherSumApplyIteration$ApplyUdf.join(GatherSumApplyIteration.java:364)
      	at org.apache.flink.graph.gsa.GatherSumApplyIteration$ApplyUdf.join(GatherSumApplyIteration.java:348)
      	at org.apache.flink.runtime.operators.JoinWithSolutionSetSecondDriver.run(JoinWithSolutionSetSecondDriver.java:198)
      	at org.apache.flink.runtime.operators.RegularPactTask.run(RegularPactTask.java:496)
      	at org.apache.flink.runtime.iterative.task.AbstractIterativePactTask.run(AbstractIterativePactTask.java:139)
      	at org.apache.flink.runtime.iterative.task.IterationIntermediatePactTask.run(IterationIntermediatePactTask.java:92)
      	at org.apache.flink.runtime.operators.RegularPactTask.invoke(RegularPactTask.java:362)
      	at org.apache.flink.runtime.taskmanager.Task.run(Task.java:559)
      	at java.lang.Thread.run(Thread.java:722)
      
      07/30/2015 18:33:49	Join(Join at createResult(GatherSumApplyIteration.java:174))(45/60) switched to CANCELED 
      07/30/2015 18:33:49	Join(Join at createResult(GatherSumApplyIteration.java:174))(49/60) switched to CANCELED 
      07/30/2015 18:33:49	Join(Join at createResult(GatherSumApplyIteration.java:174))(41/60) switched to CANCELED 
      07/30/2015 18:33:49	Join (Apply)(45/60) switched to FAILED 
      java.lang.NullPointerException
      	at org.apache.flink.graph.gsa.GatherSumApplyIteration$ApplyUdf.join(GatherSumApplyIteration.java:364)
      	at org.apache.flink.graph.gsa.GatherSumApplyIteration$ApplyUdf.join(GatherSumApplyIteration.java:348)
      	at org.apache.flink.runtime.operators.JoinWithSolutionSetSecondDriver.run(JoinWithSolutionSetSecondDriver.java:198)
      	at org.apache.flink.runtime.operators.RegularPactTask.run(RegularPactTask.java:496)
      	at org.apache.flink.runtime.iterative.task.AbstractIterativePactTask.run(AbstractIterativePactTask.java:139)
      	at org.apache.flink.runtime.iterative.task.IterationIntermediatePactTask.run(IterationIntermediatePactTask.java:92)
      	at org.apache.flink.runtime.operators.RegularPactTask.invoke(RegularPactTask.java:362)
      	at org.apache.flink.runtime.taskmanager.Task.run(Task.java:559)
      	at java.lang.Thread.run(Thread.java:722)
      
      07/30/2015 18:33:49	Map (Gather)(41/60) switched to CANCELED 
      07/30/2015 18:33:49	Rebuild Workset Properties(49/60) switched to FAILED 
      java.lang.RuntimeException: Error obtaining the sorted input: Thread 'SortMerger Reading Thread' terminated due to an exception: java.lang.NullPointerException
      	at org.apache.flink.runtime.operators.sort.UnilateralSortMerger.getIterator(UnilateralSortMerger.java:607)
      	at org.apache.flink.runtime.operators.RegularPactTask.getInput(RegularPactTask.java:1145)
      	at org.apache.flink.runtime.operators.NoOpDriver.run(NoOpDriver.java:79)
      	at org.apache.flink.runtime.operators.RegularPactTask.run(RegularPactTask.java:496)
      	at org.apache.flink.runtime.iterative.task.AbstractIterativePactTask.run(AbstractIterativePactTask.java:139)
      	at org.apache.flink.runtime.iterative.task.IterationTailPactTask.run(IterationTailPactTask.java:107)
      	at org.apache.flink.runtime.operators.RegularPactTask.invoke(RegularPactTask.java:362)
      	at org.apache.flink.runtime.taskmanager.Task.run(Task.java:559)
      	at java.lang.Thread.run(Thread.java:722)
      Caused by: java.io.IOException: Thread 'SortMerger Reading Thread' terminated due to an exception: java.lang.NullPointerException
      	at org.apache.flink.runtime.operators.sort.UnilateralSortMerger$ThreadBase.run(UnilateralSortMerger.java:784)
      Caused by: org.apache.flink.runtime.io.network.partition.ProducerFailedException: java.lang.NullPointerException
      	at org.apache.flink.runtime.io.network.partition.consumer.LocalInputChannel.getNextLookAhead(LocalInputChannel.java:270)
      	at org.apache.flink.runtime.io.network.partition.consumer.LocalInputChannel.onNotification(LocalInputChannel.java:238)
      	at org.apache.flink.runtime.io.network.partition.PipelinedSubpartition.release(PipelinedSubpartition.java:158)
      	at org.apache.flink.runtime.io.network.partition.ResultPartition.release(ResultPartition.java:300)
      	at org.apache.flink.runtime.io.network.partition.ResultPartitionManager.releasePartitionsProducedBy(ResultPartitionManager.java:95)
      	at org.apache.flink.runtime.io.network.NetworkEnvironment.unregisterTask(NetworkEnvironment.java:345)
      	at org.apache.flink.runtime.taskmanager.Task.run(Task.java:650)
      	at java.lang.Thread.run(Thread.java:722)
      Caused by: java.lang.NullPointerException
      	at org.apache.flink.graph.gsa.GatherSumApplyIteration$ApplyUdf.join(GatherSumApplyIteration.java:364)
      	at org.apache.flink.graph.gsa.GatherSumApplyIteration$ApplyUdf.join(GatherSumApplyIteration.java:348)
      	at org.apache.flink.runtime.operators.JoinWithSolutionSetSecondDriver.run(JoinWithSolutionSetSecondDriver.java:198)
      	at org.apache.flink.runtime.operators.RegularPactTask.run(RegularPactTask.java:496)
      	at org.apache.flink.runtime.iterative.task.AbstractIterativePactTask.run(AbstractIterativePactTask.java:139)
      	at org.apache.flink.runtime.iterative.task.IterationIntermediatePactTask.run(IterationIntermediatePactTask.java:92)
      	at org.apache.flink.runtime.operators.RegularPactTask.invoke(RegularPactTask.java:362)
      	at org.apache.flink.runtime.taskmanager.Task.run(Task.java:559)
      	... 1 more
      
      07/30/2015 18:33:49	Rebuild Workset Properties(43/60) switched to FAILED 
      java.lang.RuntimeException: Error obtaining the sorted input: Thread 'SortMerger Reading Thread' terminated due to an exception: java.lang.NullPointerException
      	at org.apache.flink.runtime.operators.sort.UnilateralSortMerger.getIterator(UnilateralSortMerger.java:607)
      	at org.apache.flink.runtime.operators.RegularPactTask.getInput(RegularPactTask.java:1145)
      	at org.apache.flink.runtime.operators.NoOpDriver.run(NoOpDriver.java:79)
      	at org.apache.flink.runtime.operators.RegularPactTask.run(RegularPactTask.java:496)
      	at org.apache.flink.runtime.iterative.task.AbstractIterativePactTask.run(AbstractIterativePactTask.java:139)
      	at org.apache.flink.runtime.iterative.task.IterationTailPactTask.run(IterationTailPactTask.java:107)
      	at org.apache.flink.runtime.operators.RegularPactTask.invoke(RegularPactTask.java:362)
      	at org.apache.flink.runtime.taskmanager.Task.run(Task.java:559)
      	at java.lang.Thread.run(Thread.java:722)
      Caused by: java.io.IOException: Thread 'SortMerger Reading Thread' terminated due to an exception: java.lang.NullPointerException
      	at org.apache.flink.runtime.operators.sort.UnilateralSortMerger$ThreadBase.run(UnilateralSortMerger.java:784)
      Caused by: org.apache.flink.runtime.io.network.partition.ProducerFailedException: java.lang.NullPointerException
      	at org.apache.flink.runtime.io.network.partition.consumer.LocalInputChannel.getNextLookAhead(LocalInputChannel.java:270)
      	at org.apache.flink.runtime.io.network.partition.consumer.LocalInputChannel.onNotification(LocalInputChannel.java:238)
      	at org.apache.flink.runtime.io.network.partition.PipelinedSubpartition.release(PipelinedSubpartition.java:158)
      	at org.apache.flink.runtime.io.network.partition.ResultPartition.release(ResultPartition.java:300)
      	at org.apache.flink.runtime.io.network.partition.ResultPartitionManager.releasePartitionsProducedBy(ResultPartitionManager.java:95)
      	at org.apache.flink.runtime.io.network.NetworkEnvironment.unregisterTask(NetworkEnvironment.java:345)
      	at org.apache.flink.runtime.taskmanager.Task.run(Task.java:650)
      	at java.lang.Thread.run(Thread.java:722)
      Caused by: java.lang.NullPointerException
      	at org.apache.flink.graph.gsa.GatherSumApplyIteration$ApplyUdf.join(GatherSumApplyIteration.java:364)
      	at org.apache.flink.graph.gsa.GatherSumApplyIteration$ApplyUdf.join(GatherSumApplyIteration.java:348)
      	at org.apache.flink.runtime.operators.JoinWithSolutionSetSecondDriver.run(JoinWithSolutionSetSecondDriver.java:198)
      	at org.apache.flink.runtime.operators.RegularPactTask.run(RegularPactTask.java:496)
      	at org.apache.flink.runtime.iterative.task.AbstractIterativePactTask.run(AbstractIterativePactTask.java:139)
      	at org.apache.flink.runtime.iterative.task.IterationIntermediatePactTask.run(IterationIntermediatePactTask.java:92)
      	at org.apache.flink.runtime.operators.RegularPactTask.invoke(RegularPactTask.java:362)
      	at org.apache.flink.runtime.taskmanager.Task.run(Task.java:559)
      	... 1 more
      
      07/30/2015 18:33:49	Rebuild Workset Properties(45/60) switched to FAILED 
      java.lang.RuntimeException: Error obtaining the sorted input: Thread 'SortMerger Reading Thread' terminated due to an exception: java.lang.NullPointerException
      	at org.apache.flink.runtime.operators.sort.UnilateralSortMerger.getIterator(UnilateralSortMerger.java:607)
      	at org.apache.flink.runtime.operators.RegularPactTask.getInput(RegularPactTask.java:1145)
      	at org.apache.flink.runtime.operators.NoOpDriver.run(NoOpDriver.java:79)
      	at org.apache.flink.runtime.operators.RegularPactTask.run(RegularPactTask.java:496)
      	at org.apache.flink.runtime.iterative.task.AbstractIterativePactTask.run(AbstractIterativePactTask.java:139)
      	at org.apache.flink.runtime.iterative.task.IterationTailPactTask.run(IterationTailPactTask.java:107)
      	at org.apache.flink.runtime.operators.RegularPactTask.invoke(RegularPactTask.java:362)
      	at org.apache.flink.runtime.taskmanager.Task.run(Task.java:559)
      	at java.lang.Thread.run(Thread.java:722)
      Caused by: java.io.IOException: Thread 'SortMerger Reading Thread' terminated due to an exception: java.lang.NullPointerException
      	at org.apache.flink.runtime.operators.sort.UnilateralSortMerger$ThreadBase.run(UnilateralSortMerger.java:784)
      Caused by: org.apache.flink.runtime.io.network.partition.ProducerFailedException: java.lang.NullPointerException
      	at org.apache.flink.runtime.io.network.partition.consumer.LocalInputChannel.getNextLookAhead(LocalInputChannel.java:270)
      	at org.apache.flink.runtime.io.network.partition.consumer.LocalInputChannel.onNotification(LocalInputChannel.java:238)
      	at org.apache.flink.runtime.io.network.partition.PipelinedSubpartition.release(PipelinedSubpartition.java:158)
      	at org.apache.flink.runtime.io.network.partition.ResultPartition.release(ResultPartition.java:300)
      	at org.apache.flink.runtime.io.network.partition.ResultPartitionManager.releasePartitionsProducedBy(ResultPartitionManager.java:95)
      	at org.apache.flink.runtime.io.network.NetworkEnvironment.unregisterTask(NetworkEnvironment.java:345)
      	at org.apache.flink.runtime.taskmanager.Task.run(Task.java:650)
      	at java.lang.Thread.run(Thread.java:722)
      Caused by: java.lang.NullPointerException
      	at org.apache.flink.graph.gsa.GatherSumApplyIteration$ApplyUdf.join(GatherSumApplyIteration.java:364)
      	at org.apache.flink.graph.gsa.GatherSumApplyIteration$ApplyUdf.join(GatherSumApplyIteration.java:348)
      	at org.apache.flink.runtime.operators.JoinWithSolutionSetSecondDriver.run(JoinWithSolutionSetSecondDriver.java:198)
      	at org.apache.flink.runtime.operators.RegularPactTask.run(RegularPactTask.java:496)
      	at org.apache.flink.runtime.iterative.task.AbstractIterativePactTask.run(AbstractIterativePactTask.java:139)
      	at org.apache.flink.runtime.iterative.task.IterationIntermediatePactTask.run(IterationIntermediatePactTask.java:92)
      	at org.apache.flink.runtime.operators.RegularPactTask.invoke(RegularPactTask.java:362)
      	at org.apache.flink.runtime.taskmanager.Task.run(Task.java:559)
      	... 1 more
      
      07/30/2015 18:33:49	Reduce (Sum)(45/60) switched to CANCELED 
      07/30/2015 18:33:49	Reduce (Sum)(49/60) switched to CANCELED 
      07/30/2015 18:33:49	Map (Gather)(43/60) switched to CANCELED 
      07/30/2015 18:33:49	Join(Join at createResult(GatherSumApplyIteration.java:174))(43/60) switched to CANCELED 
      07/30/2015 18:33:49	Reduce (Sum)(41/60) switched to CANCELED 
      07/30/2015 18:33:49	Reduce (Sum)(43/60) switched to CANCELED 
      07/30/2015 18:33:49	Rebuild Workset Properties(41/60) switched to FAILED 
      org.apache.flink.types.NullFieldException: Field 0 is null, but expected to hold a value.
      	at org.apache.flink.api.java.typeutils.runtime.TupleSerializer.serialize(TupleSerializer.java:118)
      	at org.apache.flink.api.java.typeutils.runtime.TupleSerializer.serialize(TupleSerializer.java:30)
      	at org.apache.flink.runtime.iterative.io.WorksetUpdateOutputCollector.collect(WorksetUpdateOutputCollector.java:58)
      	at org.apache.flink.runtime.operators.NoOpDriver.run(NoOpDriver.java:92)
      	at org.apache.flink.runtime.operators.RegularPactTask.run(RegularPactTask.java:496)
      	at org.apache.flink.runtime.iterative.task.AbstractIterativePactTask.run(AbstractIterativePactTask.java:139)
      	at org.apache.flink.runtime.iterative.task.IterationTailPactTask.run(IterationTailPactTask.java:107)
      	at org.apache.flink.runtime.operators.RegularPactTask.invoke(RegularPactTask.java:362)
      	at org.apache.flink.runtime.taskmanager.Task.run(Task.java:559)
      	at java.lang.Thread.run(Thread.java:722)
      Caused by: java.lang.NullPointerException
      	at org.apache.flink.core.memory.MemorySegment.put(MemorySegment.java:191)
      	at org.apache.flink.runtime.memorymanager.AbstractPagedOutputView.writeByte(AbstractPagedOutputView.java:220)
      	at org.apache.flink.runtime.memorymanager.AbstractPagedOutputView.write(AbstractPagedOutputView.java:173)
      	at org.apache.flink.types.StringValue.writeString(StringValue.java:796)
      	at org.apache.flink.api.common.typeutils.base.StringSerializer.serialize(StringSerializer.java:63)
      	at org.apache.flink.api.common.typeutils.base.StringSerializer.serialize(StringSerializer.java:28)
      	at org.apache.flink.api.java.typeutils.runtime.TupleSerializer.serialize(TupleSerializer.java:116)
      	... 9 more
      
      07/30/2015 18:33:49	Reduce (Sum)(21/60) switched to CANCELED 
      07/30/2015 18:33:49	Join(Join at createResult(GatherSumApplyIteration.java:174))(21/60) switched to CANCELED 
      07/30/2015 18:33:49	Join(Join at createResult(GatherSumApplyIteration.java:174))(22/60) switched to CANCELED 
      07/30/2015 18:33:49	Reduce (Sum)(22/60) switched to CANCELED 
      07/30/2015 18:33:49	Join (Apply)(22/60) switched to FAILED 
      java.lang.NullPointerException
      	at org.apache.flink.graph.gsa.GatherSumApplyIteration$ApplyUdf.join(GatherSumApplyIteration.java:364)
      	at org.apache.flink.graph.gsa.GatherSumApplyIteration$ApplyUdf.join(GatherSumApplyIteration.java:348)
      	at org.apache.flink.runtime.operators.JoinWithSolutionSetSecondDriver.run(JoinWithSolutionSetSecondDriver.java:198)
      	at org.apache.flink.runtime.operators.RegularPactTask.run(RegularPactTask.java:496)
      	at org.apache.flink.runtime.iterative.task.AbstractIterativePactTask.run(AbstractIterativePactTask.java:139)
      	at org.apache.flink.runtime.iterative.task.IterationIntermediatePactTask.run(IterationIntermediatePactTask.java:92)
      	at org.apache.flink.runtime.operators.RegularPactTask.invoke(RegularPactTask.java:362)
      	at org.apache.flink.runtime.taskmanager.Task.run(Task.java:559)
      	at java.lang.Thread.run(Thread.java:722)
      
      07/30/2015 18:33:49	Rebuild Workset Properties(22/60) switched to FAILED 
      java.lang.RuntimeException: Error obtaining the sorted input: Thread 'SortMerger Reading Thread' terminated due to an exception: java.lang.NullPointerException
      	at org.apache.flink.runtime.operators.sort.UnilateralSortMerger.getIterator(UnilateralSortMerger.java:607)
      	at org.apache.flink.runtime.operators.RegularPactTask.getInput(RegularPactTask.java:1145)
      	at org.apache.flink.runtime.operators.NoOpDriver.run(NoOpDriver.java:79)
      	at org.apache.flink.runtime.operators.RegularPactTask.run(RegularPactTask.java:496)
      	at org.apache.flink.runtime.iterative.task.AbstractIterativePactTask.run(AbstractIterativePactTask.java:139)
      	at org.apache.flink.runtime.iterative.task.IterationTailPactTask.run(IterationTailPactTask.java:107)
      	at org.apache.flink.runtime.operators.RegularPactTask.invoke(RegularPactTask.java:362)
      	at org.apache.flink.runtime.taskmanager.Task.run(Task.java:559)
      	at java.lang.Thread.run(Thread.java:722)
      Caused by: java.io.IOException: Thread 'SortMerger Reading Thread' terminated due to an exception: java.lang.NullPointerException
      	at org.apache.flink.runtime.operators.sort.UnilateralSortMerger$ThreadBase.run(UnilateralSortMerger.java:784)
      Caused by: org.apache.flink.runtime.io.network.partition.ProducerFailedException: java.lang.NullPointerException
      	at org.apache.flink.runtime.io.network.partition.consumer.LocalInputChannel.getNextLookAhead(LocalInputChannel.java:270)
      	at org.apache.flink.runtime.io.network.partition.consumer.LocalInputChannel.onNotification(LocalInputChannel.java:238)
      	at org.apache.flink.runtime.io.network.partition.PipelinedSubpartition.release(PipelinedSubpartition.java:158)
      	at org.apache.flink.runtime.io.network.partition.ResultPartition.release(ResultPartition.java:300)
      	at org.apache.flink.runtime.io.network.partition.ResultPartitionManager.releasePartitionsProducedBy(ResultPartitionManager.java:95)
      	at org.apache.flink.runtime.io.network.NetworkEnvironment.unregisterTask(NetworkEnvironment.java:345)
      	at org.apache.flink.runtime.taskmanager.Task.run(Task.java:650)
      	at java.lang.Thread.run(Thread.java:722)
      Caused by: java.lang.NullPointerException
      	at org.apache.flink.graph.gsa.GatherSumApplyIteration$ApplyUdf.join(GatherSumApplyIteration.java:364)
      	at org.apache.flink.graph.gsa.GatherSumApplyIteration$ApplyUdf.join(GatherSumApplyIteration.java:348)
      	at org.apache.flink.runtime.operators.JoinWithSolutionSetSecondDriver.run(JoinWithSolutionSetSecondDriver.java:198)
      	at org.apache.flink.runtime.operators.RegularPactTask.run(RegularPactTask.java:496)
      	at org.apache.flink.runtime.iterative.task.AbstractIterativePactTask.run(AbstractIterativePactTask.java:139)
      	at org.apache.flink.runtime.iterative.task.IterationIntermediatePactTask.run(IterationIntermediatePactTask.java:92)
      	at org.apache.flink.runtime.operators.RegularPactTask.invoke(RegularPactTask.java:362)
      	at org.apache.flink.runtime.taskmanager.Task.run(Task.java:559)
      	... 1 more
      
      07/30/2015 18:33:49	Rebuild Workset Properties(21/60) switched to FAILED 
      java.lang.RuntimeException: Error obtaining the sorted input: Thread 'SortMerger Reading Thread' terminated due to an exception: java.lang.NullPointerException
      	at org.apache.flink.runtime.operators.sort.UnilateralSortMerger.getIterator(UnilateralSortMerger.java:607)
      	at org.apache.flink.runtime.operators.RegularPactTask.getInput(RegularPactTask.java:1145)
      	at org.apache.flink.runtime.operators.NoOpDriver.run(NoOpDriver.java:79)
      	at org.apache.flink.runtime.operators.RegularPactTask.run(RegularPactTask.java:496)
      	at org.apache.flink.runtime.iterative.task.AbstractIterativePactTask.run(AbstractIterativePactTask.java:139)
      	at org.apache.flink.runtime.iterative.task.IterationTailPactTask.run(IterationTailPactTask.java:107)
      	at org.apache.flink.runtime.operators.RegularPactTask.invoke(RegularPactTask.java:362)
      	at org.apache.flink.runtime.taskmanager.Task.run(Task.java:559)
      	at java.lang.Thread.run(Thread.java:722)
      Caused by: java.io.IOException: Thread 'SortMerger Reading Thread' terminated due to an exception: java.lang.NullPointerException
      	at org.apache.flink.runtime.operators.sort.UnilateralSortMerger$ThreadBase.run(UnilateralSortMerger.java:784)
      Caused by: org.apache.flink.runtime.io.network.partition.ProducerFailedException: java.lang.NullPointerException
      	at org.apache.flink.runtime.io.network.partition.consumer.LocalInputChannel.getNextLookAhead(LocalInputChannel.java:270)
      	at org.apache.flink.runtime.io.network.partition.consumer.LocalInputChannel.onNotification(LocalInputChannel.java:238)
      	at org.apache.flink.runtime.io.network.partition.PipelinedSubpartition.release(PipelinedSubpartition.java:158)
      	at org.apache.flink.runtime.io.network.partition.ResultPartition.release(ResultPartition.java:300)
      	at org.apache.flink.runtime.io.network.partition.ResultPartitionManager.releasePartitionsProducedBy(ResultPartitionManager.java:95)
      	at org.apache.flink.runtime.io.network.NetworkEnvironment.unregisterTask(NetworkEnvironment.java:345)
      	at org.apache.flink.runtime.taskmanager.Task.run(Task.java:650)
      	at java.lang.Thread.run(Thread.java:722)
      Caused by: java.lang.NullPointerException
      	at org.apache.flink.graph.gsa.GatherSumApplyIteration$ApplyUdf.join(GatherSumApplyIteration.java:364)
      	at org.apache.flink.graph.gsa.GatherSumApplyIteration$ApplyUdf.join(GatherSumApplyIteration.java:348)
      	at org.apache.flink.runtime.operators.JoinWithSolutionSetSecondDriver.run(JoinWithSolutionSetSecondDriver.java:198)
      	at org.apache.flink.runtime.operators.RegularPactTask.run(RegularPactTask.java:496)
      	at org.apache.flink.runtime.iterative.task.AbstractIterativePactTask.run(AbstractIterativePactTask.java:139)
      	at org.apache.flink.runtime.iterative.task.IterationIntermediatePactTask.run(IterationIntermediatePactTask.java:92)
      	at org.apache.flink.runtime.operators.RegularPactTask.invoke(RegularPactTask.java:362)
      	at org.apache.flink.runtime.taskmanager.Task.run(Task.java:559)
      	... 1 more
      
      07/30/2015 18:33:58	Join (Apply)(19/60) switched to CANCELED 
      07/30/2015 18:33:58	Join (Apply)(48/60) switched to CANCELED 
      07/30/2015 18:33:58	Join (Apply)(35/60) switched to CANCELED 
      07/30/2015 18:33:58	Join (Apply)(54/60) switched to CANCELED 
      07/30/2015 18:33:58	Join (Apply)(41/60) switched to CANCELED 
      07/30/2015 18:33:58	Job execution switched to status FAILED.
      org.apache.flink.client.program.ProgramInvocationException: The program execution failed: Job execution failed.
      	at org.apache.flink.client.program.Client.run(Client.java:413)
      	at org.apache.flink.client.program.Client.run(Client.java:356)
      	at org.apache.flink.client.program.Client.run(Client.java:349)
      	at org.apache.flink.client.program.ContextEnvironment.execute(ContextEnvironment.java:63)
      	at example.GSAConnectedComponents.main(GSAConnectedComponents.java:46)
      	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
      	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
      	at java.lang.reflect.Method.invoke(Method.java:601)
      	at org.apache.flink.client.program.PackagedProgram.callMainMethod(PackagedProgram.java:437)
      	at org.apache.flink.client.program.PackagedProgram.invokeInteractiveModeForExecution(PackagedProgram.java:353)
      	at org.apache.flink.client.program.Client.run(Client.java:315)
      	at org.apache.flink.client.CliFrontend.executeProgram(CliFrontend.java:592)
      	at org.apache.flink.client.CliFrontend.run(CliFrontend.java:288)
      	at org.apache.flink.client.CliFrontend.parseParameters(CliFrontend.java:888)
      	at org.apache.flink.client.CliFrontend.main(CliFrontend.java:930)
      Caused by: org.apache.flink.runtime.client.JobExecutionException: Job execution failed.
      	at org.apache.flink.runtime.jobmanager.JobManager$$anonfun$receiveWithLogMessages$1.applyOrElse(JobManager.scala:314)
      	at scala.runtime.AbstractPartialFunction$mcVL$sp.apply$mcVL$sp(AbstractPartialFunction.scala:33)
      	at scala.runtime.AbstractPartialFunction$mcVL$sp.apply(AbstractPartialFunction.scala:33)
      	at scala.runtime.AbstractPartialFunction$mcVL$sp.apply(AbstractPartialFunction.scala:25)
      	at org.apache.flink.runtime.ActorLogMessages$$anon$1.apply(ActorLogMessages.scala:36)
      	at org.apache.flink.runtime.ActorLogMessages$$anon$1.apply(ActorLogMessages.scala:29)
      	at scala.PartialFunction$class.applyOrElse(PartialFunction.scala:118)
      	at org.apache.flink.runtime.ActorLogMessages$$anon$1.applyOrElse(ActorLogMessages.scala:29)
      	at akka.actor.Actor$class.aroundReceive(Actor.scala:465)
      	at org.apache.flink.runtime.jobmanager.JobManager.aroundReceive(JobManager.scala:92)
      	at akka.actor.ActorCell.receiveMessage(ActorCell.scala:516)
      	at akka.actor.ActorCell.invoke(ActorCell.scala:487)
      	at akka.dispatch.Mailbox.processMailbox(Mailbox.scala:254)
      	at akka.dispatch.Mailbox.run(Mailbox.scala:221)
      	at akka.dispatch.Mailbox.exec(Mailbox.scala:231)
      	at scala.concurrent.forkjoin.ForkJoinTask.doExec(ForkJoinTask.java:260)
      	at scala.concurrent.forkjoin.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1339)
      	at scala.concurrent.forkjoin.ForkJoinPool.runWorker(ForkJoinPool.java:1979)
      	at scala.concurrent.forkjoin.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:107)
      Caused by: java.lang.NullPointerException
      	at org.apache.flink.graph.gsa.GatherSumApplyIteration$ApplyUdf.join(GatherSumApplyIteration.java:364)
      	at org.apache.flink.graph.gsa.GatherSumApplyIteration$ApplyUdf.join(GatherSumApplyIteration.java:348)
      	at org.apache.flink.runtime.operators.JoinWithSolutionSetSecondDriver.run(JoinWithSolutionSetSecondDriver.java:198)
      	at org.apache.flink.runtime.operators.RegularPactTask.run(RegularPactTask.java:496)
      	at org.apache.flink.runtime.iterative.task.AbstractIterativePactTask.run(AbstractIterativePactTask.java:139)
      	at org.apache.flink.runtime.iterative.task.IterationIntermediatePactTask.run(IterationIntermediatePactTask.java:92)
      	at org.apache.flink.runtime.operators.RegularPactTask.invoke(RegularPactTask.java:362)
      	at org.apache.flink.runtime.taskmanager.Task.run(Task.java:559)
      	at java.lang.Thread.run(Thread.java:722)
      
      The exception above occurred while trying to run your command.
      

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              andralungu Andra Lungu
              Votes:
              0 Vote for this issue
              Watchers:
              6 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: