TSTP Solution File: LCL312-3 by GKC---0.8

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : GKC---0.8
% Problem  : LCL312-3 : TPTP v8.1.2. Released v2.3.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : gkc %s

% Computer : n009.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 07:38:35 EDT 2023

% Result   : Unsatisfiable 32.64s 4.56s
% Output   : CNFRefutation 32.64s
% Verified : 
% SZS Type : ERROR: Analysing output (Could not find formula named '$inc_implies_definition')

% Comments : 
%------------------------------------------------------------------------------
cnf('1',plain,
    implies(X,Y) = or(not(X),Y),
    inference(cnf_transformation,[],['$inc_implies_definition']) ).

cnf('2',plain,
    axiom(implies(or(X,or(Y,Z)),or(Y,or(X,Z)))),
    inference(cnf_transformation,[],['$inc_axiom_1_5']) ).

cnf('3',plain,
    axiom(implies(or(X3,implies(Y3,Z3)),or(not(Y3),or(X3,Z3)))),
    inference(paramodulation,[],['1','2']) ).

cnf('4',plain,
    axiom(implies(or(X,implies(Y,Z)),implies(Y,or(X,Z)))),
    inference(simplify,[],['3','1']) ).

cnf('5',plain,
    axiom(implies(or(not(X3),implies(Y3,Z3)),implies(Y3,implies(X3,Z3)))),
    inference(paramodulation,[],['1','4']) ).

cnf('6',plain,
    axiom(implies(implies(X,implies(Y,Z)),implies(Y,implies(X,Z)))),
    inference(simplify,[],['5','1']) ).

cnf('7',plain,
    ( ~ axiom(X)
    | theorem(X) ),
    inference(cnf_transformation,[],['$inc_rule_1']) ).

cnf('8',plain,
    theorem(implies(implies(X,implies(Y,Z)),implies(Y,implies(X,Z)))),
    inference(resolution,[],['6','7']) ).

cnf('9',plain,
    ( ~ theorem(implies(X,Y))
    | ~ theorem(X)
    | theorem(Y) ),
    inference(cnf_transformation,[],['$inc_rule_2']) ).

cnf('10',plain,
    ( ~ theorem(implies(X,implies(Y,Z)))
    | theorem(implies(Y,implies(X,Z))) ),
    inference(resolution,[],['8','9']) ).

cnf('11',plain,
    axiom(implies(implies(X,Y),implies(or(Z,X),or(Z,Y)))),
    inference(cnf_transformation,[],['$inc_axiom_1_6']) ).

cnf('12',plain,
    theorem(implies(implies(X,Y),implies(or(Z,X),or(Z,Y)))),
    inference(resolution,[],['11','7']) ).

cnf('13',plain,
    theorem(implies(or(X,Y),implies(implies(Y,Z),or(X,Z)))),
    inference(resolution,[],['10','12']) ).

cnf('14',plain,
    ( theorem(implies(implies(X,Y),or(Z,Y)))
    | ~ theorem(or(Z,X)) ),
    inference(resolution,[],['13','9']) ).

cnf('15',plain,
    ( theorem(implies(or(X,Y),or(X,Z)))
    | ~ theorem(implies(Y,Z)) ),
    inference(resolution,[],['12','9']) ).

cnf('16',plain,
    axiom(implies(or(X,X),X)),
    inference(cnf_transformation,[],['$inc_axiom_1_2']) ).

cnf('17',plain,
    theorem(implies(or(X,X),X)),
    inference(resolution,[],['16','7']) ).

cnf('18',plain,
    theorem(implies(or(X,or(Y,Y)),or(X,Y))),
    inference(resolution,[],['15','17']) ).

cnf('19',plain,
    ( ~ theorem(or(X,or(Y,Y)))
    | theorem(or(X,Y)) ),
    inference(resolution,[],['18','9']) ).

cnf('20',plain,
    axiom(implies(X,or(Y,X))),
    inference(cnf_transformation,[],['$inc_axiom_1_3']) ).

cnf('21',plain,
    theorem(implies(X,or(Y,X))),
    inference(resolution,[],['20','7']) ).

cnf('22',plain,
    theorem(implies(or(X,Y),or(X,or(Z,Y)))),
    inference(resolution,[],['15','21']) ).

cnf('23',plain,
    ( theorem(or(X,or(Y,Z)))
    | ~ theorem(or(X,Z)) ),
    inference(resolution,[],['22','9']) ).

cnf('24',plain,
    axiom(implies(or(X,Y),or(Y,X))),
    inference(cnf_transformation,[],['$inc_axiom_1_4']) ).

cnf('25',plain,
    theorem(implies(or(X,Y),or(Y,X))),
    inference(resolution,[],['24','7']) ).

cnf('26',plain,
    ( ~ theorem(or(X,Y))
    | theorem(or(Y,X)) ),
    inference(resolution,[],['9','25']) ).

cnf('27',plain,
    ( theorem(or(X,not(Y)))
    | ~ theorem(implies(Y,X)) ),
    inference(paramodulation,[],['1','26']) ).

cnf('28',plain,
    theorem(or(or(X,Y),not(Y))),
    inference(resolution,[],['27','21']) ).

cnf('29',plain,
    theorem(or(or(X,Y),or(Z,not(Y)))),
    inference(resolution,[],['23','28']) ).

cnf('30',plain,
    theorem(or(or(X,not(Y)),or(Z,Y))),
    inference(resolution,[],['29','26']) ).

cnf('31',plain,
    theorem(or(or(X,not(Y)),Y)),
    inference(resolution,[],['19','30']) ).

cnf('32',plain,
    theorem(or(X,or(Y,not(X)))),
    inference(resolution,[],['31','26']) ).

cnf('33',plain,
    theorem(or(X,not(X))),
    inference(resolution,[],['32','19']) ).

cnf('34',plain,
    theorem(implies(implies(not(X),Y),or(X,Y))),
    inference(resolution,[],['14','33']) ).

cnf('35',plain,
    theorem(implies(implies(X3,or(Y3,Y3)),or(not(X3),Y3))),
    inference(paramodulation,[],['1','18']) ).

cnf('36',plain,
    theorem(implies(implies(X,or(Y,Y)),implies(X,Y))),
    inference(simplify,[],['35','1']) ).

cnf('37',plain,
    ( ~ theorem(implies(X,or(Y,Y)))
    | theorem(implies(X,Y)) ),
    inference(resolution,[],['36','9']) ).

cnf('38',plain,
    theorem(implies(implies(not(X),X),X)),
    inference(resolution,[],['34','37']) ).

cnf('39',plain,
    equivalent(X,Y) = and(implies(X,Y),implies(Y,X)),
    inference(cnf_transformation,[],['$inc_equivalent_defn']) ).

cnf('40',plain,
    and(X0,X1) = not(or(not(X0),not(X1))),
    inference(cnf_transformation,[],['$inc_and_defn']) ).

cnf('41',plain,
    and(X,Y) = not(implies(X,not(Y))),
    inference(simplify,[],['40','1']) ).

cnf('42',plain,
    implies(implies(X,not(Y)),Z) = or(and(X,Y),Z),
    inference(paramodulation,[],['41','1']) ).

cnf('43',plain,
    theorem(implies(or(X,or(Y,Z)),or(X,or(Z,Y)))),
    inference(resolution,[],['15','25']) ).

cnf('44',plain,
    ( ~ theorem(or(X,or(Y,Z)))
    | theorem(or(X,or(Z,Y))) ),
    inference(resolution,[],['43','9']) ).

cnf('45',plain,
    theorem(or(X3,or(not(X3),Y3))),
    inference(resolution,[],['44','32']) ).

cnf('46',plain,
    theorem(or(X,implies(X,Y))),
    inference(simplify,[],['45','1']) ).

cnf('47',plain,
    theorem(or(implies(X,Y),X)),
    inference(resolution,[],['46','26']) ).

cnf('48',plain,
    theorem(or(implies(X,Y),or(Z,X))),
    inference(resolution,[],['47','23']) ).

cnf('49',plain,
    theorem(or(implies(X,Y),or(X,Z))),
    inference(resolution,[],['48','44']) ).

cnf('50',plain,
    theorem(implies(X,implies(Y,X))),
    inference(paramodulation,[],['1','21']) ).

cnf('51',plain,
    theorem(implies(or(X,Y),or(X,implies(Z,Y)))),
    inference(resolution,[],['15','50']) ).

