TSTP Solution File: LCL190-3 by SATCoP---0.1

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : SATCoP---0.1
% Problem  : LCL190-3 : TPTP v8.1.0. Released v2.3.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : satcop --statistics %s

% Computer : n025.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 : Sun Jul 17 14:13:29 EDT 2022

% Result   : Unsatisfiable 0.10s 0.33s
% Output   : Proof 0.10s
% Verified : 
% SZS Type : ERROR: Analysing output (MakeTreeStats fails)

% Comments : 
%------------------------------------------------------------------------------
cnf(g0,plain,
    ~ theorem(implies(or(p,or(q,r)),or(p,or(r,q)))),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',prove_this)]) ).

cnf(g1,plain,
    ( ~ theorem(implies(or(q,r),or(r,q)))
    | ~ theorem(implies(implies(or(q,r),or(r,q)),implies(or(p,or(q,r)),or(p,or(r,q)))))
    | theorem(implies(or(p,or(q,r)),or(p,or(r,q)))) ),
    inference(ground_cnf,[],[file('Axioms/LCL004-0.ax',rule_2)]) ).

cnf(g2,plain,
    ( ~ axiom(implies(or(q,r),or(r,q)))
    | theorem(implies(or(q,r),or(r,q))) ),
    inference(ground_cnf,[],[file('Axioms/LCL004-0.ax',rule_1)]) ).

cnf(g3,plain,
    axiom(implies(or(q,r),or(r,q))),
    inference(ground_cnf,[],[file('Axioms/LCL004-0.ax',axiom_1_4)]) ).

cnf(g4,plain,
    ( ~ axiom(implies(implies(or(q,r),or(r,q)),implies(or(p,or(q,r)),or(p,or(r,q)))))
    | theorem(implies(implies(or(q,r),or(r,q)),implies(or(p,or(q,r)),or(p,or(r,q))))) ),
    inference(ground_cnf,[],[file('Axioms/LCL004-0.ax',rule_1)]) ).

cnf(g5,plain,
    axiom(implies(implies(or(q,r),or(r,q)),implies(or(p,or(q,r)),or(p,or(r,q))))),
    inference(ground_cnf,[],[file('Axioms/LCL004-0.ax',axiom_1_6)]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.10/0.10  % Problem  : LCL190-3 : TPTP v8.1.0. Released v2.3.0.
% 0.10/0.11  % Command  : satcop --statistics %s
% 0.10/0.32  % Computer : n025.cluster.edu
% 0.10/0.32  % Model    : x86_64 x86_64
% 0.10/0.32  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.10/0.32  % Memory   : 8042.1875MB
% 0.10/0.32  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.10/0.32  % CPULimit : 300
% 0.10/0.32  % WCLimit  : 600
% 0.10/0.32  % DateTime : Sun Jul  3 18:44:26 EDT 2022
% 0.10/0.32  % CPUTime  : 
% 0.10/0.33  % symbols: 10
% 0.10/0.33  % clauses: 17
% 0.10/0.33  % start clauses: 1
% 0.10/0.33  % iterative deepening steps: 65
% 0.10/0.33  % maximum path limit: 3
% 0.10/0.33  % literal attempts: 1285
% 0.10/0.33  % depth failures: 736
% 0.10/0.33  % regularity failures: 27
% 0.10/0.33  % tautology failures: 62
% 0.10/0.33  % reductions: 0
% 0.10/0.33  % extensions: 1248
% 0.10/0.33  % SAT variables: 668
% 0.10/0.33  % SAT clauses: 753
% 0.10/0.33  % WalkSAT solutions: 748
% 0.10/0.33  % CDCL solutions: 0
% 0.10/0.33  % SZS status Unsatisfiable for theBenchmark
% 0.10/0.33  % SZS output start ListOfCNF for theBenchmark
% See solution above
%------------------------------------------------------------------------------