TSTP Solution File: GRP101-1 by GKC---0.8

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : GKC---0.8
% Problem  : GRP101-1 : TPTP v8.1.2. Bugfixed v2.7.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : gkc %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  : 300s
% DateTime : Thu Aug 31 00:52:21 EDT 2023

% Result   : Unsatisfiable 0.19s 0.79s
% Output   : CNFRefutation 0.19s
% Verified : 
% SZS Type : ERROR: Analysing output (Could not find formula named identity)

% Comments : 
%------------------------------------------------------------------------------
cnf('1',plain,
    identity = double_divide(X,inverse(X)),
    inference(cnf_transformation,[],[identity]) ).

cnf('2',plain,
    double_divide(double_divide(X0,double_divide(double_divide(X1,double_divide(X2,X0)),double_divide(X2,identity))),double_divide(identity,identity)) = X1,
    inference(cnf_transformation,[],[single_axiom]) ).

cnf('3',plain,
    inverse(X) = double_divide(X,identity),
    inference(cnf_transformation,[],[inverse]) ).

cnf('4',plain,
    double_divide(double_divide(X,double_divide(double_divide(Y,double_divide(Z,X)),inverse(Z))),inverse(identity)) = Y,
    inference(simplify,[then_simplify],['2','3','3']) ).

cnf('5',plain,
    double_divide(double_divide(inverse(X3),double_divide(double_divide(Y3,identity),inverse(X3))),inverse(identity)) = Y3,
    inference(paramodulation,[],['1','4']) ).

cnf('6',plain,
    double_divide(double_divide(inverse(X),double_divide(inverse(Y),inverse(X))),inverse(identity)) = Y,
    inference(simplify,[],['5','3']) ).

cnf('7',plain,
    double_divide(double_divide(inverse(inverse(X3)),identity),inverse(identity)) = X3,
    inference(paramodulation,[],['1','6']) ).

cnf('8',plain,
    double_divide(inverse(inverse(inverse(X))),inverse(identity)) = X,
    inference(simplify,[],['7','3']) ).

cnf('9',plain,
    double_divide(double_divide(inverse(identity),X),inverse(identity)) = inverse(inverse(X)),
    inference(paramodulation,[],['8','6']) ).

cnf('10',plain,
    double_divide(identity,inverse(identity)) = inverse(inverse(inverse(inverse(identity)))),
    inference(paramodulation,[],['1','9']) ).

cnf('11',plain,
    identity = inverse(inverse(inverse(inverse(identity)))),
    inference(simplify,[],['10','1']) ).

cnf('12',plain,
    double_divide(identity,inverse(identity)) = inverse(identity),
    inference(paramodulation,[],['11','8']) ).

cnf('13',plain,
    identity = inverse(identity),
    inference(simplify,[],['12','1']) ).

cnf('14',plain,
    inverse(inverse(double_divide(inverse(X3),inverse(identity)))) = X3,
    inference(paramodulation,[],['9','6']) ).

cnf('15',plain,
    multiply(X0,X1) = double_divide(double_divide(X1,X0),identity),
    inference(cnf_transformation,[],[multiply]) ).

cnf('16',plain,
    multiply(X,Y) = inverse(double_divide(Y,X)),
    inference(simplify,[],['15','3']) ).

cnf('17',plain,
    inverse(multiply(inverse(identity),inverse(X))) = X,
    inference(simplify,[],['14','16']) ).

cnf('18',plain,
    inverse(multiply(identity,inverse(X3))) = X3,
    inference(paramodulation,[],['13','17']) ).

cnf('19',plain,
    multiply(identity,X) = inverse(inverse(X)),
    inference(paramodulation,[],['3','16']) ).

cnf('20',plain,
    inverse(inverse(inverse(inverse(X)))) = X,
    inference(simplify,[],['18','19']) ).

cnf('21',plain,
    double_divide(double_divide(inverse(identity),X3),identity) = inverse(inverse(X3)),
    inference(paramodulation,[],['13','9']) ).

cnf('22',plain,
    multiply(X,identity) = inverse(inverse(X)),
    inference(simplify,[then_simplify],['21','13','3','16']) ).

cnf('23',plain,
    inverse(inverse(inverse(multiply(X,Y)))) = double_divide(Y,X),
    inference(paramodulation,[],['16','20']) ).

cnf('24',plain,
    inverse(inverse(inverse(inverse(inverse(X3))))) = double_divide(identity,X3),
    inference(paramodulation,[],['22','23']) ).

cnf('25',plain,
    inverse(X) = double_divide(identity,X),
    inference(simplify,[],['24','20']) ).

cnf('26',plain,
    double_divide(double_divide(identity,double_divide(double_divide(X3,inverse(Y3)),inverse(Y3))),inverse(identity)) = X3,
    inference(paramodulation,[],['3','4']) ).

cnf('27',plain,
    inverse(multiply(inverse(X),double_divide(Y,inverse(X)))) = Y,
    inference(simplify,[then_simplify],['26','25','16','13','3']) ).

cnf('28',plain,
    inverse(multiply(inverse(X),inverse(inverse(X)))) = identity,
    inference(paramodulation,[],['25','27']) ).