cnf('52',plain,
    theorem(implies(or(implies(X,Y),Y),implies(X,Y))),
    inference(resolution,[],['37','51']) ).

cnf('53',plain,
    ( ~ theorem(or(implies(X,Y),Y))
    | theorem(implies(X,Y)) ),
    inference(resolution,[],['52','9']) ).

cnf('54',plain,
    theorem(implies(X,or(X,Y))),
    inference(resolution,[],['49','53']) ).

cnf('55',plain,
    theorem(implies(not(X),implies(X,Y))),
    inference(paramodulation,[],['1','54']) ).

cnf('56',plain,
    theorem(implies(or(X,not(Y)),or(X,implies(Y,Z)))),
    inference(resolution,[],['55','15']) ).

cnf('57',plain,
    ( theorem(or(X,implies(Y,Z)))
    | ~ theorem(or(X,not(Y))) ),
    inference(resolution,[],['56','9']) ).

cnf('58',plain,
    theorem(implies(implies(X3,Y3),or(not(X3),implies(Z3,Y3)))),
    inference(paramodulation,[],['1','51']) ).

cnf('59',plain,
    theorem(implies(implies(X,Y),implies(X,implies(Z,Y)))),
    inference(simplify,[],['58','1']) ).

cnf('60',plain,
    theorem(or(implies(X,implies(Y,Z)),not(implies(X,Z)))),
    inference(resolution,[],['59','27']) ).

cnf('61',plain,
    theorem(or(implies(X,implies(Y,Z)),implies(implies(X,Z),U))),
    inference(resolution,[],['57','60']) ).

cnf('62',plain,
    theorem(implies(X,implies(implies(X,Y),Y))),
    inference(resolution,[],['61','53']) ).

cnf('63',plain,
    theorem(or(implies(implies(X,Y),Y),not(X))),
    inference(resolution,[],['62','27']) ).

cnf('64',plain,
    theorem(or(implies(implies(X,Y),Y),implies(X,Z))),
    inference(resolution,[],['63','57']) ).

cnf('65',plain,
    theorem(or(implies(X,Y),implies(implies(X,Z),Z))),
    inference(resolution,[],['64','26']) ).

cnf('66',plain,
    theorem(or(implies(X,Y),or(and(X,Z),not(Z)))),
    inference(paramodulation,[],['42','65']) ).

cnf('67',plain,
    theorem(implies(or(X,or(Y,Z)),or(Y,or(X,Z)))),
    inference(resolution,[],['2','7']) ).

cnf('68',plain,
    ( ~ theorem(or(X,or(Y,Z)))
    | theorem(or(Y,or(X,Z))) ),
    inference(resolution,[],['67','9']) ).

cnf('69',plain,
    theorem(or(and(X,Y),or(implies(X,Z),not(Y)))),
    inference(resolution,[],['66','68']) ).

cnf('70',plain,
    theorem(or(and(X3,Y3),or(not(Y3),implies(X3,Z3)))),
    inference(resolution,[],['69','44']) ).

cnf('71',plain,
    theorem(or(and(X,Y),implies(Y,implies(X,Z)))),
    inference(simplify,[],['70','1']) ).

cnf('72',plain,
    theorem(or(implies(X,implies(Y,Z)),and(Y,X))),
    inference(resolution,[],['71','26']) ).

cnf('73',plain,
    ( theorem(or(X,implies(Y,Z)))
    | ~ theorem(or(X,Z)) ),
    inference(resolution,[],['51','9']) ).

cnf('74',plain,
    theorem(or(implies(X,implies(Y,Z)),implies(U,and(Y,X)))),
    inference(resolution,[],['72','73']) ).

cnf('75',plain,
    theorem(implies(X,implies(Y,and(Y,X)))),
    inference(resolution,[],['74','53']) ).

cnf('76',plain,
    theorem(implies(implies(X,Y),implies(implies(Y,X),equivalent(Y,X)))),
    inference(paramodulation,[],['39','75']) ).

cnf('77',plain,
    ( theorem(implies(implies(X,Y),equivalent(X,Y)))
    | ~ theorem(implies(Y,X)) ),
    inference(resolution,[],['76','9']) ).

cnf('78',plain,
    theorem(implies(implies(implies(X,Y),Y),equivalent(implies(X,Y),Y))),
    inference(resolution,[],['77','50']) ).

cnf('79',plain,
    ( ~ theorem(implies(implies(X,Y),Y))
    | theorem(equivalent(implies(X,Y),Y)) ),
    inference(resolution,[],['78','9']) ).

cnf('80',plain,
    ~ theorem(equivalent(implies(not(p),p),p)),
    inference(cnf_transformation,[],[prove_this]) ).

