TSTP Solution File: PUZ034-1.004 by GKC---0.8

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : GKC---0.8
% Problem  : PUZ034-1.004 : TPTP v8.1.2. Released v1.0.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : gkc %s

% Computer : n018.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  : 300s
% DateTime : Thu Aug 31 13:18:51 EDT 2023

% Result   : Unsatisfiable 11.93s 2.02s
% Output   : CNFRefutation 11.93s
% Verified : 
% SZS Type : ERROR: Analysing output (Could not find formula named place_a_queen1)

% Comments : 
%------------------------------------------------------------------------------
cnf('1',plain,
    ( ~ do_queens(X,cons(Y,Z),U)
    | ~ select(Y,V,X)
    | do_queens(V,Z,U)
    | attack(Y,Z) ),
    inference(cnf_transformation,[],[place_a_queen1]) ).

cnf('2',plain,
    do_queens(empty_list,X,X),
    inference(cnf_transformation,[],[place_a_queen2]) ).

cnf('3',plain,
    ( do_queens(X,Y,cons(Z,Y))
    | ~ select(Z,X,empty_list)
    | attack(Z,Y) ),
    inference(resolution,[],['1','2']) ).

cnf('4',plain,
    select(X,cons(X,Y),Y),
    inference(cnf_transformation,[],[select1]) ).

cnf('5',plain,
    ( do_queens(cons(X,empty_list),Y,cons(X,Y))
    | attack(X,Y) ),
    inference(resolution,[],['3','4']) ).

cnf('6',plain,
    ( do_queens(X,Y,cons(Z,cons(U,Y)))
    | ~ select(U,X,cons(Z,empty_list))
    | attack(Z,cons(U,Y))
    | attack(U,Y) ),
    inference(resolution,[],['5','1']) ).

cnf('7',plain,
    ( select(X,cons(Y,Z),cons(Y,U))
    | ~ select(X,Z,U) ),
    inference(cnf_transformation,[],[select2]) ).

cnf('8',plain,
    select(X,cons(Y,cons(X,Z)),cons(Y,Z)),
    inference(resolution,[],['7','4']) ).

cnf('9',plain,
    ( do_queens(cons(X,cons(Y,empty_list)),Z,cons(X,cons(Y,Z)))
    | attack(X,cons(Y,Z))
    | attack(Y,Z) ),
    inference(resolution,[],['6','8']) ).

cnf('10',plain,
    ( do_queens(X,Y,cons(Z,cons(U,cons(V,Y))))
    | ~ select(V,X,cons(Z,cons(U,empty_list)))
    | attack(Z,cons(U,cons(V,Y)))
    | attack(U,cons(V,Y))
    | attack(V,Y) ),
    inference(resolution,[],['9','1']) ).

cnf('11',plain,
    ( do_queens(cons(X,cons(Y,cons(Z,empty_list))),U,cons(Y,cons(Z,cons(X,U))))
    | attack(Y,cons(Z,cons(X,U)))
    | attack(Z,cons(X,U))
    | attack(X,U) ),
    inference(resolution,[],['10','4']) ).

cnf('12',plain,
    ( do_queens(X,Y,cons(Z,cons(U,cons(V,cons(W,Y)))))
    | ~ select(W,X,cons(V,cons(Z,cons(U,empty_list))))
    | attack(Z,cons(U,cons(V,cons(W,Y))))
    | attack(U,cons(V,cons(W,Y)))
    | attack(V,cons(W,Y))
    | attack(W,Y) ),
    inference(resolution,[],['11','1']) ).

cnf('13',plain,
    select(X,cons(Y,cons(Z,cons(X,U))),cons(Y,cons(Z,U))),
    inference(resolution,[],['8','7']) ).

cnf('14',plain,
    ( do_queens(cons(X,cons(Y,cons(Z,cons(U,empty_list)))),V,cons(Y,cons(U,cons(X,cons(Z,V)))))
    | attack(Y,cons(U,cons(X,cons(Z,V))))
    | attack(U,cons(X,cons(Z,V)))
    | attack(X,cons(Z,V))
    | attack(Z,V) ),
    inference(resolution,[],['12','13']) ).

cnf('15',plain,
    ( ~ sum(X,s(n0),Y)
    | ~ do_queens(Z,empty_list,U)
    | ~ sum(X,X,V)
    | ~ range(Y,V,Z)
    | queens(X,U) ),
    inference(cnf_transformation,[],[set_up_queens]) ).

cnf('16',plain,
    ( sum(X,s(Y),s(Z))
    | ~ sum(X,Y,Z) ),
    inference(cnf_transformation,[],[add]) ).

cnf('17',plain,
    sum(X,n0,X),
    inference(cnf_transformation,[],[add_0]) ).

cnf('18',plain,
    sum(X,s(n0),s(X)),
    inference(resolution,[],['16','17']) ).

cnf('19',plain,
    ( ~ range(s(X),Y,Z)
    | ~ do_queens(Z,empty_list,U)
    | ~ sum(X,X,Y)
    | queens(X,U) ),
    inference(resolution,[],['15','18']) ).

cnf('20',plain,
    ( range(X,Y,cons(X,Z))
    | ~ sum(X,s(n0),U)
    | ~ range(U,Y,Z)
    | ~ less(X,Y) ),
    inference(cnf_transformation,[],[make_list_of_numbers1]) ).

cnf('21',plain,
    ( range(X,Y,cons(X,Z))
    | ~ range(s(X),Y,Z)
    | ~ less(X,Y) ),
    inference(resolution,[],['20','18']) ).

cnf('22',plain,
    range(X,X,cons(X,empty_list)),
    inference(cnf_transformation,[],[make_list_of_numbers2]) ).

cnf('23',plain,
    ( range(X,s(X),cons(X,cons(s(X),empty_list)))
    | ~ less(X,s(X)) ),
    inference(resolution,[],['21','22']) ).

cnf('24',plain,
    ( less(s(X),s(Y))
    | ~ less(X,Y) ),
    inference(cnf_transformation,[],[less2]) ).

cnf('25',plain,
    less(n0,s(X)),
    inference(cnf_transformation,[],[less1]) ).

cnf('26',plain,
    less(s(n0),s(s(X))),
    inference(resolution,[],['24','25']) ).

cnf('27',plain,
    less(s(s(n0)),s(s(s(X)))),
    inference(resolution,[],['26','24']) ).

cnf('28',plain,
    less(s(s(s(n0))),s(s(s(s(X))))),
    inference(resolution,[],['27','24']) ).

cnf('29',plain,
    less(s(s(s(s(n0)))),s(s(s(s(s(X)))))),
    inference(resolution,[],['28','24']) ).

cnf('30',plain,
    less(s(s(s(s(s(n0))))),s(s(s(s(s(s(X))))))),
    inference(resolution,[],['29','24']) ).

cnf('31',plain,
    less(s(s(s(s(s(s(n0)))))),s(s(s(s(s(s(s(X)))))))),
    inference(resolution,[],['30','24']) ).

cnf('32',plain,
    less(s(s(s(s(s(s(s(n0))))))),s(s(s(s(s(s(s(s(X))))))))),
    inference(resolution,[],['31','24']) ).

cnf('33',plain,
    range(s(s(s(s(s(s(s(n0))))))),s(s(s(s(s(s(s(s(n0)))))))),cons(s(s(s(s(s(s(s(n0))))))),cons(s(s(s(s(s(s(s(s(n0)))))))),empty_list))),
    inference(resolution,[],['23','32']) ).

cnf('34',plain,
    less(s(s(s(s(s(s(n0)))))),s(s(s(s(s(s(s(X3)))))))),
    inference(resolution,[],['30','24']) ).

cnf('35',plain,
    range(s(s(s(s(s(s(n0)))))),s(s(s(s(s(s(s(s(n0)))))))),cons(s(s(s(s(s(s(n0)))))),cons(s(s(s(s(s(s(s(n0))))))),cons(s(s(s(s(s(s(s(s(n0)))))))),empty_list)))),
    inference(resolution,[then_simplify],['33','21','34']) ).

cnf('36',plain,
    less(s(s(s(s(s(n0))))),s(s(s(s(s(s(X3))))))),
    inference(resolution,[],['29','24']) ).

cnf('37',plain,
    range(s(s(s(s(s(n0))))),s(s(s(s(s(s(s(s(n0)))))))),cons(s(s(s(s(s(n0))))),cons(s(s(s(s(s(s(n0)))))),cons(s(s(s(s(s(s(s(n0))))))),cons(s(s(s(s(s(s(s(s(n0)))))))),empty_list))))),
    inference(resolution,[then_simplify],['35','21','36']) ).

cnf('38',plain,
    sum(X,s(s(n0)),s(s(X))),
    inference(resolution,[],['18','16']) ).

cnf('39',plain,
    sum(X,s(s(s(n0))),s(s(s(X)))),
    inference(resolution,[],['38','16']) ).

cnf('40',plain,
    sum(X3,s(s(s(s(n0)))),s(s(s(s(X3))))),
    inference(resolution,[],['39','16']) ).

cnf('41',plain,
    ~ queens(s(s(s(s(n0)))),X0),
    inference(cnf_transformation,[],[place_queens]) ).

cnf('42',plain,
    ~ do_queens(cons(s(s(s(s(s(n0))))),cons(s(s(s(s(s(s(n0)))))),cons(s(s(s(s(s(s(s(n0))))))),cons(s(s(s(s(s(s(s(s(n0)))))))),empty_list)))),empty_list,X),
    inference(resolution,[then_simplify],['19','37','40','41']) ).

cnf('43',plain,
    ( attack(s(s(s(s(s(s(n0)))))),cons(s(s(s(s(s(s(s(s(n0)))))))),cons(s(s(s(s(s(n0))))),cons(s(s(s(s(s(s(s(n0))))))),empty_list))))
    | attack(s(s(s(s(s(s(s(s(n0)))))))),cons(s(s(s(s(s(n0))))),cons(s(s(s(s(s(s(s(n0))))))),empty_list)))
    | attack(s(s(s(s(s(n0))))),cons(s(s(s(s(s(s(s(n0))))))),empty_list))
    | attack(s(s(s(s(s(s(s(n0))))))),empty_list) ),
    inference(resolution,[],['14','42']) ).

cnf('44',plain,
    ( diagonal_attack(X,s(n0),Y)
    | ~ attack(X,Y) ),
    inference(cnf_transformation,[],[attack]) ).

cnf('45',plain,
    ( diagonal_attack(s(s(s(s(s(s(n0)))))),s(n0),cons(s(s(s(s(s(s(s(s(n0)))))))),cons(s(s(s(s(s(n0))))),cons(s(s(s(s(s(s(s(n0))))))),empty_list))))
    | attack(s(s(s(s(s(s(s(s(n0)))))))),cons(s(s(s(s(s(n0))))),cons(s(s(s(s(s(s(s(n0))))))),empty_list)))
    | attack(s(s(s(s(s(n0))))),cons(s(s(s(s(s(s(s(n0))))))),empty_list))
    | attack(s(s(s(s(s(s(s(n0))))))),empty_list) ),
    inference(resolution,[],['43','44']) ).

cnf('46',plain,
    ( ~ diagonal_attack(X,Y,cons(Z,U))
    | ~ sum(Y,s(n0),V)
    | ~ sum(W,Y,Z)
    | ~ sum(Z,Y,X2006)
    | diagonal_attack(X,V,U)
    | same(X2006,X)
    | same(W,X) ),
    inference(cnf_transformation,[],[check_diagonals1]) ).

