TSTP Solution File: SWV007-1 by SATCoP---0.1

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : SATCoP---0.1
% Problem  : SWV007-1 : TPTP v8.1.0. Released v1.0.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 : Wed Jul 20 21:27:13 EDT 2022

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

% Comments : 
%------------------------------------------------------------------------------
cnf(g0,plain,
    ~ less_than(n,m),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',clause_4)]) ).

cnf(g1,plain,
    less_than(i,m),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',clause_5)]) ).

cnf(g2,plain,
    less_than(a(m),a(k)),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',clause_8)]) ).

cnf(g3,plain,
    ( ~ less_than(i,m)
    | ~ less_than(m,i) ),
    inference(ground_cnf,[],[file('Axioms/SWV001-0.ax',anti_symmetry_of_less_than)]) ).

cnf(g4,plain,
    ( ~ less_than(m,successor(n))
    | ~ less_than(a(m),a(k))
    | less_than(m,i) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',clause_11)]) ).

cnf(g5,plain,
    less_than(n,successor(n)),
    inference(ground_cnf,[],[file('Axioms/SWV001-0.ax',less_than_successor)]) ).

cnf(g6,plain,
    ( ~ sPE(successor(n),m)
    | ~ less_than(n,successor(n))
    | less_than(n,m) ),
    inference(ground_cnf,[],[file('Axioms/SWV001-0.ax',equal_and_less_than_transitivity2)]) ).

cnf(g7,plain,
    ( sPE(successor(n),m)
    | less_than(successor(n),m)
    | less_than(m,successor(n)) ),
    inference(ground_cnf,[],[file('Axioms/SWV001-0.ax',all_related)]) ).

cnf(g8,plain,
    ( ~ less_than(n,successor(n))
    | ~ less_than(successor(n),m)
    | less_than(n,m) ),
    inference(ground_cnf,[],[file('Axioms/SWV001-0.ax',transitivity_of_less_than)]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.04/0.14  % Problem  : SWV007-1 : TPTP v8.1.0. Released v1.0.0.
% 0.04/0.15  % Command  : satcop --statistics %s
% 0.14/0.36  % Computer : n025.cluster.edu
% 0.14/0.36  % Model    : x86_64 x86_64
% 0.14/0.36  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.14/0.36  % Memory   : 8042.1875MB
% 0.14/0.36  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.14/0.36  % CPULimit : 300
% 0.14/0.36  % WCLimit  : 600
% 0.14/0.36  % DateTime : Wed Jun 15 10:03:55 EDT 2022
% 0.14/0.36  % CPUTime  : 
% 0.14/0.37  % symbols: 11
% 0.14/0.37  % clauses: 30
% 0.14/0.37  % start clauses: 11
% 0.14/0.37  % iterative deepening steps: 74
% 0.14/0.37  % maximum path limit: 2
% 0.14/0.37  % literal attempts: 10244
% 0.14/0.37  % depth failures: 8183
% 0.14/0.37  % regularity failures: 229
% 0.14/0.37  % tautology failures: 254
% 0.14/0.37  % reductions: 89
% 0.14/0.37  % extensions: 9450
% 0.14/0.37  % SAT variables: 2146
% 0.14/0.37  % SAT clauses: 3497
% 0.14/0.38  % WalkSAT solutions: 3496
% 0.14/0.38  % CDCL solutions: 0
% 0.14/0.38  % SZS status Unsatisfiable for theBenchmark
% 0.14/0.38  % SZS output start ListOfCNF for theBenchmark
% See solution above
%------------------------------------------------------------------------------