cnf('81',plain,
    $false,
    inference(resolution,[then_simplify],['38','79','80']) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.08/0.12  % Problem  : LCL312-3 : TPTP v8.1.2. Released v2.3.0.
% 0.08/0.13  % Command  : gkc %s
% 0.13/0.34  % Computer : n009.cluster.edu
% 0.13/0.34  % Model    : x86_64 x86_64
% 0.13/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.13/0.34  % Memory   : 8042.1875MB
% 0.13/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.13/0.34  % CPULimit : 300
% 0.13/0.34  % WCLimit  : 300
% 0.13/0.34  % DateTime : Fri Aug 25 06:28:06 EDT 2023
% 0.13/0.35  % CPUTime  : 
% 0.13/0.39  
% 0.13/0.39  input clause set summed statistics:
% 0.13/0.39  ----------------------------------
% 0.13/0.39  in_clause_count:                    11
% 0.13/0.39  in_rule_clause_count:               11
% 0.13/0.39  in_fact_clause_count:                0
% 0.13/0.39  in_answer_clause_count:              0
% 0.13/0.39  in_ground_clause_count:              1
% 0.13/0.39  in_unit_clause_count:                9
% 0.13/0.39  in_horn_clause_count:               11
% 0.13/0.39  in_pos_clause_count:                 8
% 0.13/0.39  in_neg_clause_count:                 1
% 0.13/0.39  in_poseq_clause_count:               3
% 0.13/0.39  in_negeq_clause_count:               0
% 0.13/0.39  in_unitposeq_clause_count:           3
% 0.13/0.39  in_chain_clause_count:               1
% 0.13/0.39  in_min_length:             1
% 0.13/0.39  in_max_length:             3
% 0.13/0.39  in_min_depth:              1
% 0.13/0.39  in_max_depth:              4
% 0.13/0.39  in_min_size:               4
% 0.13/0.39  in_max_size:              12
% 0.13/0.39  in_min_vars:               0
% 0.13/0.39  in_max_vars:               3
% 0.13/0.39  in_extaxiom_count:                10
% 0.13/0.39  in_axiom_count:                    0
% 0.13/0.39  in_assumption_count:               0
% 0.13/0.39  in_goal_count:                     1
% 0.13/0.39  in_neg_goal_count:                 1
% 0.13/0.39  in_pos_goal_count:                 0
% 0.13/0.39  in_posunit_goal_count:             0
% 0.13/0.39  
% 0.13/0.39  auto guide:
% 0.13/0.39  -----------
% 0.13/0.39  {
% 0.13/0.39  "print":1,
% 0.13/0.39  "print_level": 15,
% 0.13/0.39  "max_size": 0,
% 0.13/0.39  "max_depth": 0,
% 0.13/0.39  "max_length": 0,
% 0.13/0.39  "max_dseconds": 0,
% 0.13/0.39  "runs":[
% 0.13/0.39  {"max_dseconds":1, "strategy":["unit"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":1, "sine":5, "strategy":["negative_pref"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":1, "strategy":["negative_pref","prohibit_unordered_para"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":1, "strategy":["unit","prohibit_unordered_para"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":1, "strategy":["unit","prohibit_unordered_para"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":1, "strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":1, "strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":1, "strategy":["unit"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":1, "strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":1, "strategy":["hardness_pref","prohibit_deep_para"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":1, "strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.13/0.39  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.13/0.39  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.13/0.39  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.13/0.39  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.13/0.39  {"max_dseconds":1, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":1, "strategy":["query_focus", "double"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":1, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.13/0.39  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.13/0.39  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.13/0.39  {"max_dseconds":1, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.13/0.39  {"max_dseconds":1, "strategy":["unit", "prohibit_nested_para","prohibit_unordered_para"], "query_preference":1, "reverse_clauselist":1},
% 0.13/0.39  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.13/0.39  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.13/0.39  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":0, "strategy":["query_focus", "posunitpara"], "max_dseconds":1},
% 0.13/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":2},
% 0.13/0.39  {"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.13/0.39  {"weight_select_ratio":100, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":1},
% 0.13/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "equality":0},
% 0.13/0.39  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.13/0.39  {"var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["positive_pref"], "max_dseconds":1},
% 0.13/0.39  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":1},
% 0.13/0.39  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "max_depth":4},
% 0.13/0.39  {"max_dseconds":1, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1, "max_size":17},
% 0.13/0.39  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":1, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":1, "sine":5, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.13/0.39  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.13/0.39  {"max_dseconds":1, "strategy":["unit", "pure_unit"], "max_size":30, "max_depth":10, "max_weight":300, "weight_select_ratio":1, "rewrite":0},
% 0.13/0.39  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.13/0.39  {"max_dseconds":1, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":1, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "rewrite":0},
% 0.13/0.39  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.13/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.13/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.13/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.13/0.39  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.13/0.39  {"max_dseconds":1, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.13/0.39  {"max_dseconds":1, "strategy":["unit", "pure_unit"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.13/0.39  {"weight_select_ratio":100, "query_preference":1, "strategy":["negative_pref"], "max_dseconds":1},
% 0.13/0.39  {"max_dseconds":1, "strategy":["unit"], "query_preference":1, "max_depth":2},
% 0.13/0.39  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.13/0.39  {"max_dseconds":1, "strategy":["unit","prohibit_unordered_para"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.13/0.39  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":1},
% 0.13/0.39  {"max_dseconds":1, "strategy":["unit", "pure_unit"], "weight_select_ratio":1, "query_preference":0},
% 0.13/0.39  {"max_dseconds":1, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.13/0.39  {"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.13/0.39  {"max_depth":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":1},
% 0.13/0.39  {"depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":1},
% 0.13/0.39  {"max_dseconds":1, "strategy":["hardness_pref", "posunitpara"], "query_preference":0, "depth_penalty":50, "length_penalty":100},
% 0.13/0.39  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":1},
% 0.13/0.39  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":1},
% 0.13/0.39  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":1},
% 0.13/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "max_depth":2},
% 0.13/0.39  {"max_dseconds":1, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":1, "strategy":["negative_pref", "max_ground_weight"], "query_preference":0},
% 0.13/0.39  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_dseconds":1},
% 0.13/0.39  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight","prohibit_unordered_para"], "max_dseconds":1},
% 0.13/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.13/0.39  {"max_dseconds":1, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100},
% 0.13/0.39  {"depth_penalty":50, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":1},
% 0.13/0.39  {"rewrite":0, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "hornpref"], "max_dseconds":1},
% 0.13/0.39  {"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.13/0.39  {"query_preference":1, "strategy":["unit", "max_weight"], "max_dseconds":1},
% 0.13/0.39  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "weight_select_ratio":30, "depth_penalty":100, "length_penalty":100},
% 0.13/0.39  {"length_penalty":100, "query_preference":1, "strategy":["positive_pref", "posunitpara"], "max_dseconds":1},
% 0.13/0.39  {"weight_select_ratio":100, "rewrite":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":1},
% 0.13/0.39  
% 0.13/0.39  {"max_dseconds":10, "strategy":["unit"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":10, "sine":5, "strategy":["negative_pref"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":10, "strategy":["negative_pref","prohibit_unordered_para"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":10, "strategy":["unit","prohibit_unordered_para"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":10, "strategy":["unit","prohibit_unordered_para"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":10, "strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":10, "strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":10, "strategy":["unit"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":10, "strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":10, "strategy":["hardness_pref","prohibit_deep_para"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":10, "strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.13/0.39  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.13/0.39  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.13/0.39  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.13/0.39  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.13/0.39  {"max_dseconds":10, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":10, "strategy":["query_focus", "double"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":10, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.13/0.39  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.13/0.39  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.13/0.39  {"max_dseconds":10, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.13/0.39  {"max_dseconds":10, "strategy":["unit", "prohibit_nested_para","prohibit_unordered_para"], "query_preference":1, "reverse_clauselist":1},
% 0.13/0.39  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.13/0.39  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.13/0.39  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":0, "strategy":["query_focus", "posunitpara"], "max_dseconds":10},
% 0.13/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":2},
% 0.13/0.39  {"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.13/0.39  {"weight_select_ratio":100, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":10},
% 0.13/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "equality":0},
% 0.13/0.39  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.13/0.39  {"var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["positive_pref"], "max_dseconds":10},
% 0.13/0.39  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":10},
% 0.13/0.39  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "max_depth":4},
% 0.13/0.39  {"max_dseconds":10, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1, "max_size":17},
% 0.13/0.39  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":10, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":10, "sine":5, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.13/0.39  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.13/0.39  {"max_dseconds":10, "strategy":["unit", "pure_unit"], "max_size":30, "max_depth":10, "max_weight":300, "weight_select_ratio":1, "rewrite":0},
% 0.13/0.39  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.13/0.39  {"max_dseconds":10, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":10, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "rewrite":0},
% 0.13/0.39  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.13/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.13/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.13/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.13/0.39  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.13/0.39  {"max_dseconds":10, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.13/0.39  {"max_dseconds":10, "strategy":["unit", "pure_unit"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.13/0.39  {"weight_select_ratio":100, "query_preference":1, "strategy":["negative_pref"], "max_dseconds":10},
% 0.13/0.39  {"max_dseconds":10, "strategy":["unit"], "query_preference":1, "max_depth":2},
% 0.13/0.39  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.13/0.39  {"max_dseconds":10, "strategy":["unit","prohibit_unordered_para"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.13/0.39  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":10},
% 0.13/0.39  {"max_dseconds":10, "strategy":["unit", "pure_unit"], "weight_select_ratio":1, "query_preference":0},
% 0.13/0.39  {"max_dseconds":10, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.13/0.39  {"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.13/0.39  {"max_depth":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":10},
% 0.13/0.39  {"depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":10},
% 0.13/0.39  {"max_dseconds":10, "strategy":["hardness_pref", "posunitpara"], "query_preference":0, "depth_penalty":50, "length_penalty":100},
% 0.13/0.39  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":10},
% 0.13/0.39  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":10},
% 0.13/0.39  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":10},
% 0.13/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "max_depth":2},
% 0.13/0.39  {"max_dseconds":10, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":10, "strategy":["negative_pref", "max_ground_weight"], "query_preference":0},
% 0.13/0.39  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_dseconds":10},
% 0.13/0.39  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight","prohibit_unordered_para"], "max_dseconds":10},
% 0.13/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.13/0.39  {"max_dseconds":10, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100},
% 0.13/0.39  {"depth_penalty":50, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":10},
% 0.13/0.39  {"rewrite":0, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "hornpref"], "max_dseconds":10},
% 0.13/0.39  {"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.13/0.39  {"query_preference":1, "strategy":["unit", "max_weight"], "max_dseconds":10},
% 0.13/0.39  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "weight_select_ratio":30, "depth_penalty":100, "length_penalty":100},
% 0.13/0.39  {"length_penalty":100, "query_preference":1, "strategy":["positive_pref", "posunitpara"], "max_dseconds":10},
% 0.13/0.39  {"weight_select_ratio":100, "rewrite":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":10},
% 0.13/0.39  
% 0.13/0.39  {"max_dseconds":50, "strategy":["unit"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":50, "strategy":["negative_pref","prohibit_unordered_para"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":50, "strategy":["unit","prohibit_unordered_para"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":50, "strategy":["unit","prohibit_unordered_para"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":50, "strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":50, "strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":50, "strategy":["unit"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":50, "strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":50, "strategy":["hardness_pref","prohibit_deep_para"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":50, "strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.13/0.39  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.13/0.39  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.13/0.39  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.13/0.39  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.13/0.39  {"max_dseconds":50, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":50, "strategy":["query_focus", "double"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":50, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.13/0.39  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.13/0.39  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.13/0.39  {"max_dseconds":50, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.13/0.39  {"max_dseconds":50, "strategy":["unit", "prohibit_nested_para","prohibit_unordered_para"], "query_preference":1, "reverse_clauselist":1},
% 0.13/0.39  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.13/0.39  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.13/0.39  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":0, "strategy":["query_focus", "posunitpara"], "max_dseconds":50},
% 0.13/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":2},
% 0.13/0.39  {"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.13/0.39  {"weight_select_ratio":100, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":50},
% 0.13/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "equality":0},
% 0.13/0.39  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.13/0.39  {"var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["positive_pref"], "max_dseconds":50},
% 0.13/0.39  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":50},
% 0.13/0.39  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "max_depth":4},
% 0.13/0.39  {"max_dseconds":50, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1, "max_size":17},
% 0.13/0.39  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":50, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":50, "sine":5, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.13/0.39  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.13/0.39  {"max_dseconds":50, "strategy":["unit", "pure_unit"], "max_size":30, "max_depth":10, "max_weight":300, "weight_select_ratio":1, "rewrite":0},
% 0.13/0.39  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.13/0.39  {"max_dseconds":50, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":50, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "rewrite":0},
% 0.13/0.39  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.13/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.13/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.13/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.13/0.39  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.13/0.39  {"max_dseconds":50, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.13/0.39  {"max_dseconds":50, "strategy":["unit", "pure_unit"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.13/0.39  {"weight_select_ratio":100, "query_preference":1, "strategy":["negative_pref"], "max_dseconds":50},
% 0.13/0.39  {"max_dseconds":50, "strategy":["unit"], "query_preference":1, "max_depth":2},
% 0.13/0.39  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.13/0.39  {"max_dseconds":50, "strategy":["unit","prohibit_unordered_para"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.13/0.39  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":50},
% 0.13/0.39  {"max_dseconds":50, "strategy":["unit", "pure_unit"], "weight_select_ratio":1, "query_preference":0},
% 0.13/0.39  {"max_dseconds":50, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.13/0.39  {"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.13/0.39  {"max_depth":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":50},
% 0.13/0.39  {"depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":50},
% 0.13/0.39  {"max_dseconds":50, "strategy":["hardness_pref", "posunitpara"], "query_preference":0, "depth_penalty":50, "length_penalty":100},
% 0.13/0.39  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":50},
% 0.13/0.39  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":50},
% 0.13/0.39  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":50},
% 0.13/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "max_depth":2},
% 0.13/0.39  {"max_dseconds":50, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":50, "strategy":["negative_pref", "max_ground_weight"], "query_preference":0},
% 0.13/0.39  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_dseconds":50},
% 0.13/0.39  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight","prohibit_unordered_para"], "max_dseconds":50},
% 0.13/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.13/0.39  {"max_dseconds":50, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100},
% 0.13/0.39  {"depth_penalty":50, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":50},
% 0.13/0.39  {"rewrite":0, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "hornpref"], "max_dseconds":50},
% 0.13/0.39  {"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.13/0.39  {"query_preference":1, "strategy":["unit", "max_weight"], "max_dseconds":50},
% 0.13/0.39  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "weight_select_ratio":30, "depth_penalty":100, "length_penalty":100},
% 0.13/0.39  {"length_penalty":100, "query_preference":1, "strategy":["positive_pref", "posunitpara"], "max_dseconds":50},
% 0.13/0.39  {"weight_select_ratio":100, "rewrite":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":50},
% 0.13/0.39  
% 0.13/0.39  {"max_dseconds":250, "strategy":["unit"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":250, "strategy":["query_focus"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":250, "strategy":["unit"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":250, "strategy":["hardness_pref"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.13/0.39  {"max_dseconds":250, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.13/0.39  {"max_dseconds":250, "strategy":["positive_pref"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.13/0.39  {"max_dseconds":250, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.13/0.39  {"max_dseconds":250, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.13/0.39  {"max_dseconds":250, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":250, "strategy":["query_focus", "double"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":250, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.13/0.39  {"max_dseconds":250, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.13/0.39  {"max_dseconds":250, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.13/0.39  {"max_dseconds":250, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.13/0.39  {"max_dseconds":250, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.13/0.39  {"max_dseconds":250, "strategy":["negative_pref", "max_ground_weight"], "query_preference":0},
% 0.13/0.39  
% 0.13/0.39  {"max_dseconds":1250, "strategy":["unit"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":1250, "strategy":["query_focus"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":1250, "strategy":["hardness_pref"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.13/0.39  {"max_dseconds":1250, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.13/0.39  {"max_dseconds":1250, "strategy":["positive_pref"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.13/0.39  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.13/0.39  {"max_dseconds":1250, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.13/0.39  {"max_dseconds":1250, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":1250, "strategy":["query_focus", "double"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":1250, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.13/0.39  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.13/0.39  {"max_dseconds":1250, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.13/0.39  {"max_dseconds":1250, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.13/0.39  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0, "rewrite":0} 
% 0.13/0.39  
% 0.13/0.39  ]}
% 0.13/0.39  
% 0.13/0.39  
% 0.13/0.39  **** run 1 fork 0 starts with strategy
% 0.13/0.39  {"max_dseconds":1,"strategy":["unit"],"query_preference":1}
% 0.13/0.39  
% 0.13/0.39  **** run 2 fork 1 starts with strategy
% 0.13/0.39  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1}
% 0.13/0.39  
% 0.13/0.39  **** run 3 fork 2 starts with strategy
% 0.13/0.39  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1}
% 0.13/0.39  
% 0.13/0.39  **** run 4 fork 3 starts with strategy
% 0.13/0.39  
% 0.13/0.39  **** run 6 fork 5 starts with strategy
% 0.13/0.39  
% 0.13/0.39  **** run 7 fork 6 starts with strategy
% 0.13/0.39  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":1}
% 0.13/0.39  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0}
% 0.20/0.39  {"max_dseconds":1,"sine":5,"strategy":["negative_pref"],"query_preference":1}
% 0.20/0.40  
% 0.20/0.40  **** run 8 fork 7 starts with strategy
% 0.20/0.40  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0}
% 0.20/0.40  
% 0.20/0.40  **** run 5 fork 4 starts with strategy
% 0.20/0.40  {"max_dseconds":1,"strategy":["negative_pref","prohibit_unordered_para"],"query_preference":0}
% 0.20/0.52  
% 0.20/0.52  
% 0.20/0.52  fork 5: search terminated without proof.
% 0.20/0.52  
% 0.20/0.52  
% 0.20/0.52  fork 0: search terminated without proof.
% 0.20/0.52  
% 0.20/0.52  
% 0.20/0.52  fork 2: search terminated without proof.
% 0.20/0.52  
% 0.20/0.52  
% 0.20/0.52  fork 1: search terminated without proof.
% 0.20/0.52  
% 0.20/0.52  
% 0.20/0.52  fork 3: search terminated without proof.
% 0.20/0.53  
% 0.20/0.53  
% 0.20/0.53  fork 6: search terminated without proof.
% 0.20/0.53  
% 0.20/0.53  
% 0.20/0.53  fork 7: search terminated without proof.
% 0.20/0.53  
% 0.20/0.53  
% 0.20/0.53  fork 4: search terminated without proof.
% 0.20/0.54  
% 0.20/0.54  **** run 9 fork 0 starts with strategy
% 0.20/0.54  {"max_dseconds":1,"strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 0.20/0.54  
% 0.20/0.54  **** run 11 fork 2 starts with strategy
% 0.20/0.54  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0}
% 0.20/0.55  
% 0.20/0.55  **** run 10 fork 1 starts with strategy
% 0.20/0.55  {"max_dseconds":1,"strategy":["unit"],"query_preference":0}
% 0.20/0.55  
% 0.20/0.55  **** run 12 fork 3 starts with strategy
% 0.20/0.55  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":1}
% 0.20/0.55  
% 0.20/0.55  **** run 14 fork 5 starts with strategy
% 0.20/0.55  {"max_dseconds":1,"strategy":["hardness_pref","prohibit_deep_para"],"query_preference":1}
% 0.20/0.55  
% 0.20/0.55  **** run 15 fork 6 starts with strategy
% 0.20/0.55  {"max_dseconds":1,"strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 0.20/0.56  
% 0.20/0.56  **** run 16 fork 7 starts with strategy
% 0.20/0.56  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 0.20/0.57  
% 0.20/0.57  **** run 13 fork 4 starts with strategy
% 0.20/0.57  {"max_dseconds":1,"strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"],"query_preference":1}
% 1.49/0.66  
% 1.49/0.66  
% 1.49/0.66  fork 0: search terminated without proof.
% 1.49/0.66  
% 1.49/0.66  
% 1.49/0.66  fork 1: search terminated without proof.
% 1.49/0.66  
% 1.49/0.66  
% 1.49/0.66  fork 3: search terminated without proof.
% 1.49/0.67  
% 1.49/0.67  
% 1.49/0.67  fork 5: search terminated without proof.
% 1.49/0.67  
% 1.49/0.67  
% 1.49/0.67  fork 6: search terminated without proof.
% 1.49/0.67  
% 1.49/0.67  
% 1.49/0.67  fork 7: search terminated without proof.
% 1.49/0.68  
% 1.49/0.68  **** run 17 fork 0 starts with strategy
% 1.49/0.68  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 1.49/0.68  
% 1.49/0.68  **** run 18 fork 1 starts with strategy
% 1.49/0.68  {"max_dseconds":1,"strategy":["positive_pref"],"query_preference":0}
% 1.49/0.68  
% 1.49/0.68  **** run 20 fork 3 starts with strategy
% 1.49/0.68  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"depth_penalty":100,"repeat_var_weight":1}
% 1.49/0.69  
% 1.49/0.69  **** run 22 fork 5 starts with strategy
% 1.49/0.69  {"max_dseconds":1,"strategy":["negative_pref","prohibit_nested_para"],"query_preference":0}
% 1.49/0.69  
% 1.49/0.69  **** run 23 fork 6 starts with strategy
% 1.49/0.69  {"max_dseconds":1,"strategy":["query_focus","double"],"query_preference":1}
% 1.49/0.69  
% 1.49/0.69  **** run 24 fork 7 starts with strategy
% 1.49/0.69  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 1.49/0.70  
% 1.49/0.70  
% 1.49/0.70  fork 2: search terminated without proof.
% 1.49/0.71  
% 1.49/0.71  
% 1.49/0.71  fork 4: search terminated without proof.
% 2.58/0.72  
% 2.58/0.72  **** run 19 fork 2 starts with strategy
% 2.58/0.72  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":4}
% 2.58/0.73  
% 2.58/0.73  **** run 21 fork 4 starts with strategy
% 2.58/0.73  {"max_dseconds":1,"strategy":["positive_pref"],"query_preference":0,"reverse_clauselist":1,"length_penalty":100}
% 3.18/0.80  
% 3.18/0.80  
% 3.18/0.80  fork 5: search terminated without proof.
% 3.18/0.81  
% 3.18/0.81  
% 3.18/0.81  fork 1: search terminated without proof.
% 3.18/0.81  
% 3.18/0.81  
% 3.18/0.81  fork 3: search terminated without proof.
% 3.18/0.82  
% 3.18/0.82  
% 3.18/0.82  fork 0: search terminated without proof.
% 3.18/0.82  
% 3.18/0.82  **** run 30 fork 5 starts with strategy
% 3.18/0.82  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 3.18/0.82  
% 3.18/0.82  
% 3.18/0.82  fork 6: search terminated without proof.
% 3.18/0.82  
% 3.18/0.82  
% 3.18/0.82  fork 7: search terminated without proof.
% 3.18/0.83  
% 3.18/0.83  **** run 26 fork 1 starts with strategy
% 3.18/0.83  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"length_penalty":100}
% 3.18/0.83  
% 3.18/0.83  **** run 28 fork 3 starts with strategy
% 3.18/0.83  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para","prohibit_unordered_para"],"query_preference":1,"reverse_clauselist":1}
% 3.18/0.83  
% 3.18/0.83  **** run 25 fork 0 starts with strategy
% 3.18/0.83  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"depth_penalty":100}
% 3.18/0.84  
% 3.18/0.84  fork 2: search finished without proof.
% 3.18/0.84  
% 3.18/0.84  
% 3.18/0.84  fork 4: search terminated without proof.
% 3.18/0.84  
% 3.18/0.84  **** run 31 fork 6 starts with strategy
% 3.18/0.84  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"rewrite":0,"query_preference":0,"strategy":["query_focus","posunitpara"],"max_dseconds":1}
% 3.18/0.85  
% 3.18/0.85  **** run 32 fork 7 starts with strategy
% 3.18/0.85  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":2}
% 3.18/0.86  
% 3.18/0.86  **** run 27 fork 2 starts with strategy
% 3.18/0.86  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1}
% 3.18/0.87  
% 3.18/0.87  **** run 29 fork 4 starts with strategy
% 3.18/0.87  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"rewrite":0}
% 3.86/0.87  
% 3.86/0.87  fork 7: search finished without proof.
% 3.91/0.89  
% 3.91/0.89  **** run 40 fork 7 starts with strategy
% 3.91/0.89  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1,"max_size":17}
% 4.24/0.95  
% 4.24/0.95  
% 4.24/0.95  fork 1: search terminated without proof.
% 4.24/0.95  
% 4.24/0.95  
% 4.24/0.95  fork 3: search terminated without proof.
% 4.24/0.96  
% 4.24/0.96  
% 4.24/0.96  fork 0: search terminated without proof.
% 4.24/0.96  
% 4.24/0.96  
% 4.24/0.96  fork 5: search terminated without proof.
% 4.24/0.97  
% 4.24/0.97  
% 4.24/0.97  fork 6: search terminated without proof.
% 4.24/0.97  
% 4.24/0.97  **** run 36 fork 3 starts with strategy
% 4.24/0.97  {"max_dseconds":1,"strategy":["positive_pref"],"query_preference":0,"reverse_clauselist":1}
% 4.24/0.97  
% 4.24/0.97  **** run 33 fork 0 starts with strategy
% 4.24/0.97  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"rewrite":0,"query_preference":1,"strategy":["query_focus","max_weight"],"max_dseconds":1}
% 4.24/0.98  
% 4.24/0.98  **** run 38 fork 5 starts with strategy
% 4.24/0.98  {"var_weight":70,"repeat_var_weight":70,"length_penalty":100,"depth_penalty":100,"query_preference":1,"strategy":["query_focus"],"max_dseconds":1}
% 4.24/0.98  
% 4.24/0.98  **** run 34 fork 1 starts with strategy
% 4.24/0.98  {"weight_select_ratio":100,"query_preference":0,"strategy":["negative_pref","max_weight"],"max_dseconds":1}
% 4.24/0.98  
% 4.24/0.98  
% 4.24/0.98  fork 2: search terminated without proof.
% 4.24/1.00  
% 4.24/1.00  **** run 39 fork 6 starts with strategy
% 4.24/1.00  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":4}
% 4.24/1.00  
% 4.24/1.00  
% 4.24/1.00  fork 4: search terminated without proof.
% 4.24/1.00  
% 4.24/1.00  **** run 35 fork 2 starts with strategy
% 4.24/1.00  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"equality":0}
% 4.24/1.01  
% 4.24/1.01  
% 4.24/1.01  fork 7: search terminated without proof.
% 4.98/1.02  
% 4.98/1.02  **** run 37 fork 4 starts with strategy
% 4.98/1.02  {"var_weight":70,"repeat_var_weight":70,"query_preference":0,"strategy":["positive_pref"],"max_dseconds":1}
% 4.98/1.03  
% 4.98/1.03  **** run 48 fork 7 starts with strategy
% 4.98/1.03  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":0}
% 5.58/1.09  
% 5.58/1.09  fork 7: search finished without proof.
% 5.58/1.09  
% 5.58/1.09  
% 5.58/1.09  fork 3: search terminated without proof.
% 5.58/1.10  
% 5.58/1.10  
% 5.58/1.10  fork 1: search terminated without proof.
% 5.58/1.10  
% 5.58/1.10  
% 5.58/1.10  fork 0: search terminated without proof.
% 5.58/1.10  
% 5.58/1.10  
% 5.58/1.10  fork 5: search terminated without proof.
% 5.58/1.11  
% 5.58/1.11  **** run 56 fork 7 starts with strategy
% 5.58/1.11  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":3}
% 5.58/1.11  
% 5.58/1.11  **** run 44 fork 3 starts with strategy
% 5.58/1.11  {"max_dseconds":1,"sine":5,"strategy":["hardness_pref","posunitpara"],"query_preference":1}
% 5.58/1.12  
% 5.58/1.12  **** run 42 fork 1 starts with strategy
% 5.58/1.12  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":1}
% 5.58/1.12  
% 5.58/1.12  **** run 41 fork 0 starts with strategy
% 5.58/1.12  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0}
% 5.58/1.12  
% 5.58/1.12  **** run 46 fork 5 starts with strategy
% 5.58/1.12  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"depth_penalty":100}
% 5.58/1.13  
% 5.58/1.13  
% 5.58/1.13  fork 2: search terminated without proof.
% 5.58/1.13  
% 5.58/1.13  fork 6: search finished without proof.
% 5.58/1.14  
% 5.58/1.14  fork 7: search finished without proof.
% 5.58/1.14  
% 5.58/1.14  **** run 43 fork 2 starts with strategy
% 5.58/1.14  {"max_dseconds":1,"strategy":["hardness_pref","posunitpara"],"query_preference":1}
% 5.58/1.14  
% 5.58/1.14  
% 5.58/1.14  fork 4: search terminated without proof.
% 5.58/1.15  
% 5.58/1.15  **** run 47 fork 6 starts with strategy
% 5.58/1.15  {"max_dseconds":1,"strategy":["unit","pure_unit"],"max_size":30,"max_depth":10,"max_weight":300,"weight_select_ratio":1,"rewrite":0}
% 5.58/1.15  
% 5.58/1.15  **** run 64 fork 7 starts with strategy
% 5.58/1.15  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"max_depth":6,"var_weight":1}
% 5.58/1.16  
% 5.58/1.16  **** run 45 fork 4 starts with strategy
% 5.58/1.16  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 6.29/1.18  
% 6.29/1.18  fork 1: search finished without proof.
% 6.29/1.20  
% 6.29/1.20  **** run 50 fork 1 starts with strategy
% 6.29/1.20  {"max_dseconds":1,"strategy":["query_focus","positive_pref"],"query_preference":0}
% 6.29/1.25  
% 6.29/1.25  
% 6.29/1.25  fork 3: search terminated without proof.
% 6.29/1.26  
% 6.29/1.26  
% 6.29/1.26  fork 5: search terminated without proof.
% 6.29/1.26  
% 6.29/1.26  
% 6.29/1.26  fork 2: search terminated without proof.
% 6.29/1.27  
% 6.29/1.27  
% 6.29/1.27  fork 6: search terminated without proof.
% 6.29/1.27  
% 6.29/1.27  
% 6.29/1.27  fork 0: search terminated without proof.
% 6.29/1.27  
% 6.29/1.27  **** run 52 fork 3 starts with strategy
% 6.29/1.27  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"rewrite":0}
% 6.29/1.27  
% 6.29/1.27  
% 6.29/1.27  fork 7: search terminated without proof.
% 6.29/1.28  
% 6.29/1.28  **** run 54 fork 5 starts with strategy
% 6.29/1.28  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 6.75/1.29  
% 6.75/1.29  **** run 55 fork 6 starts with strategy
% 6.75/1.29  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"length_penalty":100}
% 6.75/1.29  
% 6.75/1.29  **** run 49 fork 0 starts with strategy
% 6.75/1.29  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 6.75/1.29  
% 6.75/1.29  **** run 51 fork 2 starts with strategy
% 6.75/1.29  {"max_dseconds":1,"strategy":["query_focus","max_ground_weight"],"query_preference":1}
% 6.75/1.29  
% 6.75/1.29  **** run 72 fork 7 starts with strategy
% 6.75/1.29  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"query_preference":0,"strategy":["hardness_pref"],"max_dseconds":1}
% 6.75/1.29  
% 6.75/1.29  
% 6.75/1.29  fork 4: search terminated without proof.
% 7.17/1.33  
% 7.17/1.33  **** run 53 fork 4 starts with strategy
% 7.17/1.33  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"rewrite":0}
% 7.17/1.36  
% 7.17/1.36  
% 7.17/1.36  fork 1: search terminated without proof.
% 7.17/1.38  
% 7.17/1.38  **** run 58 fork 1 starts with strategy
% 7.17/1.38  {"max_dseconds":1,"strategy":["negative_pref","posunitpara"],"query_preference":1,"max_depth":2,"depth_penalty":50,"length_penalty":100}
% 7.87/1.40  
% 7.87/1.40  
% 7.87/1.40  fork 5: search terminated without proof.
% 7.87/1.40  
% 7.87/1.40  
% 7.87/1.40  fork 3: search terminated without proof.
% 7.87/1.40  
% 7.87/1.40  fork 1: search finished without proof.
% 7.87/1.42  
% 7.87/1.42  **** run 62 fork 5 starts with strategy
% 7.87/1.42  
% 7.87/1.42  
% 7.87/1.42  fork 2: search terminated without proof.
% 7.87/1.42  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"max_depth":2}
% 7.87/1.42  
% 7.87/1.42  
% 7.87/1.42  fork 7: search terminated without proof.
% 7.87/1.42  
% 7.87/1.42  
% 7.87/1.42  fork 6: search terminated without proof.
% 7.87/1.42  
% 7.87/1.42  **** run 66 fork 1 starts with strategy
% 7.87/1.42  {"max_dseconds":1,"strategy":["unit","pure_unit"],"weight_select_ratio":1,"query_preference":0}
% 7.87/1.42  
% 7.87/1.42  **** run 60 fork 3 starts with strategy
% 7.87/1.42  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":1}
% 7.87/1.44  
% 7.87/1.44  **** run 59 fork 2 starts with strategy
% 7.87/1.44  {"max_dseconds":1,"strategy":["unit","pure_unit"],"query_preference":0}
% 7.87/1.44  
% 7.87/1.44  **** run 80 fork 7 starts with strategy
% 7.87/1.44  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 7.87/1.44  
% 7.87/1.44  **** run 63 fork 6 starts with strategy
% 7.87/1.44  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":6,"var_weight":1}
% 7.87/1.45  
% 7.87/1.45  fork 5: search finished without proof.
% 7.87/1.45  
% 7.87/1.45  
% 7.87/1.45  fork 0: search terminated without proof.
% 7.87/1.45  
% 7.87/1.45  fork 3: search finished without proof.
% 7.87/1.46  
% 7.87/1.46  
% 7.87/1.46  fork 4: search terminated without proof.
% 7.87/1.47  
% 7.87/1.47  **** run 70 fork 5 starts with strategy
% 7.87/1.47  {"depth_penalty":100,"query_preference":0,"strategy":["unit","posunitpara"],"max_dseconds":1}
% 7.87/1.47  
% 7.87/1.47  **** run 57 fork 0 starts with strategy
% 7.87/1.47  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":30,"depth_penalty":100}
% 7.87/1.47  
% 7.87/1.47  **** run 68 fork 3 starts with strategy
% 7.87/1.47  {"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}
% 7.87/1.48  
% 7.87/1.48  **** run 61 fork 4 starts with strategy
% 7.87/1.48  {"weight_select_ratio":100,"query_preference":1,"strategy":["negative_pref"],"max_dseconds":1}
% 8.72/1.54  
% 8.72/1.54  
% 8.72/1.54  fork 1: search terminated without proof.
% 8.72/1.56  
% 8.72/1.56  
% 8.72/1.56  fork 7: search terminated without proof.
% 8.72/1.56  
% 8.72/1.56  
% 8.72/1.56  fork 6: search terminated without proof.
% 8.72/1.56  
% 8.72/1.56  
% 8.72/1.56  fork 2: search terminated without proof.
% 8.72/1.56  
% 8.72/1.56  **** run 74 fork 1 starts with strategy
% 8.72/1.56  {"var_weight":70,"repeat_var_weight":70,"length_penalty":100,"depth_penalty":100,"query_preference":1,"strategy":["positive_pref","unit"],"max_dseconds":1}
% 8.72/1.58  
% 8.72/1.58  **** run 88 fork 7 starts with strategy
% 8.72/1.58  {"weight_select_ratio":100,"rewrite":0,"depth_penalty":100,"query_preference":0,"strategy":["unit","posunitpara"],"max_dseconds":1}
% 8.72/1.58  
% 8.72/1.58  **** run 67 fork 2 starts with strategy
% 8.72/1.58  {"max_dseconds":1,"strategy":["query_focus","positive_pref"],"query_preference":1}
% 8.72/1.59  
% 8.72/1.59  **** run 71 fork 6 starts with strategy
% 8.72/1.59  {"max_dseconds":1,"strategy":["hardness_pref","posunitpara"],"query_preference":0,"depth_penalty":50,"length_penalty":100}
% 8.72/1.59  
% 8.72/1.59  
% 8.72/1.59  fork 5: search terminated without proof.
% 8.72/1.60  
% 8.72/1.60  
% 8.72/1.60  fork 3: search terminated without proof.
% 8.72/1.60  
% 8.72/1.60  
% 8.72/1.60  fork 0: search terminated without proof.
% 9.51/1.60  
% 9.51/1.60  
% 9.51/1.60  fork 4: search terminated without proof.
% 9.51/1.61  
% 9.51/1.61  **** run 78 fork 5 starts with strategy
% 9.51/1.61  {"length_penalty":100,"depth_penalty":100,"query_preference":0,"strategy":["negative_pref","hornpref","max_weight"],"max_dseconds":1}
% 9.51/1.62  
% 9.51/1.62  **** run 76 fork 3 starts with strategy
% 9.51/1.62  {"max_dseconds":1,"strategy":["hardness_pref","max_ground_weight"],"query_preference":0}
% 9.51/1.62  
% 9.51/1.62  **** run 65 fork 0 starts with strategy
% 9.51/1.62  {"var_weight":70,"repeat_var_weight":70,"depth_penalty":50,"query_preference":0,"strategy":["hardness_pref"],"max_dseconds":1}
% 9.51/1.62  
% 9.51/1.62  **** run 69 fork 4 starts with strategy
% 9.51/1.62  {"max_depth":0,"depth_penalty":100,"query_preference":0,"strategy":["unit","posunitpara"],"max_dseconds":1}
% 9.51/1.68  
% 9.51/1.68  
% 9.51/1.68  fork 1: search terminated without proof.
% 10.26/1.70  
% 10.26/1.70  
% 10.26/1.70  fork 6: search terminated without proof.
% 10.26/1.70  
% 10.26/1.70  
% 10.26/1.70  fork 7: search terminated without proof.
% 10.26/1.70  
% 10.26/1.70  **** run 82 fork 1 starts with strategy
% 10.26/1.70  {"depth_penalty":50,"query_preference":1,"strategy":["hardness_pref","hornpref","max_weight"],"max_dseconds":1}
% 10.26/1.71  
% 10.26/1.71  
% 10.26/1.71  fork 2: search terminated without proof.
% 10.26/1.72  
% 10.26/1.72  **** run 96 fork 7 starts with strategy
% 10.26/1.72  {"max_dseconds":10,"strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0}
% 10.26/1.72  
% 10.26/1.72  **** run 79 fork 6 starts with strategy
% 10.26/1.72  {"length_penalty":100,"depth_penalty":100,"query_preference":0,"strategy":["negative_pref","hornpref","max_weight","prohibit_unordered_para"],"max_dseconds":1}
% 10.26/1.72  
% 10.26/1.72  **** run 75 fork 2 starts with strategy
% 10.26/1.72  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"max_depth":2}
% 10.26/1.73  
% 10.26/1.73  
% 10.26/1.73  fork 5: search terminated without proof.
% 10.26/1.74  
% 10.26/1.74  
% 10.26/1.74  fork 3: search terminated without proof.
% 10.26/1.74  
% 10.26/1.74  
% 10.26/1.74  fork 0: search terminated without proof.
% 10.26/1.75  
% 10.26/1.75  **** run 86 fork 5 starts with strategy
% 10.26/1.75  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"weight_select_ratio":30,"depth_penalty":100,"length_penalty":100}
% 10.26/1.75  
% 10.26/1.75  
% 10.26/1.75  fork 4: search terminated without proof.
% 10.26/1.75  
% 10.26/1.75  fork 2: search finished without proof.
% 10.26/1.76  
% 10.26/1.76  **** run 84 fork 3 starts with strategy
% 10.26/1.76  {"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}
% 10.26/1.76  
% 10.26/1.76  **** run 73 fork 0 starts with strategy
% 10.26/1.76  {"var_weight":70,"repeat_var_weight":70,"depth_penalty":50,"query_preference":1,"strategy":["positive_pref","unit"],"max_dseconds":1}
% 10.26/1.77  
% 10.26/1.77  **** run 77 fork 4 starts with strategy
% 10.26/1.77  {"max_dseconds":1,"strategy":["negative_pref","max_ground_weight"],"query_preference":0}
% 10.26/1.77  
% 10.26/1.77  **** run 83 fork 2 starts with strategy
% 10.26/1.77  {"rewrite":0,"depth_penalty":50,"query_preference":1,"strategy":["query_focus","hornpref"],"max_dseconds":1}
% 11.03/1.82  
% 11.03/1.82  
% 11.03/1.82  fork 1: search terminated without proof.
% 11.03/1.84  
% 11.03/1.84  **** run 90 fork 1 starts with strategy
% 11.03/1.84  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1}
% 11.03/1.87  
% 11.03/1.87  
% 11.03/1.87  fork 5: search terminated without proof.
% 11.37/1.88  
% 11.37/1.88  
% 11.37/1.88  fork 6: search terminated without proof.
% 11.65/1.89  
% 11.65/1.89  **** run 94 fork 5 starts with strategy
% 11.65/1.89  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":0}
% 11.65/1.89  
% 11.65/1.89  
% 11.65/1.89  fork 2: search terminated without proof.
% 11.65/1.90  
% 11.65/1.90  
% 11.65/1.90  fork 0: search terminated without proof.
% 11.65/1.90  
% 11.65/1.90  **** run 87 fork 6 starts with strategy
% 11.65/1.90  {"length_penalty":100,"query_preference":1,"strategy":["positive_pref","posunitpara"],"max_dseconds":1}
% 11.65/1.90  
% 11.65/1.90  
% 11.65/1.90  fork 4: search terminated without proof.
% 11.65/1.92  
% 11.65/1.92  **** run 91 fork 2 starts with strategy
% 11.65/1.92  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":1}
% 11.65/1.92  
% 11.65/1.92  
% 11.65/1.92  fork 3: search terminated without proof.
% 11.65/1.93  
% 11.65/1.93  **** run 81 fork 0 starts with strategy
% 11.65/1.93  {"max_dseconds":1,"strategy":["query_focus","posunitpara"],"query_preference":1,"depth_penalty":50,"length_penalty":100}
% 11.65/1.93  
% 11.65/1.93  **** run 85 fork 4 starts with strategy
% 11.65/1.93  {"query_preference":1,"strategy":["unit","max_weight"],"max_dseconds":1}
% 11.65/1.95  
% 11.65/1.95  **** run 92 fork 3 starts with strategy
% 11.65/1.95  {"max_dseconds":10,"sine":5,"strategy":["negative_pref"],"query_preference":1}
% 12.67/2.02  
% 12.67/2.02  
% 12.67/2.02  fork 6: search terminated without proof.
% 12.68/2.03  
% 12.68/2.03  **** run 95 fork 6 starts with strategy
% 12.68/2.03  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":1}
% 12.68/2.05  
% 12.68/2.05  
% 12.68/2.05  fork 4: search terminated without proof.
% 12.68/2.07  
% 12.68/2.07  **** run 93 fork 4 starts with strategy
% 12.68/2.07  {"max_dseconds":10,"strategy":["negative_pref","prohibit_unordered_para"],"query_preference":0}
% 12.68/2.07  
% 12.68/2.07  
% 12.68/2.07  fork 0: search terminated without proof.
% 12.68/2.09  
% 12.68/2.09  **** run 89 fork 0 starts with strategy
% 12.68/2.09  {"max_dseconds":10,"strategy":["unit"],"query_preference":1}
% 18.47/2.76  
% 18.47/2.76  
% 18.47/2.76  fork 7: search terminated without proof.
% 18.47/2.78  
% 18.47/2.78  **** run 104 fork 7 starts with strategy
% 18.47/2.78  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 19.08/2.84  
% 19.08/2.84  fork 1: search finished without proof.
% 19.08/2.87  
% 19.08/2.87  **** run 98 fork 1 starts with strategy
% 19.08/2.87  {"max_dseconds":10,"strategy":["unit"],"query_preference":0}
% 19.44/2.93  
% 19.44/2.93  
% 19.44/2.93  fork 5: search terminated without proof.
% 19.93/2.95  
% 19.93/2.95  
% 19.93/2.95  fork 2: search terminated without proof.
% 19.93/2.96  
% 19.93/2.96  **** run 102 fork 5 starts with strategy
% 19.93/2.96  {"max_dseconds":10,"strategy":["hardness_pref","prohibit_deep_para"],"query_preference":1}
% 19.93/2.98  
% 19.93/2.98  
% 19.93/2.98  fork 3: search terminated without proof.
% 19.93/3.01  
% 19.93/3.01  **** run 99 fork 2 starts with strategy
% 19.93/3.01  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0}
% 19.93/3.02  
% 19.93/3.02  **** run 100 fork 3 starts with strategy
% 19.93/3.02  {"max_dseconds":10,"strategy":["hardness_pref"],"query_preference":1}
% 20.98/3.11  
% 20.98/3.11  
% 20.98/3.11  fork 6: search terminated without proof.
% 21.42/3.13  
% 21.42/3.13  
% 21.42/3.13  fork 0: search terminated without proof.
% 21.42/3.14  
% 21.42/3.14  
% 21.42/3.14  fork 4: search terminated without proof.
% 21.42/3.14  
% 21.42/3.14  **** run 103 fork 6 starts with strategy
% 21.42/3.14  {"max_dseconds":10,"strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 21.42/3.17  
% 21.42/3.17  **** run 97 fork 0 starts with strategy
% 21.42/3.17  {"max_dseconds":10,"strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 21.42/3.17  
% 21.42/3.17  **** run 101 fork 4 starts with strategy
% 21.42/3.17  {"max_dseconds":10,"strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"],"query_preference":1}
% 26.25/3.80  
% 26.25/3.80  
% 26.25/3.80  fork 7: search terminated without proof.
% 26.81/3.83  
% 26.81/3.83  **** run 112 fork 7 starts with strategy
% 26.81/3.83  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 27.23/3.89  
% 27.23/3.89  
% 27.23/3.89  fork 1: search terminated without proof.
% 27.23/3.92  
% 27.23/3.92  **** run 106 fork 1 starts with strategy
% 27.23/3.92  {"max_dseconds":10,"strategy":["positive_pref"],"query_preference":0}
% 28.17/3.98  
% 28.17/3.98  
% 28.17/3.98  fork 5: search terminated without proof.
% 28.17/4.00  
% 28.17/4.00  **** run 110 fork 5 starts with strategy
% 28.17/4.00  {"max_dseconds":10,"strategy":["negative_pref","prohibit_nested_para"],"query_preference":0}
% 28.52/4.04  
% 28.52/4.04  
% 28.52/4.04  fork 3: search terminated without proof.
% 28.62/4.04  
% 28.62/4.04  
% 28.62/4.04  fork 2: search terminated without proof.
% 28.62/4.07  
% 28.62/4.07  **** run 108 fork 3 starts with strategy
% 28.62/4.07  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"var_weight":1,"depth_penalty":100,"repeat_var_weight":1}
% 28.62/4.08  
% 28.62/4.08  **** run 107 fork 2 starts with strategy
% 28.62/4.08  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"max_depth":4}
% 29.64/4.19  
% 29.64/4.19  
% 29.64/4.19  fork 4: search terminated without proof.
% 29.64/4.19  
% 29.64/4.19  
% 29.64/4.19  fork 0: search terminated without proof.
% 29.64/4.20  
% 29.64/4.20  
% 29.64/4.20  fork 6: search terminated without proof.
% 29.64/4.21  
% 29.64/4.21  **** run 109 fork 4 starts with strategy
% 29.64/4.21  {"max_dseconds":10,"strategy":["positive_pref"],"query_preference":0,"reverse_clauselist":1,"length_penalty":100}
% 29.64/4.23  
% 29.64/4.23  **** run 105 fork 0 starts with strategy
% 29.64/4.23  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 29.64/4.23  
% 29.64/4.23  **** run 111 fork 6 starts with strategy
% 29.64/4.23  {"max_dseconds":10,"strategy":["query_focus","double"],"query_preference":1}
% 32.64/4.56  
% 32.64/4.56  
% 32.64/4.56  result: proof found
% 32.64/4.56  for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% 32.64/4.56  by run 107 fork 2 strategy {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"max_depth":4}
% 32.64/4.56  % SZS status Unsatisfiable for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% 32.64/4.56  
% 32.64/4.56  % SZS output start CNFRefutation for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% See solution above
% 32.64/4.56  
% 32.64/4.56  run 107 fork 2 statistics:
% 32.64/4.56  ----------------------------------
% 32.64/4.56  this run seconds: 0.461345
% 32.64/4.56  total seconds: 4.074853
% 32.64/4.56  stat_given_used: 2146
% 32.64/4.56  stat_given_used_at_endgame: 0
% 32.64/4.56  stat_given_candidates:   4195
% 32.64/4.56  stat_given_candidates_at_endgame: 0
% 32.64/4.56  stat_given_candidates_h: 0
% 32.64/4.56  stat_binres_derived_cl:   158248
% 32.64/4.56  stat_binres_derived_cl_h: 0
% 32.64/4.56  stat_factor_derived_cl: 0
% 32.64/4.56  stat_para_derived_cl: 6600
% 32.64/4.56  stat_tautologies_discarded: 2
% 32.64/4.56  stat_forward_subsumed: 14907
% 32.64/4.56  stat_derived_cut: 4
% 32.64/4.56  stat_derived_rewritten: 75
% 32.64/4.56  stat_weight_discarded_building: 0
% 32.64/4.56  stat_weight_discarded_cl: 144712
% 32.64/4.56  stat_internlimit_discarded_cl: 0
% 32.64/4.56  stat_simplified:  76 simplified 0 derived 0 given
% 32.64/4.56  stat_kept_cl: 5214
% 32.64/4.56  stat_built_cl: 154294
% 32.64/4.56  stat_hyperres_partial_cl: 0
% 32.64/4.56  stat_made_rewriters: 6
% 32.64/4.56  stat_backward_subsumed: 0
% 32.64/4.56  stat_propagated_subsumed: 0
% 32.64/4.56  stat_clsubs_attempted:                    294243
% 32.64/4.56  stat_clsubs_fact_groundunit_found:             0
% 32.64/4.56  stat_clsubs_rule_groundunit_found:             1
% 32.64/4.56  stat_clsubs_top_meta_attempted:            3038721
% 32.64/4.56  stat_clsubs_top_meta_failed:               2744478
% 32.64/4.56  stat_clsubs_top_meta_nonpref_attempted:             3038721
% 32.64/4.56  stat_clsubs_top_meta_nonpref_succeeded:             1501540
% 32.64/4.56  stat_clsubs_top_meta_pref_attempted:                1501540
% 32.64/4.56  stat_clsubs_top_meta_pref1_succeeded:               1454130
% 32.64/4.56  stat_clsubs_top_meta_pref2_succeeded:                590848
% 32.64/4.56  stat_clsubs_top_meta_pref3_succeeded:                294243
% 32.64/4.56  stat_clsubs_top_meta_pref_succeeded:                 294243
% 32.64/4.56  stat_clsubs_meta_attempted:               308803
% 32.64/4.56  stat_clsubs_meta_failed:                   49529
% 32.64/4.56  stat_clsubs_predsymbs_attempted:               0
% 32.64/4.56  stat_clsubs_unit_attempted:               272157
% 32.64/4.56  stat_clsubs_full_attempted:                22086
% 32.64/4.56  stat_forwardsubs_attempted:               164834
% 32.64/4.56  stat_lit_hash_added:                   6085
% 32.64/4.56  stat_lit_hash_computed:              179391
% 32.64/4.56  stat_lit_hash_match_found:            15214
% 32.64/4.56  stat_lit_hash_match_miss:            309911
% 32.64/4.56  stat_lit_hash_cut_ok:                     3
% 32.64/4.56  stat_lit_strong_cut_ok:                   3
% 32.64/4.56  stat_lit_hash_subsume_ok:             14907
% 32.64/4.56  clqueue els 10000000 used 1
% 32.64/4.56  clactive els 10000000 used 2147
% 32.64/4.56  clactivesubsume els 10000000 used 12871
% 32.64/4.56  queue_termbuf els 200000000 used 319663
% 32.64/4.56  hyper_termbuf els 100000000 used 1
% 32.64/4.56  active_termbuf els 100000000 used 94497
% 32.64/4.56  varstack els 5000 last used 1
% 32.64/4.56  given_termbuf els 10000000 last used 1
% 32.64/4.56  simplified_termbuf els 10000000 last used 1
% 32.64/4.56  derived_termbuf els 10000000 last used 41
% 32.64/4.56  wr_mallocs: 32184
% 32.64/4.56  wr_callocs: 21
% 32.64/4.56  wr_reallocs: 1006
% 32.64/4.56  wr_frees: 2
% 32.64/4.56  wr_malloc_bytes: 4163681012
% 32.64/4.56  wr_calloc_bytes: 112065536
% 32.64/4.56  wr_realloc_bytes: 228936
% 32.64/4.56  wr_realloc_freebytes: 0
% 32.64/4.56  ----------------------------------
%------------------------------------------------------------------------------