cnf('47',plain,
    ( ~ diagonal_attack(X,Y,cons(Z,U))
    | diagonal_attack(X,s(Y),U)
    | ~ sum(V,Y,Z)
    | ~ sum(Z,Y,W)
    | same(W,X)
    | same(V,X) ),
    inference(resolution,[],['46','18']) ).

cnf('48',plain,
    ( diagonal_attack(s(s(s(s(s(s(n0)))))),s(s(n0)),cons(s(s(s(s(s(n0))))),cons(s(s(s(s(s(s(s(n0))))))),empty_list)))
    | attack(s(s(s(s(s(s(s(s(n0)))))))),cons(s(s(s(s(s(n0))))),cons(s(s(s(s(s(s(s(n0))))))),empty_list)))
    | attack(s(s(s(s(s(n0))))),cons(s(s(s(s(s(s(s(n0))))))),empty_list))
    | attack(s(s(s(s(s(s(s(n0))))))),empty_list)
    | ~ sum(s(s(s(s(s(s(s(s(n0)))))))),s(n0),X)
    | ~ sum(Y,s(n0),s(s(s(s(s(s(s(s(n0)))))))))
    | same(X,s(s(s(s(s(s(n0)))))))
    | same(Y,s(s(s(s(s(s(n0))))))) ),
    inference(resolution,[],['45','47']) ).

cnf('49',plain,
    ( diagonal_attack(s(s(s(s(s(s(n0)))))),s(s(n0)),cons(s(s(s(s(s(n0))))),cons(s(s(s(s(s(s(s(n0))))))),empty_list)))
    | attack(s(s(s(s(s(s(s(s(n0)))))))),cons(s(s(s(s(s(n0))))),cons(s(s(s(s(s(s(s(n0))))))),empty_list)))
    | same(s(s(s(s(s(s(s(s(s(n0))))))))),s(s(s(s(s(s(n0)))))))
    | attack(s(s(s(s(s(n0))))),cons(s(s(s(s(s(s(s(n0))))))),empty_list))
    | attack(s(s(s(s(s(s(s(n0))))))),empty_list)
    | ~ sum(X,s(n0),s(s(s(s(s(s(s(s(n0)))))))))
    | same(X,s(s(s(s(s(s(n0))))))) ),
    inference(resolution,[],['48','18']) ).

cnf('50',plain,
    ( diagonal_attack(s(s(s(s(s(s(n0)))))),s(s(n0)),cons(s(s(s(s(s(n0))))),cons(s(s(s(s(s(s(s(n0))))))),empty_list)))
    | attack(s(s(s(s(s(s(s(s(n0)))))))),cons(s(s(s(s(s(n0))))),cons(s(s(s(s(s(s(s(n0))))))),empty_list)))
    | same(s(s(s(s(s(s(s(s(s(n0))))))))),s(s(s(s(s(s(n0)))))))
    | attack(s(s(s(s(s(n0))))),cons(s(s(s(s(s(s(s(n0))))))),empty_list))
    | same(s(s(s(s(s(s(s(n0))))))),s(s(s(s(s(s(n0)))))))
    | attack(s(s(s(s(s(s(s(n0))))))),empty_list) ),
    inference(resolution,[],['49','18']) ).

cnf('51',plain,
    ( attack(s(s(s(s(s(s(s(s(n0)))))))),cons(s(s(s(s(s(n0))))),cons(s(s(s(s(s(s(s(n0))))))),empty_list)))
    | diagonal_attack(s(s(s(s(s(s(n0)))))),s(s(s(n0))),cons(s(s(s(s(s(s(s(n0))))))),empty_list))
    | same(s(s(s(s(s(s(s(s(s(n0))))))))),s(s(s(s(s(s(n0)))))))
    | attack(s(s(s(s(s(n0))))),cons(s(s(s(s(s(s(s(n0))))))),empty_list))
    | same(s(s(s(s(s(s(s(n0))))))),s(s(s(s(s(s(n0)))))))
    | attack(s(s(s(s(s(s(s(n0))))))),empty_list)
    | ~ sum(s(s(s(s(s(n0))))),s(s(n0)),X)
    | ~ sum(Y,s(s(n0)),s(s(s(s(s(n0))))))
    | same(X,s(s(s(s(s(s(n0)))))))
    | same(Y,s(s(s(s(s(s(n0))))))) ),
    inference(resolution,[],['50','47']) ).

cnf('52',plain,
    sum(X3,s(s(n0)),s(s(X3))),
    inference(resolution,[],['18','16']) ).

cnf('53',plain,
    ( attack(s(s(s(s(s(s(s(s(n0)))))))),cons(s(s(s(s(s(n0))))),cons(s(s(s(s(s(s(s(n0))))))),empty_list)))
    | diagonal_attack(s(s(s(s(s(s(n0)))))),s(s(s(n0))),cons(s(s(s(s(s(s(s(n0))))))),empty_list))
    | same(s(s(s(s(s(s(s(s(s(n0))))))))),s(s(s(s(s(s(n0)))))))
    | attack(s(s(s(s(s(n0))))),cons(s(s(s(s(s(s(s(n0))))))),empty_list))
    | same(s(s(s(s(s(s(s(n0))))))),s(s(s(s(s(s(n0)))))))
    | attack(s(s(s(s(s(s(s(n0))))))),empty_list)
    | ~ sum(X,s(s(n0)),s(s(s(s(s(n0))))))
    | same(X,s(s(s(s(s(s(n0))))))) ),
    inference(factorization,[then_simplify],['51','52']) ).

cnf('54',plain,
    ( attack(s(s(s(s(s(s(s(s(n0)))))))),cons(s(s(s(s(s(n0))))),cons(s(s(s(s(s(s(s(n0))))))),empty_list)))
    | diagonal_attack(s(s(s(s(s(s(n0)))))),s(s(s(n0))),cons(s(s(s(s(s(s(s(n0))))))),empty_list))
    | same(s(s(s(s(s(s(s(s(s(n0))))))))),s(s(s(s(s(s(n0)))))))
    | attack(s(s(s(s(s(n0))))),cons(s(s(s(s(s(s(s(n0))))))),empty_list))
    | same(s(s(s(s(s(s(s(n0))))))),s(s(s(s(s(s(n0)))))))
    | same(s(s(s(n0))),s(s(s(s(s(s(n0)))))))
    | attack(s(s(s(s(s(s(s(n0))))))),empty_list) ),
    inference(resolution,[],['53','38']) ).

cnf('55',plain,
    ( diagonal_attack(s(s(s(s(s(s(s(s(n0)))))))),s(n0),cons(s(s(s(s(s(n0))))),cons(s(s(s(s(s(s(s(n0))))))),empty_list)))
    | diagonal_attack(s(s(s(s(s(s(n0)))))),s(s(s(n0))),cons(s(s(s(s(s(s(s(n0))))))),empty_list))
    | same(s(s(s(s(s(s(s(s(s(n0))))))))),s(s(s(s(s(s(n0)))))))
    | attack(s(s(s(s(s(n0))))),cons(s(s(s(s(s(s(s(n0))))))),empty_list))
    | same(s(s(s(s(s(s(s(n0))))))),s(s(s(s(s(s(n0)))))))
    | same(s(s(s(n0))),s(s(s(s(s(s(n0)))))))
    | attack(s(s(s(s(s(s(s(n0))))))),empty_list) ),
    inference(resolution,[],['54','44']) ).

cnf('56',plain,
    ( diagonal_attack(s(s(s(s(s(s(s(s(n0)))))))),s(s(n0)),cons(s(s(s(s(s(s(s(n0))))))),empty_list))
    | diagonal_attack(s(s(s(s(s(s(n0)))))),s(s(s(n0))),cons(s(s(s(s(s(s(s(n0))))))),empty_list))
    | same(s(s(s(s(s(s(s(s(s(n0))))))))),s(s(s(s(s(s(n0)))))))
    | attack(s(s(s(s(s(n0))))),cons(s(s(s(s(s(s(s(n0))))))),empty_list))
    | same(s(s(s(s(s(s(s(n0))))))),s(s(s(s(s(s(n0)))))))
    | same(s(s(s(n0))),s(s(s(s(s(s(n0)))))))
    | attack(s(s(s(s(s(s(s(n0))))))),empty_list)
    | same(X,s(s(s(s(s(s(s(s(n0)))))))))
    | same(Y,s(s(s(s(s(s(s(s(n0)))))))))
    | ~ sum(s(s(s(s(s(n0))))),s(n0),X)
    | ~ sum(Y,s(n0),s(s(s(s(s(n0)))))) ),
    inference(resolution,[],['55','47']) ).

cnf('57',plain,
    ( diagonal_attack(s(s(s(s(s(s(s(s(n0)))))))),s(s(n0)),cons(s(s(s(s(s(s(s(n0))))))),empty_list))
    | diagonal_attack(s(s(s(s(s(s(n0)))))),s(s(s(n0))),cons(s(s(s(s(s(s(s(n0))))))),empty_list))
    | same(s(s(s(s(s(s(s(s(s(n0))))))))),s(s(s(s(s(s(n0)))))))
    | same(s(s(s(s(s(s(n0)))))),s(s(s(s(s(s(s(s(n0)))))))))
    | attack(s(s(s(s(s(n0))))),cons(s(s(s(s(s(s(s(n0))))))),empty_list))
    | same(s(s(s(s(s(s(s(n0))))))),s(s(s(s(s(s(n0)))))))
    | same(s(s(s(n0))),s(s(s(s(s(s(n0)))))))
    | attack(s(s(s(s(s(s(s(n0))))))),empty_list)
    | same(X,s(s(s(s(s(s(s(s(n0)))))))))
    | ~ sum(X,s(n0),s(s(s(s(s(n0)))))) ),
    inference(resolution,[],['56','18']) ).

cnf('58',plain,
    ( diagonal_attack(s(s(s(s(s(s(s(s(n0)))))))),s(s(n0)),cons(s(s(s(s(s(s(s(n0))))))),empty_list))
    | diagonal_attack(s(s(s(s(s(s(n0)))))),s(s(s(n0))),cons(s(s(s(s(s(s(s(n0))))))),empty_list))
    | same(s(s(s(s(s(s(s(s(s(n0))))))))),s(s(s(s(s(s(n0)))))))
    | same(s(s(s(s(s(s(n0)))))),s(s(s(s(s(s(s(s(n0)))))))))
    | attack(s(s(s(s(s(n0))))),cons(s(s(s(s(s(s(s(n0))))))),empty_list))
    | same(s(s(s(s(s(s(s(n0))))))),s(s(s(s(s(s(n0)))))))
    | same(s(s(s(s(n0)))),s(s(s(s(s(s(s(s(n0)))))))))
    | same(s(s(s(n0))),s(s(s(s(s(s(n0)))))))
    | attack(s(s(s(s(s(s(s(n0))))))),empty_list) ),
    inference(resolution,[],['57','18']) ).

cnf('59',plain,
    ~ diagonal_attack(X0,X1,empty_list),
    inference(cnf_transformation,[],[check_diagonals2]) ).

