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

View Problem - Process Solution

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

% Computer : n025.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 23:17:32 EDT 2022

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

% Comments : 
%------------------------------------------------------------------------------
cnf(g0,plain,
    ~ s__more_experienced(jim,geoff),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',jim_is_experienced)]) ).

cnf(g1,plain,
    sPE(jim,jim),
    inference(ground_cnf,[],[theory(equality)]) ).

cnf(g2,plain,
    ( ~ sPE(jim,jim)
    | ~ sPE(s__siblingFn(jim),geoff)
    | ~ s__more_experienced(jim,s__siblingFn(jim))
    | s__more_experienced(jim,geoff) ),
    inference(ground_cnf,[],[theory(equality)]) ).

cnf(g3,plain,
    greater(n54,n48),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',greater_54_48)]) ).

cnf(g4,plain,
    ( ~ s__Human(jim)
    | ~ s__age(jim,n54)
    | ~ s__age(s__siblingFn(jim),n48)
    | ~ greater(n54,n48)
    | s__more_experienced(jim,s__siblingFn(jim))
    | s__has_seen_more(s__siblingFn(jim),jim) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',experience)]) ).

cnf(g5,plain,
    s__age(jim,n54),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',jim_54)]) ).

cnf(g6,plain,
    s__Human(jim),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',jim_human)]) ).

cnf(g7,plain,
    s__age(geoff,n48),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',geoff_48)]) ).

cnf(g8,plain,
    sPE(n48,n48),
    inference(ground_cnf,[],[theory(equality)]) ).

cnf(g9,plain,
    sPE(geoff,s__siblingFn(jim)),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',geoff_and_jim)]) ).

cnf(g10,plain,
    ( ~ sPE(geoff,s__siblingFn(jim))
    | ~ sPE(n48,n48)
    | ~ s__age(geoff,n48)
    | s__age(s__siblingFn(jim),n48) ),
    inference(ground_cnf,[],[theory(equality)]) ).

cnf(g11,plain,
    ( ~ sPE(geoff,s__siblingFn(jim))
    | sPE(s__siblingFn(jim),geoff) ),
    inference(ground_cnf,[],[theory(equality)]) ).

cnf(g12,plain,
    ( ~ sPE(s__siblingFn(jim),geoff)
    | ~ sPE(jim,jim)
    | ~ s__has_seen_more(s__siblingFn(jim),jim)
    | s__has_seen_more(geoff,jim) ),
    inference(ground_cnf,[],[theory(equality)]) ).

cnf(g13,plain,
    ~ s__has_seen_more(geoff,jim),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',jim_has_seen_more)]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.12  % Problem  : CSR147+1 : TPTP v8.1.0. Released v4.1.0.
% 0.12/0.13  % Command  : satcop --statistics %s
% 0.12/0.34  % Computer : n025.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.19/0.34  % DateTime : Fri Jun 10 07:07:36 EDT 2022
% 0.19/0.34  % CPUTime  : 
% 0.19/0.35  % symbols: 15
% 0.19/0.35  % clauses: 24
% 0.19/0.35  % start clauses: 1
% 0.19/0.35  % iterative deepening steps: 132
% 0.19/0.35  % maximum path limit: 5
% 0.19/0.35  % literal attempts: 1803
% 0.19/0.35  % depth failures: 721
% 0.19/0.35  % regularity failures: 26
% 0.19/0.35  % tautology failures: 81
% 0.19/0.35  % reductions: 0
% 0.19/0.35  % extensions: 1677
% 0.19/0.35  % SAT variables: 558
% 0.19/0.35  % SAT clauses: 815
% 0.19/0.35  % WalkSAT solutions: 807
% 0.19/0.35  % CDCL solutions: 0
% 0.19/0.35  % SZS status Theorem for theBenchmark
% 0.19/0.35  % SZS output start ListOfCNF for theBenchmark
% See solution above
%------------------------------------------------------------------------------