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

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : SATCoP---0.1
% Problem  : FLD049-3 : TPTP v8.1.0. Bugfixed v2.1.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 : Sat Jul 16 02:26:33 EDT 2022

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

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

cnf(g1,plain,
    ~ sum(additive_identity,d,additive_identity),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',not_sum_6)]) ).

cnf(g2,plain,
    product(a,multiplicative_inverse(b),multiply(c,multiplicative_inverse(d))),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',product_7)]) ).

cnf(g3,plain,
    ~ product(a,d,multiply(b,c)),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',not_product_8)]) ).

cnf(g4,plain,
    ( ~ defined(b)
    | sum(additive_identity,b,additive_identity)
    | product(multiplicative_inverse(b),b,multiplicative_identity) ),
    inference(ground_cnf,[],[file('Axioms/FLD002-0.ax',existence_of_inverse_multiplication)]) ).

cnf(g5,plain,
    ( ~ defined(d)
    | sum(additive_identity,d,additive_identity)
    | product(multiplicative_inverse(d),d,multiplicative_identity) ),
    inference(ground_cnf,[],[file('Axioms/FLD002-0.ax',existence_of_inverse_multiplication)]) ).

cnf(g6,plain,
    ( ~ defined(d)
    | sum(additive_identity,d,additive_identity)
    | defined(multiplicative_inverse(d)) ),
    inference(ground_cnf,[],[file('Axioms/FLD002-0.ax',well_definedness_of_multiplicative_inverse)]) ).

cnf(g7,plain,
    defined(b),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',b_is_defined)]) ).

cnf(g8,plain,
    defined(d),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',d_is_defined)]) ).

cnf(g9,plain,
    ( ~ defined(a)
    | product(multiplicative_identity,a,a) ),
    inference(ground_cnf,[],[file('Axioms/FLD002-0.ax',existence_of_identity_multiplication)]) ).

cnf(g10,plain,
    ( ~ defined(multiply(b,c))
    | product(multiplicative_identity,multiply(b,c),multiply(b,c)) ),
    inference(ground_cnf,[],[file('Axioms/FLD002-0.ax',existence_of_identity_multiplication)]) ).

cnf(g11,plain,
    ( ~ defined(b)
    | ~ defined(c)
    | product(b,c,multiply(b,c)) ),
    inference(ground_cnf,[],[file('Axioms/FLD002-0.ax',totality_of_multiplication)]) ).

cnf(g12,plain,
    defined(a),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',a_is_defined)]) ).

cnf(g13,plain,
    ( ~ product(multiplicative_identity,a,a)
    | product(a,multiplicative_identity,a) ),
    inference(ground_cnf,[],[file('Axioms/FLD002-0.ax',commutativity_multiplication)]) ).

cnf(g14,plain,
    ( ~ defined(b)
    | ~ defined(c)
    | defined(multiply(b,c)) ),
    inference(ground_cnf,[],[file('Axioms/FLD002-0.ax',well_definedness_of_multiplication)]) ).

cnf(g15,plain,
    defined(c),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',c_is_defined)]) ).

cnf(g16,plain,
    ( ~ product(multiplicative_identity,multiply(b,c),multiply(b,c))
    | product(multiply(b,c),multiplicative_identity,multiply(b,c)) ),
    inference(ground_cnf,[],[file('Axioms/FLD002-0.ax',commutativity_multiplication)]) ).

cnf(g17,plain,
    ( ~ product(multiply(b,c),multiplicative_inverse(d),a)
    | ~ product(multiply(b,c),multiplicative_identity,multiply(b,c))
    | ~ product(multiplicative_inverse(d),d,multiplicative_identity)
    | product(a,d,multiply(b,c)) ),
    inference(ground_cnf,[],[file('Axioms/FLD002-0.ax',associativity_multiplication_2)]) ).

cnf(g18,plain,
    ( ~ product(b,c,multiply(b,c))
    | ~ product(b,multiply(c,multiplicative_inverse(d)),a)
    | ~ product(c,multiplicative_inverse(d),multiply(c,multiplicative_inverse(d)))
    | product(multiply(b,c),multiplicative_inverse(d),a) ),
    inference(ground_cnf,[],[file('Axioms/FLD002-0.ax',associativity_multiplication_2)]) ).

cnf(g19,plain,
    ( ~ defined(c)
    | ~ defined(multiplicative_inverse(d))
    | product(c,multiplicative_inverse(d),multiply(c,multiplicative_inverse(d))) ),
    inference(ground_cnf,[],[file('Axioms/FLD002-0.ax',totality_of_multiplication)]) ).

cnf(g20,plain,
    ( ~ product(multiply(c,multiplicative_inverse(d)),b,a)
    | product(b,multiply(c,multiplicative_inverse(d)),a) ),
    inference(ground_cnf,[],[file('Axioms/FLD002-0.ax',commutativity_multiplication)]) ).

cnf(g21,plain,
    ( ~ product(a,multiplicative_inverse(b),multiply(c,multiplicative_inverse(d)))
    | ~ product(a,multiplicative_identity,a)
    | ~ product(multiplicative_inverse(b),b,multiplicative_identity)
    | product(multiply(c,multiplicative_inverse(d)),b,a) ),
    inference(ground_cnf,[],[file('Axioms/FLD002-0.ax',associativity_multiplication_2)]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.04/0.12  % Problem  : FLD049-3 : TPTP v8.1.0. Bugfixed v2.1.0.
% 0.04/0.13  % Command  : satcop --statistics %s
% 0.12/0.34  % Computer : n026.cluster.edu
% 0.12/0.34  % Model    : x86_64 x86_64
% 0.12/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.12/0.34  % Memory   : 8042.1875MB
% 0.12/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.12/0.34  % CPULimit : 300
% 0.12/0.34  % WCLimit  : 600
% 0.12/0.34  % DateTime : Tue Jun  7 00:31:01 EDT 2022
% 0.12/0.34  % CPUTime  : 
% 3.63/0.85  % symbols: 16
% 3.63/0.85  % clauses: 34
% 3.63/0.85  % start clauses: 4
% 3.63/0.85  % iterative deepening steps: 542
% 3.63/0.85  % maximum path limit: 3
% 3.63/0.85  % literal attempts: 732485
% 3.63/0.85  % depth failures: 465505
% 3.63/0.85  % regularity failures: 8924
% 3.63/0.85  % tautology failures: 23985
% 3.63/0.85  % reductions: 146798
% 3.63/0.85  % extensions: 584480
% 3.63/0.85  % SAT variables: 73297
% 3.63/0.85  % SAT clauses: 177912
% 3.63/0.85  % WalkSAT solutions: 177904
% 3.63/0.85  % CDCL solutions: 8
% 3.63/0.85  % SZS status Unsatisfiable for theBenchmark
% 3.63/0.85  % SZS output start ListOfCNF for theBenchmark
% See solution above
%------------------------------------------------------------------------------