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

View Problem - Process Solution

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

% Computer : n024.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 11:32:32 EDT 2022

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

% Comments : 
%------------------------------------------------------------------------------
cnf(g0,plain,
    ~ sPE(least_upper_bound(a,c),c),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',prove_ax_transa)]) ).

cnf(g1,plain,
    sPE(least_upper_bound(b,c),c),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',ax_transa_2)]) ).

cnf(g2,plain,
    ( ~ sPE(least_upper_bound(b,c),c)
    | sPE(c,least_upper_bound(b,c)) ),
    inference(ground_cnf,[],[theory(equality)]) ).

cnf(g3,plain,
    sPE(c,c),
    inference(ground_cnf,[],[theory(equality)]) ).

cnf(g4,plain,
    sPE(a,a),
    inference(ground_cnf,[],[theory(equality)]) ).

cnf(g5,plain,
    sPE(least_upper_bound(a,b),b),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',ax_transa_1)]) ).

cnf(g6,plain,
    ( ~ sPE(a,a)
    | ~ sPE(c,least_upper_bound(b,c))
    | sPE(least_upper_bound(a,c),least_upper_bound(a,least_upper_bound(b,c))) ),
    inference(ground_cnf,[],[theory(equality)]) ).

cnf(g7,plain,
    sPE(least_upper_bound(a,least_upper_bound(b,c)),least_upper_bound(least_upper_bound(a,b),c)),
    inference(ground_cnf,[],[file('Axioms/GRP004-2.ax',associativity_of_lub)]) ).

cnf(g8,plain,
    ( ~ sPE(least_upper_bound(a,c),least_upper_bound(least_upper_bound(a,b),c))
    | ~ sPE(least_upper_bound(least_upper_bound(a,b),c),c)
    | sPE(least_upper_bound(a,c),c) ),
    inference(ground_cnf,[],[theory(equality)]) ).

cnf(g9,plain,
    ( ~ sPE(least_upper_bound(a,c),least_upper_bound(a,least_upper_bound(b,c)))
    | ~ sPE(least_upper_bound(a,least_upper_bound(b,c)),least_upper_bound(least_upper_bound(a,b),c))
    | sPE(least_upper_bound(a,c),least_upper_bound(least_upper_bound(a,b),c)) ),
    inference(ground_cnf,[],[theory(equality)]) ).

cnf(g10,plain,
    ( ~ sPE(least_upper_bound(least_upper_bound(a,b),c),least_upper_bound(b,c))
    | ~ sPE(least_upper_bound(b,c),c)
    | sPE(least_upper_bound(least_upper_bound(a,b),c),c) ),
    inference(ground_cnf,[],[theory(equality)]) ).

cnf(g11,plain,
    ( ~ sPE(least_upper_bound(a,b),b)
    | ~ sPE(c,c)
    | sPE(least_upper_bound(least_upper_bound(a,b),c),least_upper_bound(b,c)) ),
    inference(ground_cnf,[],[theory(equality)]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.11  % Problem  : GRP162-1 : TPTP v8.1.0. Bugfixed v1.2.1.
% 0.10/0.11  % Command  : satcop --statistics %s
% 0.10/0.32  % Computer : n024.cluster.edu
% 0.10/0.32  % Model    : x86_64 x86_64
% 0.10/0.32  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.10/0.32  % Memory   : 8042.1875MB
% 0.10/0.32  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.10/0.32  % CPULimit : 300
% 0.10/0.32  % WCLimit  : 600
% 0.10/0.32  % DateTime : Mon Jun 13 05:11:33 EDT 2022
% 0.10/0.32  % CPUTime  : 
% 8.34/1.42  % symbols: 10
% 8.34/1.42  % clauses: 25
% 8.34/1.42  % start clauses: 1
% 8.34/1.42  % iterative deepening steps: 5358
% 8.34/1.42  % maximum path limit: 7
% 8.34/1.42  % literal attempts: 657518
% 8.34/1.42  % depth failures: 173875
% 8.34/1.42  % regularity failures: 91607
% 8.34/1.42  % tautology failures: 52754
% 8.34/1.42  % reductions: 0
% 8.34/1.42  % extensions: 652175
% 8.34/1.42  % SAT variables: 254498
% 8.34/1.42  % SAT clauses: 412203
% 8.34/1.42  % WalkSAT solutions: 412202
% 8.34/1.42  % CDCL solutions: 0
% 8.34/1.42  % SZS status Unsatisfiable for theBenchmark
% 8.34/1.42  % SZS output start ListOfCNF for theBenchmark
% See solution above
%------------------------------------------------------------------------------