cnf('60',plain,
    ( diagonal_attack(s(s(s(s(s(s(n0)))))),s(s(s(n0))),cons(s(s(s(s(s(s(s(n0))))))),empty_list))
    | same(s(s(s(s(s(s(s(s(s(n0))))))))),s(s(s(s(s(s(n0)))))))
    | same(s(s(s(s(s(s(n0)))))),s(s(s(s(s(s(s(s(n0)))))))))
    | attack(s(s(s(s(s(n0))))),cons(s(s(s(s(s(s(s(n0))))))),empty_list))
    | same(s(s(s(s(s(s(s(n0))))))),s(s(s(s(s(s(n0)))))))
    | same(s(s(s(s(n0)))),s(s(s(s(s(s(s(s(n0)))))))))
    | same(s(s(s(n0))),s(s(s(s(s(s(n0)))))))
    | attack(s(s(s(s(s(s(s(n0))))))),empty_list)
    | ~ sum(s(s(s(s(s(s(s(n0))))))),s(s(n0)),X)
    | ~ sum(Y,s(s(n0)),s(s(s(s(s(s(s(n0))))))))
    | same(X,s(s(s(s(s(s(s(s(n0)))))))))
    | same(Y,s(s(s(s(s(s(s(s(n0))))))))) ),
    inference(resolution,[then_simplify],['58','47','59']) ).

cnf('61',plain,
    ( diagonal_attack(s(s(s(s(s(s(n0)))))),s(s(s(n0))),cons(s(s(s(s(s(s(s(n0))))))),empty_list))
    | same(s(s(s(s(s(s(s(s(s(n0))))))))),s(s(s(s(s(s(s(s(n0)))))))))
    | same(s(s(s(s(s(s(s(s(s(n0))))))))),s(s(s(s(s(s(n0)))))))
    | same(s(s(s(s(s(s(n0)))))),s(s(s(s(s(s(s(s(n0)))))))))
    | attack(s(s(s(s(s(n0))))),cons(s(s(s(s(s(s(s(n0))))))),empty_list))
    | same(s(s(s(s(s(s(s(n0))))))),s(s(s(s(s(s(n0)))))))
    | same(s(s(s(s(n0)))),s(s(s(s(s(s(s(s(n0)))))))))
    | same(s(s(s(n0))),s(s(s(s(s(s(n0)))))))
    | attack(s(s(s(s(s(s(s(n0))))))),empty_list)
    | ~ sum(X,s(s(n0)),s(s(s(s(s(s(s(n0))))))))
    | same(X,s(s(s(s(s(s(s(s(n0))))))))) ),
    inference(resolution,[],['60','38']) ).

cnf('62',plain,
    ( diagonal_attack(s(s(s(s(s(s(n0)))))),s(s(s(n0))),cons(s(s(s(s(s(s(s(n0))))))),empty_list))
    | same(s(s(s(s(s(s(s(s(s(n0))))))))),s(s(s(s(s(s(s(s(n0)))))))))
    | same(s(s(s(s(s(s(s(s(s(n0))))))))),s(s(s(s(s(s(n0)))))))
    | same(s(s(s(s(s(s(n0)))))),s(s(s(s(s(s(s(s(n0)))))))))
    | attack(s(s(s(s(s(n0))))),cons(s(s(s(s(s(s(s(n0))))))),empty_list))
    | same(s(s(s(s(s(n0))))),s(s(s(s(s(s(s(s(n0)))))))))
    | same(s(s(s(s(s(s(s(n0))))))),s(s(s(s(s(s(n0)))))))
    | same(s(s(s(s(n0)))),s(s(s(s(s(s(s(s(n0)))))))))
    | same(s(s(s(n0))),s(s(s(s(s(s(n0)))))))
    | attack(s(s(s(s(s(s(s(n0))))))),empty_list) ),
    inference(resolution,[],['61','38']) ).

cnf('63',plain,
    ( same(s(s(s(s(s(s(s(s(s(n0))))))))),s(s(s(s(s(s(s(s(n0)))))))))
    | same(s(s(s(s(s(s(s(s(s(n0))))))))),s(s(s(s(s(s(n0)))))))
    | same(s(s(s(s(s(s(n0)))))),s(s(s(s(s(s(s(s(n0)))))))))
    | attack(s(s(s(s(s(n0))))),cons(s(s(s(s(s(s(s(n0))))))),empty_list))
    | same(s(s(s(s(s(n0))))),s(s(s(s(s(s(s(s(n0)))))))))
    | same(s(s(s(s(s(s(s(n0))))))),s(s(s(s(s(s(n0)))))))
    | same(s(s(s(s(n0)))),s(s(s(s(s(s(s(s(n0)))))))))
    | same(s(s(s(n0))),s(s(s(s(s(s(n0)))))))
    | attack(s(s(s(s(s(s(s(n0))))))),empty_list)
    | ~ sum(s(s(s(s(s(s(s(n0))))))),s(s(s(n0))),X)
    | ~ sum(Y,s(s(s(n0))),s(s(s(s(s(s(s(n0))))))))
    | same(X,s(s(s(s(s(s(n0)))))))
    | same(Y,s(s(s(s(s(s(n0))))))) ),
    inference(resolution,[then_simplify],['62','47','59']) ).

cnf('64',plain,
    ( same(s(s(s(s(s(s(s(s(s(n0))))))))),s(s(s(s(s(s(s(s(n0)))))))))
    | same(s(s(s(s(s(s(s(s(s(s(n0)))))))))),s(s(s(s(s(s(n0)))))))
    | same(s(s(s(s(s(s(s(s(s(n0))))))))),s(s(s(s(s(s(n0)))))))
    | same(s(s(s(s(s(s(n0)))))),s(s(s(s(s(s(s(s(n0)))))))))
    | attack(s(s(s(s(s(n0))))),cons(s(s(s(s(s(s(s(n0))))))),empty_list))
    | same(s(s(s(s(s(n0))))),s(s(s(s(s(s(s(s(n0)))))))))
    | same(s(s(s(s(s(s(s(n0))))))),s(s(s(s(s(s(n0)))))))
    | same(s(s(s(s(n0)))),s(s(s(s(s(s(s(s(n0)))))))))
    | same(s(s(s(n0))),s(s(s(s(s(s(n0)))))))
    | attack(s(s(s(s(s(s(s(n0))))))),empty_list)
    | ~ sum(X,s(s(s(n0))),s(s(s(s(s(s(s(n0))))))))
    | same(X,s(s(s(s(s(s(n0))))))) ),
    inference(resolution,[],['63','39']) ).

cnf('65',plain,
    ( same(s(s(s(s(s(s(s(s(s(n0))))))))),s(s(s(s(s(s(s(s(n0)))))))))
    | same(s(s(s(s(s(s(s(s(s(s(n0)))))))))),s(s(s(s(s(s(n0)))))))
    | same(s(s(s(s(s(s(s(s(s(n0))))))))),s(s(s(s(s(s(n0)))))))
    | same(s(s(s(s(s(s(n0)))))),s(s(s(s(s(s(s(s(n0)))))))))
    | attack(s(s(s(s(s(n0))))),cons(s(s(s(s(s(s(s(n0))))))),empty_list))
    | same(s(s(s(s(s(n0))))),s(s(s(s(s(s(s(s(n0)))))))))
    | same(s(s(s(s(s(s(s(n0))))))),s(s(s(s(s(s(n0)))))))
    | same(s(s(s(s(n0)))),s(s(s(s(s(s(s(s(n0)))))))))
    | same(s(s(s(s(n0)))),s(s(s(s(s(s(n0)))))))
    | same(s(s(s(n0))),s(s(s(s(s(s(n0)))))))
    | attack(s(s(s(s(s(s(s(n0))))))),empty_list) ),
    inference(resolution,[],['64','39']) ).

cnf('66',plain,
    ( ~ same(s(X),s(Y))
    | same(X,Y) ),
    inference(cnf_transformation,[],[same_definition3]) ).

cnf('67',plain,
    ( same(s(s(s(s(s(s(s(s(s(s(n0)))))))))),s(s(s(s(s(s(n0)))))))
    | same(s(s(s(s(s(s(s(s(s(n0))))))))),s(s(s(s(s(s(n0)))))))
    | same(s(s(s(s(s(s(s(s(n0)))))))),s(s(s(s(s(s(s(n0))))))))
    | same(s(s(s(s(s(s(n0)))))),s(s(s(s(s(s(s(s(n0)))))))))
    | attack(s(s(s(s(s(n0))))),cons(s(s(s(s(s(s(s(n0))))))),empty_list))
    | same(s(s(s(s(s(n0))))),s(s(s(s(s(s(s(s(n0)))))))))
    | same(s(s(s(s(s(s(s(n0))))))),s(s(s(s(s(s(n0)))))))
    | same(s(s(s(s(n0)))),s(s(s(s(s(s(s(s(n0)))))))))
    | same(s(s(s(s(n0)))),s(s(s(s(s(s(n0)))))))
    | same(s(s(s(n0))),s(s(s(s(s(s(n0)))))))
    | attack(s(s(s(s(s(s(s(n0))))))),empty_list) ),
    inference(resolution,[],['65','66']) ).

cnf('68',plain,
    ( same(s(s(s(s(s(s(s(s(s(n0))))))))),s(s(s(s(s(s(n0)))))))
    | same(s(s(s(s(s(s(s(s(n0)))))))),s(s(s(s(s(s(s(n0))))))))
    | same(s(s(s(s(s(s(s(s(s(n0))))))))),s(s(s(s(s(n0))))))
    | same(s(s(s(s(s(s(n0)))))),s(s(s(s(s(s(s(s(n0)))))))))
    | attack(s(s(s(s(s(n0))))),cons(s(s(s(s(s(s(s(n0))))))),empty_list))
    | same(s(s(s(s(s(n0))))),s(s(s(s(s(s(s(s(n0)))))))))
    | same(s(s(s(s(s(s(s(n0))))))),s(s(s(s(s(s(n0)))))))
    | same(s(s(s(s(n0)))),s(s(s(s(s(s(s(s(n0)))))))))
    | same(s(s(s(s(n0)))),s(s(s(s(s(s(n0)))))))
    | same(s(s(s(n0))),s(s(s(s(s(s(n0)))))))
    | attack(s(s(s(s(s(s(s(n0))))))),empty_list) ),
    inference(resolution,[],['67','66']) ).

cnf('69',plain,
    ( same(s(s(s(s(s(s(s(s(n0)))))))),s(s(s(s(s(s(s(n0))))))))
    | same(s(s(s(s(s(s(s(s(s(n0))))))))),s(s(s(s(s(n0))))))
    | same(s(s(s(s(s(s(n0)))))),s(s(s(s(s(s(s(s(n0)))))))))
    | attack(s(s(s(s(s(n0))))),cons(s(s(s(s(s(s(s(n0))))))),empty_list))
    | same(s(s(s(s(s(s(s(s(n0)))))))),s(s(s(s(s(n0))))))
    | same(s(s(s(s(s(n0))))),s(s(s(s(s(s(s(s(n0)))))))))
    | same(s(s(s(s(s(s(s(n0))))))),s(s(s(s(s(s(n0)))))))
    | same(s(s(s(s(n0)))),s(s(s(s(s(s(s(s(n0)))))))))
    | same(s(s(s(s(n0)))),s(s(s(s(s(s(n0)))))))
    | same(s(s(s(n0))),s(s(s(s(s(s(n0)))))))
    | attack(s(s(s(s(s(s(s(n0))))))),empty_list) ),
    inference(resolution,[],['68','66']) ).

