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

View Problem - Process Solution

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

% Computer : n028.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 : Mon Jul 18 13:58:56 EDT 2022

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

% Comments : 
%------------------------------------------------------------------------------
cnf(g0,plain,
    member(x,universal_class),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',prove_successor_of_set_is_set2_1)]) ).

cnf(g1,plain,
    ~ member(x,successor(x)),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',prove_successor_of_set_is_set2_2)]) ).

cnf(g2,plain,
    ( ~ member(x,universal_class)
    | member(x,unordered_pair(x,x)) ),
    inference(ground_cnf,[],[file('Axioms/SET004-0.ax',unordered_pair2)]) ).

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

cnf(g4,plain,
    sPE(union(x,singleton(x)),successor(x)),
    inference(ground_cnf,[],[file('Axioms/SET004-0.ax',successor)]) ).

cnf(g5,plain,
    ( ~ sPE(x,x)
    | ~ sPE(unordered_pair(x,x),singleton(x))
    | ~ member(x,unordered_pair(x,x))
    | member(x,singleton(x)) ),
    inference(ground_cnf,[],[theory(equality)]) ).

cnf(g6,plain,
    sPE(unordered_pair(x,x),singleton(x)),
    inference(ground_cnf,[],[file('Axioms/SET004-0.ax',singleton_set)]) ).

cnf(g7,plain,
    ( ~ member(x,singleton(x))
    | ~ member(x,complement(singleton(x))) ),
    inference(ground_cnf,[],[file('Axioms/SET004-0.ax',complement1)]) ).

cnf(g8,plain,
    ( ~ sPE(x,x)
    | ~ sPE(complement(intersection(complement(x),complement(singleton(x)))),successor(x))
    | ~ member(x,complement(intersection(complement(x),complement(singleton(x)))))
    | member(x,successor(x)) ),
    inference(ground_cnf,[],[theory(equality)]) ).

cnf(g9,plain,
    ( ~ sPE(complement(intersection(complement(x),complement(singleton(x)))),union(x,singleton(x)))
    | ~ sPE(union(x,singleton(x)),successor(x))
    | sPE(complement(intersection(complement(x),complement(singleton(x)))),successor(x)) ),
    inference(ground_cnf,[],[theory(equality)]) ).

cnf(g10,plain,
    sPE(complement(intersection(complement(x),complement(singleton(x)))),union(x,singleton(x))),
    inference(ground_cnf,[],[file('Axioms/SET004-0.ax',union)]) ).

cnf(g11,plain,
    ( ~ member(x,universal_class)
    | member(x,intersection(complement(x),complement(singleton(x))))
    | member(x,complement(intersection(complement(x),complement(singleton(x))))) ),
    inference(ground_cnf,[],[file('Axioms/SET004-0.ax',complement2)]) ).

cnf(g12,plain,
    ( ~ member(x,intersection(complement(x),complement(singleton(x))))
    | member(x,complement(singleton(x))) ),
    inference(ground_cnf,[],[file('Axioms/SET004-0.ax',intersection2)]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.03/0.12  % Problem  : NUM141-1 : TPTP v8.1.0. Bugfixed v2.1.0.
% 0.03/0.13  % Command  : satcop --statistics %s
% 0.12/0.34  % Computer : n028.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 Jul  5 14:29:21 EDT 2022
% 0.12/0.34  % CPUTime  : 
% 0.19/0.48  % symbols: 81
% 0.19/0.48  % clauses: 223
% 0.19/0.48  % start clauses: 2
% 0.19/0.48  % iterative deepening steps: 386
% 0.19/0.48  % maximum path limit: 3
% 0.19/0.48  % literal attempts: 227415
% 0.19/0.48  % depth failures: 176796
% 0.19/0.48  % regularity failures: 8904
% 0.19/0.48  % tautology failures: 2617
% 0.19/0.48  % reductions: 16937
% 0.19/0.48  % extensions: 210254
% 0.19/0.48  % SAT variables: 50963
% 0.19/0.48  % SAT clauses: 53984
% 0.19/0.48  % WalkSAT solutions: 53985
% 0.19/0.48  % CDCL solutions: 0
% 0.19/0.48  % SZS status Unsatisfiable for theBenchmark
% 0.19/0.48  % SZS output start ListOfCNF for theBenchmark
% See solution above
%------------------------------------------------------------------------------