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

View Problem - Process Solution

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

% Computer : n023.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:40 EDT 2022

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

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

cnf(g1,plain,
    product(multiplicative_identity,x,x),
    inference(ground_cnf,[],[file('Axioms/BOO002-0.ax',multiplicative_identity1)]) ).

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

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

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

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

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

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

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.03/0.12  % Problem  : BOO003-1 : TPTP v8.1.0. Released v1.0.0.
% 0.03/0.13  % Command  : satcop --statistics %s
% 0.13/0.34  % Computer : n023.cluster.edu
% 0.13/0.34  % Model    : x86_64 x86_64
% 0.13/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.13/0.34  % Memory   : 8042.1875MB
% 0.13/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.13/0.34  % CPULimit : 300
% 0.13/0.34  % WCLimit  : 600
% 0.13/0.34  % DateTime : Thu Jun  2 00:25:41 EDT 2022
% 0.13/0.34  % CPUTime  : 
% 0.13/0.35  % symbols: 10
% 0.13/0.35  % clauses: 31
% 0.13/0.35  % start clauses: 1
% 0.13/0.35  % iterative deepening steps: 174
% 0.13/0.35  % maximum path limit: 2
% 0.13/0.35  % literal attempts: 10636
% 0.13/0.35  % depth failures: 7907
% 0.13/0.35  % regularity failures: 12
% 0.13/0.35  % tautology failures: 344
% 0.13/0.35  % reductions: 0
% 0.13/0.35  % extensions: 10468
% 0.13/0.35  % SAT variables: 920
% 0.13/0.35  % SAT clauses: 2622
% 0.13/0.35  % WalkSAT solutions: 2618
% 0.13/0.35  % CDCL solutions: 0
% 0.13/0.35  % SZS status Unsatisfiable for theBenchmark
% 0.13/0.35  % SZS output start ListOfCNF for theBenchmark
% See solution above
%------------------------------------------------------------------------------