cnf('70',plain,
    ( same(s(s(s(s(s(s(s(s(s(n0))))))))),s(s(s(s(s(n0))))))
    | same(s(s(s(s(s(s(n0)))))),s(s(s(s(s(s(s(s(n0)))))))))
    | attack(s(s(s(s(s(n0))))),cons(s(s(s(s(s(s(s(n0))))))),empty_list))
    | same(s(s(s(s(s(s(s(s(n0)))))))),s(s(s(s(s(n0))))))
    | same(s(s(s(s(s(n0))))),s(s(s(s(s(s(s(s(n0)))))))))
    | same(s(s(s(s(s(s(s(n0))))))),s(s(s(s(s(s(n0)))))))
    | same(s(s(s(s(n0)))),s(s(s(s(s(s(s(s(n0)))))))))
    | same(s(s(s(s(n0)))),s(s(s(s(s(s(n0)))))))
    | same(s(s(s(n0))),s(s(s(s(s(s(n0)))))))
    | attack(s(s(s(s(s(s(s(n0))))))),empty_list) ),
    inference(resolution,[],['69','66']) ).

cnf('71',plain,
    ( diagonal_attack(s(s(s(s(s(n0))))),s(n0),cons(s(s(s(s(s(s(s(n0))))))),empty_list))
    | same(s(s(s(s(s(s(s(s(s(n0))))))))),s(s(s(s(s(n0))))))
    | same(s(s(s(s(s(s(n0)))))),s(s(s(s(s(s(s(s(n0)))))))))
    | same(s(s(s(s(s(s(s(s(n0)))))))),s(s(s(s(s(n0))))))
    | same(s(s(s(s(s(n0))))),s(s(s(s(s(s(s(s(n0)))))))))
    | same(s(s(s(s(s(s(s(n0))))))),s(s(s(s(s(s(n0)))))))
    | same(s(s(s(s(n0)))),s(s(s(s(s(s(s(s(n0)))))))))
    | same(s(s(s(s(n0)))),s(s(s(s(s(s(n0)))))))
    | same(s(s(s(n0))),s(s(s(s(s(s(n0)))))))
    | attack(s(s(s(s(s(s(s(n0))))))),empty_list) ),
    inference(resolution,[],['70','44']) ).

cnf('72',plain,
    ( same(s(s(s(s(s(s(s(s(s(n0))))))))),s(s(s(s(s(n0))))))
    | same(s(s(s(s(s(s(n0)))))),s(s(s(s(s(s(s(s(n0)))))))))
    | same(s(s(s(s(s(s(s(s(n0)))))))),s(s(s(s(s(n0))))))
    | same(s(s(s(s(s(n0))))),s(s(s(s(s(s(s(s(n0)))))))))
    | same(s(s(s(s(s(s(s(n0))))))),s(s(s(s(s(s(n0)))))))
    | same(s(s(s(s(n0)))),s(s(s(s(s(s(s(s(n0)))))))))
    | same(s(s(s(s(n0)))),s(s(s(s(s(s(n0)))))))
    | same(s(s(s(n0))),s(s(s(s(s(s(n0)))))))
    | attack(s(s(s(s(s(s(s(n0))))))),empty_list)
    | ~ sum(s(s(s(s(s(s(s(n0))))))),s(n0),X)
    | ~ sum(Y,s(n0),s(s(s(s(s(s(s(n0))))))))
    | same(X,s(s(s(s(s(n0))))))
    | same(Y,s(s(s(s(s(n0)))))) ),
    inference(resolution,[then_simplify],['71','47','59']) ).

cnf('73',plain,
    sum(X3,s(n0),s(X3)),
    inference(resolution,[],['16','17']) ).

cnf('74',plain,
    ( same(s(s(s(s(s(s(s(s(s(n0))))))))),s(s(s(s(s(n0))))))
    | same(s(s(s(s(s(s(n0)))))),s(s(s(s(s(s(s(s(n0)))))))))
    | same(s(s(s(s(s(s(s(s(n0)))))))),s(s(s(s(s(n0))))))
    | same(s(s(s(s(s(n0))))),s(s(s(s(s(s(s(s(n0)))))))))
    | same(s(s(s(s(s(s(s(n0))))))),s(s(s(s(s(s(n0)))))))
    | same(s(s(s(s(n0)))),s(s(s(s(s(s(s(s(n0)))))))))
    | same(s(s(s(s(n0)))),s(s(s(s(s(s(n0)))))))
    | same(s(s(s(n0))),s(s(s(s(s(s(n0)))))))
    | attack(s(s(s(s(s(s(s(n0))))))),empty_list)
    | ~ sum(X,s(n0),s(s(s(s(s(s(s(n0))))))))
    | same(X,s(s(s(s(s(n0)))))) ),
    inference(factorization,[then_simplify],['72','73']) ).

cnf('75',plain,
    ( same(s(s(s(s(s(s(s(s(s(n0))))))))),s(s(s(s(s(n0))))))
    | same(s(s(s(s(s(s(n0)))))),s(s(s(s(s(s(s(s(n0)))))))))
    | same(s(s(s(s(s(s(s(s(n0)))))))),s(s(s(s(s(n0))))))
    | same(s(s(s(s(s(n0))))),s(s(s(s(s(s(s(s(n0)))))))))
    | same(s(s(s(s(s(s(s(n0))))))),s(s(s(s(s(s(n0)))))))
    | same(s(s(s(s(n0)))),s(s(s(s(s(s(s(s(n0)))))))))
    | same(s(s(s(s(s(s(n0)))))),s(s(s(s(s(n0))))))
    | same(s(s(s(s(n0)))),s(s(s(s(s(s(n0)))))))
    | same(s(s(s(n0))),s(s(s(s(s(s(n0)))))))
    | attack(s(s(s(s(s(s(s(n0))))))),empty_list) ),
    inference(resolution,[],['74','18']) ).

cnf('76',plain,
    ( same(s(s(s(s(s(s(n0)))))),s(s(s(s(s(s(s(s(n0)))))))))
    | same(s(s(s(s(s(s(s(s(n0)))))))),s(s(s(s(s(n0))))))
    | same(s(s(s(s(s(n0))))),s(s(s(s(s(s(s(s(n0)))))))))
    | same(s(s(s(s(s(s(s(n0))))))),s(s(s(s(s(s(n0)))))))
    | same(s(s(s(s(s(s(s(s(n0)))))))),s(s(s(s(n0)))))
    | same(s(s(s(s(n0)))),s(s(s(s(s(s(s(s(n0)))))))))
    | same(s(s(s(s(s(s(n0)))))),s(s(s(s(s(n0))))))
    | same(s(s(s(s(n0)))),s(s(s(s(s(s(n0)))))))
    | same(s(s(s(n0))),s(s(s(s(s(s(n0)))))))
    | attack(s(s(s(s(s(s(s(n0))))))),empty_list) ),
    inference(resolution,[],['75','66']) ).

cnf('77',plain,
    ( same(s(s(s(s(s(s(s(s(n0)))))))),s(s(s(s(s(n0))))))
    | same(s(s(s(s(s(n0))))),s(s(s(s(s(s(s(s(n0)))))))))
    | same(s(s(s(s(s(s(s(n0))))))),s(s(s(s(s(s(n0)))))))
    | same(s(s(s(s(s(s(s(s(n0)))))))),s(s(s(s(n0)))))
    | same(s(s(s(s(n0)))),s(s(s(s(s(s(s(s(n0)))))))))
    | same(s(s(s(s(s(n0))))),s(s(s(s(s(s(s(n0))))))))
    | same(s(s(s(s(s(s(n0)))))),s(s(s(s(s(n0))))))
    | same(s(s(s(s(n0)))),s(s(s(s(s(s(n0)))))))
    | same(s(s(s(n0))),s(s(s(s(s(s(n0)))))))
    | attack(s(s(s(s(s(s(s(n0))))))),empty_list) ),
    inference(resolution,[],['76','66']) ).

cnf('78',plain,
    ( same(s(s(s(s(s(n0))))),s(s(s(s(s(s(s(s(n0)))))))))
    | same(s(s(s(s(s(s(s(n0))))))),s(s(s(s(s(s(n0)))))))
    | same(s(s(s(s(s(s(s(s(n0)))))))),s(s(s(s(n0)))))
    | same(s(s(s(s(n0)))),s(s(s(s(s(s(s(s(n0)))))))))
    | same(s(s(s(s(s(n0))))),s(s(s(s(s(s(s(n0))))))))
    | same(s(s(s(s(s(s(s(n0))))))),s(s(s(s(n0)))))
    | same(s(s(s(s(s(s(n0)))))),s(s(s(s(s(n0))))))
    | same(s(s(s(s(n0)))),s(s(s(s(s(s(n0)))))))
    | same(s(s(s(n0))),s(s(s(s(s(s(n0)))))))
    | attack(s(s(s(s(s(s(s(n0))))))),empty_list) ),
    inference(resolution,[],['77','66']) ).

cnf('79',plain,
    ( same(s(s(s(s(s(n0))))),s(s(s(s(s(s(s(s(n0)))))))))
    | same(s(s(s(s(s(s(s(s(n0)))))))),s(s(s(s(n0)))))
    | same(s(s(s(s(n0)))),s(s(s(s(s(s(s(s(n0)))))))))
    | same(s(s(s(s(s(n0))))),s(s(s(s(s(s(s(n0))))))))
    | same(s(s(s(s(s(s(s(n0))))))),s(s(s(s(n0)))))
    | same(s(s(s(s(s(s(n0)))))),s(s(s(s(s(n0))))))
    | same(s(s(s(s(n0)))),s(s(s(s(s(s(n0)))))))
    | same(s(s(s(n0))),s(s(s(s(s(s(n0)))))))
    | attack(s(s(s(s(s(s(s(n0))))))),empty_list) ),
    inference(resolution,[],['78','66']) ).

cnf('80',plain,
    ( same(s(s(s(s(s(s(s(s(n0)))))))),s(s(s(s(n0)))))
    | same(s(s(s(s(n0)))),s(s(s(s(s(s(s(s(n0)))))))))
    | same(s(s(s(s(s(n0))))),s(s(s(s(s(s(s(n0))))))))
    | same(s(s(s(s(s(s(s(n0))))))),s(s(s(s(n0)))))
    | same(s(s(s(s(n0)))),s(s(s(s(s(s(s(n0))))))))
    | same(s(s(s(s(s(s(n0)))))),s(s(s(s(s(n0))))))
    | same(s(s(s(s(n0)))),s(s(s(s(s(s(n0)))))))
    | same(s(s(s(n0))),s(s(s(s(s(s(n0)))))))
    | attack(s(s(s(s(s(s(s(n0))))))),empty_list) ),
    inference(resolution,[],['79','66']) ).

cnf('81',plain,
    ( same(s(s(s(s(n0)))),s(s(s(s(s(s(s(s(n0)))))))))
    | same(s(s(s(s(s(n0))))),s(s(s(s(s(s(s(n0))))))))
    | same(s(s(s(s(s(s(s(n0))))))),s(s(s(s(n0)))))
    | same(s(s(s(s(n0)))),s(s(s(s(s(s(s(n0))))))))
    | same(s(s(s(s(s(s(n0)))))),s(s(s(s(s(n0))))))
    | same(s(s(s(s(s(s(s(n0))))))),s(s(s(n0))))
    | same(s(s(s(s(n0)))),s(s(s(s(s(s(n0)))))))
    | same(s(s(s(n0))),s(s(s(s(s(s(n0)))))))
    | attack(s(s(s(s(s(s(s(n0))))))),empty_list) ),
    inference(resolution,[],['80','66']) ).