cnf('29',plain,
    inverse(multiply(inverse(inverse(inverse(X))),X)) = identity,
    inference(paramodulation,[],['20','28']) ).

cnf('30',plain,
    inverse(multiply(X,inverse(X))) = identity,
    inference(paramodulation,[],['20','29']) ).

cnf('31',plain,
    inverse(inverse(identity)) = double_divide(inverse(X3),X3),
    inference(paramodulation,[],['30','23']) ).

cnf('32',plain,
    identity = double_divide(inverse(X),X),
    inference(simplify,[then_simplify],['31','13','13']) ).

cnf('33',plain,
    double_divide(double_divide(inverse(identity),double_divide(double_divide(X3,Y3),inverse(double_divide(inverse(Z3),double_divide(inverse(Y3),inverse(Z3)))))),inverse(identity)) = X3,
    inference(paramodulation,[],['6','4']) ).

cnf('34',plain,
    multiply(double_divide(inverse(X),inverse(Y)),inverse(Y)) = X,
    inference(simplify,[then_simplify],['5','3','13','3','16']) ).

cnf('35',plain,
    inverse(multiply(X,double_divide(Y,X))) = Y,
    inference(simplify,[then_simplify],['33','13','16','34','25','16','13','3']) ).

cnf('36',plain,
    inverse(multiply(X3,identity)) = inverse(X3),
    inference(paramodulation,[],['32','35']) ).

cnf('37',plain,
    inverse(inverse(inverse(X))) = inverse(X),
    inference(simplify,[],['36','22']) ).

cnf('38',plain,
    inverse(multiply(X,Y)) = double_divide(Y,X),
    inference(paramodulation,[],['37','23']) ).

cnf('39',plain,
    double_divide(double_divide(X,Y),Y) = X,
    inference(paramodulation,[],['38','35']) ).

cnf('40',plain,
    inverse(inverse(X)) = X,
    inference(paramodulation,[],['37','20']) ).

cnf('41',plain,
    multiply(double_divide(inverse(X3),inverse(inverse(Y3))),Y3) = X3,
    inference(paramodulation,[],['40','34']) ).

cnf('42',plain,
    multiply(double_divide(inverse(X),Y),Y) = X,
    inference(simplify,[],['41','40']) ).

cnf('43',plain,
    multiply(double_divide(X,Y),Y) = inverse(X),
    inference(paramodulation,[],['40','42']) ).

cnf('44',plain,
    multiply(X3,Y3) = inverse(double_divide(X3,Y3)),
    inference(paramodulation,[],['39','43']) ).

cnf('45',plain,
    multiply(X,Y) = multiply(Y,X),
    inference(simplify,[],['44','16']) ).

cnf('46',plain,
    multiply(inverse(X),X) = inverse(identity),
    inference(paramodulation,[],['1','16']) ).

cnf('47',plain,
    multiply(X,multiply(inverse(identity),inverse(X))) = inverse(identity),
    inference(paramodulation,[],['17','46']) ).

cnf('48',plain,
    multiply(X3,multiply(inverse(identity),inverse(X3))) = identity,
    inference(paramodulation,[],['13','47']) ).

cnf('49',plain,
    multiply(X,inverse(inverse(inverse(X)))) = identity,
    inference(simplify,[then_simplify],['48','13','19']) ).

cnf('50',plain,
    multiply(double_divide(X,Y),inverse(inverse(multiply(Y,X)))) = identity,
    inference(paramodulation,[],['16','49']) ).

cnf('51',plain,
    multiply(double_divide(X,Y),multiply(Y,X)) = identity,
    inference(paramodulation,[],['40','50']) ).

cnf('52',plain,
    multiply(double_divide(X,Y),multiply(X,Y)) = identity,
    inference(paramodulation,[],['45','51']) ).

cnf('53',plain,
    multiply(multiply(X,Y),double_divide(X,Y)) = identity,
    inference(paramodulation,[],['52','45']) ).

cnf('54',plain,
    inverse(multiply(X3,Y3)) = double_divide(X3,Y3),
    inference(paramodulation,[],['45','38']) ).

cnf('55',plain,
    double_divide(X,Y) = double_divide(Y,X),
    inference(simplify,[],['54','38']) ).

cnf('56',plain,
    double_divide(X,double_divide(Y,X)) = Y,
    inference(paramodulation,[],['55','39']) ).

cnf('57',plain,
    double_divide(X,double_divide(X,Y)) = Y,
    inference(paramodulation,[],['56','39']) ).

cnf('58',plain,
    double_divide(double_divide(X3,double_divide(double_divide(Y3,double_divide(double_divide(Z3,U3),X3)),multiply(U3,Z3))),inverse(identity)) = Y3,
    inference(paramodulation,[],['16','4']) ).

cnf('59',plain,
    multiply(double_divide(double_divide(X,double_divide(double_divide(Y,Z),U)),multiply(Z,Y)),U) = X,
    inference(simplify,[then_simplify],['58','13','3','16']) ).

cnf('60',plain,
    multiply(double_divide(double_divide(X,Y),multiply(Z,Y)),Z) = X,
    inference(paramodulation,[],['39','59']) ).

