TSTP Solution File: BOO018-4 by SATCoP---0.1

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : SATCoP---0.1
% Problem  : BOO018-4 : TPTP v8.1.0. Bugfixed v1.2.1.
% 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:45 EDT 2022

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

% Comments : 
%------------------------------------------------------------------------------
cnf(g0,plain,
    ~ sPE(inverse(multiplicative_identity),additive_identity),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',prove_inverse_of_1_is_0)]) ).

cnf(g1,plain,
    ( ~ sPE(additive_identity,inverse(multiplicative_identity))
    | sPE(inverse(multiplicative_identity),additive_identity) ),
    inference(ground_cnf,[],[theory(equality)]) ).

cnf(g2,plain,
    sPE(multiply(inverse(multiplicative_identity),multiplicative_identity),inverse(multiplicative_identity)),
    inference(ground_cnf,[],[file('Axioms/BOO004-0.ax',multiplicative_id1)]) ).

cnf(g3,plain,
    ( ~ sPE(multiply(inverse(multiplicative_identity),multiplicative_identity),additive_identity)
    | sPE(additive_identity,multiply(inverse(multiplicative_identity),multiplicative_identity)) ),
    inference(ground_cnf,[],[theory(equality)]) ).

cnf(g4,plain,
    ( ~ sPE(additive_identity,multiply(inverse(multiplicative_identity),multiplicative_identity))
    | ~ sPE(multiply(inverse(multiplicative_identity),multiplicative_identity),inverse(multiplicative_identity))
    | sPE(additive_identity,inverse(multiplicative_identity)) ),
    inference(ground_cnf,[],[theory(equality)]) ).

cnf(g5,plain,
    ( ~ sPE(multiply(inverse(multiplicative_identity),multiplicative_identity),multiply(multiplicative_identity,inverse(multiplicative_identity)))
    | ~ sPE(multiply(multiplicative_identity,inverse(multiplicative_identity)),additive_identity)
    | sPE(multiply(inverse(multiplicative_identity),multiplicative_identity),additive_identity) ),
    inference(ground_cnf,[],[theory(equality)]) ).

cnf(g6,plain,
    sPE(multiply(multiplicative_identity,inverse(multiplicative_identity)),additive_identity),
    inference(ground_cnf,[],[file('Axioms/BOO004-0.ax',multiplicative_inverse1)]) ).

cnf(g7,plain,
    sPE(multiply(inverse(multiplicative_identity),multiplicative_identity),multiply(multiplicative_identity,inverse(multiplicative_identity))),
    inference(ground_cnf,[],[file('Axioms/BOO004-0.ax',commutativity_of_multiply)]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.07/0.12  % Problem  : BOO018-4 : TPTP v8.1.0. Bugfixed v1.2.1.
% 0.07/0.12  % Command  : satcop --statistics %s
% 0.13/0.34  % Computer : n026.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 : Wed Jun  1 21:50:57 EDT 2022
% 0.13/0.34  % CPUTime  : 
% 0.13/0.34  % symbols: 7
% 0.13/0.34  % clauses: 15
% 0.13/0.34  % start clauses: 1
% 0.13/0.34  % iterative deepening steps: 81
% 0.13/0.34  % maximum path limit: 4
% 0.13/0.34  % literal attempts: 1140
% 0.13/0.34  % depth failures: 466
% 0.13/0.34  % regularity failures: 127
% 0.13/0.34  % tautology failures: 122
% 0.13/0.34  % reductions: 0
% 0.13/0.34  % extensions: 1060
% 0.13/0.34  % SAT variables: 397
% 0.13/0.34  % SAT clauses: 586
% 0.13/0.34  % WalkSAT solutions: 578
% 0.13/0.34  % CDCL solutions: 0
% 0.13/0.34  % SZS status Unsatisfiable for theBenchmark
% 0.13/0.34  % SZS output start ListOfCNF for theBenchmark
% See solution above
%------------------------------------------------------------------------------