cnf('82',plain,
    ( same(s(s(s(s(n0)))),s(s(s(s(s(s(s(s(n0)))))))))
    | same(s(s(s(s(s(s(s(n0))))))),s(s(s(s(n0)))))
    | same(s(s(s(s(n0)))),s(s(s(s(s(s(s(n0))))))))
    | same(s(s(s(s(s(s(n0)))))),s(s(s(s(s(n0))))))
    | same(s(s(s(s(s(s(s(n0))))))),s(s(s(n0))))
    | same(s(s(s(s(n0)))),s(s(s(s(s(s(n0)))))))
    | same(s(s(s(n0))),s(s(s(s(s(s(n0)))))))
    | attack(s(s(s(s(s(s(s(n0))))))),empty_list) ),
    inference(resolution,[],['81','66']) ).

cnf('83',plain,
    ( same(s(s(s(s(s(s(s(n0))))))),s(s(s(s(n0)))))
    | same(s(s(s(s(n0)))),s(s(s(s(s(s(s(n0))))))))
    | same(s(s(s(s(s(s(n0)))))),s(s(s(s(s(n0))))))
    | same(s(s(s(s(s(s(s(n0))))))),s(s(s(n0))))
    | same(s(s(s(n0))),s(s(s(s(s(s(s(n0))))))))
    | same(s(s(s(s(n0)))),s(s(s(s(s(s(n0)))))))
    | same(s(s(s(n0))),s(s(s(s(s(s(n0)))))))
    | attack(s(s(s(s(s(s(s(n0))))))),empty_list) ),
    inference(resolution,[],['82','66']) ).

cnf('84',plain,
    ( same(s(s(s(s(n0)))),s(s(s(s(s(s(s(n0))))))))
    | same(s(s(s(s(s(s(n0)))))),s(s(s(s(s(n0))))))
    | same(s(s(s(s(s(s(s(n0))))))),s(s(s(n0))))
    | same(s(s(s(n0))),s(s(s(s(s(s(s(n0))))))))
    | same(s(s(s(s(n0)))),s(s(s(s(s(s(n0)))))))
    | same(s(s(s(s(s(s(n0)))))),s(s(s(n0))))
    | same(s(s(s(n0))),s(s(s(s(s(s(n0)))))))
    | attack(s(s(s(s(s(s(s(n0))))))),empty_list) ),
    inference(resolution,[],['83','66']) ).

cnf('85',plain,
    ( same(s(s(s(s(n0)))),s(s(s(s(s(s(s(n0))))))))
    | same(s(s(s(s(s(s(s(n0))))))),s(s(s(n0))))
    | same(s(s(s(n0))),s(s(s(s(s(s(s(n0))))))))
    | same(s(s(s(s(n0)))),s(s(s(s(s(s(n0)))))))
    | same(s(s(s(s(s(s(n0)))))),s(s(s(n0))))
    | same(s(s(s(n0))),s(s(s(s(s(s(n0)))))))
    | same(s(s(s(s(s(n0))))),s(s(s(s(n0)))))
    | attack(s(s(s(s(s(s(s(n0))))))),empty_list) ),
    inference(resolution,[],['84','66']) ).

cnf('86',plain,
    ( same(s(s(s(s(s(s(s(n0))))))),s(s(s(n0))))
    | same(s(s(s(n0))),s(s(s(s(s(s(s(n0))))))))
    | same(s(s(s(s(n0)))),s(s(s(s(s(s(n0)))))))
    | same(s(s(s(s(s(s(n0)))))),s(s(s(n0))))
    | same(s(s(s(n0))),s(s(s(s(s(s(n0)))))))
    | same(s(s(s(s(s(n0))))),s(s(s(s(n0)))))
    | attack(s(s(s(s(s(s(s(n0))))))),empty_list) ),
    inference(resolution,[],['85','66']) ).

cnf('87',plain,
    ( same(s(s(s(n0))),s(s(s(s(s(s(s(n0))))))))
    | same(s(s(s(s(n0)))),s(s(s(s(s(s(n0)))))))
    | same(s(s(s(s(s(s(n0)))))),s(s(s(n0))))
    | same(s(s(s(n0))),s(s(s(s(s(s(n0)))))))
    | same(s(s(s(s(s(n0))))),s(s(s(s(n0)))))
    | same(s(s(s(s(s(s(n0)))))),s(s(n0)))
    | attack(s(s(s(s(s(s(s(n0))))))),empty_list) ),
    inference(resolution,[],['86','66']) ).

cnf('88',plain,
    ( same(s(s(s(n0))),s(s(s(s(s(s(s(n0))))))))
    | same(s(s(s(s(s(s(n0)))))),s(s(s(n0))))
    | same(s(s(s(n0))),s(s(s(s(s(s(n0)))))))
    | same(s(s(s(s(s(n0))))),s(s(s(s(n0)))))
    | same(s(s(s(s(s(s(n0)))))),s(s(n0)))
    | same(s(s(s(n0))),s(s(s(s(s(n0))))))
    | attack(s(s(s(s(s(s(s(n0))))))),empty_list) ),
    inference(resolution,[],['87','66']) ).

cnf('89',plain,
    ( same(s(s(s(s(s(s(n0)))))),s(s(s(n0))))
    | same(s(s(s(n0))),s(s(s(s(s(s(n0)))))))
    | same(s(s(s(s(s(n0))))),s(s(s(s(n0)))))
    | same(s(s(s(s(s(s(n0)))))),s(s(n0)))
    | same(s(s(n0)),s(s(s(s(s(s(n0)))))))
    | same(s(s(s(n0))),s(s(s(s(s(n0))))))
    | attack(s(s(s(s(s(s(s(n0))))))),empty_list) ),
    inference(resolution,[],['88','66']) ).

cnf('90',plain,
    ( same(s(s(s(n0))),s(s(s(s(s(s(n0)))))))
    | same(s(s(s(s(s(n0))))),s(s(s(s(n0)))))
    | same(s(s(s(s(s(s(n0)))))),s(s(n0)))
    | same(s(s(n0)),s(s(s(s(s(s(n0)))))))
    | same(s(s(s(n0))),s(s(s(s(s(n0))))))
    | attack(s(s(s(s(s(s(s(n0))))))),empty_list)
    | same(s(s(s(s(s(n0))))),s(s(n0))) ),
    inference(resolution,[],['89','66']) ).

cnf('91',plain,
    ( same(s(s(s(n0))),s(s(s(s(s(s(n0)))))))
    | same(s(s(s(s(s(s(n0)))))),s(s(n0)))
    | same(s(s(n0)),s(s(s(s(s(s(n0)))))))
    | same(s(s(s(n0))),s(s(s(s(s(n0))))))
    | attack(s(s(s(s(s(s(s(n0))))))),empty_list)
    | same(s(s(s(s(s(n0))))),s(s(n0)))
    | same(s(s(s(s(n0)))),s(s(s(n0)))) ),
    inference(resolution,[],['90','66']) ).

cnf('92',plain,
    ( same(s(s(s(s(s(s(n0)))))),s(s(n0)))
    | same(s(s(n0)),s(s(s(s(s(s(n0)))))))
    | same(s(s(s(n0))),s(s(s(s(s(n0))))))
    | attack(s(s(s(s(s(s(s(n0))))))),empty_list)
    | same(s(s(s(s(s(n0))))),s(s(n0)))
    | same(s(s(n0)),s(s(s(s(s(n0))))))
    | same(s(s(s(s(n0)))),s(s(s(n0)))) ),
    inference(resolution,[],['91','66']) ).

cnf('93',plain,
    ( same(s(s(n0)),s(s(s(s(s(s(n0)))))))
    | same(s(s(s(n0))),s(s(s(s(s(n0))))))
    | attack(s(s(s(s(s(s(s(n0))))))),empty_list)
    | same(s(s(s(s(s(n0))))),s(s(n0)))
    | same(s(s(n0)),s(s(s(s(s(n0))))))
    | same(s(s(s(s(n0)))),s(s(s(n0))))
    | same(s(s(s(s(s(n0))))),s(n0)) ),
    inference(resolution,[],['92','66']) ).

cnf('94',plain,
    ( same(s(s(n0)),s(s(s(s(s(s(n0)))))))
    | attack(s(s(s(s(s(s(s(n0))))))),empty_list)
    | same(s(s(s(s(s(n0))))),s(s(n0)))
    | same(s(s(n0)),s(s(s(s(s(n0))))))
    | same(s(s(s(s(n0)))),s(s(s(n0))))
    | same(s(s(s(s(s(n0))))),s(n0))
    | same(s(s(n0)),s(s(s(s(n0))))) ),
    inference(resolution,[],['93','66']) ).

cnf('95',plain,
    ( attack(s(s(s(s(s(s(s(n0))))))),empty_list)
    | same(s(s(s(s(s(n0))))),s(s(n0)))
    | same(s(s(n0)),s(s(s(s(s(n0))))))
    | same(s(s(s(s(n0)))),s(s(s(n0))))
    | same(s(s(s(s(s(n0))))),s(n0))
    | same(s(n0),s(s(s(s(s(n0))))))
    | same(s(s(n0)),s(s(s(s(n0))))) ),
    inference(resolution,[],['94','66']) ).

cnf('96',plain,
    ( same(s(s(s(s(s(n0))))),s(s(n0)))
    | same(s(s(n0)),s(s(s(s(s(n0))))))
    | same(s(s(s(s(n0)))),s(s(s(n0))))
    | same(s(s(s(s(s(n0))))),s(n0))
    | same(s(n0),s(s(s(s(s(n0))))))
    | same(s(s(n0)),s(s(s(s(n0))))) ),
    inference(resolution,[then_simplify],['95','44','59']) ).

cnf('97',plain,
    ( same(s(s(n0)),s(s(s(s(s(n0))))))
    | same(s(s(s(s(n0)))),s(s(s(n0))))
    | same(s(s(s(s(s(n0))))),s(n0))
    | same(s(n0),s(s(s(s(s(n0))))))
    | same(s(s(n0)),s(s(s(s(n0)))))
    | same(s(s(s(s(n0)))),s(n0)) ),
    inference(resolution,[],['96','66']) ).

cnf('98',plain,
    ( same(s(s(n0)),s(s(s(s(s(n0))))))
    | same(s(s(s(s(s(n0))))),s(n0))
    | same(s(n0),s(s(s(s(s(n0))))))
    | same(s(s(n0)),s(s(s(s(n0)))))
    | same(s(s(s(s(n0)))),s(n0))
    | same(s(s(s(n0))),s(s(n0))) ),
    inference(resolution,[],['97','66']) ).

cnf('99',plain,
    ( same(s(s(s(s(s(n0))))),s(n0))
    | same(s(n0),s(s(s(s(s(n0))))))
    | same(s(s(n0)),s(s(s(s(n0)))))
    | same(s(s(s(s(n0)))),s(n0))
    | same(s(n0),s(s(s(s(n0)))))
    | same(s(s(s(n0))),s(s(n0))) ),
    inference(resolution,[],['98','66']) ).

cnf('100',plain,
    ~ same(s(X0),n0),
    inference(cnf_transformation,[],[same_definition1]) ).

