TSTP Solution File: CSR022+1 by SATCoP---0.1

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : SATCoP---0.1
% Problem  : CSR022+1 : TPTP v8.1.0. Bugfixed v3.1.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : satcop --statistics %s

% Computer : n024.cluster.edu
% Model    : x86_64 x86_64
% CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 2.10GHz
% Memory   : 8042.1875MB
% OS       : Linux 3.10.0-693.el7.x86_64
% CPULimit : 300s
% WCLimit  : 600s
% DateTime : Fri Jul 15 23:15:00 EDT 2022

% Result   : Theorem 4.16s 0.88s
% Output   : Proof 4.16s
% Verified : 
% SZS Type : ERROR: Analysing output (MakeTreeStats fails)

% Comments : 
%------------------------------------------------------------------------------
cnf(g0,plain,
    holdsAt(forwards,n3),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',not_forwards_3)]) ).

cnf(g1,plain,
    sPE(forwards,forwards),
    inference(ground_cnf,[],[theory(equality)]) ).

cnf(g2,plain,
    sPE(pull,pull),
    inference(ground_cnf,[],[theory(equality)]) ).

cnf(g3,plain,
    sPE(push,push),
    inference(ground_cnf,[],[theory(equality)]) ).

cnf(g4,plain,
    ( ~ sPE(forwards,forwards)
    | ~ sPE(n3,plus(n2,n1))
    | ~ holdsAt(forwards,n3)
    | holdsAt(forwards,plus(n2,n1)) ),
    inference(ground_cnf,[],[theory(equality)]) ).

cnf(g5,plain,
    ( ~ happens(pull,n2)
    | ~ terminates(pull,forwards,n2)
    | ~ holdsAt(forwards,plus(n2,n1)) ),
    inference(ground_cnf,[],[file('Axioms/CSR001+0.ax',happens_terminates_not_holds)]) ).

cnf(g6,plain,
    sPE(n2,n2),
    inference(ground_cnf,[],[theory(equality)]) ).

cnf(g7,plain,
    ( ~ sPE(plus(n2,n1),n3)
    | sPE(n3,plus(n2,n1)) ),
    inference(ground_cnf,[],[theory(equality)]) ).

cnf(g8,plain,
    ( ~ sPE(plus(n2,n1),plus(n1,n2))
    | ~ sPE(plus(n1,n2),n3)
    | sPE(plus(n2,n1),n3) ),
    inference(ground_cnf,[],[theory(equality)]) ).

cnf(g9,plain,
    sPE(plus(n2,n1),plus(n1,n2)),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',symmetry_of_plus)]) ).

cnf(g10,plain,
    sPE(plus(n1,n2),n3),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',plus1_2)]) ).

cnf(g11,plain,
    ( ~ sPE(pull,pull)
    | ~ sPE(n2,n2)
    | happens(pull,n2) ),
    inference(ground_cnf,[],[file('Axioms/CSR001+2.ax',happens_all_defn)]) ).

cnf(g12,plain,
    ( ~ sPE(push,push)
    | ~ sPE(n2,n2)
    | happens(push,n2) ),
    inference(ground_cnf,[],[file('Axioms/CSR001+2.ax',happens_all_defn)]) ).

cnf(g13,plain,
    ( ~ sPE(pull,pull)
    | ~ sPE(forwards,forwards)
    | ~ happens(push,n2)
    | terminates(pull,forwards,n2) ),
    inference(ground_cnf,[],[file('Axioms/CSR001+2.ax',terminates_all_defn)]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.03/0.12  % Problem  : CSR022+1 : TPTP v8.1.0. Bugfixed v3.1.0.
% 0.03/0.13  % Command  : satcop --statistics %s
% 0.12/0.34  % Computer : n024.cluster.edu
% 0.12/0.34  % Model    : x86_64 x86_64
% 0.12/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.12/0.34  % Memory   : 8042.1875MB
% 0.12/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.12/0.34  % CPULimit : 300
% 0.12/0.34  % WCLimit  : 600
% 0.12/0.34  % DateTime : Sat Jun 11 01:52:49 EDT 2022
% 0.12/0.34  % CPUTime  : 
% 4.16/0.88  % symbols: 48
% 4.16/0.88  % clauses: 153
% 4.16/0.88  % start clauses: 1
% 4.16/0.88  % iterative deepening steps: 962
% 4.16/0.88  % maximum path limit: 5
% 4.16/0.88  % literal attempts: 1038216
% 4.16/0.88  % depth failures: 821037
% 4.16/0.88  % regularity failures: 53130
% 4.16/0.88  % tautology failures: 42939
% 4.16/0.88  % reductions: 7782
% 4.16/0.88  % extensions: 1030054
% 4.16/0.88  % SAT variables: 78679
% 4.16/0.88  % SAT clauses: 122493
% 4.16/0.88  % WalkSAT solutions: 122462
% 4.16/0.88  % CDCL solutions: 29
% 4.16/0.88  % SZS status Theorem for theBenchmark
% 4.16/0.88  % SZS output start ListOfCNF for theBenchmark
% See solution above
%------------------------------------------------------------------------------