You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@asterixdb.apache.org by mh...@apache.org on 2020/04/28 16:22:39 UTC

[asterixdb] branch master updated: [NO ISSUE][OTH] Remove Classad Parser

This is an automated email from the ASF dual-hosted git repository.

mhubail pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/asterixdb.git


The following commit(s) were added to refs/heads/master by this push:
     new ac5f037  [NO ISSUE][OTH] Remove Classad Parser
ac5f037 is described below

commit ac5f0374b98b66958bb82ed89454bda0e0d20115
Author: Murtadha Hubail <mh...@apache.org>
AuthorDate: Sun Apr 5 19:41:11 2020 +0300

    [NO ISSUE][OTH] Remove Classad Parser
    
    - user model changes: no
    - storage format changes: no
    - interface changes: no
    
    Details:
    - Remove classad parser and related artifacts.
    
    Change-Id: I2dc0f21b0f3b1ed1738b051d3b5c5c5882cba309
    Reviewed-on: https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/5603
    Integration-Tests: Jenkins <je...@fulliautomatix.ics.uci.edu>
    Tested-by: Jenkins <je...@fulliautomatix.ics.uci.edu>
    Reviewed-by: Murtadha Hubail <mh...@apache.org>
---
 asterixdb/LICENSE                                  |    169 -
 .../data/external-parser/August16-20-long.txt      |   1106 -
 .../data/external-parser/dropbox/jobads1.txt       |  12869 -
 .../data/external-parser/dropbox/jobads2.txt       |  12869 -
 .../data/external-parser/dropbox2/jobads3.txt      |   7608 -
 .../asterix-app/data/external-parser/jobads.new    |  12869 -
 .../asterix-app/data/external-parser/jobads.old    |   1106 -
 .../asterix-app/data/external-parser/jobads.txt    |  12869 -
 .../asterix-app/data/external-parser/testdata.txt  | 684032 ------------------
 ...ith-external-parser-with-open-index.1.ddl.sqlpp |     33 -
 ...ith-external-parser-with-open-index.2.lib.sqlpp |     26 -
 ...ith-external-parser-with-open-index.3.ddl.sqlpp |     37 -
 ...-external-parser-with-open-index.4.update.sqlpp |     33 -
 ...h-external-parser-with-open-index.5.query.sqlpp |     28 -
 ...ith-external-parser-with-open-index.6.lib.sqlpp |     26 -
 ...ith-external-parser-with-open-index.7.ddl.sqlpp |     26 -
 ...ternal-parser-with-two-open-indexes.1.ddl.sqlpp |     33 -
 ...ternal-parser-with-two-open-indexes.2.lib.sqlpp |     26 -
 ...ternal-parser-with-two-open-indexes.3.ddl.sqlpp |     38 -
 ...nal-parser-with-two-open-indexes.4.update.sqlpp |     33 -
 ...rnal-parser-with-two-open-indexes.5.query.sqlpp |     28 -
 ...ternal-parser-with-two-open-indexes.6.lib.sqlpp |     26 -
 ...ternal-parser-with-two-open-indexes.7.ddl.sqlpp |     26 -
 .../feed-with-external-parser.1.ddl.sqlpp          |     32 -
 .../feed-with-external-parser.2.lib.sqlpp          |     19 -
 .../feed-with-external-parser.3.ddl.sqlpp          |     35 -
 .../feed-with-external-parser.4.update.sqlpp       |     32 -
 .../feed-with-external-parser.5.query.sqlpp        |     28 -
 .../feed-with-external-parser.6.lib.sqlpp          |     19 -
 .../feed-with-external-parser.7.ddl.sqlpp          |     25 -
 .../feed-with-multiple-indexes.1.ddl.sqlpp         |     49 -
 .../feed-with-multiple-indexes.2.lib.sqlpp         |     19 -
 .../feed-with-multiple-indexes.3.ddl.sqlpp         |     34 -
 .../feed-with-multiple-indexes.4.update.sqlpp      |     32 -
 .../feed-with-multiple-indexes.5.query.sqlpp       |     28 -
 .../feed-with-multiple-indexes.6.lib.sqlpp         |     19 -
 .../feed-with-multiple-indexes.7.ddl.sqlpp         |     25 -
 ...feed-with-external-parser-with-open-index.1.adm |      1 -
 ...ith-external-parser-with-two-open-indexes.1.adm |      1 -
 .../feed-with-external-parser.1.adm                |    100 -
 .../resources/runtimets/testsuite_it_sqlpp.xml     |     20 -
 asterixdb/asterix-external-data/pom.xml            |      1 -
 .../src/main/appended-resources/META-INF/LICENSE   |    169 -
 .../external/classad/AMutableCharArrayString.java  |    357 -
 .../external/classad/AMutableNumberFactor.java     |     37 -
 .../external/classad/AttributeReference.java       |    481 -
 .../external/classad/BuiltinClassAdFunctions.java  |   1999 -
 .../external/classad/CaseInsensitiveString.java    |     65 -
 .../external/classad/CharArrayLexerSource.java     |     86 -
 .../apache/asterix/external/classad/ClassAd.java   |   1538 -
 .../asterix/external/classad/ClassAdFunc.java      |     27 -
 .../asterix/external/classad/ClassAdTime.java      |    290 -
 .../asterix/external/classad/ClassAdUnParser.java  |    496 -
 .../apache/asterix/external/classad/Common.java    |     66 -
 .../apache/asterix/external/classad/EvalState.java |    142 -
 .../apache/asterix/external/classad/ExprList.java  |    283 -
 .../apache/asterix/external/classad/ExprTree.java  |    407 -
 .../asterix/external/classad/ExprTreeHolder.java   |    149 -
 .../asterix/external/classad/FileLexerSource.java  |     89 -
 .../asterix/external/classad/FunctionCall.java     |    359 -
 .../external/classad/InputStreamLexerSource.java   |    111 -
 .../org/apache/asterix/external/classad/Lexer.java |    964 -
 .../asterix/external/classad/LexerSource.java      |     62 -
 .../apache/asterix/external/classad/Literal.java   |    528 -
 .../apache/asterix/external/classad/Operation.java |   1916 -
 .../asterix/external/classad/PrettyPrint.java      |    260 -
 .../external/classad/StringLexerSource.java        |     82 -
 .../asterix/external/classad/TokenValue.java       |    157 -
 .../org/apache/asterix/external/classad/Util.java  |    249 -
 .../org/apache/asterix/external/classad/Value.java |    798 -
 .../object/pool/AMutableCharArrayStringPool.java   |     35 -
 .../object/pool/AttributeReferencePool.java        |     42 -
 .../external/classad/object/pool/BitSetPool.java   |     34 -
 .../object/pool/CaseInsensitiveStringPool.java     |     34 -
 .../classad/object/pool/CharArrayStringPool.java   |     34 -
 .../classad/object/pool/ClassAdObjectPool.java     |    103 -
 .../classad/object/pool/ClassAdParserPool.java     |     39 -
 .../external/classad/object/pool/ClassAdPool.java  |     42 -
 .../classad/object/pool/ClassAdTimePool.java       |     35 -
 .../external/classad/object/pool/DoublePool.java   |     34 -
 .../classad/object/pool/EvalStatePool.java         |     41 -
 .../classad/object/pool/ExprHolderPool.java        |     40 -
 .../external/classad/object/pool/ExprListPool.java |     41 -
 .../classad/object/pool/FunctionCallPool.java      |     41 -
 .../external/classad/object/pool/HashMapPool.java  |     34 -
 .../external/classad/object/pool/Int32Pool.java    |     35 -
 .../external/classad/object/pool/Int64Pool.java    |     34 -
 .../external/classad/object/pool/LiteralPool.java  |     39 -
 .../classad/object/pool/MutableBooleanPool.java    |     35 -
 .../object/pool/MutableNumberFactorPool.java       |     36 -
 .../classad/object/pool/OperationPool.java         |     41 -
 .../asterix/external/classad/object/pool/Pool.java |     45 -
 .../classad/object/pool/PrettyPrintPool.java       |     40 -
 .../classad/object/pool/StringArrayListPool.java   |     35 -
 .../classad/object/pool/TokenValuePool.java        |     33 -
 .../external/classad/object/pool/TreeSetPool.java  |     35 -
 .../external/classad/object/pool/ValuePool.java    |     40 -
 .../classad/test/ClassAdFunctionalTest.java        |     62 -
 .../external/classad/test/ClassAdParserTest.java   |     87 -
 .../external/classad/test/ClassAdToADMTest.java    |    243 -
 .../external/classad/test/ClassAdUnitTest.java     |     61 -
 .../external/classad/test/ClassAdUnitTester.java   |    773 -
 .../external/classad/test/FunctionalTester.java    |   1130 -
 .../asterix/external/library/ClassAdParser.java    |   1776 -
 .../external/library/ClassAdParserFactory.java     |    133 -
 .../test/resources/classad/August16-20-long.txt    |   1106 -
 .../classad/classad-with-temporals.classads        |    134 -
 .../src/test/resources/classad/escapes.txt         |      4 -
 .../test/resources/classad/functional_tests.txt    |    364 -
 .../src/test/resources/classad/jobads.new          |  12869 -
 .../src/test/resources/classad/jobads.old          |   1106 -
 .../src/test/resources/classad/jobads.txt          |  22732 -
 .../classad/results/classad-with-temporals.adm     |      1 -
 .../src/test/resources/classad/testdata.txt        | 684032 ------------------
 .../src/test/resources/classad/tests.txt           |    365 -
 .../licenses/templates/source_only_licenses.ftl    |     57 -
 116 files changed, 1486714 deletions(-)

diff --git a/asterixdb/LICENSE b/asterixdb/LICENSE
index ffbf698..4b2db69 100644
--- a/asterixdb/LICENSE
+++ b/asterixdb/LICENSE
@@ -720,175 +720,6 @@
    (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
    SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 ---
-   Portions of the AsterixDB External Data tests
-       located at:
-         asterix-external-data/src/test/resources/classad/*
-
-   are available under the following license:
----
-   Apache License
-   Version 2.0, January 2004
-   http://www.apache.org/licenses/
-   Copyright © 1990-2012 HTCondor Team, Computer Sciences Department, University of
-   Wisconsin-Madison, WI.
-
-   Licensed under the Apache License, Version 2.0 (the "License"); you may not use
-   this file except in compliance with the License. You may obtain a copy of the
-   License at
-
-   http://www.apache.org/licenses/LICENSE-2.0
-
-   Unless required by applicable law or agreed to in writing, software distributed
-   under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
-   CONDITIONS OF ANY KIND, either express or implied. See the License for the
-   specific language governing permissions and limitations under the License.
-
-   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
-
-   Definitions.
-   "License" shall mean the terms and conditions for use, reproduction, and
-   distribution as defined by Sections 1 through 9 of this document.
-
-   "Licensor" shall mean the copyright owner or entity authorized by the copyright
-   owner that is granting the License.
-
-   "Legal Entity" shall mean the union of the acting entity and all other entities
-   that control, are controlled by, or are under common control with that entity.
-   For the purposes of this definition, "control" means (i) the power, direct or
-   indirect, to cause the direction or management of such entity, whether by
-   contract or otherwise, or (ii) ownership of fifty percent (50outstanding shares,
-   or (iii) beneficial ownership of such entity.
-
-   "You" (or "Your") shall mean an individual or Legal Entity exercising
-   permissions granted by this License.
-
-   "Source" form shall mean the preferred form for making modifications, including
-   but not limited to software source code, documentation source, and configuration
-   files.
-
-   "Object" form shall mean any form resulting from mechanical transformation or
-   translation of a Source form, including but not limited to compiled object code,
-   generated documentation, and conversions to other media types.
-
-   "Work" shall mean the work of authorship, whether in Source or Object form, made
-   available under the License, as indicated by a copyright notice that is included
-   in or attached to the work (an example is provided in the Appendix below).
-
-   "Derivative Works" shall mean any work, whether in Source or Object form, that
-   is based on (or derived from) the Work and for which the editorial revisions,
-   annotations, elaborations, or other modifications represent, as a whole, an
-   original work of authorship. For the purposes of this License, Derivative Works
-   shall not include works that remain separable from, or merely link (or bind by
-   name) to the interfaces of, the Work and Derivative Works thereof.
-
-   "Contribution" shall mean any work of authorship, including the original version
-   of the Work and any modifications or additions to that Work or Derivative Works
-   thereof, that is intentionally submitted to Licensor for inclusion in the Work
-   by the copyright owner or by an individual or Legal Entity authorized to submit
-   on behalf of the copyright owner. For the purposes of this definition,
-   "submitted" means any form of electronic, verbal, or written communication sent
-   to the Licensor or its representatives, including but not limited to
-   communication on electronic mailing lists, source code control systems, and
-   issue tracking systems that are managed by, or on behalf of, the Licensor for
-   the purpose of discussing and improving the Work, but excluding communication
-   that is conspicuously marked or otherwise designated in writing by the copyright
-   owner as "Not a Contribution."
-
-   "Contributor" shall mean Licensor and any individual or Legal Entity on behalf
-   of whom a Contribution has been received by Licensor and subsequently
-   incorporated within the Work.
-
-   Grant of Copyright License. Subject to the terms and conditions of this License,
-   each Contributor hereby grants to You a perpetual, worldwide, non-exclusive,
-   no-charge, royalty-free, irrevocable copyright license to reproduce, prepare
-   Derivative Works of, publicly display, publicly perform, sublicense, and
-   distribute the Work and such Derivative Works in Source or Object form.
-   Grant of Patent License. Subject to the terms and conditions of this License,
-   each Contributor hereby grants to You a perpetual, worldwide, non-exclusive,
-   no-charge, royalty-free, irrevocable (except as stated in this section) patent
-   license to make, have made, use, offer to sell, sell, import, and otherwise
-   transfer the Work, where such license applies only to those patent claims
-   licensable by such Contributor that are necessarily infringed by their
-   Contribution(s) alone or by combination of their Contribution(s) with the Work
-   to which such Contribution(s) was submitted. If You institute patent litigation
-   against any entity (including a cross-claim or counterclaim in a lawsuit)
-   alleging that the Work or a Contribution incorporated within the Work
-   constitutes direct or contributory patent infringement, then any patent licenses
-   granted to You under this License for that Work shall terminate as of the date
-   such litigation is filed.
-   Redistribution. You may reproduce and distribute copies of the Work or
-   Derivative Works thereof in any medium, with or without modifications, and in
-   Source or Object form, provided that You meet the following conditions:
-   (a) You must give any other recipients of the Work or Derivative Works a copy of
-   this License; and
-
-   (b) You must cause any modified files to carry prominent notices stating that
-   You changed the files; and
-
-   (c) You must retain, in the Source form of any Derivative Works that You
-   distribute, all copyright, patent, trademark, and attribution notices from the
-   Source form of the Work, excluding those notices that do not pertain to any part
-   of the Derivative Works; and
-
-   (d) If the Work includes a "NOTICE" text file as part of its distribution, then
-   any Derivative Works that You distribute must include a readable copy of the
-   attribution notices contained within such NOTICE file, excluding those notices
-   that do not pertain to any part of the Derivative Works, in at least one of the
-   following places: within a NOTICE text file distributed as part of the
-   Derivative Works; within the Source form or documentation, if provided along
-   with the Derivative Works; or, within a display generated by the Derivative
-   Works, if and wherever such third-party notices normally appear. The contents of
-   the NOTICE file are for informational purposes only and do not modify the
-   License. You may add Your own attribution notices within Derivative Works that
-   You distribute, alongside or as an addendum to the NOTICE text from the Work,
-   provided that such additional attribution notices cannot be construed as
-   modifying the License.
-
-   You may add Your own copyright statement to Your modifications and may provide
-   additional or different license terms and conditions for use, reproduction, or
-   distribution of Your modifications, or for any such Derivative Works as a whole,
-   provided Your use, reproduction, and distribution of the Work otherwise complies
-   with the conditions stated in this License.
-
-   Submission of Contributions. Unless You explicitly state otherwise, any
-   Contribution intentionally submitted for inclusion in the Work by You to the
-   Licensor shall be under the terms and conditions of this License, without any
-   additional terms or conditions. Notwithstanding the above, nothing herein shall
-   supersede or modify the terms of any separate license agreement you may have
-   executed with Licensor regarding such Contributions.
-   Trademarks. This License does not grant permission to use the trade names,
-   trademarks, service marks, or product names of the Licensor, except as required
-   for reasonable and customary use in describing the origin of the Work and
-   reproducing the content of the NOTICE file.
-   Disclaimer of Warranty. Unless required by applicable law or agreed to in
-   writing, Licensor provides the Work (and each Contributor provides its
-   Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-   KIND, either express or implied, including, without limitation, any warranties
-   or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
-   PARTICULAR PURPOSE. You are solely responsible for determining the
-   appropriateness of using or redistributing the Work and assume any risks
-   associated with Your exercise of permissions under this License.
-   Limitation of Liability. In no event and under no legal theory, whether in tort
-   (including negligence), contract, or otherwise, unless required by applicable
-   law (such as deliberate and grossly negligent acts) or agreed to in writing,
-   shall any Contributor be liable to You for damages, including any direct,
-   indirect, special, incidental, or consequential damages of any character arising
-   as a result of this License or out of the use or inability to use the Work
-   (including but not limited to damages for loss of goodwill, work stoppage,
-   computer failure or malfunction, or any and all other commercial damages or
-   losses), even if such Contributor has been advised of the possibility of such
-   damages.
-   Accepting Warranty or Additional Liability. While redistributing the Work or
-   Derivative Works thereof, You may choose to offer, and charge a fee for,
-   acceptance of support, warranty, indemnity, or other liability obligations
-   and/or rights consistent with this License. However, in accepting such
-   obligations, You may act only on Your own behalf and on Your sole
-   responsibility, not on behalf of any other Contributor, and only if You agree to
-   indemnify, defend, and hold each Contributor harmless for any liability incurred
-   by, or claims asserted against, such Contributor by reason of your accepting any
-   such warranty or additional liability.
-   END OF TERMS AND CONDITIONS
----
    Portions of the AsterixDB tests
        located at:
          asterix-app/src/test/resources/runtimets/queries_sqlpp/window/pg_win/*,
diff --git a/asterixdb/asterix-app/data/external-parser/August16-20-long.txt b/asterixdb/asterix-app/data/external-parser/August16-20-long.txt
deleted file mode 100644
index 7a1abd7..0000000
--- a/asterixdb/asterix-app/data/external-parser/August16-20-long.txt
+++ /dev/null
@@ -1,1106 +0,0 @@
-MaxWallTimeMins_RAW = 1315
-CRAB_ASOTimeout = 86400
-MaxHosts = 1
-RequestMemory_RAW = 2000
-CRAB_TFileOutputFiles = {  }
-User = "uscms5616@cms"
-JobFinishedHookDone = 1439847319
-DAG_NodesReady = 0
-OnExitHold = ( ExitCode =!= undefined && ExitCode != 0 )
-CoreSize = -1
-CRAB_DashboardTaskType = "analysis"
-DAG_NodesDone = 25
-CRAB_Attempt = 0
-LastHoldReason = "Spooling input data files"
-WantRemoteSyscalls = false
-MyType = "Job"
-CumulativeSuspensionTime = 0
-MinHosts = 1
-ReleaseReason = "Data files spooled"
-PeriodicHold = false
-PeriodicRemove = ( JobStatus == 5 ) && ( time() - EnteredCurrentStatus > 30 * 86400 )
-Err = "_condor_stderr"
-CRAB_AdditionalOutputFiles = { "combine_output.tar" }
-ProcId = 0
-CRAB_UserGroup = "dcms"
-CRAB_ASOURL = "https://cmsweb.cern.ch/couchdb"
-EnteredCurrentStatus = 1439847319
-CRAB_SiteWhitelist = {  }
-NumJobStarts = 1
-AutoClusterAttrs = "CheckpointPlatform,DESIRED_Gatekeepers,DESIRED_Sites,MaxWallTimeMins,RequestMemory,REQUIRED_OS,JobUniverse,LastCheckpointPlatform,NumCkpts,x509userproxyfirstfqan,x509userproxysubject,MachineLastMatchTime,DynamicSlot,PartitionableSlot,Slot1_ExpectedMachineGracefulDrainingCompletion,Slot1_JobStarts,Slot1_SelfMonitorAge,Slot1_TotalTimeClaimedBusy,Slot1_TotalTimeUnclaimedIdle,CMS_ALLOW_OVERFLOW,CRAB_UserRole,DESIRED_Overflow_Region,WMAgent_AgentName,CMSGroups,_condor_Requ [...]
-JobUniverse = 7
-AutoClusterId = 10378
-In = "/dev/null"
-SUBMIT_TransferOutputRemaps = "_condor_stdout=/data/srv/tmp/_150816_222636:agilbert_crab_prefit_cms_asimov_A1_5DYpFxP9/request.out;_condor_stderr=/data/srv/tmp/_150816_222636:agilbert_crab_prefit_cms_asimov_A1_5DYpFxP9/request.err"
-CRAB_UserWebDir = "http://submit-5.t2.ucsd.edu/CSstoragePath/73/uscms5616/150816_222636:agilbert_crab_prefit_cms_asimov_A1_5D"
-Requirements = true || false && TARGET.OPSYS == "LINUX" && TARGET.ARCH == "X86_64" && TARGET.HasFileTransfer && TARGET.Disk >= RequestDisk && TARGET.Memory >= RequestMemory
-CRAB_SplitAlgo = "EventBased"
-CRAB_UserDN = "/C=DE/O=GermanGrid/OU=KIT/CN=Andrew Gilbert"
-ClusterId = 1217455
-WhenToTransferOutput = "ON_EXIT"
-CRAB_AsyncDest = "T2_CH_CERN"
-CompletionDate = 1439847319
-OtherJobRemoveRequirements = DAGManJobId =?= ClusterId
-CRAB_FailedNodeLimit = -1
-BufferSize = 524288
-CRAB_RestURInoAPI = "/crabserver/prod"
-Environment = strcat("PATH=/usr/bin:/bin CRAB3_VERSION=3.3.0-pre1 CONDOR_ID=",ClusterId,".",ProcId," CRAB_RUNTIME_TARBALL=local CRAB_TASKMANAGER_TARBALL=local")
-TargetType = "Machine"
-LeaveJobInQueue = JobStatus == 4 && ( CompletionDate =?= UNDDEFINED || CompletionDate == 0 || ( ( time() - CompletionDate ) < 864000 ) )
-CRAB_UserRole = undefined
-JobNotification = 0
-Owner = "uscms5616"
-CondorPlatform = "$CondorPlatform: X86_64-ScientificLinux_6.6 $"
-CRAB_UserHN = "agilbert"
-CommittedTime = 0
-X509UserProxy = "63f0c4d862d8b4e4ddcfd29ed85b6b5899660759"
-QDate = 1439764883
-ExitStatus = 0
-DAG_NodesFailed = 0
-RootDir = "/"
-JobCurrentStartDate = 1439764892
-CurrentHosts = 0
-GlobalJobId = "crab3-1@submit-5.t2.ucsd.edu#1217455.0#1439764883"
-CRAB_DBSURL = "https://cmsweb.cern.ch/dbs/prod/global/DBSReader"
-RemoteSysCpu = 0.0
-TotalSuspensions = 0
-WantCheckpoint = false
-CRAB_RestHost = "cmsweb.cern.ch"
-CRAB_RetryOnASOFailures = 1
-Args = "RunJobs.dag"
-TransferInput = "gWMS-CMSRunAnalysis.sh, CMSRunAnalysis.sh, cmscp.py, RunJobs.dag, Job.submit, dag_bootstrap.sh, AdjustSites.py, site.ad, site.ad.json, run_and_lumis.tar.gz, sandbox.tar.gz, CMSRunAnalysis.tar.gz, TaskManagerRun.tar.gz"
-CRAB_JobArch = "slc6_amd64_gcc491"
-PeriodicRelease = false
-CRAB_TaskWorker = "vocms052"
-NumCkpts_RAW = 0
-CondorVersion = "$CondorVersion: 8.3.1 Jun 19 2015 $"
-RemoteCondorSetup = ""
-Out = "_condor_stdout"
-ShouldTransferFiles = "YES"
-DAG_NodesPrerun = 0
-DiskUsage = 1
-JobRunCount = 1
-CumulativeSlotTime = 82427.0
-CommittedSlotTime = 0
-LocalUserCpu = 0.0
-CRAB_SiteBlacklist = { "T2_FR_CCIN2P3","T1_IT_CNAF","T1_ES_PIC","T1_UK_RAL","T2_FI_HIP","T2_US_Nebraska" }
-DAG_NodesQueued = 0
-CRAB_JobCount = 25
-JobStartDate = 1439764892
-DAG_Status = 0
-CRAB_AlgoArgs = "{\"splitOnRun\": false, \"events_per_job\": {\"halt_job_on_file_boundaries\": false, \"events_per_lumi\": 100, \"algorithm\": \"EventBased\", \"applyLumiCorrection\": true, \"runs\": [], \"lumis\": [], \"splitOnRun\": false, \"events_per_job\": 1}, \"halt_job_on_file_boundaries\": false}"
-CRAB_SaveLogsFlag = 0
-CRAB_JobType = "analysis"
-CRAB_TransferOutputs = 1
-ExitBySignal = false
-StreamErr = false
-RemoveKillSig = "SIGUSR1"
-CRAB_ISB = "https://cmsweb.cern.ch/crabcache"
-NumRestarts = 0
-NumSystemHolds = 0
-RequestDisk = DiskUsage
-OrigMaxHosts = 1
-JobPrio = 10
-NumCkpts = 0
-BufferBlockSize = 32768
-StageInStart = 1439764886
-ImageSize = 100
-MaxWallTimeMins = 1400
-DiskUsage_RAW = 1
-DAG_NodesUnready = 0
-CommittedSuspensionTime = 0
-CRAB_NumAutomJobRetries = 2
-CRAB_UserVO = "cms"
-CRAB_EDMOutputFiles = {  }
-Cmd = "dag_bootstrap_startup.sh"
-LocalSysCpu = 0.0
-Iwd = "/data/condor_local/spool/7455/0/cluster1217455.proc0.subproc0"
-LastHoldReasonCode = 16
-CRAB_PublishName = "prefit_cms_asimov_A1_5D-59ffde2b5d41be5f0c401d0a6a8a0194"
-CRAB_LumiMask = "{}"
-DAG_InRecovery = 0
-CRAB_MaxPost = 20
-TaskType = "ROOT"
-CRAB_PublishDBSURL = "https://cmsweb.cern.ch/dbs/prod/phys03/DBSWriter"
-LastSuspensionTime = 0
-CRAB_PublishGroupName = 0
-TransferOutputRemaps = undefined
-TransferOutput = "RunJobs.dag.dagman.out, RunJobs.dag.rescue.001"
-CRAB_Workflow = "150816_222636:agilbert_crab_prefit_cms_asimov_A1_5D"
-CRAB_JobSW = "CMSSW_7_4_0_pre9"
-DAG_NodesPostrun = 0
-ExitCode = 0
-JobStatus = 4
-RemoteWallClockTime = 82427.0
-ImageSize_RAW = 100
-OnExitRemove = ( ExitSignal =?= 11 || ( ExitCode =!= undefined && ExitCode >= 0 && ExitCode <= 2 ) )
-DAG_NodesTotal = 25
-CRAB_InputData = "/MinBias"
-SUBMIT_x509userproxy = "/data/certs/creds/63f0c4d862d8b4e4ddcfd29ed85b6b5899660759"
-StreamOut = false
-CRAB_ReqName = "150816_222636:agilbert_crab_prefit_cms_asimov_A1_5D"
-CurrentTime = time()
-HoldKillSig = "SIGUSR1"
-RequestMemory = 2000
-NiceUser = false
-RemoteUserCpu = 0.0
-CRAB_Publish = 0
-RequestCpus = 1
-SUBMIT_Iwd = "/data/srv/tmp/_150816_222636:agilbert_crab_prefit_cms_asimov_A1_5DYpFxP9"
-WantRemoteIO = true
-CRAB_BlacklistT1 = 0
-StageInFinish = 1439764891
-LastJobStatus = 2
-
-MaxWallTimeMins_RAW = 1315
-CRAB_ASOTimeout = 86400
-MaxHosts = 1
-RequestMemory_RAW = 2000
-CRAB_TFileOutputFiles = {  }
-User = "uscms5050@cms"
-JobFinishedHookDone = 1439773907
-DAG_NodesReady = 0
-OnExitHold = ( ExitCode =!= undefined && ExitCode != 0 )
-CoreSize = -1
-CRAB_DashboardTaskType = "analysis"
-DAG_NodesDone = 30
-CRAB_Attempt = 0
-LastHoldReason = "Spooling input data files"
-WantRemoteSyscalls = false
-MyType = "Job"
-CumulativeSuspensionTime = 0
-MinHosts = 1
-ReleaseReason = "Data files spooled"
-PeriodicHold = false
-PeriodicRemove = ( JobStatus == 5 ) && ( time() - EnteredCurrentStatus > 30 * 86400 )
-Err = "_condor_stderr"
-CRAB_AdditionalOutputFiles = {  }
-ProcId = 0
-CRAB_UserGroup = undefined
-CRAB_ASOURL = "https://cmsweb.cern.ch/couchdb"
-EnteredCurrentStatus = 1439773907
-CRAB_SiteWhitelist = { "T3_US_FNALLPC","T2_US_Purdue","T2_US_Nebraska" }
-NumJobStarts = 1
-AutoClusterAttrs = "CheckpointPlatform,DESIRED_Gatekeepers,DESIRED_Sites,MaxWallTimeMins,RequestMemory,REQUIRED_OS,JobUniverse,LastCheckpointPlatform,NumCkpts,x509userproxyfirstfqan,x509userproxysubject,MachineLastMatchTime,DynamicSlot,PartitionableSlot,Slot1_ExpectedMachineGracefulDrainingCompletion,Slot1_JobStarts,Slot1_SelfMonitorAge,Slot1_TotalTimeClaimedBusy,Slot1_TotalTimeUnclaimedIdle,CMS_ALLOW_OVERFLOW,CRAB_UserRole,DESIRED_Overflow_Region,WMAgent_AgentName,CMSGroups,_condor_Requ [...]
-JobUniverse = 7
-AutoClusterId = 10378
-In = "/dev/null"
-SUBMIT_TransferOutputRemaps = "_condor_stdout=/data/srv/tmp/_150815_044810:ferencek_crab_Stop2ToStop1H_Stop1M200_TuneCUETP8M1_13TeV-madgraph-pythia8_LHEF9C8tB/request.out;_condor_stderr=/data/srv/tmp/_150815_044810:ferencek_crab_Stop2ToStop1H_Stop1M200_TuneCUETP8M1_13TeV-madgraph-pythia8_LHEF9C8tB/request.err"
-CRAB_UserWebDir = "http://submit-5.t2.ucsd.edu/CSstoragePath/67/uscms5050/150815_044810:ferencek_crab_Stop2ToStop1H_Stop1M200_TuneCUETP8M1_13TeV-madgraph-pythia8_LHE"
-Requirements = true || false && TARGET.OPSYS == "LINUX" && TARGET.ARCH == "X86_64" && TARGET.HasFileTransfer && TARGET.Disk >= RequestDisk && TARGET.Memory >= RequestMemory
-CRAB_SplitAlgo = "EventBased"
-CRAB_UserDN = "/DC=ch/DC=cern/OU=Organic Units/OU=Users/CN=ferencek/CN=650164/CN=Dinko Ferencek"
-ClusterId = 1206367
-WhenToTransferOutput = "ON_EXIT"
-CRAB_AsyncDest = "T3_US_FNALLPC"
-CompletionDate = 1439773907
-OtherJobRemoveRequirements = DAGManJobId =?= ClusterId
-CRAB_FailedNodeLimit = -1
-BufferSize = 524288
-CRAB_RestURInoAPI = "/crabserver/prod"
-Environment = strcat("PATH=/usr/bin:/bin CRAB3_VERSION=3.3.0-pre1 CONDOR_ID=",ClusterId,".",ProcId," CRAB_RUNTIME_TARBALL=local CRAB_TASKMANAGER_TARBALL=local")
-TargetType = "Machine"
-LeaveJobInQueue = JobStatus == 4 && ( CompletionDate =?= UNDDEFINED || CompletionDate == 0 || ( ( time() - CompletionDate ) < 864000 ) )
-x509userproxyexpiration = 1440294044
-CRAB_UserRole = undefined
-JobNotification = 0
-Owner = "uscms5050"
-CondorPlatform = "$CondorPlatform: X86_64-ScientificLinux_6.6 $"
-CRAB_UserHN = "ferencek"
-CommittedTime = 0
-X509UserProxy = "3a7798796bc24a800001338917ec45991bcf0a96"
-QDate = 1439615565
-ExitStatus = 0
-DAG_NodesFailed = 0
-RootDir = "/"
-JobCurrentStartDate = 1439615574
-CurrentHosts = 0
-GlobalJobId = "crab3-1@submit-5.t2.ucsd.edu#1206367.0#1439615565"
-CRAB_DBSURL = "https://cmsweb.cern.ch/dbs/prod/global/DBSReader"
-RemoteSysCpu = 0.0
-TotalSuspensions = 0
-WantCheckpoint = false
-CRAB_RestHost = "cmsweb.cern.ch"
-CRAB_RetryOnASOFailures = 1
-Args = "RunJobs.dag"
-TransferInput = "gWMS-CMSRunAnalysis.sh, CMSRunAnalysis.sh, cmscp.py, RunJobs.dag, Job.submit, dag_bootstrap.sh, AdjustSites.py, site.ad, site.ad.json, run_and_lumis.tar.gz, sandbox.tar.gz, CMSRunAnalysis.tar.gz, TaskManagerRun.tar.gz"
-CRAB_JobArch = "slc6_amd64_gcc481"
-PeriodicRelease = false
-CRAB_TaskWorker = "vocms052"
-NumCkpts_RAW = 0
-CondorVersion = "$CondorVersion: 8.3.1 Jun 19 2015 $"
-RemoteCondorSetup = ""
-Out = "_condor_stdout"
-ShouldTransferFiles = "YES"
-DAG_NodesPrerun = 0
-DiskUsage = 1
-JobRunCount = 1
-CumulativeSlotTime = 158333.0
-CommittedSlotTime = 0
-LocalUserCpu = 0.0
-CRAB_SiteBlacklist = {  }
-DAG_NodesQueued = 0
-CRAB_JobCount = 30
-JobStartDate = 1439615574
-DAG_Status = 0
-CRAB_AlgoArgs = "{\"splitOnRun\": false, \"events_per_job\": {\"halt_job_on_file_boundaries\": false, \"events_per_lumi\": 100, \"algorithm\": \"EventBased\", \"applyLumiCorrection\": true, \"runs\": [], \"lumis\": [], \"lheInputFiles\": true, \"splitOnRun\": false, \"events_per_job\": 50000}, \"halt_job_on_file_boundaries\": false}"
-CRAB_SaveLogsFlag = 0
-CRAB_JobType = "analysis"
-CRAB_TransferOutputs = 1
-ExitBySignal = false
-StreamErr = false
-RemoveKillSig = "SIGUSR1"
-CRAB_ISB = "https://cmsweb.cern.ch/crabcache"
-NumRestarts = 0
-NumSystemHolds = 0
-RequestDisk = DiskUsage
-OrigMaxHosts = 1
-JobPrio = 10
-NumCkpts = 0
-BufferBlockSize = 32768
-StageInStart = 1439615569
-ImageSize = 100
-MaxWallTimeMins = 1400
-DiskUsage_RAW = 1
-DAG_NodesUnready = 0
-CommittedSuspensionTime = 0
-CRAB_NumAutomJobRetries = 2
-CRAB_UserVO = "cms"
-CRAB_EDMOutputFiles = { "Stop2ToStop1H_Stop1M200_TuneCUETP8M1_13TeV-madgraph-pythia8_LHE.root" }
-Cmd = "dag_bootstrap_startup.sh"
-LocalSysCpu = 0.0
-Iwd = "/data/condor_local/spool/6367/0/cluster1206367.proc0.subproc0"
-LastHoldReasonCode = 16
-CRAB_PublishName = "LHE-17521057f93ed9cadf21dd45b3505145"
-CRAB_LumiMask = "{}"
-DAG_InRecovery = 0
-CRAB_MaxPost = 20
-TaskType = "ROOT"
-CRAB_PublishDBSURL = "https://cmsweb.cern.ch/dbs/prod/phys03/DBSWriter"
-LastSuspensionTime = 0
-CRAB_PublishGroupName = 0
-TransferOutputRemaps = undefined
-TransferOutput = "RunJobs.dag.dagman.out, RunJobs.dag.rescue.001"
-CRAB_Workflow = "150815_044810:ferencek_crab_Stop2ToStop1H_Stop1M200_TuneCUETP8M1_13TeV-madgraph-pythia8_LHE"
-CRAB_JobSW = "CMSSW_7_1_18"
-DAG_NodesPostrun = 0
-ExitCode = 0
-JobStatus = 4
-RemoteWallClockTime = 158333.0
-ImageSize_RAW = 100
-OnExitRemove = ( ExitSignal =?= 11 || ( ExitCode =!= undefined && ExitCode >= 0 && ExitCode <= 2 ) )
-DAG_NodesTotal = 30
-CRAB_InputData = "/Stop2ToStop1H_Stop1M200_TuneCUETP8M1_13TeV-madgraph-pythia8"
-SUBMIT_x509userproxy = "/data/certs/creds/3a7798796bc24a800001338917ec45991bcf0a96"
-StreamOut = false
-CRAB_ReqName = "150815_044810:ferencek_crab_Stop2ToStop1H_Stop1M200_TuneCUETP8M1_13TeV-madgraph-pythia8_LHE"
-CurrentTime = time()
-HoldKillSig = "SIGUSR1"
-RequestMemory = 2000
-NiceUser = false
-RemoteUserCpu = 0.0
-CRAB_Publish = 1
-RequestCpus = 1
-SUBMIT_Iwd = "/data/srv/tmp/_150815_044810:ferencek_crab_Stop2ToStop1H_Stop1M200_TuneCUETP8M1_13TeV-madgraph-pythia8_LHEF9C8tB"
-WantRemoteIO = true
-CRAB_BlacklistT1 = 0
-StageInFinish = 1439615572
-LastJobStatus = 2
-
-MaxWallTimeMins_RAW = 2800
-StatsLifetimeStarter = 165949
-CRAB_SaveLogsFlag = 1
-JOB_GLIDEIN_ProcId = "$$(GLIDEIN_ProcId:Unknown)"
-StreamOut = false
-JOB_GLIDEIN_Entry_Name = "$$(GLIDEIN_Entry_Name:Unknown)"
-CRAB_ReqName = "150810_122536:kbutanov_crab_25ns_WJetsToLNu_HT600_800"
-use_x509userproxy = true
-JOB_CMSSite = "$$(GLIDEIN_CMSSite:Unknown)"
-CRAB_SiteBlacklist = {  }
-CRAB_UserRole = undefined
-MATCH_EXP_JOB_GLIDEIN_SiteWMS_Queue = "grid_cms"
-TaskType = "Job"
-NumRestarts = 0
-MATCH_GLIDEIN_Schedd = "schedd_glideins3@cmsgwms-factory.fnal.gov"
-SubmitEventNotes = "DAG Node: Job53"
-x509UserProxyVOName = "cms"
-RecentBlockWriteKbytes = 0
-DAGParentNodeNames = ""
-MATCH_GLIDEIN_Site = "CERN"
-RecentBlockReadKbytes = 0
-LocalUserCpu = 0.0
-RemoteUserCpu = 163084.0
-MATCH_GLIDEIN_Max_Walltime = 603000
-MATCH_EXP_JOB_GLIDEIN_ClusterId = "59069"
-JOB_GLIDEIN_SiteWMS_Queue = "$$(GLIDEIN_SiteWMS_Queue:Unknown)"
-CRAB_StageoutPolicy = "local,remote"
-CRAB_Workflow = "150810_122536:kbutanov_crab_25ns_WJetsToLNu_HT600_800"
-RecentBlockWrites = 0
-CurrentHosts = 0
-MATCH_GLIDEIN_ProcId = 1
-x509UserProxyExpiration = 1440397268
-Iwd = "/data/condor_local/spool/5690/0/cluster1035690.proc0.subproc0"
-MATCH_EXP_JOB_GLIDEIN_Entry_Name = "CMS_T2_CH_CERN_ce302"
-NumShadowStarts = 1
-JobPrio = 10
-DiskUsage = 75000
-CRAB_ASOTimeout = 86400
-StartdPrincipal = "execute-side@matchsession/128.142.45.103"
-JOB_GLIDEIN_ToDie = "$$(GLIDEIN_ToDie:Unknown)"
-JobRunCount = 1
-MachineAttrSlotWeight0 = 1
-JOB_Site = "$$(GLIDEIN_Site:Unknown)"
-WantCheckpoint = false
-BlockWriteKbytes = 0
-MATCH_EXP_JOB_GLIDEIN_SiteWMS_JobId = "689255460"
-RequestDisk = 100000
-TotalSuspensions = 0
-DAGNodeName = "Job53"
-LastPublicClaimId = "<128.142.45.103:55332>#1439963327#3#..."
-RequestDisk_RAW = 1
-PeriodicRemove = ( ( JobStatus =?= 5 ) && ( time() - EnteredCurrentStatus > 7 * 60 ) ) || ( ( JobStatus =?= 2 ) && ( ( MemoryUsage > RequestMemory ) || ( MaxWallTimeMins * 60 < time() - EnteredCurrentStatus ) || ( DiskUsage > 100000000 ) ) ) || ( ( JobStatus =?= 1 ) && ( time() > ( x509UserProxyExpiration + 86400 ) ) )
-JOBGLIDEIN_CMSSite = "$$([ifThenElse(GLIDEIN_CMSSite is undefined, \"Unknown\", GLIDEIN_CMSSite)])"
-MATCH_GLIDEIN_CMSSite = "T2_CH_CERN"
-RemoteSysCpu = 1963.0
-CRAB_Retry = 2
-MyType = "Job"
-CRAB_JobType = "analysis"
-PeriodicHold = false
-ResidentSetSize_RAW = 1238992
-JOB_GLIDEIN_Job_Max_Time = "$$(GLIDEIN_Job_Max_Time:Unknown)"
-EnvDelim = ";"
-MATCH_EXP_JOB_GLIDEIN_Memory = "2800"
-CRAB_RestHost = "cmsweb.cern.ch"
-Owner = "uscms5111"
-JOB_GLIDEIN_SiteWMS_JobId = "$$(GLIDEIN_SiteWMS_JobId:Unknown)"
-MATCH_GLIDEIN_Entry_Name = "CMS_T2_CH_CERN_ce302"
-LastJobLeaseRenewal = 1440131524
-MATCH_EXP_JOB_GLIDEIN_CMSSite = "T2_CH_CERN"
-CRAB_AdditionalOutputFiles = {  }
-OnExitHold = false
-CRAB_ASOURL = "https://cmsweb.cern.ch/couchdb"
-MATCH_EXP_JOB_GLIDECLIENT_Name = "CMSG-v1_0.main"
-CRAB_NumAutomJobRetries = 2
-AccountingGroup = "analysis.kbutanov"
-MATCH_GLIDEIN_SiteWMS_Slot = "Unknown"
-WantRemoteSyscalls = false
-ExitStatus = 0
-User = "uscms5111@cms"
-JobLeaseDuration = 1200
-MATCH_GLIDEIN_SEs = "srm-eoscms.cern.ch"
-JOB_Gatekeeper = ifthenelse(substr(Used_Gatekeeper,0,1) =!= "$",Used_Gatekeeper,ifthenelse(MATCH_GLIDEIN_Gatekeeper =!= undefined,MATCH_GLIDEIN_Gatekeeper,"Unknown"))
-MATCH_Memory = 2800
-DESIRED_OpSyses = "LINUX"
-CompletionDate = 1440131525
-WhenToTransferOutput = "ON_EXIT_OR_EVICT"
-RequestCpus = 1
-ExecutableSize = 7
-x509UserProxyFirstFQAN = "/cms/Role=NULL/Capability=NULL"
-CommittedSuspensionTime = 0
-PreJobPrio1 = 1
-MATCH_GLIDEIN_Factory = "gfactory_service"
-GlobalJobId = "crab3-1@submit-5.t2.ucsd.edu#1233705.0#1439964847"
-CRAB_ISB = "https://cmsweb.cern.ch/crabcache"
-StreamErr = false
-TerminationPending = true
-DAGManNodesLog = "/data/condor_local/spool/5690/0/cluster1035690.proc0.subproc0/RunJobs.dag.nodes.log"
-Rank = 0.0
-JOB_GLIDEIN_SiteWMS = "$$(GLIDEIN_SiteWMS:Unknown)"
-TransferInput = "CMSRunAnalysis.sh,cmscp.py,CMSRunAnalysis.tar.gz,sandbox.tar.gz,run_and_lumis.tar.gz"
-JobUniverse = 5
-MATCH_GLIDEIN_ClusterId = 59069
-PeriodicRelease = ( HoldReasonCode == 28 ) || ( HoldReasonCode == 30 ) || ( HoldReasonCode == 13 ) || ( HoldReasonCode == 6 )
-MATCH_EXP_JOB_GLIDEIN_Job_Max_Time = "34800"
-JobCurrentStartExecutingDate = 1439965573
-CRAB_oneEventMode = 0
-x509userproxy = "/data/condor_local/spool/5690/0/cluster1035690.proc0.subproc0/8123da6528ec4abd24562a99b4f2b0ec556bed0b"
-MATCH_EXP_JOB_GLIDEIN_ToRetire = "1440530096"
-MATCH_EXP_JOB_GLIDEIN_Factory = "gfactory_service"
-JOB_GLIDEIN_SEs = "$$(GLIDEIN_SEs:Unknown)"
-JobNotification = 0
-CRAB_DBSURL = "https://cmsweb.cern.ch/dbs/prod/global/DBSReader"
-ProcId = 0
-JOB_GLIDEIN_MaxMemMBs = "$$(GLIDEIN_MaxMemMBs:Unknown)"
-MATCH_GLIDECLIENT_Name = "CMSG-v1_0.main"
-Used_Gatekeeper = "$$(GLIDEIN_Gatekeeper:Unknown)"
-CondorVersion = "$CondorVersion: 8.3.5 Apr 16 2015 BuildID: 315103 $"
-BlockReadKbytes = 0
-BytesRecvd = 2128005.0
-Arguments = "-a sandbox.tar.gz --sourceURL=https://cmsweb.cern.ch/crabcache --jobNumber=53 --cmsswVersion=CMSSW_7_4_7 --scramArch=slc6_amd64_gcc491 --inputFile=[\"/store/mc/RunIISpring15DR74/WJetsToLNu_HT-600To800_TuneCUETP8M1_13TeV-madgraphMLM-pythia8/MINIAODSIM/Asympt25ns_MCRUN2_74_V9-v2/50000/6E2F932B-633B-E511-A7AE-F04DA23BCE4C.root\"] --runAndLumis=job_lumis_53.json --lheInputFiles=False --firstEvent=None --firstLumi=None --lastEvent=None --firstRun=None --seeding=AutomaticSeeding - [...]
-ShouldTransferFiles = "YES"
-Out = "job_out.53"
-JOB_GLIDEIN_Memory = "$$(Memory:Unknown)"
-NumJobMatches = 1
-CumulativeSlotTime = 165965.0
-OnExitRemove = true
-ResidentSetSize = 1250000
-SpoolOnEvict = false
-JOB_GLIDEIN_Max_Walltime = "$$(GLIDEIN_Max_Walltime:Unknown)"
-JobAdInformationAttrs = "MATCH_EXP_JOBGLIDEIN_CMSSite, JOBGLIDEIN_CMSSite, RemoteSysCpu, RemoteUserCpu"
-In = "/dev/null"
-LastJobStatus = 2
-CumulativeSuspensionTime = 0
-MemoryUsage = ( ( ResidentSetSize + 1023 ) / 1024 )
-MATCH_EXP_JOB_CMSSite = "T2_CH_CERN"
-CRAB_TaskWorker = "vocms052"
-OrigMaxHosts = 1
-TransferIn = false
-CRAB_Id = 53
-JOB_GLIDEIN_Name = "$$(GLIDEIN_Name:Unknown)"
-WantRemoteIO = true
-MATCH_EXP_JOB_GLIDEIN_MaxMemMBs = "2800"
-MATCH_GLIDEIN_ToRetire = 1440530096
-ImageSize = 4250000
-JobCurrentStartDate = 1439965560
-ExecutableSize_RAW = 6
-x509userproxysubject = "/DC=ch/DC=cern/OU=Organic Units/OU=Users/CN=kbutanov/CN=727362/CN=Khakimjan Butanov"
-NumJobStarts = 1
-DESIRED_Overflow_Region = regexps("T[12]_US_",DESIRED_Sites,"US")
-AutoClusterAttrs = "CheckpointPlatform,DESIRED_Gatekeepers,DESIRED_Sites,MaxWallTimeMins,RequestMemory,REQUIRED_OS,JobUniverse,LastCheckpointPlatform,NumCkpts,x509userproxyfirstfqan,x509userproxysubject,MachineLastMatchTime,DynamicSlot,PartitionableSlot,Slot1_ExpectedMachineGracefulDrainingCompletion,Slot1_JobStarts,Slot1_SelfMonitorAge,Slot1_TotalTimeClaimedBusy,Slot1_TotalTimeUnclaimedIdle,CMS_ALLOW_OVERFLOW,CRAB_UserRole,DESIRED_Overflow_Region,WMAgent_AgentName,CMSGroups,_condor_Requ [...]
-Cmd = "/data/condor_local/spool/5690/0/cluster1035690.proc0.subproc0/gWMS-CMSRunAnalysis.sh"
-BlockReads = 0
-JobStartDate = 1439965560
-LastMatchTime = 1439965560
-MATCH_EXP_JOB_GLIDEIN_ToDie = "1440564896"
-JOB_GLIDEIN_CMSSite = "$$(GLIDEIN_CMSSite:Unknown)"
-NumJobReconnects = 2
-CoreSize = -1
-MATCH_EXP_JOB_GLIDEIN_Schedd = "schedd_glideins3@cmsgwms-factory.fnal.gov"
-SpooledOutputFiles = "jobReport.json.53"
-TargetType = "Machine"
-TransferOutput = "jobReport.json.53"
-job_ad_information_attrs = MATCH_GLIDEIN_Gatekeeper
-CommittedSlotTime = 165965.0
-JobStatus = 4
-x509UserProxyEmail = "khakimjan.butanov@cern.ch"
-DAGManJobId = 1035690
-RemoteWallClockTime = 165965.0
-NumSystemHolds = 0
-CRAB_UserDN = "/DC=ch/DC=cern/OU=Organic Units/OU=Users/CN=kbutanov/CN=727362/CN=Khakimjan Butanov"
-LastRemoteHost = "glidein_9757_931570227@b635ef6906.cern.ch"
-MATCH_EXP_JOB_GLIDEIN_Name = "gfactory_instance"
-JOB_GLIDEIN_Site = "$$(GLIDEIN_Site:Unknown)"
-AcctGroup = "analysis"
-Requirements = ( ( ( target.IS_GLIDEIN =!= true ) || ( target.GLIDEIN_CMSSite =!= undefined ) ) && ( GLIDEIN_REQUIRED_OS =?= "rhel6" || OpSysMajorVer =?= 6 ) ) && ( ( Memory >= 1 ) && ( Disk >= 1 ) ) && ( TARGET.Arch == "X86_64" ) && ( TARGET.OpSys == "LINUX" ) && ( TARGET.Disk >= RequestDisk ) && ( TARGET.Memory >= RequestMemory ) && ( TARGET.HasFileTransfer )
-CRAB_EDMOutputFiles = {  }
-RecentBlockReads = 0
-DESIRED_SITES = "T1_DE_KIT,T2_UK_London_IC,T2_CH_CERN"
-NumCkpts = 0
-CMS_ALLOW_OVERFLOW = "True"
-RequestMemory_RAW = 2000
-DiskUsage_RAW = 61434
-DAGManNodesMask = "0,1,2,4,5,7,9,10,11,12,13,16,17,24,27"
-MATCH_EXP_JOB_GLIDEIN_ProcId = "1"
-CRAB_localOutputFiles = "stepB_MC.root=stepB_MC_53.root"
-MaxHosts = 1
-CRAB_UserHN = "kbutanov"
-MATCH_EXP_JOB_GLIDEIN_Max_Walltime = "603000"
-MATCH_EXP_JOB_GLIDEIN_SEs = "srm-eoscms.cern.ch"
-JOB_GLIDEIN_SiteWMS_Slot = "$$(GLIDEIN_SiteWMS_Slot:Unknown)"
-CRAB_InputData = "/WJetsToLNu_HT-600To800_TuneCUETP8M1_13TeV-madgraphMLM-pythia8/RunIISpring15DR74-Asympt25ns_MCRUN2_74_V9-v2/MINIAODSIM"
-CondorPlatform = "$CondorPlatform: X86_64-RedHat_6.6 $"
-BlockWrites = 0
-AcctGroupUser = "uscms5111"
-MATCH_GLIDEIN_Job_Max_Time = 34800
-ImageSize_RAW = 4095188
-MATCH_EXP_Used_Gatekeeper = "ce302.cern.ch:8443/cream-lsf-grid_cms"
-JOB_GLIDECLIENT_Name = "$$(GLIDECLIENT_Name:Unknown)"
-LocalSysCpu = 0.0
-LastSuspensionTime = 0
-MATCH_GLIDEIN_SiteWMS_Queue = "grid_cms"
-MATCH_GLIDEIN_Gatekeeper = "ce302.cern.ch:8443/cream-lsf-grid_cms"
-RecentStatsLifetimeStarter = 1200
-MATCH_EXP_JOB_GLIDEIN_Site = "CERN"
-UserLog = "/data/condor_local/spool/5690/0/cluster1035690.proc0.subproc0/job_log"
-CRAB_TransferOutputs = 1
-CRAB_DataBlock = "/WJetsToLNu_HT-600To800_TuneCUETP8M1_13TeV-madgraphMLM-pythia8/RunIISpring15DR74-Asympt25ns_MCRUN2_74_V9-v2/MINIAODSIM#85bfee36-3b82-11e5-be34-001e67abf518"
-Env = "CRAB_TASKMANAGER_TARBALL=local;SCRAM_ARCH=slc6_amd64_gcc491;CRAB_RUNTIME_TARBALL=local"
-CRAB_BlacklistT1 = 0
-JOB_GLIDEIN_Factory = "$$(GLIDEIN_Factory:Unknown)"
-TransferInputSizeMB = 2
-MachineAttrCpus0 = 1
-CRAB_RestURInoAPI = "/crabserver/prod"
-CRAB_JobArch = "slc6_amd64_gcc491"
-QDate = 1439964847
-CRAB_PublishGroupName = 0
-CRAB_PublishDBSURL = "https://cmsweb.cern.ch/dbs/prod/phys03/DBSWriter"
-x509UserProxyFQAN = "/DC=ch/DC=cern/OU=Organic Units/OU=Users/CN=kbutanov/CN=727362/CN=Khakimjan Butanov,/cms/Role=NULL/Capability=NULL"
-Err = "job_err.53"
-CRAB_SiteWhitelist = {  }
-CRAB_Destination = "srm://cluster142.knu.ac.kr:8443/srm/managerv2?SFN=/pnfs/knu.ac.kr/data/cms/store/user/kbutanov/HWWwidthRun2/LatinoTrees_V4/WJetsToLNu_HT-600To800_TuneCUETP8M1_13TeV-madgraphMLM-pythia8/crab_25ns_WJetsToLNu_HT600_800/150810_122536/0000/log/cmsRun_53.log.tar.gz, srm://cluster142.knu.ac.kr:8443/srm/managerv2?SFN=/pnfs/knu.ac.kr/data/cms/store/user/kbutanov/HWWwidthRun2/LatinoTrees_V4/WJetsToLNu_HT-600To800_TuneCUETP8M1_13TeV-madgraphMLM-pythia8/crab_25ns_WJetsToLNu_HT600 [...]
-CRAB_RetryOnASOFailures = 1
-CRAB_TFileOutputFiles = { "stepB_MC.root" }
-AutoClusterId = 16275
-ExitCode = 0
-accounting_group = analysis
-PostJobPrio1 = -1439209593
-ExitBySignal = false
-CRAB_UserGroup = undefined
-PostJobPrio2 = 2
-PeriodicRemoveReason = ifThenElse(MemoryUsage > RequestMemory,"Removed due to memory use",ifThenElse(MaxWallTimeMins * 60 < time() - EnteredCurrentStatus,"Removed due to wall clock limit",ifThenElse(DiskUsage > 100000000,"Removed due to disk usage",ifThenElse(time() > x509UserProxyExpiration,"Removed job due to proxy expiration","Removed due to job being held"))))
-MATCH_EXP_JOB_Site = "CERN"
-BufferBlockSize = 32768
-CRAB_AsyncDest = "T2_KR_KNU"
-ClusterId = 1233705
-BytesSent = 119952.0
-CRAB_PublishName = "crab_25ns_WJetsToLNu_HT600_800-9da7f68dc2032d8626d7e7822bb10506"
-CRAB_Publish = 1
-CRAB_Dest = "/store/temp/user/kbutanov.03af76ad04ddc195ee96e6a5469f1bbb1777390d/HWWwidthRun2/LatinoTrees_V4/WJetsToLNu_HT-600To800_TuneCUETP8M1_13TeV-madgraphMLM-pythia8/crab_25ns_WJetsToLNu_HT600_800/150810_122536"
-MATCH_EXP_JOBGLIDEIN_CMSSite = "T2_CH_CERN"
-MATCH_GLIDEIN_MaxMemMBs = 2800
-RequestMemory = 2000
-EnteredCurrentStatus = 1440131525
-MATCH_GLIDEIN_SiteWMS = "LSF"
-CRAB_UserWebDir = "http://submit-5.t2.ucsd.edu/CSstoragePath/68/uscms5111/150810_122536:kbutanov_crab_25ns_WJetsToLNu_HT600_800"
-JOB_GLIDEIN_ToRetire = "$$(GLIDEIN_ToRetire:Unknown)"
-MATCH_GLIDEIN_SiteWMS_JobId = "689255460"
-CRAB_JobSW = "CMSSW_7_4_7"
-BufferSize = 524288
-JOB_GLIDEIN_Schedd = "$$(GLIDEIN_Schedd:Unknown)"
-MaxWallTimeMins = 2800
-LeaveJobInQueue = false
-MATCH_EXP_JOB_GLIDEIN_SiteWMS_Slot = "Unknown"
-EncryptExecuteDirectory = false
-NumCkpts_RAW = 0
-DESIRED_Archs = "X86_64"
-JobFinishedHookDone = 1440131525
-DESIRED_OpSysMajorVers = "6"
-MinHosts = 1
-MATCH_GLIDEIN_Name = "gfactory_instance"
-JOB_GLIDEIN_ClusterId = "$$(GLIDEIN_ClusterId:Unknown)"
-MATCH_GLIDEIN_ToDie = 1440564896
-NiceUser = false
-RootDir = "/"
-CommittedTime = 165965
-MATCH_EXP_JOB_GLIDEIN_SiteWMS = "LSF"
-
-MaxWallTimeMins_RAW = 1400
-StatsLifetimeStarter = 33352
-CRAB_SaveLogsFlag = 1
-JOB_GLIDEIN_ProcId = "$$(GLIDEIN_ProcId:Unknown)"
-StreamOut = false
-JOB_GLIDEIN_Entry_Name = "$$(GLIDEIN_Entry_Name:Unknown)"
-CRAB_ReqName = "150814_111316:mrodozov_crab_QCD_Pt_300to470_TuneCUETP8M1_13TeV_pythia8"
-use_x509userproxy = true
-JOB_CMSSite = "$$(GLIDEIN_CMSSite:Unknown)"
-CRAB_SiteBlacklist = {  }
-CRAB_UserRole = undefined
-MATCH_EXP_JOB_GLIDEIN_SiteWMS_Queue = "red.unl.edu"
-TaskType = "Job"
-NumRestarts = 0
-MATCH_GLIDEIN_Schedd = "schedd_glideins6@glidein.grid.iu.edu"
-SubmitEventNotes = "DAG Node: Job4"
-x509UserProxyVOName = "cms"
-RecentBlockWriteKbytes = 0
-MATCH_GLIDEIN_Site = "Nebraska"
-RecentBlockReadKbytes = 0
-LocalUserCpu = 0.0
-RemoteUserCpu = 28513.0
-MATCH_GLIDEIN_Max_Walltime = 603000
-MATCH_EXP_JOB_GLIDEIN_ClusterId = "2561111"
-JOB_GLIDEIN_SiteWMS_Queue = "$$(GLIDEIN_SiteWMS_Queue:Unknown)"
-CRAB_StageoutPolicy = "local,remote"
-CRAB_Workflow = "150814_111316:mrodozov_crab_QCD_Pt_300to470_TuneCUETP8M1_13TeV_pythia8"
-CurrentHosts = 0
-RecentBlockWrites = 0
-MATCH_GLIDEIN_ProcId = 8
-x509UserProxyExpiration = 1440171330
-Iwd = "/data/condor_local/spool/3604/0/cluster1183604.proc0.subproc0"
-MATCH_EXP_JOB_GLIDEIN_Entry_Name = "CMS_T2_US_Nebraska_Red_long"
-NumShadowStarts = 1
-JobPrio = 10
-DiskUsage = 3750000
-CRAB_ASOTimeout = 86400
-StartdPrincipal = "execute-side@matchsession/129.93.182.12"
-JOB_GLIDEIN_ToDie = "$$(GLIDEIN_ToDie:Unknown)"
-JobRunCount = 1
-MachineAttrSlotWeight0 = 1
-JOB_Site = "$$(GLIDEIN_Site:Unknown)"
-WantCheckpoint = false
-BlockWriteKbytes = 0
-MATCH_EXP_JOB_GLIDEIN_SiteWMS_JobId = "5092137.0"
-RequestDisk = 100000
-TotalSuspensions = 0
-DAGNodeName = "Job4"
-LastPublicClaimId = "<129.93.182.12:42491>#1440048812#7#..."
-RequestDisk_RAW = 1
-PeriodicRemove = ( ( JobStatus =?= 5 ) && ( time() - EnteredCurrentStatus > 7 * 60 ) ) || ( ( JobStatus =?= 2 ) && ( ( MemoryUsage > RequestMemory ) || ( MaxWallTimeMins * 60 < time() - EnteredCurrentStatus ) || ( DiskUsage > 100000000 ) ) ) || ( ( JobStatus =?= 1 ) && ( time() > ( x509UserProxyExpiration + 86400 ) ) )
-JOBGLIDEIN_CMSSite = "$$([ifThenElse(GLIDEIN_CMSSite is undefined, \"Unknown\", GLIDEIN_CMSSite)])"
-MATCH_GLIDEIN_CMSSite = "T2_US_Nebraska"
-RemoteSysCpu = 616.0
-CRAB_Retry = 3
-MyType = "Job"
-CRAB_JobType = "analysis"
-PeriodicHold = false
-ResidentSetSize_RAW = 1148372
-JOB_GLIDEIN_Job_Max_Time = "$$(GLIDEIN_Job_Max_Time:Unknown)"
-EnvDelim = ";"
-MATCH_EXP_JOB_GLIDEIN_Memory = "2500"
-CRAB_RestHost = "cmsweb.cern.ch"
-Owner = "uscms3850"
-JOB_GLIDEIN_SiteWMS_JobId = "$$(GLIDEIN_SiteWMS_JobId:Unknown)"
-MATCH_GLIDEIN_Entry_Name = "CMS_T2_US_Nebraska_Red_long"
-LastJobLeaseRenewal = 1440115142
-MATCH_EXP_JOB_GLIDEIN_CMSSite = "T2_US_Nebraska"
-CRAB_AdditionalOutputFiles = {  }
-OnExitHold = false
-CRAB_ASOURL = "https://cmsweb.cern.ch/couchdb"
-MATCH_EXP_JOB_GLIDECLIENT_Name = "CMSG-v1_0.overflow"
-CRAB_NumAutomJobRetries = 2
-AccountingGroup = "analysis.mrodozov"
-MATCH_GLIDEIN_SiteWMS_Slot = "slot1_6@red-d8n12.unl.edu"
-WantRemoteSyscalls = false
-ExitStatus = 0
-User = "uscms3850@cms"
-JobLeaseDuration = 1200
-MATCH_GLIDEIN_SEs = "srm.unl.edu"
-JOB_Gatekeeper = ifthenelse(substr(Used_Gatekeeper,0,1) =!= "$",Used_Gatekeeper,ifthenelse(MATCH_GLIDEIN_Gatekeeper =!= undefined,MATCH_GLIDEIN_Gatekeeper,"Unknown"))
-MATCH_Memory = 2500
-DESIRED_OpSyses = "LINUX"
-CompletionDate = 1440115142
-WhenToTransferOutput = "ON_EXIT_OR_EVICT"
-RequestCpus = 1
-ExecutableSize = 7
-x509UserProxyFirstFQAN = "/cms/Role=NULL/Capability=NULL"
-CommittedSuspensionTime = 0
-PreJobPrio1 = 0
-MATCH_GLIDEIN_Factory = "OSGGOC"
-GlobalJobId = "crab3-1@submit-5.t2.ucsd.edu#1235992.0#1440081300"
-CRAB_ISB = "https://cmsweb.cern.ch/crabcache"
-StreamErr = false
-TerminationPending = true
-DAGManNodesLog = "/data/condor_local/spool/3604/0/cluster1183604.proc0.subproc0/RunJobs.dag.nodes.log"
-Rank = 0.0
-JOB_GLIDEIN_SiteWMS = "$$(GLIDEIN_SiteWMS:Unknown)"
-TransferInput = "CMSRunAnalysis.sh,cmscp.py,CMSRunAnalysis.tar.gz,sandbox.tar.gz,run_and_lumis.tar.gz"
-JobUniverse = 5
-MATCH_GLIDEIN_ClusterId = 2561111
-PeriodicRelease = ( HoldReasonCode == 28 ) || ( HoldReasonCode == 30 ) || ( HoldReasonCode == 13 ) || ( HoldReasonCode == 6 )
-MATCH_EXP_JOB_GLIDEIN_Job_Max_Time = "34800"
-JobCurrentStartExecutingDate = 1440081789
-CRAB_oneEventMode = 0
-x509userproxy = "/data/condor_local/spool/3604/0/cluster1183604.proc0.subproc0/3adf46df379a2324bc159ae74f147ae01ca238c9"
-MATCH_EXP_JOB_GLIDEIN_ToRetire = "1440616411"
-MATCH_EXP_JOB_GLIDEIN_Factory = "OSGGOC"
-JOB_GLIDEIN_SEs = "$$(GLIDEIN_SEs:Unknown)"
-JobNotification = 0
-CRAB_DBSURL = "https://cmsweb.cern.ch/dbs/prod/global/DBSReader"
-ProcId = 0
-JOB_GLIDEIN_MaxMemMBs = "$$(GLIDEIN_MaxMemMBs:Unknown)"
-MATCH_GLIDECLIENT_Name = "CMSG-v1_0.overflow"
-Used_Gatekeeper = "$$(GLIDEIN_Gatekeeper:Unknown)"
-CondorVersion = "$CondorVersion: 8.3.5 Apr 16 2015 BuildID: 315103 $"
-BlockReadKbytes = 0
-BytesRecvd = 44879356.0
-Arguments = "-a sandbox.tar.gz --sourceURL=https://cmsweb.cern.ch/crabcache --jobNumber=4 --cmsswVersion=CMSSW_7_4_7_patch2 --scramArch=slc6_amd64_gcc491 --inputFile=[\"/store/mc/RunIISpring15DR74/QCD_Pt_300to470_TuneCUETP8M1_13TeV_pythia8/MINIAODSIM/Asympt25ns_MCRUN2_74_V9-v1/80000/9A89CA60-69FC-E411-9661-0025905C42B8.root\",' '\"/store/mc/RunIISpring15DR74/QCD_Pt_300to470_TuneCUETP8M1_13TeV_pythia8/MINIAODSIM/Asympt25ns_MCRUN2_74_V9-v1/60000/34F8B66A-D4FB-E411-8F89-842B2B29273C.root\", [...]
-ShouldTransferFiles = "YES"
-Out = "job_out.4"
-JOB_GLIDEIN_Memory = "$$(Memory:Unknown)"
-NumJobMatches = 1
-CumulativeSlotTime = 33360.0
-OnExitRemove = true
-ResidentSetSize = 1250000
-SpoolOnEvict = false
-JOB_GLIDEIN_Max_Walltime = "$$(GLIDEIN_Max_Walltime:Unknown)"
-JobAdInformationAttrs = "MATCH_EXP_JOBGLIDEIN_CMSSite, JOBGLIDEIN_CMSSite, RemoteSysCpu, RemoteUserCpu"
-In = "/dev/null"
-LastJobStatus = 2
-CumulativeSuspensionTime = 0
-MemoryUsage = ( ( ResidentSetSize + 1023 ) / 1024 )
-MATCH_EXP_JOB_CMSSite = "T2_US_Nebraska"
-CRAB_TaskWorker = "vocms052"
-OrigMaxHosts = 1
-TransferIn = false
-CRAB_Id = 4
-JOB_GLIDEIN_Name = "$$(GLIDEIN_Name:Unknown)"
-WantRemoteIO = true
-MATCH_EXP_JOB_GLIDEIN_MaxMemMBs = "2500"
-MATCH_GLIDEIN_ToRetire = 1440616411
-ImageSize = 1750000
-JobCurrentStartDate = 1440081782
-ExecutableSize_RAW = 6
-x509userproxysubject = "/DC=ch/DC=cern/OU=Organic Units/OU=Users/CN=mrodozov/CN=692532/CN=Mircho Nikolaev Rodozov"
-NumJobStarts = 1
-DESIRED_Overflow_Region = regexps("T[12]_US_",DESIRED_Sites,"US")
-AutoClusterAttrs = "CheckpointPlatform,DESIRED_Gatekeepers,DESIRED_Sites,MaxWallTimeMins,RequestMemory,REQUIRED_OS,JobUniverse,LastCheckpointPlatform,NumCkpts,x509userproxyfirstfqan,x509userproxysubject,MachineLastMatchTime,DynamicSlot,PartitionableSlot,Slot1_ExpectedMachineGracefulDrainingCompletion,Slot1_JobStarts,Slot1_SelfMonitorAge,Slot1_TotalTimeClaimedBusy,Slot1_TotalTimeUnclaimedIdle,CMS_ALLOW_OVERFLOW,CRAB_UserRole,DESIRED_Overflow_Region,WMAgent_AgentName,CMSGroups,_condor_Requ [...]
-Cmd = "/data/condor_local/spool/3604/0/cluster1183604.proc0.subproc0/gWMS-CMSRunAnalysis.sh"
-BlockReads = 0
-JobStartDate = 1440081782
-LastMatchTime = 1440081782
-MATCH_EXP_JOB_GLIDEIN_ToDie = "1440651211"
-JOB_GLIDEIN_CMSSite = "$$(GLIDEIN_CMSSite:Unknown)"
-CoreSize = -1
-MATCH_EXP_JOB_GLIDEIN_Schedd = "schedd_glideins6@glidein.grid.iu.edu"
-SpooledOutputFiles = "jobReport.json.4"
-TargetType = "Machine"
-TransferOutput = "jobReport.json.4"
-job_ad_information_attrs = MATCH_GLIDEIN_Gatekeeper
-CommittedSlotTime = 33360.0
-JobStatus = 4
-x509UserProxyEmail = "mircho.nikolaev.rodozov@cern.ch"
-DAGManJobId = 1183604
-RemoteWallClockTime = 33360.0
-NumSystemHolds = 0
-CRAB_UserDN = "/DC=ch/DC=cern/OU=Organic Units/OU=Users/CN=mrodozov/CN=692532/CN=Mircho Nikolaev Rodozov"
-LastRemoteHost = "glidein_1936_57194584@red-d8n12.unl.edu"
-MATCH_EXP_JOB_GLIDEIN_Name = "gfactory_instance"
-JOB_GLIDEIN_Site = "$$(GLIDEIN_Site:Unknown)"
-AcctGroup = "analysis"
-Requirements = ( ( ( target.IS_GLIDEIN =!= true ) || ( target.GLIDEIN_CMSSite =!= undefined ) ) && ( GLIDEIN_REQUIRED_OS =?= "rhel6" || OpSysMajorVer =?= 6 ) ) && ( ( Memory >= 1 ) && ( Disk >= 1 ) ) && ( TARGET.Arch == "X86_64" ) && ( TARGET.OpSys == "LINUX" ) && ( TARGET.Disk >= RequestDisk ) && ( TARGET.Memory >= RequestMemory ) && ( TARGET.HasFileTransfer )
-CRAB_EDMOutputFiles = {  }
-RecentBlockReads = 0
-DESIRED_SITES = "T2_US_UCSD,T2_DE_DESY,T2_CH_CSCS,T2_US_MIT,T2_IT_Legnaro,T2_UK_London_Brunel,T2_CH_CERN,T2_UK_London_IC,T3_CH_PSI,T1_UK_RAL"
-NumCkpts = 0
-CMS_ALLOW_OVERFLOW = "True"
-RequestMemory_RAW = 2000
-DiskUsage_RAW = 3661158
-DAGManNodesMask = "0,1,2,4,5,7,9,10,11,12,13,16,17,24,27"
-MATCH_EXP_JOB_GLIDEIN_ProcId = "8"
-CRAB_localOutputFiles = "results.root=results_4.root"
-MaxHosts = 1
-CRAB_UserHN = "mrodozov"
-MATCH_EXP_JOB_GLIDEIN_Max_Walltime = "603000"
-MATCH_EXP_JOB_GLIDEIN_SEs = "srm.unl.edu"
-JOB_GLIDEIN_SiteWMS_Slot = "$$(GLIDEIN_SiteWMS_Slot:Unknown)"
-CRAB_InputData = "/QCD_Pt_300to470_TuneCUETP8M1_13TeV_pythia8/RunIISpring15DR74-Asympt25ns_MCRUN2_74_V9-v1/MINIAODSIM"
-CondorPlatform = "$CondorPlatform: X86_64-RedHat_6.6 $"
-BlockWrites = 0
-AcctGroupUser = "uscms3850"
-MATCH_GLIDEIN_Job_Max_Time = 34800
-ImageSize_RAW = 1727056
-MATCH_EXP_Used_Gatekeeper = "red.unl.edu red.unl.edu:9619"
-JOB_GLIDECLIENT_Name = "$$(GLIDECLIENT_Name:Unknown)"
-LocalSysCpu = 0.0
-LastSuspensionTime = 0
-MATCH_GLIDEIN_SiteWMS_Queue = "red.unl.edu"
-MATCH_GLIDEIN_Gatekeeper = "red.unl.edu red.unl.edu:9619"
-RecentStatsLifetimeStarter = 1200
-MATCH_EXP_JOB_GLIDEIN_Site = "Nebraska"
-UserLog = "/data/condor_local/spool/3604/0/cluster1183604.proc0.subproc0/job_log"
-CRAB_TransferOutputs = 1
-CRAB_DataBlock = "/QCD_Pt_300to470_TuneCUETP8M1_13TeV_pythia8/RunIISpring15DR74-Asympt25ns_MCRUN2_74_V9-v1/MINIAODSIM#242b435c-fc56-11e4-bda5-001e67abef8c"
-Env = "CRAB_TASKMANAGER_TARBALL=local;SCRAM_ARCH=slc6_amd64_gcc491;CRAB_RUNTIME_TARBALL=local"
-CRAB_BlacklistT1 = 0
-JOB_GLIDEIN_Factory = "$$(GLIDEIN_Factory:Unknown)"
-TransferInputSizeMB = 42
-MachineAttrCpus0 = 1
-CRAB_RestURInoAPI = "/crabserver/prod"
-CRAB_JobArch = "slc6_amd64_gcc491"
-QDate = 1440081300
-CRAB_PublishGroupName = 0
-CRAB_PublishDBSURL = "https://cmsweb.cern.ch/dbs/prod/phys03/DBSWriter"
-x509UserProxyFQAN = "/DC=ch/DC=cern/OU=Organic Units/OU=Users/CN=mrodozov/CN=692532/CN=Mircho Nikolaev Rodozov,/cms/Role=NULL/Capability=NULL"
-Err = "job_err.4"
-CRAB_SiteWhitelist = {  }
-CRAB_Destination = "srm://srm-eoscms.cern.ch:8443/srm/v2/server?SFN=/eos/cms/store/group/phys_b2g/BprimeKit_ntuple_747_1_MC/QCD_Pt_300to470_TuneCUETP8M1_13TeV_pythia8/crab_QCD_Pt_300to470_TuneCUETP8M1_13TeV_pythia8/150814_111316/0000/log/cmsRun_4.log.tar.gz, srm://srm-eoscms.cern.ch:8443/srm/v2/server?SFN=/eos/cms/store/group/phys_b2g/BprimeKit_ntuple_747_1_MC/QCD_Pt_300to470_TuneCUETP8M1_13TeV_pythia8/crab_QCD_Pt_300to470_TuneCUETP8M1_13TeV_pythia8/150814_111316/0000/results_4.root"
-CRAB_RetryOnASOFailures = 1
-CRAB_TFileOutputFiles = { "results.root" }
-AutoClusterId = 16278
-ExitCode = 0
-accounting_group = analysis
-PostJobPrio1 = -1439550850
-ExitBySignal = false
-CRAB_UserGroup = undefined
-PostJobPrio2 = 3
-PeriodicRemoveReason = ifThenElse(MemoryUsage > RequestMemory,"Removed due to memory use",ifThenElse(MaxWallTimeMins * 60 < time() - EnteredCurrentStatus,"Removed due to wall clock limit",ifThenElse(DiskUsage > 100000000,"Removed due to disk usage",ifThenElse(time() > x509UserProxyExpiration,"Removed job due to proxy expiration","Removed due to job being held"))))
-MATCH_EXP_JOB_Site = "Nebraska"
-BufferBlockSize = 32768
-CRAB_AsyncDest = "T2_CH_CERN"
-ClusterId = 1235992
-BytesSent = 597241.0
-CRAB_PublishName = "crab_QCD_Pt_300to470_TuneCUETP8M1_13TeV_pythia8-025cf8039fdddfc0e0037d5a7ca660ac"
-CRAB_Publish = 1
-CRAB_Dest = "/store/temp/group/phys_b2g/BprimeKit_ntuple_747_1_MC/QCD_Pt_300to470_TuneCUETP8M1_13TeV_pythia8/crab_QCD_Pt_300to470_TuneCUETP8M1_13TeV_pythia8/150814_111316"
-MATCH_EXP_JOBGLIDEIN_CMSSite = "T2_US_Nebraska"
-MATCH_GLIDEIN_MaxMemMBs = 2500
-RequestMemory = 2000
-EnteredCurrentStatus = 1440115142
-MATCH_GLIDEIN_SiteWMS = "HTCondor"
-CRAB_UserWebDir = "http://submit-5.t2.ucsd.edu/CSstoragePath/54/uscms3850/150814_111316:mrodozov_crab_QCD_Pt_300to470_TuneCUETP8M1_13TeV_pythia8"
-JOB_GLIDEIN_ToRetire = "$$(GLIDEIN_ToRetire:Unknown)"
-MATCH_GLIDEIN_SiteWMS_JobId = "5092137.0"
-CRAB_JobSW = "CMSSW_7_4_7_patch2"
-BufferSize = 524288
-JOB_GLIDEIN_Schedd = "$$(GLIDEIN_Schedd:Unknown)"
-MaxWallTimeMins = 1400
-LeaveJobInQueue = false
-MATCH_EXP_JOB_GLIDEIN_SiteWMS_Slot = "slot1_6@red-d8n12.unl.edu"
-EncryptExecuteDirectory = false
-NumCkpts_RAW = 0
-DESIRED_Archs = "X86_64"
-JobFinishedHookDone = 1440115142
-DESIRED_OpSysMajorVers = "6"
-MinHosts = 1
-MATCH_GLIDEIN_Name = "gfactory_instance"
-JOB_GLIDEIN_ClusterId = "$$(GLIDEIN_ClusterId:Unknown)"
-MATCH_GLIDEIN_ToDie = 1440651211
-NiceUser = false
-RootDir = "/"
-CommittedTime = 33360
-MATCH_EXP_JOB_GLIDEIN_SiteWMS = "HTCondor"
-
-MaxWallTimeMins_RAW = 1400
-StatsLifetimeStarter = 31968
-CRAB_SaveLogsFlag = 1
-JOB_GLIDEIN_ProcId = "$$(GLIDEIN_ProcId:Unknown)"
-StreamOut = false
-JOB_GLIDEIN_Entry_Name = "$$(GLIDEIN_Entry_Name:Unknown)"
-CRAB_ReqName = "150814_111316:mrodozov_crab_QCD_Pt_300to470_TuneCUETP8M1_13TeV_pythia8"
-use_x509userproxy = true
-JOB_CMSSite = "$$(GLIDEIN_CMSSite:Unknown)"
-CRAB_SiteBlacklist = {  }
-CRAB_UserRole = undefined
-MATCH_EXP_JOB_GLIDEIN_SiteWMS_Queue = "red-gw1.unl.edu"
-TaskType = "Job"
-NumRestarts = 0
-MATCH_GLIDEIN_Schedd = "schedd_glideins5@gfactory-1.t2.ucsd.edu"
-SubmitEventNotes = "DAG Node: Job3"
-x509UserProxyVOName = "cms"
-RecentBlockWriteKbytes = 0
-MATCH_GLIDEIN_Site = "Nebraska"
-RecentBlockReadKbytes = 0
-LocalUserCpu = 0.0
-RemoteUserCpu = 27257.0
-MATCH_GLIDEIN_Max_Walltime = 603000
-MATCH_EXP_JOB_GLIDEIN_ClusterId = "3043383"
-JOB_GLIDEIN_SiteWMS_Queue = "$$(GLIDEIN_SiteWMS_Queue:Unknown)"
-CRAB_StageoutPolicy = "local,remote"
-CRAB_Workflow = "150814_111316:mrodozov_crab_QCD_Pt_300to470_TuneCUETP8M1_13TeV_pythia8"
-CurrentHosts = 0
-RecentBlockWrites = 0
-MATCH_GLIDEIN_ProcId = 14
-x509UserProxyExpiration = 1440171330
-Iwd = "/data/condor_local/spool/3604/0/cluster1183604.proc0.subproc0"
-MATCH_EXP_JOB_GLIDEIN_Entry_Name = "CMS_T2_US_Nebraska_Red_gw1_long"
-NumShadowStarts = 1
-JobPrio = 10
-DiskUsage = 4250000
-CRAB_ASOTimeout = 86400
-StartdPrincipal = "execute-side@matchsession/129.93.183.127"
-JOB_GLIDEIN_ToDie = "$$(GLIDEIN_ToDie:Unknown)"
-JobRunCount = 1
-MachineAttrSlotWeight0 = 1
-JOB_Site = "$$(GLIDEIN_Site:Unknown)"
-WantCheckpoint = false
-BlockWriteKbytes = 0
-MATCH_EXP_JOB_GLIDEIN_SiteWMS_JobId = "5096573.0"
-RequestDisk = 100000
-TotalSuspensions = 0
-DAGNodeName = "Job3"
-LastPublicClaimId = "<129.93.183.127:56441>#1440063351#7#..."
-RequestDisk_RAW = 1
-PeriodicRemove = ( ( JobStatus =?= 5 ) && ( time() - EnteredCurrentStatus > 7 * 60 ) ) || ( ( JobStatus =?= 2 ) && ( ( MemoryUsage > RequestMemory ) || ( MaxWallTimeMins * 60 < time() - EnteredCurrentStatus ) || ( DiskUsage > 100000000 ) ) ) || ( ( JobStatus =?= 1 ) && ( time() > ( x509UserProxyExpiration + 86400 ) ) )
-JOBGLIDEIN_CMSSite = "$$([ifThenElse(GLIDEIN_CMSSite is undefined, \"Unknown\", GLIDEIN_CMSSite)])"
-MATCH_GLIDEIN_CMSSite = "T2_US_Nebraska"
-RemoteSysCpu = 621.0
-CRAB_Retry = 3
-MyType = "Job"
-CRAB_JobType = "analysis"
-PeriodicHold = false
-ResidentSetSize_RAW = 1174388
-JOB_GLIDEIN_Job_Max_Time = "$$(GLIDEIN_Job_Max_Time:Unknown)"
-EnvDelim = ";"
-MATCH_EXP_JOB_GLIDEIN_Memory = "2500"
-CRAB_RestHost = "cmsweb.cern.ch"
-Owner = "uscms3850"
-JOB_GLIDEIN_SiteWMS_JobId = "$$(GLIDEIN_SiteWMS_JobId:Unknown)"
-MATCH_GLIDEIN_Entry_Name = "CMS_T2_US_Nebraska_Red_gw1_long"
-LastJobLeaseRenewal = 1440113502
-MATCH_EXP_JOB_GLIDEIN_CMSSite = "T2_US_Nebraska"
-CRAB_AdditionalOutputFiles = {  }
-OnExitHold = false
-CRAB_ASOURL = "https://cmsweb.cern.ch/couchdb"
-MATCH_EXP_JOB_GLIDECLIENT_Name = "CMSG-v1_0.overflow"
-CRAB_NumAutomJobRetries = 2
-AccountingGroup = "analysis.mrodozov"
-MATCH_GLIDEIN_SiteWMS_Slot = "slot1_32@red-d23n7.unl.edu"
-WantRemoteSyscalls = false
-ExitStatus = 0
-User = "uscms3850@cms"
-JobLeaseDuration = 1200
-MATCH_GLIDEIN_SEs = "srm.unl.edu"
-JOB_Gatekeeper = ifthenelse(substr(Used_Gatekeeper,0,1) =!= "$",Used_Gatekeeper,ifthenelse(MATCH_GLIDEIN_Gatekeeper =!= undefined,MATCH_GLIDEIN_Gatekeeper,"Unknown"))
-MATCH_Memory = 2500
-DESIRED_OpSyses = "LINUX"
-CompletionDate = 1440113503
-WhenToTransferOutput = "ON_EXIT_OR_EVICT"
-RequestCpus = 1
-ExecutableSize = 7
-x509UserProxyFirstFQAN = "/cms/Role=NULL/Capability=NULL"
-CommittedSuspensionTime = 0
-PreJobPrio1 = 0
-MATCH_GLIDEIN_Factory = "SDSC"
-GlobalJobId = "crab3-1@submit-5.t2.ucsd.edu#1235991.0#1440081300"
-CRAB_ISB = "https://cmsweb.cern.ch/crabcache"
-StreamErr = false
-TerminationPending = true
-DAGManNodesLog = "/data/condor_local/spool/3604/0/cluster1183604.proc0.subproc0/RunJobs.dag.nodes.log"
-Rank = 0.0
-JOB_GLIDEIN_SiteWMS = "$$(GLIDEIN_SiteWMS:Unknown)"
-TransferInput = "CMSRunAnalysis.sh,cmscp.py,CMSRunAnalysis.tar.gz,sandbox.tar.gz,run_and_lumis.tar.gz"
-JobUniverse = 5
-MATCH_GLIDEIN_ClusterId = 3043383
-PeriodicRelease = ( HoldReasonCode == 28 ) || ( HoldReasonCode == 30 ) || ( HoldReasonCode == 13 ) || ( HoldReasonCode == 6 )
-MATCH_EXP_JOB_GLIDEIN_Job_Max_Time = "34800"
-JobCurrentStartExecutingDate = 1440081533
-CRAB_oneEventMode = 0
-x509userproxy = "/data/condor_local/spool/3604/0/cluster1183604.proc0.subproc0/3adf46df379a2324bc159ae74f147ae01ca238c9"
-MATCH_EXP_JOB_GLIDEIN_ToRetire = "1440630710"
-MATCH_EXP_JOB_GLIDEIN_Factory = "SDSC"
-JOB_GLIDEIN_SEs = "$$(GLIDEIN_SEs:Unknown)"
-JobNotification = 0
-CRAB_DBSURL = "https://cmsweb.cern.ch/dbs/prod/global/DBSReader"
-ProcId = 0
-JOB_GLIDEIN_MaxMemMBs = "$$(GLIDEIN_MaxMemMBs:Unknown)"
-MATCH_GLIDECLIENT_Name = "CMSG-v1_0.overflow"
-Used_Gatekeeper = "$$(GLIDEIN_Gatekeeper:Unknown)"
-CondorVersion = "$CondorVersion: 8.3.5 Apr 16 2015 BuildID: 315103 $"
-BlockReadKbytes = 0
-BytesRecvd = 44879356.0
-Arguments = "-a sandbox.tar.gz --sourceURL=https://cmsweb.cern.ch/crabcache --jobNumber=3 --cmsswVersion=CMSSW_7_4_7_patch2 --scramArch=slc6_amd64_gcc491 --inputFile=[\"/store/mc/RunIISpring15DR74/QCD_Pt_300to470_TuneCUETP8M1_13TeV_pythia8/MINIAODSIM/Asympt25ns_MCRUN2_74_V9-v1/60000/06DE7D5F-D4FB-E411-9C85-00261894394A.root\",' '\"/store/mc/RunIISpring15DR74/QCD_Pt_300to470_TuneCUETP8M1_13TeV_pythia8/MINIAODSIM/Asympt25ns_MCRUN2_74_V9-v1/80000/E29E093E-54FC-E411-8AE5-0025905A60FE.root\", [...]
-ShouldTransferFiles = "YES"
-Out = "job_out.3"
-JOB_GLIDEIN_Memory = "$$(Memory:Unknown)"
-NumJobMatches = 1
-CumulativeSlotTime = 31976.0
-OnExitRemove = true
-ResidentSetSize = 1250000
-SpoolOnEvict = false
-JOB_GLIDEIN_Max_Walltime = "$$(GLIDEIN_Max_Walltime:Unknown)"
-JobAdInformationAttrs = "MATCH_EXP_JOBGLIDEIN_CMSSite, JOBGLIDEIN_CMSSite, RemoteSysCpu, RemoteUserCpu"
-In = "/dev/null"
-LastJobStatus = 2
-CumulativeSuspensionTime = 0
-MemoryUsage = ( ( ResidentSetSize + 1023 ) / 1024 )
-MATCH_EXP_JOB_CMSSite = "T2_US_Nebraska"
-CRAB_TaskWorker = "vocms052"
-OrigMaxHosts = 1
-TransferIn = false
-CRAB_Id = 3
-JOB_GLIDEIN_Name = "$$(GLIDEIN_Name:Unknown)"
-WantRemoteIO = true
-MATCH_EXP_JOB_GLIDEIN_MaxMemMBs = "2500"
-MATCH_GLIDEIN_ToRetire = 1440630710
-ImageSize = 2000000
-JobCurrentStartDate = 1440081527
-ExecutableSize_RAW = 6
-x509userproxysubject = "/DC=ch/DC=cern/OU=Organic Units/OU=Users/CN=mrodozov/CN=692532/CN=Mircho Nikolaev Rodozov"
-NumJobStarts = 1
-DESIRED_Overflow_Region = regexps("T[12]_US_",DESIRED_Sites,"US")
-AutoClusterAttrs = "CheckpointPlatform,DESIRED_Gatekeepers,DESIRED_Sites,MaxWallTimeMins,RequestMemory,REQUIRED_OS,JobUniverse,LastCheckpointPlatform,NumCkpts,x509userproxyfirstfqan,x509userproxysubject,MachineLastMatchTime,DynamicSlot,PartitionableSlot,Slot1_ExpectedMachineGracefulDrainingCompletion,Slot1_JobStarts,Slot1_SelfMonitorAge,Slot1_TotalTimeClaimedBusy,Slot1_TotalTimeUnclaimedIdle,CMS_ALLOW_OVERFLOW,CRAB_UserRole,DESIRED_Overflow_Region,WMAgent_AgentName,CMSGroups,_condor_Requ [...]
-Cmd = "/data/condor_local/spool/3604/0/cluster1183604.proc0.subproc0/gWMS-CMSRunAnalysis.sh"
-BlockReads = 0
-JobStartDate = 1440081527
-LastMatchTime = 1440081527
-MATCH_EXP_JOB_GLIDEIN_ToDie = "1440665510"
-JOB_GLIDEIN_CMSSite = "$$(GLIDEIN_CMSSite:Unknown)"
-CoreSize = -1
-MATCH_EXP_JOB_GLIDEIN_Schedd = "schedd_glideins5@gfactory-1.t2.ucsd.edu"
-SpooledOutputFiles = "jobReport.json.3"
-TargetType = "Machine"
-TransferOutput = "jobReport.json.3"
-job_ad_information_attrs = MATCH_GLIDEIN_Gatekeeper
-CommittedSlotTime = 31976.0
-JobStatus = 4
-x509UserProxyEmail = "mircho.nikolaev.rodozov@cern.ch"
-DAGManJobId = 1183604
-RemoteWallClockTime = 31976.0
-NumSystemHolds = 0
-CRAB_UserDN = "/DC=ch/DC=cern/OU=Organic Units/OU=Users/CN=mrodozov/CN=692532/CN=Mircho Nikolaev Rodozov"
-LastRemoteHost = "glidein_11321_920434792@red-d23n7.unl.edu"
-MATCH_EXP_JOB_GLIDEIN_Name = "gfactory_instance"
-JOB_GLIDEIN_Site = "$$(GLIDEIN_Site:Unknown)"
-AcctGroup = "analysis"
-Requirements = ( ( ( target.IS_GLIDEIN =!= true ) || ( target.GLIDEIN_CMSSite =!= undefined ) ) && ( GLIDEIN_REQUIRED_OS =?= "rhel6" || OpSysMajorVer =?= 6 ) ) && ( ( Memory >= 1 ) && ( Disk >= 1 ) ) && ( TARGET.Arch == "X86_64" ) && ( TARGET.OpSys == "LINUX" ) && ( TARGET.Disk >= RequestDisk ) && ( TARGET.Memory >= RequestMemory ) && ( TARGET.HasFileTransfer )
-CRAB_EDMOutputFiles = {  }
-RecentBlockReads = 0
-DESIRED_SITES = "T2_US_UCSD,T2_DE_DESY,T2_CH_CSCS,T2_US_MIT,T2_IT_Legnaro,T2_UK_London_Brunel,T2_CH_CERN,T2_UK_London_IC,T3_CH_PSI,T1_UK_RAL"
-NumCkpts = 0
-CMS_ALLOW_OVERFLOW = "True"
-RequestMemory_RAW = 2000
-DiskUsage_RAW = 4111436
-DAGManNodesMask = "0,1,2,4,5,7,9,10,11,12,13,16,17,24,27"
-MATCH_EXP_JOB_GLIDEIN_ProcId = "14"
-CRAB_localOutputFiles = "results.root=results_3.root"
-MaxHosts = 1
-CRAB_UserHN = "mrodozov"
-MATCH_EXP_JOB_GLIDEIN_Max_Walltime = "603000"
-MATCH_EXP_JOB_GLIDEIN_SEs = "srm.unl.edu"
-JOB_GLIDEIN_SiteWMS_Slot = "$$(GLIDEIN_SiteWMS_Slot:Unknown)"
-CRAB_InputData = "/QCD_Pt_300to470_TuneCUETP8M1_13TeV_pythia8/RunIISpring15DR74-Asympt25ns_MCRUN2_74_V9-v1/MINIAODSIM"
-CondorPlatform = "$CondorPlatform: X86_64-RedHat_6.6 $"
-BlockWrites = 0
-AcctGroupUser = "uscms3850"
-MATCH_GLIDEIN_Job_Max_Time = 34800
-ImageSize_RAW = 1756756
-MATCH_EXP_Used_Gatekeeper = "red-gw1.unl.edu red-gw1.unl.edu:9619"
-JOB_GLIDECLIENT_Name = "$$(GLIDECLIENT_Name:Unknown)"
-LocalSysCpu = 0.0
-LastSuspensionTime = 0
-MATCH_GLIDEIN_SiteWMS_Queue = "red-gw1.unl.edu"
-MATCH_GLIDEIN_Gatekeeper = "red-gw1.unl.edu red-gw1.unl.edu:9619"
-RecentStatsLifetimeStarter = 1200
-MATCH_EXP_JOB_GLIDEIN_Site = "Nebraska"
-UserLog = "/data/condor_local/spool/3604/0/cluster1183604.proc0.subproc0/job_log"
-CRAB_TransferOutputs = 1
-CRAB_DataBlock = "/QCD_Pt_300to470_TuneCUETP8M1_13TeV_pythia8/RunIISpring15DR74-Asympt25ns_MCRUN2_74_V9-v1/MINIAODSIM#242b435c-fc56-11e4-bda5-001e67abef8c"
-Env = "CRAB_TASKMANAGER_TARBALL=local;SCRAM_ARCH=slc6_amd64_gcc491;CRAB_RUNTIME_TARBALL=local"
-CRAB_BlacklistT1 = 0
-JOB_GLIDEIN_Factory = "$$(GLIDEIN_Factory:Unknown)"
-TransferInputSizeMB = 42
-MachineAttrCpus0 = 1
-CRAB_RestURInoAPI = "/crabserver/prod"
-CRAB_JobArch = "slc6_amd64_gcc491"
-QDate = 1440081300
-CRAB_PublishGroupName = 0
-CRAB_PublishDBSURL = "https://cmsweb.cern.ch/dbs/prod/phys03/DBSWriter"
-x509UserProxyFQAN = "/DC=ch/DC=cern/OU=Organic Units/OU=Users/CN=mrodozov/CN=692532/CN=Mircho Nikolaev Rodozov,/cms/Role=NULL/Capability=NULL"
-Err = "job_err.3"
-CRAB_SiteWhitelist = {  }
-CRAB_Destination = "srm://srm-eoscms.cern.ch:8443/srm/v2/server?SFN=/eos/cms/store/group/phys_b2g/BprimeKit_ntuple_747_1_MC/QCD_Pt_300to470_TuneCUETP8M1_13TeV_pythia8/crab_QCD_Pt_300to470_TuneCUETP8M1_13TeV_pythia8/150814_111316/0000/log/cmsRun_3.log.tar.gz, srm://srm-eoscms.cern.ch:8443/srm/v2/server?SFN=/eos/cms/store/group/phys_b2g/BprimeKit_ntuple_747_1_MC/QCD_Pt_300to470_TuneCUETP8M1_13TeV_pythia8/crab_QCD_Pt_300to470_TuneCUETP8M1_13TeV_pythia8/150814_111316/0000/results_3.root"
-CRAB_RetryOnASOFailures = 1
-CRAB_TFileOutputFiles = { "results.root" }
-AutoClusterId = 16278
-ExitCode = 0
-accounting_group = analysis
-PostJobPrio1 = -1439550850
-ExitBySignal = false
-CRAB_UserGroup = undefined
-PostJobPrio2 = 3
-PeriodicRemoveReason = ifThenElse(MemoryUsage > RequestMemory,"Removed due to memory use",ifThenElse(MaxWallTimeMins * 60 < time() - EnteredCurrentStatus,"Removed due to wall clock limit",ifThenElse(DiskUsage > 100000000,"Removed due to disk usage",ifThenElse(time() > x509UserProxyExpiration,"Removed job due to proxy expiration","Removed due to job being held"))))
-MATCH_EXP_JOB_Site = "Nebraska"
-BufferBlockSize = 32768
-CRAB_AsyncDest = "T2_CH_CERN"
-ClusterId = 1235991
-BytesSent = 604821.0
-CRAB_PublishName = "crab_QCD_Pt_300to470_TuneCUETP8M1_13TeV_pythia8-025cf8039fdddfc0e0037d5a7ca660ac"
-CRAB_Publish = 1
-CRAB_Dest = "/store/temp/group/phys_b2g/BprimeKit_ntuple_747_1_MC/QCD_Pt_300to470_TuneCUETP8M1_13TeV_pythia8/crab_QCD_Pt_300to470_TuneCUETP8M1_13TeV_pythia8/150814_111316"
-MATCH_EXP_JOBGLIDEIN_CMSSite = "T2_US_Nebraska"
-MATCH_GLIDEIN_MaxMemMBs = 2500
-RequestMemory = 2000
-EnteredCurrentStatus = 1440113503
-MATCH_GLIDEIN_SiteWMS = "HTCondor"
-CRAB_UserWebDir = "http://submit-5.t2.ucsd.edu/CSstoragePath/54/uscms3850/150814_111316:mrodozov_crab_QCD_Pt_300to470_TuneCUETP8M1_13TeV_pythia8"
-JOB_GLIDEIN_ToRetire = "$$(GLIDEIN_ToRetire:Unknown)"
-MATCH_GLIDEIN_SiteWMS_JobId = "5096573.0"
-CRAB_JobSW = "CMSSW_7_4_7_patch2"
-BufferSize = 524288
-JOB_GLIDEIN_Schedd = "$$(GLIDEIN_Schedd:Unknown)"
-MaxWallTimeMins = 1400
-LeaveJobInQueue = false
-MATCH_EXP_JOB_GLIDEIN_SiteWMS_Slot = "slot1_32@red-d23n7.unl.edu"
-EncryptExecuteDirectory = false
-NumCkpts_RAW = 0
-DESIRED_Archs = "X86_64"
-JobFinishedHookDone = 1440113503
-DESIRED_OpSysMajorVers = "6"
-MinHosts = 1
-MATCH_GLIDEIN_Name = "gfactory_instance"
-JOB_GLIDEIN_ClusterId = "$$(GLIDEIN_ClusterId:Unknown)"
-MATCH_GLIDEIN_ToDie = 1440665510
-NiceUser = false
-RootDir = "/"
-CommittedTime = 31976
-MATCH_EXP_JOB_GLIDEIN_SiteWMS = "HTCondor"
-
diff --git a/asterixdb/asterix-app/data/external-parser/dropbox/jobads1.txt b/asterixdb/asterix-app/data/external-parser/dropbox/jobads1.txt
deleted file mode 100644
index f420be4..0000000
--- a/asterixdb/asterix-app/data/external-parser/dropbox/jobads1.txt
+++ /dev/null
@@ -1,12869 +0,0 @@
-
-    [
-        BlockWrites = 0;
-        LastJobStatus = 2;
-        JobCurrentStartExecutingDate = 1446112223;
-        WantRemoteIO = true;
-        RequestCpus = 1;
-        NumShadowStarts = 1;
-        RemoteUserCpu = 2.179100000000000E+04;
-        NiceUser = false;
-        RequestMemory = 1000;
-        BytesRecvd = 2.850540000000000E+05;
-        ResidentSetSize = 150000;
-        StreamOut = false;
-        SpooledOutputFiles = "CURLTIME_2696692,ChtcWrapper159.out,AuditLog.159,simu_3_159.txt,harvest.log,159.out";
-        OnExitRemove = true;
-        ImageSize_RAW = 811948;
-        RemoteWallClockTime = 2.195400000000000E+04;
-        MachineAttrSlotWeight0 = 1;
-        ExecutableSize = 7;
-        JobStatus = 4;
-        DAGParentNodeNames = "";
-        ExitCode = 0;
-        DAGManNodesMask = "0,1,2,4,5,7,9,10,11,12,13,16,17,24,27";
-        BytesSent = 3.056100000000000E+04;
-        LastSuspensionTime = 0;
-        ExecutableSize_RAW = 6;
-        RecentBlockReadKbytes = 0;
-        TransferInputSizeMB = 0;
-        Matlab = "R2011b";
-        BlockReadKbytes = 0;
-        LocalSysCpu = 0.0;
-        Iwd = "/home/xguo23/finally_2/Simulation_condor/model_3/159";
-        RecentStatsLifetimeStarter = 1200;
-        LeaveJobInQueue = false;
-        TargetType = "Machine";
-        WhenToTransferOutput = "ON_EXIT";
-        Owner = "xguo23";
-        JobNotification = 0;
-        BufferSize = 524288;
-        RecentBlockWrites = 0;
-        CompletionDate = 1446134176;
-        LastMatchTime = 1446112222;
-        LastJobLeaseRenewal = 1446134176;
-        DAGManNodesLog = "/home/xguo23/finally_2/Simulation_condor/model_3/./mydag.dag.nodes.log";
-        ClusterId = 49582557;
-        NumJobStarts = 1;
-        JobUniverse = 5;
-        AutoClusterAttrs = "JobUniverse,LastCheckpointPlatform,NumCkpts,ClientMachine,_condor_RequestCpus,_condor_RequestDisk,_condor_RequestGPUs,_condor_RequestMemory,RequestCpus,RequestDisk,RequestGPUs,RequestMemory,BIOCHEM,MachineLastMatchTime,ConcurrencyLimits,NiceUser,Rank,Requirements,ImageSize,MemoryRequirements,User,RemoteGroup,SubmitterGroup,SubmitterUserPrio,Group,WIDsTheme,InteractiveJob,Is_Resumable,WantFlocking,WantGlidein,Scheduler,Owner,JobStart,MemoryUsage,IsExpressQueueJ [...]
-        MaxHosts = 1;
-        Args = "--type=Matlab --version=R2011b --cmdtorun=simu_condor --unique=159 -- 3";
-        CondorVersion = "$CondorVersion: 8.5.0 Sep 16 2015 BuildID: 341710 $";
-        CoreSize = 0;
-        OnExitHold = false;
-        CondorPlatform = "$CondorPlatform: X86_64-RedHat_6.6 $";
-        JobFinishedHookDone = 1446134177;
-        QDate = 1446105741;
-        JobLeaseDuration = 2400;
-        In = "/dev/null";
-        DiskUsage = 1250000;
-        EncryptExecuteDirectory = false;
-        CommittedSuspensionTime = 0;
-        User = "xguo23@chtc.wisc.edu";
-        UserLog = "/home/xguo23/finally_2/Simulation_condor/model_3/159/process.log";
-        JobCurrentStartDate = 1446112222;
-        BufferBlockSize = 32768;
-        MATCH_EXP_JOBGLIDEIN_ResourceName = "wisc.edu";
-        Requirements = ( ( OpSysMajorVer is 6 ) ) && ( MY.JobUniverse == 12 || MY.JobUniverse == 7 || MY.WantFlocking || MY.WantGlidein || TARGET.PoolName == "CHTC" || TARGET.COLLECTOR_HOST_STRING == "infopool.cs.wisc.edu" ) && ( TARGET.Arch == "X86_64" ) && ( TARGET.OpSys == "LINUX" ) && ( TARGET.Disk >= RequestDisk ) && ( TARGET.Memory >= RequestMemory ) && ( TARGET.HasFileTransfer );
-        MinHosts = 1;
-        PeriodicHold = false;
-        ProcId = 0;
-        Environment = "";
-        DAGNodeName = "159+159";
-        MemoryUsage = ( ( ResidentSetSize + 1023 ) / 1024 );
-        TerminationPending = true;
-        NumRestarts = 0;
-        NumSystemHolds = 0;
-        CommittedTime = 21954;
-        AutoClusterId = 24;
-        ExitStatus = 0;
-        ShouldTransferFiles = "YES";
-        MachineAttrCpus0 = 1;
-        WantRemoteSyscalls = false;
-        MyType = "Job";
-        CumulativeSuspensionTime = 0;
-        Rank = 0.0;
-        StartdPrincipal = "execute-side@matchsession/128.105.245.152";
-        Err = "process.err";
-        PeriodicRemove = false;
-        BlockWriteKbytes = 0;
-        ExitBySignal = false;
-        DAGManJobId = 49581933;
-        EnteredCurrentStatus = 1446134176;
-        JOBGLIDEIN_ResourceName = "$$([IfThenElse(IsUndefined(TARGET.GLIDEIN_ResourceName), IfThenElse(IsUndefined(TARGET.GLIDEIN_Site), \"wisc.edu\", TARGET.GLIDEIN_Site), TARGET.GLIDEIN_ResourceName)])";
-        RecentBlockWriteKbytes = 0;
-        TransferIn = false;
-        IsCHTCSubmit = true;
-        NumJobMatches = 1;
-        RootDir = "/";
-        JobStartDate = 1446112222;
-        JobPrio = 0;
-        CurrentHosts = 0;
-        GlobalJobId = "submit-3.chtc.wisc.edu#49582557.0#1446105741";
-        RemoteSysCpu = 1.370000000000000E+02;
-        TotalSuspensions = 0;
-        CommittedSlotTime = 2.195400000000000E+04;
-        WantCheckpoint = false;
-        BlockReads = 0;
-        LastRemoteHost = "slot1@e352.chtc.wisc.edu";
-        TransferInput = "/home/xguo23/finally_2/Simulation_condor/data/159/,/home/xguo23/finally_2/Simulation_condor/data/shared/";
-        LocalUserCpu = 0.0;
-        PeriodicRelease = ( JobStatus == 5 ) && ( ( CurrentTime - EnteredCurrentStatus ) > 1800 ) && ( JobRunCount < 5 ) && ( HoldReasonCode != 6 ) && ( HoldReasonCode != 14 ) && ( HoldReasonCode != 22 );
-        RequestDisk = 1000000;
-        ResidentSetSize_RAW = 125604;
-        OrigMaxHosts = 1;
-        LastPublicClaimId = "<128.105.245.152:39021>#1444772294#9281#...";
-        WantRHEL6 = true;
-        NumCkpts_RAW = 0;
-        Out = "process.out";
-        SubmitEventNotes = "DAG Node: 159+159";
-        CumulativeSlotTime = 2.195400000000000E+04;
-        JobRunCount = 1;
-        RecentBlockReads = 0;
-        StreamErr = false;
-        DiskUsage_RAW = 1216669;
-        NumCkpts = 0;
-        StatsLifetimeStarter = 21953;
-        ImageSize = 1000000;
-        Cmd = "/home/xguo23/finally_2/Simulation_condor/chtcjobwrapper"
-    ]
-
-    [
-        BlockWrites = 0;
-        LastJobStatus = 2;
-        JobCurrentStartExecutingDate = 1446111648;
-        WantRemoteIO = true;
-        RequestCpus = 1;
-        NumShadowStarts = 1;
-        RemoteUserCpu = 2.235300000000000E+04;
-        NiceUser = false;
-        RequestMemory = 1000;
-        BytesRecvd = 2.846290000000000E+05;
-        ResidentSetSize = 150000;
-        StreamOut = false;
-        SpooledOutputFiles = "CURLTIME_818403,ChtcWrapper211.out,AuditLog.211,simu_3_211.txt,harvest.log,211.out";
-        OnExitRemove = true;
-        ImageSize_RAW = 811948;
-        RemoteWallClockTime = 2.252000000000000E+04;
-        MachineAttrSlotWeight0 = 1;
-        ExecutableSize = 7;
-        JobStatus = 4;
-        DAGParentNodeNames = "";
-        ExitCode = 0;
-        DAGManNodesMask = "0,1,2,4,5,7,9,10,11,12,13,16,17,24,27";
-        BytesSent = 3.060300000000000E+04;
-        LastSuspensionTime = 0;
-        ExecutableSize_RAW = 6;
-        RecentBlockReadKbytes = 0;
-        TransferInputSizeMB = 0;
-        Matlab = "R2011b";
-        BlockReadKbytes = 0;
-        RecentStatsLifetimeStarter = 1200;
-        LeaveJobInQueue = false;
-        TargetType = "Machine";
-        WhenToTransferOutput = "ON_EXIT";
-        Owner = "xguo23";
-        JobNotification = 0;
-        BufferSize = 524288;
-        RecentBlockWrites = 0;
-        CompletionDate = 1446134167;
-        QDate = 1446105734;
-        JobLeaseDuration = 2400;
-        JobFinishedHookDone = 1446134167;
-        LastMatchTime = 1446111647;
-        LastJobLeaseRenewal = 1446134167;
-        DAGManNodesLog = "/home/xguo23/model_3_1.47/Simulation_condor/model_3/./mydag.dag.nodes.log";
-        ClusterId = 49582533;
-        JobUniverse = 5;
-        NumJobStarts = 1;
-        CondorVersion = "$CondorVersion: 8.5.0 Sep 16 2015 BuildID: 341710 $";
-        CoreSize = 0;
-        OnExitHold = false;
-        CondorPlatform = "$CondorPlatform: X86_64-RedHat_6.6 $";
-        In = "/dev/null";
-        DiskUsage = 1250000;
-        EncryptExecuteDirectory = false;
-        CommittedSuspensionTime = 0;
-        User = "xguo23@chtc.wisc.edu";
-        UserLog = "/home/xguo23/model_3_1.47/Simulation_condor/model_3/211/process.log";
-        JobCurrentStartDate = 1446111647;
-        BufferBlockSize = 32768;
-        MATCH_EXP_JOBGLIDEIN_ResourceName = "wisc.edu";
-        Requirements = ( ( OpSysMajorVer is 6 ) ) && ( MY.JobUniverse == 12 || MY.JobUniverse == 7 || MY.WantFlocking || MY.WantGlidein || TARGET.PoolName == "CHTC" || TARGET.COLLECTOR_HOST_STRING == "infopool.cs.wisc.edu" ) && ( TARGET.Arch == "X86_64" ) && ( TARGET.OpSys == "LINUX" ) && ( TARGET.Disk >= RequestDisk ) && ( TARGET.Memory >= RequestMemory ) && ( TARGET.HasFileTransfer );
-        MinHosts = 1;
-        MaxHosts = 1;
-        Args = "--type=Matlab --version=R2011b --cmdtorun=simu_condor --unique=211 -- 3";
-        PeriodicHold = false;
-        ProcId = 0;
-        Environment = "";
-        DAGNodeName = "211+211";
-        MemoryUsage = ( ( ResidentSetSize + 1023 ) / 1024 );
-        TerminationPending = true;
-        NumRestarts = 0;
-        NumSystemHolds = 0;
-        CommittedTime = 22520;
-        MachineAttrCpus0 = 1;
-        WantRemoteSyscalls = false;
-        MyType = "Job";
-        CumulativeSuspensionTime = 0;
-        Rank = 0.0;
-        StartdPrincipal = "execute-side@matchsession/128.105.245.61";
-        Err = "process.err";
-        PeriodicRemove = false;
-        BlockWriteKbytes = 0;
-        ExitBySignal = false;
-        DAGManJobId = 49582200;
-        EnteredCurrentStatus = 1446134167;
-        JOBGLIDEIN_ResourceName = "$$([IfThenElse(IsUndefined(TARGET.GLIDEIN_ResourceName), IfThenElse(IsUndefined(TARGET.GLIDEIN_Site), \"wisc.edu\", TARGET.GLIDEIN_Site), TARGET.GLIDEIN_ResourceName)])";
-        RecentBlockWriteKbytes = 0;
-        TransferIn = false;
-        ExitStatus = 0;
-        ShouldTransferFiles = "YES";
-        IsCHTCSubmit = true;
-        NumJobMatches = 1;
-        RootDir = "/";
-        JobStartDate = 1446111647;
-        JobPrio = 0;
-        CurrentHosts = 0;
-        GlobalJobId = "submit-3.chtc.wisc.edu#49582533.0#1446105734";
-        RemoteSysCpu = 1.370000000000000E+02;
-        TotalSuspensions = 0;
-        CommittedSlotTime = 2.252000000000000E+04;
-        WantCheckpoint = false;
-        BlockReads = 0;
-        LastRemoteHost = "slot1@e261.chtc.wisc.edu";
-        TransferInput = "/home/xguo23/model_3_1.47/Simulation_condor/data/211/,/home/xguo23/model_3_1.47/Simulation_condor/data/shared/";
-        LocalUserCpu = 0.0;
-        PeriodicRelease = ( JobStatus == 5 ) && ( ( CurrentTime - EnteredCurrentStatus ) > 1800 ) && ( JobRunCount < 5 ) && ( HoldReasonCode != 6 ) && ( HoldReasonCode != 14 ) && ( HoldReasonCode != 22 );
-        RequestDisk = 1000000;
-        ResidentSetSize_RAW = 126608;
-        OrigMaxHosts = 1;
-        LastPublicClaimId = "<128.105.245.61:49736>#1444759807#6759#...";
-        WantRHEL6 = true;
-        NumCkpts_RAW = 0;
-        Out = "process.out";
-        SubmitEventNotes = "DAG Node: 211+211";
-        CumulativeSlotTime = 2.252000000000000E+04;
-        JobRunCount = 1;
-        RecentBlockReads = 0;
-        StreamErr = false;
-        DiskUsage_RAW = 1216669;
-        NumCkpts = 0;
-        StatsLifetimeStarter = 22519;
-        ImageSize = 1000000;
-        Cmd = "/home/xguo23/model_3_1.47/Simulation_condor/chtcjobwrapper";
-        LocalSysCpu = 0.0;
-        Iwd = "/home/xguo23/model_3_1.47/Simulation_condor/model_3/211"
-    ]
-
-    [
-        BlockWrites = 0;
-        LastJobStatus = 2;
-        JobCurrentStartExecutingDate = 1446134109;
-        WantRemoteIO = true;
-        RequestCpus = 1;
-        NumShadowStarts = 1;
-        RemoteUserCpu = 1.400000000000000E+01;
-        NiceUser = false;
-        BytesRecvd = 1.220270000000000E+06;
-        RequestMemory = 1000;
-        ResidentSetSize = 7500;
-        StreamOut = false;
-        SpooledOutputFiles = "chtcinnerwrapper,CURLTIME_137795,ChtcWrapper11021.out,R2011b_INFO,AuditLog.11021,SLIBS2.tar.gz,CODEBLOWUP";
-        OnExitRemove = true;
-        ImageSize_RAW = 5124;
-        RemoteWallClockTime = 5.800000000000000E+01;
-        MachineAttrSlotWeight0 = 1;
-        ExecutableSize = 7;
-        JobStatus = 4;
-        DAGParentNodeNames = "";
-        ExitCode = 5;
-        DAGManNodesMask = "0,1,2,4,5,7,9,10,11,12,13,16,17,24,27";
-        BytesSent = 2.727270000000000E+06;
-        LastSuspensionTime = 0;
-        ExecutableSize_RAW = 6;
-        RecentBlockReadKbytes = 160;
-        TransferInputSizeMB = 1;
-        Matlab = "R2011b";
-        BlockReadKbytes = 160;
-        RecentStatsLifetimeStarter = 48;
-        LeaveJobInQueue = false;
-        TargetType = "Machine";
-        WhenToTransferOutput = "ON_EXIT";
-        Owner = "dentler";
-        JobNotification = 0;
-        BufferSize = 524288;
-        RecentBlockWrites = 0;
-        CompletionDate = 1446134165;
-        QDate = 1446134012;
-        JobLeaseDuration = 2400;
-        JobFinishedHookDone = 1446134165;
-        LastMatchTime = 1446134107;
-        LastJobLeaseRenewal = 1446134165;
-        DAGManNodesLog = "/home/dentler/ChtcRun/project_auction/results_fix2/./mydag.dag.nodes.log";
-        ClusterId = 49584018;
-        JobUniverse = 5;
-        NumJobStarts = 1;
-        CondorVersion = "$CondorVersion: 8.5.0 Sep 16 2015 BuildID: 341710 $";
-        CoreSize = 0;
-        OnExitHold = false;
-        CondorPlatform = "$CondorPlatform: X86_64-RedHat_6.6 $";
-        In = "/dev/null";
-        DiskUsage = 1250000;
-        EncryptExecuteDirectory = false;
-        CommittedSuspensionTime = 0;
-        User = "dentler@chtc.wisc.edu";
-        UserLog = "/home/dentler/ChtcRun/project_auction/results_fix2/11021/process.log";
-        JobCurrentStartDate = 1446134107;
-        BufferBlockSize = 32768;
-        MATCH_EXP_JOBGLIDEIN_ResourceName = "wisc.edu";
-        Requirements = ( ( OpSysMajorVer is 6 ) ) && ( MY.JobUniverse == 12 || MY.JobUniverse == 7 || MY.WantFlocking || MY.WantGlidein || TARGET.PoolName == "CHTC" || TARGET.COLLECTOR_HOST_STRING == "infopool.cs.wisc.edu" ) && ( TARGET.Arch == "X86_64" ) && ( TARGET.OpSys == "LINUX" ) && ( TARGET.Disk >= RequestDisk ) && ( TARGET.Memory >= RequestMemory ) && ( TARGET.HasFileTransfer );
-        MinHosts = 1;
-        MaxHosts = 1;
-        Args = "--type=Matlab --version=R2011b --cmdtorun=net_est --unique=11021 --";
-        PeriodicHold = false;
-        ProcId = 0;
-        Environment = "";
-        DAGNodeName = "11021+11021";
-        MemoryUsage = ( ( ResidentSetSize + 1023 ) / 1024 );
-        TerminationPending = true;
-        NumRestarts = 0;
-        NumSystemHolds = 0;
-        CommittedTime = 58;
-        MachineAttrCpus0 = 1;
-        WantRemoteSyscalls = false;
-        MyType = "Job";
-        CumulativeSuspensionTime = 0;
-        Rank = 0.0;
-        StartdPrincipal = "execute-side@matchsession/128.105.245.39";
-        WantFlocking = true;
-        Err = "process.err";
-        PeriodicRemove = false;
-        BlockWriteKbytes = 0;
-        ExitBySignal = false;
-        DAGManJobId = 49583804;
-        EnteredCurrentStatus = 1446134165;
-        JOBGLIDEIN_ResourceName = "$$([IfThenElse(IsUndefined(TARGET.GLIDEIN_ResourceName), IfThenElse(IsUndefined(TARGET.GLIDEIN_Site), \"wisc.edu\", TARGET.GLIDEIN_Site), TARGET.GLIDEIN_ResourceName)])";
-        RecentBlockWriteKbytes = 0;
-        TransferIn = false;
-        ExitStatus = 0;
-        ShouldTransferFiles = "YES";
-        IsCHTCSubmit = true;
-        NumJobMatches = 1;
-        RootDir = "/";
-        JobStartDate = 1446134107;
-        JobPrio = 0;
-        CurrentHosts = 0;
-        GlobalJobId = "submit-3.chtc.wisc.edu#49584018.0#1446134012";
-        RemoteSysCpu = 1.200000000000000E+01;
-        TotalSuspensions = 0;
-        CommittedSlotTime = 5.800000000000000E+01;
-        WantCheckpoint = false;
-        BlockReads = 14;
-        LastRemoteHost = "slot1@e239.chtc.wisc.edu";
-        TransferInput = "/home/dentler/ChtcRun/project_auction/11021/,/home/dentler/ChtcRun/project_auction/shared/";
-        LocalUserCpu = 0.0;
-        PeriodicRelease = ( JobStatus == 5 ) && ( ( CurrentTime - EnteredCurrentStatus ) > 1800 ) && ( JobRunCount < 5 ) && ( HoldReasonCode != 6 ) && ( HoldReasonCode != 14 ) && ( HoldReasonCode != 22 );
-        RequestDisk = 4000000;
-        ResidentSetSize_RAW = 5124;
-        OrigMaxHosts = 1;
-        LastPublicClaimId = "<128.105.245.39:54850>#1445038698#5043#...";
-        WantRHEL6 = true;
-        NumCkpts_RAW = 0;
-        Out = "process.out";
-        SubmitEventNotes = "DAG Node: 11021+11021";
-        CumulativeSlotTime = 5.800000000000000E+01;
-        JobRunCount = 1;
-        RecentBlockReads = 14;
-        StreamErr = false;
-        DiskUsage_RAW = 1139127;
-        NumCkpts = 0;
-        StatsLifetimeStarter = 56;
-        ImageSize = 7500;
-        Cmd = "/home/dentler/ChtcRun/chtcjobwrapper";
-        WantGlidein = true;
-        LocalSysCpu = 0.0;
-        Iwd = "/home/dentler/ChtcRun/project_auction/results_fix2/11021"
-    ]
-
-    [
-        BlockWrites = 4;
-        LastJobStatus = 2;
-        JobCurrentStartExecutingDate = 1446108996;
-        WantRemoteIO = true;
-        RequestCpus = 1;
-        NumShadowStarts = 1;
-        RemoteUserCpu = 2.477600000000000E+04;
-        NiceUser = false;
-        RequestMemory = 1000;
-        BytesRecvd = 2.850540000000000E+05;
-        ResidentSetSize = 100000;
-        StreamOut = false;
-        SpooledOutputFiles = "harvest.log,ChtcWrapper407.out,AuditLog.407,CURLTIME_1861323,407.out,simu_3_407.txt";
-        OnExitRemove = true;
-        ImageSize_RAW = 123648;
-        RemoteWallClockTime = 2.513300000000000E+04;
-        MachineAttrSlotWeight0 = 1;
-        ExecutableSize = 7;
-        JobStatus = 4;
-        DAGParentNodeNames = "";
-        ExitCode = 0;
-        DAGManNodesMask = "0,1,2,4,5,7,9,10,11,12,13,16,17,24,27";
-        BytesSent = 3.056100000000000E+04;
-        LastRejMatchReason = "PREEMPTION_REQUIREMENTS == False ";
-        LastSuspensionTime = 0;
-        ExecutableSize_RAW = 6;
-        RecentBlockReadKbytes = 3976;
-        TransferInputSizeMB = 0;
-        Matlab = "R2011b";
-        BlockReadKbytes = 30280;
-        LocalSysCpu = 0.0;
-        Iwd = "/home/xguo23/finally_2/Simulation_condor/model_3/407";
-        Cmd = "/home/xguo23/finally_2/Simulation_condor/chtcjobwrapper";
-        RecentStatsLifetimeStarter = 1200;
-        LeaveJobInQueue = false;
-        TargetType = "Machine";
-        WhenToTransferOutput = "ON_EXIT";
-        Owner = "xguo23";
-        JobNotification = 0;
-        BufferSize = 524288;
-        RecentBlockWrites = 0;
-        CompletionDate = 1446134128;
-        LastMatchTime = 1446108995;
-        LastJobLeaseRenewal = 1446134128;
-        DAGManNodesLog = "/home/xguo23/finally_2/Simulation_condor/model_3/./mydag.dag.nodes.log";
-        ClusterId = 49582261;
-        NumJobStarts = 1;
-        JobUniverse = 5;
-        AutoClusterAttrs = "JobUniverse,LastCheckpointPlatform,NumCkpts,ClientMachine,_condor_RequestCpus,_condor_RequestDisk,_condor_RequestGPUs,_condor_RequestMemory,RequestCpus,RequestDisk,RequestGPUs,RequestMemory,BIOCHEM,MachineLastMatchTime,ConcurrencyLimits,NiceUser,Rank,Requirements,ImageSize,MemoryRequirements,User,RemoteGroup,SubmitterGroup,SubmitterUserPrio,Group,WIDsTheme,InteractiveJob,Is_Resumable,WantFlocking,WantGlidein,Scheduler,Owner,JobStart,MemoryUsage,IsExpressQueueJ [...]
-        MaxHosts = 1;
-        Args = "--type=Matlab --version=R2011b --cmdtorun=simu_condor --unique=407 -- 3";
-        CondorVersion = "$CondorVersion: 8.5.0 Sep 16 2015 BuildID: 341710 $";
-        CoreSize = 0;
-        OnExitHold = false;
-        CondorPlatform = "$CondorPlatform: X86_64-RedHat_6.6 $";
-        JobFinishedHookDone = 1446134128;
-        QDate = 1446105631;
-        JobLeaseDuration = 2400;
-        In = "/dev/null";
-        DiskUsage = 1250000;
-        EncryptExecuteDirectory = false;
-        CommittedSuspensionTime = 0;
-        User = "xguo23@chtc.wisc.edu";
-        UserLog = "/home/xguo23/finally_2/Simulation_condor/model_3/407/process.log";
-        JobCurrentStartDate = 1446108995;
-        BufferBlockSize = 32768;
-        MATCH_EXP_JOBGLIDEIN_ResourceName = "wisc.edu";
-        Requirements = ( ( OpSysMajorVer is 6 ) ) && ( MY.JobUniverse == 12 || MY.JobUniverse == 7 || MY.WantFlocking || MY.WantGlidein || TARGET.PoolName == "CHTC" || TARGET.COLLECTOR_HOST_STRING == "infopool.cs.wisc.edu" ) && ( TARGET.Arch == "X86_64" ) && ( TARGET.OpSys == "LINUX" ) && ( TARGET.Disk >= RequestDisk ) && ( TARGET.Memory >= RequestMemory ) && ( TARGET.HasFileTransfer );
-        MinHosts = 1;
-        PeriodicHold = false;
-        ProcId = 0;
-        Environment = "";
-        DAGNodeName = "407+407";
-        MemoryUsage = ( ( ResidentSetSize + 1023 ) / 1024 );
-        TerminationPending = true;
-        NumRestarts = 0;
-        NumSystemHolds = 0;
-        CommittedTime = 25133;
-        AutoClusterId = 38210;
-        ExitStatus = 0;
-        ShouldTransferFiles = "YES";
-        MachineAttrCpus0 = 1;
-        WantRemoteSyscalls = false;
-        MyType = "Job";
-        CumulativeSuspensionTime = 0;
-        Rank = 0.0;
-        StartdPrincipal = "execute-side@matchsession/128.104.55.48";
-        Err = "process.err";
-        PeriodicRemove = false;
-        BlockWriteKbytes = 16;
-        ExitBySignal = false;
-        DAGManJobId = 49581933;
-        EnteredCurrentStatus = 1446134128;
-        JOBGLIDEIN_ResourceName = "$$([IfThenElse(IsUndefined(TARGET.GLIDEIN_ResourceName), IfThenElse(IsUndefined(TARGET.GLIDEIN_Site), \"wisc.edu\", TARGET.GLIDEIN_Site), TARGET.GLIDEIN_ResourceName)])";
-        RecentBlockWriteKbytes = 0;
-        TransferIn = false;
-        IsCHTCSubmit = true;
-        NumJobMatches = 1;
-        RootDir = "/";
-        JobStartDate = 1446108995;
-        JobPrio = 0;
-        CurrentHosts = 0;
-        GlobalJobId = "submit-3.chtc.wisc.edu#49582261.0#1446105631";
-        RemoteSysCpu = 2.770000000000000E+02;
-        LastRejMatchTime = 1446108994;
-        TotalSuspensions = 0;
-        CommittedSlotTime = 2.513300000000000E+04;
-        WantCheckpoint = false;
-        BlockReads = 906;
-        LastRemoteHost = "slot1@c029.chtc.wisc.edu";
-        TransferInput = "/home/xguo23/finally_2/Simulation_condor/data/407/,/home/xguo23/finally_2/Simulation_condor/data/shared/";
-        LocalUserCpu = 0.0;
-        PeriodicRelease = ( JobStatus == 5 ) && ( ( CurrentTime - EnteredCurrentStatus ) > 1800 ) && ( JobRunCount < 5 ) && ( HoldReasonCode != 6 ) && ( HoldReasonCode != 14 ) && ( HoldReasonCode != 22 );
-        RequestDisk = 1000000;
-        ResidentSetSize_RAW = 76112;
-        OrigMaxHosts = 1;
-        LastPublicClaimId = "<128.104.55.48:26476>#1445344800#1604#...";
-        WantRHEL6 = true;
-        NumCkpts_RAW = 0;
-        Out = "process.out";
-        SubmitEventNotes = "DAG Node: 407+407";
-        CumulativeSlotTime = 2.513300000000000E+04;
-        JobRunCount = 1;
-        RecentBlockReads = 313;
-        StreamErr = false;
-        DiskUsage_RAW = 1216669;
-        NumCkpts = 0;
-        StatsLifetimeStarter = 25132;
-        ImageSize = 125000
-    ]
-
-    [
-        BlockWrites = 0;
-        LastJobStatus = 2;
-        JobCurrentStartExecutingDate = 1446121054;
-        WantRemoteIO = true;
-        RequestCpus = 1;
-        NumShadowStarts = 1;
-        RemoteUserCpu = 1.293400000000000E+04;
-        NiceUser = false;
-        RequestMemory = 1000;
-        BytesRecvd = 2.846290000000000E+05;
-        ResidentSetSize = 150000;
-        StreamOut = false;
-        SpooledOutputFiles = "CURLTIME_37424,ChtcWrapper409.out,AuditLog.409,simu_3_409.txt,harvest.log,409.out";
-        OnExitRemove = true;
-        ImageSize_RAW = 811948;
-        RemoteWallClockTime = 1.305100000000000E+04;
-        MachineAttrSlotWeight0 = 1;
-        ExecutableSize = 7;
-        JobStatus = 4;
-        DAGParentNodeNames = "";
-        ExitCode = 0;
-        DAGManNodesMask = "0,1,2,4,5,7,9,10,11,12,13,16,17,24,27";
-        BytesSent = 2.787300000000000E+04;
-        LastSuspensionTime = 0;
-        ExecutableSize_RAW = 6;
-        RecentBlockReadKbytes = 0;
-        TransferInputSizeMB = 0;
-        Matlab = "R2011b";
-        BlockReadKbytes = 0;
-        LocalSysCpu = 0.0;
-        Iwd = "/home/xguo23/model_3_1.47/Simulation_condor/model_3/409";
-        RecentStatsLifetimeStarter = 1200;
-        LeaveJobInQueue = false;
-        TargetType = "Machine";
-        WhenToTransferOutput = "ON_EXIT";
-        Owner = "xguo23";
-        JobNotification = 0;
-        BufferSize = 524288;
-        RecentBlockWrites = 0;
-        CompletionDate = 1446134104;
-        LastMatchTime = 1446121053;
-        LastJobLeaseRenewal = 1446134104;
-        DAGManNodesLog = "/home/xguo23/model_3_1.47/Simulation_condor/model_3/./mydag.dag.nodes.log";
-        ClusterId = 49583239;
-        NumJobStarts = 1;
-        JobUniverse = 5;
-        AutoClusterAttrs = "JobUniverse,LastCheckpointPlatform,NumCkpts,ClientMachine,_condor_RequestCpus,_condor_RequestDisk,_condor_RequestGPUs,_condor_RequestMemory,RequestCpus,RequestDisk,RequestGPUs,RequestMemory,BIOCHEM,MachineLastMatchTime,ConcurrencyLimits,NiceUser,Rank,Requirements,ImageSize,MemoryRequirements,User,RemoteGroup,SubmitterGroup,SubmitterUserPrio,Group,WIDsTheme,InteractiveJob,Is_Resumable,WantFlocking,WantGlidein,Scheduler,Owner,JobStart,MemoryUsage,IsExpressQueueJ [...]
-        MaxHosts = 1;
-        Args = "--type=Matlab --version=R2011b --cmdtorun=simu_condor --unique=409 -- 3";
-        CondorVersion = "$CondorVersion: 8.5.0 Sep 16 2015 BuildID: 341710 $";
-        CoreSize = 0;
-        OnExitHold = false;
-        CondorPlatform = "$CondorPlatform: X86_64-RedHat_6.6 $";
-        JobFinishedHookDone = 1446134104;
-        QDate = 1446106003;
-        JobLeaseDuration = 2400;
-        In = "/dev/null";
-        DiskUsage = 1250000;
-        EncryptExecuteDirectory = false;
-        CommittedSuspensionTime = 0;
-        User = "xguo23@chtc.wisc.edu";
-        UserLog = "/home/xguo23/model_3_1.47/Simulation_condor/model_3/409/process.log";
-        JobCurrentStartDate = 1446121053;
-        BufferBlockSize = 32768;
-        MATCH_EXP_JOBGLIDEIN_ResourceName = "wisc.edu";
-        Requirements = ( ( OpSysMajorVer is 6 ) ) && ( MY.JobUniverse == 12 || MY.JobUniverse == 7 || MY.WantFlocking || MY.WantGlidein || TARGET.PoolName == "CHTC" || TARGET.COLLECTOR_HOST_STRING == "infopool.cs.wisc.edu" ) && ( TARGET.Arch == "X86_64" ) && ( TARGET.OpSys == "LINUX" ) && ( TARGET.Disk >= RequestDisk ) && ( TARGET.Memory >= RequestMemory ) && ( TARGET.HasFileTransfer );
-        MinHosts = 1;
-        PeriodicHold = false;
-        ProcId = 0;
-        Environment = "";
-        DAGNodeName = "409+409";
-        MemoryUsage = ( ( ResidentSetSize + 1023 ) / 1024 );
-        TerminationPending = true;
-        NumRestarts = 0;
-        NumSystemHolds = 0;
-        CommittedTime = 13051;
-        AutoClusterId = 24;
-        ExitStatus = 0;
-        ShouldTransferFiles = "YES";
-        MachineAttrCpus0 = 1;
-        WantRemoteSyscalls = false;
-        MyType = "Job";
-        CumulativeSuspensionTime = 0;
-        Rank = 0.0;
-        StartdPrincipal = "execute-side@matchsession/128.105.245.242";
-        Err = "process.err";
-        PeriodicRemove = false;
-        BlockWriteKbytes = 0;
-        ExitBySignal = false;
-        DAGManJobId = 49582200;
-        EnteredCurrentStatus = 1446134104;
-        JOBGLIDEIN_ResourceName = "$$([IfThenElse(IsUndefined(TARGET.GLIDEIN_ResourceName), IfThenElse(IsUndefined(TARGET.GLIDEIN_Site), \"wisc.edu\", TARGET.GLIDEIN_Site), TARGET.GLIDEIN_ResourceName)])";
-        RecentBlockWriteKbytes = 0;
-        TransferIn = false;
-        IsCHTCSubmit = true;
-        NumJobMatches = 1;
-        RootDir = "/";
-        JobStartDate = 1446121053;
-        JobPrio = 0;
-        CurrentHosts = 0;
-        GlobalJobId = "submit-3.chtc.wisc.edu#49583239.0#1446106003";
-        RemoteSysCpu = 9.300000000000000E+01;
-        TotalSuspensions = 0;
-        CommittedSlotTime = 1.305100000000000E+04;
-        WantCheckpoint = false;
-        BlockReads = 0;
-        LastRemoteHost = "slot1@e442.chtc.WISC.EDU";
-        TransferInput = "/home/xguo23/model_3_1.47/Simulation_condor/data/409/,/home/xguo23/model_3_1.47/Simulation_condor/data/shared/";
-        LocalUserCpu = 0.0;
-        PeriodicRelease = ( JobStatus == 5 ) && ( ( CurrentTime - EnteredCurrentStatus ) > 1800 ) && ( JobRunCount < 5 ) && ( HoldReasonCode != 6 ) && ( HoldReasonCode != 14 ) && ( HoldReasonCode != 22 );
-        RequestDisk = 1000000;
-        ResidentSetSize_RAW = 127216;
-        OrigMaxHosts = 1;
-        LastPublicClaimId = "<128.105.245.242:38884>#1443991450#10456#...";
-        WantRHEL6 = true;
-        NumCkpts_RAW = 0;
-        Out = "process.out";
-        SubmitEventNotes = "DAG Node: 409+409";
-        CumulativeSlotTime = 1.305100000000000E+04;
-        JobRunCount = 1;
-        RecentBlockReads = 0;
-        StreamErr = false;
-        DiskUsage_RAW = 1216669;
-        NumCkpts = 0;
-        StatsLifetimeStarter = 13050;
-        ImageSize = 1000000;
-        Cmd = "/home/xguo23/model_3_1.47/Simulation_condor/chtcjobwrapper"
-    ]
-
-    [
-        BlockWrites = 0;
-        LastJobStatus = 2;
-        JobCurrentStartExecutingDate = 1445943853;
-        WantRemoteIO = true;
-        RequestCpus = 1;
-        NumShadowStarts = 1;
-        RemoteUserCpu = 1.852360000000000E+05;
-        NiceUser = false;
-        RequestMemory = 1000;
-        BytesRecvd = 2.843670000000000E+05;
-        ResidentSetSize = 125000;
-        StreamOut = false;
-        SpooledOutputFiles = "CURLTIME_3753852,ChtcWrapper180.out,AuditLog.180,simu_3_180.txt,harvest.log,180.out";
-        OnExitRemove = true;
-        ImageSize_RAW = 811948;
-        RemoteWallClockTime = 1.902470000000000E+05;
-        MachineAttrSlotWeight0 = 1;
-        ExecutableSize = 7;
-        JobStatus = 4;
-        DAGParentNodeNames = "";
-        ExitCode = 0;
-        DAGManNodesMask = "0,1,2,4,5,7,9,10,11,12,13,16,17,24,27";
-        BytesSent = 3.076600000000000E+04;
-        LastSuspensionTime = 0;
-        ExecutableSize_RAW = 6;
-        RecentBlockReadKbytes = 0;
-        TransferInputSizeMB = 0;
-        Matlab = "R2011b";
-        BlockReadKbytes = 0;
-        RecentStatsLifetimeStarter = 1200;
-        LeaveJobInQueue = false;
-        TargetType = "Machine";
-        WhenToTransferOutput = "ON_EXIT";
-        Owner = "xguo23";
-        JobNotification = 0;
-        BufferSize = 524288;
-        RecentBlockWrites = 0;
-        CompletionDate = 1446134099;
-        QDate = 1445938922;
-        JobLeaseDuration = 2400;
-        JobFinishedHookDone = 1446134099;
-        LastMatchTime = 1445943852;
-        LastJobLeaseRenewal = 1446134099;
-        DAGManNodesLog = "/home/xguo23/finally/Simulation_condor/model_3/./mydag.dag.nodes.log";
-        ClusterId = 49573720;
-        JobUniverse = 5;
-        NumJobStarts = 1;
-        CondorVersion = "$CondorVersion: 8.5.0 Sep 16 2015 BuildID: 341710 $";
-        CoreSize = 0;
-        OnExitHold = false;
-        CondorPlatform = "$CondorPlatform: X86_64-RedHat_6.6 $";
-        In = "/dev/null";
-        DiskUsage = 1250000;
-        EncryptExecuteDirectory = false;
-        CommittedSuspensionTime = 0;
-        User = "xguo23@chtc.wisc.edu";
-        UserLog = "/home/xguo23/finally/Simulation_condor/model_3/180/process.log";
-        JobCurrentStartDate = 1445943852;
-        BufferBlockSize = 32768;
-        MATCH_EXP_JOBGLIDEIN_ResourceName = "wisc.edu";
-        Requirements = ( ( OpSysMajorVer is 6 ) ) && ( MY.JobUniverse == 12 || MY.JobUniverse == 7 || MY.WantFlocking || MY.WantGlidein || TARGET.PoolName == "CHTC" || TARGET.COLLECTOR_HOST_STRING == "infopool.cs.wisc.edu" ) && ( TARGET.Arch == "X86_64" ) && ( TARGET.OpSys == "LINUX" ) && ( TARGET.Disk >= RequestDisk ) && ( TARGET.Memory >= RequestMemory ) && ( TARGET.HasFileTransfer );
-        MinHosts = 1;
-        MaxHosts = 1;
-        Args = "--type=Matlab --version=R2011b --cmdtorun=simu_condor --unique=180 -- 3";
-        PeriodicHold = false;
-        ProcId = 0;
-        Environment = "";
-        DAGNodeName = "180+180";
-        MemoryUsage = ( ( ResidentSetSize + 1023 ) / 1024 );
-        TerminationPending = true;
-        NumRestarts = 0;
-        NumSystemHolds = 0;
-        CommittedTime = 190247;
-        MachineAttrCpus0 = 1;
-        WantRemoteSyscalls = false;
-        MyType = "Job";
-        CumulativeSuspensionTime = 0;
-        Rank = 0.0;
-        StartdPrincipal = "execute-side@matchsession/128.105.245.72";
-        Err = "process.err";
-        PeriodicRemove = false;
-        BlockWriteKbytes = 0;
-        ExitBySignal = false;
-        DAGManJobId = 49572657;
-        EnteredCurrentStatus = 1446134099;
-        JOBGLIDEIN_ResourceName = "$$([IfThenElse(IsUndefined(TARGET.GLIDEIN_ResourceName), IfThenElse(IsUndefined(TARGET.GLIDEIN_Site), \"wisc.edu\", TARGET.GLIDEIN_Site), TARGET.GLIDEIN_ResourceName)])";
-        RecentBlockWriteKbytes = 0;
-        TransferIn = false;
-        ExitStatus = 0;
-        ShouldTransferFiles = "YES";
-        IsCHTCSubmit = true;
-        NumJobMatches = 1;
-        RootDir = "/";
-        JobStartDate = 1445943852;
-        JobPrio = 0;
-        CurrentHosts = 0;
-        GlobalJobId = "submit-3.chtc.wisc.edu#49573720.0#1445938922";
-        RemoteSysCpu = 1.835000000000000E+03;
-        TotalSuspensions = 0;
-        CommittedSlotTime = 1.902470000000000E+05;
-        WantCheckpoint = false;
-        BlockReads = 0;
-        LastRemoteHost = "slot1@e272.chtc.wisc.edu";
-        TransferInput = "/home/xguo23/finally/Simulation_condor/data/180/,/home/xguo23/finally/Simulation_condor/data/shared/";
-        LocalUserCpu = 0.0;
-        PeriodicRelease = ( JobStatus == 5 ) && ( ( CurrentTime - EnteredCurrentStatus ) > 1800 ) && ( JobRunCount < 5 ) && ( HoldReasonCode != 6 ) && ( HoldReasonCode != 14 ) && ( HoldReasonCode != 22 );
-        RequestDisk = 1000000;
-        ResidentSetSize_RAW = 123680;
-        OrigMaxHosts = 1;
-        LastPublicClaimId = "<128.105.245.72:29075>#1444753997#6000#...";
-        WantRHEL6 = true;
-        NumCkpts_RAW = 0;
-        Out = "process.out";
-        SubmitEventNotes = "DAG Node: 180+180";
-        CumulativeSlotTime = 1.902470000000000E+05;
-        JobRunCount = 1;
-        RecentBlockReads = 0;
-        StreamErr = false;
-        DiskUsage_RAW = 1216669;
-        NumCkpts = 0;
-        StatsLifetimeStarter = 190245;
-        ImageSize = 1000000;
-        Cmd = "/home/xguo23/finally/Simulation_condor/chtcjobwrapper";
-        LocalSysCpu = 0.0;
-        Iwd = "/home/xguo23/finally/Simulation_condor/model_3/180"
-    ]
-
-    [
-        BlockWrites = 0;
-        LastJobStatus = 2;
-        JobCurrentStartExecutingDate = 1446114726;
-        WantRemoteIO = true;
-        RequestCpus = 1;
-        NumShadowStarts = 1;
-        RemoteUserCpu = 1.908100000000000E+04;
-        NiceUser = false;
-        RequestMemory = 1000;
-        BytesRecvd = 2.846290000000000E+05;
-        ResidentSetSize = 75000;
-        StreamOut = false;
-        SpooledOutputFiles = "harvest.log,232.out,ChtcWrapper232.out,AuditLog.232,CURLTIME_1864147,simu_3_232.txt";
-        OnExitRemove = true;
-        ImageSize_RAW = 118772;
-        RemoteWallClockTime = 1.933800000000000E+04;
-        MachineAttrSlotWeight0 = 1;
-        ExecutableSize = 7;
-        JobStatus = 4;
-        DAGParentNodeNames = "";
-        ExitCode = 0;
-        DAGManNodesMask = "0,1,2,4,5,7,9,10,11,12,13,16,17,24,27";
-        BytesSent = 2.791100000000000E+04;
-        LastSuspensionTime = 0;
-        ExecutableSize_RAW = 6;
-        RecentBlockReadKbytes = 12;
-        TransferInputSizeMB = 0;
-        Matlab = "R2011b";
-        BlockReadKbytes = 26436;
-        RecentStatsLifetimeStarter = 1200;
-        LeaveJobInQueue = false;
-        TargetType = "Machine";
-        WhenToTransferOutput = "ON_EXIT";
-        Owner = "xguo23";
-        JobNotification = 0;
-        BufferSize = 524288;
-        RecentBlockWrites = 0;
-        CompletionDate = 1446134062;
-        QDate = 1446105779;
-        JobLeaseDuration = 2400;
-        JobFinishedHookDone = 1446134062;
-        LastMatchTime = 1446114724;
-        LastJobLeaseRenewal = 1446134062;
-        DAGManNodesLog = "/home/xguo23/model_3_1.47/Simulation_condor/model_3/./mydag.dag.nodes.log";
-        ClusterId = 49582659;
-        JobUniverse = 5;
-        NumJobStarts = 1;
-        CondorVersion = "$CondorVersion: 8.5.0 Sep 16 2015 BuildID: 341710 $";
-        CoreSize = 0;
-        OnExitHold = false;
-        CondorPlatform = "$CondorPlatform: X86_64-RedHat_6.6 $";
-        In = "/dev/null";
-        DiskUsage = 1250000;
-        EncryptExecuteDirectory = false;
-        CommittedSuspensionTime = 0;
-        User = "xguo23@chtc.wisc.edu";
-        UserLog = "/home/xguo23/model_3_1.47/Simulation_condor/model_3/232/process.log";
-        JobCurrentStartDate = 1446114724;
-        BufferBlockSize = 32768;
-        MATCH_EXP_JOBGLIDEIN_ResourceName = "wisc.edu";
-        Requirements = ( ( OpSysMajorVer is 6 ) ) && ( MY.JobUniverse == 12 || MY.JobUniverse == 7 || MY.WantFlocking || MY.WantGlidein || TARGET.PoolName == "CHTC" || TARGET.COLLECTOR_HOST_STRING == "infopool.cs.wisc.edu" ) && ( TARGET.Arch == "X86_64" ) && ( TARGET.OpSys == "LINUX" ) && ( TARGET.Disk >= RequestDisk ) && ( TARGET.Memory >= RequestMemory ) && ( TARGET.HasFileTransfer );
-        MinHosts = 1;
-        MaxHosts = 1;
-        Args = "--type=Matlab --version=R2011b --cmdtorun=simu_condor --unique=232 -- 3";
-        PeriodicHold = false;
-        ProcId = 0;
-        Environment = "";
-        DAGNodeName = "232+232";
-        MemoryUsage = ( ( ResidentSetSize + 1023 ) / 1024 );
-        TerminationPending = true;
-        NumRestarts = 0;
-        NumSystemHolds = 0;
-        CommittedTime = 19338;
-        MachineAttrCpus0 = 1;
-        WantRemoteSyscalls = false;
-        MyType = "Job";
-        CumulativeSuspensionTime = 0;
-        Rank = 0.0;
-        StartdPrincipal = "execute-side@matchsession/128.104.55.48";
-        Err = "process.err";
-        PeriodicRemove = false;
-        BlockWriteKbytes = 0;
-        ExitBySignal = false;
-        DAGManJobId = 49582200;
-        EnteredCurrentStatus = 1446134062;
-        JOBGLIDEIN_ResourceName = "$$([IfThenElse(IsUndefined(TARGET.GLIDEIN_ResourceName), IfThenElse(IsUndefined(TARGET.GLIDEIN_Site), \"wisc.edu\", TARGET.GLIDEIN_Site), TARGET.GLIDEIN_ResourceName)])";
-        RecentBlockWriteKbytes = 0;
-        TransferIn = false;
-        ExitStatus = 0;
-        ShouldTransferFiles = "YES";
-        IsCHTCSubmit = true;
-        NumJobMatches = 1;
-        RootDir = "/";
-        JobStartDate = 1446114724;
-        JobPrio = 0;
-        CurrentHosts = 0;
-        GlobalJobId = "submit-3.chtc.wisc.edu#49582659.0#1446105779";
-        RemoteSysCpu = 1.790000000000000E+02;
-        TotalSuspensions = 0;
-        CommittedSlotTime = 1.933800000000000E+04;
-        WantCheckpoint = false;
-        BlockReads = 615;
-        LastRemoteHost = "slot1@c029.chtc.wisc.edu";
-        TransferInput = "/home/xguo23/model_3_1.47/Simulation_condor/data/232/,/home/xguo23/model_3_1.47/Simulation_condor/data/shared/";
-        LocalUserCpu = 0.0;
-        PeriodicRelease = ( JobStatus == 5 ) && ( ( CurrentTime - EnteredCurrentStatus ) > 1800 ) && ( JobRunCount < 5 ) && ( HoldReasonCode != 6 ) && ( HoldReasonCode != 14 ) && ( HoldReasonCode != 22 );
-        RequestDisk = 1000000;
-        ResidentSetSize_RAW = 71268;
-        OrigMaxHosts = 1;
-        LastPublicClaimId = "<128.104.55.48:26476>#1445344800#1612#...";
-        WantRHEL6 = true;
-        NumCkpts_RAW = 0;
-        Out = "process.out";
-        SubmitEventNotes = "DAG Node: 232+232";
-        CumulativeSlotTime = 1.933800000000000E+04;
-        JobRunCount = 1;
-        RecentBlockReads = 3;
-        StreamErr = false;
-        DiskUsage_RAW = 1216668;
-        NumCkpts = 0;
-        StatsLifetimeStarter = 19336;
-        ImageSize = 125000;
-        Cmd = "/home/xguo23/model_3_1.47/Simulation_condor/chtcjobwrapper";
-        LocalSysCpu = 0.0;
-        Iwd = "/home/xguo23/model_3_1.47/Simulation_condor/model_3/232"
-    ]
-
-    [
-        BlockWrites = 0;
-        LastJobStatus = 2;
-        JobCurrentStartExecutingDate = 1446133964;
-        WantRemoteIO = true;
-        RequestCpus = 1;
-        NumShadowStarts = 1;
-        RemoteUserCpu = 1.200000000000000E+01;
-        NiceUser = false;
-        BytesRecvd = 1.220270000000000E+06;
-        RequestMemory = 1000;
-        ResidentSetSize = 7500;
-        StreamOut = false;
-        SpooledOutputFiles = "R2011b_INFO,CODEBLOWUP,AuditLog.10012,SLIBS2.tar.gz,ChtcWrapper10012.out,CURLTIME_2575055,chtcinnerwrapper";
-        OnExitRemove = true;
-        ImageSize_RAW = 5128;
-        RemoteWallClockTime = 7.700000000000000E+01;
-        MachineAttrSlotWeight0 = 1;
-        ExecutableSize = 7;
-        JobStatus = 4;
-        DAGParentNodeNames = "";
-        ExitCode = 5;
-        DAGManNodesMask = "0,1,2,4,5,7,9,10,11,12,13,16,17,24,27";
-        BytesSent = 2.727355000000000E+06;
-        LastSuspensionTime = 0;
-        ExecutableSize_RAW = 6;
-        RecentBlockReadKbytes = 160;
-        TransferInputSizeMB = 1;
-        Matlab = "R2011b";
-        BlockReadKbytes = 160;
-        LocalSysCpu = 0.0;
-        WantGlidein = true;
-        Iwd = "/home/dentler/ChtcRun/project_auction/results_fix2/10012";
-        Cmd = "/home/dentler/ChtcRun/chtcjobwrapper";
-        RecentStatsLifetimeStarter = 67;
-        LeaveJobInQueue = false;
-        TargetType = "Machine";
-        WhenToTransferOutput = "ON_EXIT";
-        Owner = "dentler";
-        JobNotification = 0;
-        BufferSize = 524288;
-        RecentBlockWrites = 0;
-        CompletionDate = 1446134040;
-        LastMatchTime = 1446133963;
-        LastJobLeaseRenewal = 1446134040;
-        DAGManNodesLog = "/home/dentler/ChtcRun/project_auction/results_fix2/./mydag.dag.nodes.log";
-        ClusterId = 49583905;
-        NumJobStarts = 1;
-        JobUniverse = 5;
-        AutoClusterAttrs = "JobUniverse,LastCheckpointPlatform,NumCkpts,ClientMachine,_condor_RequestCpus,_condor_RequestDisk,_condor_RequestGPUs,_condor_RequestMemory,RequestCpus,RequestDisk,RequestGPUs,RequestMemory,BIOCHEM,MachineLastMatchTime,ConcurrencyLimits,NiceUser,Rank,Requirements,ImageSize,MemoryRequirements,User,RemoteGroup,SubmitterGroup,SubmitterUserPrio,Group,WIDsTheme,InteractiveJob,Is_Resumable,WantFlocking,WantGlidein,Scheduler,Owner,JobStart,MemoryUsage,IsExpressQueueJ [...]
-        MaxHosts = 1;
-        Args = "--type=Matlab --version=R2011b --cmdtorun=net_est --unique=10012 --";
-        CondorVersion = "$CondorVersion: 8.5.0 Sep 16 2015 BuildID: 341710 $";
-        CoreSize = 0;
-        OnExitHold = false;
-        CondorPlatform = "$CondorPlatform: X86_64-RedHat_6.6 $";
-        JobFinishedHookDone = 1446134040;
-        In = "/dev/null";
-        DiskUsage = 1250000;
-        EncryptExecuteDirectory = false;
-        CommittedSuspensionTime = 0;
-        User = "dentler@chtc.wisc.edu";
-        UserLog = "/home/dentler/ChtcRun/project_auction/results_fix2/10012/process.log";
-        JobCurrentStartDate = 1446133963;
-        BufferBlockSize = 32768;
-        MATCH_EXP_JOBGLIDEIN_ResourceName = "wisc.edu";
-        Requirements = ( ( OpSysMajorVer is 6 ) ) && ( MY.JobUniverse == 12 || MY.JobUniverse == 7 || MY.WantFlocking || MY.WantGlidein || TARGET.PoolName == "CHTC" || TARGET.COLLECTOR_HOST_STRING == "infopool.cs.wisc.edu" ) && ( TARGET.Arch == "X86_64" ) && ( TARGET.OpSys == "LINUX" ) && ( TARGET.Disk >= RequestDisk ) && ( TARGET.Memory >= RequestMemory ) && ( TARGET.HasFileTransfer );
-        MinHosts = 1;
-        JobLeaseDuration = 2400;
-        QDate = 1446133888;
-        PeriodicHold = false;
-        ProcId = 0;
-        Environment = "";
-        DAGNodeName = "10012+10012";
-        MemoryUsage = ( ( ResidentSetSize + 1023 ) / 1024 );
-        TerminationPending = true;
-        NumRestarts = 0;
-        NumSystemHolds = 0;
-        CommittedTime = 77;
-        AutoClusterId = 38267;
-        ExitStatus = 0;
-        ShouldTransferFiles = "YES";
-        MachineAttrCpus0 = 1;
-        WantRemoteSyscalls = false;
-        MyType = "Job";
-        CumulativeSuspensionTime = 0;
-        Rank = 0.0;
-        StartdPrincipal = "execute-side@matchsession/128.105.244.69";
-        WantFlocking = true;
-        Err = "process.err";
-        PeriodicRemove = false;
-        BlockWriteKbytes = 0;
-        ExitBySignal = false;
-        DAGManJobId = 49583804;
-        EnteredCurrentStatus = 1446134040;
-        JOBGLIDEIN_ResourceName = "$$([IfThenElse(IsUndefined(TARGET.GLIDEIN_ResourceName), IfThenElse(IsUndefined(TARGET.GLIDEIN_Site), \"wisc.edu\", TARGET.GLIDEIN_Site), TARGET.GLIDEIN_ResourceName)])";
-        RecentBlockWriteKbytes = 0;
-        TransferIn = false;
-        IsCHTCSubmit = true;
-        NumJobMatches = 1;
-        RootDir = "/";
-        JobStartDate = 1446133963;
-        JobPrio = 0;
-        CurrentHosts = 0;
-        GlobalJobId = "submit-3.chtc.wisc.edu#49583905.0#1446133888";
-        RemoteSysCpu = 1.200000000000000E+01;
-        TotalSuspensions = 0;
-        CommittedSlotTime = 7.700000000000000E+01;
-        WantCheckpoint = false;
-        BlockReads = 12;
-        LastRemoteHost = "slot1_2@e189.chtc.wisc.edu";
-        TransferInput = "/home/dentler/ChtcRun/project_auction/10012/,/home/dentler/ChtcRun/project_auction/shared/";
-        LocalUserCpu = 0.0;
-        PeriodicRelease = ( JobStatus == 5 ) && ( ( CurrentTime - EnteredCurrentStatus ) > 1800 ) && ( JobRunCount < 5 ) && ( HoldReasonCode != 6 ) && ( HoldReasonCode != 14 ) && ( HoldReasonCode != 22 );
-        RequestDisk = 4000000;
-        ResidentSetSize_RAW = 5128;
-        OrigMaxHosts = 1;
-        LastPublicClaimId = "<128.105.244.69:4177>#1444973293#3769#...";
-        WantRHEL6 = true;
-        NumCkpts_RAW = 0;
-        Out = "process.out";
-        SubmitEventNotes = "DAG Node: 10012+10012";
-        CumulativeSlotTime = 7.700000000000000E+01;
-        JobRunCount = 1;
-        RecentBlockReads = 12;
-        StreamErr = false;
-        DiskUsage_RAW = 1211433;
-        NumCkpts = 0;
-        StatsLifetimeStarter = 76;
-        ImageSize = 7500
-    ]
-
-    [
-        BlockWrites = 0;
-        LastJobStatus = 2;
-        JobCurrentStartExecutingDate = 1446115779;
-        WantRemoteIO = true;
-        RequestCpus = 1;
-        NumShadowStarts = 1;
-        RemoteUserCpu = 1.811800000000000E+04;
-        NiceUser = false;
-        RequestMemory = 1000;
-        BytesRecvd = 2.847170000000000E+05;
-        ResidentSetSize = 150000;
-        StreamOut = false;
-        SpooledOutputFiles = "CURLTIME_3140097,ChtcWrapper3.out,AuditLog.3,simu_3_3.txt,harvest.log,3.out";
-        OnExitRemove = true;
-        ImageSize_RAW = 811948;
-        RemoteWallClockTime = 1.824800000000000E+04;
-        MachineAttrSlotWeight0 = 1;
-        ExecutableSize = 7;
-        JobStatus = 4;
-        DAGParentNodeNames = "";
-        ExitCode = 0;
-        DAGManNodesMask = "0,1,2,4,5,7,9,10,11,12,13,16,17,24,27";
-        BytesSent = 2.789600000000000E+04;
-        LastSuspensionTime = 0;
-        ExecutableSize_RAW = 6;
-        RecentBlockReadKbytes = 0;
-        TransferInputSizeMB = 0;
-        Matlab = "R2011b";
-        BlockReadKbytes = 0;
-        RecentStatsLifetimeStarter = 1200;
-        LeaveJobInQueue = false;
-        TargetType = "Machine";
-        WhenToTransferOutput = "ON_EXIT";
-        Owner = "xguo23";
-        JobNotification = 0;
-        BufferSize = 524288;
-        RecentBlockWrites = 0;
-        CompletionDate = 1446134026;
-        QDate = 1446105835;
-        JobLeaseDuration = 2400;
-        JobFinishedHookDone = 1446134026;
-        LastMatchTime = 1446115778;
-        LastJobLeaseRenewal = 1446134026;
-        DAGManNodesLog = "/home/xguo23/model_3_1.46/Simulation_condor/model_3/./mydag.dag.nodes.log";
-        ClusterId = 49582786;
-        JobUniverse = 5;
-        NumJobStarts = 1;
-        CondorVersion = "$CondorVersion: 8.5.0 Sep 16 2015 BuildID: 341710 $";
-        CoreSize = 0;
-        OnExitHold = false;
-        CondorPlatform = "$CondorPlatform: X86_64-RedHat_6.6 $";
-        In = "/dev/null";
-        DiskUsage = 1250000;
-        EncryptExecuteDirectory = false;
-        CommittedSuspensionTime = 0;
-        User = "xguo23@chtc.wisc.edu";
-        UserLog = "/home/xguo23/model_3_1.46/Simulation_condor/model_3/3/process.log";
-        JobCurrentStartDate = 1446115778;
-        BufferBlockSize = 32768;
-        MATCH_EXP_JOBGLIDEIN_ResourceName = "wisc.edu";
-        Requirements = ( ( OpSysMajorVer is 6 ) ) && ( MY.JobUniverse == 12 || MY.JobUniverse == 7 || MY.WantFlocking || MY.WantGlidein || TARGET.PoolName == "CHTC" || TARGET.COLLECTOR_HOST_STRING == "infopool.cs.wisc.edu" ) && ( TARGET.Arch == "X86_64" ) && ( TARGET.OpSys == "LINUX" ) && ( TARGET.Disk >= RequestDisk ) && ( TARGET.Memory >= RequestMemory ) && ( TARGET.HasFileTransfer );
-        MinHosts = 1;
-        MaxHosts = 1;
-        Args = "--type=Matlab --version=R2011b --cmdtorun=simu_condor --unique=3 -- 3";
-        PeriodicHold = false;
-        ProcId = 0;
-        Environment = "";
-        DAGNodeName = "3+3";
-        MemoryUsage = ( ( ResidentSetSize + 1023 ) / 1024 );
-        TerminationPending = true;
-        NumRestarts = 0;
-        NumSystemHolds = 0;
-        CommittedTime = 18248;
-        MachineAttrCpus0 = 1;
-        WantRemoteSyscalls = false;
-        MyType = "Job";
-        CumulativeSuspensionTime = 0;
-        Rank = 0.0;
-        StartdPrincipal = "execute-side@matchsession/128.105.245.107";
-        Err = "process.err";
-        PeriodicRemove = false;
-        BlockWriteKbytes = 0;
-        ExitBySignal = false;
-        DAGManJobId = 49582778;
-        EnteredCurrentStatus = 1446134026;
-        JOBGLIDEIN_ResourceName = "$$([IfThenElse(IsUndefined(TARGET.GLIDEIN_ResourceName), IfThenElse(IsUndefined(TARGET.GLIDEIN_Site), \"wisc.edu\", TARGET.GLIDEIN_Site), TARGET.GLIDEIN_ResourceName)])";
-        RecentBlockWriteKbytes = 0;
-        TransferIn = false;
-        ExitStatus = 0;
-        ShouldTransferFiles = "YES";
-        IsCHTCSubmit = true;
-        NumJobMatches = 1;
-        RootDir = "/";
-        JobStartDate = 1446115778;
-        JobPrio = 0;
-        CurrentHosts = 0;
-        GlobalJobId = "submit-3.chtc.wisc.edu#49582786.0#1446105835";
-        RemoteSysCpu = 1.080000000000000E+02;
-        TotalSuspensions = 0;
-        CommittedSlotTime = 1.824800000000000E+04;
-        WantCheckpoint = false;
-        BlockReads = 0;
-        LastRemoteHost = "slot1@e307.chtc.wisc.edu";
-        TransferInput = "/home/xguo23/model_3_1.46/Simulation_condor/data/3/,/home/xguo23/model_3_1.46/Simulation_condor/data/shared/";
-        LocalUserCpu = 0.0;
-        PeriodicRelease = ( JobStatus == 5 ) && ( ( CurrentTime - EnteredCurrentStatus ) > 1800 ) && ( JobRunCount < 5 ) && ( HoldReasonCode != 6 ) && ( HoldReasonCode != 14 ) && ( HoldReasonCode != 22 );
-        RequestDisk = 1000000;
-        ResidentSetSize_RAW = 125940;
-        OrigMaxHosts = 1;
-        LastPublicClaimId = "<128.105.245.107:63744>#1444685448#11070#...";
-        WantRHEL6 = true;
-        NumCkpts_RAW = 0;
-        Out = "process.out";
-        SubmitEventNotes = "DAG Node: 3+3";
-        CumulativeSlotTime = 1.824800000000000E+04;
-        JobRunCount = 1;
-        RecentBlockReads = 0;
-        StreamErr = false;
-        DiskUsage_RAW = 1216669;
-        NumCkpts = 0;
-        StatsLifetimeStarter = 18247;
-        ImageSize = 1000000;
-        Cmd = "/home/xguo23/model_3_1.46/Simulation_condor/chtcjobwrapper";
-        LocalSysCpu = 0.0;
-        Iwd = "/home/xguo23/model_3_1.46/Simulation_condor/model_3/3"
-    ]
-
-    [
-        BlockWrites = 506;
-        LastJobStatus = 2;
-        JobCurrentStartExecutingDate = 1446133964;
-        WantRemoteIO = true;
-        RequestCpus = 1;
-        NumShadowStarts = 1;
-        RemoteUserCpu = 1.100000000000000E+01;
-        NiceUser = false;
-        BytesRecvd = 1.220270000000000E+06;
-        RequestMemory = 1000;
-        ResidentSetSize = 7500;
-        StreamOut = false;
-        SpooledOutputFiles = "chtcinnerwrapper,SLIBS2.tar.gz,R2011b_INFO,AuditLog.20111,CURLTIME_1051736,ChtcWrapper20111.out,CODEBLOWUP";
-        OnExitRemove = true;
-        ImageSize_RAW = 5056;
-        RemoteWallClockTime = 5.800000000000000E+01;
-        MachineAttrSlotWeight0 = 1;
-        ExecutableSize = 7;
-        JobStatus = 4;
-        DAGParentNodeNames = "";
-        ExitCode = 5;
-        DAGManNodesMask = "0,1,2,4,5,7,9,10,11,12,13,16,17,24,27";
-        BytesSent = 2.727274000000000E+06;
-        LastSuspensionTime = 0;
-        ExecutableSize_RAW = 6;
-        RecentBlockReadKbytes = 164;
-        TransferInputSizeMB = 1;
-        Matlab = "R2011b";
-        BlockReadKbytes = 164;
-        LocalSysCpu = 0.0;
-        WantGlidein = true;
-        Iwd = "/home/dentler/ChtcRun/project_auction/results_fix2/20111";
-        Cmd = "/home/dentler/ChtcRun/chtcjobwrapper";
-        RecentStatsLifetimeStarter = 43;
-        LeaveJobInQueue = false;
-        TargetType = "Machine";
-        WhenToTransferOutput = "ON_EXIT";
-        Owner = "dentler";
-        JobNotification = 0;
-        BufferSize = 524288;
-        RecentBlockWrites = 506;
-        CompletionDate = 1446134021;
-        LastMatchTime = 1446133963;
-        LastJobLeaseRenewal = 1446134021;
-        DAGManNodesLog = "/home/dentler/ChtcRun/project_auction/results_fix2/./mydag.dag.nodes.log";
-        ClusterId = 49583938;
-        NumJobStarts = 1;
-        JobUniverse = 5;
-        AutoClusterAttrs = "JobUniverse,LastCheckpointPlatform,NumCkpts,ClientMachine,_condor_RequestCpus,_condor_RequestDisk,_condor_RequestGPUs,_condor_RequestMemory,RequestCpus,RequestDisk,RequestGPUs,RequestMemory,BIOCHEM,MachineLastMatchTime,ConcurrencyLimits,NiceUser,Rank,Requirements,ImageSize,MemoryRequirements,User,RemoteGroup,SubmitterGroup,SubmitterUserPrio,Group,WIDsTheme,InteractiveJob,Is_Resumable,WantFlocking,WantGlidein,Scheduler,Owner,JobStart,MemoryUsage,IsExpressQueueJ [...]
-        MaxHosts = 1;
-        Args = "--type=Matlab --version=R2011b --cmdtorun=net_est --unique=20111 --";
-        CondorVersion = "$CondorVersion: 8.5.0 Sep 16 2015 BuildID: 341710 $";
-        CoreSize = 0;
-        OnExitHold = false;
-        CondorPlatform = "$CondorPlatform: X86_64-RedHat_6.6 $";
-        JobFinishedHookDone = 1446134021;
-        In = "/dev/null";
-        DiskUsage = 1250000;
-        EncryptExecuteDirectory = false;
-        CommittedSuspensionTime = 0;
-        User = "dentler@chtc.wisc.edu";
-        UserLog = "/home/dentler/ChtcRun/project_auction/results_fix2/20111/process.log";
-        JobCurrentStartDate = 1446133963;
-        BufferBlockSize = 32768;
-        MATCH_EXP_JOBGLIDEIN_ResourceName = "wisc.edu";
-        Requirements = ( ( OpSysMajorVer is 6 ) ) && ( MY.JobUniverse == 12 || MY.JobUniverse == 7 || MY.WantFlocking || MY.WantGlidein || TARGET.PoolName == "CHTC" || TARGET.COLLECTOR_HOST_STRING == "infopool.cs.wisc.edu" ) && ( TARGET.Arch == "X86_64" ) && ( TARGET.OpSys == "LINUX" ) && ( TARGET.Disk >= RequestDisk ) && ( TARGET.Memory >= RequestMemory ) && ( TARGET.HasFileTransfer );
-        MinHosts = 1;
-        JobLeaseDuration = 2400;
-        QDate = 1446133922;
-        PeriodicHold = false;
-        ProcId = 0;
-        Environment = "";
-        DAGNodeName = "20111+20111";
-        MemoryUsage = ( ( ResidentSetSize + 1023 ) / 1024 );
-        TerminationPending = true;
-        NumRestarts = 0;
-        NumSystemHolds = 0;
-        CommittedTime = 58;
-        AutoClusterId = 38259;
-        ExitStatus = 0;
-        ShouldTransferFiles = "YES";
-        MachineAttrCpus0 = 1;
-        WantRemoteSyscalls = false;
-        MyType = "Job";
-        CumulativeSuspensionTime = 0;
-        Rank = 0.0;
-        StartdPrincipal = "execute-side@matchsession/128.105.244.37";
-        WantFlocking = true;
-        Err = "process.err";
-        PeriodicRemove = false;
-        BlockWriteKbytes = 249656;
-        ExitBySignal = false;
-        DAGManJobId = 49583804;
-        EnteredCurrentStatus = 1446134021;
-        JOBGLIDEIN_ResourceName = "$$([IfThenElse(IsUndefined(TARGET.GLIDEIN_ResourceName), IfThenElse(IsUndefined(TARGET.GLIDEIN_Site), \"wisc.edu\", TARGET.GLIDEIN_Site), TARGET.GLIDEIN_ResourceName)])";
-        RecentBlockWriteKbytes = 249656;
-        TransferIn = false;
-        IsCHTCSubmit = true;
-        NumJobMatches = 1;
-        RootDir = "/";
-        JobStartDate = 1446133963;
-        JobPrio = 0;
-        CurrentHosts = 0;
-        GlobalJobId = "submit-3.chtc.wisc.edu#49583938.0#1446133922";
-        RemoteSysCpu = 7.000000000000000E+00;
-        TotalSuspensions = 0;
-        CommittedSlotTime = 5.800000000000000E+01;
-        WantCheckpoint = false;
-        BlockReads = 16;
-        LastRemoteHost = "slot1_10@e168.chtc.wisc.edu";
-        TransferInput = "/home/dentler/ChtcRun/project_auction/20111/,/home/dentler/ChtcRun/project_auction/shared/";
-        LocalUserCpu = 0.0;
-        PeriodicRelease = ( JobStatus == 5 ) && ( ( CurrentTime - EnteredCurrentStatus ) > 1800 ) && ( JobRunCount < 5 ) && ( HoldReasonCode != 6 ) && ( HoldReasonCode != 14 ) && ( HoldReasonCode != 22 );
-        RequestDisk = 4000000;
-        ResidentSetSize_RAW = 5056;
-        OrigMaxHosts = 1;
-        LastPublicClaimId = "<128.105.244.37:57713>#1445396629#2313#...";
-        WantRHEL6 = true;
-        NumCkpts_RAW = 0;
-        Out = "process.out";
-        SubmitEventNotes = "DAG Node: 20111+20111";
-        CumulativeSlotTime = 5.800000000000000E+01;
-        JobRunCount = 1;
-        RecentBlockReads = 16;
-        StreamErr = false;
-        DiskUsage_RAW = 1205568;
-        NumCkpts = 0;
-        StatsLifetimeStarter = 52;
-        ImageSize = 7500
-    ]
-
-    [
-        BlockWrites = 0;
-        LastJobStatus = 2;
-        JobCurrentStartExecutingDate = 1446115115;
-        WantRemoteIO = true;
-        RequestCpus = 1;
-        NumShadowStarts = 1;
-        RemoteUserCpu = 1.878200000000000E+04;
-        NiceUser = false;
-        RequestMemory = 1000;
-        BytesRecvd = 2.846290000000000E+05;
-        ResidentSetSize = 125000;
-        StreamOut = false;
-        SpooledOutputFiles = "CURLTIME_2890029,ChtcWrapper260.out,AuditLog.260,simu_3_260.txt,harvest.log,260.out";
-        OnExitRemove = true;
-        ImageSize_RAW = 811948;
-        RemoteWallClockTime = 1.890300000000000E+04;
-        MachineAttrSlotWeight0 = 1;
-        ExecutableSize = 7;
-        JobStatus = 4;
-        DAGParentNodeNames = "";
-        ExitCode = 0;
-        DAGManNodesMask = "0,1,2,4,5,7,9,10,11,12,13,16,17,24,27";
-        BytesSent = 3.050700000000000E+04;
-        LastSuspensionTime = 0;
-        ExecutableSize_RAW = 6;
-        RecentBlockReadKbytes = 0;
-        TransferInputSizeMB = 0;
-        Matlab = "R2011b";
-        BlockReadKbytes = 0;
-        RecentStatsLifetimeStarter = 1200;
-        LeaveJobInQueue = false;
-        TargetType = "Machine";
-        WhenToTransferOutput = "ON_EXIT";
-        Owner = "xguo23";
-        JobNotification = 0;
-        BufferSize = 524288;
-        RecentBlockWrites = 0;
-        CompletionDate = 1446134017;
-        QDate = 1446105803;
-        JobLeaseDuration = 2400;
-        JobFinishedHookDone = 1446134017;
-        LastMatchTime = 1446115114;
-        LastJobLeaseRenewal = 1446134017;
-        DAGManNodesLog = "/home/xguo23/model_3_1.47/Simulation_condor/model_3/./mydag.dag.nodes.log";
-        ClusterId = 49582724;
-        JobUniverse = 5;
-        NumJobStarts = 1;
-        CondorVersion = "$CondorVersion: 8.5.0 Sep 16 2015 BuildID: 341710 $";
-        CoreSize = 0;
-        OnExitHold = false;
-        CondorPlatform = "$CondorPlatform: X86_64-RedHat_6.6 $";
-        In = "/dev/null";
-        DiskUsage = 1250000;
-        EncryptExecuteDirectory = false;
-        CommittedSuspensionTime = 0;
-        User = "xguo23@chtc.wisc.edu";
-        UserLog = "/home/xguo23/model_3_1.47/Simulation_condor/model_3/260/process.log";
-        JobCurrentStartDate = 1446115114;
-        BufferBlockSize = 32768;
-        MATCH_EXP_JOBGLIDEIN_ResourceName = "wisc.edu";
-        Requirements = ( ( OpSysMajorVer is 6 ) ) && ( MY.JobUniverse == 12 || MY.JobUniverse == 7 || MY.WantFlocking || MY.WantGlidein || TARGET.PoolName == "CHTC" || TARGET.COLLECTOR_HOST_STRING == "infopool.cs.wisc.edu" ) && ( TARGET.Arch == "X86_64" ) && ( TARGET.OpSys == "LINUX" ) && ( TARGET.Disk >= RequestDisk ) && ( TARGET.Memory >= RequestMemory ) && ( TARGET.HasFileTransfer );
-        MinHosts = 1;
-        MaxHosts = 1;
-        Args = "--type=Matlab --version=R2011b --cmdtorun=simu_condor --unique=260 -- 3";
-        PeriodicHold = false;
-        ProcId = 0;
-        Environment = "";
-        DAGNodeName = "260+260";
-        MemoryUsage = ( ( ResidentSetSize + 1023 ) / 1024 );
-        TerminationPending = true;
-        NumRestarts = 0;
-        NumSystemHolds = 0;
-        CommittedTime = 18903;
-        MachineAttrCpus0 = 1;
-        WantRemoteSyscalls = false;
-        MyType = "Job";
-        CumulativeSuspensionTime = 0;
-        Rank = 0.0;
-        StartdPrincipal = "execute-side@matchsession/128.105.245.164";
-        Err = "process.err";
-        PeriodicRemove = false;
-        BlockWriteKbytes = 0;
-        ExitBySignal = false;
-        DAGManJobId = 49582200;
-        EnteredCurrentStatus = 1446134017;
-        JOBGLIDEIN_ResourceName = "$$([IfThenElse(IsUndefined(TARGET.GLIDEIN_ResourceName), IfThenElse(IsUndefined(TARGET.GLIDEIN_Site), \"wisc.edu\", TARGET.GLIDEIN_Site), TARGET.GLIDEIN_ResourceName)])";
-        RecentBlockWriteKbytes = 0;
-        TransferIn = false;
-        ExitStatus = 0;
-        ShouldTransferFiles = "YES";
-        IsCHTCSubmit = true;
-        NumJobMatches = 1;
-        RootDir = "/";
-        JobStartDate = 1446115114;
-        JobPrio = 0;
-        CurrentHosts = 0;
-        GlobalJobId = "submit-3.chtc.wisc.edu#49582724.0#1446105803";
-        RemoteSysCpu = 1.090000000000000E+02;
-        TotalSuspensions = 0;
-        CommittedSlotTime = 1.890300000000000E+04;
-        WantCheckpoint = false;
-        BlockReads = 0;
-        LastRemoteHost = "slot1@e364.chtc.wisc.edu";
-        TransferInput = "/home/xguo23/model_3_1.47/Simulation_condor/data/260/,/home/xguo23/model_3_1.47/Simulation_condor/data/shared/";
-        LocalUserCpu = 0.0;
-        PeriodicRelease = ( JobStatus == 5 ) && ( ( CurrentTime - EnteredCurrentStatus ) > 1800 ) && ( JobRunCount < 5 ) && ( HoldReasonCode != 6 ) && ( HoldReasonCode != 14 ) && ( HoldReasonCode != 22 );
-        RequestDisk = 1000000;
-        ResidentSetSize_RAW = 124924;
-        OrigMaxHosts = 1;
-        LastPublicClaimId = "<128.105.245.164:7769>#1444760010#7999#...";
-        WantRHEL6 = true;
-        NumCkpts_RAW = 0;
-        Out = "process.out";
-        SubmitEventNotes = "DAG Node: 260+260";
-        CumulativeSlotTime = 1.890300000000000E+04;
-        JobRunCount = 1;
-        RecentBlockReads = 0;
-        StreamErr = false;
-        DiskUsage_RAW = 1216669;
-        NumCkpts = 0;
-        StatsLifetimeStarter = 18902;
-        ImageSize = 1000000;
-        Cmd = "/home/xguo23/model_3_1.47/Simulation_condor/chtcjobwrapper";
-        LocalSysCpu = 0.0;
-        Iwd = "/home/xguo23/model_3_1.47/Simulation_condor/model_3/260"
-    ]
-
-    [
-        BlockWrites = 0;
-        LastJobStatus = 2;
-        JobCurrentStartExecutingDate = 1446121413;
-        WantRemoteIO = true;
-        RequestCpus = 1;
-        NumShadowStarts = 1;
-        RemoteUserCpu = 1.249100000000000E+04;
-        NiceUser = false;
-        RequestMemory = 1000;
-        BytesRecvd = 2.846290000000000E+05;
-        ResidentSetSize = 150000;
-        StreamOut = false;
-        SpooledOutputFiles = "CURLTIME_549258,ChtcWrapper419.out,AuditLog.419,simu_3_419.txt,harvest.log,419.out";
-        OnExitRemove = true;
-        ImageSize_RAW = 811948;
-        RemoteWallClockTime = 1.260400000000000E+04;
-        MachineAttrSlotWeight0 = 1;
-        ExecutableSize = 7;
-        JobStatus = 4;
-        DAGParentNodeNames = "";
-        ExitCode = 0;
-        DAGManNodesMask = "0,1,2,4,5,7,9,10,11,12,13,16,17,24,27";
-        BytesSent = 3.048500000000000E+04;
-        LastSuspensionTime = 0;
-        ExecutableSize_RAW = 6;
-        RecentBlockReadKbytes = 0;
-        TransferInputSizeMB = 0;
-        Matlab = "R2011b";
-        BlockReadKbytes = 0;
-        RecentStatsLifetimeStarter = 1200;
-        LeaveJobInQueue = false;
-        TargetType = "Machine";
-        WhenToTransferOutput = "ON_EXIT";
-        Owner = "xguo23";
-        JobNotification = 0;
-        BufferSize = 524288;
-        RecentBlockWrites = 0;
-        CompletionDate = 1446134016;
-        QDate = 1446106031;
-        JobLeaseDuration = 2400;
-        JobFinishedHookDone = 1446134016;
-        LastMatchTime = 1446121412;
-        LastJobLeaseRenewal = 1446134016;
-        DAGManNodesLog = "/home/xguo23/model_3_1.47/Simulation_condor/model_3/./mydag.dag.nodes.log";
-        ClusterId = 49583316;
-        JobUniverse = 5;
-        NumJobStarts = 1;
-        CondorVersion = "$CondorVersion: 8.5.0 Sep 16 2015 BuildID: 341710 $";
-        CoreSize = 0;
-        OnExitHold = false;
-        CondorPlatform = "$CondorPlatform: X86_64-RedHat_6.6 $";
-        In = "/dev/null";
-        DiskUsage = 1250000;
-        EncryptExecuteDirectory = false;
-        CommittedSuspensionTime = 0;
-        User = "xguo23@chtc.wisc.edu";
-        UserLog = "/home/xguo23/model_3_1.47/Simulation_condor/model_3/419/process.log";
-        JobCurrentStartDate = 1446121412;
-        BufferBlockSize = 32768;
-        MATCH_EXP_JOBGLIDEIN_ResourceName = "wisc.edu";
-        Requirements = ( ( OpSysMajorVer is 6 ) ) && ( MY.JobUniverse == 12 || MY.JobUniverse == 7 || MY.WantFlocking || MY.WantGlidein || TARGET.PoolName == "CHTC" || TARGET.COLLECTOR_HOST_STRING == "infopool.cs.wisc.edu" ) && ( TARGET.Arch == "X86_64" ) && ( TARGET.OpSys == "LINUX" ) && ( TARGET.Disk >= RequestDisk ) && ( TARGET.Memory >= RequestMemory ) && ( TARGET.HasFileTransfer );
-        MinHosts = 1;
-        MaxHosts = 1;
-        Args = "--type=Matlab --version=R2011b --cmdtorun=simu_condor --unique=419 -- 3";
-        PeriodicHold = false;
-        ProcId = 0;
-        Environment = "";
-        DAGNodeName = "419+419";
-        MemoryUsage = ( ( ResidentSetSize + 1023 ) / 1024 );
-        TerminationPending = true;
-        NumRestarts = 0;
-        NumSystemHolds = 0;
-        CommittedTime = 12604;
-        MachineAttrCpus0 = 1;
-        WantRemoteSyscalls = false;
-        MyType = "Job";
-        CumulativeSuspensionTime = 0;
-        Rank = 0.0;
-        StartdPrincipal = "execute-side@matchsession/128.105.245.140";
-        Err = "process.err";
-        PeriodicRemove = false;
-        BlockWriteKbytes = 0;
-        ExitBySignal = false;
-        DAGManJobId = 49582200;
-        EnteredCurrentStatus = 1446134016;
-        JOBGLIDEIN_ResourceName = "$$([IfThenElse(IsUndefined(TARGET.GLIDEIN_ResourceName), IfThenElse(IsUndefined(TARGET.GLIDEIN_Site), \"wisc.edu\", TARGET.GLIDEIN_Site), TARGET.GLIDEIN_ResourceName)])";
-        RecentBlockWriteKbytes = 0;
-        TransferIn = false;
-        ExitStatus = 0;
-        ShouldTransferFiles = "YES";
-        IsCHTCSubmit = true;
-        NumJobMatches = 1;
-        RootDir = "/";
-        JobStartDate = 1446121412;
-        JobPrio = 0;
-        CurrentHosts = 0;
-        GlobalJobId = "submit-3.chtc.wisc.edu#49583316.0#1446106031";
-        RemoteSysCpu = 8.600000000000000E+01;
-        TotalSuspensions = 0;
-        CommittedSlotTime = 1.260400000000000E+04;
-        WantCheckpoint = false;
-        BlockReads = 0;
-        LastRemoteHost = "slot1@e340.chtc.wisc.edu";
-        TransferInput = "/home/xguo23/model_3_1.47/Simulation_condor/data/419/,/home/xguo23/model_3_1.47/Simulation_condor/data/shared/";
-        LocalUserCpu = 0.0;
-        PeriodicRelease = ( JobStatus == 5 ) && ( ( CurrentTime - EnteredCurrentStatus ) > 1800 ) && ( JobRunCount < 5 ) && ( HoldReasonCode != 6 ) && ( HoldReasonCode != 14 ) && ( HoldReasonCode != 22 );
-        RequestDisk = 1000000;
-        ResidentSetSize_RAW = 125420;
-        OrigMaxHosts = 1;
-        LastPublicClaimId = "<128.105.245.140:58412>#1444681013#9588#...";
-        WantRHEL6 = true;
-        NumCkpts_RAW = 0;
-        Out = "process.out";
-        SubmitEventNotes = "DAG Node: 419+419";
-        CumulativeSlotTime = 1.260400000000000E+04;
-        JobRunCount = 1;
-        RecentBlockReads = 0;
-        StreamErr = false;
-        DiskUsage_RAW = 1216669;
-        NumCkpts = 0;
-        StatsLifetimeStarter = 12602;
-        ImageSize = 1000000;
-        Cmd = "/home/xguo23/model_3_1.47/Simulation_condor/chtcjobwrapper";
-        LocalSysCpu = 0.0;
-        Iwd = "/home/xguo23/model_3_1.47/Simulation_condor/model_3/419"
-    ]
-
-    [
-        BlockWrites = 0;
-        LastJobStatus = 2;
-        JobCurrentStartExecutingDate = 1446133965;
-        WantRemoteIO = true;
-        RequestCpus = 1;
-        NumShadowStarts = 1;
-        RemoteUserCpu = 1.400000000000000E+01;
-        NiceUser = false;
-        BytesRecvd = 1.220270000000000E+06;
-        RequestMemory = 1000;
-        ResidentSetSize = 7500;
-        StreamOut = false;
-        SpooledOutputFiles = "chtcinnerwrapper,CURLTIME_1010832,ChtcWrapper21020.out,R2011b_INFO,AuditLog.21020,SLIBS2.tar.gz,CODEBLOWUP";
-        OnExitRemove = true;
-        ImageSize_RAW = 5124;
-        RemoteWallClockTime = 5.100000000000000E+01;
-        MachineAttrSlotWeight0 = 1;
-        ExecutableSize = 7;
-        JobStatus = 4;
-        DAGParentNodeNames = "";
-        ExitCode = 5;
-        DAGManNodesMask = "0,1,2,4,5,7,9,10,11,12,13,16,17,24,27";
-        BytesSent = 2.727283000000000E+06;
-        LastSuspensionTime = 0;
-        ExecutableSize_RAW = 6;
-        RecentBlockReadKbytes = 12;
-        TransferInputSizeMB = 1;
-        Matlab = "R2011b";
-        BlockReadKbytes = 12;
-        LocalSysCpu = 0.0;
-        WantGlidein = true;
-        Iwd = "/home/dentler/ChtcRun/project_auction/results_fix2/21020";
-        Cmd = "/home/dentler/ChtcRun/chtcjobwrapper";
-        RecentStatsLifetimeStarter = 40;
-        LeaveJobInQueue = false;
-        TargetType = "Machine";
-        WhenToTransferOutput = "ON_EXIT";
-        Owner = "dentler";
-        JobNotification = 0;
-        BufferSize = 524288;
-        RecentBlockWrites = 0;
-        CompletionDate = 1446134015;
-        LastMatchTime = 1446133964;
-        LastJobLeaseRenewal = 1446134015;
-        DAGManNodesLog = "/home/dentler/ChtcRun/project_auction/results_fix2/./mydag.dag.nodes.log";
-        ClusterId = 49583931;
-        NumJobStarts = 1;
-        JobUniverse = 5;
-        AutoClusterAttrs = "JobUniverse,LastCheckpointPlatform,NumCkpts,ClientMachine,_condor_RequestCpus,_condor_RequestDisk,_condor_RequestGPUs,_condor_RequestMemory,RequestCpus,RequestDisk,RequestGPUs,RequestMemory,BIOCHEM,MachineLastMatchTime,ConcurrencyLimits,NiceUser,Rank,Requirements,ImageSize,MemoryRequirements,User,RemoteGroup,SubmitterGroup,SubmitterUserPrio,Group,WIDsTheme,InteractiveJob,Is_Resumable,WantFlocking,WantGlidein,Scheduler,Owner,JobStart,MemoryUsage,IsExpressQueueJ [...]
-        MaxHosts = 1;
-        Args = "--type=Matlab --version=R2011b --cmdtorun=net_est --unique=21020 --";
-        CondorVersion = "$CondorVersion: 8.5.0 Sep 16 2015 BuildID: 341710 $";
-        CoreSize = 0;
-        OnExitHold = false;
-        CondorPlatform = "$CondorPlatform: X86_64-RedHat_6.6 $";
-        JobFinishedHookDone = 1446134015;
-        In = "/dev/null";
-        DiskUsage = 1250000;
-        EncryptExecuteDirectory = false;
-        CommittedSuspensionTime = 0;
-        User = "dentler@chtc.wisc.edu";
-        UserLog = "/home/dentler/ChtcRun/project_auction/results_fix2/21020/process.log";
-        JobCurrentStartDate = 1446133964;
-        BufferBlockSize = 32768;
-        MATCH_EXP_JOBGLIDEIN_ResourceName = "wisc.edu";
-        Requirements = ( ( OpSysMajorVer is 6 ) ) && ( MY.JobUniverse == 12 || MY.JobUniverse == 7 || MY.WantFlocking || MY.WantGlidein || TARGET.PoolName == "CHTC" || TARGET.COLLECTOR_HOST_STRING == "infopool.cs.wisc.edu" ) && ( TARGET.Arch == "X86_64" ) && ( TARGET.OpSys == "LINUX" ) && ( TARGET.Disk >= RequestDisk ) && ( TARGET.Memory >= RequestMemory ) && ( TARGET.HasFileTransfer );
-        MinHosts = 1;
-        JobLeaseDuration = 2400;
-        QDate = 1446133916;
-        PeriodicHold = false;
-        ProcId = 0;
-        Environment = "";
-        DAGNodeName = "21020+21020";
-        MemoryUsage = ( ( ResidentSetSize + 1023 ) / 1024 );
-        TerminationPending = true;
-        NumRestarts = 0;
-        NumSystemHolds = 0;
-        CommittedTime = 51;
-        AutoClusterId = 38259;
-        ExitStatus = 0;
-        ShouldTransferFiles = "YES";
-        MachineAttrCpus0 = 1;
-        WantRemoteSyscalls = false;
-        MyType = "Job";
-        CumulativeSuspensionTime = 0;
-        Rank = 0.0;
-        StartdPrincipal = "execute-side@matchsession/128.105.245.36";
-        WantFlocking = true;
-        Err = "process.err";
-        PeriodicRemove = false;
-        BlockWriteKbytes = 0;
-        ExitBySignal = false;
-        DAGManJobId = 49583804;
-        EnteredCurrentStatus = 1446134015;
-        JOBGLIDEIN_ResourceName = "$$([IfThenElse(IsUndefined(TARGET.GLIDEIN_ResourceName), IfThenElse(IsUndefined(TARGET.GLIDEIN_Site), \"wisc.edu\", TARGET.GLIDEIN_Site), TARGET.GLIDEIN_ResourceName)])";
-        RecentBlockWriteKbytes = 0;
-        TransferIn = false;
-        IsCHTCSubmit = true;
-        NumJobMatches = 1;
-        RootDir = "/";
-        JobStartDate = 1446133964;
-        JobPrio = 0;
-        CurrentHosts = 0;
-        GlobalJobId = "submit-3.chtc.wisc.edu#49583931.0#1446133916";
-        RemoteSysCpu = 8.000000000000000E+00;
-        TotalSuspensions = 0;
-        CommittedSlotTime = 5.100000000000000E+01;
-        WantCheckpoint = false;
-        BlockReads = 3;
-        LastRemoteHost = "slot1_10@e236.chtc.wisc.edu";
-        TransferInput = "/home/dentler/ChtcRun/project_auction/21020/,/home/dentler/ChtcRun/project_auction/shared/";
-        LocalUserCpu = 0.0;
-        PeriodicRelease = ( JobStatus == 5 ) && ( ( CurrentTime - EnteredCurrentStatus ) > 1800 ) && ( JobRunCount < 5 ) && ( HoldReasonCode != 6 ) && ( HoldReasonCode != 14 ) && ( HoldReasonCode != 22 );
-        RequestDisk = 4000000;
-        ResidentSetSize_RAW = 5124;
-        OrigMaxHosts = 1;
-        LastPublicClaimId = "<128.105.245.36:40852>#1445025971#4139#...";
-        WantRHEL6 = true;
-        NumCkpts_RAW = 0;
-        Out = "process.out";
-        SubmitEventNotes = "DAG Node: 21020+21020";
-        CumulativeSlotTime = 5.100000000000000E+01;
-        JobRunCount = 1;
-        RecentBlockReads = 3;
-        StreamErr = false;
-        DiskUsage_RAW = 1118707;
-        NumCkpts = 0;
-        StatsLifetimeStarter = 49;
-        ImageSize = 7500
-    ]
-
-    [
-        BlockWrites = 1;
-        LastJobStatus = 2;
-        JobCurrentStartExecutingDate = 1446133965;
-        WantRemoteIO = true;
-        RequestCpus = 1;
-        NumShadowStarts = 1;
-        RemoteUserCpu = 1.200000000000000E+01;
-        NiceUser = false;
-        BytesRecvd = 1.220267000000000E+06;
-        RequestMemory = 1000;
-        ResidentSetSize = 7500;
-        StreamOut = false;
-        SpooledOutputFiles = "chtcinnerwrapper,CURLTIME_517597,ChtcWrapper00202.out,R2011b_INFO,AuditLog.00202,SLIBS2.tar.gz,CODEBLOWUP";
-        OnExitRemove = true;
-        ImageSize_RAW = 5064;
-        RemoteWallClockTime = 4.400000000000000E+01;
-        MachineAttrSlotWeight0 = 1;
-        ExecutableSize = 7;
-        JobStatus = 4;
-        DAGParentNodeNames = "";
-        ExitCode = 5;
-        DAGManNodesMask = "0,1,2,4,5,7,9,10,11,12,13,16,17,24,27";
-        BytesSent = 2.727272000000000E+06;
-        LastSuspensionTime = 0;
-        ExecutableSize_RAW = 6;
-        RecentBlockReadKbytes = 156;
-        TransferInputSizeMB = 1;
-        Matlab = "R2011b";
-        BlockReadKbytes = 156;
-        RecentStatsLifetimeStarter = 32;
-        LeaveJobInQueue = false;
-        TargetType = "Machine";
-        WhenToTransferOutput = "ON_EXIT";
-        Owner = "dentler";
-        JobNotification = 0;
-        BufferSize = 524288;
-        RecentBlockWrites = 1;
-        CompletionDate = 1446134008;
-        QDate = 1446133871;
-        JobLeaseDuration = 2400;
-        JobFinishedHookDone = 1446134008;
-        LastMatchTime = 1446133964;
-        LastJobLeaseRenewal = 1446134008;
-        DAGManNodesLog = "/home/dentler/ChtcRun/project_auction/results_fix2/./mydag.dag.nodes.log";
-        ClusterId = 49583894;
-        JobUniverse = 5;
-        NumJobStarts = 1;
-        CondorVersion = "$CondorVersion: 8.5.0 Sep 16 2015 BuildID: 341710 $";
-        CoreSize = 0;
-        OnExitHold = false;
-        CondorPlatform = "$CondorPlatform: X86_64-RedHat_6.6 $";
-        In = "/dev/null";
-        DiskUsage = 1250000;
-        EncryptExecuteDirectory = false;
-        CommittedSuspensionTime = 0;
-        User = "dentler@chtc.wisc.edu";
-        UserLog = "/home/dentler/ChtcRun/project_auction/results_fix2/00202/process.log";
-        JobCurrentStartDate = 1446133964;
-        BufferBlockSize = 32768;
-        MATCH_EXP_JOBGLIDEIN_ResourceName = "wisc.edu";
-        Requirements = ( ( OpSysMajorVer is 6 ) ) && ( MY.JobUniverse == 12 || MY.JobUniverse == 7 || MY.WantFlocking || MY.WantGlidein || TARGET.PoolName == "CHTC" || TARGET.COLLECTOR_HOST_STRING == "infopool.cs.wisc.edu" ) && ( TARGET.Arch == "X86_64" ) && ( TARGET.OpSys == "LINUX" ) && ( TARGET.Disk >= RequestDisk ) && ( TARGET.Memory >= RequestMemory ) && ( TARGET.HasFileTransfer );
-        MinHosts = 1;
-        MaxHosts = 1;
-        Args = "--type=Matlab --version=R2011b --cmdtorun=net_est --unique=00202 --";
-        PeriodicHold = false;
-        ProcId = 0;
-        Environment = "";
-        DAGNodeName = "00202+00202";
-        MemoryUsage = ( ( ResidentSetSize + 1023 ) / 1024 );
-        TerminationPending = true;
-        NumRestarts = 0;
-        NumSystemHolds = 0;
-        CommittedTime = 44;
-        MachineAttrCpus0 = 1;
-        WantRemoteSyscalls = false;
-        MyType = "Job";
-        CumulativeSuspensionTime = 0;
-        Rank = 0.0;
-        StartdPrincipal = "execute-side@matchsession/128.104.58.28";
-        WantFlocking = true;
-        Err = "process.err";
-        PeriodicRemove = false;
-        BlockWriteKbytes = 32;
-        ExitBySignal = false;
-        DAGManJobId = 49583804;
-        EnteredCurrentStatus = 1446134008;
-        JOBGLIDEIN_ResourceName = "$$([IfThenElse(IsUndefined(TARGET.GLIDEIN_ResourceName), IfThenElse(IsUndefined(TARGET.GLIDEIN_Site), \"wisc.edu\", TARGET.GLIDEIN_Site), TARGET.GLIDEIN_ResourceName)])";
-        RecentBlockWriteKbytes = 32;
-        TransferIn = false;
-        ExitStatus = 0;
-        ShouldTransferFiles = "YES";
-        IsCHTCSubmit = true;
-        NumJobMatches = 1;
-        RootDir = "/";
-        JobStartDate = 1446133964;
-        JobPrio = 0;
-        CurrentHosts = 0;
-        GlobalJobId = "submit-3.chtc.wisc.edu#49583894.0#1446133871";
-        RemoteSysCpu = 7.000000000000000E+00;
-        TotalSuspensions = 0;
-        CommittedSlotTime = 4.400000000000000E+01;
-        WantCheckpoint = false;
-        BlockReads = 6;
-        LastRemoteHost = "slot1_23@e018.chtc.wisc.edu";
-        TransferInput = "/home/dentler/ChtcRun/project_auction/00202/,/home/dentler/ChtcRun/project_auction/shared/";
-        LocalUserCpu = 0.0;
-        PeriodicRelease = ( JobStatus == 5 ) && ( ( CurrentTime - EnteredCurrentStatus ) > 1800 ) && ( JobRunCount < 5 ) && ( HoldReasonCode != 6 ) && ( HoldReasonCode != 14 ) && ( HoldReasonCode != 22 );
-        RequestDisk = 4000000;
-        ResidentSetSize_RAW = 5056;
-        OrigMaxHosts = 1;
-        LastPublicClaimId = "<128.104.58.28:7648>#1445363387#2925#...";
-        WantRHEL6 = true;
-        NumCkpts_RAW = 0;
-        Out = "process.out";
-        SubmitEventNotes = "DAG Node: 00202+00202";
-        CumulativeSlotTime = 4.400000000000000E+01;
-        JobRunCount = 1;
-        RecentBlockReads = 6;
-        StreamErr = false;
-        DiskUsage_RAW = 1206795;
-        NumCkpts = 0;
-        StatsLifetimeStarter = 42;
-        ImageSize = 7500;
-        Cmd = "/home/dentler/ChtcRun/chtcjobwrapper";
-        WantGlidein = true;
-        LocalSysCpu = 0.0;
-        Iwd = "/home/dentler/ChtcRun/project_auction/results_fix2/00202"
-    ]
-
-    [
-        BlockWrites = 0;
-        LastJobStatus = 2;
-        JobCurrentStartExecutingDate = 1446116498;
-        WantRemoteIO = true;
-        RequestCpus = 1;
-        NumShadowStarts = 1;
-        RemoteUserCpu = 1.735700000000000E+04;
-        NiceUser = false;
-        RequestMemory = 1000;
-        BytesRecvd = 2.846290000000000E+05;
-        ResidentSetSize = 150000;
-        StreamOut = false;
-        SpooledOutputFiles = "CURLTIME_373303,ChtcWrapper280.out,AuditLog.280,simu_3_280.txt,harvest.log,280.out";
-        OnExitRemove = true;
-        ImageSize_RAW = 811948;
-        RemoteWallClockTime = 1.750600000000000E+04;
-        MachineAttrSlotWeight0 = 1;
-        ExecutableSize = 7;
-        JobStatus = 4;
-        DAGParentNodeNames = "";
-        ExitCode = 0;
-        DAGManNodesMask = "0,1,2,4,5,7,9,10,11,12,13,16,17,24,27";
-        BytesSent = 2.789400000000000E+04;
-        LastSuspensionTime = 0;
-        ExecutableSize_RAW = 6;
-        RecentBlockReadKbytes = 0;
-        TransferInputSizeMB = 0;
-        Matlab = "R2011b";
-        BlockReadKbytes = 0;
-        RecentStatsLifetimeStarter = 1200;
-        LeaveJobInQueue = false;
-        TargetType = "Machine";
-        WhenToTransferOutput = "ON_EXIT";
-        Owner = "xguo23";
-        JobNotification = 0;
-        BufferSize = 524288;
-        RecentBlockWrites = 0;
-        CompletionDate = 1446134003;
-        QDate = 1446105864;
-        JobLeaseDuration = 2400;
-        JobFinishedHookDone = 1446134003;
-        LastMatchTime = 1446116497;
-        LastJobLeaseRenewal = 1446134003;
-        DAGManNodesLog = "/home/xguo23/model_3_1.47/Simulation_condor/model_3/./mydag.dag.nodes.log";
-        ClusterId = 49582873;
-        JobUniverse = 5;
-        NumJobStarts = 1;
-        CondorVersion = "$CondorVersion: 8.5.0 Sep 16 2015 BuildID: 341710 $";
-        CoreSize = 0;
-        OnExitHold = false;
-        CondorPlatform = "$CondorPlatform: X86_64-RedHat_6.6 $";
-        In = "/dev/null";
-        DiskUsage = 1250000;
-        EncryptExecuteDirectory = false;
-        CommittedSuspensionTime = 0;
-        User = "xguo23@chtc.wisc.edu";
-        UserLog = "/home/xguo23/model_3_1.47/Simulation_condor/model_3/280/process.log";
-        JobCurrentStartDate = 1446116497;
-        BufferBlockSize = 32768;
-        MATCH_EXP_JOBGLIDEIN_ResourceName = "wisc.edu";
-        Requirements = ( ( OpSysMajorVer is 6 ) ) && ( MY.JobUniverse == 12 || MY.JobUniverse == 7 || MY.WantFlocking || MY.WantGlidein || TARGET.PoolName == "CHTC" || TARGET.COLLECTOR_HOST_STRING == "infopool.cs.wisc.edu" ) && ( TARGET.Arch == "X86_64" ) && ( TARGET.OpSys == "LINUX" ) && ( TARGET.Disk >= RequestDisk ) && ( TARGET.Memory >= RequestMemory ) && ( TARGET.HasFileTransfer );
-        MinHosts = 1;
-        MaxHosts = 1;
-        Args = "--type=Matlab --version=R2011b --cmdtorun=simu_condor --unique=280 -- 3";
-        PeriodicHold = false;
-        ProcId = 0;
-        Environment = "";
-        DAGNodeName = "280+280";
-        MemoryUsage = ( ( ResidentSetSize + 1023 ) / 1024 );
-        TerminationPending = true;
-        NumRestarts = 0;
-        NumSystemHolds = 0;
-        CommittedTime = 17506;
-        MachineAttrCpus0 = 1;
-        WantRemoteSyscalls = false;
-        MyType = "Job";
-        CumulativeSuspensionTime = 0;
-        Rank = 0.0;
-        StartdPrincipal = "execute-side@matchsession/128.105.245.244";
-        Err = "process.err";
-        PeriodicRemove = false;
-        BlockWriteKbytes = 0;
-        ExitBySignal = false;
-        DAGManJobId = 49582200;
-        EnteredCurrentStatus = 1446134003;
-        JOBGLIDEIN_ResourceName = "$$([IfThenElse(IsUndefined(TARGET.GLIDEIN_ResourceName), IfThenElse(IsUndefined(TARGET.GLIDEIN_Site), \"wisc.edu\", TARGET.GLIDEIN_Site), TARGET.GLIDEIN_ResourceName)])";
-        RecentBlockWriteKbytes = 0;
-        TransferIn = false;
-        ExitStatus = 0;
-        ShouldTransferFiles = "YES";
-        IsCHTCSubmit = true;
-        NumJobMatches = 1;
-        RootDir = "/";
-        JobStartDate = 1446116497;
-        JobPrio = 0;
-        CurrentHosts = 0;
-        GlobalJobId = "submit-3.chtc.wisc.edu#49582873.0#1446105864";
-        RemoteSysCpu = 1.120000000000000E+02;
-        TotalSuspensions = 0;
-        CommittedSlotTime = 1.750600000000000E+04;
-        WantCheckpoint = false;
-        BlockReads = 0;
-        LastRemoteHost = "slot1@e444.chtc.wisc.edu";
-        TransferInput = "/home/xguo23/model_3_1.47/Simulation_condor/data/280/,/home/xguo23/model_3_1.47/Simulation_condor/data/shared/";
-        LocalUserCpu = 0.0;
-        PeriodicRelease = ( JobStatus == 5 ) && ( ( CurrentTime - EnteredCurrentStatus ) > 1800 ) && ( JobRunCount < 5 ) && ( HoldReasonCode != 6 ) && ( HoldReasonCode != 14 ) && ( HoldReasonCode != 22 );
-        RequestDisk = 1000000;
-        ResidentSetSize_RAW = 126200;
-        OrigMaxHosts = 1;
-        LastPublicClaimId = "<128.105.245.244:1411>#1443991446#13109#...";
-        WantRHEL6 = true;
-        NumCkpts_RAW = 0;
-        Out = "process.out";
-        SubmitEventNotes = "DAG Node: 280+280";
-        CumulativeSlotTime = 1.750600000000000E+04;
-        JobRunCount = 1;
-        RecentBlockReads = 0;
-        StreamErr = false;
-        DiskUsage_RAW = 1216669;
-        NumCkpts = 0;
-        StatsLifetimeStarter = 17505;
-        ImageSize = 1000000;
-        Cmd = "/home/xguo23/model_3_1.47/Simulation_condor/chtcjobwrapper";
-        LocalSysCpu = 0.0;
-        Iwd = "/home/xguo23/model_3_1.47/Simulation_condor/model_3/280"
-    ]
-
-    [
-        BlockWrites = 0;
-        LastJobStatus = 2;
-        JobCurrentStartExecutingDate = 1446133933;
-        WantRemoteIO = true;
-        RequestCpus = 1;
-        NumShadowStarts = 1;
-        RemoteUserCpu = 1.500000000000000E+01;
-        NiceUser = false;
-        BytesRecvd = 1.220270000000000E+06;
-        RequestMemory = 1000;
-        ResidentSetSize = 5000;
-        StreamOut = false;
-        SpooledOutputFiles = "chtcinnerwrapper,CURLTIME_2149965,ChtcWrapper10200.out,R2011b_INFO,AuditLog.10200,SLIBS2.tar.gz,CODEBLOWUP";
-        OnExitRemove = true;
-        ImageSize_RAW = 28840;
-        RemoteWallClockTime = 4.800000000000000E+01;
-        MachineAttrSlotWeight0 = 1;
-        ExecutableSize = 7;
-        JobStatus = 4;
-        DAGParentNodeNames = "";
-        ExitCode = 5;
-        DAGManNodesMask = "0,1,2,4,5,7,9,10,11,12,13,16,17,24,27";
-        BytesSent = 2.727275000000000E+06;
-        LastSuspensionTime = 0;
-        ExecutableSize_RAW = 6;
-        RecentBlockReadKbytes = 180;
-        TransferInputSizeMB = 1;
-        Matlab = "R2011b";
-        BlockReadKbytes = 180;
-        LocalSysCpu = 0.0;
-        WantGlidein = true;
-        Iwd = "/home/dentler/ChtcRun/project_auction/results_fix2/10200";
-        Cmd = "/home/dentler/ChtcRun/chtcjobwrapper";
-        RecentStatsLifetimeStarter = 37;
-        LeaveJobInQueue = false;
-        TargetType = "Machine";
-        WhenToTransferOutput = "ON_EXIT";
-        Owner = "dentler";
-        JobNotification = 0;
-        BufferSize = 524288;
-        RecentBlockWrites = 0;
-        CompletionDate = 1446133980;
-        LastMatchTime = 1446133932;
-        LastJobLeaseRenewal = 1446133980;
-        DAGManNodesLog = "/home/dentler/ChtcRun/project_auction/results_fix2/./mydag.dag.nodes.log";
-        ClusterId = 49583854;
-        NumJobStarts = 1;
-        JobUniverse = 5;
-        AutoClusterAttrs = "JobUniverse,LastCheckpointPlatform,NumCkpts,ClientMachine,_condor_RequestCpus,_condor_RequestDisk,_condor_RequestGPUs,_condor_RequestMemory,RequestCpus,RequestDisk,RequestGPUs,RequestMemory,BIOCHEM,MachineLastMatchTime,ConcurrencyLimits,NiceUser,Rank,Requirements,ImageSize,MemoryRequirements,User,RemoteGroup,SubmitterGroup,SubmitterUserPrio,Group,WIDsTheme,InteractiveJob,Is_Resumable,WantFlocking,WantGlidein,Scheduler,Owner,JobStart,MemoryUsage,IsExpressQueueJ [...]
-        MaxHosts = 1;
-        Args = "--type=Matlab --version=R2011b --cmdtorun=net_est --unique=10200 --";
-        CondorVersion = "$CondorVersion: 8.5.0 Sep 16 2015 BuildID: 341710 $";
-        CoreSize = 0;
-        OnExitHold = false;
-        CondorPlatform = "$CondorPlatform: X86_64-RedHat_6.6 $";
-        JobFinishedHookDone = 1446133980;
-        In = "/dev/null";
-        DiskUsage = 1250000;
-        EncryptExecuteDirectory = false;
-        CommittedSuspensionTime = 0;
-        User = "dentler@chtc.wisc.edu";
-        UserLog = "/home/dentler/ChtcRun/project_auction/results_fix2/10200/process.log";
-        JobCurrentStartDate = 1446133932;
-        BufferBlockSize = 32768;
-        MATCH_EXP_JOBGLIDEIN_ResourceName = "wisc.edu";
-        Requirements = ( ( OpSysMajorVer is 6 ) ) && ( MY.JobUniverse == 12 || MY.JobUniverse == 7 || MY.WantFlocking || MY.WantGlidein || TARGET.PoolName == "CHTC" || TARGET.COLLECTOR_HOST_STRING == "infopool.cs.wisc.edu" ) && ( TARGET.Arch == "X86_64" ) && ( TARGET.OpSys == "LINUX" ) && ( TARGET.Disk >= RequestDisk ) && ( TARGET.Memory >= RequestMemory ) && ( TARGET.HasFileTransfer );
-        MinHosts = 1;
-        JobLeaseDuration = 2400;
-        QDate = 1446133826;
-        PeriodicHold = false;
-        ProcId = 0;
-        Environment = "";
-        DAGNodeName = "10200+10200";
-        MemoryUsage = ( ( ResidentSetSize + 1023 ) / 1024 );
-        TerminationPending = true;
-        NumRestarts = 0;
-        NumSystemHolds = 0;
-        CommittedTime = 48;
-        AutoClusterId = 38256;
-        ExitStatus = 0;
-        ShouldTransferFiles = "YES";
-        MachineAttrCpus0 = 1;
-        WantRemoteSyscalls = false;
-        MyType = "Job";
-        CumulativeSuspensionTime = 0;
-        Rank = 0.0;
-        StartdPrincipal = "execute-side@matchsession/128.104.58.32";
-        WantFlocking = true;
-        Err = "process.err";
-        PeriodicRemove = false;
-        BlockWriteKbytes = 0;
-        ExitBySignal = false;
-        DAGManJobId = 49583804;
-        EnteredCurrentStatus = 1446133980;
-        JOBGLIDEIN_ResourceName = "$$([IfThenElse(IsUndefined(TARGET.GLIDEIN_ResourceName), IfThenElse(IsUndefined(TARGET.GLIDEIN_Site), \"wisc.edu\", TARGET.GLIDEIN_Site), TARGET.GLIDEIN_ResourceName)])";
-        RecentBlockWriteKbytes = 0;
-        TransferIn = false;
-        IsCHTCSubmit = true;
-        NumJobMatches = 1;
-        RootDir = "/";
-        JobStartDate = 1446133932;
-        JobPrio = 0;
-        CurrentHosts = 0;
-        GlobalJobId = "submit-3.chtc.wisc.edu#49583854.0#1446133826";
-        RemoteSysCpu = 9.000000000000000E+00;
-        TotalSuspensions = 0;
-        CommittedSlotTime = 4.800000000000000E+01;
-        WantCheckpoint = false;
-        BlockReads = 12;
-        LastRemoteHost = "slot1_16@e022.chtc.wisc.edu";
-        TransferInput = "/home/dentler/ChtcRun/project_auction/10200/,/home/dentler/ChtcRun/project_auction/shared/";
-        LocalUserCpu = 0.0;
-        PeriodicRelease = ( JobStatus == 5 ) && ( ( CurrentTime - EnteredCurrentStatus ) > 1800 ) && ( JobRunCount < 5 ) && ( HoldReasonCode != 6 ) && ( HoldReasonCode != 14 ) && ( HoldReasonCode != 22 );
-        RequestDisk = 4000000;
-        ResidentSetSize_RAW = 4816;
-        OrigMaxHosts = 1;
-        LastPublicClaimId = "<128.104.58.32:31836>#1445317370#2779#...";
-        WantRHEL6 = true;
-        NumCkpts_RAW = 0;
-        Out = "process.out";
-        SubmitEventNotes = "DAG Node: 10200+10200";
-        CumulativeSlotTime = 4.800000000000000E+01;
-        JobRunCount = 1;
-        RecentBlockReads = 12;
-        StreamErr = false;
-        DiskUsage_RAW = 1206292;
-        NumCkpts = 0;
-        StatsLifetimeStarter = 46;
-        ImageSize = 30000
-    ]
-
-    [
-        BlockWrites = 0;
-        LastJobStatus = 2;
-        JobCurrentStartExecutingDate = 1446133934;
-        WantRemoteIO = true;
-        RequestCpus = 1;
-        NumShadowStarts = 1;
-        RemoteUserCpu = 1.500000000000000E+01;
-        NiceUser = false;
-        BytesRecvd = 1.220270000000000E+06;
-        RequestMemory = 1000;
-        ResidentSetSize = 5000;
-        StreamOut = false;
-        SpooledOutputFiles = "chtcinnerwrapper,CURLTIME_2149966,ChtcWrapper11010.out,R2011b_INFO,AuditLog.11010,SLIBS2.tar.gz,CODEBLOWUP";
-        OnExitRemove = true;
-        ImageSize_RAW = 4812;
-        RemoteWallClockTime = 4.700000000000000E+01;
-        MachineAttrSlotWeight0 = 1;
-        ExecutableSize = 7;
-        JobStatus = 4;
-        DAGParentNodeNames = "";
-        ExitCode = 5;
-        DAGManNodesMask = "0,1,2,4,5,7,9,10,11,12,13,16,17,24,27";
-        BytesSent = 2.727276000000000E+06;
-        LastSuspensionTime = 0;
-        ExecutableSize_RAW = 6;
-        RecentBlockReadKbytes = 36;
-        TransferInputSizeMB = 1;
-        Matlab = "R2011b";
-        BlockReadKbytes = 36;
-        LocalSysCpu = 0.0;
-        WantGlidein = true;
-        Iwd = "/home/dentler/ChtcRun/project_auction/results_fix2/11010";
-        Cmd = "/home/dentler/ChtcRun/chtcjobwrapper";
-        RecentStatsLifetimeStarter = 37;
-        LeaveJobInQueue = false;
-        TargetType = "Machine";
-        WhenToTransferOutput = "ON_EXIT";
-        Owner = "dentler";
-        JobNotification = 0;
-        BufferSize = 524288;
-        RecentBlockWrites = 0;
-        CompletionDate = 1446133979;
-        LastMatchTime = 1446133932;
-        LastJobLeaseRenewal = 1446133979;
-        DAGManNodesLog = "/home/dentler/ChtcRun/project_auction/results_fix2/./mydag.dag.nodes.log";
-        ClusterId = 49583856;
-        NumJobStarts = 1;
-        JobUniverse = 5;
-        AutoClusterAttrs = "JobUniverse,LastCheckpointPlatform,NumCkpts,ClientMachine,_condor_RequestCpus,_condor_RequestDisk,_condor_RequestGPUs,_condor_RequestMemory,RequestCpus,RequestDisk,RequestGPUs,RequestMemory,BIOCHEM,MachineLastMatchTime,ConcurrencyLimits,NiceUser,Rank,Requirements,ImageSize,MemoryRequirements,User,RemoteGroup,SubmitterGroup,SubmitterUserPrio,Group,WIDsTheme,InteractiveJob,Is_Resumable,WantFlocking,WantGlidein,Scheduler,Owner,JobStart,MemoryUsage,IsExpressQueueJ [...]
-        MaxHosts = 1;
-        Args = "--type=Matlab --version=R2011b --cmdtorun=net_est --unique=11010 --";
-        CondorVersion = "$CondorVersion: 8.5.0 Sep 16 2015 BuildID: 341710 $";
-        CoreSize = 0;
-        OnExitHold = false;
-        CondorPlatform = "$CondorPlatform: X86_64-RedHat_6.6 $";
-        JobFinishedHookDone = 1446133979;
-        In = "/dev/null";
-        DiskUsage = 1250000;
-        EncryptExecuteDirectory = false;
-        CommittedSuspensionTime = 0;
-        User = "dentler@chtc.wisc.edu";
-        UserLog = "/home/dentler/ChtcRun/project_auction/results_fix2/11010/process.log";
-        JobCurrentStartDate = 1446133932;
-        BufferBlockSize = 32768;
-        MATCH_EXP_JOBGLIDEIN_ResourceName = "wisc.edu";
-        Requirements = ( ( OpSysMajorVer is 6 ) ) && ( MY.JobUniverse == 12 || MY.JobUniverse == 7 || MY.WantFlocking || MY.WantGlidein || TARGET.PoolName == "CHTC" || TARGET.COLLECTOR_HOST_STRING == "infopool.cs.wisc.edu" ) && ( TARGET.Arch == "X86_64" ) && ( TARGET.OpSys == "LINUX" ) && ( TARGET.Disk >= RequestDisk ) && ( TARGET.Memory >= RequestMemory ) && ( TARGET.HasFileTransfer );
-        MinHosts = 1;
-        JobLeaseDuration = 2400;
-        QDate = 1446133831;
-        PeriodicHold = false;
-        ProcId = 0;
-        Environment = "";
-        DAGNodeName = "11010+11010";
-        MemoryUsage = ( ( ResidentSetSize + 1023 ) / 1024 );
-        TerminationPending = true;
-        NumRestarts = 0;
-        NumSystemHolds = 0;
-        CommittedTime = 47;
-        AutoClusterId = 38257;
-        ExitStatus = 0;
-        ShouldTransferFiles = "YES";
-        MachineAttrCpus0 = 1;
-        WantRemoteSyscalls = false;
-        MyType = "Job";
-        CumulativeSuspensionTime = 0;
-        Rank = 0.0;
-        StartdPrincipal = "execute-side@matchsession/128.104.58.32";
-        WantFlocking = true;
-        Err = "process.err";
-        PeriodicRemove = false;
-        BlockWriteKbytes = 0;
-        ExitBySignal = false;
-        DAGManJobId = 49583804;
-        EnteredCurrentStatus = 1446133979;
-        JOBGLIDEIN_ResourceName = "$$([IfThenElse(IsUndefined(TARGET.GLIDEIN_ResourceName), IfThenElse(IsUndefined(TARGET.GLIDEIN_Site), \"wisc.edu\", TARGET.GLIDEIN_Site), TARGET.GLIDEIN_ResourceName)])";
-        RecentBlockWriteKbytes = 0;
-        TransferIn = false;
-        IsCHTCSubmit = true;
-        NumJobMatches = 1;
-        RootDir = "/";
-        JobStartDate = 1446133932;
-        JobPrio = 0;
-        CurrentHosts = 0;
-        GlobalJobId = "submit-3.chtc.wisc.edu#49583856.0#1446133831";
-        RemoteSysCpu = 1.100000000000000E+01;
-        TotalSuspensions = 0;
-        CommittedSlotTime = 4.700000000000000E+01;
-        WantCheckpoint = false;
-        BlockReads = 3;
-        LastRemoteHost = "slot1_17@e022.chtc.wisc.edu";
-        TransferInput = "/home/dentler/ChtcRun/project_auction/11010/,/home/dentler/ChtcRun/project_auction/shared/";
-        LocalUserCpu = 0.0;
-        PeriodicRelease = ( JobStatus == 5 ) && ( ( CurrentTime - EnteredCurrentStatus ) > 1800 ) && ( JobRunCount < 5 ) && ( HoldReasonCode != 6 ) && ( HoldReasonCode != 14 ) && ( HoldReasonCode != 22 );
-        RequestDisk = 4000000;
-        ResidentSetSize_RAW = 4812;
-        OrigMaxHosts = 1;
-        LastPublicClaimId = "<128.104.58.32:31836>#1445317370#2817#...";
-        WantRHEL6 = true;
-        NumCkpts_RAW = 0;
-        Out = "process.out";
-        SubmitEventNotes = "DAG Node: 11010+11010";
-        CumulativeSlotTime = 4.700000000000000E+01;
-        JobRunCount = 1;
-        RecentBlockReads = 3;
-        StreamErr = false;
-        DiskUsage_RAW = 1206312;
-        NumCkpts = 0;
-        StatsLifetimeStarter = 45;
-        ImageSize = 5000
-    ]
-
-    [
-        BlockWrites = 0;
-        LastJobStatus = 2;
-        JobCurrentStartExecutingDate = 1446133931;
-        WantRemoteIO = true;
-        RequestCpus = 1;
-        NumShadowStarts = 1;
-        RemoteUserCpu = 1.000000000000000E+01;
-        NiceUser = false;
-        BytesRecvd = 1.220270000000000E+06;
-        RequestMemory = 1000;
-        ResidentSetSize = 7500;
-        StreamOut = false;
-        SpooledOutputFiles = "chtcinnerwrapper,CURLTIME_2893592,ChtcWrapper01100.out,R2011b_INFO,AuditLog.01100,SLIBS2.tar.gz,CODEBLOWUP";
-        OnExitRemove = true;
-        ImageSize_RAW = 5048;
-        RemoteWallClockTime = 4.000000000000000E+01;
-        MachineAttrSlotWeight0 = 1;
-        ExecutableSize = 7;
-        JobStatus = 4;
-        DAGParentNodeNames = "";
-        ExitCode = 5;
-        DAGManNodesMask = "0,1,2,4,5,7,9,10,11,12,13,16,17,24,27";
-        BytesSent = 2.727275000000000E+06;
-        LastSuspensionTime = 0;
-        ExecutableSize_RAW = 6;
-        RecentBlockReadKbytes = 108;
-        TransferInputSizeMB = 1;
-        Matlab = "R2011b";
-        BlockReadKbytes = 108;
-        LocalSysCpu = 0.0;
-        WantGlidein = true;
-        Iwd = "/home/dentler/ChtcRun/project_auction/results_fix2/01100";
-        Cmd = "/home/dentler/ChtcRun/chtcjobwrapper";
-        RecentStatsLifetimeStarter = 30;
-        LeaveJobInQueue = false;
-        TargetType = "Machine";
-        WhenToTransferOutput = "ON_EXIT";
-        Owner = "dentler";
-        JobNotification = 0;
-        BufferSize = 524288;
-        RecentBlockWrites = 0;
-        CompletionDate = 1446133970;
-        LastMatchTime = 1446133930;
-        LastJobLeaseRenewal = 1446133970;
-        DAGManNodesLog = "/home/dentler/ChtcRun/project_auction/results_fix2/./mydag.dag.nodes.log";
-        ClusterId = 49583811;
-        NumJobStarts = 1;
-        JobUniverse = 5;
-        AutoClusterAttrs = "JobUniverse,LastCheckpointPlatform,NumCkpts,ClientMachine,_condor_RequestCpus,_condor_RequestDisk,_condor_RequestGPUs,_condor_RequestMemory,RequestCpus,RequestDisk,RequestGPUs,RequestMemory,BIOCHEM,MachineLastMatchTime,ConcurrencyLimits,NiceUser,Rank,Requirements,ImageSize,MemoryRequirements,User,RemoteGroup,SubmitterGroup,SubmitterUserPrio,Group,WIDsTheme,InteractiveJob,Is_Resumable,WantFlocking,WantGlidein,Scheduler,Owner,JobStart,MemoryUsage,IsExpressQueueJ [...]
-        MaxHosts = 1;
-        Args = "--type=Matlab --version=R2011b --cmdtorun=net_est --unique=01100 --";
-        CondorVersion = "$CondorVersion: 8.5.0 Sep 16 2015 BuildID: 341710 $";
-        CoreSize = 0;
-        OnExitHold = false;
-        CondorPlatform = "$CondorPlatform: X86_64-RedHat_6.6 $";
-        JobFinishedHookDone = 1446133971;
-        In = "/dev/null";
-        DiskUsage = 1250000;
-        EncryptExecuteDirectory = false;
-        CommittedSuspensionTime = 0;
-        User = "dentler@chtc.wisc.edu";
-        UserLog = "/home/dentler/ChtcRun/project_auction/results_fix2/01100/process.log";
-        JobCurrentStartDate = 1446133930;
-        BufferBlockSize = 32768;
-        MATCH_EXP_JOBGLIDEIN_ResourceName = "wisc.edu";
-        Requirements = ( ( OpSysMajorVer is 6 ) ) && ( MY.JobUniverse == 12 || MY.JobUniverse == 7 || MY.WantFlocking || MY.WantGlidein || TARGET.PoolName == "CHTC" || TARGET.COLLECTOR_HOST_STRING == "infopool.cs.wisc.edu" ) && ( TARGET.Arch == "X86_64" ) && ( TARGET.OpSys == "LINUX" ) && ( TARGET.Disk >= RequestDisk ) && ( TARGET.Memory >= RequestMemory ) && ( TARGET.HasFileTransfer );
-        MinHosts = 1;
-        JobLeaseDuration = 2400;
-        QDate = 1446133780;
-        PeriodicHold = false;
-        ProcId = 0;
-        Environment = "";
-        DAGNodeName = "01100+01100";
-        MemoryUsage = ( ( ResidentSetSize + 1023 ) / 1024 );
-        TerminationPending = true;
-        NumRestarts = 0;
-        NumSystemHolds = 0;
-        CommittedTime = 40;
-        AutoClusterId = 38254;
-        ExitStatus = 0;
-        ShouldTransferFiles = "YES";
-        MachineAttrCpus0 = 1;
-        WantRemoteSyscalls = false;
-        MyType = "Job";
-        CumulativeSuspensionTime = 0;
-        Rank = 0.0;
-        StartdPrincipal = "execute-side@matchsession/128.105.245.6";
-        WantFlocking = true;
-        Err = "process.err";
-        PeriodicRemove = false;
-        BlockWriteKbytes = 0;
-        ExitBySignal = false;
-        DAGManJobId = 49583804;
-        EnteredCurrentStatus = 1446133970;
-        JOBGLIDEIN_ResourceName = "$$([IfThenElse(IsUndefined(TARGET.GLIDEIN_ResourceName), IfThenElse(IsUndefined(TARGET.GLIDEIN_Site), \"wisc.edu\", TARGET.GLIDEIN_Site), TARGET.GLIDEIN_ResourceName)])";
-        RecentBlockWriteKbytes = 0;
-        TransferIn = false;
-        IsCHTCSubmit = true;
-        NumJobMatches = 1;
-        RootDir = "/";
-        JobStartDate = 1446133930;
-        JobPrio = 0;
-        CurrentHosts = 0;
-        GlobalJobId = "submit-3.chtc.wisc.edu#49583811.0#1446133780";
-        RemoteSysCpu = 6.000000000000000E+00;
-        TotalSuspensions = 0;
-        CommittedSlotTime = 4.000000000000000E+01;
-        WantCheckpoint = false;
-        BlockReads = 8;
-        LastRemoteHost = "slot1@e206.chtc.wisc.edu";
-        TransferInput = "/home/dentler/ChtcRun/project_auction/01100/,/home/dentler/ChtcRun/project_auction/shared/";
-        LocalUserCpu = 0.0;
-        PeriodicRelease = ( JobStatus == 5 ) && ( ( CurrentTime - EnteredCurrentStatus ) > 1800 ) && ( JobRunCount < 5 ) && ( HoldReasonCode != 6 ) && ( HoldReasonCode != 14 ) && ( HoldReasonCode != 22 );
-        RequestDisk = 4000000;
-        ResidentSetSize_RAW = 5044;
-        OrigMaxHosts = 1;
-        LastPublicClaimId = "<128.105.245.6:9783>#1444977535#2490#...";
-        WantRHEL6 = true;
-        NumCkpts_RAW = 0;
-        Out = "process.out";
-        SubmitEventNotes = "DAG Node: 01100+01100";
-        CumulativeSlotTime = 4.000000000000000E+01;
-        JobRunCount = 1;
-        RecentBlockReads = 8;
-        StreamErr = false;
-        DiskUsage_RAW = 1206320;
-        NumCkpts = 0;
-        StatsLifetimeStarter = 39;
-        ImageSize = 7500
-    ]
-
-    [
-        BlockWrites = 0;
-        LastJobStatus = 2;
-        JobCurrentStartExecutingDate = 1446115779;
-        WantRemoteIO = true;
-        RequestCpus = 1;
-        NumShadowStarts = 1;
-        RemoteUserCpu = 1.805400000000000E+04;
-        NiceUser = false;
-        RequestMemory = 1000;
-        BytesRecvd = 2.846290000000000E+05;
-        ResidentSetSize = 150000;
-        StreamOut = false;
-        SpooledOutputFiles = "CURLTIME_1401618,ChtcWrapper440.out,AuditLog.440,simu_3_440.txt,harvest.log,440.out";
-        OnExitRemove = true;
-        ImageSize_RAW = 811948;
-        RemoteWallClockTime = 1.818900000000000E+04;
-        MachineAttrSlotWeight0 = 1;
-        ExecutableSize = 7;
-        JobStatus = 4;
-        DAGParentNodeNames = "";
-        ExitCode = 0;
-        DAGManNodesMask = "0,1,2,4,5,7,9,10,11,12,13,16,17,24,27";
-        BytesSent = 2.791400000000000E+04;
-        LastSuspensionTime = 0;
-        ExecutableSize_RAW = 6;
-        RecentBlockReadKbytes = 0;
-        TransferInputSizeMB = 0;
-        Matlab = "R2011b";
-        BlockReadKbytes = 0;
-        LocalSysCpu = 0.0;
-        Iwd = "/home/xguo23/model_3_1.47/Simulation_condor/model_3/440";
-        RecentStatsLifetimeStarter = 1200;
-        LeaveJobInQueue = false;
-        TargetType = "Machine";
-        WhenToTransferOutput = "ON_EXIT";
-        Owner = "xguo23";
-        JobNotification = 0;
-        BufferSize = 524288;
-        RecentBlockWrites = 0;
-        CompletionDate = 1446133967;
-        LastMatchTime = 1446115778;
-        LastJobLeaseRenewal = 1446133967;
-        DAGManNodesLog = "/home/xguo23/model_3_1.47/Simulation_condor/model_3/./mydag.dag.nodes.log";
-        ClusterId = 49582782;
-        NumJobStarts = 1;
-        JobUniverse = 5;
-        AutoClusterAttrs = "JobUniverse,LastCheckpointPlatform,NumCkpts,ClientMachine,_condor_RequestCpus,_condor_RequestDisk,_condor_RequestGPUs,_condor_RequestMemory,RequestCpus,RequestDisk,RequestGPUs,RequestMemory,BIOCHEM,MachineLastMatchTime,ConcurrencyLimits,NiceUser,Rank,Requirements,ImageSize,MemoryRequirements,User,RemoteGroup,SubmitterGroup,SubmitterUserPrio,Group,WIDsTheme,InteractiveJob,Is_Resumable,WantFlocking,WantGlidein,Scheduler,Owner,JobStart,MemoryUsage,IsExpressQueueJ [...]
-        MaxHosts = 1;
-        Args = "--type=Matlab --version=R2011b --cmdtorun=simu_condor --unique=440 -- 3";
-        CondorVersion = "$CondorVersion: 8.5.0 Sep 16 2015 BuildID: 341710 $";
-        CoreSize = 0;
-        OnExitHold = false;
-        CondorPlatform = "$CondorPlatform: X86_64-RedHat_6.6 $";
-        JobFinishedHookDone = 1446133967;
-        QDate = 1446105831;
-        JobLeaseDuration = 2400;
-        In = "/dev/null";
-        DiskUsage = 1250000;
-        EncryptExecuteDirectory = false;
-        CommittedSuspensionTime = 0;
-        User = "xguo23@chtc.wisc.edu";
-        UserLog = "/home/xguo23/model_3_1.47/Simulation_condor/model_3/440/process.log";
-        JobCurrentStartDate = 1446115778;
-        BufferBlockSize = 32768;
-        MATCH_EXP_JOBGLIDEIN_ResourceName = "wisc.edu";
-        Requirements = ( ( OpSysMajorVer is 6 ) ) && ( MY.JobUniverse == 12 || MY.JobUniverse == 7 || MY.WantFlocking || MY.WantGlidein || TARGET.PoolName == "CHTC" || TARGET.COLLECTOR_HOST_STRING == "infopool.cs.wisc.edu" ) && ( TARGET.Arch == "X86_64" ) && ( TARGET.OpSys == "LINUX" ) && ( TARGET.Disk >= RequestDisk ) && ( TARGET.Memory >= RequestMemory ) && ( TARGET.HasFileTransfer );
-        MinHosts = 1;
-        PeriodicHold = false;
-        ProcId = 0;
-        Environment = "";
-        DAGNodeName = "440+440";
-        MemoryUsage = ( ( ResidentSetSize + 1023 ) / 1024 );
-        TerminationPending = true;
-        NumRestarts = 0;
-        NumSystemHolds = 0;
-        CommittedTime = 18189;
-        AutoClusterId = 24;
-        ExitStatus = 0;
-        ShouldTransferFiles = "YES";
-        MachineAttrCpus0 = 1;
-        WantRemoteSyscalls = false;
-        MyType = "Job";
-        CumulativeSuspensionTime = 0;
-        Rank = 0.0;
-        StartdPrincipal = "execute-side@matchsession/128.105.245.158";
-        Err = "process.err";
-        PeriodicRemove = false;
-        BlockWriteKbytes = 0;
-        ExitBySignal = false;
-        DAGManJobId = 49582200;
-        EnteredCurrentStatus = 1446133967;
-        JOBGLIDEIN_ResourceName = "$$([IfThenElse(IsUndefined(TARGET.GLIDEIN_ResourceName), IfThenElse(IsUndefined(TARGET.GLIDEIN_Site), \"wisc.edu\", TARGET.GLIDEIN_Site), TARGET.GLIDEIN_ResourceName)])";
-        RecentBlockWriteKbytes = 0;
-        TransferIn = false;
-        IsCHTCSubmit = true;
-        NumJobMatches = 1;
-        RootDir = "/";
-        JobStartDate = 1446115778;
-        JobPrio = 0;
-        CurrentHosts = 0;
-        GlobalJobId = "submit-3.chtc.wisc.edu#49582782.0#1446105831";
-        RemoteSysCpu = 1.050000000000000E+02;
-        TotalSuspensions = 0;
-        CommittedSlotTime = 1.818900000000000E+04;
-        WantCheckpoint = false;
-        BlockReads = 0;
-        LastRemoteHost = "slot1@e358.chtc.wisc.edu";
-        TransferInput = "/home/xguo23/model_3_1.47/Simulation_condor/data/440/,/home/xguo23/model_3_1.47/Simulation_condor/data/shared/";
-        LocalUserCpu = 0.0;
-        PeriodicRelease = ( JobStatus == 5 ) && ( ( CurrentTime - EnteredCurrentStatus ) > 1800 ) && ( JobRunCount < 5 ) && ( HoldReasonCode != 6 ) && ( HoldReasonCode != 14 ) && ( HoldReasonCode != 22 );
-        RequestDisk = 1000000;
-        ResidentSetSize_RAW = 125632;
-        OrigMaxHosts = 1;
-        LastPublicClaimId = "<128.105.245.158:24962>#1444759998#9425#...";
-        WantRHEL6 = true;
-        NumCkpts_RAW = 0;
-        Out = "process.out";
-        SubmitEventNotes = "DAG Node: 440+440";
-        CumulativeSlotTime = 1.818900000000000E+04;
-        JobRunCount = 1;
-        RecentBlockReads = 0;
-        StreamErr = false;
-        DiskUsage_RAW = 1216669;
-        NumCkpts = 0;
-        StatsLifetimeStarter = 18187;
-        ImageSize = 1000000;
-        Cmd = "/home/xguo23/model_3_1.47/Simulation_condor/chtcjobwrapper"
-    ]
-
-    [
-        BlockWrites = 0;
-        LastJobStatus = 2;
-        JobCurrentStartExecutingDate = 1446116499;
-        WantRemoteIO = true;
-        RequestCpus = 1;
-        NumShadowStarts = 1;
-        RemoteUserCpu = 1.730600000000000E+04;
-        NiceUser = false;
-        RequestMemory = 1000;
-        BytesRecvd = 2.847180000000000E+05;
-        ResidentSetSize = 125000;
-        StreamOut = false;
-        SpooledOutputFiles = "CURLTIME_373315,ChtcWrapper43.out,AuditLog.43,simu_3_43.txt,harvest.log,43.out";
-        OnExitRemove = true;
-        ImageSize_RAW = 811948;
-        RemoteWallClockTime = 1.743500000000000E+04;
-        MachineAttrSlotWeight0 = 1;
-        ExecutableSize = 7;
-        JobStatus = 4;
-        DAGParentNodeNames = "";
-        ExitCode = 0;
-        DAGManNodesMask = "0,1,2,4,5,7,9,10,11,12,13,16,17,24,27";
-        BytesSent = 3.047900000000000E+04;
-        LastSuspensionTime = 0;
-        ExecutableSize_RAW = 6;
-        RecentBlockReadKbytes = 0;
-        TransferInputSizeMB = 0;
-        Matlab = "R2011b";
-        BlockReadKbytes = 0;
-        RecentStatsLifetimeStarter = 1200;
-        LeaveJobInQueue = false;
-        TargetType = "Machine";
-        WhenToTransferOutput = "ON_EXIT";
-        Owner = "xguo23";
-        JobNotification = 0;
-        BufferSize = 524288;
-        RecentBlockWrites = 0;
-        CompletionDate = 1446133932;
-        QDate = 1446105869;
-        JobLeaseDuration = 2400;
-        JobFinishedHookDone = 1446133932;
-        LastMatchTime = 1446116497;
-        LastJobLeaseRenewal = 1446133932;
-        DAGManNodesLog = "/home/xguo23/model_3_1.46/Simulation_condor/model_3/./mydag.dag.nodes.log";
-        ClusterId = 49582878;
-        JobUniverse = 5;
-        NumJobStarts = 1;
-        CondorVersion = "$CondorVersion: 8.5.0 Sep 16 2015 BuildID: 341710 $";
-        CoreSize = 0;
-        OnExitHold = false;
-        CondorPlatform = "$CondorPlatform: X86_64-RedHat_6.6 $";
-        In = "/dev/null";
-        DiskUsage = 1250000;
-        EncryptExecuteDirectory = false;
-        CommittedSuspensionTime = 0;
-        User = "xguo23@chtc.wisc.edu";
-        UserLog = "/home/xguo23/model_3_1.46/Simulation_condor/model_3/43/process.log";
-        JobCurrentStartDate = 1446116497;
-        BufferBlockSize = 32768;
-        MATCH_EXP_JOBGLIDEIN_ResourceName = "wisc.edu";
-        Requirements = ( ( OpSysMajorVer is 6 ) ) && ( MY.JobUniverse == 12 || MY.JobUniverse == 7 || MY.WantFlocking || MY.WantGlidein || TARGET.PoolName == "CHTC" || TARGET.COLLECTOR_HOST_STRING == "infopool.cs.wisc.edu" ) && ( TARGET.Arch == "X86_64" ) && ( TARGET.OpSys == "LINUX" ) && ( TARGET.Disk >= RequestDisk ) && ( TARGET.Memory >= RequestMemory ) && ( TARGET.HasFileTransfer );
-        MinHosts = 1;
-        MaxHosts = 1;
-        Args = "--type=Matlab --version=R2011b --cmdtorun=simu_condor --unique=43 -- 3";
-        PeriodicHold = false;
-        ProcId = 0;
-        Environment = "";
-        DAGNodeName = "43+43";
-        MemoryUsage = ( ( ResidentSetSize + 1023 ) / 1024 );
-        TerminationPending = true;
-        NumRestarts = 0;
-        NumSystemHolds = 0;
-        CommittedTime = 17435;
-        MachineAttrCpus0 = 1;
-        WantRemoteSyscalls = false;
-        MyType = "Job";
-        CumulativeSuspensionTime = 0;
-        Rank = 0.0;
-        StartdPrincipal = "execute-side@matchsession/128.105.245.244";
-        Err = "process.err";
-        PeriodicRemove = false;
-        BlockWriteKbytes = 0;
-        ExitBySignal = false;
-        DAGManJobId = 49582778;
-        EnteredCurrentStatus = 1446133932;
-        JOBGLIDEIN_ResourceName = "$$([IfThenElse(IsUndefined(TARGET.GLIDEIN_ResourceName), IfThenElse(IsUndefined(TARGET.GLIDEIN_Site), \"wisc.edu\", TARGET.GLIDEIN_Site), TARGET.GLIDEIN_ResourceName)])";
-        RecentBlockWriteKbytes = 0;
-        TransferIn = false;
-        ExitStatus = 0;
-        ShouldTransferFiles = "YES";
-        IsCHTCSubmit = true;
-        NumJobMatches = 1;
-        RootDir = "/";
-        JobStartDate = 1446116497;
-        JobPrio = 0;
-        CurrentHosts = 0;
-        GlobalJobId = "submit-3.chtc.wisc.edu#49582878.0#1446105869";
-        RemoteSysCpu = 1.060000000000000E+02;
-        TotalSuspensions = 0;
-        CommittedSlotTime = 1.743500000000000E+04;
-        WantCheckpoint = false;
-        BlockReads = 0;
-        LastRemoteHost = "slot1@e444.chtc.wisc.edu";
-        TransferInput = "/home/xguo23/model_3_1.46/Simulation_condor/data/43/,/home/xguo23/model_3_1.46/Simulation_condor/data/shared/";
-        LocalUserCpu = 0.0;
-        PeriodicRelease = ( JobStatus == 5 ) && ( ( CurrentTime - EnteredCurrentStatus ) > 1800 ) && ( JobRunCount < 5 ) && ( HoldReasonCode != 6 ) && ( HoldReasonCode != 14 ) && ( HoldReasonCode != 22 );
-        RequestDisk = 1000000;
-        ResidentSetSize_RAW = 124328;
-        OrigMaxHosts = 1;
-        LastPublicClaimId = "<128.105.245.244:1411>#1443991446#13114#...";
-        WantRHEL6 = true;
-        NumCkpts_RAW = 0;
-        Out = "process.out";
-        SubmitEventNotes = "DAG Node: 43+43";
-        CumulativeSlotTime = 1.743500000000000E+04;
-        JobRunCount = 1;
-        RecentBlockReads = 0;
-        StreamErr = false;
-        DiskUsage_RAW = 1216669;
-        NumCkpts = 0;
-        StatsLifetimeStarter = 17433;
-        ImageSize = 1000000;
-        Cmd = "/home/xguo23/model_3_1.46/Simulation_condor/chtcjobwrapper";
-        LocalSysCpu = 0.0;
-        Iwd = "/home/xguo23/model_3_1.46/Simulation_condor/model_3/43"
-    ]
-
-    [
-        BlockWrites = 0;
-        LastJobStatus = 2;
-        JobCurrentStartExecutingDate = 1446107688;
-        WantRemoteIO = true;
-        RequestCpus = 1;
-        NumShadowStarts = 1;
-        RemoteUserCpu = 2.608800000000000E+04;
-        NiceUser = false;
-        RequestMemory = 1000;
-        BytesRecvd = 2.850540000000000E+05;
-        ResidentSetSize = 150000;
-        StreamOut = false;
-        SpooledOutputFiles = "CURLTIME_1114551,ChtcWrapper162.out,AuditLog.162,simu_3_162.txt,harvest.log,162.out";
-        OnExitRemove = true;
-        ImageSize_RAW = 811948;
-        RemoteWallClockTime = 2.623300000000000E+04;
-        MachineAttrSlotWeight0 = 1;
-        ExecutableSize = 7;
-        JobStatus = 4;
-        DAGParentNodeNames = "";
-        ExitCode = 0;
-        DAGManNodesMask = "0,1,2,4,5,7,9,10,11,12,13,16,17,24,27";
-        BytesSent = 3.061200000000000E+04;
-        LastSuspensionTime = 0;
-        ExecutableSize_RAW = 6;
-        RecentBlockReadKbytes = 0;
-        TransferInputSizeMB = 0;
-        Matlab = "R2011b";
-        BlockReadKbytes = 0;
-        LocalSysCpu = 0.0;
-        Iwd = "/home/xguo23/finally_2/Simulation_condor/model_3/162";
-        RecentStatsLifetimeStarter = 1200;
-        LeaveJobInQueue = false;
-        TargetType = "Machine";
-        WhenToTransferOutput = "ON_EXIT";
-        Owner = "xguo23";
-        JobNotification = 0;
-        BufferSize = 524288;
-        RecentBlockWrites = 0;
-        CompletionDate = 1446133919;
-        LastMatchTime = 1446107686;
-        LastJobLeaseRenewal = 1446133919;
-        DAGManNodesLog = "/home/xguo23/finally_2/Simulation_condor/model_3/./mydag.dag.nodes.log";
-        ClusterId = 49582148;
-        NumJobStarts = 1;
-        JobUniverse = 5;
-        AutoClusterAttrs = "JobUniverse,LastCheckpointPlatform,NumCkpts,ClientMachine,_condor_RequestCpus,_condor_RequestDisk,_condor_RequestGPUs,_condor_RequestMemory,RequestCpus,RequestDisk,RequestGPUs,RequestMemory,BIOCHEM,MachineLastMatchTime,ConcurrencyLimits,NiceUser,Rank,Requirements,ImageSize,MemoryRequirements,User,RemoteGroup,SubmitterGroup,SubmitterUserPrio,Group,WIDsTheme,InteractiveJob,Is_Resumable,WantFlocking,WantGlidein,Scheduler,Owner,JobStart,MemoryUsage,IsExpressQueueJ [...]
-        MaxHosts = 1;
-        Args = "--type=Matlab --version=R2011b --cmdtorun=simu_condor --unique=162 -- 3";
-        CondorVersion = "$CondorVersion: 8.5.0 Sep 16 2015 BuildID: 341710 $";
-        CoreSize = 0;
-        OnExitHold = false;
-        CondorPlatform = "$CondorPlatform: X86_64-RedHat_6.6 $";
-        JobFinishedHookDone = 1446133919;
-        QDate = 1446105547;
-        JobLeaseDuration = 2400;
-        In = "/dev/null";
-        DiskUsage = 1250000;
-        EncryptExecuteDirectory = false;
-        CommittedSuspensionTime = 0;
-        User = "xguo23@chtc.wisc.edu";
-        UserLog = "/home/xguo23/finally_2/Simulation_condor/model_3/162/process.log";
-        JobCurrentStartDate = 1446107686;
-        BufferBlockSize = 32768;
-        MATCH_EXP_JOBGLIDEIN_ResourceName = "wisc.edu";
-        Requirements = ( ( OpSysMajorVer is 6 ) ) && ( MY.JobUniverse == 12 || MY.JobUniverse == 7 || MY.WantFlocking || MY.WantGlidein || TARGET.PoolName == "CHTC" || TARGET.COLLECTOR_HOST_STRING == "infopool.cs.wisc.edu" ) && ( TARGET.Arch == "X86_64" ) && ( TARGET.OpSys == "LINUX" ) && ( TARGET.Disk >= RequestDisk ) && ( TARGET.Memory >= RequestMemory ) && ( TARGET.HasFileTransfer );
-        MinHosts = 1;
-        PeriodicHold = false;
-        ProcId = 0;
-        Environment = "";
-        DAGNodeName = "162+162";
-        MemoryUsage = ( ( ResidentSetSize + 1023 ) / 1024 );
-        TerminationPending = true;
-        NumRestarts = 0;
-        NumSystemHolds = 0;
-        CommittedTime = 26233;
-        AutoClusterId = 24;
-        ExitStatus = 0;
-        ShouldTransferFiles = "YES";
-        MachineAttrCpus0 = 1;
-        WantRemoteSyscalls = false;
-        MyType = "Job";
-        CumulativeSuspensionTime = 0;
-        Rank = 0.0;
-        StartdPrincipal = "execute-side@matchsession/128.105.245.170";
-        Err = "process.err";
-        PeriodicRemove = false;
-        BlockWriteKbytes = 0;
-        ExitBySignal = false;
-        DAGManJobId = 49581933;
-        EnteredCurrentStatus = 1446133919;
-        JOBGLIDEIN_ResourceName = "$$([IfThenElse(IsUndefined(TARGET.GLIDEIN_ResourceName), IfThenElse(IsUndefined(TARGET.GLIDEIN_Site), \"wisc.edu\", TARGET.GLIDEIN_Site), TARGET.GLIDEIN_ResourceName)])";
-        RecentBlockWriteKbytes = 0;
-        TransferIn = false;
-        IsCHTCSubmit = true;
-        NumJobMatches = 1;
-        RootDir = "/";
-        JobStartDate = 1446107686;
-        JobPrio = 0;
-        CurrentHosts = 0;
-        GlobalJobId = "submit-3.chtc.wisc.edu#49582148.0#1446105547";
-        RemoteSysCpu = 9.600000000000000E+01;
-        TotalSuspensions = 0;
-        CommittedSlotTime = 2.623300000000000E+04;
-        WantCheckpoint = false;
-        BlockReads = 0;
-        LastRemoteHost = "slot1@e370.chtc.WISC.EDU";
-        TransferInput = "/home/xguo23/finally_2/Simulation_condor/data/162/,/home/xguo23/finally_2/Simulation_condor/data/shared/";
-        LocalUserCpu = 0.0;
-        PeriodicRelease = ( JobStatus == 5 ) && ( ( CurrentTime - EnteredCurrentStatus ) > 1800 ) && ( JobRunCount < 5 ) && ( HoldReasonCode != 6 ) && ( HoldReasonCode != 14 ) && ( HoldReasonCode != 22 );
-        RequestDisk = 1000000;
-        ResidentSetSize_RAW = 126384;
-        OrigMaxHosts = 1;
-        LastPublicClaimId = "<128.105.245.170:9482>#1443991414#13008#...";
-        WantRHEL6 = true;
-        NumCkpts_RAW = 0;
-        Out = "process.out";
-        SubmitEventNotes = "DAG Node: 162+162";
-        CumulativeSlotTime = 2.623300000000000E+04;
-        JobRunCount = 1;
-        RecentBlockReads = 0;
-        StreamErr = false;
-        DiskUsage_RAW = 1216669;
-        NumCkpts = 0;
-        StatsLifetimeStarter = 26230;
-        ImageSize = 1000000;
-        Cmd = "/home/xguo23/finally_2/Simulation_condor/chtcjobwrapper"
-    ]
-
-    [
-        BlockWrites = 0;
-        LastJobStatus = 2;
-        JobCurrentStartExecutingDate = 1446108829;
-        WantRemoteIO = true;
-        RequestCpus = 1;
-        NumShadowStarts = 1;
-        RemoteUserCpu = 2.496600000000000E+04;
-        NiceUser = false;
-        RequestMemory = 1000;
-        BytesRecvd = 2.846120000000000E+05;
-        ResidentSetSize = 150000;
-        StreamOut = false;
-        SpooledOutputFiles = "CURLTIME_2607549,ChtcWrapper10.out,AuditLog.10,simu_3_10.txt,harvest.log,10.out";
-        OnExitRemove = true;
-        ImageSize_RAW = 811948;
-        RemoteWallClockTime = 2.508200000000000E+04;
-        MachineAttrSlotWeight0 = 1;
-        ExecutableSize = 7;
-        JobStatus = 4;
-        DAGParentNodeNames = "";
-        ExitCode = 0;
-        DAGManNodesMask = "0,1,2,4,5,7,9,10,11,12,13,16,17,24,27";
-        BytesSent = 3.065900000000000E+04;
-        LastSuspensionTime = 0;
-        ExecutableSize_RAW = 6;
-        RecentBlockReadKbytes = 0;
-        TransferInputSizeMB = 0;
-        Matlab = "R2011b";
-        BlockReadKbytes = 0;
-        RecentStatsLifetimeStarter = 1200;
-        LeaveJobInQueue = false;
-        TargetType = "Machine";
-        WhenToTransferOutput = "ON_EXIT";
-        Owner = "xguo23";
-        JobNotification = 0;
-        BufferSize = 524288;
-        RecentBlockWrites = 0;
-        CompletionDate = 1446133909;
-        QDate = 1446105622;
-        JobLeaseDuration = 2400;
-        JobFinishedHookDone = 1446133909;
-        LastMatchTime = 1446108827;
-        LastJobLeaseRenewal = 1446133909;
-        DAGManNodesLog = "/home/xguo23/model_3_1.48/Simulation_condor/model_3/./mydag.dag.nodes.log";
-        ClusterId = 49582236;
-        JobUniverse = 5;
-        NumJobStarts = 1;
-        CondorVersion = "$CondorVersion: 8.5.0 Sep 16 2015 BuildID: 341710 $";
-        CoreSize = 0;
-        OnExitHold = false;
-        CondorPlatform = "$CondorPlatform: X86_64-RedHat_6.6 $";
-        In = "/dev/null";
-        DiskUsage = 1250000;
-        EncryptExecuteDirectory = false;
-        CommittedSuspensionTime = 0;
-        User = "xguo23@chtc.wisc.edu";
-        UserLog = "/home/xguo23/model_3_1.48/Simulation_condor/model_3/10/process.log";
-        JobCurrentStartDate = 1446108827;
-        BufferBlockSize = 32768;
-        MATCH_EXP_JOBGLIDEIN_ResourceName = "wisc.edu";
-        Requirements = ( ( OpSysMajorVer is 6 ) ) && ( MY.JobUniverse == 12 || MY.JobUniverse == 7 || MY.WantFlocking || MY.WantGlidein || TARGET.PoolName == "CHTC" || TARGET.COLLECTOR_HOST_STRING == "infopool.cs.wisc.edu" ) && ( TARGET.Arch == "X86_64" ) && ( TARGET.OpSys == "LINUX" ) && ( TARGET.Disk >= RequestDisk ) && ( TARGET.Memory >= RequestMemory ) && ( TARGET.HasFileTransfer );
-        MinHosts = 1;
-        MaxHosts = 1;
-        Args = "--type=Matlab --version=R2011b --cmdtorun=simu_condor --unique=10 -- 3";
-        PeriodicHold = false;
-        ProcId = 0;
-        Environment = "";
-        DAGNodeName = "10+10";
-        MemoryUsage = ( ( ResidentSetSize + 1023 ) / 1024 );
-        TerminationPending = true;
-        NumRestarts = 0;
-        NumSystemHolds = 0;
-        CommittedTime = 25082;
-        MachineAttrCpus0 = 1;
-        WantRemoteSyscalls = false;
-        MyType = "Job";
-        CumulativeSuspensionTime = 0;
-        Rank = 0.0;
-        StartdPrincipal = "execute-side@matchsession/128.105.245.245";
-        Err = "process.err";
-        PeriodicRemove = false;
-        BlockWriteKbytes = 0;
-        ExitBySignal = false;
-        DAGManJobId = 49582206;
-        EnteredCurrentStatus = 1446133909;
-        JOBGLIDEIN_ResourceName = "$$([IfThenElse(IsUndefined(TARGET.GLIDEIN_ResourceName), IfThenElse(IsUndefined(TARGET.GLIDEIN_Site), \"wisc.edu\", TARGET.GLIDEIN_Site), TARGET.GLIDEIN_ResourceName)])";
-        RecentBlockWriteKbytes = 0;
-        TransferIn = false;
-        ExitStatus = 0;
-        ShouldTransferFiles = "YES";
-        IsCHTCSubmit = true;
-        NumJobMatches = 1;
-        RootDir = "/";
-        JobStartDate = 1446108827;
-        JobPrio = 0;
-        CurrentHosts = 0;
-        GlobalJobId = "submit-3.chtc.wisc.edu#49582236.0#1446105622";
-        RemoteSysCpu = 8.300000000000000E+01;
-        TotalSuspensions = 0;
-        CommittedSlotTime = 2.508200000000000E+04;
-        WantCheckpoint = false;
-        BlockReads = 0;
-        LastRemoteHost = "slot1@e445.chtc.WISC.EDU";
-        TransferInput = "/home/xguo23/model_3_1.48/Simulation_condor/data/10/,/home/xguo23/model_3_1.48/Simulation_condor/data/shared/";
-        LocalUserCpu = 0.0;
-        PeriodicRelease = ( JobStatus == 5 ) && ( ( CurrentTime - EnteredCurrentStatus ) > 1800 ) && ( JobRunCount < 5 ) && ( HoldReasonCode != 6 ) && ( HoldReasonCode != 14 ) && ( HoldReasonCode != 22 );
-        RequestDisk = 1000000;
-        ResidentSetSize_RAW = 126500;
-        OrigMaxHosts = 1;
-        LastPublicClaimId = "<128.105.245.245:48407>#1443991450#14655#...";
-        WantRHEL6 = true;
-        NumCkpts_RAW = 0;
-        Out = "process.out";
-        SubmitEventNotes = "DAG Node: 10+10";
-        CumulativeSlotTime = 2.508200000000000E+04;
-        JobRunCount = 1;
-        RecentBlockReads = 0;
-        StreamErr = false;
-        DiskUsage_RAW = 1216669;
-        NumCkpts = 0;
-        StatsLifetimeStarter = 25080;
-        ImageSize = 1000000;
-        Cmd = "/home/xguo23/model_3_1.48/Simulation_condor/chtcjobwrapper";
-        LocalSysCpu = 0.0;
-        Iwd = "/home/xguo23/model_3_1.48/Simulation_condor/model_3/10"
-    ]
-
-    [
-        BlockWrites = 0;
-        LastJobStatus = 2;
-        JobCurrentStartExecutingDate = 1446108668;
-        WantRemoteIO = true;
-        RequestCpus = 1;
-        NumShadowStarts = 1;
-        RemoteUserCpu = 2.508000000000000E+04;
-        NiceUser = false;
-        RequestMemory = 1000;
-        BytesRecvd = 2.850540000000000E+05;
-        ResidentSetSize = 150000;
-        StreamOut = false;
-        SpooledOutputFiles = "CURLTIME_2577757,ChtcWrapper343.out,AuditLog.343,simu_3_343.txt,harvest.log,343.out";
-        OnExitRemove = true;
-        ImageSize_RAW = 811948;
-        RemoteWallClockTime = 2.524100000000000E+04;
-        MachineAttrSlotWeight0 = 1;
-        ExecutableSize = 7;
-        JobStatus = 4;
-        DAGParentNodeNames = "";
-        ExitCode = 0;
-        DAGManNodesMask = "0,1,2,4,5,7,9,10,11,12,13,16,17,24,27";
-        BytesSent = 3.179800000000000E+04;
-        LastSuspensionTime = 0;
-        ExecutableSize_RAW = 6;
-        RecentBlockReadKbytes = 0;
-        TransferInputSizeMB = 0;
-        Matlab = "R2011b";
-        BlockReadKbytes = 0;
-        LocalSysCpu = 0.0;
-        Iwd = "/home/xguo23/finally_2/Simulation_condor/model_3/343";
-        RecentStatsLifetimeStarter = 1200;
-        LeaveJobInQueue = false;
-        TargetType = "Machine";
-        WhenToTransferOutput = "ON_EXIT";
-        Owner = "xguo23";
-        JobNotification = 0;
-        BufferSize = 524288;
-        RecentBlockWrites = 0;
-        CompletionDate = 1446133907;
-        LastMatchTime = 1446108666;
-        LastJobLeaseRenewal = 1446133907;
-        DAGManNodesLog = "/home/xguo23/finally_2/Simulation_condor/model_3/./mydag.dag.nodes.log";
-        ClusterId = 49582187;
-        NumJobStarts = 1;
-        JobUniverse = 5;
-        AutoClusterAttrs = "JobUniverse,LastCheckpointPlatform,NumCkpts,ClientMachine,_condor_RequestCpus,_condor_RequestDisk,_condor_RequestGPUs,_condor_RequestMemory,RequestCpus,RequestDisk,RequestGPUs,RequestMemory,BIOCHEM,MachineLastMatchTime,ConcurrencyLimits,NiceUser,Rank,Requirements,ImageSize,MemoryRequirements,User,RemoteGroup,SubmitterGroup,SubmitterUserPrio,Group,WIDsTheme,InteractiveJob,Is_Resumable,WantFlocking,WantGlidein,Scheduler,Owner,JobStart,MemoryUsage,IsExpressQueueJ [...]
-        MaxHosts = 1;
-        Args = "--type=Matlab --version=R2011b --cmdtorun=simu_condor --unique=343 -- 3";
-        CondorVersion = "$CondorVersion: 8.5.0 Sep 16 2015 BuildID: 341710 $";
-        CoreSize = 0;
-        OnExitHold = false;
-        CondorPlatform = "$CondorPlatform: X86_64-RedHat_6.6 $";
-        JobFinishedHookDone = 1446133907;
-        QDate = 1446105592;
-        JobLeaseDuration = 2400;
-        In = "/dev/null";
-        DiskUsage = 1250000;
-        EncryptExecuteDirectory = false;
-        CommittedSuspensionTime = 0;
-        User = "xguo23@chtc.wisc.edu";
-        UserLog = "/home/xguo23/finally_2/Simulation_condor/model_3/343/process.log";
-        JobCurrentStartDate = 1446108666;
-        BufferBlockSize = 32768;
-        MATCH_EXP_JOBGLIDEIN_ResourceName = "wisc.edu";
-        Requirements = ( ( OpSysMajorVer is 6 ) ) && ( MY.JobUniverse == 12 || MY.JobUniverse == 7 || MY.WantFlocking || MY.WantGlidein || TARGET.PoolName == "CHTC" || TARGET.COLLECTOR_HOST_STRING == "infopool.cs.wisc.edu" ) && ( TARGET.Arch == "X86_64" ) && ( TARGET.OpSys == "LINUX" ) && ( TARGET.Disk >= RequestDisk ) && ( TARGET.Memory >= RequestMemory ) && ( TARGET.HasFileTransfer );
-        MinHosts = 1;
-        PeriodicHold = false;
-        ProcId = 0;
-        Environment = "";
-        DAGNodeName = "343+343";
-        MemoryUsage = ( ( ResidentSetSize + 1023 ) / 1024 );
-        TerminationPending = true;
-        NumRestarts = 0;
-        NumSystemHolds = 0;
-        CommittedTime = 25241;
-        AutoClusterId = 24;
-        ExitStatus = 0;
-        ShouldTransferFiles = "YES";
-        MachineAttrCpus0 = 1;
-        WantRemoteSyscalls = false;
-        MyType = "Job";
-        CumulativeSuspensionTime = 0;
-        Rank = 0.0;
-        StartdPrincipal = "execute-side@matchsession/128.105.245.141";
-        Err = "process.err";
-        PeriodicRemove = false;
-        BlockWriteKbytes = 0;
-        ExitBySignal = false;
-        DAGManJobId = 49581933;
-        EnteredCurrentStatus = 1446133907;
-        JOBGLIDEIN_ResourceName = "$$([IfThenElse(IsUndefined(TARGET.GLIDEIN_ResourceName), IfThenElse(IsUndefined(TARGET.GLIDEIN_Site), \"wisc.edu\", TARGET.GLIDEIN_Site), TARGET.GLIDEIN_ResourceName)])";
-        RecentBlockWriteKbytes = 0;
-        TransferIn = false;
-        IsCHTCSubmit = true;
-        NumJobMatches = 1;
-        RootDir = "/";
-        JobStartDate = 1446108666;
-        JobPrio = 0;
-        CurrentHosts = 0;
-        GlobalJobId = "submit-3.chtc.wisc.edu#49582187.0#1446105592";
-        RemoteSysCpu = 1.270000000000000E+02;
-        TotalSuspensions = 0;
-        CommittedSlotTime = 2.524100000000000E+04;
-        WantCheckpoint = false;
-        BlockReads = 0;
-        LastRemoteHost = "slot1@e341.chtc.wisc.edu";
-        TransferInput = "/home/xguo23/finally_2/Simulation_condor/data/343/,/home/xguo23/finally_2/Simulation_condor/data/shared/";
-        LocalUserCpu = 0.0;
-        PeriodicRelease = ( JobStatus == 5 ) && ( ( CurrentTime - EnteredCurrentStatus ) > 1800 ) && ( JobRunCount < 5 ) && ( HoldReasonCode != 6 ) && ( HoldReasonCode != 14 ) && ( HoldReasonCode != 22 );
-        RequestDisk = 1000000;
-        ResidentSetSize_RAW = 127540;
-        OrigMaxHosts = 1;
-        LastPublicClaimId = "<128.105.245.141:7534>#1444673425#9467#...";
-        WantRHEL6 = true;
-        NumCkpts_RAW = 0;
-        Out = "process.out";
-        SubmitEventNotes = "DAG Node: 343+343";
-        CumulativeSlotTime = 2.524100000000000E+04;
-        JobRunCount = 1;
-        RecentBlockReads = 0;
-        StreamErr = false;
-        DiskUsage_RAW = 1216669;
-        NumCkpts = 0;
-        StatsLifetimeStarter = 25238;
-        ImageSize = 1000000;
-        Cmd = "/home/xguo23/finally_2/Simulation_condor/chtcjobwrapper"
-    ]
-
-    [
-        BlockWrites = 0;
-        LastJobStatus = 2;
-        JobCurrentStartExecutingDate = 1446111453;
-        WantRemoteIO = true;
-        RequestCpus = 1;
-        NumShadowStarts = 1;
-        RemoteUserCpu = 2.230000000000000E+04;
-        NiceUser = false;
-        RequestMemory = 1000;
-        BytesRecvd = 2.846290000000000E+05;
-        ResidentSetSize = 150000;
-        StreamOut = false;
-        SpooledOutputFiles = "CURLTIME_1700927,ChtcWrapper300.out,AuditLog.300,simu_3_300.txt,harvest.log,300.out";
-        OnExitRemove = true;
-        ImageSize_RAW = 811948;
-        RemoteWallClockTime = 2.243000000000000E+04;
-        MachineAttrSlotWeight0 = 1;
-        ExecutableSize = 7;
-        JobStatus = 4;
-        DAGParentNodeNames = "";
-        ExitCode = 0;
-        DAGManNodesMask = "0,1,2,4,5,7,9,10,11,12,13,16,17,24,27";
-        BytesSent = 2.791500000000000E+04;
-        LastSuspensionTime = 0;
-        ExecutableSize_RAW = 6;
-        RecentBlockReadKbytes = 0;
-        TransferInputSizeMB = 0;
-        Matlab = "R2011b";
-        BlockReadKbytes = 0;
-        RecentStatsLifetimeStarter = 1200;
-        LeaveJobInQueue = false;
-        TargetType = "Machine";
-        WhenToTransferOutput = "ON_EXIT";
-        Owner = "xguo23";
-        JobNotification = 0;
-        BufferSize = 524288;
-        RecentBlockWrites = 0;
-        CompletionDate = 1446133882;
-        QDate = 1446105728;
-        JobLeaseDuration = 2400;
-        JobFinishedHookDone = 1446133883;
-        LastMatchTime = 1446111452;
-        LastJobLeaseRenewal = 1446133882;
-        DAGManNodesLog = "/home/xguo23/model_3_1.47/Simulation_condor/model_3/./mydag.dag.nodes.log";
-        ClusterId = 49582525;
-        JobUniverse = 5;
-        NumJobStarts = 1;
-        CondorVersion = "$CondorVersion: 8.5.0 Sep 16 2015 BuildID: 341710 $";
-        CoreSize = 0;
-        OnExitHold = false;
-        CondorPlatform = "$CondorPlatform: X86_64-RedHat_6.6 $";
-        In = "/dev/null";
-        DiskUsage = 1250000;
-        EncryptExecuteDirectory = false;
-        CommittedSuspensionTime = 0;
-        User = "xguo23@chtc.wisc.edu";
-        UserLog = "/home/xguo23/model_3_1.47/Simulation_condor/model_3/300/process.log";
-        JobCurrentStartDate = 1446111452;
-        BufferBlockSize = 32768;
-        MATCH_EXP_JOBGLIDEIN_ResourceName = "wisc.edu";
-        Requirements = ( ( OpSysMajorVer is 6 ) ) && ( MY.JobUniverse == 12 || MY.JobUniverse == 7 || MY.WantFlocking || MY.WantGlidein || TARGET.PoolName == "CHTC" || TARGET.COLLECTOR_HOST_STRING == "infopool.cs.wisc.edu" ) && ( TARGET.Arch == "X86_64" ) && ( TARGET.OpSys == "LINUX" ) && ( TARGET.Disk >= RequestDisk ) && ( TARGET.Memory >= RequestMemory ) && ( TARGET.HasFileTransfer );
-        MinHosts = 1;
-        MaxHosts = 1;
-        Args = "--type=Matlab --version=R2011b --cmdtorun=simu_condor --unique=300 -- 3";
-        PeriodicHold = false;
-        ProcId = 0;
-        Environment = "";
-        DAGNodeName = "300+300";
-        MemoryUsage = ( ( ResidentSetSize + 1023 ) / 1024 );
-        TerminationPending = true;
-        NumRestarts = 0;
-        NumSystemHolds = 0;
-        CommittedTime = 22430;
-        MachineAttrCpus0 = 1;
-        WantRemoteSyscalls = false;
-        MyType = "Job";
-        CumulativeSuspensionTime = 0;
-        Rank = 0.0;
-        StartdPrincipal = "execute-side@matchsession/128.105.245.126";
-        Err = "process.err";
-        PeriodicRemove = false;
-        BlockWriteKbytes = 0;
-        ExitBySignal = false;
-        DAGManJobId = 49582200;
-        EnteredCurrentStatus = 1446133882;
-        JOBGLIDEIN_ResourceName = "$$([IfThenElse(IsUndefined(TARGET.GLIDEIN_ResourceName), IfThenElse(IsUndefined(TARGET.GLIDEIN_Site), \"wisc.edu\", TARGET.GLIDEIN_Site), TARGET.GLIDEIN_ResourceName)])";
-        RecentBlockWriteKbytes = 0;
-        TransferIn = false;
-        ExitStatus = 0;
-        ShouldTransferFiles = "YES";
-        IsCHTCSubmit = true;
-        NumJobMatches = 1;
-        RootDir = "/";
-        JobStartDate = 1446111452;
-        JobPrio = 0;
-        CurrentHosts = 0;
-        GlobalJobId = "submit-3.chtc.wisc.edu#49582525.0#1446105728";
-        RemoteSysCpu = 1.120000000000000E+02;
-        TotalSuspensions = 0;
-        CommittedSlotTime = 2.243000000000000E+04;
-        WantCheckpoint = false;
-        BlockReads = 0;
-        LastRemoteHost = "slot1@e326.chtc.wisc.edu";
-        TransferInput = "/home/xguo23/model_3_1.47/Simulation_condor/data/300/,/home/xguo23/model_3_1.47/Simulation_condor/data/shared/";
-        LocalUserCpu = 0.0;
-        PeriodicRelease = ( JobStatus == 5 ) && ( ( CurrentTime - EnteredCurrentStatus ) > 1800 ) && ( JobRunCount < 5 ) && ( HoldReasonCode != 6 ) && ( HoldReasonCode != 14 ) && ( HoldReasonCode != 22 );
-        RequestDisk = 1000000;
-        ResidentSetSize_RAW = 126740;
-        OrigMaxHosts = 1;
-        LastPublicClaimId = "<128.105.245.126:40098>#1444759970#7928#...";
-        WantRHEL6 = true;
-        NumCkpts_RAW = 0;
-        Out = "process.out";
-        SubmitEventNotes = "DAG Node: 300+300";
-        CumulativeSlotTime = 2.243000000000000E+04;
-        JobRunCount = 1;
-        RecentBlockReads = 0;
-        StreamErr = false;
-        DiskUsage_RAW = 1216669;
-        NumCkpts = 0;
-        StatsLifetimeStarter = 22429;
-        ImageSize = 1000000;
-        Cmd = "/home/xguo23/model_3_1.47/Simulation_condor/chtcjobwrapper";
-        LocalSysCpu = 0.0;
-        Iwd = "/home/xguo23/model_3_1.47/Simulation_condor/model_3/300"
-    ]
-
-    [
-        BlockWrites = 0;
-        LastJobStatus = 2;
-        JobCurrentStartExecutingDate = 1446111812;
-        WantRemoteIO = true;
-        RequestCpus = 1;
-        NumShadowStarts = 1;
-        RemoteUserCpu = 2.189700000000000E+04;
-        NiceUser = false;
-        RequestMemory = 1000;
-        BytesRecvd = 2.846130000000000E+05;
-        ResidentSetSize = 150000;
-        StreamOut = false;
-        SpooledOutputFiles = "CURLTIME_1702594,ChtcWrapper220.out,AuditLog.220,simu_3_220.txt,harvest.log,220.out";
-        OnExitRemove = true;
-        ImageSize_RAW = 811948;
-        RemoteWallClockTime = 2.205200000000000E+04;
-        MachineAttrSlotWeight0 = 1;
-        ExecutableSize = 7;
-        JobStatus = 4;
-        DAGParentNodeNames = "";
-        ExitCode = 0;
-        DAGManNodesMask = "0,1,2,4,5,7,9,10,11,12,13,16,17,24,27";
-        BytesSent = 2.834400000000000E+04;
-        LastSuspensionTime = 0;
-        ExecutableSize_RAW = 6;
-        RecentBlockReadKbytes = 0;
-        TransferInputSizeMB = 0;
-        Matlab = "R2011b";
-        BlockReadKbytes = 0;
-        LocalSysCpu = 0.0;
-        Iwd = "/home/xguo23/model_3_1.48/Simulation_condor/model_3/220";
-        RecentStatsLifetimeStarter = 1200;
-        LeaveJobInQueue = false;
-        TargetType = "Machine";
-        WhenToTransferOutput = "ON_EXIT";
-        Owner = "xguo23";
-        JobNotification = 0;
-        BufferSize = 524288;
-        RecentBlockWrites = 0;
-        CompletionDate = 1446133862;
-        LastMatchTime = 1446111810;
-        LastJobLeaseRenewal = 1446133862;
-        DAGManNodesLog = "/home/xguo23/model_3_1.48/Simulation_condor/model_3/./mydag.dag.nodes.log";
-        ClusterId = 49582540;
-        NumJobStarts = 1;
-        JobUniverse = 5;
-        AutoClusterAttrs = "JobUniverse,LastCheckpointPlatform,NumCkpts,ClientMachine,_condor_RequestCpus,_condor_RequestDisk,_condor_RequestGPUs,_condor_RequestMemory,RequestCpus,RequestDisk,RequestGPUs,RequestMemory,BIOCHEM,MachineLastMatchTime,ConcurrencyLimits,NiceUser,Rank,Requirements,ImageSize,MemoryRequirements,User,RemoteGroup,SubmitterGroup,SubmitterUserPrio,Group,WIDsTheme,InteractiveJob,Is_Resumable,WantFlocking,WantGlidein,Scheduler,Owner,JobStart,MemoryUsage,IsExpressQueueJ [...]
-        MaxHosts = 1;
-        Args = "--type=Matlab --version=R2011b --cmdtorun=simu_condor --unique=220 -- 3";
-        CondorVersion = "$CondorVersion: 8.5.0 Sep 16 2015 BuildID: 341710 $";
-        CoreSize = 0;
-        OnExitHold = false;
-        CondorPlatform = "$CondorPlatform: X86_64-RedHat_6.6 $";
-        JobFinishedHookDone = 1446133862;
-        QDate = 1446105734;
-        JobLeaseDuration = 2400;
-        In = "/dev/null";
-        DiskUsage = 1250000;
-        EncryptExecuteDirectory = false;
-        CommittedSuspensionTime = 0;
-        User = "xguo23@chtc.wisc.edu";
-        UserLog = "/home/xguo23/model_3_1.48/Simulation_condor/model_3/220/process.log";
-        JobCurrentStartDate = 1446111810;
-        BufferBlockSize = 32768;
-        MATCH_EXP_JOBGLIDEIN_ResourceName = "wisc.edu";
-        Requirements = ( ( OpSysMajorVer is 6 ) ) && ( MY.JobUniverse == 12 || MY.JobUniverse == 7 || MY.WantFlocking || MY.WantGlidein || TARGET.PoolName == "CHTC" || TARGET.COLLECTOR_HOST_STRING == "infopool.cs.wisc.edu" ) && ( TARGET.Arch == "X86_64" ) && ( TARGET.OpSys == "LINUX" ) && ( TARGET.Disk >= RequestDisk ) && ( TARGET.Memory >= RequestMemory ) && ( TARGET.HasFileTransfer );
-        MinHosts = 1;
-        PeriodicHold = false;
-        ProcId = 0;
-        Environment = "";
-        DAGNodeName = "220+220";
-        MemoryUsage = ( ( ResidentSetSize + 1023 ) / 1024 );
-        TerminationPending = true;
-        NumRestarts = 0;
-        NumSystemHolds = 0;
-        CommittedTime = 22052;
-        AutoClusterId = 24;
-        ExitStatus = 0;
-        ShouldTransferFiles = "YES";
-        MachineAttrCpus0 = 1;
-        WantRemoteSyscalls = false;
-        MyType = "Job";
-        CumulativeSuspensionTime = 0;
-        Rank = 0.0;
-        StartdPrincipal = "execute-side@matchsession/128.105.245.126";
-        Err = "process.err";
-        PeriodicRemove = false;
-        BlockWriteKbytes = 0;
-        ExitBySignal = false;
-        DAGManJobId = 49582206;
-        EnteredCurrentStatus = 1446133862;
-        JOBGLIDEIN_ResourceName = "$$([IfThenElse(IsUndefined(TARGET.GLIDEIN_ResourceName), IfThenElse(IsUndefined(TARGET.GLIDEIN_Site), \"wisc.edu\", TARGET.GLIDEIN_Site), TARGET.GLIDEIN_ResourceName)])";
-        RecentBlockWriteKbytes = 0;
-        TransferIn = false;
-        IsCHTCSubmit = true;
-        NumJobMatches = 1;
-        RootDir = "/";
-        JobStartDate = 1446111810;
-        JobPrio = 0;
-        CurrentHosts = 0;
-        GlobalJobId = "submit-3.chtc.wisc.edu#49582540.0#1446105734";
-        RemoteSysCpu = 1.270000000000000E+02;
-        TotalSuspensions = 0;
-        CommittedSlotTime = 2.205200000000000E+04;
-        WantCheckpoint = false;
-        BlockReads = 0;
-        LastRemoteHost = "slot1@e326.chtc.wisc.edu";
-        TransferInput = "/home/xguo23/model_3_1.48/Simulation_condor/data/220/,/home/xguo23/model_3_1.48/Simulation_condor/data/shared/";
-        LocalUserCpu = 0.0;
-        PeriodicRelease = ( JobStatus == 5 ) && ( ( CurrentTime - EnteredCurrentStatus ) > 1800 ) && ( JobRunCount < 5 ) && ( HoldReasonCode != 6 ) && ( HoldReasonCode != 14 ) && ( HoldReasonCode != 22 );
-        RequestDisk = 1000000;
-        ResidentSetSize_RAW = 126940;
-        OrigMaxHosts = 1;
-        LastPublicClaimId = "<128.105.245.126:40098>#1444759970#7932#...";
-        WantRHEL6 = true;
-        NumCkpts_RAW = 0;
-        Out = "process.out";
-        SubmitEventNotes = "DAG Node: 220+220";
-        CumulativeSlotTime = 2.205200000000000E+04;
-        JobRunCount = 1;
-        RecentBlockReads = 0;
-        StreamErr = false;
-        DiskUsage_RAW = 1216669;
-        NumCkpts = 0;
-        StatsLifetimeStarter = 22050;
-        ImageSize = 1000000;
-        Cmd = "/home/xguo23/model_3_1.48/Simulation_condor/chtcjobwrapper"
-    ]
-
-    [
-        BlockWrites = 0;
-        LastJobStatus = 2;
-        JobCurrentStartExecutingDate = 1446109804;
-        WantRemoteIO = true;
-        RequestCpus = 1;
-        NumShadowStarts = 1;
-        RemoteUserCpu = 2.389400000000000E+04;
-        NiceUser = false;
-        RequestMemory = 1000;
-        BytesRecvd = 2.846280000000000E+05;
-        ResidentSetSize = 150000;
-        StreamOut = false;
-        SpooledOutputFiles = "CURLTIME_3652530,ChtcWrapper61.out,AuditLog.61,simu_3_61.txt,harvest.log,61.out";
-        OnExitRemove = true;
-        ImageSize_RAW = 811948;
-        RemoteWallClockTime = 2.404400000000000E+04;
-        MachineAttrSlotWeight0 = 1;
-        ExecutableSize = 7;
-        JobStatus = 4;
-        DAGParentNodeNames = "";
-        ExitCode = 0;
-        DAGManNodesMask = "0,1,2,4,5,7,9,10,11,12,13,16,17,24,27";
-        BytesSent = 3.050000000000000E+04;
-        LastSuspensionTime = 0;
-        ExecutableSize_RAW = 6;
-        RecentBlockReadKbytes = 0;
-        TransferInputSizeMB = 0;
-        Matlab = "R2011b";
-        BlockReadKbytes = 0;
-        RecentStatsLifetimeStarter = 1200;
-        LeaveJobInQueue = false;
-        TargetType = "Machine";
-        WhenToTransferOutput = "ON_EXIT";
-        Owner = "xguo23";
-        JobNotification = 0;
-        BufferSize = 524288;
-        RecentBlockWrites = 0;
-        CompletionDate = 1446133847;
-        QDate = 1446105651;
-        JobLeaseDuration = 2400;
-        JobFinishedHookDone = 1446133847;
-        LastMatchTime = 1446109803;
-        LastJobLeaseRenewal = 1446133847;
-        DAGManNodesLog = "/home/xguo23/model_3_1.47/Simulation_condor/model_3/./mydag.dag.nodes.log";
-        ClusterId = 49582313;
-        JobUniverse = 5;
-        NumJobStarts = 1;
-        CondorVersion = "$CondorVersion: 8.5.0 Sep 16 2015 BuildID: 341710 $";
-        CoreSize = 0;
-        OnExitHold = false;
-        CondorPlatform = "$CondorPlatform: X86_64-RedHat_6.6 $";
-        In = "/dev/null";
-        DiskUsage = 1250000;
-        EncryptExecuteDirectory = false;
-        CommittedSuspensionTime = 0;
-        User = "xguo23@chtc.wisc.edu";
-        UserLog = "/home/xguo23/model_3_1.47/Simulation_condor/model_3/61/process.log";
-        JobCurrentStartDate = 1446109803;
-        BufferBlockSize = 32768;
-        MATCH_EXP_JOBGLIDEIN_ResourceName = "wisc.edu";
-        Requirements = ( ( OpSysMajorVer is 6 ) ) && ( MY.JobUniverse == 12 || MY.JobUniverse == 7 || MY.WantFlocking || MY.WantGlidein || TARGET.PoolName == "CHTC" || TARGET.COLLECTOR_HOST_STRING == "infopool.cs.wisc.edu" ) && ( TARGET.Arch == "X86_64" ) && ( TARGET.OpSys == "LINUX" ) && ( TARGET.Disk >= RequestDisk ) && ( TARGET.Memory >= RequestMemory ) && ( TARGET.HasFileTransfer );
-        MinHosts = 1;
-        MaxHosts = 1;
-        Args = "--type=Matlab --version=R2011b --cmdtorun=simu_condor --unique=61 -- 3";
-        PeriodicHold = false;
-        ProcId = 0;
-        Environment = "";
-        DAGNodeName = "61+61";
-        MemoryUsage = ( ( ResidentSetSize + 1023 ) / 1024 );
-        TerminationPending = true;
-        NumRestarts = 0;
-        NumSystemHolds = 0;
-        CommittedTime = 24044;
-        MachineAttrCpus0 = 1;
-        WantRemoteSyscalls = false;
-        MyType = "Job";
-        CumulativeSuspensionTime = 0;
-        Rank = 0.0;
-        StartdPrincipal = "execute-side@matchsession/128.105.245.92";
-        Err = "process.err";
-        PeriodicRemove = false;
-        BlockWriteKbytes = 0;
-        ExitBySignal = false;
-        DAGManJobId = 49582200;
-        EnteredCurrentStatus = 1446133847;
-        JOBGLIDEIN_ResourceName = "$$([IfThenElse(IsUndefined(TARGET.GLIDEIN_ResourceName), IfThenElse(IsUndefined(TARGET.GLIDEIN_Site), \"wisc.edu\", TARGET.GLIDEIN_Site), TARGET.GLIDEIN_ResourceName)])";
-        RecentBlockWriteKbytes = 0;
-        TransferIn = false;
-        ExitStatus = 0;
-        ShouldTransferFiles = "YES";
-        IsCHTCSubmit = true;
-        NumJobMatches = 1;
-        RootDir = "/";
-        JobStartDate = 1446109803;
-        JobPrio = 0;
-        CurrentHosts = 0;
-        GlobalJobId = "submit-3.chtc.wisc.edu#49582313.0#1446105651";
-        RemoteSysCpu = 1.130000000000000E+02;
-        TotalSuspensions = 0;
-        CommittedSlotTime = 2.404400000000000E+04;
-        WantCheckpoint = false;
-        BlockReads = 0;
-        LastRemoteHost = "slot1@e292.chtc.wisc.edu";
-        TransferInput = "/home/xguo23/model_3_1.47/Simulation_condor/data/61/,/home/xguo23/model_3_1.47/Simulation_condor/data/shared/";
-        LocalUserCpu = 0.0;
-        PeriodicRelease = ( JobStatus == 5 ) && ( ( CurrentTime - EnteredCurrentStatus ) > 1800 ) && ( JobRunCount < 5 ) && ( HoldReasonCode != 6 ) && ( HoldReasonCode != 14 ) && ( HoldReasonCode != 22 );
-        RequestDisk = 1000000;
-        ResidentSetSize_RAW = 128692;
-        OrigMaxHosts = 1;
-        LastPublicClaimId = "<128.105.245.92:44347>#1444759907#8412#...";
-        WantRHEL6 = true;
-        NumCkpts_RAW = 0;
-        Out = "process.out";
-        SubmitEventNotes = "DAG Node: 61+61";
-        CumulativeSlotTime = 2.404400000000000E+04;
-        JobRunCount = 1;
-        RecentBlockReads = 0;
-        StreamErr = false;
-        DiskUsage_RAW = 1216669;
-        NumCkpts = 0;
-        StatsLifetimeStarter = 24043;
-        ImageSize = 1000000;
-        Cmd = "/home/xguo23/model_3_1.47/Simulation_condor/chtcjobwrapper";
-        LocalSysCpu = 0.0;
-        Iwd = "/home/xguo23/model_3_1.47/Simulation_condor/model_3/61"
-    ]
-
-    [
-        BlockWrites = 0;
-        LastJobStatus = 2;
-        JobCurrentStartExecutingDate = 1446114862;
-        WantRemoteIO = true;
-        RequestCpus = 1;
-        NumShadowStarts = 1;
-        RemoteUserCpu = 1.884700000000000E+04;
-        NiceUser = false;
-        RequestMemory = 1000;
-        BytesRecvd = 2.846290000000000E+05;
-        ResidentSetSize = 150000;
-        StreamOut = false;
-        SpooledOutputFiles = "CURLTIME_930697,ChtcWrapper313.out,AuditLog.313,simu_3_313.txt,harvest.log,313.out";
-        OnExitRemove = true;
-        ImageSize_RAW = 811948;
-        RemoteWallClockTime = 1.898500000000000E+04;
-        MachineAttrSlotWeight0 = 1;
-        ExecutableSize = 7;
-        JobStatus = 4;
-        DAGParentNodeNames = "";
-        ExitCode = 0;
-        DAGManNodesMask = "0,1,2,4,5,7,9,10,11,12,13,16,17,24,27";
-        BytesSent = 2.789600000000000E+04;
-        LastSuspensionTime = 0;
-        ExecutableSize_RAW = 6;
-        RecentBlockReadKbytes = 0;
-        TransferInputSizeMB = 0;
-        Matlab = "R2011b";
-        BlockReadKbytes = 0;
-        RecentStatsLifetimeStarter = 1200;
-        LeaveJobInQueue = false;
-        TargetType = "Machine";
-        WhenToTransferOutput = "ON_EXIT";
-        Owner = "xguo23";
-        JobNotification = 0;
-        BufferSize = 524288;
-        RecentBlockWrites = 0;
-        CompletionDate = 1446133846;
-        QDate = 1446105797;
-        JobLeaseDuration = 2400;
-        JobFinishedHookDone = 1446133846;
-        LastMatchTime = 1446114861;
-        LastJobLeaseRenewal = 1446133846;
-        DAGManNodesLog = "/home/xguo23/model_3_1.47/Simulation_condor/model_3/./mydag.dag.nodes.log";
-        ClusterId = 49582699;
-        JobUniverse = 5;
-        NumJobStarts = 1;
-        CondorVersion = "$CondorVersion: 8.5.0 Sep 16 2015 BuildID: 341710 $";
-        CoreSize = 0;
-        OnExitHold = false;
-        CondorPlatform = "$CondorPlatform: X86_64-RedHat_6.6 $";
-        In = "/dev/null";
-        DiskUsage = 1250000;
-        EncryptExecuteDirectory = false;
-        CommittedSuspensionTime = 0;
-        User = "xguo23@chtc.wisc.edu";
-        UserLog = "/home/xguo23/model_3_1.47/Simulation_condor/model_3/313/process.log";
-        JobCurrentStartDate = 1446114861;
-        BufferBlockSize = 32768;
-        MATCH_EXP_JOBGLIDEIN_ResourceName = "wisc.edu";
-        Requirements = ( ( OpSysMajorVer is 6 ) ) && ( MY.JobUniverse == 12 || MY.JobUniverse == 7 || MY.WantFlocking || MY.WantGlidein || TARGET.PoolName == "CHTC" || TARGET.COLLECTOR_HOST_STRING == "infopool.cs.wisc.edu" ) && ( TARGET.Arch == "X86_64" ) && ( TARGET.OpSys == "LINUX" ) && ( TARGET.Disk >= RequestDisk ) && ( TARGET.Memory >= RequestMemory ) && ( TARGET.HasFileTransfer );
-        MinHosts = 1;
-        MaxHosts = 1;
-        Args = "--type=Matlab --version=R2011b --cmdtorun=simu_condor --unique=313 -- 3";
-        PeriodicHold = false;
-        ProcId = 0;
-        Environment = "";
-        DAGNodeName = "313+313";
-        MemoryUsage = ( ( ResidentSetSize + 1023 ) / 1024 );
-        TerminationPending = true;
-        NumRestarts = 0;
-        NumSystemHolds = 0;
-        CommittedTime = 18985;
-        MachineAttrCpus0 = 1;
-        WantRemoteSyscalls = false;
-        MyType = "Job";
-        CumulativeSuspensionTime = 0;
-        Rank = 0.0;
-        StartdPrincipal = "execute-side@matchsession/128.105.245.157";
-        Err = "process.err";
-        PeriodicRemove = false;
-        BlockWriteKbytes = 0;
-        ExitBySignal = false;
-        DAGManJobId = 49582200;
-        EnteredCurrentStatus = 1446133846;
-        JOBGLIDEIN_ResourceName = "$$([IfThenElse(IsUndefined(TARGET.GLIDEIN_ResourceName), IfThenElse(IsUndefined(TARGET.GLIDEIN_Site), \"wisc.edu\", TARGET.GLIDEIN_Site), TARGET.GLIDEIN_ResourceName)])";
-        RecentBlockWriteKbytes = 0;
-        TransferIn = false;
-        ExitStatus = 0;
-        ShouldTransferFiles = "YES";
-        IsCHTCSubmit = true;
-        NumJobMatches = 1;
-        RootDir = "/";
-        JobStartDate = 1446114861;
-        JobPrio = 0;
-        CurrentHosts = 0;
-        GlobalJobId = "submit-3.chtc.wisc.edu#49582699.0#1446105797";
-        RemoteSysCpu = 1.070000000000000E+02;
-        TotalSuspensions = 0;
-        CommittedSlotTime = 1.898500000000000E+04;
-        WantCheckpoint = false;
-        BlockReads = 0;
-        LastRemoteHost = "slot1@e357.chtc.wisc.edu";
-        TransferInput = "/home/xguo23/model_3_1.47/Simulation_condor/data/313/,/home/xguo23/model_3_1.47/Simulation_condor/data/shared/";
-        LocalUserCpu = 0.0;
-        PeriodicRelease = ( JobStatus == 5 ) && ( ( CurrentTime - EnteredCurrentStatus ) > 1800 ) && ( JobRunCount < 5 ) && ( HoldReasonCode != 6 ) && ( HoldReasonCode != 14 ) && ( HoldReasonCode != 22 );
-        RequestDisk = 1000000;
-        ResidentSetSize_RAW = 126756;
-        OrigMaxHosts = 1;
-        LastPublicClaimId = "<128.105.245.157:33109>#1444685526#8861#...";
-        WantRHEL6 = true;
-        NumCkpts_RAW = 0;
-        Out = "process.out";
-        SubmitEventNotes = "DAG Node: 313+313";
-        CumulativeSlotTime = 1.898500000000000E+04;
-        JobRunCount = 1;
-        RecentBlockReads = 0;
-        StreamErr = false;
-        DiskUsage_RAW = 1216669;
-        NumCkpts = 0;
-        StatsLifetimeStarter = 18984;
-        ImageSize = 1000000;
-        Cmd = "/home/xguo23/model_3_1.47/Simulation_condor/chtcjobwrapper";
-        LocalSysCpu = 0.0;
-        Iwd = "/home/xguo23/model_3_1.47/Simulation_condor/model_3/313"
-    ]
-
-    [
-        BlockWrites = 0;
-        LastJobStatus = 2;
-        JobCurrentStartExecutingDate = 1446108667;
-        WantRemoteIO = true;
-        RequestCpus = 1;
-        NumShadowStarts = 1;
-        RemoteUserCpu = 2.495700000000000E+04;
-        NiceUser = false;
-        RequestMemory = 1000;
-        BytesRecvd = 2.850540000000000E+05;
-        ResidentSetSize = 150000;
-        StreamOut = false;
-        SpooledOutputFiles = "CURLTIME_3925831,ChtcWrapper181.out,AuditLog.181,simu_3_181.txt,harvest.log,181.out";
-        OnExitRemove = true;
-        ImageSize_RAW = 811948;
-        RemoteWallClockTime = 2.514800000000000E+04;
-        MachineAttrSlotWeight0 = 1;
-        ExecutableSize = 7;
-        JobStatus = 4;
-        DAGParentNodeNames = "";
-        ExitCode = 0;
-        DAGManNodesMask = "0,1,2,4,5,7,9,10,11,12,13,16,17,24,27";
-        BytesSent = 3.055700000000000E+04;
-        LastSuspensionTime = 0;
-        ExecutableSize_RAW = 6;
-        RecentBlockReadKbytes = 0;
-        TransferInputSizeMB = 0;
-        Matlab = "R2011b";
-        BlockReadKbytes = 0;
-        RecentStatsLifetimeStarter = 1200;
-        LeaveJobInQueue = false;
-        TargetType = "Machine";
-        WhenToTransferOutput = "ON_EXIT";
-        Owner = "xguo23";
-        JobNotification = 0;
-        BufferSize = 524288;
-        RecentBlockWrites = 0;
-        CompletionDate = 1446133813;
-        QDate = 1446105586;
-        JobLeaseDuration = 2400;
-        JobFinishedHookDone = 1446133813;
-        LastMatchTime = 1446108665;
-        LastJobLeaseRenewal = 1446133813;
-        DAGManNodesLog = "/home/xguo23/finally_2/Simulation_condor/model_3/./mydag.dag.nodes.log";
-        ClusterId = 49582181;
-        JobUniverse = 5;
-        NumJobStarts = 1;
-        CondorVersion = "$CondorVersion: 8.5.0 Sep 16 2015 BuildID: 341710 $";
-        CoreSize = 0;
-        OnExitHold = false;
-        CondorPlatform = "$CondorPlatform: X86_64-RedHat_6.6 $";
-        In = "/dev/null";
-        DiskUsage = 1250000;
-        EncryptExecuteDirectory = false;
-        CommittedSuspensionTime = 0;
-        User = "xguo23@chtc.wisc.edu";
-        UserLog = "/home/xguo23/finally_2/Simulation_condor/model_3/181/process.log";
-        JobCurrentStartDate = 1446108665;
-        BufferBlockSize = 32768;
-        MATCH_EXP_JOBGLIDEIN_ResourceName = "wisc.edu";
-        Requirements = ( ( OpSysMajorVer is 6 ) ) && ( MY.JobUniverse == 12 || MY.JobUniverse == 7 || MY.WantFlocking || MY.WantGlidein || TARGET.PoolName == "CHTC" || TARGET.COLLECTOR_HOST_STRING == "infopool.cs.wisc.edu" ) && ( TARGET.Arch == "X86_64" ) && ( TARGET.OpSys == "LINUX" ) && ( TARGET.Disk >= RequestDisk ) && ( TARGET.Memory >= RequestMemory ) && ( TARGET.HasFileTransfer );
-        MinHosts = 1;
-        MaxHosts = 1;
-        Args = "--type=Matlab --version=R2011b --cmdtorun=simu_condor --unique=181 -- 3";
-        PeriodicHold = false;
-        ProcId = 0;
-        Environment = "";
-        DAGNodeName = "181+181";
-        MemoryUsage = ( ( ResidentSetSize + 1023 ) / 1024 );
-        TerminationPending = true;
-        NumRestarts = 0;
-        NumSystemHolds = 0;
-        CommittedTime = 25148;
-        MachineAttrCpus0 = 1;
-        WantRemoteSyscalls = false;
-        MyType = "Job";
-        CumulativeSuspensionTime = 0;
-        Rank = 0.0;
-        StartdPrincipal = "execute-side@matchsession/128.105.245.102";
-        Err = "process.err";
-        PeriodicRemove = false;
-        BlockWriteKbytes = 0;
-        ExitBySignal = false;
-        DAGManJobId = 49581933;
-        EnteredCurrentStatus = 1446133813;
-        JOBGLIDEIN_ResourceName = "$$([IfThenElse(IsUndefined(TARGET.GLIDEIN_ResourceName), IfThenElse(IsUndefined(TARGET.GLIDEIN_Site), \"wisc.edu\", TARGET.GLIDEIN_Site), TARGET.GLIDEIN_ResourceName)])";
-        RecentBlockWriteKbytes = 0;
-        TransferIn = false;
-        ExitStatus = 0;
-        ShouldTransferFiles = "YES";
-        IsCHTCSubmit = true;
-        NumJobMatches = 1;
-        RootDir = "/";
-        JobStartDate = 1446108665;
-        JobPrio = 0;
-        CurrentHosts = 0;
-        GlobalJobId = "submit-3.chtc.wisc.edu#49582181.0#1446105586";
-        RemoteSysCpu = 1.480000000000000E+02;
-        TotalSuspensions = 0;
-        CommittedSlotTime = 2.514800000000000E+04;
-        WantCheckpoint = false;
-        BlockReads = 0;
-        LastRemoteHost = "slot1@e302.chtc.wisc.edu";
-        TransferInput = "/home/xguo23/finally_2/Simulation_condor/data/181/,/home/xguo23/finally_2/Simulation_condor/data/shared/";
-        LocalUserCpu = 0.0;
-        PeriodicRelease = ( JobStatus == 5 ) && ( ( CurrentTime - EnteredCurrentStatus ) > 1800 ) && ( JobRunCount < 5 ) && ( HoldReasonCode != 6 ) && ( HoldReasonCode != 14 ) && ( HoldReasonCode != 22 );
-        RequestDisk = 1000000;
-        ResidentSetSize_RAW = 125368;
-        OrigMaxHosts = 1;
-        LastPublicClaimId = "<128.105.245.102:26944>#1443991374#13401#...";
-        WantRHEL6 = true;
-        NumCkpts_RAW = 0;
-        Out = "process.out";
-        SubmitEventNotes = "DAG Node: 181+181";
-        CumulativeSlotTime = 2.514800000000000E+04;
-        JobRunCount = 1;
-        RecentBlockReads = 0;
-        StreamErr = false;
-        DiskUsage_RAW = 1216669;
-        NumCkpts = 0;
-        StatsLifetimeStarter = 25146;
-        ImageSize = 1000000;
-        Cmd = "/home/xguo23/finally_2/Simulation_condor/chtcjobwrapper";
-        LocalSysCpu = 0.0;
-        Iwd = "/home/xguo23/finally_2/Simulation_condor/model_3/181"
-    ]
-
-    [
-        BlockWrites = 0;
-        LastJobStatus = 2;
-        JobCurrentStartExecutingDate = 1446115400;
-        WantRemoteIO = true;
-        RequestCpus = 1;
-        NumShadowStarts = 1;
-        RemoteUserCpu = 1.826600000000000E+04;
-        NiceUser = false;
-        RequestMemory = 1000;
-        BytesRecvd = 2.846290000000000E+05;
-        ResidentSetSize = 150000;
-        StreamOut = false;
-        SpooledOutputFiles = "CURLTIME_2614862,ChtcWrapper170.out,AuditLog.170,simu_3_170.txt,harvest.log,170.out";
-        OnExitRemove = true;
-        ImageSize_RAW = 811948;
-        RemoteWallClockTime = 1.841100000000000E+04;
-        MachineAttrSlotWeight0 = 1;
-        ExecutableSize = 7;
-        JobStatus = 4;
-        DAGParentNodeNames = "";
-        ExitCode = 0;
-        DAGManNodesMask = "0,1,2,4,5,7,9,10,11,12,13,16,17,24,27";
-        BytesSent = 2.823900000000000E+04;
-        LastSuspensionTime = 0;
-        ExecutableSize_RAW = 6;
-        RecentBlockReadKbytes = 0;
-        TransferInputSizeMB = 0;
-        Matlab = "R2011b";
-        BlockReadKbytes = 0;
-        RecentStatsLifetimeStarter = 1200;
-        LeaveJobInQueue = false;
-        TargetType = "Machine";
-        WhenToTransferOutput = "ON_EXIT";
-        Owner = "xguo23";
-        JobNotification = 0;
-        BufferSize = 524288;
-        RecentBlockWrites = 0;
-        CompletionDate = 1446133810;
-        QDate = 1446105819;
-        JobLeaseDuration = 2400;
-        JobFinishedHookDone = 1446133810;
-        LastMatchTime = 1446115399;
-        LastJobLeaseRenewal = 1446133810;
-        DAGManNodesLog = "/home/xguo23/model_3_1.47/Simulation_condor/model_3/./mydag.dag.nodes.log";
-        ClusterId = 49582760;
-        JobUniverse = 5;
-        NumJobStarts = 1;
-        CondorVersion = "$CondorVersion: 8.5.0 Sep 16 2015 BuildID: 341710 $";
-        CoreSize = 0;
-        OnExitHold = false;
-        CondorPlatform = "$CondorPlatform: X86_64-RedHat_6.6 $";
-        In = "/dev/null";
-        DiskUsage = 1250000;
-        EncryptExecuteDirectory = false;
-        CommittedSuspensionTime = 0;
-        User = "xguo23@chtc.wisc.edu";
-        UserLog = "/home/xguo23/model_3_1.47/Simulation_condor/model_3/170/process.log";
-        JobCurrentStartDate = 1446115399;
-        BufferBlockSize = 32768;
-        MATCH_EXP_JOBGLIDEIN_ResourceName = "wisc.edu";
-        Requirements = ( ( OpSysMajorVer is 6 ) ) && ( MY.JobUniverse == 12 || MY.JobUniverse == 7 || MY.WantFlocking || MY.WantGlidein || TARGET.PoolName == "CHTC" || TARGET.COLLECTOR_HOST_STRING == "infopool.cs.wisc.edu" ) && ( TARGET.Arch == "X86_64" ) && ( TARGET.OpSys == "LINUX" ) && ( TARGET.Disk >= RequestDisk ) && ( TARGET.Memory >= RequestMemory ) && ( TARGET.HasFileTransfer );
-        MinHosts = 1;
-        MaxHosts = 1;
-        Args = "--type=Matlab --version=R2011b --cmdtorun=simu_condor --unique=170 -- 3";
-        PeriodicHold = false;
-        ProcId = 0;
-        Environment = "";
-        DAGNodeName = "170+170";
-        MemoryUsage = ( ( ResidentSetSize + 1023 ) / 1024 );
-        TerminationPending = true;
-        NumRestarts = 0;
-        NumSystemHolds = 0;
-        CommittedTime = 18411;
-        MachineAttrCpus0 = 1;
-        WantRemoteSyscalls = false;
-        MyType = "Job";
-        CumulativeSuspensionTime = 0;
-        Rank = 0.0;
-        StartdPrincipal = "execute-side@matchsession/128.105.245.113";
-        Err = "process.err";
-        PeriodicRemove = false;
-        BlockWriteKbytes = 0;
-        ExitBySignal = false;
-        DAGManJobId = 49582200;
-        EnteredCurrentStatus = 1446133810;
-        JOBGLIDEIN_ResourceName = "$$([IfThenElse(IsUndefined(TARGET.GLIDEIN_ResourceName), IfThenElse(IsUndefined(TARGET.GLIDEIN_Site), \"wisc.edu\", TARGET.GLIDEIN_Site), TARGET.GLIDEIN_ResourceName)])";
-        RecentBlockWriteKbytes = 0;
-        TransferIn = false;
-        ExitStatus = 0;
-        ShouldTransferFiles = "YES";
-        IsCHTCSubmit = true;
-        NumJobMatches = 1;
-        RootDir = "/";
-        JobStartDate = 1446115399;
-        JobPrio = 0;
-        CurrentHosts = 0;
-        GlobalJobId = "submit-3.chtc.wisc.edu#49582760.0#1446105819";
-        RemoteSysCpu = 1.040000000000000E+02;
-        TotalSuspensions = 0;
-        CommittedSlotTime = 1.841100000000000E+04;
-        WantCheckpoint = false;
-        BlockReads = 0;
-        LastRemoteHost = "slot1@e313.chtc.wisc.edu";
-        TransferInput = "/home/xguo23/model_3_1.47/Simulation_condor/data/170/,/home/xguo23/model_3_1.47/Simulation_condor/data/shared/";
-        LocalUserCpu = 0.0;
-        PeriodicRelease = ( JobStatus == 5 ) && ( ( CurrentTime - EnteredCurrentStatus ) > 1800 ) && ( JobRunCount < 5 ) && ( HoldReasonCode != 6 ) && ( HoldReasonCode != 14 ) && ( HoldReasonCode != 22 );
-        RequestDisk = 1000000;
-        ResidentSetSize_RAW = 125400;
-        OrigMaxHosts = 1;
-        LastPublicClaimId = "<128.105.245.113:56191>#1443991385#10335#...";
-        WantRHEL6 = true;
-        NumCkpts_RAW = 0;
-        Out = "process.out";
-        SubmitEventNotes = "DAG Node: 170+170";
-        CumulativeSlotTime = 1.841100000000000E+04;
-        JobRunCount = 1;
-        RecentBlockReads = 0;
-        StreamErr = false;
-        DiskUsage_RAW = 1216669;
-        NumCkpts = 0;
-        StatsLifetimeStarter = 18410;
-        ImageSize = 1000000;
-        Cmd = "/home/xguo23/model_3_1.47/Simulation_condor/chtcjobwrapper";
-        LocalSysCpu = 0.0;
-        Iwd = "/home/xguo23/model_3_1.47/Simulation_condor/model_3/170"
-    ]
-
-    [
-        BlockWrites = 0;
-        LastJobStatus = 2;
-        JobCurrentStartExecutingDate = 1446115779;
-        WantRemoteIO = true;
-        RequestCpus = 1;
-        NumShadowStarts = 1;
-        RemoteUserCpu = 1.787500000000000E+04;
-        NiceUser = false;
-        RequestMemory = 1000;
-        BytesRecvd = 2.846290000000000E+05;
-        ResidentSetSize = 150000;
-        StreamOut = false;
-        SpooledOutputFiles = "CURLTIME_24492,ChtcWrapper270.out,AuditLog.270,simu_3_270.txt,harvest.log,270.out";
-        OnExitRemove = true;
-        ImageSize_RAW = 811948;
-        RemoteWallClockTime = 1.802300000000000E+04;
-        MachineAttrSlotWeight0 = 1;
-        ExecutableSize = 7;
-        JobStatus = 4;
-        DAGParentNodeNames = "";
-        ExitCode = 0;
-        DAGManNodesMask = "0,1,2,4,5,7,9,10,11,12,13,16,17,24,27";
-        BytesSent = 2.787700000000000E+04;
-        LastSuspensionTime = 0;
-        ExecutableSize_RAW = 6;
-        RecentBlockReadKbytes = 0;
-        TransferInputSizeMB = 0;
-        Matlab = "R2011b";
-        BlockReadKbytes = 0;
-        RecentStatsLifetimeStarter = 1200;
-        LeaveJobInQueue = false;
-        TargetType = "Machine";
-        WhenToTransferOutput = "ON_EXIT";
-        Owner = "xguo23";
-        JobNotification = 0;
-        BufferSize = 524288;
-        RecentBlockWrites = 0;
-        CompletionDate = 1446133801;
-        QDate = 1446105831;
-        JobLeaseDuration = 2400;
-        JobFinishedHookDone = 1446133801;
-        LastMatchTime = 1446115778;
-        LastJobLeaseRenewal = 1446133801;
-        DAGManNodesLog = "/home/xguo23/model_3_1.47/Simulation_condor/model_3/./mydag.dag.nodes.log";
-        ClusterId = 49582783;
-        JobUniverse = 5;
-        NumJobStarts = 1;
-        CondorVersion = "$CondorVersion: 8.5.0 Sep 16 2015 BuildID: 341710 $";
-        CoreSize = 0;
-        OnExitHold = false;
-        CondorPlatform = "$CondorPlatform: X86_64-RedHat_6.6 $";
-        In = "/dev/null";
-        DiskUsage = 1250000;
-        EncryptExecuteDirectory = false;
-        CommittedSuspensionTime = 0;
-        User = "xguo23@chtc.wisc.edu";
-        UserLog = "/home/xguo23/model_3_1.47/Simulation_condor/model_3/270/process.log";
-        JobCurrentStartDate = 1446115778;
-        BufferBlockSize = 32768;
-        MATCH_EXP_JOBGLIDEIN_ResourceName = "wisc.edu";
-        Requirements = ( ( OpSysMajorVer is 6 ) ) && ( MY.JobUniverse == 12 || MY.JobUniverse == 7 || MY.WantFlocking || MY.WantGlidein || TARGET.PoolName == "CHTC" || TARGET.COLLECTOR_HOST_STRING == "infopool.cs.wisc.edu" ) && ( TARGET.Arch == "X86_64" ) && ( TARGET.OpSys == "LINUX" ) && ( TARGET.Disk >= RequestDisk ) && ( TARGET.Memory >= RequestMemory ) && ( TARGET.HasFileTransfer );
-        MinHosts = 1;
-        MaxHosts = 1;
-        Args = "--type=Matlab --version=R2011b --cmdtorun=simu_condor --unique=270 -- 3";
-        PeriodicHold = false;
-        ProcId = 0;
-        Environment = "";
-        DAGNodeName = "270+270";
-        MemoryUsage = ( ( ResidentSetSize + 1023 ) / 1024 );
-        TerminationPending = true;
-        NumRestarts = 0;
-        NumSystemHolds = 0;
-        CommittedTime = 18023;
-        MachineAttrCpus0 = 1;
-        WantRemoteSyscalls = false;
-        MyType = "Job";
-        CumulativeSuspensionTime = 0;
-        Rank = 0.0;
-        StartdPrincipal = "execute-side@matchsession/128.105.245.242";
-        Err = "process.err";
-        PeriodicRemove = false;
-        BlockWriteKbytes = 0;
-        ExitBySignal = false;
-        DAGManJobId = 49582200;
-        EnteredCurrentStatus = 1446133801;
-        JOBGLIDEIN_ResourceName = "$$([IfThenElse(IsUndefined(TARGET.GLIDEIN_ResourceName), IfThenElse(IsUndefined(TARGET.GLIDEIN_Site), \"wisc.edu\", TARGET.GLIDEIN_Site), TARGET.GLIDEIN_ResourceName)])";
-        RecentBlockWriteKbytes = 0;
-        TransferIn = false;
-        ExitStatus = 0;
-        ShouldTransferFiles = "YES";
-        IsCHTCSubmit = true;
-        NumJobMatches = 1;
-        RootDir = "/";
-        JobStartDate = 1446115778;
-        JobPrio = 0;
-        CurrentHosts = 0;
-        GlobalJobId = "submit-3.chtc.wisc.edu#49582783.0#1446105831";
-        RemoteSysCpu = 1.150000000000000E+02;
-        TotalSuspensions = 0;
-        CommittedSlotTime = 1.802300000000000E+04;
-        WantCheckpoint = false;
-        BlockReads = 0;
-        LastRemoteHost = "slot1@e442.chtc.WISC.EDU";
-        TransferInput = "/home/xguo23/model_3_1.47/Simulation_condor/data/270/,/home/xguo23/model_3_1.47/Simulation_condor/data/shared/";
-        LocalUserCpu = 0.0;
-        PeriodicRelease = ( JobStatus == 5 ) && ( ( CurrentTime - EnteredCurrentStatus ) > 1800 ) && ( JobRunCount < 5 ) && ( HoldReasonCode != 6 ) && ( HoldReasonCode != 14 ) && ( HoldReasonCode != 22 );
-        RequestDisk = 1000000;
-        ResidentSetSize_RAW = 127404;
-        OrigMaxHosts = 1;
-        LastPublicClaimId = "<128.105.245.242:38884>#1443991450#10410#...";
-        WantRHEL6 = true;
-        NumCkpts_RAW = 0;
-        Out = "process.out";
-        SubmitEventNotes = "DAG Node: 270+270";
-        CumulativeSlotTime = 1.802300000000000E+04;
-        JobRunCount = 1;
-        RecentBlockReads = 0;
-        StreamErr = false;
-        DiskUsage_RAW = 1216669;
-        NumCkpts = 0;
-        StatsLifetimeStarter = 18022;
-        ImageSize = 1000000;
-        Cmd = "/home/xguo23/model_3_1.47/Simulation_condor/chtcjobwrapper";
-        LocalSysCpu = 0.0;
-        Iwd = "/home/xguo23/model_3_1.47/Simulation_condor/model_3/270"
-    ]
-
-    [
-        BlockWrites = 0;
-        LastJobStatus = 2;
-        JobCurrentStartExecutingDate = 1446106291;
-        WantRemoteIO = true;
-        RequestCpus = 1;
-        NumShadowStarts = 1;
-        RemoteUserCpu = 2.728800000000000E+04;
-        NiceUser = false;
-        RequestMemory = 1000;
-        BytesRecvd = 2.850530000000000E+05;
-        ResidentSetSize = 150000;
-        StreamOut = false;
-        SpooledOutputFiles = "CURLTIME_4096502,ChtcWrapper82.out,AuditLog.82,simu_3_82.txt,harvest.log,82.out";
-        OnExitRemove = true;
-        ImageSize_RAW = 811948;
-        RemoteWallClockTime = 2.749100000000000E+04;
-        MachineAttrSlotWeight0 = 1;
-        ExecutableSize = 7;
-        JobStatus = 4;
-        DAGParentNodeNames = "";
-        ExitCode = 0;
-        DAGManNodesMask = "0,1,2,4,5,7,9,10,11,12,13,16,17,24,27";
-        BytesSent = 3.055300000000000E+04;
-        LastSuspensionTime = 0;
-        ExecutableSize_RAW = 6;
-        RecentBlockReadKbytes = 0;
-        TransferInputSizeMB = 0;
-        Matlab = "R2011b";
-        BlockReadKbytes = 0;
-        LocalSysCpu = 0.0;
-        Iwd = "/home/xguo23/finally_2/Simulation_condor/model_3/82";
-        RecentStatsLifetimeStarter = 1200;
-        LeaveJobInQueue = false;
-        TargetType = "Machine";
-        WhenToTransferOutput = "ON_EXIT";
-        Owner = "xguo23";
-        JobNotification = 0;
-        BufferSize = 524288;
-        RecentBlockWrites = 0;
-        CompletionDate = 1446133781;
-        LastMatchTime = 1446106290;
-        LastJobLeaseRenewal = 1446133781;
-        DAGManNodesLog = "/home/xguo23/finally_2/Simulation_condor/model_3/./mydag.dag.nodes.log";
-        ClusterId = 49581989;
-        NumJobStarts = 1;
-        JobUniverse = 5;
-        AutoClusterAttrs = "JobUniverse,LastCheckpointPlatform,NumCkpts,ClientMachine,_condor_RequestCpus,_condor_RequestDisk,_condor_RequestGPUs,_condor_RequestMemory,RequestCpus,RequestDisk,RequestGPUs,RequestMemory,BIOCHEM,MachineLastMatchTime,ConcurrencyLimits,NiceUser,Rank,Requirements,ImageSize,MemoryRequirements,User,RemoteGroup,SubmitterGroup,SubmitterUserPrio,Group,WIDsTheme,InteractiveJob,Is_Resumable,WantFlocking,WantGlidein,Scheduler,Owner,JobStart,MemoryUsage,IsExpressQueueJ [...]
-        MaxHosts = 1;
-        Args = "--type=Matlab --version=R2011b --cmdtorun=simu_condor --unique=82 -- 3";
-        CondorVersion = "$CondorVersion: 8.5.0 Sep 16 2015 BuildID: 341710 $";
-        CoreSize = 0;
-        OnExitHold = false;
-        CondorPlatform = "$CondorPlatform: X86_64-RedHat_6.6 $";
-        JobFinishedHookDone = 1446133782;
-        QDate = 1446105374;
-        JobLeaseDuration = 2400;
-        In = "/dev/null";
-        DiskUsage = 1250000;
-        EncryptExecuteDirectory = false;
-        CommittedSuspensionTime = 0;
-        User = "xguo23@chtc.wisc.edu";
-        UserLog = "/home/xguo23/finally_2/Simulation_condor/model_3/82/process.log";
-        JobCurrentStartDate = 1446106290;
-        BufferBlockSize = 32768;
-        MATCH_EXP_JOBGLIDEIN_ResourceName = "wisc.edu";
-        Requirements = ( ( OpSysMajorVer is 6 ) ) && ( MY.JobUniverse == 12 || MY.JobUniverse == 7 || MY.WantFlocking || MY.WantGlidein || TARGET.PoolName == "CHTC" || TARGET.COLLECTOR_HOST_STRING == "infopool.cs.wisc.edu" ) && ( TARGET.Arch == "X86_64" ) && ( TARGET.OpSys == "LINUX" ) && ( TARGET.Disk >= RequestDisk ) && ( TARGET.Memory >= RequestMemory ) && ( TARGET.HasFileTransfer );
-        MinHosts = 1;
-        PeriodicHold = false;
-        ProcId = 0;
-        Environment = "";
-        DAGNodeName = "82+82";
-        MemoryUsage = ( ( ResidentSetSize + 1023 ) / 1024 );
-        TerminationPending = true;
-        NumRestarts = 0;
-        NumSystemHolds = 0;
-        CommittedTime = 27491;
-        AutoClusterId = 24;
-        ExitStatus = 0;
-        ShouldTransferFiles = "YES";
-        MachineAttrCpus0 = 1;
-        WantRemoteSyscalls = false;
-        MyType = "Job";
-        CumulativeSuspensionTime = 0;
-        Rank = 0.0;
-        StartdPrincipal = "execute-side@matchsession/128.105.245.233";
-        Err = "process.err";
-        PeriodicRemove = false;
-        BlockWriteKbytes = 0;
-        ExitBySignal = false;
-        DAGManJobId = 49581933;
-        EnteredCurrentStatus = 1446133781;
-        JOBGLIDEIN_ResourceName = "$$([IfThenElse(IsUndefined(TARGET.GLIDEIN_ResourceName), IfThenElse(IsUndefined(TARGET.GLIDEIN_Site), \"wisc.edu\", TARGET.GLIDEIN_Site), TARGET.GLIDEIN_ResourceName)])";
-        RecentBlockWriteKbytes = 0;
-        TransferIn = false;
-        IsCHTCSubmit = true;
-        NumJobMatches = 1;
-        RootDir = "/";
-        JobStartDate = 1446106290;
-        JobPrio = 0;
-        CurrentHosts = 0;
-        GlobalJobId = "submit-3.chtc.wisc.edu#49581989.0#1446105374";
-        RemoteSysCpu = 1.730000000000000E+02;
-        TotalSuspensions = 0;
-        CommittedSlotTime = 2.749100000000000E+04;
-        WantCheckpoint = false;
-        BlockReads = 0;
-        LastRemoteHost = "slot1@e433.chtc.wisc.edu";
-        TransferInput = "/home/xguo23/finally_2/Simulation_condor/data/82/,/home/xguo23/finally_2/Simulation_condor/data/shared/";
-        LocalUserCpu = 0.0;
-        PeriodicRelease = ( JobStatus == 5 ) && ( ( CurrentTime - EnteredCurrentStatus ) > 1800 ) && ( JobRunCount < 5 ) && ( HoldReasonCode != 6 ) && ( HoldReasonCode != 14 ) && ( HoldReasonCode != 22 );
-        RequestDisk = 1000000;
-        ResidentSetSize_RAW = 126932;
-        OrigMaxHosts = 1;
-        LastPublicClaimId = "<128.105.245.233:28601>#1443991451#13496#...";
-        WantRHEL6 = true;
-        NumCkpts_RAW = 0;
-        Out = "process.out";
-        SubmitEventNotes = "DAG Node: 82+82";
-        CumulativeSlotTime = 2.749100000000000E+04;
-        JobRunCount = 1;
-        RecentBlockReads = 0;
-        StreamErr = false;
-        DiskUsage_RAW = 1216669;
-        NumCkpts = 0;
-        StatsLifetimeStarter = 27490;
-        ImageSize = 1000000;
-        Cmd = "/home/xguo23/finally_2/Simulation_condor/chtcjobwrapper"
-    ]
-
-    [
-        BlockWrites = 0;
-        LastJobStatus = 2;
-        JobCurrentStartExecutingDate = 1446111076;
-        WantRemoteIO = true;
-        RequestCpus = 1;
-        NumShadowStarts = 1;
-        RemoteUserCpu = 2.255200000000000E+04;
-        NiceUser = false;
-        RequestMemory = 1000;
-        BytesRecvd = 2.846120000000000E+05;
-        ResidentSetSize = 150000;
-        StreamOut = false;
-        SpooledOutputFiles = "CURLTIME_1529941,ChtcWrapper69.out,AuditLog.69,simu_3_69.txt,harvest.log,69.out";
-        OnExitRemove = true;
-        ImageSize_RAW = 811948;
-        RemoteWallClockTime = 2.270200000000000E+04;
-        MachineAttrSlotWeight0 = 1;
-        ExecutableSize = 7;
-        JobStatus = 4;
-        DAGParentNodeNames = "";
-        ExitCode = 0;
-        DAGManNodesMask = "0,1,2,4,5,7,9,10,11,12,13,16,17,24,27";
-        BytesSent = 3.055200000000000E+04;
-        LastSuspensionTime = 0;
-        ExecutableSize_RAW = 6;
-        RecentBlockReadKbytes = 0;
-        TransferInputSizeMB = 0;
-        Matlab = "R2011b";
-        BlockReadKbytes = 0;
-        RecentStatsLifetimeStarter = 1200;
-        LeaveJobInQueue = false;
-        TargetType = "Machine";
-        WhenToTransferOutput = "ON_EXIT";
-        Owner = "xguo23";
-        JobNotification = 0;
-        BufferSize = 524288;
-        RecentBlockWrites = 0;
-        CompletionDate = 1446133776;
-        QDate = 1446105717;
-        JobLeaseDuration = 2400;
-        JobFinishedHookDone = 1446133776;
-        LastMatchTime = 1446111074;
-        LastJobLeaseRenewal = 1446133776;
-        DAGManNodesLog = "/home/xguo23/model_3_1.48/Simulation_condor/model_3/./mydag.dag.nodes.log";
-        ClusterId = 49582489;
-        JobUniverse = 5;
-        NumJobStarts = 1;
-        CondorVersion = "$CondorVersion: 8.5.0 Sep 16 2015 BuildID: 341710 $";
-        CoreSize = 0;
-        OnExitHold = false;
-        CondorPlatform = "$CondorPlatform: X86_64-RedHat_6.6 $";
-        In = "/dev/null";
-        DiskUsage = 1250000;
-        EncryptExecuteDirectory = false;
-        CommittedSuspensionTime = 0;
-        User = "xguo23@chtc.wisc.edu";
-        UserLog = "/home/xguo23/model_3_1.48/Simulation_condor/model_3/69/process.log";
-        JobCurrentStartDate = 1446111074;
-        BufferBlockSize = 32768;
-        MATCH_EXP_JOBGLIDEIN_ResourceName = "wisc.edu";
-        Requirements = ( ( OpSysMajorVer is 6 ) ) && ( MY.JobUniverse == 12 || MY.JobUniverse == 7 || MY.WantFlocking || MY.WantGlidein || TARGET.PoolName == "CHTC" || TARGET.COLLECTOR_HOST_STRING == "infopool.cs.wisc.edu" ) && ( TARGET.Arch == "X86_64" ) && ( TARGET.OpSys == "LINUX" ) && ( TARGET.Disk >= RequestDisk ) && ( TARGET.Memory >= RequestMemory ) && ( TARGET.HasFileTransfer );
-        MinHosts = 1;
-        MaxHosts = 1;
-        Args = "--type=Matlab --version=R2011b --cmdtorun=simu_condor --unique=69 -- 3";
-        PeriodicHold = false;
-        ProcId = 0;
-        Environment = "";
-        DAGNodeName = "69+69";
-        MemoryUsage = ( ( ResidentSetSize + 1023 ) / 1024 );
-        TerminationPending = true;
-        NumRestarts = 0;
-        NumSystemHolds = 0;
-        CommittedTime = 22702;
-        MachineAttrCpus0 = 1;
-        WantRemoteSyscalls = false;
-        MyType = "Job";
-        CumulativeSuspensionTime = 0;
-        Rank = 0.0;
-        StartdPrincipal = "execute-side@matchsession/128.105.245.237";
-        Err = "process.err";
-        PeriodicRemove = false;
-        BlockWriteKbytes = 0;
-        ExitBySignal = false;
-        DAGManJobId = 49582206;
-        EnteredCurrentStatus = 1446133776;
-        JOBGLIDEIN_ResourceName = "$$([IfThenElse(IsUndefined(TARGET.GLIDEIN_ResourceName), IfThenElse(IsUndefined(TARGET.GLIDEIN_Site), \"wisc.edu\", TARGET.GLIDEIN_Site), TARGET.GLIDEIN_ResourceName)])";
-        RecentBlockWriteKbytes = 0;
-        TransferIn = false;
-        ExitStatus = 0;
-        ShouldTransferFiles = "YES";
-        IsCHTCSubmit = true;
-        NumJobMatches = 1;
-        RootDir = "/";
-        JobStartDate = 1446111074;
-        JobPrio = 0;
-        CurrentHosts = 0;
-        GlobalJobId = "submit-3.chtc.wisc.edu#49582489.0#1446105717";
-        RemoteSysCpu = 1.220000000000000E+02;
-        TotalSuspensions = 0;
-        CommittedSlotTime = 2.270200000000000E+04;
-        WantCheckpoint = false;
-        BlockReads = 0;
-        LastRemoteHost = "slot1@e437.chtc.wisc.edu";
-        TransferInput = "/home/xguo23/model_3_1.48/Simulation_condor/data/69/,/home/xguo23/model_3_1.48/Simulation_condor/data/shared/";
-        LocalUserCpu = 0.0;
-        PeriodicRelease = ( JobStatus == 5 ) && ( ( CurrentTime - EnteredCurrentStatus ) > 1800 ) && ( JobRunCount < 5 ) && ( HoldReasonCode != 6 ) && ( HoldReasonCode != 14 ) && ( HoldReasonCode != 22 );
-        RequestDisk = 1000000;
-        ResidentSetSize_RAW = 126444;
-        OrigMaxHosts = 1;
-        LastPublicClaimId = "<128.105.245.237:1373>#1444673410#8302#...";
-        WantRHEL6 = true;
-        NumCkpts_RAW = 0;
-        Out = "process.out";
-        SubmitEventNotes = "DAG Node: 69+69";
-        CumulativeSlotTime = 2.270200000000000E+04;
-        JobRunCount = 1;
-        RecentBlockReads = 0;
-        StreamErr = false;
-        DiskUsage_RAW = 1216669;
-        NumCkpts = 0;
-        StatsLifetimeStarter = 22699;
-        ImageSize = 1000000;
-        Cmd = "/home/xguo23/model_3_1.48/Simulation_condor/chtcjobwrapper";
-        LocalSysCpu = 0.0;
-        Iwd = "/home/xguo23/model_3_1.48/Simulation_condor/model_3/69"
-    ]
-
-    [
-        BlockWrites = 0;
-        LastJobStatus = 2;
-        JobCurrentStartExecutingDate = 1446106063;
-        WantRemoteIO = true;
-        RequestCpus = 1;
-        NumShadowStarts = 1;
-        RemoteUserCpu = 2.751000000000000E+04;
-        NiceUser = false;
-        RequestMemory = 1000;
-        BytesRecvd = 2.850530000000000E+05;
-        ResidentSetSize = 150000;
-        StreamOut = false;
-        SpooledOutputFiles = "CURLTIME_369560,ChtcWrapper40.out,AuditLog.40,simu_3_40.txt,harvest.log,40.out";
-        OnExitRemove = true;
-        ImageSize_RAW = 811948;
-        RemoteWallClockTime = 2.767600000000000E+04;
-        MachineAttrSlotWeight0 = 1;
-        ExecutableSize = 7;
-        JobStatus = 4;
-        DAGParentNodeNames = "";
-        ExitCode = 0;
-        DAGManNodesMask = "0,1,2,4,5,7,9,10,11,12,13,16,17,24,27";
-        BytesSent = 3.058400000000000E+04;
-        LastSuspensionTime = 0;
-        ExecutableSize_RAW = 6;
-        RecentBlockReadKbytes = 0;
-        TransferInputSizeMB = 0;
-        Matlab = "R2011b";
-        BlockReadKbytes = 0;
-        RecentStatsLifetimeStarter = 1200;
-        LeaveJobInQueue = false;
-        TargetType = "Machine";
-        WhenToTransferOutput = "ON_EXIT";
-        Owner = "xguo23";
-        JobNotification = 0;
-        BufferSize = 524288;
-        RecentBlockWrites = 0;
-        CompletionDate = 1446133737;
-        QDate = 1446105329;
-        JobLeaseDuration = 2400;
-        JobFinishedHookDone = 1446133737;
-        LastMatchTime = 1446106061;
-        LastJobLeaseRenewal = 1446133737;
-        DAGManNodesLog = "/home/xguo23/finally_2/Simulation_condor/model_3/./mydag.dag.nodes.log";
-        ClusterId = 49581952;
-        JobUniverse = 5;
-        NumJobStarts = 1;
-        CondorVersion = "$CondorVersion: 8.5.0 Sep 16 2015 BuildID: 341710 $";
-        CoreSize = 0;
-        OnExitHold = false;
-        CondorPlatform = "$CondorPlatform: X86_64-RedHat_6.6 $";
-        In = "/dev/null";
-        DiskUsage = 1250000;
-        EncryptExecuteDirectory = false;
-        CommittedSuspensionTime = 0;
-        User = "xguo23@chtc.wisc.edu";
-        UserLog = "/home/xguo23/finally_2/Simulation_condor/model_3/40/process.log";
-        JobCurrentStartDate = 1446106061;
-        BufferBlockSize = 32768;
-        MATCH_EXP_JOBGLIDEIN_ResourceName = "wisc.edu";
-        Requirements = ( ( OpSysMajorVer is 6 ) ) && ( MY.JobUniverse == 12 || MY.JobUniverse == 7 || MY.WantFlocking || MY.WantGlidein || TARGET.PoolName == "CHTC" || TARGET.COLLECTOR_HOST_STRING == "infopool.cs.wisc.edu" ) && ( TARGET.Arch == "X86_64" ) && ( TARGET.OpSys == "LINUX" ) && ( TARGET.Disk >= RequestDisk ) && ( TARGET.Memory >= RequestMemory ) && ( TARGET.HasFileTransfer );
-        MinHosts = 1;
-        MaxHosts = 1;
-        Args = "--type=Matlab --version=R2011b --cmdtorun=simu_condor --unique=40 -- 3";
-        PeriodicHold = false;
-        ProcId = 0;
-        Environment = "";
-        DAGNodeName = "40+40";
-        MemoryUsage = ( ( ResidentSetSize + 1023 ) / 1024 );
-        TerminationPending = true;
-        NumRestarts = 0;
-        NumSystemHolds = 0;
-        CommittedTime = 27676;
-        MachineAttrCpus0 = 1;
-        WantRemoteSyscalls = false;
-        MyType = "Job";
-        CumulativeSuspensionTime = 0;
-        Rank = 0.0;
-        StartdPrincipal = "execute-side@matchsession/128.105.245.86";
-        Err = "process.err";
-        PeriodicRemove = false;
-        BlockWriteKbytes = 0;
-        ExitBySignal = false;
-        DAGManJobId = 49581933;
-        EnteredCurrentStatus = 1446133737;
-        JOBGLIDEIN_ResourceName = "$$([IfThenElse(IsUndefined(TARGET.GLIDEIN_ResourceName), IfThenElse(IsUndefined(TARGET.GLIDEIN_Site), \"wisc.edu\", TARGET.GLIDEIN_Site), TARGET.GLIDEIN_ResourceName)])";
-        RecentBlockWriteKbytes = 0;
-        TransferIn = false;
-        ExitStatus = 0;
-        ShouldTransferFiles = "YES";
-        IsCHTCSubmit = true;
-        NumJobMatches = 1;
-        RootDir = "/";
-        JobStartDate = 1446106061;
-        JobPrio = 0;
-        CurrentHosts = 0;
-        GlobalJobId = "submit-3.chtc.wisc.edu#49581952.0#1446105329";
-        RemoteSysCpu = 1.050000000000000E+02;
-        TotalSuspensions = 0;
-        CommittedSlotTime = 2.767600000000000E+04;
-        WantCheckpoint = false;
-        BlockReads = 0;
-        LastRemoteHost = "slot1@e286.chtc.wisc.edu";
-        TransferInput = "/home/xguo23/finally_2/Simulation_condor/data/40/,/home/xguo23/finally_2/Simulation_condor/data/shared/";
-        LocalUserCpu = 0.0;
-        PeriodicRelease = ( JobStatus == 5 ) && ( ( CurrentTime - EnteredCurrentStatus ) > 1800 ) && ( JobRunCount < 5 ) && ( HoldReasonCode != 6 ) && ( HoldReasonCode != 14 ) && ( HoldReasonCode != 22 );
-        RequestDisk = 1000000;
-        ResidentSetSize_RAW = 127252;
-        OrigMaxHosts = 1;
-        LastPublicClaimId = "<128.105.245.86:32129>#1444759888#6329#...";
-        WantRHEL6 = true;
-        NumCkpts_RAW = 0;
-        Out = "process.out";
-        SubmitEventNotes = "DAG Node: 40+40";
-        CumulativeSlotTime = 2.767600000000000E+04;
-        JobRunCount = 1;
-        RecentBlockReads = 0;
-        StreamErr = false;
-        DiskUsage_RAW = 1216669;
-        NumCkpts = 0;
-        StatsLifetimeStarter = 27674;
-        ImageSize = 1000000;
-        Cmd = "/home/xguo23/finally_2/Simulation_condor/chtcjobwrapper";
-        LocalSysCpu = 0.0;
-        Iwd = "/home/xguo23/finally_2/Simulation_condor/model_3/40"
-    ]
-
-    [
-        BlockWrites = 0;
-        LastJobStatus = 2;
-        JobCurrentStartExecutingDate = 1446108830;
-        WantRemoteIO = true;
-        RequestCpus = 1;
-        NumShadowStarts = 1;
-        RemoteUserCpu = 2.472900000000000E+04;
-        NiceUser = false;
-        RequestMemory = 1000;
-        BytesRecvd = 2.846270000000000E+05;
-        ResidentSetSize = 150000;
-        StreamOut = false;
-        SpooledOutputFiles = "CURLTIME_1151628,ChtcWrapper6.out,AuditLog.6,simu_3_6.txt,harvest.log,6.out";
-        OnExitRemove = true;
-        ImageSize_RAW = 811948;
-        RemoteWallClockTime = 2.490000000000000E+04;
-        MachineAttrSlotWeight0 = 1;
-        ExecutableSize = 7;
-        JobStatus = 4;
-        DAGParentNodeNames = "";
-        ExitCode = 0;
-        DAGManNodesMask = "0,1,2,4,5,7,9,10,11,12,13,16,17,24,27";
-        BytesSent = 3.054300000000000E+04;
-        LastSuspensionTime = 0;
-        ExecutableSize_RAW = 6;
-        RecentBlockReadKbytes = 0;
-        TransferInputSizeMB = 0;
-        Matlab = "R2011b";
-        BlockReadKbytes = 0;
-        RecentStatsLifetimeStarter = 1200;
-        LeaveJobInQueue = false;
-        TargetType = "Machine";
-        WhenToTransferOutput = "ON_EXIT";
-        Owner = "xguo23";
-        JobNotification = 0;
-        BufferSize = 524288;
-        RecentBlockWrites = 0;
-        CompletionDate = 1446133728;
-        QDate = 1446105617;
-        JobLeaseDuration = 2400;
-        JobFinishedHookDone = 1446133728;
-        LastMatchTime = 1446108828;
-        LastJobLeaseRenewal = 1446133728;
-        DAGManNodesLog = "/home/xguo23/model_3_1.47/Simulation_condor/model_3/./mydag.dag.nodes.log";
-        ClusterId = 49582222;
-        JobUniverse = 5;
-        NumJobStarts = 1;
-        CondorVersion = "$CondorVersion: 8.5.0 Sep 16 2015 BuildID: 341710 $";
-        CoreSize = 0;
-        OnExitHold = false;
-        CondorPlatform = "$CondorPlatform: X86_64-RedHat_6.6 $";
-        In = "/dev/null";
-        DiskUsage = 1250000;
-        EncryptExecuteDirectory = false;
-        CommittedSuspensionTime = 0;
-        User = "xguo23@chtc.wisc.edu";
-        UserLog = "/home/xguo23/model_3_1.47/Simulation_condor/model_3/6/process.log";
-        JobCurrentStartDate = 1446108828;
-        BufferBlockSize = 32768;
-        MATCH_EXP_JOBGLIDEIN_ResourceName = "wisc.edu";
-        Requirements = ( ( OpSysMajorVer is 6 ) ) && ( MY.JobUniverse == 12 || MY.JobUniverse == 7 || MY.WantFlocking || MY.WantGlidein || TARGET.PoolName == "CHTC" || TARGET.COLLECTOR_HOST_STRING == "infopool.cs.wisc.edu" ) && ( TARGET.Arch == "X86_64" ) && ( TARGET.OpSys == "LINUX" ) && ( TARGET.Disk >= RequestDisk ) && ( TARGET.Memory >= RequestMemory ) && ( TARGET.HasFileTransfer );
-        MinHosts = 1;
-        MaxHosts = 1;
-        Args = "--type=Matlab --version=R2011b --cmdtorun=simu_condor --unique=6 -- 3";
-        PeriodicHold = false;
-        ProcId = 0;
-        Environment = "";
-        DAGNodeName = "6+6";
-        MemoryUsage = ( ( ResidentSetSize + 1023 ) / 1024 );
-        TerminationPending = true;
-        NumRestarts = 0;
-        NumSystemHolds = 0;
-        CommittedTime = 24900;
-        MachineAttrCpus0 = 1;
-        WantRemoteSyscalls = false;
-        MyType = "Job";
-        CumulativeSuspensionTime = 0;
-        Rank = 0.0;
-        StartdPrincipal = "execute-side@matchsession/128.105.245.67";
-        Err = "process.err";
-        PeriodicRemove = false;
-        BlockWriteKbytes = 0;
-        ExitBySignal = false;
-        DAGManJobId = 49582200;
-        EnteredCurrentStatus = 1446133728;
-        JOBGLIDEIN_ResourceName = "$$([IfThenElse(IsUndefined(TARGET.GLIDEIN_ResourceName), IfThenElse(IsUndefined(TARGET.GLIDEIN_Site), \"wisc.edu\", TARGET.GLIDEIN_Site), TARGET.GLIDEIN_ResourceName)])";
-        RecentBlockWriteKbytes = 0;
-        TransferIn = false;
-        ExitStatus = 0;
-        ShouldTransferFiles = "YES";
-        IsCHTCSubmit = true;
-        NumJobMatches = 1;
-        RootDir = "/";
-        JobStartDate = 1446108828;
-        JobPrio = 0;
-        CurrentHosts = 0;
-        GlobalJobId = "submit-3.chtc.wisc.edu#49582222.0#1446105617";
-        RemoteSysCpu = 1.290000000000000E+02;
-        TotalSuspensions = 0;
-        CommittedSlotTime = 2.490000000000000E+04;
-        WantCheckpoint = false;
-        BlockReads = 0;
-        LastRemoteHost = "slot1@e267.chtc.wisc.edu";
-        TransferInput = "/home/xguo23/model_3_1.47/Simulation_condor/data/6/,/home/xguo23/model_3_1.47/Simulation_condor/data/shared/";
-        LocalUserCpu = 0.0;
-        PeriodicRelease = ( JobStatus == 5 ) && ( ( CurrentTime - EnteredCurrentStatus ) > 1800 ) && ( JobRunCount < 5 ) && ( HoldReasonCode != 6 ) && ( HoldReasonCode != 14 ) && ( HoldReasonCode != 22 );
-        RequestDisk = 1000000;
-        ResidentSetSize_RAW = 126592;
-        OrigMaxHosts = 1;
-        LastPublicClaimId = "<128.105.245.67:65111>#1444759823#5994#...";
-        WantRHEL6 = true;
-        NumCkpts_RAW = 0;
-        Out = "process.out";
-        SubmitEventNotes = "DAG Node: 6+6";
-        CumulativeSlotTime = 2.490000000000000E+04;
-        JobRunCount = 1;
-        RecentBlockReads = 0;
-        StreamErr = false;
-        DiskUsage_RAW = 1216669;
-        NumCkpts = 0;
-        StatsLifetimeStarter = 24898;
-        ImageSize = 1000000;
-        Cmd = "/home/xguo23/model_3_1.47/Simulation_condor/chtcjobwrapper";
-        LocalSysCpu = 0.0;
-        Iwd = "/home/xguo23/model_3_1.47/Simulation_condor/model_3/6"
-    ]
-
-    [
-        BlockWrites = 0;
-        LastJobStatus = 2;
-        JobCurrentStartExecutingDate = 1446121056;
-        WantRemoteIO = true;
-        RequestCpus = 1;
-        NumShadowStarts = 1;
-        RemoteUserCpu = 1.254900000000000E+04;
-        NiceUser = false;
-        RequestMemory = 1000;
-        BytesRecvd = 2.846130000000000E+05;
-        ResidentSetSize = 125000;
-        StreamOut = false;
-        SpooledOutputFiles = "CURLTIME_548136,ChtcWrapper239.out,AuditLog.239,simu_3_239.txt,harvest.log,239.out";
-        OnExitRemove = true;
-        ImageSize_RAW = 811948;
-        RemoteWallClockTime = 1.265600000000000E+04;
-        MachineAttrSlotWeight0 = 1;
-        ExecutableSize = 7;
-        JobStatus = 4;
-        DAGParentNodeNames = "";
-        ExitCode = 0;
-        DAGManNodesMask = "0,1,2,4,5,7,9,10,11,12,13,16,17,24,27";
-        BytesSent = 2.822000000000000E+04;
-        LastSuspensionTime = 0;
-        ExecutableSize_RAW = 6;
-        RecentBlockReadKbytes = 0;
-        TransferInputSizeMB = 0;
-        Matlab = "R2011b";
-        BlockReadKbytes = 0;
-        RecentStatsLifetimeStarter = 1200;
-        LeaveJobInQueue = false;
-        TargetType = "Machine";
-        WhenToTransferOutput = "ON_EXIT";
-        Owner = "xguo23";
-        JobNotification = 0;
-        BufferSize = 524288;
-        RecentBlockWrites = 0;
-        CompletionDate = 1446133710;
-        QDate = 1446106014;
-        JobLeaseDuration = 2400;
-        JobFinishedHookDone = 1446133710;
-        LastMatchTime = 1446121054;
-        LastJobLeaseRenewal = 1446133710;
-        DAGManNodesLog = "/home/xguo23/model_3_1.48/Simulation_condor/model_3/./mydag.dag.nodes.log";
-        ClusterId = 49583278;
-        JobUniverse = 5;
-        NumJobStarts = 1;
-        CondorVersion = "$CondorVersion: 8.5.0 Sep 16 2015 BuildID: 341710 $";
-        CoreSize = 0;
-        OnExitHold = false;
-        CondorPlatform = "$CondorPlatform: X86_64-RedHat_6.6 $";
-        In = "/dev/null";
-        DiskUsage = 1250000;
-        EncryptExecuteDirectory = false;
-        CommittedSuspensionTime = 0;
-        User = "xguo23@chtc.wisc.edu";
-        UserLog = "/home/xguo23/model_3_1.48/Simulation_condor/model_3/239/process.log";
-        JobCurrentStartDate = 1446121054;
-        BufferBlockSize = 32768;
-        MATCH_EXP_JOBGLIDEIN_ResourceName = "wisc.edu";
-        Requirements = ( ( OpSysMajorVer is 6 ) ) && ( MY.JobUniverse == 12 || MY.JobUniverse == 7 || MY.WantFlocking || MY.WantGlidein || TARGET.PoolName == "CHTC" || TARGET.COLLECTOR_HOST_STRING == "infopool.cs.wisc.edu" ) && ( TARGET.Arch == "X86_64" ) && ( TARGET.OpSys == "LINUX" ) && ( TARGET.Disk >= RequestDisk ) && ( TARGET.Memory >= RequestMemory ) && ( TARGET.HasFileTransfer );
-        MinHosts = 1;
-        MaxHosts = 1;
-        Args = "--type=Matlab --version=R2011b --cmdtorun=simu_condor --unique=239 -- 3";
-        PeriodicHold = false;
-        ProcId = 0;
-        Environment = "";
-        DAGNodeName = "239+239";
-        MemoryUsage = ( ( ResidentSetSize + 1023 ) / 1024 );
-        TerminationPending = true;
-        NumRestarts = 0;
-        NumSystemHolds = 0;
-        CommittedTime = 12656;
-        MachineAttrCpus0 = 1;
-        WantRemoteSyscalls = false;
-        MyType = "Job";
-        CumulativeSuspensionTime = 0;
-        Rank = 0.0;
-        StartdPrincipal = "execute-side@matchsession/128.105.245.140";
-        Err = "process.err";
-        PeriodicRemove = false;
-        BlockWriteKbytes = 0;
-        ExitBySignal = false;
-        DAGManJobId = 49582206;
-        EnteredCurrentStatus = 1446133710;
-        JOBGLIDEIN_ResourceName = "$$([IfThenElse(IsUndefined(TARGET.GLIDEIN_ResourceName), IfThenElse(IsUndefined(TARGET.GLIDEIN_Site), \"wisc.edu\", TARGET.GLIDEIN_Site), TARGET.GLIDEIN_ResourceName)])";
-        RecentBlockWriteKbytes = 0;
-        TransferIn = false;
-        ExitStatus = 0;
-        ShouldTransferFiles = "YES";
-        IsCHTCSubmit = true;
-        NumJobMatches = 1;
-        RootDir = "/";
-        JobStartDate = 1446121054;
-        JobPrio = 0;
-        CurrentHosts = 0;
-        GlobalJobId = "submit-3.chtc.wisc.edu#49583278.0#1446106014";
-        RemoteSysCpu = 8.800000000000000E+01;
-        TotalSuspensions = 0;
-        CommittedSlotTime = 1.265600000000000E+04;
-        WantCheckpoint = false;
-        BlockReads = 0;
-        LastRemoteHost = "slot1@e340.chtc.wisc.edu";
-        TransferInput = "/home/xguo23/model_3_1.48/Simulation_condor/data/239/,/home/xguo23/model_3_1.48/Simulation_condor/data/shared/";
-        LocalUserCpu = 0.0;
-        PeriodicRelease = ( JobStatus == 5 ) && ( ( CurrentTime - EnteredCurrentStatus ) > 1800 ) && ( JobRunCount < 5 ) && ( HoldReasonCode != 6 ) && ( HoldReasonCode != 14 ) && ( HoldReasonCode != 22 );
-        RequestDisk = 1000000;
-        ResidentSetSize_RAW = 124780;
-        OrigMaxHosts = 1;
-        LastPublicClaimId = "<128.105.245.140:58412>#1444681013#9585#...";
-        WantRHEL6 = true;
-        NumCkpts_RAW = 0;
-        Out = "process.out";
-        SubmitEventNotes = "DAG Node: 239+239";
-        CumulativeSlotTime = 1.265600000000000E+04;
-        JobRunCount = 1;
-        RecentBlockReads = 0;
-        StreamErr = false;
-        DiskUsage_RAW = 1216669;
-        NumCkpts = 0;
-        StatsLifetimeStarter = 12654;
-        ImageSize = 1000000;
-        Cmd = "/home/xguo23/model_3_1.48/Simulation_condor/chtcjobwrapper";
-        LocalSysCpu = 0.0;
-        Iwd = "/home/xguo23/model_3_1.48/Simulation_condor/model_3/239"
-    ]
-
-    [
-        BlockWrites = 0;
-        LastJobStatus = 2;
-        JobCurrentStartExecutingDate = 1446110792;
-        WantRemoteIO = true;
-        RequestCpus = 1;
-        NumShadowStarts = 1;
-        RemoteUserCpu = 2.280000000000000E+04;
-        NiceUser = false;
-        RequestMemory = 1000;
-        BytesRecvd = 2.846280000000000E+05;
-        ResidentSetSize = 150000;
-        StreamOut = false;
-        SpooledOutputFiles = "CURLTIME_915408,ChtcWrapper66.out,AuditLog.66,simu_3_66.txt,harvest.log,66.out";
-        OnExitRemove = true;
-        ImageSize_RAW = 811948;
-        RemoteWallClockTime = 2.291100000000000E+04;
-        MachineAttrSlotWeight0 = 1;
-        ExecutableSize = 7;
-        JobStatus = 4;
-        DAGParentNodeNames = "";
-        ExitCode = 0;
-        DAGManNodesMask = "0,1,2,4,5,7,9,10,11,12,13,16,17,24,27";
-        BytesSent = 3.053400000000000E+04;
-        LastSuspensionTime = 0;
-        ExecutableSize_RAW = 6;
-        RecentBlockReadKbytes = 0;
-        TransferInputSizeMB = 0;
-        Matlab = "R2011b";
-        BlockReadKbytes = 0;
-        RecentStatsLifetimeStarter = 1200;
-        LeaveJobInQueue = false;
-        TargetType = "Machine";
-        WhenToTransferOutput = "ON_EXIT";
-        Owner = "xguo23";
-        JobNotification = 0;
-        BufferSize = 524288;
-        RecentBlockWrites = 0;
-        CompletionDate = 1446133701;
-        QDate = 1446105690;
-        JobLeaseDuration = 2400;
-        JobFinishedHookDone = 1446133701;
-        LastMatchTime = 1446110790;
-        LastJobLeaseRenewal = 1446133701;
-        DAGManNodesLog = "/home/xguo23/model_3_1.47/Simulation_condor/model_3/./mydag.dag.nodes.log";
-        ClusterId = 49582421;
-        JobUniverse = 5;
-        NumJobStarts = 1;
-        CondorVersion = "$CondorVersion: 8.5.0 Sep 16 2015 BuildID: 341710 $";
-        CoreSize = 0;
-        OnExitHold = false;
-        CondorPlatform = "$CondorPlatform: X86_64-RedHat_6.6 $";
-        In = "/dev/null";
-        DiskUsage = 1250000;
-        EncryptExecuteDirectory = false;
-        CommittedSuspensionTime = 0;
-        User = "xguo23@chtc.wisc.edu";
-        UserLog = "/home/xguo23/model_3_1.47/Simulation_condor/model_3/66/process.log";
-        JobCurrentStartDate = 1446110790;
-        BufferBlockSize = 32768;
-        MATCH_EXP_JOBGLIDEIN_ResourceName = "wisc.edu";
-        Requirements = ( ( OpSysMajorVer is 6 ) ) && ( MY.JobUniverse == 12 || MY.JobUniverse == 7 || MY.WantFlocking || MY.WantGlidein || TARGET.PoolName == "CHTC" || TARGET.COLLECTOR_HOST_STRING == "infopool.cs.wisc.edu" ) && ( TARGET.Arch == "X86_64" ) && ( TARGET.OpSys == "LINUX" ) && ( TARGET.Disk >= RequestDisk ) && ( TARGET.Memory >= RequestMemory ) && ( TARGET.HasFileTransfer );
-        MinHosts = 1;
-        MaxHosts = 1;
-        Args = "--type=Matlab --version=R2011b --cmdtorun=simu_condor --unique=66 -- 3";
-        PeriodicHold = false;
-        ProcId = 0;
-        Environment = "";
-        DAGNodeName = "66+66";
-        MemoryUsage = ( ( ResidentSetSize + 1023 ) / 1024 );
-        TerminationPending = true;
-        NumRestarts = 0;
-        NumSystemHolds = 0;
-        CommittedTime = 22911;
-        MachineAttrCpus0 = 1;
-        WantRemoteSyscalls = false;
-        MyType = "Job";
-        CumulativeSuspensionTime = 0;
-        Rank = 0.0;
-        StartdPrincipal = "execute-side@matchsession/128.105.244.247";
-        Err = "process.err";
-        PeriodicRemove = false;
-        BlockWriteKbytes = 0;
-        ExitBySignal = false;
-        DAGManJobId = 49582200;
-        EnteredCurrentStatus = 1446133701;
-        JOBGLIDEIN_ResourceName = "$$([IfThenElse(IsUndefined(TARGET.GLIDEIN_ResourceName), IfThenElse(IsUndefined(TARGET.GLIDEIN_Site), \"wisc.edu\", TARGET.GLIDEIN_Site), TARGET.GLIDEIN_ResourceName)])";
-        RecentBlockWriteKbytes = 0;
-        TransferIn = false;
-        ExitStatus = 0;
-        ShouldTransferFiles = "YES";
-        IsCHTCSubmit = true;
-        NumJobMatches = 1;
-        RootDir = "/";
-        JobStartDate = 1446110790;
-        JobPrio = 0;
-        CurrentHosts = 0;
-        GlobalJobId = "submit-3.chtc.wisc.edu#49582421.0#1446105690";
-        RemoteSysCpu = 8.100000000000000E+01;
-        TotalSuspensions = 0;
-        CommittedSlotTime = 2.291100000000000E+04;
-        WantCheckpoint = false;
-        BlockReads = 0;
-        LastRemoteHost = "slot1@e455.chtc.wisc.edu";
-        TransferInput = "/home/xguo23/model_3_1.47/Simulation_condor/data/66/,/home/xguo23/model_3_1.47/Simulation_condor/data/shared/";
-        LocalUserCpu = 0.0;
-        PeriodicRelease = ( JobStatus == 5 ) && ( ( CurrentTime - EnteredCurrentStatus ) > 1800 ) && ( JobRunCount < 5 ) && ( HoldReasonCode != 6 ) && ( HoldReasonCode != 14 ) && ( HoldReasonCode != 22 );
-        RequestDisk = 1000000;
-        ResidentSetSize_RAW = 126672;
-        OrigMaxHosts = 1;
-        LastPublicClaimId = "<128.105.244.247:44193>#1444685638#5766#...";
-        WantRHEL6 = true;
-        NumCkpts_RAW = 0;
-        Out = "process.out";
-        SubmitEventNotes = "DAG Node: 66+66";
-        CumulativeSlotTime = 2.291100000000000E+04;
-        JobRunCount = 1;
-        RecentBlockReads = 0;
-        StreamErr = false;
-        DiskUsage_RAW = 1216669;
-        NumCkpts = 0;
-        StatsLifetimeStarter = 22909;
-        ImageSize = 1000000;
-        Cmd = "/home/xguo23/model_3_1.47/Simulation_condor/chtcjobwrapper";
-        LocalSysCpu = 0.0;
-        Iwd = "/home/xguo23/model_3_1.47/Simulation_condor/model_3/66"
-    ]
-
-    [
-        BlockWrites = 1;
-        LastJobStatus = 2;
-        JobCurrentStartExecutingDate = 1446108666;
-        WantRemoteIO = true;
-        RequestCpus = 1;
-        NumShadowStarts = 1;
-        RemoteUserCpu = 2.477000000000000E+04;
-        NiceUser = false;
-        RequestMemory = 1000;
-        BytesRecvd = 2.850540000000000E+05;
-        ResidentSetSize = 75000;
-        StreamOut = false;
-        SpooledOutputFiles = "CURLTIME_4179033,ChtcWrapper145.out,AuditLog.145,simu_3_145.txt,harvest.log,145.out";
-        OnExitRemove = true;
-        ImageSize_RAW = 120972;
-        RemoteWallClockTime = 2.502600000000000E+04;
-        MachineAttrSlotWeight0 = 1;
-        ExecutableSize = 7;
-        JobStatus = 4;
-        DAGParentNodeNames = "";
-        ExitCode = 0;
-        DAGManNodesMask = "0,1,2,4,5,7,9,10,11,12,13,16,17,24,27";
-        BytesSent = 2.829000000000000E+04;
-        LastSuspensionTime = 0;
-        ExecutableSize_RAW = 6;
-        RecentBlockReadKbytes = 1932;
-        TransferInputSizeMB = 0;
-        Matlab = "R2011b";
-        BlockReadKbytes = 28476;
-        RecentStatsLifetimeStarter = 1200;
-        LeaveJobInQueue = false;
-        TargetType = "Machine";
-        WhenToTransferOutput = "ON_EXIT";
-        Owner = "xguo23";
-        JobNotification = 0;
-        BufferSize = 524288;
-        RecentBlockWrites = 1;
-        CompletionDate = 1446133691;
-        QDate = 1446105581;
-        JobLeaseDuration = 2400;
-        JobFinishedHookDone = 1446133691;
-        LastMatchTime = 1446108665;
-        LastJobLeaseRenewal = 1446133691;
-        DAGManNodesLog = "/home/xguo23/finally_2/Simulation_condor/model_3/./mydag.dag.nodes.log";
-        ClusterId = 49582177;
-        JobUniverse = 5;
-        NumJobStarts = 1;
-        CondorVersion = "$CondorVersion: 8.5.0 Sep 16 2015 BuildID: 341710 $";
-        CoreSize = 0;
-        OnExitHold = false;
-        CondorPlatform = "$CondorPlatform: X86_64-RedHat_6.6 $";
-        In = "/dev/null";
-        DiskUsage = 1250000;
-        EncryptExecuteDirectory = false;
-        CommittedSuspensionTime = 0;
-        User = "xguo23@chtc.wisc.edu";
-        UserLog = "/home/xguo23/finally_2/Simulation_condor/model_3/145/process.log";
-        JobCurrentStartDate = 1446108665;
-        BufferBlockSize = 32768;
-        MATCH_EXP_JOBGLIDEIN_ResourceName = "wisc.edu";
-        Requirements = ( ( OpSysMajorVer is 6 ) ) && ( MY.JobUniverse == 12 || MY.JobUniverse == 7 || MY.WantFlocking || MY.WantGlidein || TARGET.PoolName == "CHTC" || TARGET.COLLECTOR_HOST_STRING == "infopool.cs.wisc.edu" ) && ( TARGET.Arch == "X86_64" ) && ( TARGET.OpSys == "LINUX" ) && ( TARGET.Disk >= RequestDisk ) && ( TARGET.Memory >= RequestMemory ) && ( TARGET.HasFileTransfer );
-        MinHosts = 1;
-        MaxHosts = 1;
-        Args = "--type=Matlab --version=R2011b --cmdtorun=simu_condor --unique=145 -- 3";
-        PeriodicHold = false;
-        ProcId = 0;
-        Environment = "";
-        DAGNodeName = "145+145";
-        MemoryUsage = ( ( ResidentSetSize + 1023 ) / 1024 );
-        TerminationPending = true;
-        NumRestarts = 0;
-        NumSystemHolds = 0;
-        CommittedTime = 25026;
-        MachineAttrCpus0 = 1;
-        WantRemoteSyscalls = false;
-        MyType = "Job";
-        CumulativeSuspensionTime = 0;
-        Rank = 0.0;
-        StartdPrincipal = "execute-side@matchsession/128.104.55.57";
-        Err = "process.err";
-        PeriodicRemove = false;
-        BlockWriteKbytes = 4;
-        ExitBySignal = false;
-        DAGManJobId = 49581933;
-        EnteredCurrentStatus = 1446133691;
-        JOBGLIDEIN_ResourceName = "$$([IfThenElse(IsUndefined(TARGET.GLIDEIN_ResourceName), IfThenElse(IsUndefined(TARGET.GLIDEIN_Site), \"wisc.edu\", TARGET.GLIDEIN_Site), TARGET.GLIDEIN_ResourceName)])";
-        RecentBlockWriteKbytes = 4;
-        TransferIn = false;
-        ExitStatus = 0;
-        ShouldTransferFiles = "YES";
-        IsCHTCSubmit = true;
-        NumJobMatches = 1;
-        RootDir = "/";
-        JobStartDate = 1446108665;
-        JobPrio = 0;
-        CurrentHosts = 0;
-        GlobalJobId = "submit-3.chtc.wisc.edu#49582177.0#1446105581";
-        RemoteSysCpu = 2.170000000000000E+02;
-        TotalSuspensions = 0;
-        CommittedSlotTime = 2.502600000000000E+04;
-        WantCheckpoint = false;
-        BlockReads = 796;
-        LastRemoteHost = "slot1@c038.chtc.wisc.edu";
-        TransferInput = "/home/xguo23/finally_2/Simulation_condor/data/145/,/home/xguo23/finally_2/Simulation_condor/data/shared/";
-        LocalUserCpu = 0.0;
-        PeriodicRelease = ( JobStatus == 5 ) && ( ( CurrentTime - EnteredCurrentStatus ) > 1800 ) && ( JobRunCount < 5 ) && ( HoldReasonCode != 6 ) && ( HoldReasonCode != 14 ) && ( HoldReasonCode != 22 );
-        RequestDisk = 1000000;
-        ResidentSetSize_RAW = 73308;
-        OrigMaxHosts = 1;
-        LastPublicClaimId = "<128.104.55.57:49793>#1445322694#1541#...";
-        WantRHEL6 = true;
-        NumCkpts_RAW = 0;
-        Out = "process.out";
-        SubmitEventNotes = "DAG Node: 145+145";
-        CumulativeSlotTime = 2.502600000000000E+04;
-        JobRunCount = 1;
-        RecentBlockReads = 146;
-        StreamErr = false;
-        DiskUsage_RAW = 1216669;
-        NumCkpts = 0;
-        StatsLifetimeStarter = 25025;
-        ImageSize = 125000;
-        Cmd = "/home/xguo23/finally_2/Simulation_condor/chtcjobwrapper";
-        LocalSysCpu = 0.0;
-        Iwd = "/home/xguo23/finally_2/Simulation_condor/model_3/145"
-    ]
-
-    [
-        BlockWrites = 0;
-        LastJobStatus = 2;
-        JobCurrentStartExecutingDate = 1446109354;
-        WantRemoteIO = true;
-        RequestCpus = 1;
-        NumShadowStarts = 1;
-        RemoteUserCpu = 2.414700000000000E+04;
-        NiceUser = false;
-        RequestMemory = 1000;
-        BytesRecvd = 2.846280000000000E+05;
-        ResidentSetSize = 150000;
-        StreamOut = false;
-        SpooledOutputFiles = "CURLTIME_3304508,ChtcWrapper33.out,AuditLog.33,simu_3_33.txt,harvest.log,33.out";
-        OnExitRemove = true;
-        ImageSize_RAW = 811948;
-        RemoteWallClockTime = 2.429700000000000E+04;
-        MachineAttrSlotWeight0 = 1;
-        ExecutableSize = 7;
-        JobStatus = 4;
-        DAGParentNodeNames = "";
-        ExitCode = 0;
-        DAGManNodesMask = "0,1,2,4,5,7,9,10,11,12,13,16,17,24,27";
-        BytesSent = 3.168400000000000E+04;
-        LastSuspensionTime = 0;
-        ExecutableSize_RAW = 6;
-        RecentBlockReadKbytes = 0;
-        TransferInputSizeMB = 0;
-        Matlab = "R2011b";
-        BlockReadKbytes = 0;
-        RecentStatsLifetimeStarter = 1200;
-        LeaveJobInQueue = false;
-        TargetType = "Machine";
-        WhenToTransferOutput = "ON_EXIT";
-        Owner = "xguo23";
-        JobNotification = 0;
-        BufferSize = 524288;
-        RecentBlockWrites = 0;
-        CompletionDate = 1446133650;
-        QDate = 1446105640;
-        JobLeaseDuration = 2400;
-        JobFinishedHookDone = 1446133650;
-        LastMatchTime = 1446109353;
-        LastJobLeaseRenewal = 1446133650;
-        DAGManNodesLog = "/home/xguo23/model_3_1.47/Simulation_condor/model_3/./mydag.dag.nodes.log";
-        ClusterId = 49582283;
-        JobUniverse = 5;
-        NumJobStarts = 1;
-        CondorVersion = "$CondorVersion: 8.5.0 Sep 16 2015 BuildID: 341710 $";
-        CoreSize = 0;
-        OnExitHold = false;
-        CondorPlatform = "$CondorPlatform: X86_64-RedHat_6.6 $";
-        In = "/dev/null";
-        DiskUsage = 1250000;
-        EncryptExecuteDirectory = false;
-        CommittedSuspensionTime = 0;
-        User = "xguo23@chtc.wisc.edu";
-        UserLog = "/home/xguo23/model_3_1.47/Simulation_condor/model_3/33/process.log";
-        JobCurrentStartDate = 1446109353;
-        BufferBlockSize = 32768;
-        MATCH_EXP_JOBGLIDEIN_ResourceName = "wisc.edu";
-        Requirements = ( ( OpSysMajorVer is 6 ) ) && ( MY.JobUniverse == 12 || MY.JobUniverse == 7 || MY.WantFlocking || MY.WantGlidein || TARGET.PoolName == "CHTC" || TARGET.COLLECTOR_HOST_STRING == "infopool.cs.wisc.edu" ) && ( TARGET.Arch == "X86_64" ) && ( TARGET.OpSys == "LINUX" ) && ( TARGET.Disk >= RequestDisk ) && ( TARGET.Memory >= RequestMemory ) && ( TARGET.HasFileTransfer );
-        MinHosts = 1;
-        MaxHosts = 1;
-        Args = "--type=Matlab --version=R2011b --cmdtorun=simu_condor --unique=33 -- 3";
-        PeriodicHold = false;
-        ProcId = 0;
-        Environment = "";
-        DAGNodeName = "33+33";
-        MemoryUsage = ( ( ResidentSetSize + 1023 ) / 1024 );
-        TerminationPending = true;
-        NumRestarts = 0;
-        NumSystemHolds = 0;
-        CommittedTime = 24297;
-        MachineAttrCpus0 = 1;
-        WantRemoteSyscalls = false;
-        MyType = "Job";
-        CumulativeSuspensionTime = 0;
-        Rank = 0.0;
-        StartdPrincipal = "execute-side@matchsession/128.105.245.75";
-        Err = "process.err";
-        PeriodicRemove = false;
-        BlockWriteKbytes = 0;
-        ExitBySignal = false;
-        DAGManJobId = 49582200;
-        EnteredCurrentStatus = 1446133650;
-        JOBGLIDEIN_ResourceName = "$$([IfThenElse(IsUndefined(TARGET.GLIDEIN_ResourceName), IfThenElse(IsUndefined(TARGET.GLIDEIN_Site), \"wisc.edu\", TARGET.GLIDEIN_Site), TARGET.GLIDEIN_ResourceName)])";
-        RecentBlockWriteKbytes = 0;
-        TransferIn = false;
-        ExitStatus = 0;
-        ShouldTransferFiles = "YES";
-        IsCHTCSubmit = true;
-        NumJobMatches = 1;
-        RootDir = "/";
-        JobStartDate = 1446109353;
-        JobPrio = 0;
-        CurrentHosts = 0;
-        GlobalJobId = "submit-3.chtc.wisc.edu#49582283.0#1446105640";
-        RemoteSysCpu = 1.350000000000000E+02;
-        TotalSuspensions = 0;
-        CommittedSlotTime = 2.429700000000000E+04;
-        WantCheckpoint = false;
-        BlockReads = 0;
-        LastRemoteHost = "slot1@e275.chtc.wisc.edu";
-        TransferInput = "/home/xguo23/model_3_1.47/Simulation_condor/data/33/,/home/xguo23/model_3_1.47/Simulation_condor/data/shared/";
-        LocalUserCpu = 0.0;
-        PeriodicRelease = ( JobStatus == 5 ) && ( ( CurrentTime - EnteredCurrentStatus ) > 1800 ) && ( JobRunCount < 5 ) && ( HoldReasonCode != 6 ) && ( HoldReasonCode != 14 ) && ( HoldReasonCode != 22 );
-        RequestDisk = 1000000;
-        ResidentSetSize_RAW = 126564;
-        OrigMaxHosts = 1;
-        LastPublicClaimId = "<128.105.245.75:36755>#1444759846#8529#...";
-        WantRHEL6 = true;
-        NumCkpts_RAW = 0;
-        Out = "process.out";
-        SubmitEventNotes = "DAG Node: 33+33";
-        CumulativeSlotTime = 2.429700000000000E+04;
-        JobRunCount = 1;
-        RecentBlockReads = 0;
-        StreamErr = false;
-        DiskUsage_RAW = 1216669;
-        NumCkpts = 0;
-        StatsLifetimeStarter = 24295;
-        ImageSize = 1000000;
-        Cmd = "/home/xguo23/model_3_1.47/Simulation_condor/chtcjobwrapper";
-        LocalSysCpu = 0.0;
-        Iwd = "/home/xguo23/model_3_1.47/Simulation_condor/model_3/33"
-    ]
-
-    [
-        BlockWrites = 0;
-        LastJobStatus = 2;
-        JobCurrentStartExecutingDate = 1446111076;
-        WantRemoteIO = true;
-        RequestCpus = 1;
-        NumShadowStarts = 1;
-        RemoteUserCpu = 2.239700000000000E+04;
-        NiceUser = false;
-        RequestMemory = 1000;
-        BytesRecvd = 2.846120000000000E+05;
-        ResidentSetSize = 150000;
-        StreamOut = false;
-        SpooledOutputFiles = "CURLTIME_2637965,ChtcWrapper87.out,AuditLog.87,simu_3_87.txt,harvest.log,87.out";
-        OnExitRemove = true;
-        ImageSize_RAW = 811948;
-        RemoteWallClockTime = 2.257500000000000E+04;
-        MachineAttrSlotWeight0 = 1;
-        ExecutableSize = 7;
-        JobStatus = 4;
-        DAGParentNodeNames = "";
-        ExitCode = 0;
-        DAGManNodesMask = "0,1,2,4,5,7,9,10,11,12,13,16,17,24,27";
-        BytesSent = 2.790500000000000E+04;
-        LastSuspensionTime = 0;
-        ExecutableSize_RAW = 6;
-        RecentBlockReadKbytes = 0;
-        TransferInputSizeMB = 0;
-        Matlab = "R2011b";
-        BlockReadKbytes = 0;
-        RecentStatsLifetimeStarter = 1200;
-        LeaveJobInQueue = false;
-        TargetType = "Machine";
-        WhenToTransferOutput = "ON_EXIT";
-        Owner = "xguo23";
-        JobNotification = 0;
-        BufferSize = 524288;
-        RecentBlockWrites = 0;
-        CompletionDate = 1446133649;
-        QDate = 1446105716;
-        JobLeaseDuration = 2400;
-        JobFinishedHookDone = 1446133649;
-        LastMatchTime = 1446111074;
-        LastJobLeaseRenewal = 1446133649;
-        DAGManNodesLog = "/home/xguo23/model_3_1.48/Simulation_condor/model_3/./mydag.dag.nodes.log";
-        ClusterId = 49582487;
-        JobUniverse = 5;
-        NumJobStarts = 1;
-        CondorVersion = "$CondorVersion: 8.5.0 Sep 16 2015 BuildID: 341710 $";
-        CoreSize = 0;
-        OnExitHold = false;
-        CondorPlatform = "$CondorPlatform: X86_64-RedHat_6.6 $";
-        In = "/dev/null";
-        DiskUsage = 1250000;
-        EncryptExecuteDirectory = false;
-        CommittedSuspensionTime = 0;
-        User = "xguo23@chtc.wisc.edu";
-        UserLog = "/home/xguo23/model_3_1.48/Simulation_condor/model_3/87/process.log";
-        JobCurrentStartDate = 1446111074;
-        BufferBlockSize = 32768;
-        MATCH_EXP_JOBGLIDEIN_ResourceName = "wisc.edu";
-        Requirements = ( ( OpSysMajorVer is 6 ) ) && ( MY.JobUniverse == 12 || MY.JobUniverse == 7 || MY.WantFlocking || MY.WantGlidein || TARGET.PoolName == "CHTC" || TARGET.COLLECTOR_HOST_STRING == "infopool.cs.wisc.edu" ) && ( TARGET.Arch == "X86_64" ) && ( TARGET.OpSys == "LINUX" ) && ( TARGET.Disk >= RequestDisk ) && ( TARGET.Memory >= RequestMemory ) && ( TARGET.HasFileTransfer );
-        MinHosts = 1;
-        MaxHosts = 1;
-        Args = "--type=Matlab --version=R2011b --cmdtorun=simu_condor --unique=87 -- 3";
-        PeriodicHold = false;
-        ProcId = 0;
-        Environment = "";
-        DAGNodeName = "87+87";
-        MemoryUsage = ( ( ResidentSetSize + 1023 ) / 1024 );
-        TerminationPending = true;
-        NumRestarts = 0;
-        NumSystemHolds = 0;
-        CommittedTime = 22575;
-        MachineAttrCpus0 = 1;
-        WantRemoteSyscalls = false;
-        MyType = "Job";
-        CumulativeSuspensionTime = 0;
-        Rank = 0.0;
-        StartdPrincipal = "execute-side@matchsession/128.105.245.127";
-        Err = "process.err";
-        PeriodicRemove = false;
-        BlockWriteKbytes = 0;
-        ExitBySignal = false;
-        DAGManJobId = 49582206;
-        EnteredCurrentStatus = 1446133649;
-        JOBGLIDEIN_ResourceName = "$$([IfThenElse(IsUndefined(TARGET.GLIDEIN_ResourceName), IfThenElse(IsUndefined(TARGET.GLIDEIN_Site), \"wisc.edu\", TARGET.GLIDEIN_Site), TARGET.GLIDEIN_ResourceName)])";
-        RecentBlockWriteKbytes = 0;
-        TransferIn = false;
-        ExitStatus = 0;
-        ShouldTransferFiles = "YES";
-        IsCHTCSubmit = true;
-        NumJobMatches = 1;
-        RootDir = "/";
-        JobStartDate = 1446111074;
-        JobPrio = 0;
-        CurrentHosts = 0;
-        GlobalJobId = "submit-3.chtc.wisc.edu#49582487.0#1446105716";
-        RemoteSysCpu = 1.250000000000000E+02;
-        TotalSuspensions = 0;
-        CommittedSlotTime = 2.257500000000000E+04;
-        WantCheckpoint = false;
-        BlockReads = 0;
-        LastRemoteHost = "slot1@e327.chtc.wisc.edu";
-        TransferInput = "/home/xguo23/model_3_1.48/Simulation_condor/data/87/,/home/xguo23/model_3_1.48/Simulation_condor/data/shared/";
-        LocalUserCpu = 0.0;
-        PeriodicRelease = ( JobStatus == 5 ) && ( ( CurrentTime - EnteredCurrentStatus ) > 1800 ) && ( JobRunCount < 5 ) && ( HoldReasonCode != 6 ) && ( HoldReasonCode != 14 ) && ( HoldReasonCode != 22 );
-        RequestDisk = 1000000;
-        ResidentSetSize_RAW = 128908;
-        OrigMaxHosts = 1;
-        LastPublicClaimId = "<128.105.245.127:48134>#1443991405#8558#...";
-        WantRHEL6 = true;
-        NumCkpts_RAW = 0;
-        Out = "process.out";
-        SubmitEventNotes = "DAG Node: 87+87";
-        CumulativeSlotTime = 2.257500000000000E+04;
-        JobRunCount = 1;
-        RecentBlockReads = 0;
-        StreamErr = false;
-        DiskUsage_RAW = 1216669;
-        NumCkpts = 0;
-        StatsLifetimeStarter = 22573;
-        ImageSize = 1000000;
-        Cmd = "/home/xguo23/model_3_1.48/Simulation_condor/chtcjobwrapper";
-        LocalSysCpu = 0.0;
-        Iwd = "/home/xguo23/model_3_1.48/Simulation_condor/model_3/87"
-    ]
-
-    [
-        BlockWrites = 0;
-        LastJobStatus = 2;
-        JobCurrentStartExecutingDate = 1446111995;
-        WantRemoteIO = true;
-        RequestCpus = 1;
-        NumShadowStarts = 1;
-        RemoteUserCpu = 2.147700000000000E+04;
-        NiceUser = false;
-        RequestMemory = 1000;
-        BytesRecvd = 2.846130000000000E+05;
-        ResidentSetSize = 150000;
-        StreamOut = false;
-        SpooledOutputFiles = "CURLTIME_2585208,ChtcWrapper121.out,AuditLog.121,simu_3_121.txt,harvest.log,121.out";
-        OnExitRemove = true;
-        ImageSize_RAW = 811948;
-        RemoteWallClockTime = 2.163500000000000E+04;
-        MachineAttrSlotWeight0 = 1;
-        ExecutableSize = 7;
-        JobStatus = 4;
-        DAGParentNodeNames = "";
-        ExitCode = 0;
-        DAGManNodesMask = "0,1,2,4,5,7,9,10,11,12,13,16,17,24,27";
-        BytesSent = 3.050500000000000E+04;
-        LastSuspensionTime = 0;
-        ExecutableSize_RAW = 6;
-        RecentBlockReadKbytes = 0;
-        TransferInputSizeMB = 0;
-        Matlab = "R2011b";
-        BlockReadKbytes = 0;
-        RecentStatsLifetimeStarter = 1200;
-        LeaveJobInQueue = false;
-        TargetType = "Machine";
-        WhenToTransferOutput = "ON_EXIT";
-        Owner = "xguo23";
-        JobNotification = 0;
-        BufferSize = 524288;
-        RecentBlockWrites = 0;
-        CompletionDate = 1446133628;
-        QDate = 1446105740;
-        JobLeaseDuration = 2400;
-        JobFinishedHookDone = 1446133628;
-        LastMatchTime = 1446111993;
-        LastJobLeaseRenewal = 1446133628;
-        DAGManNodesLog = "/home/xguo23/model_3_1.48/Simulation_condor/model_3/./mydag.dag.nodes.log";
-        ClusterId = 49582553;
-        JobUniverse = 5;
-        NumJobStarts = 1;
-        CondorVersion = "$CondorVersion: 8.5.0 Sep 16 2015 BuildID: 341710 $";
-        CoreSize = 0;
-        OnExitHold = false;
-        CondorPlatform = "$CondorPlatform: X86_64-RedHat_6.6 $";
-        In = "/dev/null";
-        DiskUsage = 1250000;
-        EncryptExecuteDirectory = false;
-        CommittedSuspensionTime = 0;
-        User = "xguo23@chtc.wisc.edu";
-        UserLog = "/home/xguo23/model_3_1.48/Simulation_condor/model_3/121/process.log";
-        JobCurrentStartDate = 1446111993;
-        BufferBlockSize = 32768;
-        MATCH_EXP_JOBGLIDEIN_ResourceName = "wisc.edu";
-        Requirements = ( ( OpSysMajorVer is 6 ) ) && ( MY.JobUniverse == 12 || MY.JobUniverse == 7 || MY.WantFlocking || MY.WantGlidein || TARGET.PoolName == "CHTC" || TARGET.COLLECTOR_HOST_STRING == "infopool.cs.wisc.edu" ) && ( TARGET.Arch == "X86_64" ) && ( TARGET.OpSys == "LINUX" ) && ( TARGET.Disk >= RequestDisk ) && ( TARGET.Memory >= RequestMemory ) && ( TARGET.HasFileTransfer );
-        MinHosts = 1;
-        MaxHosts = 1;
-        Args = "--type=Matlab --version=R2011b --cmdtorun=simu_condor --unique=121 -- 3";
-        PeriodicHold = false;
-        ProcId = 0;
-        Environment = "";
-        DAGNodeName = "121+121";
-        MemoryUsage = ( ( ResidentSetSize + 1023 ) / 1024 );
-        TerminationPending = true;
-        NumRestarts = 0;
-        NumSystemHolds = 0;
-        CommittedTime = 21635;
-        MachineAttrCpus0 = 1;
-        WantRemoteSyscalls = false;
-        MyType = "Job";
-        CumulativeSuspensionTime = 0;
-        Rank = 0.0;
-        StartdPrincipal = "execute-side@matchsession/128.105.245.141";
-        Err = "process.err";
-        PeriodicRemove = false;
-        BlockWriteKbytes = 0;
-        ExitBySignal = false;
-        DAGManJobId = 49582206;
-        EnteredCurrentStatus = 1446133628;
-        JOBGLIDEIN_ResourceName = "$$([IfThenElse(IsUndefined(TARGET.GLIDEIN_ResourceName), IfThenElse(IsUndefined(TARGET.GLIDEIN_Site), \"wisc.edu\", TARGET.GLIDEIN_Site), TARGET.GLIDEIN_ResourceName)])";
-        RecentBlockWriteKbytes = 0;
-        TransferIn = false;
-        ExitStatus = 0;
-        ShouldTransferFiles = "YES";
-        IsCHTCSubmit = true;
-        NumJobMatches = 1;
-        RootDir = "/";
-        JobStartDate = 1446111993;
-        JobPrio = 0;
-        CurrentHosts = 0;
-        GlobalJobId = "submit-3.chtc.wisc.edu#49582553.0#1446105740";
-        RemoteSysCpu = 1.340000000000000E+02;
-        TotalSuspensions = 0;
-        CommittedSlotTime = 2.163500000000000E+04;
-        WantCheckpoint = false;
-        BlockReads = 0;
-        LastRemoteHost = "slot1@e341.chtc.wisc.edu";
-        TransferInput = "/home/xguo23/model_3_1.48/Simulation_condor/data/121/,/home/xguo23/model_3_1.48/Simulation_condor/data/shared/";
-        LocalUserCpu = 0.0;
-        PeriodicRelease = ( JobStatus == 5 ) && ( ( CurrentTime - EnteredCurrentStatus ) > 1800 ) && ( JobRunCount < 5 ) && ( HoldReasonCode != 6 ) && ( HoldReasonCode != 14 ) && ( HoldReasonCode != 22 );
-        RequestDisk = 1000000;
-        ResidentSetSize_RAW = 126224;
-        OrigMaxHosts = 1;
-        LastPublicClaimId = "<128.105.245.141:7534>#1444673425#9485#...";
-        WantRHEL6 = true;
-        NumCkpts_RAW = 0;
-        Out = "process.out";
-        SubmitEventNotes = "DAG Node: 121+121";
-        CumulativeSlotTime = 2.163500000000000E+04;
-        JobRunCount = 1;
-        RecentBlockReads = 0;
-        StreamErr = false;
-        DiskUsage_RAW = 1216669;
-        NumCkpts = 0;
-        StatsLifetimeStarter = 21632;
-        ImageSize = 1000000;
-        Cmd = "/home/xguo23/model_3_1.48/Simulation_condor/chtcjobwrapper";
-        LocalSysCpu = 0.0;
-        Iwd = "/home/xguo23/model_3_1.48/Simulation_condor/model_3/121"
-    ]
-
-    [
-        BlockWrites = 0;
-        LastJobStatus = 2;
-        JobCurrentStartExecutingDate = 1446108829;
-        WantRemoteIO = true;
-        RequestCpus = 1;
-        NumShadowStarts = 1;
-        RemoteUserCpu = 2.463100000000000E+04;
-        NiceUser = false;
-        RequestMemory = 1000;
-        BytesRecvd = 2.846280000000000E+05;
-        ResidentSetSize = 150000;
-        StreamOut = false;
-        SpooledOutputFiles = "CURLTIME_908930,ChtcWrapper23.out,AuditLog.23,simu_3_23.txt,harvest.log,23.out";
-        OnExitRemove = true;
-        ImageSize_RAW = 811948;
-        RemoteWallClockTime = 2.479800000000000E+04;
-        MachineAttrSlotWeight0 = 1;
-        ExecutableSize = 7;
-        JobStatus = 4;
-        DAGParentNodeNames = "";
-        ExitCode = 0;
-        DAGManNodesMask = "0,1,2,4,5,7,9,10,11,12,13,16,17,24,27";
-        BytesSent = 3.053400000000000E+04;
-        LastSuspensionTime = 0;
-        ExecutableSize_RAW = 6;
-        RecentBlockReadKbytes = 0;
-        TransferInputSizeMB = 0;
-        Matlab = "R2011b";
-        BlockReadKbytes = 0;
-        LocalSysCpu = 0.0;
-        Iwd = "/home/xguo23/model_3_1.47/Simulation_condor/model_3/23";
-        RecentStatsLifetimeStarter = 1200;
-        LeaveJobInQueue = false;
-        TargetType = "Machine";
-        WhenToTransferOutput = "ON_EXIT";
-        Owner = "xguo23";
-        JobNotification = 0;
-        BufferSize = 524288;
-        RecentBlockWrites = 0;
-        CompletionDate = 1446133626;
-        LastMatchTime = 1446108828;
-        LastJobLeaseRenewal = 1446133626;
-        DAGManNodesLog = "/home/xguo23/model_3_1.47/Simulation_condor/model_3/./mydag.dag.nodes.log";
-        ClusterId = 49582256;
-        NumJobStarts = 1;
-        JobUniverse = 5;
-        AutoClusterAttrs = "JobUniverse,LastCheckpointPlatform,NumCkpts,ClientMachine,_condor_RequestCpus,_condor_RequestDisk,_condor_RequestGPUs,_condor_RequestMemory,RequestCpus,RequestDisk,RequestGPUs,RequestMemory,BIOCHEM,MachineLastMatchTime,ConcurrencyLimits,NiceUser,Rank,Requirements,ImageSize,MemoryRequirements,User,RemoteGroup,SubmitterGroup,SubmitterUserPrio,Group,WIDsTheme,InteractiveJob,Is_Resumable,WantFlocking,WantGlidein,Scheduler,Owner,JobStart,MemoryUsage,IsExpressQueueJ [...]
-        MaxHosts = 1;
-        Args = "--type=Matlab --version=R2011b --cmdtorun=simu_condor --unique=23 -- 3";
-        CondorVersion = "$CondorVersion: 8.5.0 Sep 16 2015 BuildID: 341710 $";
-        CoreSize = 0;
-        OnExitHold = false;
-        CondorPlatform = "$CondorPlatform: X86_64-RedHat_6.6 $";
-        JobFinishedHookDone = 1446133627;
-        QDate = 1446105629;
-        JobLeaseDuration = 2400;
-        In = "/dev/null";
-        DiskUsage = 1250000;
-        EncryptExecuteDirectory = false;
-        CommittedSuspensionTime = 0;
-        User = "xguo23@chtc.wisc.edu";
-        UserLog = "/home/xguo23/model_3_1.47/Simulation_condor/model_3/23/process.log";
-        JobCurrentStartDate = 1446108828;
-        BufferBlockSize = 32768;
-        MATCH_EXP_JOBGLIDEIN_ResourceName = "wisc.edu";
-        Requirements = ( ( OpSysMajorVer is 6 ) ) && ( MY.JobUniverse == 12 || MY.JobUniverse == 7 || MY.WantFlocking || MY.WantGlidein || TARGET.PoolName == "CHTC" || TARGET.COLLECTOR_HOST_STRING == "infopool.cs.wisc.edu" ) && ( TARGET.Arch == "X86_64" ) && ( TARGET.OpSys == "LINUX" ) && ( TARGET.Disk >= RequestDisk ) && ( TARGET.Memory >= RequestMemory ) && ( TARGET.HasFileTransfer );
-        MinHosts = 1;
-        PeriodicHold = false;
-        ProcId = 0;
-        Environment = "";
-        DAGNodeName = "23+23";
-        MemoryUsage = ( ( ResidentSetSize + 1023 ) / 1024 );
-        TerminationPending = true;
-        NumRestarts = 0;
-        NumSystemHolds = 0;
-        CommittedTime = 24798;
-        AutoClusterId = 24;
-        ExitStatus = 0;
-        ShouldTransferFiles = "YES";
-        MachineAttrCpus0 = 1;
-        WantRemoteSyscalls = false;
-        MyType = "Job";
-        CumulativeSuspensionTime = 0;
-        Rank = 0.0;
-        StartdPrincipal = "execute-side@matchsession/128.105.244.247";
-        Err = "process.err";
-        PeriodicRemove = false;
-        BlockWriteKbytes = 0;
-        ExitBySignal = false;
-        DAGManJobId = 49582200;
-        EnteredCurrentStatus = 1446133626;
-        JOBGLIDEIN_ResourceName = "$$([IfThenElse(IsUndefined(TARGET.GLIDEIN_ResourceName), IfThenElse(IsUndefined(TARGET.GLIDEIN_Site), \"wisc.edu\", TARGET.GLIDEIN_Site), TARGET.GLIDEIN_ResourceName)])";
-        RecentBlockWriteKbytes = 0;
-        TransferIn = false;
-        IsCHTCSubmit = true;
-        NumJobMatches = 1;
-        RootDir = "/";
-        JobStartDate = 1446108828;
-        JobPrio = 0;
-        CurrentHosts = 0;
-        GlobalJobId = "submit-3.chtc.wisc.edu#49582256.0#1446105629";
-        RemoteSysCpu = 1.320000000000000E+02;
-        TotalSuspensions = 0;
-        CommittedSlotTime = 2.479800000000000E+04;
-        WantCheckpoint = false;
-        BlockReads = 0;
-        LastRemoteHost = "slot1@e455.chtc.wisc.edu";
-        TransferInput = "/home/xguo23/model_3_1.47/Simulation_condor/data/23/,/home/xguo23/model_3_1.47/Simulation_condor/data/shared/";
-        LocalUserCpu = 0.0;
-        PeriodicRelease = ( JobStatus == 5 ) && ( ( CurrentTime - EnteredCurrentStatus ) > 1800 ) && ( JobRunCount < 5 ) && ( HoldReasonCode != 6 ) && ( HoldReasonCode != 14 ) && ( HoldReasonCode != 22 );
-        RequestDisk = 1000000;
-        ResidentSetSize_RAW = 126760;
-        OrigMaxHosts = 1;
-        LastPublicClaimId = "<128.105.244.247:44193>#1444685638#5758#...";
-        WantRHEL6 = true;
-        NumCkpts_RAW = 0;
-        Out = "process.out";
-        SubmitEventNotes = "DAG Node: 23+23";
-        CumulativeSlotTime = 2.479800000000000E+04;
-        JobRunCount = 1;
-        RecentBlockReads = 0;
-        StreamErr = false;
-        DiskUsage_RAW = 1216669;
-        NumCkpts = 0;
-        StatsLifetimeStarter = 24797;
-        ImageSize = 1000000;
-        Cmd = "/home/xguo23/model_3_1.47/Simulation_condor/chtcjobwrapper"
-    ]
-
-    [
-        BlockWrites = 0;
-        LastJobStatus = 2;
-        JobCurrentStartExecutingDate = 1446106484;
-        WantRemoteIO = true;
-        RequestCpus = 1;
-        NumShadowStarts = 1;
-        RemoteUserCpu = 2.689500000000000E+04;
-        NiceUser = false;
-        RequestMemory = 1000;
-        BytesRecvd = 2.850540000000000E+05;
-        ResidentSetSize = 150000;
-        StreamOut = false;
-        SpooledOutputFiles = "CURLTIME_2158419,ChtcWrapper301.out,AuditLog.301,simu_3_301.txt,harvest.log,301.out";
-        OnExitRemove = true;
-        ImageSize_RAW = 811948;
-        RemoteWallClockTime = 2.714300000000000E+04;
-        MachineAttrSlotWeight0 = 1;
-        ExecutableSize = 7;
-        JobStatus = 4;
-        DAGParentNodeNames = "";
-        ExitCode = 0;
-        DAGManNodesMask = "0,1,2,4,5,7,9,10,11,12,13,16,17,24,27";
-        BytesSent = 3.190500000000000E+04;
-        LastSuspensionTime = 0;
-        ExecutableSize_RAW = 6;
-        RecentBlockReadKbytes = 0;
-        TransferInputSizeMB = 0;
-        Matlab = "R2011b";
-        BlockReadKbytes = 0;
-        RecentStatsLifetimeStarter = 1200;
-        LeaveJobInQueue = false;
-        TargetType = "Machine";
-        WhenToTransferOutput = "ON_EXIT";
-        Owner = "xguo23";
-        JobNotification = 0;
-        BufferSize = 524288;
-        RecentBlockWrites = 0;
-        CompletionDate = 1446133625;
-        QDate = 1446105441;
-        JobLeaseDuration = 2400;
-        JobFinishedHookDone = 1446133625;
-        LastMatchTime = 1446106482;
-        LastJobLeaseRenewal = 1446133625;
-        DAGManNodesLog = "/home/xguo23/finally_2/Simulation_condor/model_3/./mydag.dag.nodes.log";
-        ClusterId = 49582050;
-        JobUniverse = 5;
-        NumJobStarts = 1;
-        CondorVersion = "$CondorVersion: 8.5.0 Sep 16 2015 BuildID: 341710 $";
-        CoreSize = 0;
-        OnExitHold = false;
-        CondorPlatform = "$CondorPlatform: X86_64-RedHat_6.6 $";
-        In = "/dev/null";
-        DiskUsage = 1250000;
-        EncryptExecuteDirectory = false;
-        CommittedSuspensionTime = 0;
-        User = "xguo23@chtc.wisc.edu";
-        UserLog = "/home/xguo23/finally_2/Simulation_condor/model_3/301/process.log";
-        JobCurrentStartDate = 1446106482;
-        BufferBlockSize = 32768;
-        MATCH_EXP_JOBGLIDEIN_ResourceName = "wisc.edu";
-        Requirements = ( ( OpSysMajorVer is 6 ) ) && ( MY.JobUniverse == 12 || MY.JobUniverse == 7 || MY.WantFlocking || MY.WantGlidein || TARGET.PoolName == "CHTC" || TARGET.COLLECTOR_HOST_STRING == "infopool.cs.wisc.edu" ) && ( TARGET.Arch == "X86_64" ) && ( TARGET.OpSys == "LINUX" ) && ( TARGET.Disk >= RequestDisk ) && ( TARGET.Memory >= RequestMemory ) && ( TARGET.HasFileTransfer );
-        MinHosts = 1;
-        MaxHosts = 1;
-        Args = "--type=Matlab --version=R2011b --cmdtorun=simu_condor --unique=301 -- 3";
-        PeriodicHold = false;
-        ProcId = 0;
-        Environment = "";
-        DAGNodeName = "301+301";
-        MemoryUsage = ( ( ResidentSetSize + 1023 ) / 1024 );
-        TerminationPending = true;
-        NumRestarts = 0;
-        NumSystemHolds = 0;
-        CommittedTime = 27143;
-        MachineAttrCpus0 = 1;
-        WantRemoteSyscalls = false;
-        MyType = "Job";
-        CumulativeSuspensionTime = 0;
-        Rank = 0.0;
-        StartdPrincipal = "execute-side@matchsession/128.105.245.172";
-        Err = "process.err";
-        PeriodicRemove = false;
-        BlockWriteKbytes = 0;
-        ExitBySignal = false;
-        DAGManJobId = 49581933;
-        EnteredCurrentStatus = 1446133625;
-        JOBGLIDEIN_ResourceName = "$$([IfThenElse(IsUndefined(TARGET.GLIDEIN_ResourceName), IfThenElse(IsUndefined(TARGET.GLIDEIN_Site), \"wisc.edu\", TARGET.GLIDEIN_Site), TARGET.GLIDEIN_ResourceName)])";
-        RecentBlockWriteKbytes = 0;
-        TransferIn = false;
-        ExitStatus = 0;
-        ShouldTransferFiles = "YES";
-        IsCHTCSubmit = true;
-        NumJobMatches = 1;
-        RootDir = "/";
-        JobStartDate = 1446106482;
-        JobPrio = 0;
-        CurrentHosts = 0;
-        GlobalJobId = "submit-3.chtc.wisc.edu#49582050.0#1446105441";
-        RemoteSysCpu = 2.010000000000000E+02;
-        TotalSuspensions = 0;
-        CommittedSlotTime = 2.714300000000000E+04;
-        WantCheckpoint = false;
-        BlockReads = 0;
-        LastRemoteHost = "slot1@e372.chtc.wisc.edu";
-        TransferInput = "/home/xguo23/finally_2/Simulation_condor/data/301/,/home/xguo23/finally_2/Simulation_condor/data/shared/";
-        LocalUserCpu = 0.0;
-        PeriodicRelease = ( JobStatus == 5 ) && ( ( CurrentTime - EnteredCurrentStatus ) > 1800 ) && ( JobRunCount < 5 ) && ( HoldReasonCode != 6 ) && ( HoldReasonCode != 14 ) && ( HoldReasonCode != 22 );
-        RequestDisk = 1000000;
-        ResidentSetSize_RAW = 126464;
-        OrigMaxHosts = 1;
-        LastPublicClaimId = "<128.105.245.172:19856>#1444760019#9307#...";
-        WantRHEL6 = true;
-        NumCkpts_RAW = 0;
-        Out = "process.out";
-        SubmitEventNotes = "DAG Node: 301+301";
-        CumulativeSlotTime = 2.714300000000000E+04;
-        JobRunCount = 1;
-        RecentBlockReads = 0;
-        StreamErr = false;
-        DiskUsage_RAW = 1216669;
-        NumCkpts = 0;
-        StatsLifetimeStarter = 27141;
-        ImageSize = 1000000;
-        Cmd = "/home/xguo23/finally_2/Simulation_condor/chtcjobwrapper";
-        LocalSysCpu = 0.0;
-        Iwd = "/home/xguo23/finally_2/Simulation_condor/model_3/301"
-    ]
-
-    [
-        BlockWrites = 0;
-        LastJobStatus = 2;
-        JobCurrentStartExecutingDate = 1446111075;
-        WantRemoteIO = true;
-        RequestCpus = 1;
-        NumShadowStarts = 1;
-        RemoteUserCpu = 2.237100000000000E+04;
-        NiceUser = false;
-        RequestMemory = 1000;
-        BytesRecvd = 2.846280000000000E+05;
-        ResidentSetSize = 150000;
-        StreamOut = false;
-        SpooledOutputFiles = "CURLTIME_3353135,ChtcWrapper86.out,AuditLog.86,simu_3_86.txt,harvest.log,86.out";
-        OnExitRemove = true;
-        ImageSize_RAW = 811948;
-        RemoteWallClockTime = 2.252000000000000E+04;
-        MachineAttrSlotWeight0 = 1;
-        ExecutableSize = 7;
-        JobStatus = 4;
-        DAGParentNodeNames = "";
-        ExitCode = 0;
-        DAGManNodesMask = "0,1,2,4,5,7,9,10,11,12,13,16,17,24,27";
-        BytesSent = 3.049800000000000E+04;
-        LastSuspensionTime = 0;
-        ExecutableSize_RAW = 6;
-        RecentBlockReadKbytes = 0;
-        TransferInputSizeMB = 0;
-        Matlab = "R2011b";
-        BlockReadKbytes = 0;
-        RecentStatsLifetimeStarter = 1200;
-        LeaveJobInQueue = false;
-        TargetType = "Machine";
-        WhenToTransferOutput = "ON_EXIT";
-        Owner = "xguo23";
-        JobNotification = 0;
-        BufferSize = 524288;
-        RecentBlockWrites = 0;
-        CompletionDate = 1446133594;
-        QDate = 1446105706;
-        JobLeaseDuration = 2400;
-        JobFinishedHookDone = 1446133594;
-        LastMatchTime = 1446111074;
-        LastJobLeaseRenewal = 1446133594;
-        DAGManNodesLog = "/home/xguo23/model_3_1.47/Simulation_condor/model_3/./mydag.dag.nodes.log";
-        ClusterId = 49582462;
-        JobUniverse = 5;
-        NumJobStarts = 1;
-        CondorVersion = "$CondorVersion: 8.5.0 Sep 16 2015 BuildID: 341710 $";
-        CoreSize = 0;
-        OnExitHold = false;
-        CondorPlatform = "$CondorPlatform: X86_64-RedHat_6.6 $";
-        In = "/dev/null";
-        DiskUsage = 1250000;
-        EncryptExecuteDirectory = false;
-        CommittedSuspensionTime = 0;
-        User = "xguo23@chtc.wisc.edu";
-        UserLog = "/home/xguo23/model_3_1.47/Simulation_condor/model_3/86/process.log";
-        JobCurrentStartDate = 1446111074;
-        BufferBlockSize = 32768;
-        MATCH_EXP_JOBGLIDEIN_ResourceName = "wisc.edu";
-        Requirements = ( ( OpSysMajorVer is 6 ) ) && ( MY.JobUniverse == 12 || MY.JobUniverse == 7 || MY.WantFlocking || MY.WantGlidein || TARGET.PoolName == "CHTC" || TARGET.COLLECTOR_HOST_STRING == "infopool.cs.wisc.edu" ) && ( TARGET.Arch == "X86_64" ) && ( TARGET.OpSys == "LINUX" ) && ( TARGET.Disk >= RequestDisk ) && ( TARGET.Memory >= RequestMemory ) && ( TARGET.HasFileTransfer );
-        MinHosts = 1;
-        MaxHosts = 1;
-        Args = "--type=Matlab --version=R2011b --cmdtorun=simu_condor --unique=86 -- 3";
-        PeriodicHold = false;
-        ProcId = 0;
-        Environment = "";
-        DAGNodeName = "86+86";
-        MemoryUsage = ( ( ResidentSetSize + 1023 ) / 1024 );
-        TerminationPending = true;
-        NumRestarts = 0;
-        NumSystemHolds = 0;
-        CommittedTime = 22520;
-        MachineAttrCpus0 = 1;
-        WantRemoteSyscalls = false;
-        MyType = "Job";
-        CumulativeSuspensionTime = 0;
-        Rank = 0.0;
-        StartdPrincipal = "execute-side@matchsession/128.105.245.185";
-        Err = "process.err";
-        PeriodicRemove = false;
-        BlockWriteKbytes = 0;
-        ExitBySignal = false;
-        DAGManJobId = 49582200;
-        EnteredCurrentStatus = 1446133594;
-        JOBGLIDEIN_ResourceName = "$$([IfThenElse(IsUndefined(TARGET.GLIDEIN_ResourceName), IfThenElse(IsUndefined(TARGET.GLIDEIN_Site), \"wisc.edu\", TARGET.GLIDEIN_Site), TARGET.GLIDEIN_ResourceName)])";
-        RecentBlockWriteKbytes = 0;
-        TransferIn = false;
-        ExitStatus = 0;
-        ShouldTransferFiles = "YES";
-        IsCHTCSubmit = true;
-        NumJobMatches = 1;
-        RootDir = "/";
-        JobStartDate = 1446111074;
-        JobPrio = 0;
-        CurrentHosts = 0;
-        GlobalJobId = "submit-3.chtc.wisc.edu#49582462.0#1446105706";
-        RemoteSysCpu = 1.200000000000000E+02;
-        TotalSuspensions = 0;
-        CommittedSlotTime = 2.252000000000000E+04;
-        WantCheckpoint = false;
-        BlockReads = 0;
-        LastRemoteHost = "slot1@e385.chtc.wisc.edu";
-        TransferInput = "/home/xguo23/model_3_1.47/Simulation_condor/data/86/,/home/xguo23/model_3_1.47/Simulation_condor/data/shared/";
-        LocalUserCpu = 0.0;
-        PeriodicRelease = ( JobStatus == 5 ) && ( ( CurrentTime - EnteredCurrentStatus ) > 1800 ) && ( JobRunCount < 5 ) && ( HoldReasonCode != 6 ) && ( HoldReasonCode != 14 ) && ( HoldReasonCode != 22 );
-        RequestDisk = 1000000;
-        ResidentSetSize_RAW = 125772;
-        OrigMaxHosts = 1;
-        LastPublicClaimId = "<128.105.245.185:43838>#1443991427#12472#...";
-        WantRHEL6 = true;
-        NumCkpts_RAW = 0;
-        Out = "process.out";
-        SubmitEventNotes = "DAG Node: 86+86";
-        CumulativeSlotTime = 2.252000000000000E+04;
-        JobRunCount = 1;
-        RecentBlockReads = 0;
-        StreamErr = false;
-        DiskUsage_RAW = 1216669;
-        NumCkpts = 0;
-        StatsLifetimeStarter = 22519;
-        ImageSize = 1000000;
-        Cmd = "/home/xguo23/model_3_1.47/Simulation_condor/chtcjobwrapper";
-        LocalSysCpu = 0.0;
-        Iwd = "/home/xguo23/model_3_1.47/Simulation_condor/model_3/86"
-    ]
-
-    [
-        BlockWrites = 0;
-        LastJobStatus = 2;
-        JobCurrentStartExecutingDate = 1446107688;
-        WantRemoteIO = true;
-        RequestCpus = 1;
-        NumShadowStarts = 1;
-        RemoteUserCpu = 2.569200000000000E+04;
-        NiceUser = false;
-        RequestMemory = 1000;
-        BytesRecvd = 2.850540000000000E+05;
-        ResidentSetSize = 150000;
-        StreamOut = false;
-        SpooledOutputFiles = "CURLTIME_523030,ChtcWrapper333.out,AuditLog.333,simu_3_333.txt,harvest.log,333.out";
-        OnExitRemove = true;
-        ImageSize_RAW = 811948;
-        RemoteWallClockTime = 2.587600000000000E+04;
-        MachineAttrSlotWeight0 = 1;
-        ExecutableSize = 7;
-        JobStatus = 4;
-        DAGParentNodeNames = "";
-        ExitCode = 0;
-        DAGManNodesMask = "0,1,2,4,5,7,9,10,11,12,13,16,17,24,27";
-        BytesSent = 3.054200000000000E+04;
-        LastSuspensionTime = 0;
-        ExecutableSize_RAW = 6;
-        RecentBlockReadKbytes = 0;
-        TransferInputSizeMB = 0;
-        Matlab = "R2011b";
-        BlockReadKbytes = 0;
-        RecentStatsLifetimeStarter = 1200;
-        LeaveJobInQueue = false;
-        TargetType = "Machine";
-        WhenToTransferOutput = "ON_EXIT";
-        Owner = "xguo23";
-        JobNotification = 0;
-        BufferSize = 524288;
-        RecentBlockWrites = 0;
-        CompletionDate = 1446133562;
-        QDate = 1446105553;
-        JobLeaseDuration = 2400;
-        JobFinishedHookDone = 1446133562;
-        LastMatchTime = 1446107686;
-        LastJobLeaseRenewal = 1446133562;
-        DAGManNodesLog = "/home/xguo23/finally_2/Simulation_condor/model_3/./mydag.dag.nodes.log";
-        ClusterId = 49582154;
-        JobUniverse = 5;
-        NumJobStarts = 1;
-        CondorVersion = "$CondorVersion: 8.5.0 Sep 16 2015 BuildID: 341710 $";
-        CoreSize = 0;
-        OnExitHold = false;
-        CondorPlatform = "$CondorPlatform: X86_64-RedHat_6.6 $";
-        In = "/dev/null";
-        DiskUsage = 1250000;
-        EncryptExecuteDirectory = false;
-        CommittedSuspensionTime = 0;
-        User = "xguo23@chtc.wisc.edu";
-        UserLog = "/home/xguo23/finally_2/Simulation_condor/model_3/333/process.log";
-        JobCurrentStartDate = 1446107686;
-        BufferBlockSize = 32768;
-        MATCH_EXP_JOBGLIDEIN_ResourceName = "wisc.edu";
-        Requirements = ( ( OpSysMajorVer is 6 ) ) && ( MY.JobUniverse == 12 || MY.JobUniverse == 7 || MY.WantFlocking || MY.WantGlidein || TARGET.PoolName == "CHTC" || TARGET.COLLECTOR_HOST_STRING == "infopool.cs.wisc.edu" ) && ( TARGET.Arch == "X86_64" ) && ( TARGET.OpSys == "LINUX" ) && ( TARGET.Disk >= RequestDisk ) && ( TARGET.Memory >= RequestMemory ) && ( TARGET.HasFileTransfer );
-        MinHosts = 1;
-        MaxHosts = 1;
-        Args = "--type=Matlab --version=R2011b --cmdtorun=simu_condor --unique=333 -- 3";
-        PeriodicHold = false;
-        ProcId = 0;
-        Environment = "";
-        DAGNodeName = "333+333";
-        MemoryUsage = ( ( ResidentSetSize + 1023 ) / 1024 );
-        TerminationPending = true;
-        NumRestarts = 0;
-        NumSystemHolds = 0;
-        CommittedTime = 25876;
-        MachineAttrCpus0 = 1;
-        WantRemoteSyscalls = false;
-        MyType = "Job";
-        CumulativeSuspensionTime = 0;
-        Rank = 0.0;
-        StartdPrincipal = "execute-side@matchsession/128.105.245.120";
-        Err = "process.err";
-        PeriodicRemove = false;
-        BlockWriteKbytes = 0;
-        ExitBySignal = false;
-        DAGManJobId = 49581933;
-        EnteredCurrentStatus = 1446133562;
-        JOBGLIDEIN_ResourceName = "$$([IfThenElse(IsUndefined(TARGET.GLIDEIN_ResourceName), IfThenElse(IsUndefined(TARGET.GLIDEIN_Site), \"wisc.edu\", TARGET.GLIDEIN_Site), TARGET.GLIDEIN_ResourceName)])";
-        RecentBlockWriteKbytes = 0;
-        TransferIn = false;
-        ExitStatus = 0;
-        ShouldTransferFiles = "YES";
-        IsCHTCSubmit = true;
-        NumJobMatches = 1;
-        RootDir = "/";
-        JobStartDate = 1446107686;
-        JobPrio = 0;
-        CurrentHosts = 0;
-        GlobalJobId = "submit-3.chtc.wisc.edu#49582154.0#1446105553";
-        RemoteSysCpu = 1.570000000000000E+02;
-        TotalSuspensions = 0;
-        CommittedSlotTime = 2.587600000000000E+04;
-        WantCheckpoint = false;
-        BlockReads = 0;
-        LastRemoteHost = "slot1@e320.chtc.wisc.edu";
-        TransferInput = "/home/xguo23/finally_2/Simulation_condor/data/333/,/home/xguo23/finally_2/Simulation_condor/data/shared/";
-        LocalUserCpu = 0.0;
-        PeriodicRelease = ( JobStatus == 5 ) && ( ( CurrentTime - EnteredCurrentStatus ) > 1800 ) && ( JobRunCount < 5 ) && ( HoldReasonCode != 6 ) && ( HoldReasonCode != 14 ) && ( HoldReasonCode != 22 );
-        RequestDisk = 1000000;
-        ResidentSetSize_RAW = 125740;
-        OrigMaxHosts = 1;
-        LastPublicClaimId = "<128.105.245.120:45185>#1443991409#14242#...";
-        WantRHEL6 = true;
-        NumCkpts_RAW = 0;
-        Out = "process.out";
-        SubmitEventNotes = "DAG Node: 333+333";
-        CumulativeSlotTime = 2.587600000000000E+04;
-        JobRunCount = 1;
-        RecentBlockReads = 0;
-        StreamErr = false;
-        DiskUsage_RAW = 1216669;
-        NumCkpts = 0;
-        StatsLifetimeStarter = 25874;
-        ImageSize = 1000000;
-        Cmd = "/home/xguo23/finally_2/Simulation_condor/chtcjobwrapper";
-        LocalSysCpu = 0.0;
-        Iwd = "/home/xguo23/finally_2/Simulation_condor/model_3/333"
-    ]
-
-    [
-        BlockWrites = 0;
-        LastJobStatus = 2;
-        JobCurrentStartExecutingDate = 1446121056;
-        WantRemoteIO = true;
-        RequestCpus = 1;
-        NumShadowStarts = 1;
-        RemoteUserCpu = 1.239800000000000E+04;
-        NiceUser = false;
-        RequestMemory = 1000;
-        BytesRecvd = 2.846130000000000E+05;
-        ResidentSetSize = 150000;
-        StreamOut = false;
-        SpooledOutputFiles = "CURLTIME_2796351,ChtcWrapper194.out,AuditLog.194,simu_3_194.txt,harvest.log,194.out";
-        OnExitRemove = true;
-        ImageSize_RAW = 811948;
-        RemoteWallClockTime = 1.250100000000000E+04;
-        MachineAttrSlotWeight0 = 1;
-        ExecutableSize = 7;
-        JobStatus = 4;
-        DAGParentNodeNames = "";
-        ExitCode = 0;
-        DAGManNodesMask = "0,1,2,4,5,7,9,10,11,12,13,16,17,24,27";
-        BytesSent = 2.791500000000000E+04;
-        LastSuspensionTime = 0;
-        ExecutableSize_RAW = 6;
-        RecentBlockReadKbytes = 0;
-        TransferInputSizeMB = 0;
-        Matlab = "R2011b";
-        BlockReadKbytes = 0;
-        RecentStatsLifetimeStarter = 1200;
-        LeaveJobInQueue = false;
-        TargetType = "Machine";
-        WhenToTransferOutput = "ON_EXIT";
-        Owner = "xguo23";
-        JobNotification = 0;
-        BufferSize = 524288;
-        RecentBlockWrites = 0;
-        CompletionDate = 1446133555;
-        QDate = 1446106019;
-        JobLeaseDuration = 2400;
-        JobFinishedHookDone = 1446133555;
-        LastMatchTime = 1446121054;
-        LastJobLeaseRenewal = 1446133555;
-        DAGManNodesLog = "/home/xguo23/model_3_1.48/Simulation_condor/model_3/./mydag.dag.nodes.log";
-        ClusterId = 49583285;
-        JobUniverse = 5;
-        NumJobStarts = 1;
-        CondorVersion = "$CondorVersion: 8.5.0 Sep 16 2015 BuildID: 341710 $";
-        CoreSize = 0;
-        OnExitHold = false;
-        CondorPlatform = "$CondorPlatform: X86_64-RedHat_6.6 $";
-        In = "/dev/null";
-        DiskUsage = 1250000;
-        EncryptExecuteDirectory = false;
-        CommittedSuspensionTime = 0;
-        User = "xguo23@chtc.wisc.edu";
-        UserLog = "/home/xguo23/model_3_1.48/Simulation_condor/model_3/194/process.log";
-        JobCurrentStartDate = 1446121054;
-        BufferBlockSize = 32768;
-        MATCH_EXP_JOBGLIDEIN_ResourceName = "wisc.edu";
-        Requirements = ( ( OpSysMajorVer is 6 ) ) && ( MY.JobUniverse == 12 || MY.JobUniverse == 7 || MY.WantFlocking || MY.WantGlidein || TARGET.PoolName == "CHTC" || TARGET.COLLECTOR_HOST_STRING == "infopool.cs.wisc.edu" ) && ( TARGET.Arch == "X86_64" ) && ( TARGET.OpSys == "LINUX" ) && ( TARGET.Disk >= RequestDisk ) && ( TARGET.Memory >= RequestMemory ) && ( TARGET.HasFileTransfer );
-        MinHosts = 1;
-        MaxHosts = 1;
-        Args = "--type=Matlab --version=R2011b --cmdtorun=simu_condor --unique=194 -- 3";
-        PeriodicHold = false;
-        ProcId = 0;
-        Environment = "";
-        DAGNodeName = "194+194";
-        MemoryUsage = ( ( ResidentSetSize + 1023 ) / 1024 );
-        TerminationPending = true;
-        NumRestarts = 0;
-        NumSystemHolds = 0;
-        CommittedTime = 12501;
-        MachineAttrCpus0 = 1;
-        WantRemoteSyscalls = false;
-        MyType = "Job";
-        CumulativeSuspensionTime = 0;
-        Rank = 0.0;
-        StartdPrincipal = "execute-side@matchsession/128.105.245.73";
-        Err = "process.err";
-        PeriodicRemove = false;
-        BlockWriteKbytes = 0;
-        ExitBySignal = false;
-        DAGManJobId = 49582206;
-        EnteredCurrentStatus = 1446133555;
-        JOBGLIDEIN_ResourceName = "$$([IfThenElse(IsUndefined(TARGET.GLIDEIN_ResourceName), IfThenElse(IsUndefined(TARGET.GLIDEIN_Site), \"wisc.edu\", TARGET.GLIDEIN_Site), TARGET.GLIDEIN_ResourceName)])";
-        RecentBlockWriteKbytes = 0;
-        TransferIn = false;
-        ExitStatus = 0;
-        ShouldTransferFiles = "YES";
-        IsCHTCSubmit = true;
-        NumJobMatches = 1;
-        RootDir = "/";
-        JobStartDate = 1446121054;
-        JobPrio = 0;
-        CurrentHosts = 0;
-        GlobalJobId = "submit-3.chtc.wisc.edu#49583285.0#1446106020";
-        RemoteSysCpu = 8.700000000000000E+01;
-        TotalSuspensions = 0;
-        CommittedSlotTime = 1.250100000000000E+04;
-        WantCheckpoint = false;
-        BlockReads = 0;
-        LastRemoteHost = "slot1@e273.chtc.wisc.edu";
-        TransferInput = "/home/xguo23/model_3_1.48/Simulation_condor/data/194/,/home/xguo23/model_3_1.48/Simulation_condor/data/shared/";
-        LocalUserCpu = 0.0;
-        PeriodicRelease = ( JobStatus == 5 ) && ( ( CurrentTime - EnteredCurrentStatus ) > 1800 ) && ( JobRunCount < 5 ) && ( HoldReasonCode != 6 ) && ( HoldReasonCode != 14 ) && ( HoldReasonCode != 22 );
-        RequestDisk = 1000000;
-        ResidentSetSize_RAW = 125892;
-        OrigMaxHosts = 1;
-        LastPublicClaimId = "<128.105.245.73:33900>#1444759838#9136#...";
-        WantRHEL6 = true;
-        NumCkpts_RAW = 0;
-        Out = "process.out";
-        SubmitEventNotes = "DAG Node: 194+194";
-        CumulativeSlotTime = 1.250100000000000E+04;
-        JobRunCount = 1;
-        RecentBlockReads = 0;
-        StreamErr = false;
-        DiskUsage_RAW = 1216669;
-        NumCkpts = 0;
-        StatsLifetimeStarter = 12499;
-        ImageSize = 1000000;
-        Cmd = "/home/xguo23/model_3_1.48/Simulation_condor/chtcjobwrapper";
-        LocalSysCpu = 0.0;
-        Iwd = "/home/xguo23/model_3_1.48/Simulation_condor/model_3/194"
-    ]
-
-    [
-        BlockWrites = 0;
-        LastJobStatus = 2;
-        JobCurrentStartExecutingDate = 1446108668;
-        WantRemoteIO = true;
-        RequestCpus = 1;
-        NumShadowStarts = 1;
-        RemoteUserCpu = 2.462600000000000E+04;
-        NiceUser = false;
-        RequestMemory = 1000;
-        BytesRecvd = 2.850540000000000E+05;
-        ResidentSetSize = 150000;
-        StreamOut = false;
-        SpooledOutputFiles = "CURLTIME_1382128,ChtcWrapper154.out,AuditLog.154,simu_3_154.txt,harvest.log,154.out";
-        OnExitRemove = true;
-        ImageSize_RAW = 811948;
-        RemoteWallClockTime = 2.487400000000000E+04;
-        MachineAttrSlotWeight0 = 1;
-        ExecutableSize = 7;
-        JobStatus = 4;
-        DAGParentNodeNames = "";
-        ExitCode = 0;
-        DAGManNodesMask = "0,1,2,4,5,7,9,10,11,12,13,16,17,24,27";
-        BytesSent = 3.055900000000000E+04;
-        LastSuspensionTime = 0;
-        ExecutableSize_RAW = 6;
-        RecentBlockReadKbytes = 0;
-        TransferInputSizeMB = 0;
-        Matlab = "R2011b";
-        BlockReadKbytes = 0;
-        RecentStatsLifetimeStarter = 1200;
-        LeaveJobInQueue = false;
-        TargetType = "Machine";
-        WhenToTransferOutput = "ON_EXIT";
-        Owner = "xguo23";
-        JobNotification = 0;
-        BufferSize = 524288;
-        RecentBlockWrites = 0;
-        CompletionDate = 1446133540;
-        QDate = 1446105581;
-        JobLeaseDuration = 2400;
-        JobFinishedHookDone = 1446133540;
-        LastMatchTime = 1446108666;
-        LastJobLeaseRenewal = 1446133540;
-        DAGManNodesLog = "/home/xguo23/finally_2/Simulation_condor/model_3/./mydag.dag.nodes.log";
-        ClusterId = 49582178;
-        JobUniverse = 5;
-        NumJobStarts = 1;
-        CondorVersion = "$CondorVersion: 8.5.0 Sep 16 2015 BuildID: 341710 $";
-        CoreSize = 0;
-        OnExitHold = false;
-        CondorPlatform = "$CondorPlatform: X86_64-RedHat_6.6 $";
-        In = "/dev/null";
-        DiskUsage = 1250000;
-        EncryptExecuteDirectory = false;
-        CommittedSuspensionTime = 0;
-        User = "xguo23@chtc.wisc.edu";
-        UserLog = "/home/xguo23/finally_2/Simulation_condor/model_3/154/process.log";
-        JobCurrentStartDate = 1446108666;
-        BufferBlockSize = 32768;
-        MATCH_EXP_JOBGLIDEIN_ResourceName = "wisc.edu";
-        Requirements = ( ( OpSysMajorVer is 6 ) ) && ( MY.JobUniverse == 12 || MY.JobUniverse == 7 || MY.WantFlocking || MY.WantGlidein || TARGET.PoolName == "CHTC" || TARGET.COLLECTOR_HOST_STRING == "infopool.cs.wisc.edu" ) && ( TARGET.Arch == "X86_64" ) && ( TARGET.OpSys == "LINUX" ) && ( TARGET.Disk >= RequestDisk ) && ( TARGET.Memory >= RequestMemory ) && ( TARGET.HasFileTransfer );
-        MinHosts = 1;
-        MaxHosts = 1;
-        Args = "--type=Matlab --version=R2011b --cmdtorun=simu_condor --unique=154 -- 3";
-        PeriodicHold = false;
-        ProcId = 0;
-        Environment = "";
-        DAGNodeName = "154+154";
-        MemoryUsage = ( ( ResidentSetSize + 1023 ) / 1024 );
-        TerminationPending = true;
-        NumRestarts = 0;
-        NumSystemHolds = 0;
-        CommittedTime = 24874;
-        MachineAttrCpus0 = 1;
-        WantRemoteSyscalls = false;
-        MyType = "Job";
-        CumulativeSuspensionTime = 0;
-        Rank = 0.0;
-        StartdPrincipal = "execute-side@matchsession/128.105.245.158";
-        Err = "process.err";
-        PeriodicRemove = false;
-        BlockWriteKbytes = 0;
-        ExitBySignal = false;
-        DAGManJobId = 49581933;
-        EnteredCurrentStatus = 1446133540;
-        JOBGLIDEIN_ResourceName = "$$([IfThenElse(IsUndefined(TARGET.GLIDEIN_ResourceName), IfThenElse(IsUndefined(TARGET.GLIDEIN_Site), \"wisc.edu\", TARGET.GLIDEIN_Site), TARGET.GLIDEIN_ResourceName)])";
-        RecentBlockWriteKbytes = 0;
-        TransferIn = false;
-        ExitStatus = 0;
-        ShouldTransferFiles = "YES";
-        IsCHTCSubmit = true;
-        NumJobMatches = 1;
-        RootDir = "/";
-        JobStartDate = 1446108666;
-        JobPrio = 0;
-        CurrentHosts = 0;
-        GlobalJobId = "submit-3.chtc.wisc.edu#49582178.0#1446105581";
-        RemoteSysCpu = 1.830000000000000E+02;
-        TotalSuspensions = 0;
-        CommittedSlotTime = 2.487400000000000E+04;
-        WantCheckpoint = false;
-        BlockReads = 0;
-        LastRemoteHost = "slot1@e358.chtc.wisc.edu";
-        TransferInput = "/home/xguo23/finally_2/Simulation_condor/data/154/,/home/xguo23/finally_2/Simulation_condor/data/shared/";
-        LocalUserCpu = 0.0;
-        PeriodicRelease = ( JobStatus == 5 ) && ( ( CurrentTime - EnteredCurrentStatus ) > 1800 ) && ( JobRunCount < 5 ) && ( HoldReasonCode != 6 ) && ( HoldReasonCode != 14 ) && ( HoldReasonCode != 22 );
-        RequestDisk = 1000000;
-        ResidentSetSize_RAW = 125792;
-        OrigMaxHosts = 1;
-        LastPublicClaimId = "<128.105.245.158:24962>#1444759998#9379#...";
-        WantRHEL6 = true;
-        NumCkpts_RAW = 0;
-        Out = "process.out";
-        SubmitEventNotes = "DAG Node: 154+154";
-        CumulativeSlotTime = 2.487400000000000E+04;
-        JobRunCount = 1;
-        RecentBlockReads = 0;
-        StreamErr = false;
-        DiskUsage_RAW = 1216669;
-        NumCkpts = 0;
-        StatsLifetimeStarter = 24871;
-        ImageSize = 1000000;
-        Cmd = "/home/xguo23/finally_2/Simulation_condor/chtcjobwrapper";
-        LocalSysCpu = 0.0;
-        Iwd = "/home/xguo23/finally_2/Simulation_condor/model_3/154"
-    ]
-
-    [
-        BlockWrites = 0;
-        LastJobStatus = 2;
-        JobCurrentStartExecutingDate = 1446107491;
-        WantRemoteIO = true;
-        RequestCpus = 1;
-        NumShadowStarts = 1;
-        RemoteUserCpu = 2.593900000000000E+04;
-        NiceUser = false;
-        RequestMemory = 1000;
-        BytesRecvd = 2.850540000000000E+05;
-        ResidentSetSize = 150000;
-        StreamOut = false;
-        SpooledOutputFiles = "CURLTIME_522843,ChtcWrapper206.out,AuditLog.206,simu_3_206.txt,harvest.log,206.out";
-        OnExitRemove = true;
-        ImageSize_RAW = 811948;
-        RemoteWallClockTime = 2.604500000000000E+04;
-        MachineAttrSlotWeight0 = 1;
-        ExecutableSize = 7;
-        JobStatus = 4;
-        DAGParentNodeNames = "";
-        ExitCode = 0;
-        DAGManNodesMask = "0,1,2,4,5,7,9,10,11,12,13,16,17,24,27";
-        BytesSent = 3.059600000000000E+04;
-        LastSuspensionTime = 0;
-        ExecutableSize_RAW = 6;
-        RecentBlockReadKbytes = 0;
-        TransferInputSizeMB = 0;
-        Matlab = "R2011b";
-        BlockReadKbytes = 0;
-        RecentStatsLifetimeStarter = 1200;
-        LeaveJobInQueue = false;
-        TargetType = "Machine";
-        WhenToTransferOutput = "ON_EXIT";
-        Owner = "xguo23";
-        JobNotification = 0;
-        BufferSize = 524288;
-        RecentBlockWrites = 0;
-        CompletionDate = 1446133535;
-        QDate = 1446105509;
-        JobLeaseDuration = 2400;
-        JobFinishedHookDone = 1446133535;
-        LastMatchTime = 1446107490;
-        LastJobLeaseRenewal = 1446133535;
-        DAGManNodesLog = "/home/xguo23/finally_2/Simulation_condor/model_3/./mydag.dag.nodes.log";
-        ClusterId = 49582113;
-        JobUniverse = 5;
-        NumJobStarts = 1;
-        CondorVersion = "$CondorVersion: 8.5.0 Sep 16 2015 BuildID: 341710 $";
-        CoreSize = 0;
-        OnExitHold = false;
-        CondorPlatform = "$CondorPlatform: X86_64-RedHat_6.6 $";
-        In = "/dev/null";
-        DiskUsage = 1250000;
-        EncryptExecuteDirectory = false;
-        CommittedSuspensionTime = 0;
-        User = "xguo23@chtc.wisc.edu";
-        UserLog = "/home/xguo23/finally_2/Simulation_condor/model_3/206/process.log";
-        JobCurrentStartDate = 1446107490;
-        BufferBlockSize = 32768;
-        MATCH_EXP_JOBGLIDEIN_ResourceName = "wisc.edu";
-        Requirements = ( ( OpSysMajorVer is 6 ) ) && ( MY.JobUniverse == 12 || MY.JobUniverse == 7 || MY.WantFlocking || MY.WantGlidein || TARGET.PoolName == "CHTC" || TARGET.COLLECTOR_HOST_STRING == "infopool.cs.wisc.edu" ) && ( TARGET.Arch == "X86_64" ) && ( TARGET.OpSys == "LINUX" ) && ( TARGET.Disk >= RequestDisk ) && ( TARGET.Memory >= RequestMemory ) && ( TARGET.HasFileTransfer );
-        MinHosts = 1;
-        MaxHosts = 1;
-        Args = "--type=Matlab --version=R2011b --cmdtorun=simu_condor --unique=206 -- 3";
-        PeriodicHold = false;
-        ProcId = 0;
-        Environment = "";
-        DAGNodeName = "206+206";
-        MemoryUsage = ( ( ResidentSetSize + 1023 ) / 1024 );
-        TerminationPending = true;
-        NumRestarts = 0;
-        NumSystemHolds = 0;
-        CommittedTime = 26045;
-        MachineAttrCpus0 = 1;
-        WantRemoteSyscalls = false;
-        MyType = "Job";
-        CumulativeSuspensionTime = 0;
-        Rank = 0.0;
-        StartdPrincipal = "execute-side@matchsession/128.105.245.120";
-        Err = "process.err";
-        PeriodicRemove = false;
-        BlockWriteKbytes = 0;
-        ExitBySignal = false;
-        DAGManJobId = 49581933;
-        EnteredCurrentStatus = 1446133535;
-        JOBGLIDEIN_ResourceName = "$$([IfThenElse(IsUndefined(TARGET.GLIDEIN_ResourceName), IfThenElse(IsUndefined(TARGET.GLIDEIN_Site), \"wisc.edu\", TARGET.GLIDEIN_Site), TARGET.GLIDEIN_ResourceName)])";
-        RecentBlockWriteKbytes = 0;
-        TransferIn = false;
-        ExitStatus = 0;
-        ShouldTransferFiles = "YES";
-        IsCHTCSubmit = true;
-        NumJobMatches = 1;
-        RootDir = "/";
-        JobStartDate = 1446107490;
-        JobPrio = 0;
-        CurrentHosts = 0;
-        GlobalJobId = "submit-3.chtc.wisc.edu#49582113.0#1446105509";
-        RemoteSysCpu = 8.700000000000000E+01;
-        TotalSuspensions = 0;
-        CommittedSlotTime = 2.604500000000000E+04;
-        WantCheckpoint = false;
-        BlockReads = 0;
-        LastRemoteHost = "slot1@e320.chtc.wisc.edu";
-        TransferInput = "/home/xguo23/finally_2/Simulation_condor/data/206/,/home/xguo23/finally_2/Simulation_condor/data/shared/";
-        LocalUserCpu = 0.0;
-        PeriodicRelease = ( JobStatus == 5 ) && ( ( CurrentTime - EnteredCurrentStatus ) > 1800 ) && ( JobRunCount < 5 ) && ( HoldReasonCode != 6 ) && ( HoldReasonCode != 14 ) && ( HoldReasonCode != 22 );
-        RequestDisk = 1000000;
-        ResidentSetSize_RAW = 126460;
-        OrigMaxHosts = 1;
-        LastPublicClaimId = "<128.105.245.120:45185>#1443991409#14238#...";
-        WantRHEL6 = true;
-        NumCkpts_RAW = 0;
-        Out = "process.out";
-        SubmitEventNotes = "DAG Node: 206+206";
-        CumulativeSlotTime = 2.604500000000000E+04;
-        JobRunCount = 1;
-        RecentBlockReads = 0;
-        StreamErr = false;
-        DiskUsage_RAW = 1216669;
-        NumCkpts = 0;
-        StatsLifetimeStarter = 26044;
-        ImageSize = 1000000;
-        Cmd = "/home/xguo23/finally_2/Simulation_condor/chtcjobwrapper";
-        LocalSysCpu = 0.0;
-        Iwd = "/home/xguo23/finally_2/Simulation_condor/model_3/206"
-    ]
-
-    [
-        BlockWrites = 0;
-        LastJobStatus = 2;
-        JobCurrentStartExecutingDate = 1446115925;
-        WantRemoteIO = true;
-        RequestCpus = 1;
-        NumShadowStarts = 1;
-        RemoteUserCpu = 1.747100000000000E+04;
-        NiceUser = false;
-        RequestMemory = 1000;
-        BytesRecvd = 2.847180000000000E+05;
-        ResidentSetSize = 125000;
-        StreamOut = false;
-        SpooledOutputFiles = "CURLTIME_3813186,ChtcWrapper31.out,AuditLog.31,simu_3_31.txt,harvest.log,31.out";
-        OnExitRemove = true;
-        ImageSize_RAW = 811948;
-        RemoteWallClockTime = 1.760500000000000E+04;
-        MachineAttrSlotWeight0 = 1;
-        ExecutableSize = 7;
-        JobStatus = 4;
-        DAGParentNodeNames = "";
-        ExitCode = 0;
-        DAGManNodesMask = "0,1,2,4,5,7,9,10,11,12,13,16,17,24,27";
-        BytesSent = 2.790500000000000E+04;
-        LastSuspensionTime = 0;
-        ExecutableSize_RAW = 6;
-        RecentBlockReadKbytes = 0;
-        TransferInputSizeMB = 0;
-        Matlab = "R2011b";
-        BlockReadKbytes = 0;
-        RecentStatsLifetimeStarter = 1200;
-        LeaveJobInQueue = false;
-        TargetType = "Machine";
-        WhenToTransferOutput = "ON_EXIT";
-        Owner = "xguo23";
-        JobNotification = 0;
-        BufferSize = 524288;
-        RecentBlockWrites = 0;
-        CompletionDate = 1446133529;
-        QDate = 1446105852;
-        JobLeaseDuration = 2400;
-        JobFinishedHookDone = 1446133529;
-        LastMatchTime = 1446115924;
-        LastJobLeaseRenewal = 1446133528;
-        DAGManNodesLog = "/home/xguo23/model_3_1.46/Simulation_condor/model_3/./mydag.dag.nodes.log";
-        ClusterId = 49582831;
-        JobUniverse = 5;
-        NumJobStarts = 1;
-        CondorVersion = "$CondorVersion: 8.5.0 Sep 16 2015 BuildID: 341710 $";
-        CoreSize = 0;
-        OnExitHold = false;
-        CondorPlatform = "$CondorPlatform: X86_64-RedHat_6.6 $";
-        In = "/dev/null";
-        DiskUsage = 1250000;
-        EncryptExecuteDirectory = false;
-        CommittedSuspensionTime = 0;
-        User = "xguo23@chtc.wisc.edu";
-        UserLog = "/home/xguo23/model_3_1.46/Simulation_condor/model_3/31/process.log";
-        JobCurrentStartDate = 1446115924;
-        BufferBlockSize = 32768;
-        MATCH_EXP_JOBGLIDEIN_ResourceName = "wisc.edu";
-        Requirements = ( ( OpSysMajorVer is 6 ) ) && ( MY.JobUniverse == 12 || MY.JobUniverse == 7 || MY.WantFlocking || MY.WantGlidein || TARGET.PoolName == "CHTC" || TARGET.COLLECTOR_HOST_STRING == "infopool.cs.wisc.edu" ) && ( TARGET.Arch == "X86_64" ) && ( TARGET.OpSys == "LINUX" ) && ( TARGET.Disk >= RequestDisk ) && ( TARGET.Memory >= RequestMemory ) && ( TARGET.HasFileTransfer );
-        MinHosts = 1;
-        MaxHosts = 1;
-        Args = "--type=Matlab --version=R2011b --cmdtorun=simu_condor --unique=31 -- 3";
-        PeriodicHold = false;
-        ProcId = 0;
-        Environment = "";
-        DAGNodeName = "31+31";
-        MemoryUsage = ( ( ResidentSetSize + 1023 ) / 1024 );
-        TerminationPending = true;
-        NumRestarts = 0;
-        NumSystemHolds = 0;
-        CommittedTime = 17604;
-        MachineAttrCpus0 = 1;
-        WantRemoteSyscalls = false;
-        MyType = "Job";
-        CumulativeSuspensionTime = 0;
-        Rank = 0.0;
-        StartdPrincipal = "execute-side@matchsession/128.105.245.65";
-        Err = "process.err";
-        PeriodicRemove = false;
-        BlockWriteKbytes = 0;
-        ExitBySignal = false;
-        DAGManJobId = 49582778;
-        EnteredCurrentStatus = 1446133529;
-        JOBGLIDEIN_ResourceName = "$$([IfThenElse(IsUndefined(TARGET.GLIDEIN_ResourceName), IfThenElse(IsUndefined(TARGET.GLIDEIN_Site), \"wisc.edu\", TARGET.GLIDEIN_Site), TARGET.GLIDEIN_ResourceName)])";
-        RecentBlockWriteKbytes = 0;
-        TransferIn = false;
-        ExitStatus = 0;
-        ShouldTransferFiles = "YES";
-        IsCHTCSubmit = true;
-        NumJobMatches = 1;
-        RootDir = "/";
-        JobStartDate = 1446115924;
-        JobPrio = 0;
-        CurrentHosts = 0;
-        GlobalJobId = "submit-3.chtc.wisc.edu#49582831.0#1446105852";
-        RemoteSysCpu = 1.010000000000000E+02;
-        TotalSuspensions = 0;
-        CommittedSlotTime = 1.760400000000000E+04;
-        WantCheckpoint = false;
-        BlockReads = 0;
-        LastRemoteHost = "slot1@e265.chtc.wisc.edu";
-        TransferInput = "/home/xguo23/model_3_1.46/Simulation_condor/data/31/,/home/xguo23/model_3_1.46/Simulation_condor/data/shared/";
-        LocalUserCpu = 0.0;
-        PeriodicRelease = ( JobStatus == 5 ) && ( ( CurrentTime - EnteredCurrentStatus ) > 1800 ) && ( JobRunCount < 5 ) && ( HoldReasonCode != 6 ) && ( HoldReasonCode != 14 ) && ( HoldReasonCode != 22 );
-        RequestDisk = 1000000;
-        ResidentSetSize_RAW = 124912;
-        OrigMaxHosts = 1;
-        LastPublicClaimId = "<128.105.245.65:22193>#1444759815#9517#...";
-        WantRHEL6 = true;
-        NumCkpts_RAW = 0;
-        Out = "process.out";
-        SubmitEventNotes = "DAG Node: 31+31";
-        CumulativeSlotTime = 1.760500000000000E+04;
-        JobRunCount = 1;
-        RecentBlockReads = 0;
-        StreamErr = false;
-        DiskUsage_RAW = 1216669;
-        NumCkpts = 0;
-        StatsLifetimeStarter = 17603;
-        ImageSize = 1000000;
-        Cmd = "/home/xguo23/model_3_1.46/Simulation_condor/chtcjobwrapper";
-        LocalSysCpu = 0.0;
-        Iwd = "/home/xguo23/model_3_1.46/Simulation_condor/model_3/31"
-    ]
-
-    [
-        BlockWrites = 1;
-        LastJobStatus = 2;
-        JobCurrentStartExecutingDate = 1446111277;
-        WantRemoteIO = true;
-        RequestCpus = 1;
-        NumShadowStarts = 1;
-        RemoteUserCpu = 2.204300000000000E+04;
-        NiceUser = false;
-        RequestMemory = 1000;
-        BytesRecvd = 2.846290000000000E+05;
-        ResidentSetSize = 75000;
-        StreamOut = false;
-        SpooledOutputFiles = "CURLTIME_935737,ChtcWrapper201.out,AuditLog.201,simu_3_201.txt,harvest.log,201.out";
-        OnExitRemove = true;
-        ImageSize_RAW = 117304;
-        RemoteWallClockTime = 2.224300000000000E+04;
-        MachineAttrSlotWeight0 = 1;
-        ExecutableSize = 7;
-        JobStatus = 4;
-        DAGParentNodeNames = "";
-        ExitCode = 0;
-        DAGManNodesMask = "0,1,2,4,5,7,9,10,11,12,13,16,17,24,27";
-        BytesSent = 3.048300000000000E+04;
-        LastSuspensionTime = 0;
-        ExecutableSize_RAW = 6;
-        RecentBlockReadKbytes = 4868;
-        TransferInputSizeMB = 0;
-        Matlab = "R2011b";
-        BlockReadKbytes = 81056;
-        LocalSysCpu = 0.0;
-        Iwd = "/home/xguo23/model_3_1.47/Simulation_condor/model_3/201";
-        RecentStatsLifetimeStarter = 1200;
-        LeaveJobInQueue = false;
-        TargetType = "Machine";
-        WhenToTransferOutput = "ON_EXIT";
-        Owner = "xguo23";
-        JobNotification = 0;
-        BufferSize = 524288;
-        RecentBlockWrites = 1;
-        CompletionDate = 1446133519;
-        LastMatchTime = 1446111276;
-        LastJobLeaseRenewal = 1446133519;
-        DAGManNodesLog = "/home/xguo23/model_3_1.47/Simulation_condor/model_3/./mydag.dag.nodes.log";
-        ClusterId = 49582511;
-        NumJobStarts = 1;
-        JobUniverse = 5;
-        AutoClusterAttrs = "JobUniverse,LastCheckpointPlatform,NumCkpts,ClientMachine,_condor_RequestCpus,_condor_RequestDisk,_condor_RequestGPUs,_condor_RequestMemory,RequestCpus,RequestDisk,RequestGPUs,RequestMemory,BIOCHEM,MachineLastMatchTime,ConcurrencyLimits,NiceUser,Rank,Requirements,ImageSize,MemoryRequirements,User,RemoteGroup,SubmitterGroup,SubmitterUserPrio,Group,WIDsTheme,InteractiveJob,Is_Resumable,WantFlocking,WantGlidein,Scheduler,Owner,JobStart,MemoryUsage,IsExpressQueueJ [...]
-        MaxHosts = 1;
-        Args = "--type=Matlab --version=R2011b --cmdtorun=simu_condor --unique=201 -- 3";
-        CondorVersion = "$CondorVersion: 8.5.0 Sep 16 2015 BuildID: 341710 $";
-        CoreSize = 0;
-        OnExitHold = false;
-        CondorPlatform = "$CondorPlatform: X86_64-RedHat_6.6 $";
-        JobFinishedHookDone = 1446133520;
-        QDate = 1446105723;
-        JobLeaseDuration = 2400;
-        In = "/dev/null";
-        DiskUsage = 1250000;
-        EncryptExecuteDirectory = false;
-        CommittedSuspensionTime = 0;
-        User = "xguo23@chtc.wisc.edu";
-        UserLog = "/home/xguo23/model_3_1.47/Simulation_condor/model_3/201/process.log";
-        JobCurrentStartDate = 1446111276;
-        BufferBlockSize = 32768;
-        MATCH_EXP_JOBGLIDEIN_ResourceName = "wisc.edu";
-        Requirements = ( ( OpSysMajorVer is 6 ) ) && ( MY.JobUniverse == 12 || MY.JobUniverse == 7 || MY.WantFlocking || MY.WantGlidein || TARGET.PoolName == "CHTC" || TARGET.COLLECTOR_HOST_STRING == "infopool.cs.wisc.edu" ) && ( TARGET.Arch == "X86_64" ) && ( TARGET.OpSys == "LINUX" ) && ( TARGET.Disk >= RequestDisk ) && ( TARGET.Memory >= RequestMemory ) && ( TARGET.HasFileTransfer );
-        MinHosts = 1;
-        PeriodicHold = false;
-        ProcId = 0;
-        Environment = "";
-        DAGNodeName = "201+201";
-        MemoryUsage = ( ( ResidentSetSize + 1023 ) / 1024 );
-        TerminationPending = true;
-        NumRestarts = 0;
-        NumSystemHolds = 0;
-        CommittedTime = 22243;
-        AutoClusterId = 13;
-        ExitStatus = 0;
-        ShouldTransferFiles = "YES";
-        MachineAttrCpus0 = 1;
-        WantRemoteSyscalls = false;
-        MyType = "Job";
-        CumulativeSuspensionTime = 0;
-        Rank = 0.0;
-        StartdPrincipal = "execute-side@matchsession/128.104.55.68";
-        Err = "process.err";
-        PeriodicRemove = false;
-        BlockWriteKbytes = 4;
-        ExitBySignal = false;
-        DAGManJobId = 49582200;
-        EnteredCurrentStatus = 1446133519;
-        JOBGLIDEIN_ResourceName = "$$([IfThenElse(IsUndefined(TARGET.GLIDEIN_ResourceName), IfThenElse(IsUndefined(TARGET.GLIDEIN_Site), \"wisc.edu\", TARGET.GLIDEIN_Site), TARGET.GLIDEIN_ResourceName)])";
-        RecentBlockWriteKbytes = 4;
-        TransferIn = false;
-        IsCHTCSubmit = true;
-        NumJobMatches = 1;
-        RootDir = "/";
-        JobStartDate = 1446111276;
-        JobPrio = 0;
-        CurrentHosts = 0;
-        GlobalJobId = "submit-3.chtc.wisc.edu#49582511.0#1446105723";
-        RemoteSysCpu = 1.330000000000000E+02;
-        TotalSuspensions = 0;
-        CommittedSlotTime = 2.224300000000000E+04;
-        WantCheckpoint = false;
-        BlockReads = 1906;
-        LastRemoteHost = "slot1@c049.chtc.wisc.edu";
-        TransferInput = "/home/xguo23/model_3_1.47/Simulation_condor/data/201/,/home/xguo23/model_3_1.47/Simulation_condor/data/shared/";
-        LocalUserCpu = 0.0;
-        PeriodicRelease = ( JobStatus == 5 ) && ( ( CurrentTime - EnteredCurrentStatus ) > 1800 ) && ( JobRunCount < 5 ) && ( HoldReasonCode != 6 ) && ( HoldReasonCode != 14 ) && ( HoldReasonCode != 22 );
-        RequestDisk = 1000000;
-        ResidentSetSize_RAW = 72052;
-        OrigMaxHosts = 1;
-        LastPublicClaimId = "<128.104.55.68:4958>#1445345121#1580#...";
-        WantRHEL6 = true;
-        NumCkpts_RAW = 0;
-        Out = "process.out";
-        SubmitEventNotes = "DAG Node: 201+201";
-        CumulativeSlotTime = 2.224300000000000E+04;
-        JobRunCount = 1;
-        RecentBlockReads = 460;
-        StreamErr = false;
-        DiskUsage_RAW = 1216669;
-        NumCkpts = 0;
-        StatsLifetimeStarter = 22242;
-        ImageSize = 125000;
-        Cmd = "/home/xguo23/model_3_1.47/Simulation_condor/chtcjobwrapper"
-    ]
-
-    [
-        BlockWrites = 0;
-        LastJobStatus = 2;
-        JobCurrentStartExecutingDate = 1446107491;
-        WantRemoteIO = true;
-        RequestCpus = 1;
-        NumShadowStarts = 1;
-        RemoteUserCpu = 2.584400000000000E+04;
-        NiceUser = false;
-        RequestMemory = 1000;
-        BytesRecvd = 2.850540000000000E+05;
-        ResidentSetSize = 150000;
-        StreamOut = false;
-        SpooledOutputFiles = "CURLTIME_3651606,ChtcWrapper304.out,AuditLog.304,simu_3_304.txt,harvest.log,304.out";
-        OnExitRemove = true;
-        ImageSize_RAW = 811948;
-        RemoteWallClockTime = 2.602200000000000E+04;
-        MachineAttrSlotWeight0 = 1;
-        ExecutableSize = 7;
-        JobStatus = 4;
-        DAGParentNodeNames = "";
-        ExitCode = 0;
-        DAGManNodesMask = "0,1,2,4,5,7,9,10,11,12,13,16,17,24,27";
-        BytesSent = 3.180100000000000E+04;
-        LastSuspensionTime = 0;
-        ExecutableSize_RAW = 6;
-        RecentBlockReadKbytes = 0;
-        TransferInputSizeMB = 0;
-        Matlab = "R2011b";
-        BlockReadKbytes = 0;
-        RecentStatsLifetimeStarter = 1200;
-        LeaveJobInQueue = false;
-        TargetType = "Machine";
-        WhenToTransferOutput = "ON_EXIT";
-        Owner = "xguo23";
-        JobNotification = 0;
-        BufferSize = 524288;
-        RecentBlockWrites = 0;
-        CompletionDate = 1446133511;
-        QDate = 1446105492;
-        JobLeaseDuration = 2400;
-        JobFinishedHookDone = 1446133511;
-        LastMatchTime = 1446107489;
-        LastJobLeaseRenewal = 1446133511;
-        DAGManNodesLog = "/home/xguo23/finally_2/Simulation_condor/model_3/./mydag.dag.nodes.log";
-        ClusterId = 49582098;
-        JobUniverse = 5;
-        NumJobStarts = 1;
-        CondorVersion = "$CondorVersion: 8.5.0 Sep 16 2015 BuildID: 341710 $";
-        CoreSize = 0;
-        OnExitHold = false;
-        CondorPlatform = "$CondorPlatform: X86_64-RedHat_6.6 $";
-        In = "/dev/null";
-        DiskUsage = 1250000;
-        EncryptExecuteDirectory = false;
-        CommittedSuspensionTime = 0;
-        User = "xguo23@chtc.wisc.edu";
-        UserLog = "/home/xguo23/finally_2/Simulation_condor/model_3/304/process.log";
-        JobCurrentStartDate = 1446107489;
-        BufferBlockSize = 32768;
-        MATCH_EXP_JOBGLIDEIN_ResourceName = "wisc.edu";
-        Requirements = ( ( OpSysMajorVer is 6 ) ) && ( MY.JobUniverse == 12 || MY.JobUniverse == 7 || MY.WantFlocking || MY.WantGlidein || TARGET.PoolName == "CHTC" || TARGET.COLLECTOR_HOST_STRING == "infopool.cs.wisc.edu" ) && ( TARGET.Arch == "X86_64" ) && ( TARGET.OpSys == "LINUX" ) && ( TARGET.Disk >= RequestDisk ) && ( TARGET.Memory >= RequestMemory ) && ( TARGET.HasFileTransfer );
-        MinHosts = 1;
-        MaxHosts = 1;
-        Args = "--type=Matlab --version=R2011b --cmdtorun=simu_condor --unique=304 -- 3";
-        PeriodicHold = false;
-        ProcId = 0;
-        Environment = "";
-        DAGNodeName = "304+304";
-        MemoryUsage = ( ( ResidentSetSize + 1023 ) / 1024 );
-        TerminationPending = true;
-        NumRestarts = 0;
-        NumSystemHolds = 0;
-        CommittedTime = 26022;
-        MachineAttrCpus0 = 1;
-        WantRemoteSyscalls = false;
-        MyType = "Job";
-        CumulativeSuspensionTime = 0;
-        Rank = 0.0;
-        StartdPrincipal = "execute-side@matchsession/128.105.245.223";
-        Err = "process.err";
-        PeriodicRemove = false;
-        BlockWriteKbytes = 0;
-        ExitBySignal = false;
-        DAGManJobId = 49581933;
-        EnteredCurrentStatus = 1446133511;
-        JOBGLIDEIN_ResourceName = "$$([IfThenElse(IsUndefined(TARGET.GLIDEIN_ResourceName), IfThenElse(IsUndefined(TARGET.GLIDEIN_Site), \"wisc.edu\", TARGET.GLIDEIN_Site), TARGET.GLIDEIN_ResourceName)])";
-        RecentBlockWriteKbytes = 0;
-        TransferIn = false;
-        ExitStatus = 0;
-        ShouldTransferFiles = "YES";
-        IsCHTCSubmit = true;
-        NumJobMatches = 1;
-        RootDir = "/";
-        JobStartDate = 1446107489;
-        JobPrio = 0;
-        CurrentHosts = 0;
-        GlobalJobId = "submit-3.chtc.wisc.edu#49582098.0#1446105492";
-        RemoteSysCpu = 1.430000000000000E+02;
-        TotalSuspensions = 0;
-        CommittedSlotTime = 2.602200000000000E+04;
-        WantCheckpoint = false;
-        BlockReads = 0;
-        LastRemoteHost = "slot1@e423.chtc.wisc.edu";
-        TransferInput = "/home/xguo23/finally_2/Simulation_condor/data/304/,/home/xguo23/finally_2/Simulation_condor/data/shared/";
-        LocalUserCpu = 0.0;
-        PeriodicRelease = ( JobStatus == 5 ) && ( ( CurrentTime - EnteredCurrentStatus ) > 1800 ) && ( JobRunCount < 5 ) && ( HoldReasonCode != 6 ) && ( HoldReasonCode != 14 ) && ( HoldReasonCode != 22 );
-        RequestDisk = 1000000;
-        ResidentSetSize_RAW = 128776;
-        OrigMaxHosts = 1;
-        LastPublicClaimId = "<128.105.245.223:13467>#1444760039#6376#...";
-        WantRHEL6 = true;
-        NumCkpts_RAW = 0;
-        Out = "process.out";
-        SubmitEventNotes = "DAG Node: 304+304";
-        CumulativeSlotTime = 2.602200000000000E+04;
-        JobRunCount = 1;
-        RecentBlockReads = 0;
-        StreamErr = false;
-        DiskUsage_RAW = 1216669;
-        NumCkpts = 0;
-        StatsLifetimeStarter = 26020;
-        ImageSize = 1000000;
-        Cmd = "/home/xguo23/finally_2/Simulation_condor/chtcjobwrapper";
-        LocalSysCpu = 0.0;
-        Iwd = "/home/xguo23/finally_2/Simulation_condor/model_3/304"
-    ]
-
-    [
-        BlockWrites = 0;
-        LastJobStatus = 2;
-        JobCurrentStartExecutingDate = 1446111075;
-        WantRemoteIO = true;
-        RequestCpus = 1;
-        NumShadowStarts = 1;
-        RemoteUserCpu = 2.227800000000000E+04;
-        NiceUser = false;
-        RequestMemory = 1000;
-        BytesRecvd = 2.846120000000000E+05;
-        ResidentSetSize = 150000;
-        StreamOut = false;
-        SpooledOutputFiles = "CURLTIME_2507136,ChtcWrapper58.out,AuditLog.58,simu_3_58.txt,harvest.log,58.out";
-        OnExitRemove = true;
-        ImageSize_RAW = 811948;
-        RemoteWallClockTime = 2.239400000000000E+04;
-        MachineAttrSlotWeight0 = 1;
-        ExecutableSize = 7;
-        JobStatus = 4;
-        DAGParentNodeNames = "";
-        ExitCode = 0;
-        DAGManNodesMask = "0,1,2,4,5,7,9,10,11,12,13,16,17,24,27";
-        BytesSent = 3.049900000000000E+04;
-        LastSuspensionTime = 0;
-        ExecutableSize_RAW = 6;
-        RecentBlockReadKbytes = 0;
-        TransferInputSizeMB = 0;
-        Matlab = "R2011b";
-        BlockReadKbytes = 0;
-        RecentStatsLifetimeStarter = 1200;
-        LeaveJobInQueue = false;
-        TargetType = "Machine";
-        WhenToTransferOutput = "ON_EXIT";
-        Owner = "xguo23";
-        JobNotification = 0;
-        BufferSize = 524288;
-        RecentBlockWrites = 0;
-        CompletionDate = 1446133468;
-        QDate = 1446105706;
-        JobLeaseDuration = 2400;
-        JobFinishedHookDone = 1446133468;
-        LastMatchTime = 1446111074;
-        LastJobLeaseRenewal = 1446133468;
-        DAGManNodesLog = "/home/xguo23/model_3_1.48/Simulation_condor/model_3/./mydag.dag.nodes.log";
-        ClusterId = 49582460;
-        JobUniverse = 5;
-        NumJobStarts = 1;
-        CondorVersion = "$CondorVersion: 8.5.0 Sep 16 2015 BuildID: 341710 $";
-        CoreSize = 0;
-        OnExitHold = false;
-        CondorPlatform = "$CondorPlatform: X86_64-RedHat_6.6 $";
-        In = "/dev/null";
-        DiskUsage = 1250000;
-        EncryptExecuteDirectory = false;
-        CommittedSuspensionTime = 0;
-        User = "xguo23@chtc.wisc.edu";
-        UserLog = "/home/xguo23/model_3_1.48/Simulation_condor/model_3/58/process.log";
-        JobCurrentStartDate = 1446111074;
-        BufferBlockSize = 32768;
-        MATCH_EXP_JOBGLIDEIN_ResourceName = "wisc.edu";
-        Requirements = ( ( OpSysMajorVer is 6 ) ) && ( MY.JobUniverse == 12 || MY.JobUniverse == 7 || MY.WantFlocking || MY.WantGlidein || TARGET.PoolName == "CHTC" || TARGET.COLLECTOR_HOST_STRING == "infopool.cs.wisc.edu" ) && ( TARGET.Arch == "X86_64" ) && ( TARGET.OpSys == "LINUX" ) && ( TARGET.Disk >= RequestDisk ) && ( TARGET.Memory >= RequestMemory ) && ( TARGET.HasFileTransfer );
-        MinHosts = 1;
-        MaxHosts = 1;
-        Args = "--type=Matlab --version=R2011b --cmdtorun=simu_condor --unique=58 -- 3";
-        PeriodicHold = false;
-        ProcId = 0;
-        Environment = "";
-        DAGNodeName = "58+58";
-        MemoryUsage = ( ( ResidentSetSize + 1023 ) / 1024 );
-        TerminationPending = true;
-        NumRestarts = 0;
-        NumSystemHolds = 0;
-        CommittedTime = 22394;
-        MachineAttrCpus0 = 1;
-        WantRemoteSyscalls = false;
-        MyType = "Job";
-        CumulativeSuspensionTime = 0;
-        Rank = 0.0;
-        StartdPrincipal = "execute-side@matchsession/128.105.245.184";
-        Err = "process.err";
-        PeriodicRemove = false;
-        BlockWriteKbytes = 0;
-        ExitBySignal = false;
-        DAGManJobId = 49582206;
-        EnteredCurrentStatus = 1446133468;
-        JOBGLIDEIN_ResourceName = "$$([IfThenElse(IsUndefined(TARGET.GLIDEIN_ResourceName), IfThenElse(IsUndefined(TARGET.GLIDEIN_Site), \"wisc.edu\", TARGET.GLIDEIN_Site), TARGET.GLIDEIN_ResourceName)])";
-        RecentBlockWriteKbytes = 0;
-        TransferIn = false;
-        ExitStatus = 0;
-        ShouldTransferFiles = "YES";
-        IsCHTCSubmit = true;
-        NumJobMatches = 1;
-        RootDir = "/";
-        JobStartDate = 1446111074;
-        JobPrio = 0;
-        CurrentHosts = 0;
-        GlobalJobId = "submit-3.chtc.wisc.edu#49582460.0#1446105706";
-        RemoteSysCpu = 8.100000000000000E+01;
-        TotalSuspensions = 0;
-        CommittedSlotTime = 2.239400000000000E+04;
-        WantCheckpoint = false;
-        BlockReads = 0;
-        LastRemoteHost = "slot1@e384.chtc.wisc.edu";
-        TransferInput = "/home/xguo23/model_3_1.48/Simulation_condor/data/58/,/home/xguo23/model_3_1.48/Simulation_condor/data/shared/";
-        LocalUserCpu = 0.0;
-        PeriodicRelease = ( JobStatus == 5 ) && ( ( CurrentTime - EnteredCurrentStatus ) > 1800 ) && ( JobRunCount < 5 ) && ( HoldReasonCode != 6 ) && ( HoldReasonCode != 14 ) && ( HoldReasonCode != 22 );
-        RequestDisk = 1000000;
-        ResidentSetSize_RAW = 127308;
-        OrigMaxHosts = 1;
-        LastPublicClaimId = "<128.105.245.184:62907>#1443991428#13854#...";
-        WantRHEL6 = true;
-        NumCkpts_RAW = 0;
-        Out = "process.out";
-        SubmitEventNotes = "DAG Node: 58+58";
-        CumulativeSlotTime = 2.239400000000000E+04;
-        JobRunCount = 1;
-        RecentBlockReads = 0;
-        StreamErr = false;
-        DiskUsage_RAW = 1216669;
-        NumCkpts = 0;
-        StatsLifetimeStarter = 22393;
-        ImageSize = 1000000;
-        Cmd = "/home/xguo23/model_3_1.48/Simulation_condor/chtcjobwrapper";
-        LocalSysCpu = 0.0;
-        Iwd = "/home/xguo23/model_3_1.48/Simulation_condor/model_3/58"
-    ]
-
-    [
-        BlockWrites = 0;
-        LastJobStatus = 2;
-        JobCurrentStartExecutingDate = 1446121054;
-        WantRemoteIO = true;
-        RequestCpus = 1;
-        NumShadowStarts = 1;
-        RemoteUserCpu = 1.224900000000000E+04;
-        NiceUser = false;
-        RequestMemory = 1000;
-        BytesRecvd = 2.846290000000000E+05;
-        ResidentSetSize = 150000;
-        StreamOut = false;
-        SpooledOutputFiles = "CURLTIME_2948896,ChtcWrapper275.out,AuditLog.275,simu_3_275.txt,harvest.log,275.out";
-        OnExitRemove = true;
-        ImageSize_RAW = 811948;
-        RemoteWallClockTime = 1.236300000000000E+04;
-        MachineAttrSlotWeight0 = 1;
-        ExecutableSize = 7;
-        JobStatus = 4;
-        DAGParentNodeNames = "";
-        ExitCode = 0;
-        DAGManNodesMask = "0,1,2,4,5,7,9,10,11,12,13,16,17,24,27";
-        BytesSent = 3.050600000000000E+04;
-        LastSuspensionTime = 0;
-        ExecutableSize_RAW = 6;
-        RecentBlockReadKbytes = 0;
-        TransferInputSizeMB = 0;
-        Matlab = "R2011b";
-        BlockReadKbytes = 0;
-        RecentStatsLifetimeStarter = 1200;
-        LeaveJobInQueue = false;
-        TargetType = "Machine";
-        WhenToTransferOutput = "ON_EXIT";
-        Owner = "xguo23";
-        JobNotification = 0;
-        BufferSize = 524288;
-        RecentBlockWrites = 0;
-        CompletionDate = 1446133415;
-        QDate = 1446106008;
-        JobLeaseDuration = 2400;
-        JobFinishedHookDone = 1446133415;
-        LastMatchTime = 1446121052;
-        LastJobLeaseRenewal = 1446133415;
-        DAGManNodesLog = "/home/xguo23/model_3_1.47/Simulation_condor/model_3/./mydag.dag.nodes.log";
-        ClusterId = 49583254;
-        JobUniverse = 5;
-        NumJobStarts = 1;
-        CondorVersion = "$CondorVersion: 8.5.0 Sep 16 2015 BuildID: 341710 $";
-        CoreSize = 0;
-        OnExitHold = false;
-        CondorPlatform = "$CondorPlatform: X86_64-RedHat_6.6 $";
-        In = "/dev/null";
-        DiskUsage = 1250000;
-        EncryptExecuteDirectory = false;
-        CommittedSuspensionTime = 0;
-        User = "xguo23@chtc.wisc.edu";
-        UserLog = "/home/xguo23/model_3_1.47/Simulation_condor/model_3/275/process.log";
-        JobCurrentStartDate = 1446121052;
-        BufferBlockSize = 32768;
-        MATCH_EXP_JOBGLIDEIN_ResourceName = "wisc.edu";
-        Requirements = ( ( OpSysMajorVer is 6 ) ) && ( MY.JobUniverse == 12 || MY.JobUniverse == 7 || MY.WantFlocking || MY.WantGlidein || TARGET.PoolName == "CHTC" || TARGET.COLLECTOR_HOST_STRING == "infopool.cs.wisc.edu" ) && ( TARGET.Arch == "X86_64" ) && ( TARGET.OpSys == "LINUX" ) && ( TARGET.Disk >= RequestDisk ) && ( TARGET.Memory >= RequestMemory ) && ( TARGET.HasFileTransfer );
-        MinHosts = 1;
-        MaxHosts = 1;
-        Args = "--type=Matlab --version=R2011b --cmdtorun=simu_condor --unique=275 -- 3";
-        PeriodicHold = false;
-        ProcId = 0;
-        Environment = "";
-        DAGNodeName = "275+275";
-        MemoryUsage = ( ( ResidentSetSize + 1023 ) / 1024 );
-        TerminationPending = true;
-        NumRestarts = 0;
-        NumSystemHolds = 0;
-        CommittedTime = 12363;
-        MachineAttrCpus0 = 1;
-        WantRemoteSyscalls = false;
-        MyType = "Job";
-        CumulativeSuspensionTime = 0;
-        Rank = 0.0;
-        StartdPrincipal = "execute-side@matchsession/128.105.245.163";
-        Err = "process.err";
-        PeriodicRemove = false;
-        BlockWriteKbytes = 0;
-        ExitBySignal = false;
-        DAGManJobId = 49582200;
-        EnteredCurrentStatus = 1446133415;
-        JOBGLIDEIN_ResourceName = "$$([IfThenElse(IsUndefined(TARGET.GLIDEIN_ResourceName), IfThenElse(IsUndefined(TARGET.GLIDEIN_Site), \"wisc.edu\", TARGET.GLIDEIN_Site), TARGET.GLIDEIN_ResourceName)])";
-        RecentBlockWriteKbytes = 0;
-        TransferIn = false;
-        ExitStatus = 0;
-        ShouldTransferFiles = "YES";
-        IsCHTCSubmit = true;
-        NumJobMatches = 1;
-        RootDir = "/";
-        JobStartDate = 1446121052;
-        JobPrio = 0;
-        CurrentHosts = 0;
-        GlobalJobId = "submit-3.chtc.wisc.edu#49583254.0#1446106008";
-        RemoteSysCpu = 9.500000000000000E+01;
-        TotalSuspensions = 0;
-        CommittedSlotTime = 1.236300000000000E+04;
-        WantCheckpoint = false;
-        BlockReads = 0;
-        LastRemoteHost = "slot1@e363.chtc.wisc.edu";
-        TransferInput = "/home/xguo23/model_3_1.47/Simulation_condor/data/275/,/home/xguo23/model_3_1.47/Simulation_condor/data/shared/";
-        LocalUserCpu = 0.0;
-        PeriodicRelease = ( JobStatus == 5 ) && ( ( CurrentTime - EnteredCurrentStatus ) > 1800 ) && ( JobRunCount < 5 ) && ( HoldReasonCode != 6 ) && ( HoldReasonCode != 14 ) && ( HoldReasonCode != 22 );
-        RequestDisk = 1000000;
-        ResidentSetSize_RAW = 126732;
-        OrigMaxHosts = 1;
-        LastPublicClaimId = "<128.105.245.163:21972>#1443991420#10986#...";
-        WantRHEL6 = true;
-        NumCkpts_RAW = 0;
-        Out = "process.out";
-        SubmitEventNotes = "DAG Node: 275+275";
-        CumulativeSlotTime = 1.236300000000000E+04;
-        JobRunCount = 1;
-        RecentBlockReads = 0;
-        StreamErr = false;
-        DiskUsage_RAW = 1216669;
-        NumCkpts = 0;
-        StatsLifetimeStarter = 12361;
-        ImageSize = 1000000;
-        Cmd = "/home/xguo23/model_3_1.47/Simulation_condor/chtcjobwrapper";
-        LocalSysCpu = 0.0;
-        Iwd = "/home/xguo23/model_3_1.47/Simulation_condor/model_3/275"
-    ]
-
-    [
-        BlockWrites = 0;
-        LastJobStatus = 2;
-        JobCurrentStartExecutingDate = 1446113039;
-        WantRemoteIO = true;
-        RequestCpus = 1;
-        NumShadowStarts = 1;
-        RemoteUserCpu = 2.021400000000000E+04;
-        NiceUser = false;
-        RequestMemory = 1000;
-        BytesRecvd = 2.846290000000000E+05;
-        ResidentSetSize = 125000;
-        StreamOut = false;
-        SpooledOutputFiles = "CURLTIME_2647255,ChtcWrapper213.out,AuditLog.213,simu_3_213.txt,harvest.log,213.out";
-        OnExitRemove = true;
-        ImageSize_RAW = 811948;
-        RemoteWallClockTime = 2.037200000000000E+04;
-        MachineAttrSlotWeight0 = 1;
-        ExecutableSize = 7;
-        JobStatus = 4;
-        DAGParentNodeNames = "";
-        ExitCode = 0;
-        DAGManNodesMask = "0,1,2,4,5,7,9,10,11,12,13,16,17,24,27";
-        BytesSent = 3.050700000000000E+04;
-        LastSuspensionTime = 0;
-        ExecutableSize_RAW = 6;
-        RecentBlockReadKbytes = 0;
-        TransferInputSizeMB = 0;
-        Matlab = "R2011b";
-        BlockReadKbytes = 0;
-        RecentStatsLifetimeStarter = 1200;
-        LeaveJobInQueue = false;
-        TargetType = "Machine";
-        WhenToTransferOutput = "ON_EXIT";
-        Owner = "xguo23";
-        JobNotification = 0;
-        BufferSize = 524288;
-        RecentBlockWrites = 0;
-        CompletionDate = 1446133410;
-        QDate = 1446105762;
-        JobLeaseDuration = 2400;
-        JobFinishedHookDone = 1446133410;
-        LastMatchTime = 1446113038;
-        LastJobLeaseRenewal = 1446133410;
-        DAGManNodesLog = "/home/xguo23/model_3_1.47/Simulation_condor/model_3/./mydag.dag.nodes.log";
-        ClusterId = 49582610;
-        JobUniverse = 5;
-        NumJobStarts = 1;
-        CondorVersion = "$CondorVersion: 8.5.0 Sep 16 2015 BuildID: 341710 $";
-        CoreSize = 0;
-        OnExitHold = false;
-        CondorPlatform = "$CondorPlatform: X86_64-RedHat_6.6 $";
-        In = "/dev/null";
-        DiskUsage = 1250000;
-        EncryptExecuteDirectory = false;
-        CommittedSuspensionTime = 0;
-        User = "xguo23@chtc.wisc.edu";
-        UserLog = "/home/xguo23/model_3_1.47/Simulation_condor/model_3/213/process.log";
-        JobCurrentStartDate = 1446113038;
-        BufferBlockSize = 32768;
-        MATCH_EXP_JOBGLIDEIN_ResourceName = "wisc.edu";
-        Requirements = ( ( OpSysMajorVer is 6 ) ) && ( MY.JobUniverse == 12 || MY.JobUniverse == 7 || MY.WantFlocking || MY.WantGlidein || TARGET.PoolName == "CHTC" || TARGET.COLLECTOR_HOST_STRING == "infopool.cs.wisc.edu" ) && ( TARGET.Arch == "X86_64" ) && ( TARGET.OpSys == "LINUX" ) && ( TARGET.Disk >= RequestDisk ) && ( TARGET.Memory >= RequestMemory ) && ( TARGET.HasFileTransfer );
-        MinHosts = 1;
-        MaxHosts = 1;
-        Args = "--type=Matlab --version=R2011b --cmdtorun=simu_condor --unique=213 -- 3";
-        PeriodicHold = false;
-        ProcId = 0;
-        Environment = "";
-        DAGNodeName = "213+213";
-        MemoryUsage = ( ( ResidentSetSize + 1023 ) / 1024 );
-        TerminationPending = true;
-        NumRestarts = 0;
-        NumSystemHolds = 0;
-        CommittedTime = 20372;
-        MachineAttrCpus0 = 1;
-        WantRemoteSyscalls = false;
-        MyType = "Job";
-        CumulativeSuspensionTime = 0;
-        Rank = 0.0;
-        StartdPrincipal = "execute-side@matchsession/128.105.245.219";
-        Err = "process.err";
-        PeriodicRemove = false;
-        BlockWriteKbytes = 0;
-        ExitBySignal = false;
-        DAGManJobId = 49582200;
-        EnteredCurrentStatus = 1446133410;
-        JOBGLIDEIN_ResourceName = "$$([IfThenElse(IsUndefined(TARGET.GLIDEIN_ResourceName), IfThenElse(IsUndefined(TARGET.GLIDEIN_Site), \"wisc.edu\", TARGET.GLIDEIN_Site), TARGET.GLIDEIN_ResourceName)])";
-        RecentBlockWriteKbytes = 0;
-        TransferIn = false;
-        ExitStatus = 0;
-        ShouldTransferFiles = "YES";
-        IsCHTCSubmit = true;
-        NumJobMatches = 1;
-        RootDir = "/";
-        JobStartDate = 1446113038;
-        JobPrio = 0;
-        CurrentHosts = 0;
-        GlobalJobId = "submit-3.chtc.wisc.edu#49582610.0#1446105762";
-        RemoteSysCpu = 1.320000000000000E+02;
-        TotalSuspensions = 0;
-        CommittedSlotTime = 2.037200000000000E+04;
-        WantCheckpoint = false;
-        BlockReads = 0;
-        LastRemoteHost = "slot1@e419.chtc.WISC.EDU";
-        TransferInput = "/home/xguo23/model_3_1.47/Simulation_condor/data/213/,/home/xguo23/model_3_1.47/Simulation_condor/data/shared/";
-        LocalUserCpu = 0.0;
-        PeriodicRelease = ( JobStatus == 5 ) && ( ( CurrentTime - EnteredCurrentStatus ) > 1800 ) && ( JobRunCount < 5 ) && ( HoldReasonCode != 6 ) && ( HoldReasonCode != 14 ) && ( HoldReasonCode != 22 );
-        RequestDisk = 1000000;
-        ResidentSetSize_RAW = 124944;
-        OrigMaxHosts = 1;
-        LastPublicClaimId = "<128.105.245.219:51004>#1443991439#14297#...";
-        WantRHEL6 = true;
-        NumCkpts_RAW = 0;
-        Out = "process.out";
-        SubmitEventNotes = "DAG Node: 213+213";
-        CumulativeSlotTime = 2.037200000000000E+04;
-        JobRunCount = 1;
-        RecentBlockReads = 0;
-        StreamErr = false;
-        DiskUsage_RAW = 1216669;
-        NumCkpts = 0;
-        StatsLifetimeStarter = 20371;
-        ImageSize = 1000000;
-        Cmd = "/home/xguo23/model_3_1.47/Simulation_condor/chtcjobwrapper";
-        LocalSysCpu = 0.0;
-        Iwd = "/home/xguo23/model_3_1.47/Simulation_condor/model_3/213"
-    ]
-
-    [
-        BlockWrites = 0;
-        LastJobStatus = 2;
-        JobCurrentStartExecutingDate = 1446111076;
-        WantRemoteIO = true;
-        RequestCpus = 1;
-        NumShadowStarts = 1;
-        RemoteUserCpu = 2.211700000000000E+04;
-        NiceUser = false;
-        RequestMemory = 1000;
-        BytesRecvd = 2.846120000000000E+05;
-        ResidentSetSize = 150000;
-        StreamOut = false;
-        SpooledOutputFiles = "CURLTIME_2507151,ChtcWrapper88.out,AuditLog.88,simu_3_88.txt,harvest.log,88.out";
-        OnExitRemove = true;
-        ImageSize_RAW = 811948;
-        RemoteWallClockTime = 2.228000000000000E+04;
-        MachineAttrSlotWeight0 = 1;
-        ExecutableSize = 7;
-        JobStatus = 4;
-        DAGParentNodeNames = "";
-        ExitCode = 0;
-        DAGManNodesMask = "0,1,2,4,5,7,9,10,11,12,13,16,17,24,27";
-        BytesSent = 2.790500000000000E+04;
-        LastSuspensionTime = 0;
-        ExecutableSize_RAW = 6;
-        RecentBlockReadKbytes = 0;
-        TransferInputSizeMB = 0;
-        Matlab = "R2011b";
-        BlockReadKbytes = 0;
-        LocalSysCpu = 0.0;
-        Iwd = "/home/xguo23/model_3_1.48/Simulation_condor/model_3/88";
-        RecentStatsLifetimeStarter = 1200;
-        LeaveJobInQueue = false;
-        TargetType = "Machine";
-        WhenToTransferOutput = "ON_EXIT";
-        Owner = "xguo23";
-        JobNotification = 0;
-        BufferSize = 524288;
-        RecentBlockWrites = 0;
-        CompletionDate = 1446133355;
-        LastMatchTime = 1446111075;
-        LastJobLeaseRenewal = 1446133355;
-        DAGManNodesLog = "/home/xguo23/model_3_1.48/Simulation_condor/model_3/./mydag.dag.nodes.log";
-        ClusterId = 49582491;
-        NumJobStarts = 1;
-        JobUniverse = 5;
-        AutoClusterAttrs = "JobUniverse,LastCheckpointPlatform,NumCkpts,ClientMachine,_condor_RequestCpus,_condor_RequestDisk,_condor_RequestGPUs,_condor_RequestMemory,RequestCpus,RequestDisk,RequestGPUs,RequestMemory,BIOCHEM,MachineLastMatchTime,ConcurrencyLimits,NiceUser,Rank,Requirements,ImageSize,MemoryRequirements,User,RemoteGroup,SubmitterGroup,SubmitterUserPrio,Group,WIDsTheme,InteractiveJob,Is_Resumable,WantFlocking,WantGlidein,Scheduler,Owner,JobStart,MemoryUsage,IsExpressQueueJ [...]
-        MaxHosts = 1;
-        Args = "--type=Matlab --version=R2011b --cmdtorun=simu_condor --unique=88 -- 3";
-        CondorVersion = "$CondorVersion: 8.5.0 Sep 16 2015 BuildID: 341710 $";
-        CoreSize = 0;
-        OnExitHold = false;
-        CondorPlatform = "$CondorPlatform: X86_64-RedHat_6.6 $";
-        JobFinishedHookDone = 1446133355;
-        QDate = 1446105717;
-        JobLeaseDuration = 2400;
-        In = "/dev/null";
-        DiskUsage = 1250000;
-        EncryptExecuteDirectory = false;
-        CommittedSuspensionTime = 0;
-        User = "xguo23@chtc.wisc.edu";
-        UserLog = "/home/xguo23/model_3_1.48/Simulation_condor/model_3/88/process.log";
-        JobCurrentStartDate = 1446111075;
-        BufferBlockSize = 32768;
-        MATCH_EXP_JOBGLIDEIN_ResourceName = "wisc.edu";
-        Requirements = ( ( OpSysMajorVer is 6 ) ) && ( MY.JobUniverse == 12 || MY.JobUniverse == 7 || MY.WantFlocking || MY.WantGlidein || TARGET.PoolName == "CHTC" || TARGET.COLLECTOR_HOST_STRING == "infopool.cs.wisc.edu" ) && ( TARGET.Arch == "X86_64" ) && ( TARGET.OpSys == "LINUX" ) && ( TARGET.Disk >= RequestDisk ) && ( TARGET.Memory >= RequestMemory ) && ( TARGET.HasFileTransfer );
-        MinHosts = 1;
-        PeriodicHold = false;
-        ProcId = 0;
-        Environment = "";
-        DAGNodeName = "88+88";
-        MemoryUsage = ( ( ResidentSetSize + 1023 ) / 1024 );
-        TerminationPending = true;
-        NumRestarts = 0;
-        NumSystemHolds = 0;
-        CommittedTime = 22280;
-        AutoClusterId = 24;
-        ExitStatus = 0;
-        ShouldTransferFiles = "YES";
-        MachineAttrCpus0 = 1;
-        WantRemoteSyscalls = false;
-        MyType = "Job";
-        CumulativeSuspensionTime = 0;
-        Rank = 0.0;
-        StartdPrincipal = "execute-side@matchsession/128.105.245.184";
-        Err = "process.err";
-        PeriodicRemove = false;
-        BlockWriteKbytes = 0;
-        ExitBySignal = false;
-        DAGManJobId = 49582206;
-        EnteredCurrentStatus = 1446133355;
-        JOBGLIDEIN_ResourceName = "$$([IfThenElse(IsUndefined(TARGET.GLIDEIN_ResourceName), IfThenElse(IsUndefined(TARGET.GLIDEIN_Site), \"wisc.edu\", TARGET.GLIDEIN_Site), TARGET.GLIDEIN_ResourceName)])";
-        RecentBlockWriteKbytes = 0;
-        TransferIn = false;
-        IsCHTCSubmit = true;
-        NumJobMatches = 1;
-        RootDir = "/";
-        JobStartDate = 1446111075;
-        JobPrio = 0;
-        CurrentHosts = 0;
-        GlobalJobId = "submit-3.chtc.wisc.edu#49582491.0#1446105717";
-        RemoteSysCpu = 1.440000000000000E+02;
-        TotalSuspensions = 0;
-        CommittedSlotTime = 2.228000000000000E+04;
-        WantCheckpoint = false;
-        BlockReads = 0;
-        LastRemoteHost = "slot1@e384.chtc.wisc.edu";
-        TransferInput = "/home/xguo23/model_3_1.48/Simulation_condor/data/88/,/home/xguo23/model_3_1.48/Simulation_condor/data/shared/";
-        LocalUserCpu = 0.0;
-        PeriodicRelease = ( JobStatus == 5 ) && ( ( CurrentTime - EnteredCurrentStatus ) > 1800 ) && ( JobRunCount < 5 ) && ( HoldReasonCode != 6 ) && ( HoldReasonCode != 14 ) && ( HoldReasonCode != 22 );
-        RequestDisk = 1000000;
-        ResidentSetSize_RAW = 126084;
-        OrigMaxHosts = 1;
-        LastPublicClaimId = "<128.105.245.184:62907>#1443991428#13858#...";
-        WantRHEL6 = true;
-        NumCkpts_RAW = 0;
-        Out = "process.out";
-        SubmitEventNotes = "DAG Node: 88+88";
-        CumulativeSlotTime = 2.228000000000000E+04;
-        JobRunCount = 1;
-        RecentBlockReads = 0;
-        StreamErr = false;
-        DiskUsage_RAW = 1216669;
-        NumCkpts = 0;
-        StatsLifetimeStarter = 22279;
-        ImageSize = 1000000;
-        Cmd = "/home/xguo23/model_3_1.48/Simulation_condor/chtcjobwrapper"
-    ]
-
-    [
-        BlockWrites = 0;
-        LastJobStatus = 2;
-        JobCurrentStartExecutingDate = 1446121414;
-        WantRemoteIO = true;
-        RequestCpus = 1;
-        NumShadowStarts = 1;
-        RemoteUserCpu = 1.171400000000000E+04;
-        NiceUser = false;
-        RequestMemory = 1000;
-        BytesRecvd = 2.846130000000000E+05;
-        ResidentSetSize = 125000;
-        StreamOut = false;
-        SpooledOutputFiles = "CURLTIME_1549103,ChtcWrapper392.out,AuditLog.392,simu_3_392.txt,harvest.log,392.out";
-        OnExitRemove = true;
-        ImageSize_RAW = 811948;
-        RemoteWallClockTime = 1.194200000000000E+04;
-        MachineAttrSlotWeight0 = 1;
-        ExecutableSize = 7;
-        JobStatus = 4;
-        DAGParentNodeNames = "";
-        ExitCode = 0;
-        DAGManNodesMask = "0,1,2,4,5,7,9,10,11,12,13,16,17,24,27";
-        BytesSent = 3.050400000000000E+04;
-        LastSuspensionTime = 0;
-        ExecutableSize_RAW = 6;
-        RecentBlockReadKbytes = 0;
-        TransferInputSizeMB = 0;
-        Matlab = "R2011b";
-        BlockReadKbytes = 0;
-        RecentStatsLifetimeStarter = 1200;
-        LeaveJobInQueue = false;
-        TargetType = "Machine";
-        WhenToTransferOutput = "ON_EXIT";
-        Owner = "xguo23";
-        JobNotification = 0;
-        BufferSize = 524288;
-        RecentBlockWrites = 0;
-        CompletionDate = 1446133355;
-        QDate = 1446106036;
-        JobLeaseDuration = 2400;
-        JobFinishedHookDone = 1446133355;
-        LastMatchTime = 1446121413;
-        LastJobLeaseRenewal = 1446133355;
-        DAGManNodesLog = "/home/xguo23/model_3_1.48/Simulation_condor/model_3/./mydag.dag.nodes.log";
-        ClusterId = 49583329;
-        JobUniverse = 5;
-        NumJobStarts = 1;
-        CondorVersion = "$CondorVersion: 8.5.0 Sep 16 2015 BuildID: 341710 $";
-        CoreSize = 0;
-        OnExitHold = false;
-        CondorPlatform = "$CondorPlatform: X86_64-RedHat_6.6 $";
-        In = "/dev/null";
-        DiskUsage = 1250000;
-        EncryptExecuteDirectory = false;
-        CommittedSuspensionTime = 0;
-        User = "xguo23@chtc.wisc.edu";
-        UserLog = "/home/xguo23/model_3_1.48/Simulation_condor/model_3/392/process.log";
-        JobCurrentStartDate = 1446121413;
-        BufferBlockSize = 32768;
-        MATCH_EXP_JOBGLIDEIN_ResourceName = "wisc.edu";
-        Requirements = ( ( OpSysMajorVer is 6 ) ) && ( MY.JobUniverse == 12 || MY.JobUniverse == 7 || MY.WantFlocking || MY.WantGlidein || TARGET.PoolName == "CHTC" || TARGET.COLLECTOR_HOST_STRING == "infopool.cs.wisc.edu" ) && ( TARGET.Arch == "X86_64" ) && ( TARGET.OpSys == "LINUX" ) && ( TARGET.Disk >= RequestDisk ) && ( TARGET.Memory >= RequestMemory ) && ( TARGET.HasFileTransfer );
-        MinHosts = 1;
-        MaxHosts = 1;
-        Args = "--type=Matlab --version=R2011b --cmdtorun=simu_condor --unique=392 -- 3";
-        PeriodicHold = false;
-        ProcId = 0;
-        Environment = "";
-        DAGNodeName = "392+392";
-        MemoryUsage = ( ( ResidentSetSize + 1023 ) / 1024 );
-        TerminationPending = true;
-        NumRestarts = 0;
-        NumSystemHolds = 0;
-        CommittedTime = 11942;
-        MachineAttrCpus0 = 1;
-        WantRemoteSyscalls = false;
-        MyType = "Job";
-        CumulativeSuspensionTime = 0;
-        Rank = 0.0;
-        StartdPrincipal = "execute-side@matchsession/128.104.101.129";
-        Err = "process.err";
-        PeriodicRemove = false;
-        BlockWriteKbytes = 0;
-        ExitBySignal = false;
-        DAGManJobId = 49582206;
-        EnteredCurrentStatus = 1446133355;
-        JOBGLIDEIN_ResourceName = "$$([IfThenElse(IsUndefined(TARGET.GLIDEIN_ResourceName), IfThenElse(IsUndefined(TARGET.GLIDEIN_Site), \"wisc.edu\", TARGET.GLIDEIN_Site), TARGET.GLIDEIN_ResourceName)])";
-        RecentBlockWriteKbytes = 0;
-        TransferIn = false;
-        ExitStatus = 0;
-        ShouldTransferFiles = "YES";
-        IsCHTCSubmit = true;
-        NumJobMatches = 1;
-        RootDir = "/";
-        JobStartDate = 1446121413;
-        JobPrio = 0;
-        CurrentHosts = 0;
-        GlobalJobId = "submit-3.chtc.wisc.edu#49583329.0#1446106036";
-        RemoteSysCpu = 8.100000000000000E+01;
-        TotalSuspensions = 0;
-        CommittedSlotTime = 1.194200000000000E+04;
-        WantCheckpoint = false;
-        BlockReads = 0;
-        LastRemoteHost = "slot1@e129.chtc.wisc.edu";
-        TransferInput = "/home/xguo23/model_3_1.48/Simulation_condor/data/392/,/home/xguo23/model_3_1.48/Simulation_condor/data/shared/";
-        LocalUserCpu = 0.0;
-        PeriodicRelease = ( JobStatus == 5 ) && ( ( CurrentTime - EnteredCurrentStatus ) > 1800 ) && ( JobRunCount < 5 ) && ( HoldReasonCode != 6 ) && ( HoldReasonCode != 14 ) && ( HoldReasonCode != 22 );
-        RequestDisk = 1000000;
-        ResidentSetSize_RAW = 119932;
-        OrigMaxHosts = 1;
-        LastPublicClaimId = "<128.104.101.129:24642>#1444053399#13743#...";
-        WantRHEL6 = true;
-        NumCkpts_RAW = 0;
-        Out = "process.out";
-        SubmitEventNotes = "DAG Node: 392+392";
-        CumulativeSlotTime = 1.194200000000000E+04;
-        JobRunCount = 1;
-        RecentBlockReads = 0;
-        StreamErr = false;
-        DiskUsage_RAW = 1216669;
-        NumCkpts = 0;
-        StatsLifetimeStarter = 11940;
-        ImageSize = 1000000;
-        Cmd = "/home/xguo23/model_3_1.48/Simulation_condor/chtcjobwrapper";
-        LocalSysCpu = 0.0;
-        Iwd = "/home/xguo23/model_3_1.48/Simulation_condor/model_3/392"
-    ]
-
-    [
-        BlockWrites = 0;
-        LastJobStatus = 2;
-        JobCurrentStartExecutingDate = 1446111812;
-        WantRemoteIO = true;
-        RequestCpus = 1;
-        NumShadowStarts = 1;
-        RemoteUserCpu = 2.139200000000000E+04;
-        NiceUser = false;
-        RequestMemory = 1000;
-        BytesRecvd = 2.846290000000000E+05;
-        ResidentSetSize = 150000;
-        StreamOut = false;
-        SpooledOutputFiles = "CURLTIME_3934729,ChtcWrapper121.out,AuditLog.121,simu_3_121.txt,harvest.log,121.out";
-        OnExitRemove = true;
-        ImageSize_RAW = 811948;
-        RemoteWallClockTime = 2.153400000000000E+04;
-        MachineAttrSlotWeight0 = 1;
-        ExecutableSize = 7;
-        JobStatus = 4;
-        DAGParentNodeNames = "";
-        ExitCode = 0;
-        DAGManNodesMask = "0,1,2,4,5,7,9,10,11,12,13,16,17,24,27";
-        BytesSent = 3.055700000000000E+04;
-        LastSuspensionTime = 0;
-        ExecutableSize_RAW = 6;
-        RecentBlockReadKbytes = 0;
-        TransferInputSizeMB = 0;
-        Matlab = "R2011b";
-        BlockReadKbytes = 0;
-        RecentStatsLifetimeStarter = 1200;
-        LeaveJobInQueue = false;
-        TargetType = "Machine";
-        WhenToTransferOutput = "ON_EXIT";
-        Owner = "xguo23";
-        JobNotification = 0;
-        BufferSize = 524288;
-        RecentBlockWrites = 0;
-        CompletionDate = 1446133345;
-        QDate = 1446105734;
-        JobLeaseDuration = 2400;
-        JobFinishedHookDone = 1446133345;
-        LastMatchTime = 1446111811;
-        LastJobLeaseRenewal = 1446133345;
-        DAGManNodesLog = "/home/xguo23/model_3_1.47/Simulation_condor/model_3/./mydag.dag.nodes.log";
-        ClusterId = 49582539;
-        JobUniverse = 5;
-        NumJobStarts = 1;
-        CondorVersion = "$CondorVersion: 8.5.0 Sep 16 2015 BuildID: 341710 $";
-        CoreSize = 0;
-        OnExitHold = false;
-        CondorPlatform = "$CondorPlatform: X86_64-RedHat_6.6 $";
-        In = "/dev/null";
-        DiskUsage = 1250000;
-        EncryptExecuteDirectory = false;
-        CommittedSuspensionTime = 0;
-        User = "xguo23@chtc.wisc.edu";
-        UserLog = "/home/xguo23/model_3_1.47/Simulation_condor/model_3/121/process.log";
-        JobCurrentStartDate = 1446111811;
-        BufferBlockSize = 32768;
-        MATCH_EXP_JOBGLIDEIN_ResourceName = "wisc.edu";
-        Requirements = ( ( OpSysMajorVer is 6 ) ) && ( MY.JobUniverse == 12 || MY.JobUniverse == 7 || MY.WantFlocking || MY.WantGlidein || TARGET.PoolName == "CHTC" || TARGET.COLLECTOR_HOST_STRING == "infopool.cs.wisc.edu" ) && ( TARGET.Arch == "X86_64" ) && ( TARGET.OpSys == "LINUX" ) && ( TARGET.Disk >= RequestDisk ) && ( TARGET.Memory >= RequestMemory ) && ( TARGET.HasFileTransfer );
-        MinHosts = 1;
-        MaxHosts = 1;
-        Args = "--type=Matlab --version=R2011b --cmdtorun=simu_condor --unique=121 -- 3";
-        PeriodicHold = false;
-        ProcId = 0;
-        Environment = "";
-        DAGNodeName = "121+121";
-        MemoryUsage = ( ( ResidentSetSize + 1023 ) / 1024 );
-        TerminationPending = true;
-        NumRestarts = 0;
-        NumSystemHolds = 0;
-        CommittedTime = 21534;
-        MachineAttrCpus0 = 1;
-        WantRemoteSyscalls = false;
-        MyType = "Job";
-        CumulativeSuspensionTime = 0;
-        Rank = 0.0;
-        StartdPrincipal = "execute-side@matchsession/128.105.245.102";
-        Err = "process.err";
-        PeriodicRemove = false;
-        BlockWriteKbytes = 0;
-        ExitBySignal = false;
-        DAGManJobId = 49582200;
-        EnteredCurrentStatus = 1446133345;
-        JOBGLIDEIN_ResourceName = "$$([IfThenElse(IsUndefined(TARGET.GLIDEIN_ResourceName), IfThenElse(IsUndefined(TARGET.GLIDEIN_Site), \"wisc.edu\", TARGET.GLIDEIN_Site), TARGET.GLIDEIN_ResourceName)])";
-        RecentBlockWriteKbytes = 0;
-        TransferIn = false;
-        ExitStatus = 0;
-        ShouldTransferFiles = "YES";
-        IsCHTCSubmit = true;
-        NumJobMatches = 1;
-        RootDir = "/";
-        JobStartDate = 1446111811;
-        JobPrio = 0;
-        CurrentHosts = 0;
-        GlobalJobId = "submit-3.chtc.wisc.edu#49582539.0#1446105734";
-        RemoteSysCpu = 1.220000000000000E+02;
-        TotalSuspensions = 0;
-        CommittedSlotTime = 2.153400000000000E+04;
-        WantCheckpoint = false;
-        BlockReads = 0;
-        LastRemoteHost = "slot1@e302.chtc.wisc.edu";
-        TransferInput = "/home/xguo23/model_3_1.47/Simulation_condor/data/121/,/home/xguo23/model_3_1.47/Simulation_condor/data/shared/";
-        LocalUserCpu = 0.0;
-        PeriodicRelease = ( JobStatus == 5 ) && ( ( CurrentTime - EnteredCurrentStatus ) > 1800 ) && ( JobRunCount < 5 ) && ( HoldReasonCode != 6 ) && ( HoldReasonCode != 14 ) && ( HoldReasonCode != 22 );
-        RequestDisk = 1000000;
-        ResidentSetSize_RAW = 125956;
-        OrigMaxHosts = 1;
-        LastPublicClaimId = "<128.105.245.102:26944>#1443991374#13421#...";
-        WantRHEL6 = true;
-        NumCkpts_RAW = 0;
-        Out = "process.out";
-        SubmitEventNotes = "DAG Node: 121+121";
-        CumulativeSlotTime = 2.153400000000000E+04;
-        JobRunCount = 1;
-        RecentBlockReads = 0;
-        StreamErr = false;
-        DiskUsage_RAW = 1216669;
-        NumCkpts = 0;
-        StatsLifetimeStarter = 21532;
-        ImageSize = 1000000;
-        Cmd = "/home/xguo23/model_3_1.47/Simulation_condor/chtcjobwrapper";
-        LocalSysCpu = 0.0;
-        Iwd = "/home/xguo23/model_3_1.47/Simulation_condor/model_3/121"
-    ]
-
-    [
-        BlockWrites = 0;
-        LastJobStatus = 2;
-        JobCurrentStartExecutingDate = 1446115780;
-        WantRemoteIO = true;
-        RequestCpus = 1;
-        NumShadowStarts = 1;
-        RemoteUserCpu = 1.742200000000000E+04;
-        NiceUser = false;
-        RequestMemory = 1000;
-        BytesRecvd = 2.846290000000000E+05;
-        ResidentSetSize = 150000;
-        StreamOut = false;
-        SpooledOutputFiles = "CURLTIME_3591632,ChtcWrapper252.out,AuditLog.252,simu_3_252.txt,harvest.log,252.out";
-        OnExitRemove = true;
-        ImageSize_RAW = 811948;
-        RemoteWallClockTime = 1.755700000000000E+04;
-        MachineAttrSlotWeight0 = 1;
-        ExecutableSize = 7;
-        JobStatus = 4;
-        DAGParentNodeNames = "";
-        ExitCode = 0;
-        DAGManNodesMask = "0,1,2,4,5,7,9,10,11,12,13,16,17,24,27";
-        BytesSent = 2.791300000000000E+04;
-        LastRejMatchReason = "no match found";
-        LastSuspensionTime = 0;
-        ExecutableSize_RAW = 6;
-        RecentBlockReadKbytes = 0;
-        TransferInputSizeMB = 0;
-        Matlab = "R2011b";
-        BlockReadKbytes = 0;
-        RecentStatsLifetimeStarter = 1200;
-        LeaveJobInQueue = false;
-        TargetType = "Machine";
-        WhenToTransferOutput = "ON_EXIT";
-        Owner = "xguo23";
-        JobNotification = 0;
-        BufferSize = 524288;
-        RecentBlockWrites = 0;
-        CompletionDate = 1446133335;
-        QDate = 1446105836;
-        JobLeaseDuration = 2400;
-        JobFinishedHookDone = 1446133335;
-        LastMatchTime = 1446115778;
-        LastJobLeaseRenewal = 1446133335;
-        DAGManNodesLog = "/home/xguo23/model_3_1.47/Simulation_condor/model_3/./mydag.dag.nodes.log";
-        ClusterId = 49582794;
-        JobUniverse = 5;
-        NumJobStarts = 1;
-        CondorVersion = "$CondorVersion: 8.5.0 Sep 16 2015 BuildID: 341710 $";
-        CoreSize = 0;
-        OnExitHold = false;
-        CondorPlatform = "$CondorPlatform: X86_64-RedHat_6.6 $";
-        In = "/dev/null";
-        DiskUsage = 1250000;
-        EncryptExecuteDirectory = false;
-        CommittedSuspensionTime = 0;
-        User = "xguo23@chtc.wisc.edu";
-        UserLog = "/home/xguo23/model_3_1.47/Simulation_condor/model_3/252/process.log";
-        JobCurrentStartDate = 1446115778;
-        BufferBlockSize = 32768;
-        MATCH_EXP_JOBGLIDEIN_ResourceName = "wisc.edu";
-        Requirements = ( ( OpSysMajorVer is 6 ) ) && ( MY.JobUniverse == 12 || MY.JobUniverse == 7 || MY.WantFlocking || MY.WantGlidein || TARGET.PoolName == "CHTC" || TARGET.COLLECTOR_HOST_STRING == "infopool.cs.wisc.edu" ) && ( TARGET.Arch == "X86_64" ) && ( TARGET.OpSys == "LINUX" ) && ( TARGET.Disk >= RequestDisk ) && ( TARGET.Memory >= RequestMemory ) && ( TARGET.HasFileTransfer );
-        MinHosts = 1;
-        MaxHosts = 1;
-        Args = "--type=Matlab --version=R2011b --cmdtorun=simu_condor --unique=252 -- 3";
-        PeriodicHold = false;
-        ProcId = 0;
-        Environment = "";
-        DAGNodeName = "252+252";
-        MemoryUsage = ( ( ResidentSetSize + 1023 ) / 1024 );
-        TerminationPending = true;
-        NumRestarts = 0;
-        NumSystemHolds = 0;
-        CommittedTime = 17557;
-        MachineAttrCpus0 = 1;
-        WantRemoteSyscalls = false;
-        MyType = "Job";
-        CumulativeSuspensionTime = 0;
-        Rank = 0.0;
-        StartdPrincipal = "execute-side@matchsession/128.105.245.174";
-        Err = "process.err";
-        PeriodicRemove = false;
-        BlockWriteKbytes = 0;
-        ExitBySignal = false;
-        DAGManJobId = 49582200;
-        EnteredCurrentStatus = 1446133335;
-        JOBGLIDEIN_ResourceName = "$$([IfThenElse(IsUndefined(TARGET.GLIDEIN_ResourceName), IfThenElse(IsUndefined(TARGET.GLIDEIN_Site), \"wisc.edu\", TARGET.GLIDEIN_Site), TARGET.GLIDEIN_ResourceName)])";
-        RecentBlockWriteKbytes = 0;
-        TransferIn = false;
-        ExitStatus = 0;
-        ShouldTransferFiles = "YES";
-        IsCHTCSubmit = true;
-        NumJobMatches = 1;
-        RootDir = "/";
-        JobStartDate = 1446115778;
-        JobPrio = 0;
-        CurrentHosts = 0;
-        GlobalJobId = "submit-3.chtc.wisc.edu#49582794.0#1446105836";
-        RemoteSysCpu = 1.080000000000000E+02;
-        LastRejMatchTime = 1446115777;
-        Iwd = "/home/xguo23/model_3_1.47/Simulation_condor/model_3/252";
-        LocalSysCpu = 0.0;
-        TotalSuspensions = 0;
-        CommittedSlotTime = 1.755700000000000E+04;
-        WantCheckpoint = false;
-        BlockReads = 0;
-        LastRemoteHost = "slot1@e374.chtc.wisc.edu";
-        TransferInput = "/home/xguo23/model_3_1.47/Simulation_condor/data/252/,/home/xguo23/model_3_1.47/Simulation_condor/data/shared/";
-        LocalUserCpu = 0.0;
-        PeriodicRelease = ( JobStatus == 5 ) && ( ( CurrentTime - EnteredCurrentStatus ) > 1800 ) && ( JobRunCount < 5 ) && ( HoldReasonCode != 6 ) && ( HoldReasonCode != 14 ) && ( HoldReasonCode != 22 );
-        RequestDisk = 1000000;
-        ResidentSetSize_RAW = 126656;
-        OrigMaxHosts = 1;
-        LastPublicClaimId = "<128.105.245.174:7981>#1444760024#8714#...";
-        WantRHEL6 = true;
-        NumCkpts_RAW = 0;
-        Out = "process.out";
-        SubmitEventNotes = "DAG Node: 252+252";
-        CumulativeSlotTime = 1.755700000000000E+04;
-        JobRunCount = 1;
-        RecentBlockReads = 0;
-        StreamErr = false;
-        DiskUsage_RAW = 1216669;
-        NumCkpts = 0;
-        StatsLifetimeStarter = 17555;
-        ImageSize = 1000000;
-        Cmd = "/home/xguo23/model_3_1.47/Simulation_condor/chtcjobwrapper"
-    ]
-
-    [
-        BlockWrites = 0;
-        LastJobStatus = 2;
-        JobCurrentStartExecutingDate = 1446121056;
-        WantRemoteIO = true;
-        RequestCpus = 1;
-        NumShadowStarts = 1;
-        RemoteUserCpu = 1.218600000000000E+04;
-        NiceUser = false;
-        RequestMemory = 1000;
-        BytesRecvd = 2.847190000000000E+05;
-        ResidentSetSize = 150000;
-        StreamOut = false;
-        SpooledOutputFiles = "CURLTIME_2796365,ChtcWrapper421.out,AuditLog.421,simu_3_421.txt,harvest.log,421.out";
-        OnExitRemove = true;
-        ImageSize_RAW = 811948;
-        RemoteWallClockTime = 1.227400000000000E+04;
-        MachineAttrSlotWeight0 = 1;
-        ExecutableSize = 7;
-        JobStatus = 4;
-        DAGParentNodeNames = "";
-        ExitCode = 0;
-        DAGManNodesMask = "0,1,2,4,5,7,9,10,11,12,13,16,17,24,27";
-        BytesSent = 2.791500000000000E+04;
-        LastSuspensionTime = 0;
-        ExecutableSize_RAW = 6;
-        RecentBlockReadKbytes = 0;
-        TransferInputSizeMB = 0;
-        Matlab = "R2011b";
-        BlockReadKbytes = 0;
-        RecentStatsLifetimeStarter = 1200;
-        LeaveJobInQueue = false;
-        TargetType = "Machine";
-        WhenToTransferOutput = "ON_EXIT";
-        Owner = "xguo23";
-        JobNotification = 0;
-        BufferSize = 524288;
-        RecentBlockWrites = 0;
-        CompletionDate = 1446133329;
-        QDate = 1446106024;
-        JobLeaseDuration = 2400;
-        JobFinishedHookDone = 1446133329;
-        LastMatchTime = 1446121055;
-        LastJobLeaseRenewal = 1446133329;
-        DAGManNodesLog = "/home/xguo23/model_3_1.46/Simulation_condor/model_3/./mydag.dag.nodes.log";
-        ClusterId = 49583295;
-        JobUniverse = 5;
-        NumJobStarts = 1;
-        CondorVersion = "$CondorVersion: 8.5.0 Sep 16 2015 BuildID: 341710 $";
-        CoreSize = 0;
-        OnExitHold = false;
-        CondorPlatform = "$CondorPlatform: X86_64-RedHat_6.6 $";
-        In = "/dev/null";
-        DiskUsage = 1250000;
-        EncryptExecuteDirectory = false;
-        CommittedSuspensionTime = 0;
-        User = "xguo23@chtc.wisc.edu";
-        UserLog = "/home/xguo23/model_3_1.46/Simulation_condor/model_3/421/process.log";
-        JobCurrentStartDate = 1446121055;
-        BufferBlockSize = 32768;
-        MATCH_EXP_JOBGLIDEIN_ResourceName = "wisc.edu";
-        Requirements = ( ( OpSysMajorVer is 6 ) ) && ( MY.JobUniverse == 12 || MY.JobUniverse == 7 || MY.WantFlocking || MY.WantGlidein || TARGET.PoolName == "CHTC" || TARGET.COLLECTOR_HOST_STRING == "infopool.cs.wisc.edu" ) && ( TARGET.Arch == "X86_64" ) && ( TARGET.OpSys == "LINUX" ) && ( TARGET.Disk >= RequestDisk ) && ( TARGET.Memory >= RequestMemory ) && ( TARGET.HasFileTransfer );
-        MinHosts = 1;
-        MaxHosts = 1;
-        Args = "--type=Matlab --version=R2011b --cmdtorun=simu_condor --unique=421 -- 3";
-        PeriodicHold = false;
-        ProcId = 0;
-        Environment = "";
-        DAGNodeName = "421+421";
-        MemoryUsage = ( ( ResidentSetSize + 1023 ) / 1024 );
-        TerminationPending = true;
-        NumRestarts = 0;
-        NumSystemHolds = 0;
-        CommittedTime = 12274;
-        MachineAttrCpus0 = 1;
-        WantRemoteSyscalls = false;
-        MyType = "Job";
-        CumulativeSuspensionTime = 0;
-        Rank = 0.0;
-        StartdPrincipal = "execute-side@matchsession/128.105.245.73";
-        Err = "process.err";
-        PeriodicRemove = false;
-        BlockWriteKbytes = 0;
-        ExitBySignal = false;
-        DAGManJobId = 49582778;
-        EnteredCurrentStatus = 1446133329;
-        JOBGLIDEIN_ResourceName = "$$([IfThenElse(IsUndefined(TARGET.GLIDEIN_ResourceName), IfThenElse(IsUndefined(TARGET.GLIDEIN_Site), \"wisc.edu\", TARGET.GLIDEIN_Site), TARGET.GLIDEIN_ResourceName)])";
-        RecentBlockWriteKbytes = 0;
-        TransferIn = false;
-        ExitStatus = 0;
-        ShouldTransferFiles = "YES";
-        IsCHTCSubmit = true;
-        NumJobMatches = 1;
-        RootDir = "/";
-        JobStartDate = 1446121055;
-        JobPrio = 0;
-        CurrentHosts = 0;
-        GlobalJobId = "submit-3.chtc.wisc.edu#49583295.0#1446106024";
-        RemoteSysCpu = 7.000000000000000E+01;
-        TotalSuspensions = 0;
-        CommittedSlotTime = 1.227400000000000E+04;
-        WantCheckpoint = false;
-        BlockReads = 0;
-        LastRemoteHost = "slot1@e273.chtc.wisc.edu";
-        TransferInput = "/home/xguo23/model_3_1.46/Simulation_condor/data/421/,/home/xguo23/model_3_1.46/Simulation_condor/data/shared/";
-        LocalUserCpu = 0.0;
-        PeriodicRelease = ( JobStatus == 5 ) && ( ( CurrentTime - EnteredCurrentStatus ) > 1800 ) && ( JobRunCount < 5 ) && ( HoldReasonCode != 6 ) && ( HoldReasonCode != 14 ) && ( HoldReasonCode != 22 );
-        RequestDisk = 1000000;
-        ResidentSetSize_RAW = 127332;
-        OrigMaxHosts = 1;
-        LastPublicClaimId = "<128.105.245.73:33900>#1444759838#9139#...";
-        WantRHEL6 = true;
-        NumCkpts_RAW = 0;
-        Out = "process.out";
-        SubmitEventNotes = "DAG Node: 421+421";
-        CumulativeSlotTime = 1.227400000000000E+04;
-        JobRunCount = 1;
-        RecentBlockReads = 0;
-        StreamErr = false;
-        DiskUsage_RAW = 1216669;
-        NumCkpts = 0;
-        StatsLifetimeStarter = 12273;
-        ImageSize = 1000000;
-        Cmd = "/home/xguo23/model_3_1.46/Simulation_condor/chtcjobwrapper";
-        LocalSysCpu = 0.0;
-        Iwd = "/home/xguo23/model_3_1.46/Simulation_condor/model_3/421"
-    ]
-
-    [
-        BlockWrites = 0;
-        LastJobStatus = 2;
-        JobCurrentStartExecutingDate = 1446111074;
-        WantRemoteIO = true;
-        RequestCpus = 1;
-        NumShadowStarts = 1;
-        RemoteUserCpu = 2.209600000000000E+04;
-        NiceUser = false;
-        RequestMemory = 1000;
-        BytesRecvd = 2.846120000000000E+05;
-        ResidentSetSize = 150000;
-        StreamOut = false;
-        SpooledOutputFiles = "CURLTIME_2637948,ChtcWrapper96.out,AuditLog.96,simu_3_96.txt,harvest.log,96.out";
-        OnExitRemove = true;
-        ImageSize_RAW = 811948;
-        RemoteWallClockTime = 2.225300000000000E+04;
-        MachineAttrSlotWeight0 = 1;
-        ExecutableSize = 7;
-        JobStatus = 4;
-        DAGParentNodeNames = "";
-        ExitCode = 0;
-        DAGManNodesMask = "0,1,2,4,5,7,9,10,11,12,13,16,17,24,27";
-        BytesSent = 2.823100000000000E+04;
-        LastSuspensionTime = 0;
-        ExecutableSize_RAW = 6;
-        RecentBlockReadKbytes = 0;
-        TransferInputSizeMB = 0;
-        Matlab = "R2011b";
-        BlockReadKbytes = 0;
-        LocalSysCpu = 0.0;
-        Iwd = "/home/xguo23/model_3_1.48/Simulation_condor/model_3/96";
-        RecentStatsLifetimeStarter = 1200;
-        LeaveJobInQueue = false;
-        TargetType = "Machine";
-        WhenToTransferOutput = "ON_EXIT";
-        Owner = "xguo23";
-        JobNotification = 0;
-        BufferSize = 524288;
-        RecentBlockWrites = 0;
-        CompletionDate = 1446133326;
-        LastMatchTime = 1446111073;
-        LastJobLeaseRenewal = 1446133326;
-        DAGManNodesLog = "/home/xguo23/model_3_1.48/Simulation_condor/model_3/./mydag.dag.nodes.log";
-        ClusterId = 49582476;
-        NumJobStarts = 1;
-        JobUniverse = 5;
-        AutoClusterAttrs = "JobUniverse,LastCheckpointPlatform,NumCkpts,ClientMachine,_condor_RequestCpus,_condor_RequestDisk,_condor_RequestGPUs,_condor_RequestMemory,RequestCpus,RequestDisk,RequestGPUs,RequestMemory,BIOCHEM,MachineLastMatchTime,ConcurrencyLimits,NiceUser,Rank,Requirements,ImageSize,MemoryRequirements,User,RemoteGroup,SubmitterGroup,SubmitterUserPrio,Group,WIDsTheme,InteractiveJob,Is_Resumable,WantFlocking,WantGlidein,Scheduler,Owner,JobStart,MemoryUsage,IsExpressQueueJ [...]
-        MaxHosts = 1;
-        Args = "--type=Matlab --version=R2011b --cmdtorun=simu_condor --unique=96 -- 3";
-        CondorVersion = "$CondorVersion: 8.5.0 Sep 16 2015 BuildID: 341710 $";
-        CoreSize = 0;
-        OnExitHold = false;
-        CondorPlatform = "$CondorPlatform: X86_64-RedHat_6.6 $";
-        JobFinishedHookDone = 1446133328;
-        QDate = 1446105711;
-        JobLeaseDuration = 2400;
-        In = "/dev/null";
-        DiskUsage = 1250000;
-        EncryptExecuteDirectory = false;
-        CommittedSuspensionTime = 0;
-        User = "xguo23@chtc.wisc.edu";
-        UserLog = "/home/xguo23/model_3_1.48/Simulation_condor/model_3/96/process.log";
-        JobCurrentStartDate = 1446111073;
-        BufferBlockSize = 32768;
-        MATCH_EXP_JOBGLIDEIN_ResourceName = "wisc.edu";
-        Requirements = ( ( OpSysMajorVer is 6 ) ) && ( MY.JobUniverse == 12 || MY.JobUniverse == 7 || MY.WantFlocking || MY.WantGlidein || TARGET.PoolName == "CHTC" || TARGET.COLLECTOR_HOST_STRING == "infopool.cs.wisc.edu" ) && ( TARGET.Arch == "X86_64" ) && ( TARGET.OpSys == "LINUX" ) && ( TARGET.Disk >= RequestDisk ) && ( TARGET.Memory >= RequestMemory ) && ( TARGET.HasFileTransfer );
-        MinHosts = 1;
-        PeriodicHold = false;
-        ProcId = 0;
-        Environment = "";
-        DAGNodeName = "96+96";
-        MemoryUsage = ( ( ResidentSetSize + 1023 ) / 1024 );
-        TerminationPending = true;
-        NumRestarts = 0;
-        NumSystemHolds = 0;
-        CommittedTime = 22253;
-        AutoClusterId = 24;
-        ExitStatus = 0;
-        ShouldTransferFiles = "YES";
-        MachineAttrCpus0 = 1;
-        WantRemoteSyscalls = false;
-        MyType = "Job";
-        CumulativeSuspensionTime = 0;
-        Rank = 0.0;
-        StartdPrincipal = "execute-side@matchsession/128.105.245.127";
-        Err = "process.err";
-        PeriodicRemove = false;
-        BlockWriteKbytes = 0;
-        ExitBySignal = false;
-        DAGManJobId = 49582206;
-        EnteredCurrentStatus = 1446133326;
-        JOBGLIDEIN_ResourceName = "$$([IfThenElse(IsUndefined(TARGET.GLIDEIN_ResourceName), IfThenElse(IsUndefined(TARGET.GLIDEIN_Site), \"wisc.edu\", TARGET.GLIDEIN_Site), TARGET.GLIDEIN_ResourceName)])";
-        RecentBlockWriteKbytes = 0;
-        TransferIn = false;
-        IsCHTCSubmit = true;
-        NumJobMatches = 1;
-        RootDir = "/";
-        JobStartDate = 1446111073;
-        JobPrio = 0;
-        CurrentHosts = 0;
-        GlobalJobId = "submit-3.chtc.wisc.edu#49582476.0#1446105711";
-        RemoteSysCpu = 1.240000000000000E+02;
-        TotalSuspensions = 0;
-        CommittedSlotTime = 2.225300000000000E+04;
-        WantCheckpoint = false;
-        BlockReads = 0;
-        LastRemoteHost = "slot1@e327.chtc.wisc.edu";
-        TransferInput = "/home/xguo23/model_3_1.48/Simulation_condor/data/96/,/home/xguo23/model_3_1.48/Simulation_condor/data/shared/";
-        LocalUserCpu = 0.0;
-        PeriodicRelease = ( JobStatus == 5 ) && ( ( CurrentTime - EnteredCurrentStatus ) > 1800 ) && ( JobRunCount < 5 ) && ( HoldReasonCode != 6 ) && ( HoldReasonCode != 14 ) && ( HoldReasonCode != 22 );
-        RequestDisk = 1000000;
-        ResidentSetSize_RAW = 127304;
-        OrigMaxHosts = 1;
-        LastPublicClaimId = "<128.105.245.127:48134>#1443991405#8554#...";
-        WantRHEL6 = true;
-        NumCkpts_RAW = 0;
-        Out = "process.out";
-        SubmitEventNotes = "DAG Node: 96+96";
-        CumulativeSlotTime = 2.225300000000000E+04;
-        JobRunCount = 1;
-        RecentBlockReads = 0;
-        StreamErr = false;
-        DiskUsage_RAW = 1216669;
-        NumCkpts = 0;
-        StatsLifetimeStarter = 22252;
-        ImageSize = 1000000;
-        Cmd = "/home/xguo23/model_3_1.48/Simulation_condor/chtcjobwrapper"
-    ]
-
-    [
-        BlockWrites = 0;
-        LastJobStatus = 2;
-        JobCurrentStartExecutingDate = 1445561278;
-        WantRemoteIO = true;
-        JobLastStartDate = 1445546257;
-        RequestCpus = 1;
-        NumShadowStarts = 7;
-        RemoteUserCpu = 5.717370000000000E+05;
-        NiceUser = false;
-        BytesRecvd = 8.735168800000000E+07;
-        RequestMemory = 1000;
-        ResidentSetSize = 125000;
-        StreamOut = false;
-        SpooledOutputFiles = "ChtcWrapperfabp4-0002.out,AuditLog.fabp4-0002,poses.mol2,CURLTIME_4057178,harvest.log,time_elapsed.log,surf_scores.txt,CURLTIME_38803,count.log,fabp4-0002.out,CURLTIME_253463";
-        OnExitRemove = true;
-        LastVacateTime = 1445546251;
-        ImageSize_RAW = 690056;
-        RemoteWallClockTime = 7.695110000000000E+05;
-        MachineAttrSlotWeight0 = 1;
-        ExecutableSize = 7;
-        JobStatus = 4;
-        DAGParentNodeNames = "";
-        ExitCode = 0;
-        DAGManNodesMask = "0,1,2,4,5,7,9,10,11,12,13,16,17,24,27";
-        BytesSent = 3.113566000000000E+06;
-        LastRejMatchReason = "no match found";
-        LastSuspensionTime = 0;
-        ExecutableSize_RAW = 6;
-        RecentBlockReadKbytes = 0;
-        TransferInputSizeMB = 12;
-        BlockReadKbytes = 0;
-        LocalSysCpu = 0.0;
-        WantGlidein = true;
-        Iwd = "/home/ssericksen/dude-14-xdock/ChtcRun/dude14-surf-out-esr1/fabp4-0002";
-        Cmd = "/home/ssericksen/dude-14-xdock/ChtcRun/chtcjobwrapper";
-        CommittedSuspensionTime = 0;
-        DiskUsage_RAW = 32543;
-        RecentStatsLifetimeStarter = 1200;
-        LeaveJobInQueue = false;
-        Owner = "ssericksen";
-        JobNotification = 0;
-        BufferSize = 524288;
-        RecentBlockWrites = 0;
-        CompletionDate = 1446133322;
-        WhenToTransferOutput = "ON_EXIT_OR_EVICT";
-        LastRemotePool = "condor.biochem.wisc.edu:9618?sock=collector";
-        TargetType = "Machine";
-        LastMatchTime = 1445561276;
-        LastJobLeaseRenewal = 1446133322;
-        DAGManNodesLog = "/home/ssericksen/dude-14-xdock/ChtcRun/dude14-surf-out-esr1/./mydag.dag.nodes.log";
-        ClusterId = 48968872;
-        JobUniverse = 5;
-        NumJobStarts = 6;
-        CoreSize = 0;
-        OnExitHold = false;
-        NumJobReconnects = 1;
-        CondorPlatform = "$CondorPlatform: X86_64-RedHat_6.6 $";
-        JobFinishedHookDone = 1446133322;
-        In = "/dev/null";
-        DiskUsage = 35000;
-        EncryptExecuteDirectory = false;
-        User = "ssericksen@chtc.wisc.edu";
-        Requirements = ( ( OpSysMajorVer is 6 ) ) && ( MY.JobUniverse == 12 || MY.JobUniverse == 7 || MY.WantFlocking || MY.WantGlidein || TARGET.PoolName == "CHTC" || TARGET.COLLECTOR_HOST_STRING == "infopool.cs.wisc.edu" ) && ( TARGET.Arch == "X86_64" ) && ( TARGET.OpSys == "LINUX" ) && ( TARGET.Disk >= RequestDisk ) && ( TARGET.Memory >= RequestMemory ) && ( TARGET.HasFileTransfer );
-        MinHosts = 1;
-        MaxHosts = 1;
-        Args = "--type=Other --cmdtorun=surflex_run_DUDE_v1.8_esr1.sh --unique=fabp4-0002 --";
-        PeriodicHold = false;
-        ProcId = 0;
-        Environment = "";
-        DAGNodeName = "fabp4-0002+fabp4-0002";
-        TerminationPending = true;
-        NumRestarts = 0;
-        NumSystemHolds = 0;
-        CondorVersion = "$CondorVersion: 8.5.0 Sep 16 2015 BuildID: 341710 $";
-        UserLog = "/home/ssericksen/dude-14-xdock/ChtcRun/dude14-surf-out-esr1/fabp4-0002/process.log";
-        JobCurrentStartDate = 1445561276;
-        MATCH_EXP_JOBGLIDEIN_ResourceName = "wisc.edu";
-        BufferBlockSize = 32768;
-        JOBGLIDEIN_ResourceName = "$$([IfThenElse(IsUndefined(TARGET.GLIDEIN_ResourceName), IfThenElse(IsUndefined(TARGET.GLIDEIN_Site), \"wisc.edu\", TARGET.GLIDEIN_Site), TARGET.GLIDEIN_ResourceName)])";
-        EnteredCurrentStatus = 1446133322;
-        JobLeaseDuration = 2400;
-        QDate = 1445354636;
-        BlockWriteKbytes = 0;
-        ExitBySignal = false;
-        DAGManJobId = 48940805;
-        MemoryUsage = ( ( ResidentSetSize + 1023 ) / 1024 );
-        is_resumable = true;
-        MachineAttrCpus0 = 1;
-        WantRemoteSyscalls = false;
-        CumulativeSuspensionTime = 0;
-        MyType = "Job";
-        Rank = 0.0;
-        StartdPrincipal = "execute-side@matchsession/128.104.119.175";
-        WantFlocking = true;
-        Err = "process.err";
-        PeriodicRemove = false;
-        CommittedTime = 572046;
-        RecentBlockWriteKbytes = 0;
-        TransferIn = false;
-        ExitStatus = 0;
-        ShouldTransferFiles = "YES";
-        IsCHTCSubmit = true;
-        NumJobMatches = 6;
-        RootDir = "/";
-        JobStartDate = 1445362267;
-        JobPrio = 0;
-        CurrentHosts = 0;
-        GlobalJobId = "submit-3.chtc.wisc.edu#48968872.0#1445354636";
-        ScheddBday = 1445383086;
-        RemoteSysCpu = 0.0;
-        LastRejMatchTime = 1445375317;
-        TotalSuspensions = 0;
-        CommittedSlotTime = 5.720460000000000E+05;
-        WantCheckpoint = false;
-        BlockReads = 0;
-        LastRemoteHost = "slot1@cluster-0008.biochem.wisc.edu";
-        TransferInput = "/home/ssericksen/dude-14-xdock/ChtcRun/dude14-surf-in/fabp4-0002/,/home/ssericksen/dude-14-xdock/ChtcRun/dude14-surf-in/shared/";
-        LocalUserCpu = 0.0;
-        PeriodicRelease = ( JobStatus == 5 ) && ( ( CurrentTime - EnteredCurrentStatus ) > 1800 ) && ( JobRunCount < 5 ) && ( HoldReasonCode != 6 ) && ( HoldReasonCode != 14 ) && ( HoldReasonCode != 22 );
-        RequestDisk = 1000000;
-        ResidentSetSize_RAW = 100432;
-        OrigMaxHosts = 1;
-        LastPublicClaimId = "<128.104.119.175:9618>#1444067179#3317#...";
-        WantRHEL6 = true;
-        NumCkpts_RAW = 0;
-        Out = "process.out";
-        SubmitEventNotes = "DAG Node: fabp4-0002+fabp4-0002";
-        CumulativeSlotTime = 7.695110000000000E+05;
-        JobRunCount = 7;
-        RecentBlockReads = 0;
-        StreamErr = false;
-        NumCkpts = 0;
-        StatsLifetimeStarter = 572059;
-        ImageSize = 750000
-    ]
-
-    [
-        BlockWrites = 0;
-        LastJobStatus = 2;
-        JobCurrentStartExecutingDate = 1446110793;
-        WantRemoteIO = true;
-        RequestCpus = 1;
-        NumShadowStarts = 1;
-        RemoteUserCpu = 2.235700000000000E+04;
-        NiceUser = false;
-        RequestMemory = 1000;
-        BytesRecvd = 2.850540000000000E+05;
-        ResidentSetSize = 150000;
-        StreamOut = false;
-        SpooledOutputFiles = "CURLTIME_2233833,ChtcWrapper382.out,AuditLog.382,simu_3_382.txt,harvest.log,382.out";
-        OnExitRemove = true;
-        ImageSize_RAW = 811948;
-        RemoteWallClockTime = 2.252800000000000E+04;
-        MachineAttrSlotWeight0 = 1;
-        ExecutableSize = 7;
-        JobStatus = 4;
-        DAGParentNodeNames = "";
-        ExitCode = 0;
-        DAGManNodesMask = "0,1,2,4,5,7,9,10,11,12,13,16,17,24,27";
-        BytesSent = 3.050600000000000E+04;
-        LastSuspensionTime = 0;
-        ExecutableSize_RAW = 6;
-        RecentBlockReadKbytes = 0;
-        TransferInputSizeMB = 0;
-        Matlab = "R2011b";
-        BlockReadKbytes = 0;
-        RecentStatsLifetimeStarter = 1200;
-        LeaveJobInQueue = false;
-        TargetType = "Machine";
-        WhenToTransferOutput = "ON_EXIT";
-        Owner = "xguo23";
-        JobNotification = 0;
-        BufferSize = 524288;
-        RecentBlockWrites = 0;
-        CompletionDate = 1446133319;
-        QDate = 1446105697;
-        JobLeaseDuration = 2400;
-        JobFinishedHookDone = 1446133319;
-        LastMatchTime = 1446110791;
-        LastJobLeaseRenewal = 1446133319;
-        DAGManNodesLog = "/home/xguo23/finally_2/Simulation_condor/model_3/./mydag.dag.nodes.log";
-        ClusterId = 49582440;
-        JobUniverse = 5;
-        NumJobStarts = 1;
-        CondorVersion = "$CondorVersion: 8.5.0 Sep 16 2015 BuildID: 341710 $";
-        CoreSize = 0;
-        OnExitHold = false;
-        CondorPlatform = "$CondorPlatform: X86_64-RedHat_6.6 $";
-        In = "/dev/null";
-        DiskUsage = 1250000;
-        EncryptExecuteDirectory = false;
-        CommittedSuspensionTime = 0;
-        User = "xguo23@chtc.wisc.edu";
-        UserLog = "/home/xguo23/finally_2/Simulation_condor/model_3/382/process.log";
-        JobCurrentStartDate = 1446110791;
-        BufferBlockSize = 32768;
-        MATCH_EXP_JOBGLIDEIN_ResourceName = "wisc.edu";
-        Requirements = ( ( OpSysMajorVer is 6 ) ) && ( MY.JobUniverse == 12 || MY.JobUniverse == 7 || MY.WantFlocking || MY.WantGlidein || TARGET.PoolName == "CHTC" || TARGET.COLLECTOR_HOST_STRING == "infopool.cs.wisc.edu" ) && ( TARGET.Arch == "X86_64" ) && ( TARGET.OpSys == "LINUX" ) && ( TARGET.Disk >= RequestDisk ) && ( TARGET.Memory >= RequestMemory ) && ( TARGET.HasFileTransfer );
-        MinHosts = 1;
-        MaxHosts = 1;
-        Args = "--type=Matlab --version=R2011b --cmdtorun=simu_condor --unique=382 -- 3";
-        PeriodicHold = false;
-        ProcId = 0;
-        Environment = "";
-        DAGNodeName = "382+382";
-        MemoryUsage = ( ( ResidentSetSize + 1023 ) / 1024 );
-        TerminationPending = true;
-        NumRestarts = 0;
-        NumSystemHolds = 0;
-        CommittedTime = 22528;
-        MachineAttrCpus0 = 1;
-        WantRemoteSyscalls = false;
-        MyType = "Job";
-        CumulativeSuspensionTime = 0;
-        Rank = 0.0;
-        StartdPrincipal = "execute-side@matchsession/128.105.245.123";
-        Err = "process.err";
-        PeriodicRemove = false;
-        BlockWriteKbytes = 0;
-        ExitBySignal = false;
-        DAGManJobId = 49581933;
-        EnteredCurrentStatus = 1446133319;
-        JOBGLIDEIN_ResourceName = "$$([IfThenElse(IsUndefined(TARGET.GLIDEIN_ResourceName), IfThenElse(IsUndefined(TARGET.GLIDEIN_Site), \"wisc.edu\", TARGET.GLIDEIN_Site), TARGET.GLIDEIN_ResourceName)])";
-        RecentBlockWriteKbytes = 0;
-        TransferIn = false;
-        ExitStatus = 0;
-        ShouldTransferFiles = "YES";
-        IsCHTCSubmit = true;
-        NumJobMatches = 1;
-        RootDir = "/";
-        JobStartDate = 1446110791;
-        JobPrio = 0;
-        CurrentHosts = 0;
-        GlobalJobId = "submit-3.chtc.wisc.edu#49582440.0#1446105697";
-        RemoteSysCpu = 1.350000000000000E+02;
-        TotalSuspensions = 0;
-        CommittedSlotTime = 2.252800000000000E+04;
-        WantCheckpoint = false;
-        BlockReads = 0;
-        LastRemoteHost = "slot1@e323.chtc.wisc.edu";
-        TransferInput = "/home/xguo23/finally_2/Simulation_condor/data/382/,/home/xguo23/finally_2/Simulation_condor/data/shared/";
-        LocalUserCpu = 0.0;
-        PeriodicRelease = ( JobStatus == 5 ) && ( ( CurrentTime - EnteredCurrentStatus ) > 1800 ) && ( JobRunCount < 5 ) && ( HoldReasonCode != 6 ) && ( HoldReasonCode != 14 ) && ( HoldReasonCode != 22 );
-        RequestDisk = 1000000;
-        ResidentSetSize_RAW = 125040;
-        OrigMaxHosts = 1;
-        LastPublicClaimId = "<128.105.245.123:60803>#1444759965#6770#...";
-        WantRHEL6 = true;
-        NumCkpts_RAW = 0;
-        Out = "process.out";
-        SubmitEventNotes = "DAG Node: 382+382";
-        CumulativeSlotTime = 2.252800000000000E+04;
-        JobRunCount = 1;
-        RecentBlockReads = 0;
-        StreamErr = false;
-        DiskUsage_RAW = 1216669;
-        NumCkpts = 0;
-        StatsLifetimeStarter = 22526;
-        ImageSize = 1000000;
-        Cmd = "/home/xguo23/finally_2/Simulation_condor/chtcjobwrapper";
-        LocalSysCpu = 0.0;
-        Iwd = "/home/xguo23/finally_2/Simulation_condor/model_3/382"
-    ]
-
-    [
-        BlockWrites = 0;
-        LastJobStatus = 2;
-        JobCurrentStartExecutingDate = 1446111074;
-        WantRemoteIO = true;
-        RequestCpus = 1;
-        NumShadowStarts = 1;
-        RemoteUserCpu = 2.211000000000000E+04;
-        NiceUser = false;
-        RequestMemory = 1000;
-        BytesRecvd = 2.850540000000000E+05;
-        ResidentSetSize = 150000;
-        StreamOut = false;
-        SpooledOutputFiles = "CURLTIME_626043,ChtcWrapper275.out,AuditLog.275,simu_3_275.txt,harvest.log,275.out";
-        OnExitRemove = true;
-        ImageSize_RAW = 811948;
-        RemoteWallClockTime = 2.220900000000000E+04;
-        MachineAttrSlotWeight0 = 1;
-        ExecutableSize = 7;
-        JobStatus = 4;
-        DAGParentNodeNames = "";
-        ExitCode = 0;
-        DAGManNodesMask = "0,1,2,4,5,7,9,10,11,12,13,16,17,24,27";
-        BytesSent = 3.048500000000000E+04;
-        LastSuspensionTime = 0;
-        ExecutableSize_RAW = 6;
-        RecentBlockReadKbytes = 0;
-        TransferInputSizeMB = 0;
-        Matlab = "R2011b";
-        BlockReadKbytes = 0;
-        RecentStatsLifetimeStarter = 1200;
-        LeaveJobInQueue = false;
-        TargetType = "Machine";
-        WhenToTransferOutput = "ON_EXIT";
-        Owner = "xguo23";
-        JobNotification = 0;
-        BufferSize = 524288;
-        RecentBlockWrites = 0;
-        CompletionDate = 1446133282;
-        QDate = 1446105708;
-        JobLeaseDuration = 2400;
-        JobFinishedHookDone = 1446133282;
-        LastMatchTime = 1446111073;
-        LastJobLeaseRenewal = 1446133282;
-        DAGManNodesLog = "/home/xguo23/finally_2/Simulation_condor/model_3/./mydag.dag.nodes.log";
-        ClusterId = 49582467;
-        JobUniverse = 5;
-        NumJobStarts = 1;
-        CondorVersion = "$CondorVersion: 8.5.0 Sep 16 2015 BuildID: 341710 $";
-        CoreSize = 0;
-        OnExitHold = false;
-        CondorPlatform = "$CondorPlatform: X86_64-RedHat_6.6 $";
-        In = "/dev/null";
-        DiskUsage = 1250000;
-        EncryptExecuteDirectory = false;
-        CommittedSuspensionTime = 0;
-        User = "xguo23@chtc.wisc.edu";
-        UserLog = "/home/xguo23/finally_2/Simulation_condor/model_3/275/process.log";
-        JobCurrentStartDate = 1446111073;
-        BufferBlockSize = 32768;
-        MATCH_EXP_JOBGLIDEIN_ResourceName = "wisc.edu";
-        Requirements = ( ( OpSysMajorVer is 6 ) ) && ( MY.JobUniverse == 12 || MY.JobUniverse == 7 || MY.WantFlocking || MY.WantGlidein || TARGET.PoolName == "CHTC" || TARGET.COLLECTOR_HOST_STRING == "infopool.cs.wisc.edu" ) && ( TARGET.Arch == "X86_64" ) && ( TARGET.OpSys == "LINUX" ) && ( TARGET.Disk >= RequestDisk ) && ( TARGET.Memory >= RequestMemory ) && ( TARGET.HasFileTransfer );
-        MinHosts = 1;
-        MaxHosts = 1;
-        Args = "--type=Matlab --version=R2011b --cmdtorun=simu_condor --unique=275 -- 3";
-        PeriodicHold = false;
-        ProcId = 0;
-        Environment = "";
-        DAGNodeName = "275+275";
-        MemoryUsage = ( ( ResidentSetSize + 1023 ) / 1024 );
-        TerminationPending = true;
-        NumRestarts = 0;
-        NumSystemHolds = 0;
-        CommittedTime = 22209;
-        MachineAttrCpus0 = 1;
-        WantRemoteSyscalls = false;
-        MyType = "Job";
-        CumulativeSuspensionTime = 0;
-        Rank = 0.0;
-        StartdPrincipal = "execute-side@matchsession/128.105.245.87";
-        Err = "process.err";
-        PeriodicRemove = false;
-        BlockWriteKbytes = 0;
-        ExitBySignal = false;
-        DAGManJobId = 49581933;
-        EnteredCurrentStatus = 1446133282;
-        JOBGLIDEIN_ResourceName = "$$([IfThenElse(IsUndefined(TARGET.GLIDEIN_ResourceName), IfThenElse(IsUndefined(TARGET.GLIDEIN_Site), \"wisc.edu\", TARGET.GLIDEIN_Site), TARGET.GLIDEIN_ResourceName)])";
-        RecentBlockWriteKbytes = 0;
-        TransferIn = false;
-        ExitStatus = 0;
-        ShouldTransferFiles = "YES";
-        IsCHTCSubmit = true;
-        NumJobMatches = 1;
-        RootDir = "/";
-        JobStartDate = 1446111073;
-        JobPrio = 0;
-        CurrentHosts = 0;
-        GlobalJobId = "submit-3.chtc.wisc.edu#49582467.0#1446105708";
-        RemoteSysCpu = 7.800000000000000E+01;
-        TotalSuspensions = 0;
-        CommittedSlotTime = 2.220900000000000E+04;
-        WantCheckpoint = false;
-        BlockReads = 0;
-        LastRemoteHost = "slot1@e287.chtc.wisc.edu";
-        TransferInput = "/home/xguo23/finally_2/Simulation_condor/data/275/,/home/xguo23/finally_2/Simulation_condor/data/shared/";
-        LocalUserCpu = 0.0;
-        PeriodicRelease = ( JobStatus == 5 ) && ( ( CurrentTime - EnteredCurrentStatus ) > 1800 ) && ( JobRunCount < 5 ) && ( HoldReasonCode != 6 ) && ( HoldReasonCode != 14 ) && ( HoldReasonCode != 22 );
-        RequestDisk = 1000000;
-        ResidentSetSize_RAW = 126040;
-        OrigMaxHosts = 1;
-        LastPublicClaimId = "<128.105.245.87:2102>#1444759894#8469#...";
-        WantRHEL6 = true;
-        NumCkpts_RAW = 0;
-        Out = "process.out";
-        SubmitEventNotes = "DAG Node: 275+275";
-        CumulativeSlotTime = 2.220900000000000E+04;
-        JobRunCount = 1;
-        RecentBlockReads = 0;
-        StreamErr = false;
-        DiskUsage_RAW = 1216669;
-        NumCkpts = 0;
-        StatsLifetimeStarter = 22208;
-        ImageSize = 1000000;
-        Cmd = "/home/xguo23/finally_2/Simulation_condor/chtcjobwrapper";
-        LocalSysCpu = 0.0;
-        Iwd = "/home/xguo23/finally_2/Simulation_condor/model_3/275"
-    ]
-
-    [
-        BlockWrites = 0;
-        LastJobStatus = 2;
-        JobCurrentStartExecutingDate = 1446110205;
-        WantRemoteIO = true;
-        RequestCpus = 1;
-        NumShadowStarts = 1;
-        RemoteUserCpu = 2.284500000000000E+04;
-        NiceUser = false;
-        RequestMemory = 1000;
-        BytesRecvd = 2.846280000000000E+05;
-        ResidentSetSize = 150000;
-        StreamOut = false;
-        SpooledOutputFiles = "CURLTIME_1162426,ChtcWrapper83.out,AuditLog.83,simu_3_83.txt,harvest.log,83.out";
-        OnExitRemove = true;
-        ImageSize_RAW = 811948;
-        RemoteWallClockTime = 2.304300000000000E+04;
-        MachineAttrSlotWeight0 = 1;
-        ExecutableSize = 7;
-        JobStatus = 4;
-        DAGParentNodeNames = "";
-        ExitCode = 0;
-        DAGManNodesMask = "0,1,2,4,5,7,9,10,11,12,13,16,17,24,27";
-        BytesSent = 2.790800000000000E+04;
-        LastSuspensionTime = 0;
-        ExecutableSize_RAW = 6;
-        RecentBlockReadKbytes = 0;
-        TransferInputSizeMB = 0;
-        Matlab = "R2011b";
-        BlockReadKbytes = 0;
-        RecentStatsLifetimeStarter = 1200;
-        LeaveJobInQueue = false;
-        TargetType = "Machine";
-        WhenToTransferOutput = "ON_EXIT";
-        Owner = "xguo23";
-        JobNotification = 0;
-        BufferSize = 524288;
-        RecentBlockWrites = 0;
-        CompletionDate = 1446133246;
-        QDate = 1446105679;
-        JobLeaseDuration = 2400;
-        JobFinishedHookDone = 1446133246;
-        LastMatchTime = 1446110203;
-        LastJobLeaseRenewal = 1446133246;
-        DAGManNodesLog = "/home/xguo23/model_3_1.47/Simulation_condor/model_3/./mydag.dag.nodes.log";
-        ClusterId = 49582391;
-        JobUniverse = 5;
-        NumJobStarts = 1;
-        CondorVersion = "$CondorVersion: 8.5.0 Sep 16 2015 BuildID: 341710 $";
-        CoreSize = 0;
-        OnExitHold = false;
-        CondorPlatform = "$CondorPlatform: X86_64-RedHat_6.6 $";
-        In = "/dev/null";
-        DiskUsage = 1250000;
-        EncryptExecuteDirectory = false;
-        CommittedSuspensionTime = 0;
-        User = "xguo23@chtc.wisc.edu";
-        UserLog = "/home/xguo23/model_3_1.47/Simulation_condor/model_3/83/process.log";
-        JobCurrentStartDate = 1446110203;
-        BufferBlockSize = 32768;
-        MATCH_EXP_JOBGLIDEIN_ResourceName = "wisc.edu";
-        Requirements = ( ( OpSysMajorVer is 6 ) ) && ( MY.JobUniverse == 12 || MY.JobUniverse == 7 || MY.WantFlocking || MY.WantGlidein || TARGET.PoolName == "CHTC" || TARGET.COLLECTOR_HOST_STRING == "infopool.cs.wisc.edu" ) && ( TARGET.Arch == "X86_64" ) && ( TARGET.OpSys == "LINUX" ) && ( TARGET.Disk >= RequestDisk ) && ( TARGET.Memory >= RequestMemory ) && ( TARGET.HasFileTransfer );
-        MinHosts = 1;
-        MaxHosts = 1;
-        Args = "--type=Matlab --version=R2011b --cmdtorun=simu_condor --unique=83 -- 3";
-        PeriodicHold = false;
-        ProcId = 0;
-        Environment = "";
-        DAGNodeName = "83+83";
-        MemoryUsage = ( ( ResidentSetSize + 1023 ) / 1024 );
-        TerminationPending = true;
-        NumRestarts = 0;
-        NumSystemHolds = 0;
-        CommittedTime = 23043;
-        MachineAttrCpus0 = 1;
-        WantRemoteSyscalls = false;
-        MyType = "Job";
-        CumulativeSuspensionTime = 0;
-        Rank = 0.0;
-        StartdPrincipal = "execute-side@matchsession/128.105.244.249";
-        Err = "process.err";
-        PeriodicRemove = false;
-        BlockWriteKbytes = 0;
-        ExitBySignal = false;
-        DAGManJobId = 49582200;
-        EnteredCurrentStatus = 1446133246;
-        JOBGLIDEIN_ResourceName = "$$([IfThenElse(IsUndefined(TARGET.GLIDEIN_ResourceName), IfThenElse(IsUndefined(TARGET.GLIDEIN_Site), \"wisc.edu\", TARGET.GLIDEIN_Site), TARGET.GLIDEIN_ResourceName)])";
-        RecentBlockWriteKbytes = 0;
-        TransferIn = false;
-        ExitStatus = 0;
-        ShouldTransferFiles = "YES";
-        IsCHTCSubmit = true;
-        NumJobMatches = 1;
-        RootDir = "/";
-        JobStartDate = 1446110203;
-        JobPrio = 0;
-        CurrentHosts = 0;
-        GlobalJobId = "submit-3.chtc.wisc.edu#49582391.0#1446105679";
-        RemoteSysCpu = 1.420000000000000E+02;
-        TotalSuspensions = 0;
-        CommittedSlotTime = 2.304300000000000E+04;
-        WantCheckpoint = false;
-        BlockReads = 0;
-        LastRemoteHost = "slot1@e457.chtc.wisc.edu";
-        TransferInput = "/home/xguo23/model_3_1.47/Simulation_condor/data/83/,/home/xguo23/model_3_1.47/Simulation_condor/data/shared/";
-        LocalUserCpu = 0.0;
-        PeriodicRelease = ( JobStatus == 5 ) && ( ( CurrentTime - EnteredCurrentStatus ) > 1800 ) && ( JobRunCount < 5 ) && ( HoldReasonCode != 6 ) && ( HoldReasonCode != 14 ) && ( HoldReasonCode != 22 );
-        RequestDisk = 1000000;
-        ResidentSetSize_RAW = 127748;
-        OrigMaxHosts = 1;
-        LastPublicClaimId = "<128.105.244.249:28476>#1444685646#10673#...";
-        WantRHEL6 = true;
-        NumCkpts_RAW = 0;
-        Out = "process.out";
-        SubmitEventNotes = "DAG Node: 83+83";
-        CumulativeSlotTime = 2.304300000000000E+04;
-        JobRunCount = 1;
-        RecentBlockReads = 0;
-        StreamErr = false;
-        DiskUsage_RAW = 1216669;
-        NumCkpts = 0;
-        StatsLifetimeStarter = 23041;
-        ImageSize = 1000000;
-        Cmd = "/home/xguo23/model_3_1.47/Simulation_condor/chtcjobwrapper";
-        LocalSysCpu = 0.0;
-        Iwd = "/home/xguo23/model_3_1.47/Simulation_condor/model_3/83"
-    ]
-
-    [
-        BlockWrites = 0;
-        LastJobStatus = 2;
-        JobCurrentStartExecutingDate = 1446112547;
-        WantRemoteIO = true;
-        RequestCpus = 1;
-        NumShadowStarts = 1;
-        RemoteUserCpu = 2.056800000000000E+04;
-        NiceUser = false;
-        RequestMemory = 1000;
-        BytesRecvd = 2.846290000000000E+05;
-        ResidentSetSize = 150000;
-        StreamOut = false;
-        SpooledOutputFiles = "CURLTIME_363317,ChtcWrapper311.out,AuditLog.311,simu_3_311.txt,harvest.log,311.out";
-        OnExitRemove = true;
-        ImageSize_RAW = 811948;
-        RemoteWallClockTime = 2.069200000000000E+04;
-        MachineAttrSlotWeight0 = 1;
-        ExecutableSize = 7;
-        JobStatus = 4;
-        DAGParentNodeNames = "";
-        ExitCode = 0;
-        DAGManNodesMask = "0,1,2,4,5,7,9,10,11,12,13,16,17,24,27";
-        BytesSent = 2.789400000000000E+04;
-        LastSuspensionTime = 0;
-        ExecutableSize_RAW = 6;
-        RecentBlockReadKbytes = 0;
-        TransferInputSizeMB = 0;
-        Matlab = "R2011b";
-        BlockReadKbytes = 0;
-        RecentStatsLifetimeStarter = 1200;
-        LeaveJobInQueue = false;
-        TargetType = "Machine";
-        WhenToTransferOutput = "ON_EXIT";
-        Owner = "xguo23";
-        JobNotification = 0;
-        BufferSize = 524288;
-        RecentBlockWrites = 0;
-        CompletionDate = 1446133236;
-        QDate = 1446105751;
-        JobLeaseDuration = 2400;
-        JobFinishedHookDone = 1446133236;
-        LastMatchTime = 1446112544;
-        LastJobLeaseRenewal = 1446133236;
-        DAGManNodesLog = "/home/xguo23/model_3_1.47/Simulation_condor/model_3/./mydag.dag.nodes.log";
-        ClusterId = 49582585;
-        JobUniverse = 5;
-        NumJobStarts = 1;
-        CondorVersion = "$CondorVersion: 8.5.0 Sep 16 2015 BuildID: 341710 $";
-        CoreSize = 0;
-        OnExitHold = false;
-        CondorPlatform = "$CondorPlatform: X86_64-RedHat_6.6 $";
-        In = "/dev/null";
-        DiskUsage = 1250000;
-        EncryptExecuteDirectory = false;
-        CommittedSuspensionTime = 0;
-        User = "xguo23@chtc.wisc.edu";
-        UserLog = "/home/xguo23/model_3_1.47/Simulation_condor/model_3/311/process.log";
-        JobCurrentStartDate = 1446112544;
-        BufferBlockSize = 32768;
-        MATCH_EXP_JOBGLIDEIN_ResourceName = "wisc.edu";
-        Requirements = ( ( OpSysMajorVer is 6 ) ) && ( MY.JobUniverse == 12 || MY.JobUniverse == 7 || MY.WantFlocking || MY.WantGlidein || TARGET.PoolName == "CHTC" || TARGET.COLLECTOR_HOST_STRING == "infopool.cs.wisc.edu" ) && ( TARGET.Arch == "X86_64" ) && ( TARGET.OpSys == "LINUX" ) && ( TARGET.Disk >= RequestDisk ) && ( TARGET.Memory >= RequestMemory ) && ( TARGET.HasFileTransfer );
-        MinHosts = 1;
-        MaxHosts = 1;
-        Args = "--type=Matlab --version=R2011b --cmdtorun=simu_condor --unique=311 -- 3";
-        PeriodicHold = false;
-        ProcId = 0;
-        Environment = "";
-        DAGNodeName = "311+311";
-        MemoryUsage = ( ( ResidentSetSize + 1023 ) / 1024 );
-        TerminationPending = true;
-        NumRestarts = 0;
-        NumSystemHolds = 0;
-        CommittedTime = 20692;
-        MachineAttrCpus0 = 1;
-        WantRemoteSyscalls = false;
-        MyType = "Job";
-        CumulativeSuspensionTime = 0;
-        Rank = 0.0;
-        StartdPrincipal = "execute-side@matchsession/128.105.245.244";
-        Err = "process.err";
-        PeriodicRemove = false;
-        BlockWriteKbytes = 0;
-        ExitBySignal = false;
-        DAGManJobId = 49582200;
-        EnteredCurrentStatus = 1446133236;
-        JOBGLIDEIN_ResourceName = "$$([IfThenElse(IsUndefined(TARGET.GLIDEIN_ResourceName), IfThenElse(IsUndefined(TARGET.GLIDEIN_Site), \"wisc.edu\", TARGET.GLIDEIN_Site), TARGET.GLIDEIN_ResourceName)])";
-        RecentBlockWriteKbytes = 0;
-        TransferIn = false;
-        ExitStatus = 0;
-        ShouldTransferFiles = "YES";
-        IsCHTCSubmit = true;
-        NumJobMatches = 1;
-        RootDir = "/";
-        JobStartDate = 1446112544;
-        JobPrio = 0;
-        CurrentHosts = 0;
-        GlobalJobId = "submit-3.chtc.wisc.edu#49582585.0#1446105751";
-        RemoteSysCpu = 8.700000000000000E+01;
-        TotalSuspensions = 0;
-        CommittedSlotTime = 2.069200000000000E+04;
-        WantCheckpoint = false;
-        BlockReads = 0;
-        LastRemoteHost = "slot1@e444.chtc.wisc.edu";
-        TransferInput = "/home/xguo23/model_3_1.47/Simulation_condor/data/311/,/home/xguo23/model_3_1.47/Simulation_condor/data/shared/";
-        LocalUserCpu = 0.0;
-        PeriodicRelease = ( JobStatus == 5 ) && ( ( CurrentTime - EnteredCurrentStatus ) > 1800 ) && ( JobRunCount < 5 ) && ( HoldReasonCode != 6 ) && ( HoldReasonCode != 14 ) && ( HoldReasonCode != 22 );
-        RequestDisk = 1000000;
-        ResidentSetSize_RAW = 126832;
-        OrigMaxHosts = 1;
-        LastPublicClaimId = "<128.105.245.244:1411>#1443991446#13076#...";
-        WantRHEL6 = true;
-        NumCkpts_RAW = 0;
-        Out = "process.out";
-        SubmitEventNotes = "DAG Node: 311+311";
-        CumulativeSlotTime = 2.069200000000000E+04;
-        JobRunCount = 1;
-        RecentBlockReads = 0;
-        StreamErr = false;
-        DiskUsage_RAW = 1216669;
-        NumCkpts = 0;
-        StatsLifetimeStarter = 20690;
-        ImageSize = 1000000;
-        Cmd = "/home/xguo23/model_3_1.47/Simulation_condor/chtcjobwrapper";
-        LocalSysCpu = 0.0;
-        Iwd = "/home/xguo23/model_3_1.47/Simulation_condor/model_3/311"
-    ]
-
-    [
-        BlockWrites = 0;
-        LastJobStatus = 2;
-        JobCurrentStartExecutingDate = 1446116498;
-        WantRemoteIO = true;
-        RequestCpus = 1;
-        NumShadowStarts = 1;
-        RemoteUserCpu = 1.657600000000000E+04;
-        NiceUser = false;
-        RequestMemory = 1000;
-        BytesRecvd = 2.847180000000000E+05;
-        ResidentSetSize = 125000;
-        StreamOut = false;
-        SpooledOutputFiles = "CURLTIME_1045787,ChtcWrapper51.out,AuditLog.51,simu_3_51.txt,harvest.log,51.out";
-        OnExitRemove = true;
-        ImageSize_RAW = 811948;
-        RemoteWallClockTime = 1.671400000000000E+04;
-        MachineAttrSlotWeight0 = 1;
-        ExecutableSize = 7;
-        JobStatus = 4;
-        DAGParentNodeNames = "";
-        ExitCode = 0;
-        DAGManNodesMask = "0,1,2,4,5,7,9,10,11,12,13,16,17,24,27";
-        BytesSent = 3.049900000000000E+04;
-        LastSuspensionTime = 0;
-        ExecutableSize_RAW = 6;
-        RecentBlockReadKbytes = 0;
-        TransferInputSizeMB = 0;
-        Matlab = "R2011b";
-        BlockReadKbytes = 0;
-        RecentStatsLifetimeStarter = 1200;
-        LeaveJobInQueue = false;
-        TargetType = "Machine";
-        WhenToTransferOutput = "ON_EXIT";
-        Owner = "xguo23";
-        JobNotification = 0;
-        BufferSize = 524288;
-        RecentBlockWrites = 0;
-        CompletionDate = 1446133211;
-        QDate = 1446105863;
-        JobLeaseDuration = 2400;
-        JobFinishedHookDone = 1446133211;
-        LastMatchTime = 1446116497;
-        LastJobLeaseRenewal = 1446133211;
-        DAGManNodesLog = "/home/xguo23/model_3_1.46/Simulation_condor/model_3/./mydag.dag.nodes.log";
-        ClusterId = 49582862;
-        JobUniverse = 5;
-        NumJobStarts = 1;
-        CondorVersion = "$CondorVersion: 8.5.0 Sep 16 2015 BuildID: 341710 $";
-        CoreSize = 0;
-        OnExitHold = false;
-        CondorPlatform = "$CondorPlatform: X86_64-RedHat_6.6 $";
-        In = "/dev/null";
-        DiskUsage = 1250000;
-        EncryptExecuteDirectory = false;
-        CommittedSuspensionTime = 0;
-        User = "xguo23@chtc.wisc.edu";
-        UserLog = "/home/xguo23/model_3_1.46/Simulation_condor/model_3/51/process.log";
-        JobCurrentStartDate = 1446116497;
-        BufferBlockSize = 32768;
-        MATCH_EXP_JOBGLIDEIN_ResourceName = "wisc.edu";
-        Requirements = ( ( OpSysMajorVer is 6 ) ) && ( MY.JobUniverse == 12 || MY.JobUniverse == 7 || MY.WantFlocking || MY.WantGlidein || TARGET.PoolName == "CHTC" || TARGET.COLLECTOR_HOST_STRING == "infopool.cs.wisc.edu" ) && ( TARGET.Arch == "X86_64" ) && ( TARGET.OpSys == "LINUX" ) && ( TARGET.Disk >= RequestDisk ) && ( TARGET.Memory >= RequestMemory ) && ( TARGET.HasFileTransfer );
-        MinHosts = 1;
-        MaxHosts = 1;
-        Args = "--type=Matlab --version=R2011b --cmdtorun=simu_condor --unique=51 -- 3";
-        PeriodicHold = false;
-        ProcId = 0;
-        Environment = "";
-        DAGNodeName = "51+51";
-        MemoryUsage = ( ( ResidentSetSize + 1023 ) / 1024 );
-        TerminationPending = true;
-        NumRestarts = 0;
-        NumSystemHolds = 0;
-        CommittedTime = 16714;
-        MachineAttrCpus0 = 1;
-        WantRemoteSyscalls = false;
-        MyType = "Job";
-        CumulativeSuspensionTime = 0;
-        Rank = 0.0;
-        StartdPrincipal = "execute-side@matchsession/128.105.245.151";
-        Err = "process.err";
-        PeriodicRemove = false;
-        BlockWriteKbytes = 0;
-        ExitBySignal = false;
-        DAGManJobId = 49582778;
-        EnteredCurrentStatus = 1446133211;
-        JOBGLIDEIN_ResourceName = "$$([IfThenElse(IsUndefined(TARGET.GLIDEIN_ResourceName), IfThenElse(IsUndefined(TARGET.GLIDEIN_Site), \"wisc.edu\", TARGET.GLIDEIN_Site), TARGET.GLIDEIN_ResourceName)])";
-        RecentBlockWriteKbytes = 0;
-        TransferIn = false;
-        ExitStatus = 0;
-        ShouldTransferFiles = "YES";
-        IsCHTCSubmit = true;
-        NumJobMatches = 1;
-        RootDir = "/";
-        JobStartDate = 1446116497;
-        JobPrio = 0;
-        CurrentHosts = 0;
-        GlobalJobId = "submit-3.chtc.wisc.edu#49582862.0#1446105863";
-        RemoteSysCpu = 1.030000000000000E+02;
-        TotalSuspensions = 0;
-        CommittedSlotTime = 1.671400000000000E+04;
-        WantCheckpoint = false;
-        BlockReads = 0;
-        LastRemoteHost = "slot1@e351.chtc.wisc.edu";
-        TransferInput = "/home/xguo23/model_3_1.46/Simulation_condor/data/51/,/home/xguo23/model_3_1.46/Simulation_condor/data/shared/";
-        LocalUserCpu = 0.0;
-        PeriodicRelease = ( JobStatus == 5 ) && ( ( CurrentTime - EnteredCurrentStatus ) > 1800 ) && ( JobRunCount < 5 ) && ( HoldReasonCode != 6 ) && ( HoldReasonCode != 14 ) && ( HoldReasonCode != 22 );
-        RequestDisk = 1000000;
-        ResidentSetSize_RAW = 124628;
-        OrigMaxHosts = 1;
-        LastPublicClaimId = "<128.105.245.151:14279>#1445444483#5155#...";
-        WantRHEL6 = true;
-        NumCkpts_RAW = 0;
-        Out = "process.out";
-        SubmitEventNotes = "DAG Node: 51+51";
-        CumulativeSlotTime = 1.671400000000000E+04;
-        JobRunCount = 1;
-        RecentBlockReads = 0;
-        StreamErr = false;
-        DiskUsage_RAW = 1216669;
-        NumCkpts = 0;
-        StatsLifetimeStarter = 16713;
-        ImageSize = 1000000;
-        Cmd = "/home/xguo23/model_3_1.46/Simulation_condor/chtcjobwrapper";
-        LocalSysCpu = 0.0;
-        Iwd = "/home/xguo23/model_3_1.46/Simulation_condor/model_3/51"
-    ]
-
-    [
-        BlockWrites = 0;
-        LastJobStatus = 2;
-        JobCurrentStartExecutingDate = 1446116751;
-        WantRemoteIO = true;
-        RequestCpus = 1;
-        NumShadowStarts = 1;
-        RemoteUserCpu = 1.631500000000000E+04;
-        NiceUser = false;
-        RequestMemory = 1000;
-        BytesRecvd = 2.846290000000000E+05;
-        ResidentSetSize = 150000;
-        StreamOut = false;
-        SpooledOutputFiles = "CURLTIME_3391975,ChtcWrapper136.out,AuditLog.136,simu_3_136.txt,harvest.log,136.out";
-        OnExitRemove = true;
-        ImageSize_RAW = 811948;
-        RemoteWallClockTime = 1.644600000000000E+04;
-        MachineAttrSlotWeight0 = 1;
-        ExecutableSize = 7;
-        JobStatus = 4;
-        DAGParentNodeNames = "";
-        ExitCode = 0;
-        DAGManNodesMask = "0,1,2,4,5,7,9,10,11,12,13,16,17,24,27";
-        BytesSent = 3.050700000000000E+04;
-        LastSuspensionTime = 0;
-        ExecutableSize_RAW = 6;
-        RecentBlockReadKbytes = 0;
-        TransferInputSizeMB = 0;
-        Matlab = "R2011b";
-        BlockReadKbytes = 0;
-        RecentStatsLifetimeStarter = 1200;
-        LeaveJobInQueue = false;
-        TargetType = "Machine";
-        WhenToTransferOutput = "ON_EXIT";
-        Owner = "xguo23";
-        JobNotification = 0;
-        BufferSize = 524288;
-        RecentBlockWrites = 0;
-        CompletionDate = 1446133196;
-        QDate = 1446105875;
-        JobLeaseDuration = 2400;
-        JobFinishedHookDone = 1446133196;
-        LastMatchTime = 1446116750;
-        LastJobLeaseRenewal = 1446133196;
-        DAGManNodesLog = "/home/xguo23/model_3_1.47/Simulation_condor/model_3/./mydag.dag.nodes.log";
-        ClusterId = 49582902;
-        JobUniverse = 5;
-        NumJobStarts = 1;
-        CondorVersion = "$CondorVersion: 8.5.0 Sep 16 2015 BuildID: 341710 $";
-        CoreSize = 0;
-        OnExitHold = false;
-        CondorPlatform = "$CondorPlatform: X86_64-RedHat_6.6 $";
-        In = "/dev/null";
-        DiskUsage = 1250000;
-        EncryptExecuteDirectory = false;
-        CommittedSuspensionTime = 0;
-        User = "xguo23@chtc.wisc.edu";
-        UserLog = "/home/xguo23/model_3_1.47/Simulation_condor/model_3/136/process.log";
-        JobCurrentStartDate = 1446116750;
-        BufferBlockSize = 32768;
-        MATCH_EXP_JOBGLIDEIN_ResourceName = "wisc.edu";
-        Requirements = ( ( OpSysMajorVer is 6 ) ) && ( MY.JobUniverse == 12 || MY.JobUniverse == 7 || MY.WantFlocking || MY.WantGlidein || TARGET.PoolName == "CHTC" || TARGET.COLLECTOR_HOST_STRING == "infopool.cs.wisc.edu" ) && ( TARGET.Arch == "X86_64" ) && ( TARGET.OpSys == "LINUX" ) && ( TARGET.Disk >= RequestDisk ) && ( TARGET.Memory >= RequestMemory ) && ( TARGET.HasFileTransfer );
-        MinHosts = 1;
-        MaxHosts = 1;
-        Args = "--type=Matlab --version=R2011b --cmdtorun=simu_condor --unique=136 -- 3";
-        PeriodicHold = false;
-        ProcId = 0;
-        Environment = "";
-        DAGNodeName = "136+136";
-        MemoryUsage = ( ( ResidentSetSize + 1023 ) / 1024 );
-        TerminationPending = true;
-        NumRestarts = 0;
-        NumSystemHolds = 0;
-        CommittedTime = 16446;
-        MachineAttrCpus0 = 1;
-        WantRemoteSyscalls = false;
-        MyType = "Job";
-        CumulativeSuspensionTime = 0;
-        Rank = 0.0;
-        StartdPrincipal = "execute-side@matchsession/128.105.245.194";
-        Err = "process.err";
-        PeriodicRemove = false;
-        BlockWriteKbytes = 0;
-        ExitBySignal = false;
-        DAGManJobId = 49582200;
-        EnteredCurrentStatus = 1446133196;
-        JOBGLIDEIN_ResourceName = "$$([IfThenElse(IsUndefined(TARGET.GLIDEIN_ResourceName), IfThenElse(IsUndefined(TARGET.GLIDEIN_Site), \"wisc.edu\", TARGET.GLIDEIN_Site), TARGET.GLIDEIN_ResourceName)])";
-        RecentBlockWriteKbytes = 0;
-        TransferIn = false;
-        ExitStatus = 0;
-        ShouldTransferFiles = "YES";
-        IsCHTCSubmit = true;
-        NumJobMatches = 1;
-        RootDir = "/";
-        JobStartDate = 1446116750;
-        JobPrio = 0;
-        CurrentHosts = 0;
-        GlobalJobId = "submit-3.chtc.wisc.edu#49582902.0#1446105875";
-        RemoteSysCpu = 1.060000000000000E+02;
-        TotalSuspensions = 0;
-        CommittedSlotTime = 1.644600000000000E+04;
-        WantCheckpoint = false;
-        BlockReads = 0;
-        LastRemoteHost = "slot1@e394.chtc.wisc.edu";
-        TransferInput = "/home/xguo23/model_3_1.47/Simulation_condor/data/136/,/home/xguo23/model_3_1.47/Simulation_condor/data/shared/";
-        LocalUserCpu = 0.0;
-        PeriodicRelease = ( JobStatus == 5 ) && ( ( CurrentTime - EnteredCurrentStatus ) > 1800 ) && ( JobRunCount < 5 ) && ( HoldReasonCode != 6 ) && ( HoldReasonCode != 14 ) && ( HoldReasonCode != 22 );
-        RequestDisk = 1000000;
-        ResidentSetSize_RAW = 126576;
-        OrigMaxHosts = 1;
-        LastPublicClaimId = "<128.105.245.194:52833>#1443991432#16220#...";
-        WantRHEL6 = true;
-        NumCkpts_RAW = 0;
-        Out = "process.out";
-        SubmitEventNotes = "DAG Node: 136+136";
-        CumulativeSlotTime = 1.644600000000000E+04;
-        JobRunCount = 1;
-        RecentBlockReads = 0;
-        StreamErr = false;
-        DiskUsage_RAW = 1216669;
-        NumCkpts = 0;
-        StatsLifetimeStarter = 16445;
-        ImageSize = 1000000;
-        Cmd = "/home/xguo23/model_3_1.47/Simulation_condor/chtcjobwrapper";
-        LocalSysCpu = 0.0;
-        Iwd = "/home/xguo23/model_3_1.47/Simulation_condor/model_3/136"
-    ]
-
-    [
-        BlockWrites = 0;
-        LastJobStatus = 2;
-        JobCurrentStartExecutingDate = 1446115115;
-        WantRemoteIO = true;
-        RequestCpus = 1;
-        NumShadowStarts = 1;
-        RemoteUserCpu = 1.794100000000000E+04;
-        NiceUser = false;
-        RequestMemory = 1000;
-        BytesRecvd = 2.850540000000000E+05;
-        ResidentSetSize = 150000;
-        StreamOut = false;
-        SpooledOutputFiles = "CURLTIME_3362144,ChtcWrapper298.out,AuditLog.298,simu_3_298.txt,harvest.log,298.out";
-        OnExitRemove = true;
-        ImageSize_RAW = 811948;
-        RemoteWallClockTime = 1.806700000000000E+04;
-        MachineAttrSlotWeight0 = 1;
-        ExecutableSize = 7;
-        JobStatus = 4;
-        DAGParentNodeNames = "";
-        ExitCode = 0;
-        DAGManNodesMask = "0,1,2,4,5,7,9,10,11,12,13,16,17,24,27";
-        BytesSent = 3.169300000000000E+04;
-        LastSuspensionTime = 0;
-        ExecutableSize_RAW = 6;
-        RecentBlockReadKbytes = 0;
-        TransferInputSizeMB = 0;
-        Matlab = "R2011b";
-        BlockReadKbytes = 0;
-        RecentStatsLifetimeStarter = 1200;
-        LeaveJobInQueue = false;
-        TargetType = "Machine";
-        WhenToTransferOutput = "ON_EXIT";
-        Owner = "xguo23";
-        JobNotification = 0;
-        BufferSize = 524288;
-        RecentBlockWrites = 0;
-        CompletionDate = 1446133181;
-        QDate = 1446105803;
-        JobLeaseDuration = 2400;
-        JobFinishedHookDone = 1446133181;
-        LastMatchTime = 1446115114;
-        LastJobLeaseRenewal = 1446133181;
-        DAGManNodesLog = "/home/xguo23/finally_2/Simulation_condor/model_3/./mydag.dag.nodes.log";
-        ClusterId = 49582722;
-        JobUniverse = 5;
... 1477584 lines suppressed ...