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

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : SATCoP---0.1
% Problem  : BOO006-1 : TPTP v8.1.0. Released v1.0.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : satcop --statistics %s

% Computer : n026.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 : Thu Jul 14 23:48:41 EDT 2022

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

% Comments : 
%------------------------------------------------------------------------------
cnf(g0,plain,
    ~ product(x,additive_identity,additive_identity),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',prove_equations)]) ).

cnf(g1,plain,
    sum(additive_identity,additive_identity,additive_identity),
    inference(ground_cnf,[],[file('Axioms/BOO002-0.ax',additive_identity1)]) ).

cnf(g2,plain,
    product(x,additive_identity,multiply(x,additive_identity)),
    inference(ground_cnf,[],[file('Axioms/BOO002-0.ax',closure_of_multiplication)]) ).

cnf(g3,plain,
    product(x,inverse(x),additive_identity),
    inference(ground_cnf,[],[file('Axioms/BOO002-0.ax',multiplicative_inverse2)]) ).

cnf(g4,plain,
    sum(additive_identity,x,x),
    inference(ground_cnf,[],[file('Axioms/BOO002-0.ax',additive_identity1)]) ).

cnf(g5,plain,
    ( ~ sum(additive_identity,x,x)
    | ~ sum(additive_identity,additive_identity,additive_identity)
    | ~ sum(additive_identity,multiply(x,additive_identity),additive_identity)
    | ~ product(x,additive_identity,multiply(x,additive_identity))
    | product(x,additive_identity,additive_identity) ),
    inference(ground_cnf,[],[file('Axioms/BOO002-0.ax',distributivity5)]) ).

cnf(g6,plain,
    ( ~ sum(inverse(x),additive_identity,inverse(x))
    | ~ product(x,inverse(x),additive_identity)
    | ~ product(x,additive_identity,multiply(x,additive_identity))
    | ~ product(x,inverse(x),additive_identity)
    | sum(additive_identity,multiply(x,additive_identity),additive_identity) ),
    inference(ground_cnf,[],[file('Axioms/BOO002-0.ax',distributivity1)]) ).

cnf(g7,plain,
    sum(inverse(x),additive_identity,inverse(x)),
    inference(ground_cnf,[],[file('Axioms/BOO002-0.ax',additive_identity2)]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.03/0.12  % Problem  : BOO006-1 : TPTP v8.1.0. Released v1.0.0.
% 0.03/0.13  % Command  : satcop --statistics %s
% 0.14/0.34  % Computer : n026.cluster.edu
% 0.14/0.34  % Model    : x86_64 x86_64
% 0.14/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.14/0.34  % Memory   : 8042.1875MB
% 0.14/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.14/0.34  % CPULimit : 300
% 0.14/0.34  % WCLimit  : 600
% 0.14/0.34  % DateTime : Wed Jun  1 19:56:27 EDT 2022
% 0.14/0.34  % CPUTime  : 
% 0.14/0.36  % symbols: 10
% 0.14/0.36  % clauses: 31
% 0.14/0.36  % start clauses: 1
% 0.14/0.36  % iterative deepening steps: 148
% 0.14/0.36  % maximum path limit: 3
% 0.14/0.36  % literal attempts: 14933
% 0.14/0.36  % depth failures: 10826
% 0.14/0.36  % regularity failures: 230
% 0.14/0.36  % tautology failures: 147
% 0.14/0.36  % reductions: 0
% 0.14/0.36  % extensions: 14792
% 0.14/0.36  % SAT variables: 2675
% 0.14/0.36  % SAT clauses: 6175
% 0.14/0.36  % WalkSAT solutions: 6171
% 0.14/0.36  % CDCL solutions: 0
% 0.14/0.36  % SZS status Unsatisfiable for theBenchmark
% 0.14/0.36  % SZS output start ListOfCNF for theBenchmark
% See solution above
%------------------------------------------------------------------------------