cnf('101',plain,
    ( same(s(n0),s(s(s(s(s(n0))))))
    | same(s(s(n0)),s(s(s(s(n0)))))
    | same(s(s(s(s(n0)))),s(n0))
    | same(s(n0),s(s(s(s(n0)))))
    | same(s(s(s(n0))),s(s(n0))) ),
    inference(resolution,[then_simplify],['99','66','100']) ).

cnf('102',plain,
    ( same(s(n0),s(s(s(s(s(n0))))))
    | same(s(s(s(s(n0)))),s(n0))
    | same(s(n0),s(s(s(s(n0)))))
    | same(s(s(s(n0))),s(s(n0)))
    | same(s(n0),s(s(s(n0)))) ),
    inference(resolution,[],['101','66']) ).

cnf('103',plain,
    ~ same(n0,s(X0)),
    inference(cnf_transformation,[],[same_definition2]) ).

cnf('104',plain,
    ( same(s(s(s(s(n0)))),s(n0))
    | same(s(n0),s(s(s(s(n0)))))
    | same(s(s(s(n0))),s(s(n0)))
    | same(s(n0),s(s(s(n0)))) ),
    inference(resolution,[then_simplify],['102','66','103']) ).

cnf('105',plain,
    ( same(s(n0),s(s(s(s(n0)))))
    | same(s(s(s(n0))),s(s(n0)))
    | same(s(n0),s(s(s(n0)))) ),
    inference(resolution,[then_simplify],['104','66','100']) ).

cnf('106',plain,
    ( same(s(n0),s(s(s(s(n0)))))
    | same(s(n0),s(s(s(n0))))
    | same(s(s(n0)),s(n0)) ),
    inference(resolution,[],['105','66']) ).

cnf('107',plain,
    ( same(s(n0),s(s(s(n0))))
    | same(s(s(n0)),s(n0)) ),
    inference(resolution,[then_simplify],['106','66','103']) ).

cnf('108',plain,
    same(s(s(n0)),s(n0)),
    inference(resolution,[then_simplify],['107','66','103']) ).

