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

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : SATCoP---0.1
% Problem  : FLD005-1 : TPTP v8.1.0. Bugfixed v2.1.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : satcop --statistics %s

% Computer : n019.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:15 EDT 2022

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

% Comments : 
%------------------------------------------------------------------------------
cnf(g0,plain,
    ( ~ defined(a)
    | equalish(add(a,additive_inverse(a)),additive_identity) ),
    inference(ground_cnf,[],[file('Axioms/FLD001-0.ax',existence_of_inverse_addition)]) ).

cnf(g1,plain,
    ( ~ defined(b)
    | equalish(add(additive_identity,b),b) ),
    inference(ground_cnf,[],[file('Axioms/FLD001-0.ax',existence_of_identity_addition)]) ).

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

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

cnf(g4,plain,
    ( ~ equalish(add(add(a,additive_inverse(a)),b),add(additive_identity,b))
    | ~ equalish(add(additive_identity,b),b)
    | equalish(add(add(a,additive_inverse(a)),b),b) ),
    inference(ground_cnf,[],[file('Axioms/FLD001-0.ax',transitivity_of_equality)]) ).

cnf(g5,plain,
    ( ~ equalish(add(a,additive_inverse(a)),additive_identity)
    | ~ defined(b)
    | equalish(add(add(a,additive_inverse(a)),b),add(additive_identity,b)) ),
    inference(ground_cnf,[],[file('Axioms/FLD001-0.ax',compatibility_of_equality_and_addition)]) ).

cnf(g6,plain,
    ( ~ defined(a)
    | ~ defined(additive_inverse(a))
    | ~ defined(b)
    | equalish(add(a,add(additive_inverse(a),b)),add(add(a,additive_inverse(a)),b)) ),
    inference(ground_cnf,[],[file('Axioms/FLD001-0.ax',associativity_addition)]) ).

cnf(g7,plain,
    ( ~ defined(a)
    | defined(additive_inverse(a)) ),
    inference(ground_cnf,[],[file('Axioms/FLD001-0.ax',well_definedness_of_additive_inverse)]) ).

cnf(g8,plain,
    ~ equalish(add(a,add(additive_inverse(a),b)),b),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',add_not_equal_to_b_3)]) ).

cnf(g9,plain,
    ( ~ equalish(add(a,add(additive_inverse(a),b)),add(add(a,additive_inverse(a)),b))
    | ~ equalish(add(add(a,additive_inverse(a)),b),b)
    | equalish(add(a,add(additive_inverse(a),b)),b) ),
    inference(ground_cnf,[],[file('Axioms/FLD001-0.ax',transitivity_of_equality)]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.07/0.12  % Problem  : FLD005-1 : TPTP v8.1.0. Bugfixed v2.1.0.
% 0.07/0.13  % Command  : satcop --statistics %s
% 0.13/0.34  % Computer : n019.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 : Tue Jun  7 03:29:55 EDT 2022
% 0.13/0.34  % CPUTime  : 
% 0.13/0.35  % symbols: 13
% 0.13/0.36  % clauses: 30
% 0.13/0.36  % start clauses: 1
% 0.13/0.36  % iterative deepening steps: 134
% 0.13/0.36  % maximum path limit: 4
% 0.13/0.36  % literal attempts: 7559
% 0.13/0.36  % depth failures: 4893
% 0.13/0.36  % regularity failures: 650
% 0.13/0.36  % tautology failures: 620
% 0.13/0.36  % reductions: 85
% 0.13/0.36  % extensions: 7403
% 0.13/0.36  % SAT variables: 1864
% 0.13/0.36  % SAT clauses: 2668
% 0.13/0.36  % WalkSAT solutions: 2664
% 0.13/0.36  % CDCL solutions: 0
% 0.13/0.36  % SZS status Unsatisfiable for theBenchmark
% 0.13/0.36  % SZS output start ListOfCNF for theBenchmark
% See solution above
%------------------------------------------------------------------------------