TSTP Solution File: COM007+1 by SATCoP---0.1

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : SATCoP---0.1
% Problem  : COM007+1 : TPTP v8.1.0. Released v3.2.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : satcop --statistics %s

% Computer : n005.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 : Fri Jul 15 01:41:20 EDT 2022

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

% Comments : 
%------------------------------------------------------------------------------
cnf(g0,plain,
    ~ goal,
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',goal_to_be_proved)]) ).

cnf(g1,plain,
    ( ~ reflexive_rewrite(b,c)
    | ~ reflexive_rewrite(c,c)
    | goal ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',goal_ax)]) ).

cnf(g2,plain,
    ( ~ equalish(c,c)
    | reflexive_rewrite(c,c) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',equalish_in_reflexive_rewrite)]) ).

cnf(g3,plain,
    equalish(c,c),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',reflexivity)]) ).

cnf(g4,plain,
    ( ~ reflexive_rewrite(a,c)
    | ~ equalish(b,a)
    | reflexive_rewrite(b,c) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',substitution)]) ).

cnf(g5,plain,
    reflexive_rewrite(a,c),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',assumption)]) ).

cnf(g6,plain,
    ( ~ equalish(a,b)
    | equalish(b,a) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',symmtery)]) ).

cnf(g7,plain,
    ( ~ reflexive_rewrite(b,b)
    | ~ reflexive_rewrite(c,b)
    | goal ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',goal_ax)]) ).

cnf(g8,plain,
    ( ~ equalish(b,b)
    | reflexive_rewrite(b,b) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',equalish_in_reflexive_rewrite)]) ).

cnf(g9,plain,
    equalish(b,b),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',reflexivity)]) ).

cnf(g10,plain,
    ( ~ reflexive_rewrite(a,b)
    | ~ equalish(c,a)
    | reflexive_rewrite(c,b) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',substitution)]) ).

cnf(g11,plain,
    reflexive_rewrite(a,b),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',assumption)]) ).

cnf(g12,plain,
    ( ~ equalish(a,c)
    | equalish(c,a) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',symmtery)]) ).

cnf(g13,plain,
    ( ~ reflexive_rewrite(a,c)
    | equalish(a,c)
    | rewrite(a,c) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',equalish_or_rewrite)]) ).

cnf(g14,plain,
    ( ~ reflexive_rewrite(a,b)
    | equalish(a,b)
    | rewrite(a,b) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',equalish_or_rewrite)]) ).

cnf(g15,plain,
    ( ~ reflexive_rewrite(b,sK0(a,c,b))
    | ~ reflexive_rewrite(c,sK0(a,c,b))
    | goal ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',goal_ax)]) ).

cnf(g16,plain,
    ( ~ rewrite(b,sK0(a,c,b))
    | reflexive_rewrite(b,sK0(a,c,b)) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',rewrite_in_reflexive_rewrite)]) ).

cnf(g17,plain,
    ( ~ rewrite(a,c)
    | ~ rewrite(a,b)
    | rewrite(b,sK0(a,c,b)) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',rewrite_diamond)]) ).

cnf(g18,plain,
    ( ~ rewrite(c,sK0(a,c,b))
    | reflexive_rewrite(c,sK0(a,c,b)) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',rewrite_in_reflexive_rewrite)]) ).

cnf(g19,plain,
    ( ~ rewrite(a,c)
    | ~ rewrite(a,b)
    | rewrite(c,sK0(a,c,b)) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',rewrite_diamond)]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.12  % Problem  : COM007+1 : TPTP v8.1.0. Released v3.2.0.
% 0.13/0.13  % Command  : satcop --statistics %s
% 0.14/0.34  % Computer : n005.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 : Thu Jun 16 19:52:38 EDT 2022
% 0.20/0.34  % CPUTime  : 
% 0.20/0.35  % symbols: 10
% 0.20/0.35  % clauses: 12
% 0.20/0.35  % start clauses: 1
% 0.20/0.35  % iterative deepening steps: 116
% 0.20/0.35  % maximum path limit: 5
% 0.20/0.35  % literal attempts: 2819
% 0.20/0.35  % depth failures: 922
% 0.20/0.35  % regularity failures: 526
% 0.20/0.35  % tautology failures: 170
% 0.20/0.35  % reductions: 135
% 0.20/0.35  % extensions: 2569
% 0.20/0.35  % SAT variables: 771
% 0.20/0.35  % SAT clauses: 969
% 0.20/0.35  % WalkSAT solutions: 962
% 0.20/0.35  % CDCL solutions: 0
% 0.20/0.35  % SZS status Theorem for theBenchmark
% 0.20/0.35  % SZS output start ListOfCNF for theBenchmark
% See solution above
%------------------------------------------------------------------------------