cnf('61',plain,
    multiply(double_divide(X,multiply(Y,double_divide(Z,X))),Y) = Z,
    inference(paramodulation,[],['57','60']) ).

cnf('62',plain,
    multiply(double_divide(X3,identity),multiply(Y3,X3)) = Y3,
    inference(paramodulation,[],['53','61']) ).

cnf('63',plain,
    multiply(inverse(X),multiply(Y,X)) = Y,
    inference(simplify,[],['62','3']) ).

cnf('64',plain,
    multiply(inverse(X),multiply(X,Y)) = Y,
    inference(paramodulation,[],['45','63']) ).

cnf('65',plain,
    multiply(double_divide(X,Y),multiply(multiply(Y,X),Z)) = Z,
    inference(paramodulation,[],['38','64']) ).

cnf('66',plain,
    double_divide(double_divide(X3,double_divide(double_divide(Y3,double_divide(Z3,X3)),inverse(Z3))),identity) = Y3,
    inference(paramodulation,[],['13','4']) ).

cnf('67',plain,
    multiply(X,multiply(Y,inverse(X))) = Y,
    inference(paramodulation,[],['40','63']) ).

cnf('68',plain,
    multiply(X,inverse(Y)) = double_divide(Y,inverse(X)),
    inference(paramodulation,[],['43','67']) ).

cnf('69',plain,
    multiply(multiply(X,multiply(double_divide(X,Y),Z)),Y) = Z,
    inference(simplify,[then_simplify],['66','68','16','3','16']) ).

cnf('70',plain,
    ( multiply(multiply(a3,b3),c3) != multiply(a3,multiply(b3,c3))
    | multiply(a4,b4) != multiply(b4,a4)
    | multiply(inverse(a1),a1) != identity
    | multiply(identity,a2) != a2 ),
    inference(cnf_transformation,[],[prove_these_axioms]) ).

cnf('71',plain,
    ( multiply(multiply(a3,b3),c3) != multiply(a3,multiply(b3,c3))
    | multiply(a4,b4) != multiply(b4,a4)
    | multiply(inverse(a1),a1) != identity
    | inverse(inverse(a2)) != a2 ),
    inference(paramodulation,[],['19','70']) ).

cnf('72',plain,
    ( multiply(multiply(a3,b3),c3) != multiply(a3,multiply(b3,c3))
    | multiply(a4,b4) != multiply(b4,a4)
    | inverse(identity) != identity
    | inverse(inverse(a2)) != a2 ),
    inference(simplify,[],['71','46']) ).

cnf('73',plain,
    ( multiply(multiply(a3,b3),c3) != multiply(a3,multiply(b3,c3))
    | multiply(a4,b4) != multiply(b4,a4)
    | inverse(inverse(a2)) != a2 ),
    inference(paramodulation,[],['13','72']) ).

cnf('74',plain,
    ( multiply(multiply(a3,b3),c3) != multiply(a3,multiply(b3,c3))
    | multiply(a4,b4) != multiply(b4,a4) ),
    inference(resolution,[],['40','73']) ).

cnf('75',plain,
    multiply(multiply(a3,b3),c3) != multiply(a3,multiply(b3,c3)),
    inference(resolution,[],['45','74']) ).

cnf('76',plain,
    multiply(multiply(b3,a3),c3) != multiply(a3,multiply(b3,c3)),
    inference(paramodulation,[],['45','75']) ).

cnf('77',plain,
    multiply(multiply(b3,a3),c3) != multiply(a3,multiply(c3,b3)),
    inference(paramodulation,[],['45','76']) ).

cnf('78',plain,
    multiply(multiply(b3,a3),c3) != multiply(multiply(c3,b3),a3),
    inference(paramodulation,[],['45','77']) ).