cnf('109',plain,
    $false,
    inference(resolution,[then_simplify],['108','66','100']) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.14  % Problem  : PUZ034-1.004 : TPTP v8.1.2. Released v1.0.0.
% 0.00/0.14  % Command  : gkc %s
% 0.15/0.36  % Computer : n018.cluster.edu
% 0.15/0.36  % Model    : x86_64 x86_64
% 0.15/0.36  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.15/0.36  % Memory   : 8042.1875MB
% 0.15/0.36  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.15/0.36  % CPULimit : 300
% 0.15/0.36  % WCLimit  : 300
% 0.15/0.36  % DateTime : Sat Aug 26 22:27:30 EDT 2023
% 0.15/0.36  % CPUTime  : 
% 0.15/0.41  
% 0.15/0.41  input clause set summed statistics:
% 0.15/0.41  ----------------------------------
% 0.15/0.41  in_clause_count:                    18
% 0.15/0.41  in_rule_clause_count:               16
% 0.15/0.41  in_fact_clause_count:                2
% 0.15/0.41  in_answer_clause_count:              0
% 0.15/0.41  in_ground_clause_count:              0
% 0.15/0.41  in_unit_clause_count:                9
% 0.15/0.41  in_horn_clause_count:               16
% 0.15/0.41  in_pos_clause_count:                 5
% 0.15/0.41  in_neg_clause_count:                 4
% 0.15/0.41  in_poseq_clause_count:               0
% 0.15/0.41  in_negeq_clause_count:               0
% 0.15/0.41  in_unitposeq_clause_count:           0
% 0.15/0.41  in_chain_clause_count:               0
% 0.15/0.41  in_min_length:             1
% 0.15/0.41  in_max_length:             7
% 0.15/0.41  in_min_depth:              1
% 0.15/0.41  in_max_depth:              5
% 0.15/0.41  in_min_size:               4
% 0.15/0.41  in_max_size:              29
% 0.15/0.41  in_min_vars:               1
% 0.15/0.41  in_max_vars:               7
% 0.15/0.41  in_extaxiom_count:                 0
% 0.15/0.41  in_axiom_count:                   17
% 0.15/0.41  in_assumption_count:               0
% 0.15/0.41  in_goal_count:                     1
% 0.15/0.41  in_neg_goal_count:                 1
% 0.15/0.41  in_pos_goal_count:                 0
% 0.15/0.41  in_posunit_goal_count:             0
% 0.15/0.41  
% 0.15/0.41  auto guide:
% 0.15/0.41  -----------
% 0.15/0.41  {
% 0.15/0.41  "print":1,
% 0.15/0.41  "print_level": 15,
% 0.15/0.41  "max_size": 0,
% 0.15/0.41  "max_depth": 0,
% 0.15/0.41  "max_length": 0,
% 0.15/0.41  "max_dseconds": 0,
% 0.15/0.41  "equality":0,
% 0.15/0.41  "runs":[
% 0.15/0.41  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0},
% 0.15/0.41  {"max_dseconds":1, "sine":5, "strategy":["negative_pref"], "query_preference":0},
% 0.15/0.41  {"max_dseconds":1, "strategy":["negative_pref"],  "weight_select_ratio":100, "query_preference":0},
% 0.15/0.41  {"max_dseconds":1, "strategy":["hardness_pref"],  "weight_select_ratio":100, "query_preference":0},
% 0.15/0.41  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.15/0.41  {"max_dseconds":1, "strategy":["unit"],  "weight_select_ratio":100, "query_preference":0},
% 0.15/0.41  {"max_dseconds":1, "strategy":["negative_pref"],  "weight_select_ratio":100, "query_preference":0, "var_weight":70, "repeat_var_weight":70},
% 0.15/0.41  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.15/0.41  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1},
% 0.15/0.41  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1},
% 0.15/0.41  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.15/0.41  {"max_dseconds":1, "strategy":["query_focus", "double"], "query_preference":1},
% 0.15/0.41  {"max_dseconds":1, "strategy":["unit"], "query_preference":0},
% 0.15/0.41  {"max_dseconds":1, "strategy":["unit"], "query_preference":1},
% 0.15/0.41  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.15/0.41  {"length_penalty":100, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":1},
% 0.15/0.41  {"strategy":["hardness_pref", "max_weight"], "length_penalty":100, "depth_penalty":50, "max_depth":3, "var_weight":10, "repeat_var_weight":10, "max_dseconds":1},
% 0.15/0.41  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0},
% 0.15/0.41  {"var_weight":70, "repeat_var_weight":70, "max_depth":3, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":1},
% 0.15/0.41  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.15/0.41  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.15/0.41  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.15/0.41  {"weight_select_ratio":100, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":1},
% 0.15/0.41  {"max_dseconds":1, "strategy":["negative_pref"], "weight_select_ratio":20},
% 0.15/0.41  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0},
% 0.15/0.41  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":2},
% 0.15/0.41  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.15/0.41  {"max_dseconds":1, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.15/0.41  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.15/0.41  {"max_dseconds":1, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.15/0.41  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":2},
% 0.15/0.41  {"max_dseconds":1, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.15/0.41  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.15/0.41  {"max_dseconds":1, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.15/0.41  {"max_dseconds":1, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.15/0.41  {"max_dseconds":1, "strategy":["negative_pref"], "max_depth":5, "query_preference":0},
% 0.15/0.41  {"max_dseconds":1, "strategy":["negative_pref"], "max_weight":40, "query_preference":0},
% 0.15/0.41  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.15/0.41  
% 0.15/0.41  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0},
% 0.15/0.41  {"max_dseconds":10, "sine":5, "strategy":["negative_pref"], "query_preference":0},
% 0.15/0.41  {"max_dseconds":10, "strategy":["negative_pref"],  "weight_select_ratio":100, "query_preference":0},
% 0.15/0.41  {"max_dseconds":10, "strategy":["hardness_pref"],  "weight_select_ratio":100, "query_preference":0},
% 0.15/0.41  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.15/0.41  {"max_dseconds":10, "strategy":["unit"],  "weight_select_ratio":100, "query_preference":0},
% 0.15/0.41  {"max_dseconds":10, "strategy":["negative_pref"],  "weight_select_ratio":100, "query_preference":0, "var_weight":70, "repeat_var_weight":70},
% 0.15/0.41  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.15/0.41  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1},
% 0.15/0.41  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1},
% 0.15/0.41  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.15/0.41  {"max_dseconds":10, "strategy":["query_focus", "double"], "query_preference":1},
% 0.15/0.41  {"max_dseconds":10, "strategy":["unit"], "query_preference":0},
% 0.15/0.41  {"max_dseconds":10, "strategy":["unit"], "query_preference":1},
% 0.15/0.41  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.15/0.41  {"length_penalty":100, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":10},
% 0.15/0.41  {"strategy":["hardness_pref", "max_weight"], "length_penalty":100, "depth_penalty":50, "max_depth":3, "var_weight":10, "repeat_var_weight":10, "max_dseconds":10},
% 0.15/0.41  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0},
% 0.15/0.41  {"var_weight":70, "repeat_var_weight":70, "max_depth":3, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":10},
% 0.15/0.41  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.15/0.41  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.15/0.41  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.15/0.41  {"weight_select_ratio":100, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":10},
% 0.15/0.41  {"max_dseconds":10, "strategy":["negative_pref"], "weight_select_ratio":20},
% 0.15/0.41  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0},
% 0.15/0.41  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":2},
% 0.15/0.41  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.15/0.41  {"max_dseconds":10, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.15/0.41  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.15/0.41  {"max_dseconds":10, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.15/0.41  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":2},
% 0.15/0.41  {"max_dseconds":10, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.15/0.41  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.15/0.41  {"max_dseconds":10, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.15/0.41  {"max_dseconds":10, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.15/0.41  {"max_dseconds":10, "strategy":["negative_pref"], "max_depth":5, "query_preference":0},
% 0.15/0.41  {"max_dseconds":10, "strategy":["negative_pref"], "max_weight":40, "query_preference":0},
% 0.15/0.41  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.15/0.41  
% 0.15/0.41  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0},
% 0.15/0.41  {"max_dseconds":50, "sine":5, "strategy":["negative_pref"], "query_preference":0},
% 0.15/0.41  {"max_dseconds":50, "strategy":["negative_pref"],  "weight_select_ratio":100, "query_preference":0},
% 0.15/0.41  {"max_dseconds":50, "strategy":["hardness_pref"],  "weight_select_ratio":100, "query_preference":0},
% 0.15/0.41  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.15/0.41  {"max_dseconds":50, "strategy":["unit"],  "weight_select_ratio":100, "query_preference":0},
% 0.15/0.41  {"max_dseconds":50, "strategy":["negative_pref"],  "weight_select_ratio":100, "query_preference":0, "var_weight":70, "repeat_var_weight":70},
% 0.15/0.41  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.15/0.41  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1},
% 0.15/0.41  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1},
% 0.15/0.41  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.15/0.41  {"max_dseconds":50, "strategy":["query_focus", "double"], "query_preference":1},
% 0.15/0.41  {"max_dseconds":50, "strategy":["unit"], "query_preference":0},
% 0.15/0.41  {"max_dseconds":50, "strategy":["unit"], "query_preference":1},
% 0.15/0.41  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.15/0.41  {"length_penalty":100, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":50},
% 0.15/0.41  {"strategy":["hardness_pref", "max_weight"], "length_penalty":100, "depth_penalty":50, "max_depth":3, "var_weight":10, "repeat_var_weight":10, "max_dseconds":50},
% 0.15/0.41  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0},
% 0.15/0.41  {"var_weight":70, "repeat_var_weight":70, "max_depth":3, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":50},
% 0.15/0.41  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.15/0.41  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.15/0.41  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.15/0.41  {"weight_select_ratio":100, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":50},
% 0.15/0.41  {"max_dseconds":50, "strategy":["negative_pref"], "weight_select_ratio":20},
% 0.15/0.41  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0},
% 0.15/0.41  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":2},
% 0.15/0.41  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.15/0.41  {"max_dseconds":50, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.15/0.41  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.15/0.41  {"max_dseconds":50, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.15/0.41  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":2},
% 0.15/0.41  {"max_dseconds":50, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.15/0.41  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.15/0.41  {"max_dseconds":50, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.15/0.41  {"max_dseconds":50, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.15/0.41  {"max_dseconds":50, "strategy":["negative_pref"], "max_depth":5, "query_preference":0},
% 0.15/0.41  {"max_dseconds":50, "strategy":["negative_pref"], "max_weight":40, "query_preference":0},
% 0.15/0.41  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.15/0.41  
% 0.15/0.41  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0},
% 0.15/0.41  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":1},
% 0.15/0.41  {"max_dseconds":250, "strategy":["query_focus"], "query_preference":1},
% 0.15/0.41  {"max_dseconds":250, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.15/0.41  {"max_dseconds":250, "strategy":["query_focus", "double"], "query_preference":1},
% 0.15/0.41  {"max_dseconds":250, "strategy":["unit"], "query_preference":0},
% 0.15/0.41  {"max_dseconds":250, "strategy":["unit"], "query_preference":1},
% 0.15/0.41  {"max_dseconds":250, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.15/0.41  {"length_penalty":100, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":250},
% 0.15/0.41  {"strategy":["hardness_pref", "max_weight"], "length_penalty":100, "depth_penalty":50, "max_depth":3, "var_weight":10, "repeat_var_weight":10, "max_dseconds":250},
% 0.15/0.41  {"max_dseconds":250, "strategy":["positive_pref"], "query_preference":0},
% 0.15/0.41  {"var_weight":70, "repeat_var_weight":70, "max_depth":3, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":250},
% 0.15/0.41  {"max_dseconds":250, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.15/0.41  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.15/0.41  {"max_dseconds":250, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.15/0.41  {"weight_select_ratio":100, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":250},
% 0.15/0.41  {"max_dseconds":250, "strategy":["negative_pref"], "weight_select_ratio":20},
% 0.15/0.41  {"max_dseconds":250, "strategy":["hardness_pref"], "query_preference":0},
% 0.15/0.41  
% 0.15/0.41  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0},
% 0.15/0.41  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":1},
% 0.15/0.41  {"max_dseconds":1250, "strategy":["query_focus"], "query_preference":1},
% 0.15/0.41  {"max_dseconds":1250, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.15/0.41  {"max_dseconds":1250, "strategy":["query_focus", "double"], "query_preference":1},
% 0.15/0.41  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0},
% 0.15/0.41  {"max_dseconds":1250, "strategy":["unit"], "query_preference":1},
% 0.15/0.41  {"max_dseconds":1250, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.15/0.41  {"length_penalty":100, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":1250},
% 0.15/0.41  {"strategy":["hardness_pref", "max_weight"], "length_penalty":100, "depth_penalty":50, "max_depth":3, "var_weight":10, "repeat_var_weight":10, "max_dseconds":1250},
% 0.15/0.41  {"max_dseconds":1250, "strategy":["positive_pref"], "query_preference":0},
% 0.15/0.41  {"var_weight":70, "repeat_var_weight":70, "max_depth":3, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":1250},
% 0.15/0.41  {"max_dseconds":1250, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.15/0.41  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.15/0.41  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.15/0.41  {"weight_select_ratio":100, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":1250},
% 0.15/0.41  {"max_dseconds":1250, "strategy":["negative_pref"], "weight_select_ratio":20},
% 0.15/0.41  {"max_dseconds":1250, "strategy":["hardness_pref"], "query_preference":0} 
% 0.15/0.41  
% 0.15/0.41  ]}
% 0.15/0.41  
% 0.15/0.41  
% 0.15/0.41  **** run 1 fork 0 starts with strategy
% 0.15/0.41  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0}
% 0.15/0.41  
% 0.15/0.41  **** run 2 fork 1 starts with strategy
% 0.15/0.41  {"max_dseconds":1,"sine":5,"strategy":["negative_pref"],"query_preference":0}
% 0.15/0.41  
% 0.15/0.41  **** run 3 fork 2 starts with strategy
% 0.15/0.41  {"max_dseconds":1,"strategy":["negative_pref"],"weight_select_ratio":100,"query_preference":0}
% 0.15/0.41  
% 0.15/0.41  **** run 4 fork 3 starts with strategy
% 0.15/0.41  {"max_dseconds":1,"strategy":["hardness_pref"],"weight_select_ratio":100,"query_preference":0}
% 0.15/0.41  
% 0.15/0.41  **** run 5 fork 4 starts with strategy
% 0.15/0.41  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 0.15/0.41  
% 0.15/0.41  **** run 6 fork 5 starts with strategy
% 0.15/0.41  {"max_dseconds":1,"strategy":["unit"],"weight_select_ratio":100,"query_preference":0}
% 0.15/0.41  
% 0.15/0.41  **** run 7 fork 6 starts with strategy
% 0.15/0.41  {"max_dseconds":1,"strategy":["negative_pref"],"weight_select_ratio":100,"query_preference":0,"var_weight":70,"repeat_var_weight":70}
% 0.15/0.41  
% 0.15/0.41  **** run 8 fork 7 starts with strategy
% 0.15/0.41  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 0.22/0.53  
% 0.22/0.53  fork 6: search finished without proof.
% 0.22/0.53  
% 0.22/0.53  fork 3: search finished without proof.
% 0.22/0.53  
% 0.22/0.53  fork 1: search finished without proof.
% 0.22/0.53  
% 0.22/0.53  fork 0: search finished without proof.
% 0.22/0.53  
% 0.22/0.53  
% 0.22/0.53  fork 2: search terminated without proof.
% 0.22/0.53  
% 0.22/0.53  
% 0.22/0.53  fork 5: search terminated without proof.
% 0.22/0.54  
% 0.22/0.54  
% 0.22/0.54  fork 7: search terminated without proof.
% 0.22/0.54  
% 0.22/0.54  
% 0.22/0.54  fork 4: search terminated without proof.
% 0.22/0.55  
% 0.22/0.55  **** run 15 fork 6 starts with strategy
% 0.22/0.55  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"length_penalty":100}
% 0.22/0.55  
% 0.22/0.55  **** run 10 fork 1 starts with strategy
% 0.22/0.55  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1}
% 0.22/0.55  
% 0.22/0.55  **** run 12 fork 3 starts with strategy
% 0.22/0.55  {"max_dseconds":1,"strategy":["query_focus","double"],"query_preference":1}
% 0.22/0.56  
% 0.22/0.56  **** run 11 fork 2 starts with strategy
% 0.22/0.56  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 0.22/0.56  
% 0.22/0.56  **** run 16 fork 7 starts with strategy
% 0.22/0.56  {"length_penalty":100,"query_preference":0,"strategy":["negative_pref"],"max_dseconds":1}
% 0.22/0.56  
% 0.22/0.56  **** run 9 fork 0 starts with strategy
% 0.22/0.56  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1}
% 0.22/0.56  
% 0.22/0.56  **** run 13 fork 4 starts with strategy
% 0.22/0.56  {"max_dseconds":1,"strategy":["unit"],"query_preference":0}
% 0.22/0.56  
% 0.22/0.56  **** run 14 fork 5 starts with strategy
% 0.22/0.56  {"max_dseconds":1,"strategy":["unit"],"query_preference":1}
% 0.22/0.58  
% 0.22/0.58  fork 3: search finished without proof.
% 0.22/0.60  
% 0.22/0.60  **** run 20 fork 3 starts with strategy
% 0.22/0.60  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 0.22/0.66  
% 0.22/0.66  fork 6: search finished without proof.
% 0.22/0.67  
% 0.22/0.67  fork 1: search finished without proof.
% 0.22/0.67  
% 0.22/0.67  fork 2: search finished without proof.
% 0.22/0.68  
% 0.22/0.68  
% 0.22/0.68  fork 7: search terminated without proof.
% 0.22/0.68  
% 0.22/0.68  **** run 23 fork 6 starts with strategy
% 0.22/0.68  {"weight_select_ratio":100,"length_penalty":100,"query_preference":1,"strategy":["query_focus"],"max_dseconds":1}
% 0.22/0.68  
% 0.22/0.68  
% 0.22/0.68  fork 5: search terminated without proof.
% 0.22/0.68  
% 0.22/0.68  
% 0.22/0.68  fork 4: search terminated without proof.
% 0.22/0.69  
% 0.22/0.69  **** run 18 fork 1 starts with strategy
% 0.22/0.69  {"max_dseconds":1,"strategy":["positive_pref"],"query_preference":0}
% 0.22/0.69  
% 0.22/0.69  **** run 19 fork 2 starts with strategy
% 0.22/0.69  {"var_weight":70,"repeat_var_weight":70,"max_depth":3,"query_preference":0,"strategy":["negative_pref"],"max_dseconds":1}
% 0.22/0.70  
% 0.22/0.70  **** run 24 fork 7 starts with strategy
% 0.22/0.70  {"max_dseconds":1,"strategy":["negative_pref"],"weight_select_ratio":20}
% 0.22/0.70  
% 0.22/0.70  **** run 22 fork 5 starts with strategy
% 0.22/0.70  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"depth_penalty":100,"repeat_var_weight":1}
% 0.22/0.70  
% 0.22/0.70  **** run 21 fork 4 starts with strategy
% 0.22/0.70  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 0.22/0.71  
% 0.22/0.71  fork 3: search finished without proof.
% 0.22/0.71  
% 0.22/0.71  
% 0.22/0.71  fork 0: search terminated without proof.
% 0.22/0.73  
% 0.22/0.73  **** run 28 fork 3 starts with strategy
% 0.22/0.73  {"max_dseconds":1,"strategy":["query_focus","positive_pref"],"query_preference":0}
% 0.22/0.73  
% 0.22/0.73  **** run 17 fork 0 starts with strategy
% 0.22/0.73  {"strategy":["hardness_pref","max_weight"],"length_penalty":100,"depth_penalty":50,"max_depth":3,"var_weight":10,"repeat_var_weight":10,"max_dseconds":1}
% 0.22/0.74  
% 0.22/0.74  fork 2: search finished without proof.
% 0.22/0.76  
% 0.22/0.76  **** run 27 fork 2 starts with strategy
% 0.22/0.76  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":0}
% 0.22/0.77  
% 0.22/0.77  fork 0: search finished without proof.
% 0.22/0.79  
% 0.22/0.79  fork 2: search finished without proof.
% 0.22/0.79  
% 0.22/0.79  fork 6: search finished without proof.
% 0.22/0.79  
% 0.22/0.79  **** run 25 fork 0 starts with strategy
% 0.22/0.79  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0}
% 0.22/0.80  
% 0.22/0.80  **** run 35 fork 2 starts with strategy
% 0.22/0.80  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 0.22/0.81  
% 0.22/0.81  **** run 31 fork 6 starts with strategy
% 0.22/0.81  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":2}
% 0.22/0.81  
% 0.22/0.81  
% 0.22/0.81  fork 7: search terminated without proof.
% 0.22/0.83  
% 0.22/0.83  
% 0.22/0.83  fork 1: search terminated without proof.
% 0.22/0.83  
% 0.22/0.83  **** run 32 fork 7 starts with strategy
% 0.22/0.83  {"max_dseconds":1,"strategy":["hardness_pref","max_ground_weight"],"query_preference":0}
% 2.77/0.85  
% 2.77/0.85  fork 6: search finished without proof.
% 2.77/0.86  
% 2.77/0.86  **** run 26 fork 1 starts with strategy
% 2.77/0.86  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":2}
% 2.77/0.86  
% 2.77/0.86  **** run 39 fork 6 starts with strategy
% 2.77/0.86  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0}
% 2.77/0.87  
% 2.77/0.87  
% 2.77/0.87  fork 3: search terminated without proof.
% 2.77/0.87  
% 2.77/0.87  fork 4: search finished without proof.
% 2.77/0.88  
% 2.77/0.88  
% 2.77/0.88  fork 5: search terminated without proof.
% 2.77/0.88  
% 2.77/0.88  **** run 36 fork 3 starts with strategy
% 2.77/0.88  {"max_dseconds":1,"strategy":["negative_pref"],"max_depth":5,"query_preference":0}
% 2.77/0.89  
% 2.77/0.89  **** run 29 fork 4 starts with strategy
% 2.77/0.89  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":1}
% 2.77/0.89  
% 2.77/0.89  **** run 30 fork 5 starts with strategy
% 2.77/0.89  {"max_dseconds":1,"strategy":["query_focus","max_ground_weight"],"query_preference":1}
% 3.96/0.91  
% 3.96/0.91  fork 0: search finished without proof.
% 3.96/0.91  
% 3.96/0.91  fork 3: search finished without proof.
% 3.96/0.92  
% 3.96/0.92  fork 4: search finished without proof.
% 3.96/0.92  
% 3.96/0.92  **** run 33 fork 0 starts with strategy
% 3.96/0.92  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"depth_penalty":100}
% 3.96/0.93  
% 3.96/0.93  **** run 44 fork 3 starts with strategy
% 3.96/0.93  {"max_dseconds":10,"strategy":["unit"],"weight_select_ratio":100,"query_preference":0}
% 3.96/0.93  
% 3.96/0.93  **** run 37 fork 4 starts with strategy
% 3.96/0.93  {"max_dseconds":1,"strategy":["negative_pref"],"max_weight":40,"query_preference":0}
% 3.96/0.94  
% 3.96/0.94  
% 3.96/0.94  fork 2: search terminated without proof.
% 4.35/0.95  
% 4.35/0.95  **** run 43 fork 2 starts with strategy
% 4.35/0.95  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 4.35/0.95  
% 4.35/0.95  fork 4: search finished without proof.
% 4.35/0.96  
% 4.35/0.96  fork 7: search finished without proof.
% 4.35/0.97  
% 4.35/0.97  **** run 45 fork 4 starts with strategy
% 4.35/0.97  {"max_dseconds":10,"strategy":["negative_pref"],"weight_select_ratio":100,"query_preference":0,"var_weight":70,"repeat_var_weight":70}
% 4.35/0.97  
% 4.35/0.97  **** run 40 fork 7 starts with strategy
% 4.35/0.97  {"max_dseconds":10,"sine":5,"strategy":["negative_pref"],"query_preference":0}
% 4.35/0.98  
% 4.35/0.98  
% 4.35/0.98  fork 1: search terminated without proof.
% 4.35/1.00  
% 4.35/1.00  **** run 34 fork 1 starts with strategy
% 4.35/1.00  {"max_dseconds":1,"strategy":["query_focus","positive_pref"],"query_preference":1}
% 4.35/1.01  
% 4.35/1.01  fork 5: search finished without proof.
% 4.35/1.03  
% 4.35/1.03  **** run 38 fork 5 starts with strategy
% 4.35/1.03  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 4.35/1.04  
% 4.35/1.04  fork 0: search finished without proof.
% 5.09/1.05  
% 5.09/1.05  **** run 41 fork 0 starts with strategy
% 5.09/1.05  {"max_dseconds":10,"strategy":["negative_pref"],"weight_select_ratio":100,"query_preference":0}
% 5.43/1.11  
% 5.43/1.11  fork 1: search finished without proof.
% 5.43/1.13  
% 5.43/1.13  **** run 42 fork 1 starts with strategy
% 5.43/1.13  {"max_dseconds":10,"strategy":["hardness_pref"],"weight_select_ratio":100,"query_preference":0}
% 5.85/1.15  
% 5.85/1.15  
% 5.85/1.15  fork 5: search terminated without proof.
% 5.90/1.17  
% 5.90/1.17  **** run 46 fork 5 starts with strategy
% 5.90/1.17  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 10.89/1.88  
% 10.89/1.88  
% 10.89/1.88  fork 6: search terminated without proof.
% 10.89/1.90  
% 10.89/1.90  **** run 47 fork 6 starts with strategy
% 10.89/1.90  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":1}
% 10.89/1.92  
% 10.89/1.92  fork 7: search finished without proof.
% 11.56/1.94  
% 11.56/1.94  **** run 48 fork 7 starts with strategy
% 11.56/1.94  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1}
% 11.56/1.95  
% 11.56/1.95  
% 11.56/1.95  fork 3: search terminated without proof.
% 11.56/1.97  
% 11.56/1.97  **** run 52 fork 3 starts with strategy
% 11.56/1.97  {"max_dseconds":10,"strategy":["unit"],"query_preference":1}
% 11.56/1.98  
% 11.56/1.98  
% 11.56/1.98  fork 2: search terminated without proof.
% 11.93/2.00  
% 11.93/2.00  **** run 51 fork 2 starts with strategy
% 11.93/2.00  {"max_dseconds":10,"strategy":["unit"],"query_preference":0}
% 11.93/2.02  
% 11.93/2.02  
% 11.93/2.02  result: proof found
% 11.93/2.02  for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% 11.93/2.02  by run 45 fork 4 strategy {"max_dseconds":10,"strategy":["negative_pref"],"weight_select_ratio":100,"query_preference":0,"var_weight":70,"repeat_var_weight":70}
% 11.93/2.02  % SZS status Unsatisfiable for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% 11.93/2.02  
% 11.93/2.02  % SZS output start CNFRefutation for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% See solution above
% 11.93/2.02  
% 11.93/2.02  run 45 fork 4 statistics:
% 11.93/2.02  ----------------------------------
% 11.93/2.02  this run seconds: 0.437412
% 11.93/2.02  total seconds: 0.974781
% 11.93/2.02  stat_given_used: 2476
% 11.93/2.02  stat_given_used_at_endgame: 0
% 11.93/2.02  stat_given_candidates:   3646
% 11.93/2.02  stat_given_candidates_at_endgame: 0
% 11.93/2.02  stat_given_candidates_h: 0
% 11.93/2.02  stat_binres_derived_cl:   2646
% 11.93/2.02  stat_binres_derived_cl_h: 0
% 11.93/2.02  stat_factor_derived_cl: 1550
% 11.93/2.02  stat_para_derived_cl: 0
% 11.93/2.02  stat_tautologies_discarded: 0
% 11.93/2.02  stat_forward_subsumed: 3
% 11.93/2.02  stat_derived_cut: 651
% 11.93/2.02  stat_derived_rewritten: 0
% 11.93/2.02  stat_weight_discarded_building: 0
% 11.93/2.02  stat_weight_discarded_cl: 0
% 11.93/2.02  stat_internlimit_discarded_cl: 0
% 11.93/2.02  stat_simplified:  0 simplified 0 derived 0 given
% 11.93/2.02  stat_kept_cl: 4192
% 11.93/2.02  stat_built_cl: 9144
% 11.93/2.02  stat_hyperres_partial_cl: 0
% 11.93/2.02  stat_made_rewriters: 0
% 11.93/2.02  stat_backward_subsumed: 0
% 11.93/2.02  stat_propagated_subsumed: 0
% 11.93/2.02  stat_clsubs_attempted:                    199334
% 11.93/2.02  stat_clsubs_fact_groundunit_found:             0
% 11.93/2.02  stat_clsubs_rule_groundunit_found:             0
% 11.93/2.02  stat_clsubs_top_meta_attempted:            3892073
% 11.93/2.02  stat_clsubs_top_meta_failed:               3692739
% 11.93/2.02  stat_clsubs_top_meta_nonpref_attempted:             3892073
% 11.93/2.02  stat_clsubs_top_meta_nonpref_succeeded:              540132
% 11.93/2.02  stat_clsubs_top_meta_pref_attempted:                 540132
% 11.93/2.02  stat_clsubs_top_meta_pref1_succeeded:                215698
% 11.93/2.02  stat_clsubs_top_meta_pref2_succeeded:                204816
% 11.93/2.02  stat_clsubs_top_meta_pref3_succeeded:                199334
% 11.93/2.02  stat_clsubs_top_meta_pref_succeeded:                 199334
% 11.93/2.02  stat_clsubs_meta_attempted:              1047892
% 11.93/2.02  stat_clsubs_meta_failed:                  980219
% 11.93/2.02  stat_clsubs_predsymbs_attempted:               0
% 11.93/2.02  stat_clsubs_unit_attempted:                10992
% 11.93/2.02  stat_clsubs_full_attempted:               188342
% 11.93/2.02  stat_forwardsubs_attempted:                 4196
% 11.93/2.02  stat_lit_hash_added:                    938
% 11.93/2.02  stat_lit_hash_computed:              120083
% 11.93/2.02  stat_lit_hash_match_found:                3
% 11.93/2.02  stat_lit_hash_match_miss:            174596
% 11.93/2.02  stat_lit_hash_cut_ok:                     0
% 11.93/2.02  stat_lit_strong_cut_ok:                 652
% 11.93/2.02  stat_lit_hash_subsume_ok:                 3
% 11.93/2.02  clqueue els 10000000 used 1
% 11.93/2.02  clactive els 10000000 used 2477
% 11.93/2.02  clactivesubsume els 10000000 used 13165
% 11.93/2.02  queue_termbuf els 200000000 used 3658671
% 11.93/2.02  hyper_termbuf els 100000000 used 1
% 11.93/2.02  active_termbuf els 100000000 used 1735886
% 11.93/2.02  varstack els 5000 last used 1
% 11.93/2.02  given_termbuf els 10000000 last used 1
% 11.93/2.02  simplified_termbuf els 10000000 last used 1
% 11.93/2.02  derived_termbuf els 10000000 last used 28
% 11.93/2.02  wr_mallocs: 10648
% 11.93/2.02  wr_callocs: 21
% 11.93/2.02  wr_reallocs: 189
% 11.93/2.02  wr_frees: 2
% 11.93/2.02  wr_malloc_bytes: 4162974788
% 11.93/2.02  wr_calloc_bytes: 112065536
% 11.93/2.02  wr_realloc_bytes: 163280
% 11.93/2.02  wr_realloc_freebytes: 0
% 11.93/2.02  ----------------------------------
%------------------------------------------------------------------------------