cnf('79',plain,
    $false,
    inference(paramodulation,[then_simplify],['65','69','78']) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.12  % Problem  : GRP101-1 : TPTP v8.1.2. Bugfixed v2.7.0.
% 0.00/0.12  % Command  : gkc %s
% 0.13/0.33  % Computer : n025.cluster.edu
% 0.13/0.33  % Model    : x86_64 x86_64
% 0.13/0.33  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.13/0.33  % Memory   : 8042.1875MB
% 0.13/0.33  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.13/0.33  % CPULimit : 300
% 0.13/0.33  % WCLimit  : 300
% 0.13/0.33  % DateTime : Mon Aug 28 23:48:54 EDT 2023
% 0.13/0.33  % CPUTime  : 
% 0.19/0.38  
% 0.19/0.38  input clause set summed statistics:
% 0.19/0.38  ----------------------------------
% 0.19/0.38  in_clause_count:                     5
% 0.19/0.38  in_rule_clause_count:                5
% 0.19/0.38  in_fact_clause_count:                0
% 0.19/0.38  in_answer_clause_count:              0
% 0.19/0.38  in_ground_clause_count:              1
% 0.19/0.38  in_unit_clause_count:                4
% 0.19/0.38  in_horn_clause_count:                5
% 0.19/0.38  in_pos_clause_count:                 4
% 0.19/0.38  in_neg_clause_count:                 1
% 0.19/0.38  in_poseq_clause_count:               4
% 0.19/0.38  in_negeq_clause_count:               1
% 0.19/0.38  in_unitposeq_clause_count:           4
% 0.19/0.38  in_chain_clause_count:               0
% 0.19/0.38  in_min_length:             1
% 0.19/0.38  in_max_length:             4
% 0.19/0.38  in_min_depth:              2
% 0.19/0.38  in_max_depth:              6
% 0.19/0.38  in_min_size:               6
% 0.19/0.38  in_max_size:              29
% 0.19/0.38  in_min_vars:               0
% 0.19/0.38  in_max_vars:               3
% 0.19/0.38  in_extaxiom_count:                 0
% 0.19/0.38  in_axiom_count:                    4
% 0.19/0.38  in_assumption_count:               0
% 0.19/0.38  in_goal_count:                     1
% 0.19/0.38  in_neg_goal_count:                 1
% 0.19/0.38  in_pos_goal_count:                 0
% 0.19/0.38  in_posunit_goal_count:             0
% 0.19/0.38  
% 0.19/0.38  auto guide:
% 0.19/0.38  -----------
% 0.19/0.38  {
% 0.19/0.38  "print":1,
% 0.19/0.38  "print_level": 15,
% 0.19/0.38  "max_size": 0,
% 0.19/0.38  "max_depth": 0,
% 0.19/0.38  "max_length": 0,
% 0.19/0.38  "max_dseconds": 0,
% 0.19/0.38  "runs":[
% 0.19/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.19/0.38  {"max_dseconds":1, "strategy":["negative_pref","prohibit_unordered_para"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":1, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.19/0.38  {"max_dseconds":1, "strategy":["unit","prohibit_unordered_para"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":1, "strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":1, "strategy":["unit","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":1, "strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":1, "strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":1, "strategy":["unit","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":1, "strategy":["unit"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":1, "strategy":["hardness_pref", "posunitpara"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":1, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":1, "strategy":["unit"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.19/0.38  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.19/0.38  {"max_dseconds":1, "strategy":["unit", "pure_unit"], "max_size":30, "max_depth":10, "max_weight":300, "weight_select_ratio":1, "rewrite":0},
% 0.19/0.38  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":1, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.19/0.38  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":2},
% 0.19/0.38  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.19/0.38  {"max_dseconds":1, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":1, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.19/0.38  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.19/0.38  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "rewrite":0},
% 0.19/0.38  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.19/0.38  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.19/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.19/0.38  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":2},
% 0.19/0.38  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.19/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.19/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.19/0.38  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.19/0.38  {"max_dseconds":1, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.19/0.38  {"max_dseconds":1, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":1, "strategy":["unit", "pure_unit"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.19/0.38  {"max_dseconds":1, "strategy":["query_focus", "double"], "query_preference":1},
% 0.19/0.38  {"depth_penalty":50, "query_preference":2, "strategy":["negative_pref"], "max_dseconds":1},
% 0.19/0.38  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.19/0.38  {"max_depth":0, "length_penalty":100, "query_preference":2, "strategy":["hardness_pref", "posunitpara"], "max_dseconds":1},
% 0.19/0.38  {"weight_select_ratio":100, "query_preference":1, "strategy":["negative_pref"], "max_dseconds":1},
% 0.19/0.38  {"max_dseconds":1, "strategy":["unit"], "query_preference":1, "max_depth":2},
% 0.19/0.38  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.19/0.38  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.19/0.38  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":1},
% 0.19/0.38  {"max_dseconds":1, "strategy":["unit", "pure_unit"], "weight_select_ratio":1, "query_preference":0},
% 0.19/0.38  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":0, "strategy":["query_focus", "posunitpara"], "max_dseconds":1},
% 0.19/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":2},
% 0.19/0.38  {"max_dseconds":1, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.19/0.38  {"var_weight":70, "repeat_var_weight":70, "rewrite":0, "length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["hardness_pref", "max_weight"], "max_dseconds":1},
% 0.19/0.38  {"max_depth":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":1},
% 0.19/0.38  {"depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":1},
% 0.19/0.38  {"max_dseconds":1, "strategy":["hardness_pref", "posunitpara"], "query_preference":0, "depth_penalty":50, "length_penalty":100},
% 0.19/0.38  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":1, "strategy":["query_focus", "max_weight"], "max_dseconds":1},
% 0.19/0.38  {"weight_select_ratio":100, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":1},
% 0.19/0.38  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":1},
% 0.19/0.38  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":1},
% 0.19/0.38  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":1},
% 0.19/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "max_depth":2},
% 0.19/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "equality":0},
% 0.19/0.38  {"max_dseconds":1, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.19/0.38  {"var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["positive_pref"], "max_dseconds":1},
% 0.19/0.38  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_dseconds":1},
% 0.19/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds":1, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100},
% 0.19/0.38  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":1},
% 0.19/0.38  {"depth_penalty":50, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":1},
% 0.19/0.38  {"rewrite":0, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "hornpref"], "max_dseconds":1},
% 0.19/0.38  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "length_penalty":100, "query_preference":1, "strategy":["query_focus", "prohibit_nested_para"], "max_dseconds":1},
% 0.19/0.38  {"query_preference":1, "strategy":["unit", "max_weight"], "max_dseconds":1},
% 0.19/0.38  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "weight_select_ratio":30, "depth_penalty":100, "length_penalty":100},
% 0.19/0.38  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "max_depth":4},
% 0.19/0.38  {"length_penalty":100, "query_preference":1, "strategy":["positive_pref", "posunitpara"], "max_dseconds":1},
% 0.19/0.38  {"weight_select_ratio":100, "rewrite":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":1},
% 0.19/0.38  
% 0.19/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.19/0.38  {"max_dseconds":10, "strategy":["negative_pref","prohibit_unordered_para"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":10, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.19/0.38  {"max_dseconds":10, "strategy":["unit","prohibit_unordered_para"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":10, "strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":10, "strategy":["unit","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":10, "strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":10, "strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":10, "strategy":["unit","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":10, "strategy":["unit"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":10, "strategy":["hardness_pref", "posunitpara"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":10, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":10, "strategy":["unit"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.19/0.38  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.19/0.38  {"max_dseconds":10, "strategy":["unit", "pure_unit"], "max_size":30, "max_depth":10, "max_weight":300, "weight_select_ratio":1, "rewrite":0},
% 0.19/0.38  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":10, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.19/0.38  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":2},
% 0.19/0.38  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.19/0.38  {"max_dseconds":10, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":10, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.19/0.38  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.19/0.38  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "rewrite":0},
% 0.19/0.38  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.19/0.38  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.19/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.19/0.38  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":2},
% 0.19/0.38  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.19/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.19/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.19/0.38  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.19/0.38  {"max_dseconds":10, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.19/0.38  {"max_dseconds":10, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":10, "strategy":["unit", "pure_unit"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.19/0.38  {"max_dseconds":10, "strategy":["query_focus", "double"], "query_preference":1},
% 0.19/0.38  {"depth_penalty":50, "query_preference":2, "strategy":["negative_pref"], "max_dseconds":10},
% 0.19/0.38  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.19/0.38  {"max_depth":0, "length_penalty":100, "query_preference":2, "strategy":["hardness_pref", "posunitpara"], "max_dseconds":10},
% 0.19/0.38  {"weight_select_ratio":100, "query_preference":1, "strategy":["negative_pref"], "max_dseconds":10},
% 0.19/0.38  {"max_dseconds":10, "strategy":["unit"], "query_preference":1, "max_depth":2},
% 0.19/0.38  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.19/0.38  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.19/0.38  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":10},
% 0.19/0.38  {"max_dseconds":10, "strategy":["unit", "pure_unit"], "weight_select_ratio":1, "query_preference":0},
% 0.19/0.38  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":0, "strategy":["query_focus", "posunitpara"], "max_dseconds":10},
% 0.19/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":2},
% 0.19/0.38  {"max_dseconds":10, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.19/0.38  {"var_weight":70, "repeat_var_weight":70, "rewrite":0, "length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["hardness_pref", "max_weight"], "max_dseconds":10},
% 0.19/0.38  {"max_depth":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":10},
% 0.19/0.38  {"depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":10},
% 0.19/0.38  {"max_dseconds":10, "strategy":["hardness_pref", "posunitpara"], "query_preference":0, "depth_penalty":50, "length_penalty":100},
% 0.19/0.38  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":1, "strategy":["query_focus", "max_weight"], "max_dseconds":10},
% 0.19/0.38  {"weight_select_ratio":100, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":10},
% 0.19/0.38  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":10},
% 0.19/0.38  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":10},
% 0.19/0.38  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":10},
% 0.19/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "max_depth":2},
% 0.19/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "equality":0},
% 0.19/0.38  {"max_dseconds":10, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.19/0.38  {"var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["positive_pref"], "max_dseconds":10},
% 0.19/0.38  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_dseconds":10},
% 0.19/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds":10, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100},
% 0.19/0.38  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":10},
% 0.19/0.38  {"depth_penalty":50, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":10},
% 0.19/0.38  {"rewrite":0, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "hornpref"], "max_dseconds":10},
% 0.19/0.38  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "length_penalty":100, "query_preference":1, "strategy":["query_focus", "prohibit_nested_para"], "max_dseconds":10},
% 0.19/0.38  {"query_preference":1, "strategy":["unit", "max_weight"], "max_dseconds":10},
% 0.19/0.38  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "weight_select_ratio":30, "depth_penalty":100, "length_penalty":100},
% 0.19/0.38  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "max_depth":4},
% 0.19/0.38  {"length_penalty":100, "query_preference":1, "strategy":["positive_pref", "posunitpara"], "max_dseconds":10},
% 0.19/0.38  {"weight_select_ratio":100, "rewrite":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":10},
% 0.19/0.38  
% 0.19/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.19/0.38  {"max_dseconds":50, "strategy":["negative_pref","prohibit_unordered_para"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":50, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.19/0.38  {"max_dseconds":50, "strategy":["unit","prohibit_unordered_para"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":50, "strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":50, "strategy":["unit","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":50, "strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":50, "strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":50, "strategy":["unit","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":50, "strategy":["unit"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":50, "strategy":["hardness_pref", "posunitpara"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":50, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":50, "strategy":["unit"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.19/0.38  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.19/0.38  {"max_dseconds":50, "strategy":["unit", "pure_unit"], "max_size":30, "max_depth":10, "max_weight":300, "weight_select_ratio":1, "rewrite":0},
% 0.19/0.38  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":50, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.19/0.38  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":2},
% 0.19/0.38  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.19/0.38  {"max_dseconds":50, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":50, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.19/0.38  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.19/0.38  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "rewrite":0},
% 0.19/0.38  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.19/0.38  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.19/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.19/0.38  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":2},
% 0.19/0.38  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.19/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.19/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.19/0.38  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.19/0.38  {"max_dseconds":50, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.19/0.38  {"max_dseconds":50, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":50, "strategy":["unit", "pure_unit"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.19/0.38  {"max_dseconds":50, "strategy":["query_focus", "double"], "query_preference":1},
% 0.19/0.38  {"depth_penalty":50, "query_preference":2, "strategy":["negative_pref"], "max_dseconds":50},
% 0.19/0.38  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.19/0.38  {"max_depth":0, "length_penalty":100, "query_preference":2, "strategy":["hardness_pref", "posunitpara"], "max_dseconds":50},
% 0.19/0.38  {"weight_select_ratio":100, "query_preference":1, "strategy":["negative_pref"], "max_dseconds":50},
% 0.19/0.38  {"max_dseconds":50, "strategy":["unit"], "query_preference":1, "max_depth":2},
% 0.19/0.38  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.19/0.38  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.19/0.38  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":50},
% 0.19/0.38  {"max_dseconds":50, "strategy":["unit", "pure_unit"], "weight_select_ratio":1, "query_preference":0},
% 0.19/0.38  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":0, "strategy":["query_focus", "posunitpara"], "max_dseconds":50},
% 0.19/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":2},
% 0.19/0.38  {"max_dseconds":50, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.19/0.38  {"var_weight":70, "repeat_var_weight":70, "rewrite":0, "length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["hardness_pref", "max_weight"], "max_dseconds":50},
% 0.19/0.38  {"max_depth":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":50},
% 0.19/0.38  {"depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":50},
% 0.19/0.38  {"max_dseconds":50, "strategy":["hardness_pref", "posunitpara"], "query_preference":0, "depth_penalty":50, "length_penalty":100},
% 0.19/0.38  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":1, "strategy":["query_focus", "max_weight"], "max_dseconds":50},
% 0.19/0.38  {"weight_select_ratio":100, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":50},
% 0.19/0.38  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":50},
% 0.19/0.38  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":50},
% 0.19/0.38  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":50},
% 0.19/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "max_depth":2},
% 0.19/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "equality":0},
% 0.19/0.38  {"max_dseconds":50, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.19/0.38  {"var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["positive_pref"], "max_dseconds":50},
% 0.19/0.38  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_dseconds":50},
% 0.19/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds":50, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100},
% 0.19/0.38  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":50},
% 0.19/0.38  {"depth_penalty":50, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":50},
% 0.19/0.38  {"rewrite":0, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "hornpref"], "max_dseconds":50},
% 0.19/0.38  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "length_penalty":100, "query_preference":1, "strategy":["query_focus", "prohibit_nested_para"], "max_dseconds":50},
% 0.19/0.38  {"query_preference":1, "strategy":["unit", "max_weight"], "max_dseconds":50},
% 0.19/0.38  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "weight_select_ratio":30, "depth_penalty":100, "length_penalty":100},
% 0.19/0.38  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "max_depth":4},
% 0.19/0.38  {"length_penalty":100, "query_preference":1, "strategy":["positive_pref", "posunitpara"], "max_dseconds":50},
% 0.19/0.38  {"weight_select_ratio":100, "rewrite":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":50},
% 0.19/0.38  
% 0.19/0.38  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.19/0.38  {"max_dseconds":250, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.19/0.38  {"max_dseconds":250, "strategy":["hardness_pref"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":250, "strategy":["unit"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":250, "strategy":["hardness_pref", "posunitpara"], "query_preference":0},
% 0.19/0.38  
% 0.19/0.38  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.19/0.38  {"max_dseconds":1250, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.19/0.38  {"max_dseconds":1250, "strategy":["hardness_pref"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":1250, "strategy":["hardness_pref", "posunitpara"], "query_preference":0} 
% 0.19/0.38  
% 0.19/0.38  ]}
% 0.19/0.38  
% 0.19/0.38  
% 0.19/0.38  **** run 1 fork 0 starts with strategy
% 0.19/0.38  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0}
% 0.19/0.38  
% 0.19/0.38  **** run 2 fork 1 starts with strategy
% 0.19/0.38  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 0.19/0.38  
% 0.19/0.38  **** run 3 fork 2 starts with strategy
% 0.19/0.38  {"max_dseconds":1,"strategy":["negative_pref","prohibit_unordered_para"],"query_preference":0}
% 0.19/0.38  
% 0.19/0.38  **** run 4 fork 3 starts with strategy
% 0.19/0.38  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1}
% 0.19/0.38  
% 0.19/0.38  **** run 5 fork 4 starts with strategy
% 0.19/0.38  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0}
% 0.19/0.38  
% 0.19/0.38  **** run 6 fork 5 starts with strategy
% 0.19/0.38  {"max_dseconds":1,"strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 0.19/0.38  
% 0.19/0.38  **** run 7 fork 6 starts with strategy
% 0.19/0.38  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 0.19/0.39  
% 0.19/0.39  **** run 8 fork 7 starts with strategy
% 0.19/0.39  {"max_dseconds":1,"strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 0.19/0.41  
% 0.19/0.41  fork 6: search finished without proof.
% 0.19/0.41  
% 0.19/0.41  fork 5: search finished without proof.
% 0.19/0.42  
% 0.19/0.42  fork 7: search finished without proof.
% 0.19/0.44  
% 0.19/0.44  **** run 14 fork 5 starts with strategy
% 0.19/0.44  {"max_dseconds":1,"strategy":["negative_pref"],"weight_select_ratio":20}
% 0.19/0.44  
% 0.19/0.44  **** run 15 fork 6 starts with strategy
% 0.19/0.44  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1}
% 0.19/0.45  
% 0.19/0.45  **** run 16 fork 7 starts with strategy
% 0.19/0.45  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1}
% 0.19/0.50  
% 0.19/0.50  
% 0.19/0.50  fork 1: search terminated without proof.
% 0.19/0.50  
% 0.19/0.50  
% 0.19/0.50  fork 2: search terminated without proof.
% 0.19/0.50  
% 0.19/0.50  
% 0.19/0.50  fork 0: search terminated without proof.
% 0.19/0.52  
% 0.19/0.52  **** run 9 fork 0 starts with strategy
% 0.19/0.52  {"max_dseconds":1,"strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 0.19/0.52  
% 0.19/0.52  **** run 10 fork 1 starts with strategy
% 0.19/0.52  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 0.19/0.52  
% 0.19/0.52  **** run 11 fork 2 starts with strategy
% 0.19/0.52  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0}
% 0.19/0.54  
% 0.19/0.54  fork 1: search finished without proof.
% 0.19/0.54  
% 0.19/0.54  fork 0: search finished without proof.
% 0.19/0.55  
% 0.19/0.55  
% 0.19/0.55  fork 5: search terminated without proof.
% 0.19/0.55  
% 0.19/0.55  fork 6: search finished without proof.
% 0.19/0.56  
% 0.19/0.56  **** run 17 fork 0 starts with strategy
% 0.19/0.56  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":1}
% 0.19/0.56  
% 0.19/0.56  **** run 18 fork 1 starts with strategy
% 0.19/0.56  {"max_dseconds":1,"strategy":["hardness_pref","posunitpara"],"query_preference":1}
% 0.19/0.56  
% 0.19/0.56  
% 0.19/0.56  fork 7: search terminated without proof.
% 0.19/0.58  
% 0.19/0.58  **** run 23 fork 6 starts with strategy
% 0.19/0.58  {"max_dseconds":1,"strategy":["unit","pure_unit"],"max_size":30,"max_depth":10,"max_weight":300,"weight_select_ratio":1,"rewrite":0}
% 0.19/0.58  
% 0.19/0.58  **** run 22 fork 5 starts with strategy
% 0.19/0.58  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"depth_penalty":100}
% 0.19/0.58  
% 0.19/0.58  **** run 24 fork 7 starts with strategy
% 0.19/0.58  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":0}
% 0.19/0.63  
% 0.19/0.63  
% 0.19/0.63  fork 2: search terminated without proof.
% 0.19/0.65  
% 0.19/0.65  **** run 19 fork 2 starts with strategy
% 0.19/0.65  {"max_dseconds":1,"strategy":["unit"],"query_preference":1}
% 0.19/0.67  
% 0.19/0.67  fork 0: search finished without proof.
% 0.19/0.67  
% 0.19/0.67  
% 0.19/0.67  fork 1: search terminated without proof.
% 0.19/0.69  
% 0.19/0.69  **** run 25 fork 0 starts with strategy
% 0.19/0.69  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 0.19/0.69  
% 0.19/0.69  **** run 26 fork 1 starts with strategy
% 0.19/0.69  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":2}
% 0.19/0.71  
% 0.19/0.71  
% 0.19/0.71  fork 6: search terminated without proof.
% 0.19/0.71  
% 0.19/0.71  fork 5: search finished without proof.
% 0.19/0.71  
% 0.19/0.71  
% 0.19/0.71  fork 7: search terminated without proof.
% 0.19/0.73  
% 0.19/0.73  **** run 31 fork 6 starts with strategy
% 0.19/0.73  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"length_penalty":100}
% 0.19/0.73  
% 0.19/0.73  **** run 30 fork 5 starts with strategy
% 0.19/0.73  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"depth_penalty":100}
% 0.19/0.74  
% 0.19/0.74  **** run 32 fork 7 starts with strategy
% 0.19/0.74  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"rewrite":0}
% 0.19/0.79  
% 0.19/0.79  
% 0.19/0.79  result: proof found
% 0.19/0.79  for /export/starexec/sandbox/benchmark/theBenchmark.p 
% 0.19/0.79  by run 19 fork 2 strategy {"max_dseconds":1,"strategy":["unit"],"query_preference":1}
% 0.19/0.79  % SZS status Unsatisfiable for /export/starexec/sandbox/benchmark/theBenchmark.p 
% 0.19/0.79  
% 0.19/0.79  % SZS output start CNFRefutation for /export/starexec/sandbox/benchmark/theBenchmark.p 
% See solution above
% 0.19/0.79  
% 0.19/0.79  run 19 fork 2 statistics:
% 0.19/0.79  ----------------------------------
% 0.19/0.79  this run seconds: 0.061585
% 0.19/0.79  total seconds: 0.361061
% 0.19/0.79  stat_given_used: 126
% 0.19/0.79  stat_given_used_at_endgame: 0
% 0.19/0.79  stat_given_candidates:   1108
% 0.19/0.79  stat_given_candidates_at_endgame: 0
% 0.19/0.79  stat_given_candidates_h: 0
% 0.19/0.79  stat_binres_derived_cl:   9
% 0.19/0.79  stat_binres_derived_cl_h: 0
% 0.19/0.79  stat_factor_derived_cl: 0
% 0.19/0.79  stat_para_derived_cl: 7962
% 0.19/0.79  stat_tautologies_discarded: 0
% 0.19/0.79  stat_forward_subsumed: 2024
% 0.19/0.79  stat_derived_cut: 35
% 0.19/0.79  stat_derived_rewritten: 59
% 0.19/0.79  stat_weight_discarded_building: 0
% 0.19/0.79  stat_weight_discarded_cl: 168
% 0.19/0.79  stat_internlimit_discarded_cl: 0
% 0.19/0.79  stat_simplified:  59 simplified 0 derived 0 given
% 0.19/0.79  stat_kept_cl: 5450
% 0.19/0.79  stat_built_cl: 5929
% 0.19/0.79  stat_hyperres_partial_cl: 0
% 0.19/0.79  stat_made_rewriters: 102
% 0.19/0.79  stat_backward_subsumed: 0
% 0.19/0.79  stat_propagated_subsumed: 0
% 0.19/0.79  stat_clsubs_attempted:                       676
% 0.19/0.79  stat_clsubs_fact_groundunit_found:             0
% 0.19/0.79  stat_clsubs_rule_groundunit_found:            16
% 0.19/0.79  stat_clsubs_top_meta_attempted:               8700
% 0.19/0.79  stat_clsubs_top_meta_failed:                  8024
% 0.19/0.79  stat_clsubs_top_meta_nonpref_attempted:                8700
% 0.19/0.79  stat_clsubs_top_meta_nonpref_succeeded:                2616
% 0.19/0.79  stat_clsubs_top_meta_pref_attempted:                   2616
% 0.19/0.79  stat_clsubs_top_meta_pref1_succeeded:                  2109
% 0.19/0.79  stat_clsubs_top_meta_pref2_succeeded:                   997
% 0.19/0.79  stat_clsubs_top_meta_pref3_succeeded:                   676
% 0.19/0.79  stat_clsubs_top_meta_pref_succeeded:                    676
% 0.19/0.79  stat_clsubs_meta_attempted:                  713
% 0.19/0.79  stat_clsubs_meta_failed:                      46
% 0.19/0.79  stat_clsubs_predsymbs_attempted:               0
% 0.19/0.79  stat_clsubs_unit_attempted:                  654
% 0.19/0.79  stat_clsubs_full_attempted:                   22
% 0.19/0.79  stat_forwardsubs_attempted:                 7643
% 0.19/0.79  stat_lit_hash_added:                   5508
% 0.19/0.79  stat_lit_hash_computed:               13779
% 0.19/0.79  stat_lit_hash_match_found:             2154
% 0.19/0.79  stat_lit_hash_match_miss:             11979
% 0.19/0.79  stat_lit_hash_cut_ok:                    22
% 0.19/0.79  stat_lit_strong_cut_ok:                  37
% 0.19/0.79  stat_lit_hash_subsume_ok:              2024
% 0.19/0.79  clqueue els 10000000 used 1
% 0.19/0.79  clactive els 10000000 used 127
% 0.19/0.79  clactivesubsume els 10000000 used 649
% 0.19/0.79  queue_termbuf els 200000000 used 368924
% 0.19/0.79  hyper_termbuf els 100000000 used 1
% 0.19/0.79  active_termbuf els 100000000 used 5248
% 0.19/0.79  varstack els 5000 last used 1
% 0.19/0.79  given_termbuf els 10000000 last used 1
% 0.19/0.79  simplified_termbuf els 10000000 last used 1
% 0.19/0.79  derived_termbuf els 10000000 last used 10
% 0.19/0.79  wr_mallocs: 21321
% 0.19/0.79  wr_callocs: 21
% 0.19/0.79  wr_reallocs: 735
% 0.19/0.79  wr_frees: 2
% 0.19/0.79  wr_malloc_bytes: 4163338004
% 0.19/0.79  wr_calloc_bytes: 112065536
% 0.19/0.79  wr_realloc_bytes: 156960
% 0.19/0.79  wr_realloc_freebytes: 0
% 0.19/0.79  ----------------------------------
%------------------------------------------------------------------------------