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

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : GKC---0.8
% Problem  : LCL208-3 : TPTP v8.1.2. Released v2.3.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 07:37:55 EDT 2023

% Result   : Unsatisfiable 89.86s 11.96s
% Output   : CNFRefutation 89.86s
% 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,
    ( ~ theorem(implies(X,Y))
    | ~ theorem(X)
    | theorem(Y) ),
    inference(cnf_transformation,[],['$inc_rule_2']) ).

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

cnf('5',plain,
    ( ~ axiom(implies(X,Y))
    | ~ theorem(X)
    | theorem(Y) ),
    inference(resolution,[],['3','4']) ).

cnf('6',plain,
    ( ~ theorem(or(X,or(Y,Z)))
    | theorem(or(Y,or(X,Z))) ),
    inference(resolution,[],['2','5']) ).

cnf('7',plain,
    ( ~ axiom(or(X,or(Y,Z)))
    | theorem(or(Y,or(X,Z))) ),
    inference(resolution,[],['6','4']) ).

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

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

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

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

cnf('12',plain,
    ( ~ theorem(or(X,X))
    | theorem(X) ),
    inference(resolution,[],['5','11']) ).

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

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

cnf('15',plain,
    ( ~ theorem(or(X,Y))
    | theorem(or(Y,X)) ),
    inference(resolution,[],['5','14']) ).

cnf('16',plain,
    ( theorem(or(or(X,Y),Z))
    | ~ theorem(or(Z,Y)) ),
    inference(resolution,[],['10','15']) ).

cnf('17',plain,
    ( ~ theorem(or(X,X))
    | theorem(or(Y,X)) ),
    inference(resolution,[],['13','16']) ).

cnf('18',plain,
    ( ~ axiom(or(X,or(or(X,Y),Y)))
    | theorem(or(Z,or(X,Y))) ),
    inference(resolution,[],['7','17']) ).

cnf('19',plain,
    ( ~ axiom(implies(X3,or(or(not(X3),Y3),Y3)))
    | theorem(or(Z3,or(not(X3),Y3))) ),
    inference(paramodulation,[],['1','18']) ).

cnf('20',plain,
    ( ~ axiom(implies(X,or(implies(X,Y),Y)))
    | theorem(or(Z,implies(X,Y))) ),
    inference(simplify,[then_simplify],['19','1','1']) ).

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

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

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

cnf('24',plain,
    ( ~ theorem(implies(X,Y))
    | ~ theorem(or(Z,X))
    | theorem(or(Z,Y)) ),
    inference(resolution,[],['23','3']) ).

cnf('25',plain,
    ( ~ theorem(or(X,Y))
    | ~ axiom(implies(Y,Z))
    | theorem(or(X,Z)) ),
    inference(resolution,[],['24','4']) ).

cnf('26',plain,
    ( ~ axiom(implies(implies(X,X),Y))
    | theorem(or(Z,Y)) ),
    inference(resolution,[],['21','25']) ).

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

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

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

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

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

cnf('32',plain,
    ( theorem(or(or(X,Y),Z))
    | ~ axiom(or(X,or(Z,Y))) ),
    inference(resolution,[],['7','15']) ).

cnf('33',plain,
    ( ~ axiom(or(X,or(Y,Y)))
    | theorem(or(X,Y)) ),
    inference(resolution,[],['32','13']) ).

cnf('34',plain,
    ( ~ axiom(implies(X3,or(Y3,Y3)))
    | theorem(or(not(X3),Y3)) ),
    inference(paramodulation,[],['1','33']) ).

cnf('35',plain,
    ( ~ axiom(implies(X,or(Y,Y)))
    | theorem(implies(X,Y)) ),
    inference(simplify,[],['34','1']) ).

cnf('36',plain,
    theorem(implies(X,X)),
    inference(resolution,[],['35','8']) ).

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

cnf('38',plain,
    ( ~ theorem(implies(X,not(Y)))
    | theorem(implies(Y,not(X))) ),
    inference(paramodulation,[],['1','37']) ).

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

cnf('40',plain,
    ( theorem(or(X,not(not(Y))))
    | ~ theorem(or(X,Y)) ),
    inference(resolution,[],['39','24']) ).

cnf('41',plain,
    axiom(implies(or(X,not(Y)),implies(Y,X))),
    inference(paramodulation,[],['1','14']) ).

cnf('42',plain,
    ( ~ theorem(or(X,not(Y)))
    | theorem(implies(Y,X)) ),
    inference(resolution,[],['41','5']) ).

cnf('43',plain,
    ( theorem(implies(not(X),Y))
    | ~ theorem(or(Y,X)) ),
    inference(resolution,[],['40','42']) ).

cnf('44',plain,
    ( theorem(or(Y3,or(not(X3),Z3)))
    | ~ theorem(implies(X3,or(Y3,Z3))) ),
    inference(paramodulation,[],['1','6']) ).

cnf('45',plain,
    ( theorem(or(X,implies(Y,Z)))
    | ~ theorem(implies(Y,or(X,Z))) ),
    inference(simplify,[],['44','1']) ).

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

cnf('47',plain,
    ( theorem(or(X,implies(Y,Z)))
    | ~ theorem(or(X,Z)) ),
    inference(paramodulation,[],['1','10']) ).

cnf('48',plain,
    ( ~ theorem(or(implies(X,Y),Y))
    | theorem(implies(X,Y)) ),
    inference(resolution,[],['47','12']) ).

cnf('49',plain,
    ( ~ theorem(implies(X,or(Y,Y)))
    | theorem(implies(X,Y)) ),
    inference(resolution,[],['46','48']) ).

cnf('50',plain,
    ( ~ theorem(or(or(X,X),Y))
    | theorem(implies(not(Y),X)) ),
    inference(resolution,[],['43','49']) ).

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

cnf('52',plain,
    ( theorem(or(not(Y3),or(X3,Z3)))
    | ~ theorem(or(X3,implies(Y3,Z3))) ),
    inference(paramodulation,[],['1','6']) ).

cnf('53',plain,
    ( theorem(implies(X,or(Y,Z)))
    | ~ theorem(or(Y,implies(X,Z))) ),
    inference(simplify,[],['52','1']) ).

cnf('54',plain,
    ( ~ theorem(or(not(Y3),implies(X3,Z3)))
    | theorem(implies(X3,implies(Y3,Z3))) ),
    inference(paramodulation,[],['1','53']) ).

cnf('55',plain,
    ( ~ theorem(implies(X,implies(Y,Z)))
    | theorem(implies(Y,implies(X,Z))) ),
    inference(simplify,[],['54','1']) ).

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

cnf('57',plain,
    ~ theorem(implies(or(p,q),implies(not(p),q))),
    inference(cnf_transformation,[],[prove_this]) ).

cnf('58',plain,
    $false,
    inference(resolution,[],['56','57']) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.13  % Problem  : LCL208-3 : TPTP v8.1.2. Released v2.3.0.
% 0.00/0.13  % Command  : gkc %s
% 0.15/0.35  % Computer : n025.cluster.edu
% 0.15/0.35  % Model    : x86_64 x86_64
% 0.15/0.35  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.15/0.35  % Memory   : 8042.1875MB
% 0.15/0.35  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.15/0.35  % CPULimit : 300
% 0.15/0.35  % WCLimit  : 300
% 0.15/0.35  % DateTime : Thu Aug 24 17:59:36 EDT 2023
% 0.15/0.35  % CPUTime  : 
% 0.21/0.39  
% 0.21/0.39  input clause set summed statistics:
% 0.21/0.39  ----------------------------------
% 0.21/0.39  in_clause_count:                     9
% 0.21/0.39  in_rule_clause_count:                9
% 0.21/0.39  in_fact_clause_count:                0
% 0.21/0.39  in_answer_clause_count:              0
% 0.21/0.39  in_ground_clause_count:              1
% 0.21/0.39  in_unit_clause_count:                7
% 0.21/0.39  in_horn_clause_count:                9
% 0.21/0.39  in_pos_clause_count:                 6
% 0.21/0.39  in_neg_clause_count:                 1
% 0.21/0.39  in_poseq_clause_count:               1
% 0.21/0.39  in_negeq_clause_count:               0
% 0.21/0.39  in_unitposeq_clause_count:           1
% 0.21/0.39  in_chain_clause_count:               1
% 0.21/0.39  in_min_length:             1
% 0.21/0.39  in_max_length:             3
% 0.21/0.39  in_min_depth:              1
% 0.21/0.39  in_max_depth:              4
% 0.21/0.39  in_min_size:               4
% 0.21/0.39  in_max_size:              12
% 0.21/0.39  in_min_vars:               0
% 0.21/0.39  in_max_vars:               3
% 0.21/0.39  in_extaxiom_count:                 8
% 0.21/0.39  in_axiom_count:                    0
% 0.21/0.39  in_assumption_count:               0
% 0.21/0.39  in_goal_count:                     1
% 0.21/0.39  in_neg_goal_count:                 1
% 0.21/0.39  in_pos_goal_count:                 0
% 0.21/0.39  in_posunit_goal_count:             0
% 0.21/0.39  
% 0.21/0.39  auto guide:
% 0.21/0.39  -----------
% 0.21/0.39  {
% 0.21/0.39  "print":1,
% 0.21/0.39  "print_level": 15,
% 0.21/0.39  "max_size": 0,
% 0.21/0.39  "max_depth": 0,
% 0.21/0.39  "max_length": 0,
% 0.21/0.39  "max_dseconds": 0,
% 0.21/0.39  "runs":[
% 0.21/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0},
% 0.21/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.21/0.39  {"max_dseconds":1, "strategy":["negative_pref","prohibit_unordered_para"], "query_preference":0},
% 0.21/0.39  {"max_dseconds":1, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.21/0.39  {"max_dseconds":1, "strategy":["unit","prohibit_unordered_para"], "query_preference":0},
% 0.21/0.39  {"max_dseconds":1, "strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.21/0.39  {"max_dseconds":1, "strategy":["unit","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.21/0.39  {"max_dseconds":1, "strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.21/0.39  {"max_dseconds":1, "strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.21/0.39  {"max_dseconds":1, "strategy":["unit","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.21/0.39  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0},
% 0.21/0.39  {"max_dseconds":1, "strategy":["unit"], "query_preference":0},
% 0.21/0.39  {"max_dseconds":1, "strategy":["hardness_pref", "posunitpara"], "query_preference":0},
% 0.21/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "weight_select_ratio":20},
% 0.21/0.39  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1},
% 0.21/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1},
% 0.21/0.39  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.21/0.39  {"max_dseconds":1, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.21/0.39  {"max_dseconds":1, "strategy":["unit"], "query_preference":1},
% 0.21/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.21/0.39  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":1},
% 0.21/0.39  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.21/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.21/0.39  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.21/0.39  {"max_dseconds":1, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.21/0.39  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.21/0.39  {"max_dseconds":1, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.21/0.39  {"max_dseconds":1, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.21/0.39  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.21/0.39  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.21/0.39  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "rewrite":0},
% 0.21/0.39  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.21/0.39  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.21/0.39  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0},
% 0.21/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.21/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.21/0.39  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.21/0.39  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.21/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.21/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.21/0.39  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.21/0.39  {"max_dseconds":1, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.21/0.39  {"max_dseconds":1, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.21/0.39  {"max_dseconds":1, "strategy":["unit", "pure_unit"], "query_preference":0},
% 0.21/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.21/0.39  {"max_dseconds":1, "strategy":["query_focus", "double"], "query_preference":1},
% 0.21/0.39  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.21/0.39  {"weight_select_ratio":100, "query_preference":1, "strategy":["negative_pref"], "max_dseconds":1},
% 0.21/0.39  {"max_dseconds":1, "strategy":["unit"], "query_preference":1, "max_depth":2},
% 0.21/0.39  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.21/0.39  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.21/0.39  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":1},
% 0.21/0.39  {"max_dseconds":1, "strategy":["unit", "pure_unit"], "weight_select_ratio":1, "query_preference":0},
% 0.21/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.21/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":2},
% 0.21/0.39  {"max_dseconds":1, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.21/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.21/0.39  {"max_depth":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":1},
% 0.21/0.39  {"depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":1},
% 0.21/0.39  {"max_dseconds":1, "strategy":["hardness_pref", "posunitpara"], "query_preference":0, "depth_penalty":50, "length_penalty":100},
% 0.21/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.21/0.39  {"weight_select_ratio":100, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":1},
% 0.21/0.39  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":1},
% 0.21/0.39  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":1},
% 0.21/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.21/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "max_depth":2},
% 0.21/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "equality":0},
% 0.21/0.39  {"max_dseconds":1, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.21/0.39  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.21/0.39  {"var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["positive_pref"], "max_dseconds":1},
% 0.21/0.39  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_dseconds":1},
% 0.21/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.21/0.39  {"max_dseconds":1, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100},
% 0.21/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.21/0.39  {"depth_penalty":50, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":1},
% 0.21/0.39  {"rewrite":0, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "hornpref"], "max_dseconds":1},
% 0.21/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.21/0.39  {"query_preference":1, "strategy":["unit", "max_weight"], "max_dseconds":1},
% 0.21/0.39  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "weight_select_ratio":30, "depth_penalty":100, "length_penalty":100},
% 0.21/0.39  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "max_depth":4},
% 0.21/0.39  {"length_penalty":100, "query_preference":1, "strategy":["positive_pref", "posunitpara"], "max_dseconds":1},
% 0.21/0.39  {"weight_select_ratio":100, "rewrite":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":1},
% 0.21/0.39  
% 0.21/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0},
% 0.21/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.21/0.39  {"max_dseconds":10, "strategy":["negative_pref","prohibit_unordered_para"], "query_preference":0},
% 0.21/0.39  {"max_dseconds":10, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.21/0.39  {"max_dseconds":10, "strategy":["unit","prohibit_unordered_para"], "query_preference":0},
% 0.21/0.39  {"max_dseconds":10, "strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.21/0.39  {"max_dseconds":10, "strategy":["unit","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.21/0.39  {"max_dseconds":10, "strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.21/0.39  {"max_dseconds":10, "strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.21/0.39  {"max_dseconds":10, "strategy":["unit","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.21/0.39  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0},
% 0.21/0.39  {"max_dseconds":10, "strategy":["unit"], "query_preference":0},
% 0.21/0.39  {"max_dseconds":10, "strategy":["hardness_pref", "posunitpara"], "query_preference":0},
% 0.21/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "weight_select_ratio":20},
% 0.21/0.39  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1},
% 0.21/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1},
% 0.21/0.39  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.21/0.39  {"max_dseconds":10, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.21/0.39  {"max_dseconds":10, "strategy":["unit"], "query_preference":1},
% 0.21/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.21/0.39  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":1},
% 0.21/0.39  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.21/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.21/0.39  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.21/0.39  {"max_dseconds":10, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.21/0.39  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.21/0.39  {"max_dseconds":10, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.21/0.39  {"max_dseconds":10, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.21/0.39  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.21/0.39  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.21/0.39  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "rewrite":0},
% 0.21/0.39  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.21/0.39  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.21/0.39  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0},
% 0.21/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.21/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.21/0.39  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.21/0.39  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.21/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.21/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.21/0.39  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.21/0.39  {"max_dseconds":10, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.21/0.39  {"max_dseconds":10, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.21/0.39  {"max_dseconds":10, "strategy":["unit", "pure_unit"], "query_preference":0},
% 0.21/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.21/0.39  {"max_dseconds":10, "strategy":["query_focus", "double"], "query_preference":1},
% 0.21/0.39  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.21/0.39  {"weight_select_ratio":100, "query_preference":1, "strategy":["negative_pref"], "max_dseconds":10},
% 0.21/0.39  {"max_dseconds":10, "strategy":["unit"], "query_preference":1, "max_depth":2},
% 0.21/0.39  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.21/0.39  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.21/0.39  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":10},
% 0.21/0.39  {"max_dseconds":10, "strategy":["unit", "pure_unit"], "weight_select_ratio":1, "query_preference":0},
% 0.21/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.21/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":2},
% 0.21/0.39  {"max_dseconds":10, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.21/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.21/0.39  {"max_depth":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":10},
% 0.21/0.39  {"depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":10},
% 0.21/0.39  {"max_dseconds":10, "strategy":["hardness_pref", "posunitpara"], "query_preference":0, "depth_penalty":50, "length_penalty":100},
% 0.21/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.21/0.39  {"weight_select_ratio":100, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":10},
% 0.21/0.39  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":10},
% 0.21/0.39  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":10},
% 0.21/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.21/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "max_depth":2},
% 0.21/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "equality":0},
% 0.21/0.39  {"max_dseconds":10, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.21/0.39  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.21/0.39  {"var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["positive_pref"], "max_dseconds":10},
% 0.21/0.39  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_dseconds":10},
% 0.21/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.21/0.39  {"max_dseconds":10, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100},
% 0.21/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.21/0.39  {"depth_penalty":50, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":10},
% 0.21/0.39  {"rewrite":0, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "hornpref"], "max_dseconds":10},
% 0.21/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.21/0.39  {"query_preference":1, "strategy":["unit", "max_weight"], "max_dseconds":10},
% 0.21/0.39  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "weight_select_ratio":30, "depth_penalty":100, "length_penalty":100},
% 0.21/0.39  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "max_depth":4},
% 0.21/0.39  {"length_penalty":100, "query_preference":1, "strategy":["positive_pref", "posunitpara"], "max_dseconds":10},
% 0.21/0.39  {"weight_select_ratio":100, "rewrite":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":10},
% 0.21/0.39  
% 0.21/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0},
% 0.21/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.21/0.39  {"max_dseconds":50, "strategy":["negative_pref","prohibit_unordered_para"], "query_preference":0},
% 0.21/0.39  {"max_dseconds":50, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.21/0.39  {"max_dseconds":50, "strategy":["unit","prohibit_unordered_para"], "query_preference":0},
% 0.21/0.39  {"max_dseconds":50, "strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.21/0.39  {"max_dseconds":50, "strategy":["unit","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.21/0.39  {"max_dseconds":50, "strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.21/0.39  {"max_dseconds":50, "strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.21/0.39  {"max_dseconds":50, "strategy":["unit","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.21/0.39  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0},
% 0.21/0.39  {"max_dseconds":50, "strategy":["unit"], "query_preference":0},
% 0.21/0.39  {"max_dseconds":50, "strategy":["hardness_pref", "posunitpara"], "query_preference":0},
% 0.21/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "weight_select_ratio":20},
% 0.21/0.39  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1},
% 0.21/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1},
% 0.21/0.39  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.21/0.39  {"max_dseconds":50, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.21/0.39  {"max_dseconds":50, "strategy":["unit"], "query_preference":1},
% 0.21/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.21/0.39  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":1},
% 0.21/0.39  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.21/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.21/0.39  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.21/0.39  {"max_dseconds":50, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.21/0.39  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.21/0.39  {"max_dseconds":50, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.21/0.39  {"max_dseconds":50, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.21/0.39  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.21/0.39  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.21/0.39  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "rewrite":0},
% 0.21/0.39  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.21/0.39  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.21/0.39  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0},
% 0.21/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.21/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.21/0.39  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.21/0.39  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.21/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.21/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.21/0.39  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.21/0.39  {"max_dseconds":50, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.21/0.39  {"max_dseconds":50, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.21/0.39  {"max_dseconds":50, "strategy":["unit", "pure_unit"], "query_preference":0},
% 0.21/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.21/0.39  {"max_dseconds":50, "strategy":["query_focus", "double"], "query_preference":1},
% 0.21/0.39  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.21/0.39  {"weight_select_ratio":100, "query_preference":1, "strategy":["negative_pref"], "max_dseconds":50},
% 0.21/0.39  {"max_dseconds":50, "strategy":["unit"], "query_preference":1, "max_depth":2},
% 0.21/0.39  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.21/0.39  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.21/0.39  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":50},
% 0.21/0.39  {"max_dseconds":50, "strategy":["unit", "pure_unit"], "weight_select_ratio":1, "query_preference":0},
% 0.21/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.21/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":2},
% 0.21/0.39  {"max_dseconds":50, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.21/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.21/0.39  {"max_depth":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":50},
% 0.21/0.39  {"depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":50},
% 0.21/0.39  {"max_dseconds":50, "strategy":["hardness_pref", "posunitpara"], "query_preference":0, "depth_penalty":50, "length_penalty":100},
% 0.21/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.21/0.39  {"weight_select_ratio":100, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":50},
% 0.21/0.39  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":50},
% 0.21/0.39  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":50},
% 0.21/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.21/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "max_depth":2},
% 0.21/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "equality":0},
% 0.21/0.39  {"max_dseconds":50, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.21/0.39  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.21/0.39  {"var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["positive_pref"], "max_dseconds":50},
% 0.21/0.39  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_dseconds":50},
% 0.21/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.21/0.39  {"max_dseconds":50, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100},
% 0.21/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.21/0.39  {"depth_penalty":50, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":50},
% 0.21/0.39  {"rewrite":0, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "hornpref"], "max_dseconds":50},
% 0.21/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.21/0.39  {"query_preference":1, "strategy":["unit", "max_weight"], "max_dseconds":50},
% 0.21/0.39  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "weight_select_ratio":30, "depth_penalty":100, "length_penalty":100},
% 0.21/0.39  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "max_depth":4},
% 0.21/0.39  {"length_penalty":100, "query_preference":1, "strategy":["positive_pref", "posunitpara"], "max_dseconds":50},
% 0.21/0.39  {"weight_select_ratio":100, "rewrite":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":50},
% 0.21/0.39  
% 0.21/0.39  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0},
% 0.21/0.39  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.21/0.39  {"max_dseconds":250, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.21/0.39  {"max_dseconds":250, "strategy":["hardness_pref"], "query_preference":0},
% 0.21/0.39  {"max_dseconds":250, "strategy":["unit"], "query_preference":0},
% 0.21/0.39  {"max_dseconds":250, "strategy":["hardness_pref", "posunitpara"], "query_preference":0},
% 0.21/0.39  
% 0.21/0.39  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0},
% 0.21/0.39  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.21/0.39  {"max_dseconds":1250, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.21/0.39  {"max_dseconds":1250, "strategy":["hardness_pref"], "query_preference":0},
% 0.21/0.39  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0},
% 0.21/0.39  {"max_dseconds":1250, "strategy":["hardness_pref", "posunitpara"], "query_preference":0} 
% 0.21/0.39  
% 0.21/0.39  ]}
% 0.21/0.39  
% 0.21/0.39  
% 0.21/0.39  **** run 1 fork 0 starts with strategy
% 0.21/0.39  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0}
% 0.21/0.39  
% 0.21/0.39  **** run 2 fork 1 starts with strategy
% 0.21/0.39  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 0.21/0.40  
% 0.21/0.40  **** run 3 fork 2 starts with strategy
% 0.21/0.40  
% 0.21/0.40  **** run 4 fork 3 starts with strategy
% 0.21/0.40  
% 0.21/0.40  **** run 7 fork 6 starts with strategy
% 0.21/0.40  
% 0.21/0.40  **** run 6 fork 5 starts with strategy
% 0.21/0.40  {"max_dseconds":1,"strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 0.21/0.40  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}{"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1}
% 0.21/0.40  
% 0.21/0.40  {"max_dseconds":1,"strategy":["negative_pref","prohibit_unordered_para"],"query_preference":0}
% 0.21/0.40  
% 0.21/0.40  **** run 8 fork 7 starts with strategy
% 0.21/0.40  {"max_dseconds":1,"strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 0.21/0.41  
% 0.21/0.41  **** run 5 fork 4 starts with strategy
% 0.21/0.41  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0}
% 0.21/0.51  
% 0.21/0.51  fork 5: search finished without proof.
% 0.21/0.52  
% 0.21/0.52  
% 0.21/0.52  fork 0: search terminated without proof.
% 0.21/0.52  
% 0.21/0.52  
% 0.21/0.52  fork 6: search terminated without proof.
% 0.21/0.52  
% 0.21/0.52  
% 0.21/0.52  fork 3: search terminated without proof.
% 0.21/0.52  
% 0.21/0.52  
% 0.21/0.52  fork 2: search terminated without proof.
% 0.21/0.52  
% 0.21/0.52  
% 0.21/0.52  fork 7: search terminated without proof.
% 0.21/0.53  
% 0.21/0.53  **** run 14 fork 5 starts with strategy
% 0.21/0.53  {"max_dseconds":1,"strategy":["negative_pref"],"weight_select_ratio":20}
% 0.21/0.54  
% 0.21/0.54  
% 0.21/0.54  fork 1: search terminated without proof.
% 0.21/0.54  
% 0.21/0.54  **** run 15 fork 6 starts with strategy
% 0.21/0.54  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1}
% 0.21/0.55  
% 0.21/0.55  **** run 9 fork 0 starts with strategy
% 0.21/0.55  {"max_dseconds":1,"strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 0.21/0.55  
% 0.21/0.55  **** run 12 fork 3 starts with strategy
% 0.21/0.55  {"max_dseconds":1,"strategy":["unit"],"query_preference":0}
% 0.21/0.55  
% 0.21/0.55  **** run 16 fork 7 starts with strategy
% 0.21/0.55  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1}
% 0.21/0.55  
% 0.21/0.55  **** run 11 fork 2 starts with strategy
% 0.21/0.55  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0}
% 0.21/0.55  
% 0.21/0.55  
% 0.21/0.55  fork 4: search terminated without proof.
% 0.21/0.57  
% 0.21/0.57  **** run 10 fork 1 starts with strategy
% 0.21/0.57  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 0.21/0.57  
% 0.21/0.57  **** run 13 fork 4 starts with strategy
% 0.21/0.57  {"max_dseconds":1,"strategy":["hardness_pref","posunitpara"],"query_preference":0}
% 0.21/0.65  
% 0.21/0.65  
% 0.21/0.65  fork 5: search terminated without proof.
% 0.21/0.66  
% 0.21/0.66  fork 6: search finished without proof.
% 0.21/0.66  
% 0.21/0.66  fork 2: search finished without proof.
% 0.21/0.66  
% 0.21/0.66  
% 0.21/0.66  fork 0: search terminated without proof.
% 0.21/0.66  
% 0.21/0.66  
% 0.21/0.66  fork 3: search terminated without proof.
% 0.21/0.66  
% 0.21/0.66  
% 0.21/0.66  fork 7: search terminated without proof.
% 0.21/0.67  
% 0.21/0.67  **** run 22 fork 5 starts with strategy
% 0.21/0.67  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"depth_penalty":100}
% 0.21/0.68  
% 0.21/0.68  **** run 23 fork 6 starts with strategy
% 0.21/0.68  {"max_dseconds":1,"strategy":["unit","pure_unit"],"max_size":30,"max_depth":10,"max_weight":300,"weight_select_ratio":1,"rewrite":0}
% 0.21/0.68  
% 0.21/0.68  **** run 17 fork 0 starts with strategy
% 0.21/0.68  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":1}
% 0.21/0.68  
% 0.21/0.68  fork 4: search finished without proof.
% 0.21/0.68  
% 0.21/0.68  
% 0.21/0.68  fork 1: search terminated without proof.
% 0.21/0.68  
% 0.21/0.68  **** run 19 fork 2 starts with strategy
% 0.21/0.68  {"max_dseconds":1,"strategy":["unit"],"query_preference":1}
% 0.21/0.69  
% 0.21/0.69  **** run 20 fork 3 starts with strategy
% 0.21/0.69  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 0.21/0.69  
% 0.21/0.69  **** run 24 fork 7 starts with strategy
% 0.21/0.69  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":0}
% 0.21/0.70  
% 0.21/0.70  **** run 21 fork 4 starts with strategy
% 0.21/0.70  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":1}
% 0.21/0.71  
% 0.21/0.71  **** run 18 fork 1 starts with strategy
% 0.21/0.71  {"max_dseconds":1,"strategy":["hardness_pref","posunitpara"],"query_preference":1}
% 0.21/0.72  
% 0.21/0.72  fork 0: search finished without proof.
% 0.21/0.73  
% 0.21/0.73  fork 7: search finished without proof.
% 0.21/0.73  
% 0.21/0.73  **** run 25 fork 0 starts with strategy
% 0.21/0.73  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 0.21/0.75  
% 0.21/0.75  **** run 32 fork 7 starts with strategy
% 0.21/0.75  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 0.21/0.77  
% 0.21/0.77  fork 6: search finished without proof.
% 0.21/0.80  
% 0.21/0.80  **** run 31 fork 6 starts with strategy
% 0.21/0.80  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"rewrite":0}
% 0.21/0.80  
% 0.21/0.80  
% 0.21/0.80  fork 2: search terminated without proof.
% 0.21/0.80  
% 0.21/0.80  fork 5: search finished without proof.
% 0.21/0.81  
% 0.21/0.81  fork 4: search finished without proof.
% 0.21/0.82  
% 0.21/0.82  
% 0.21/0.82  fork 3: search terminated without proof.
% 0.21/0.82  
% 0.21/0.82  fork 1: search finished without proof.
% 0.21/0.82  
% 0.21/0.82  **** run 27 fork 2 starts with strategy
% 0.21/0.82  {"max_dseconds":1,"strategy":["query_focus","positive_pref"],"query_preference":0}
% 0.21/0.82  
% 0.21/0.82  **** run 30 fork 5 starts with strategy
% 0.21/0.82  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"length_penalty":100}
% 0.21/0.83  
% 0.21/0.83  **** run 29 fork 4 starts with strategy
% 0.21/0.83  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"depth_penalty":100}
% 0.21/0.84  
% 0.21/0.84  **** run 28 fork 3 starts with strategy
% 0.21/0.84  {"max_dseconds":1,"strategy":["query_focus","max_ground_weight"],"query_preference":1}
% 0.21/0.84  
% 0.21/0.84  **** run 26 fork 1 starts with strategy
% 0.21/0.84  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 0.21/0.86  
% 0.21/0.86  
% 0.21/0.86  fork 0: search terminated without proof.
% 0.21/0.87  
% 0.21/0.87  fork 7: search finished without proof.
% 0.21/0.88  
% 0.21/0.88  **** run 33 fork 0 starts with strategy
% 0.21/0.88  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"rewrite":0}
% 0.21/0.90  
% 0.21/0.90  **** run 40 fork 7 starts with strategy
% 0.21/0.90  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":3}
% 3.88/0.92  
% 3.88/0.92  fork 7: search finished without proof.
% 3.88/0.94  
% 3.88/0.94  
% 3.88/0.94  fork 5: search terminated without proof.
% 3.88/0.95  
% 3.88/0.95  **** run 48 fork 7 starts with strategy
% 3.88/0.95  {"weight_select_ratio":100,"query_preference":1,"strategy":["negative_pref"],"max_dseconds":1}
% 3.88/0.95  
% 3.88/0.95  fork 2: search finished without proof.
% 3.88/0.95  
% 3.88/0.95  fork 1: search finished without proof.
% 3.88/0.96  
% 3.88/0.96  **** run 38 fork 5 starts with strategy
% 3.88/0.96  {"max_dseconds":1,"strategy":["positive_pref"],"query_preference":0,"reverse_clauselist":1,"length_penalty":100}
% 4.47/0.96  
% 4.47/0.96  
% 4.47/0.96  fork 4: search terminated without proof.
% 4.47/0.97  
% 4.47/0.97  **** run 35 fork 2 starts with strategy
% 4.47/0.97  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":4}
% 4.47/0.97  
% 4.47/0.97  **** run 34 fork 1 starts with strategy
% 4.47/0.97  {"max_dseconds":1,"strategy":["positive_pref"],"query_preference":0}
% 4.58/0.98  
% 4.58/0.98  **** run 37 fork 4 starts with strategy
% 4.58/0.98  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"depth_penalty":100,"repeat_var_weight":1}
% 4.58/1.00  
% 4.58/1.00  
% 4.58/1.00  fork 0: search terminated without proof.
% 4.81/1.01  
% 4.81/1.01  **** run 41 fork 0 starts with strategy
% 4.81/1.01  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":30,"depth_penalty":100}
% 4.81/1.02  
% 4.81/1.02  fork 3: search finished without proof.
% 4.94/1.04  
% 4.94/1.04  
% 4.94/1.04  fork 6: search terminated without proof.
% 4.94/1.04  
% 4.94/1.04  **** run 36 fork 3 starts with strategy
% 4.94/1.04  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 4.94/1.06  
% 4.94/1.06  **** run 39 fork 6 starts with strategy
% 4.94/1.06  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"length_penalty":100}
% 4.94/1.07  
% 4.94/1.07  
% 4.94/1.07  fork 7: search terminated without proof.
% 4.94/1.07  
% 4.94/1.07  fork 2: search finished without proof.
% 4.94/1.08  
% 4.94/1.08  fork 5: search finished without proof.
% 4.94/1.08  
% 4.94/1.08  fork 1: search finished without proof.
% 4.94/1.09  
% 4.94/1.09  **** run 56 fork 7 starts with strategy
% 4.94/1.09  {"max_dseconds":1,"strategy":["query_focus","positive_pref"],"query_preference":1}
% 4.94/1.09  
% 4.94/1.09  **** run 43 fork 2 starts with strategy
% 4.94/1.09  {"max_dseconds":1,"strategy":["negative_pref","prohibit_nested_para"],"query_preference":0}
% 4.94/1.10  
% 4.94/1.10  **** run 46 fork 5 starts with strategy
% 4.94/1.10  {"max_dseconds":1,"strategy":["query_focus","double"],"query_preference":1}
% 4.94/1.10  
% 4.94/1.10  
% 4.94/1.10  fork 4: search terminated without proof.
% 4.94/1.10  
% 4.94/1.10  **** run 42 fork 1 starts with strategy
% 4.94/1.10  {"max_dseconds":1,"strategy":["negative_pref","posunitpara"],"query_preference":1,"max_depth":2,"depth_penalty":50,"length_penalty":100}
% 5.62/1.12  
% 5.62/1.12  **** run 45 fork 4 starts with strategy
% 5.62/1.12  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":1}
% 5.62/1.14  
% 5.62/1.14  fork 0: search finished without proof.
% 5.62/1.14  
% 5.62/1.14  fork 1: search finished without proof.
% 5.62/1.14  
% 5.62/1.14  fork 4: search finished without proof.
% 5.62/1.15  
% 5.62/1.15  **** run 49 fork 0 starts with strategy
% 5.62/1.15  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"max_depth":2}
% 5.62/1.16  
% 5.62/1.16  **** run 50 fork 1 starts with strategy
% 5.62/1.16  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":6,"var_weight":1}
% 5.62/1.16  
% 5.62/1.16  **** run 53 fork 4 starts with strategy
% 5.62/1.16  {"max_dseconds":1,"strategy":["unit","pure_unit"],"weight_select_ratio":1,"query_preference":0}
% 5.62/1.16  
% 5.62/1.16  
% 5.62/1.16  fork 3: search terminated without proof.
% 5.62/1.18  
% 5.62/1.18  fork 0: search finished without proof.
% 6.15/1.18  
% 6.15/1.18  **** run 44 fork 3 starts with strategy
% 6.15/1.18  {"max_dseconds":1,"strategy":["unit","pure_unit"],"query_preference":0}
% 6.15/1.18  
% 6.15/1.18  
% 6.15/1.18  fork 6: search terminated without proof.
% 6.15/1.18  
% 6.15/1.18  fork 4: search finished without proof.
% 6.15/1.19  
% 6.15/1.19  **** run 57 fork 0 starts with strategy
% 6.15/1.19  {"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}
% 6.15/1.20  
% 6.15/1.20  **** run 61 fork 4 starts with strategy
% 6.15/1.20  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"rewrite":0,"query_preference":1,"strategy":["query_focus","max_weight"],"max_dseconds":1}
% 6.15/1.21  
% 6.15/1.21  fork 3: search finished without proof.
% 6.15/1.21  
% 6.15/1.21  **** run 47 fork 6 starts with strategy
% 6.15/1.21  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"rewrite":0}
% 6.15/1.21  
% 6.15/1.21  
% 6.15/1.21  fork 2: search terminated without proof.
% 6.15/1.22  
% 6.15/1.22  fork 7: search finished without proof.
% 6.15/1.22  
% 6.15/1.22  fork 5: search finished without proof.
% 6.15/1.22  
% 6.15/1.22  **** run 52 fork 3 starts with strategy
% 6.15/1.22  {"var_weight":70,"repeat_var_weight":70,"depth_penalty":50,"query_preference":0,"strategy":["hardness_pref"],"max_dseconds":1}
% 6.15/1.23  
% 6.15/1.23  **** run 51 fork 2 starts with strategy
% 6.15/1.23  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 6.15/1.24  
% 6.15/1.24  **** run 64 fork 7 starts with strategy
% 6.15/1.24  {"var_weight":70,"repeat_var_weight":70,"depth_penalty":50,"query_preference":1,"strategy":["positive_pref","unit"],"max_dseconds":1}
% 6.15/1.24  
% 6.15/1.24  **** run 54 fork 5 starts with strategy
% 6.15/1.24  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"rewrite":0,"query_preference":0,"strategy":["query_focus","posunitpara"],"max_dseconds":1}
% 6.80/1.27  
% 6.80/1.27  fork 7: search finished without proof.
% 6.93/1.28  
% 6.93/1.28  **** run 72 fork 7 starts with strategy
% 6.93/1.28  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 6.93/1.29  
% 6.93/1.29  
% 6.93/1.29  fork 1: search terminated without proof.
% 6.93/1.31  
% 6.93/1.31  **** run 58 fork 1 starts with strategy
% 6.93/1.31  {"max_depth":0,"depth_penalty":100,"query_preference":0,"strategy":["unit","posunitpara"],"max_dseconds":1}
% 7.22/1.32  
% 7.22/1.32  
% 7.22/1.32  fork 0: search terminated without proof.
% 7.22/1.32  
% 7.22/1.32  fork 4: search finished without proof.
% 7.22/1.33  
% 7.22/1.33  
% 7.22/1.33  fork 6: search terminated without proof.
% 7.36/1.33  
% 7.36/1.33  **** run 65 fork 0 starts with strategy
% 7.36/1.33  {"var_weight":70,"repeat_var_weight":70,"length_penalty":100,"depth_penalty":100,"query_preference":1,"strategy":["positive_pref","unit"],"max_dseconds":1}
% 7.36/1.34  
% 7.36/1.34  **** run 69 fork 4 starts with strategy
% 7.36/1.34  {"max_dseconds":1,"strategy":["positive_pref"],"query_preference":0,"reverse_clauselist":1}
% 7.36/1.34  
% 7.36/1.34  
% 7.36/1.34  fork 3: search terminated without proof.
% 7.36/1.35  
% 7.36/1.35  fork 2: search finished without proof.
% 7.36/1.35  
% 7.36/1.35  **** run 55 fork 6 starts with strategy
% 7.36/1.35  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":2}
% 7.36/1.36  
% 7.36/1.36  fork 0: search finished without proof.
% 7.36/1.36  
% 7.36/1.36  **** run 60 fork 3 starts with strategy
% 7.36/1.36  {"max_dseconds":1,"strategy":["hardness_pref","posunitpara"],"query_preference":0,"depth_penalty":50,"length_penalty":100}
% 7.36/1.36  
% 7.36/1.36  fork 5: search finished without proof.
% 7.36/1.37  
% 7.36/1.37  **** run 59 fork 2 starts with strategy
% 7.36/1.37  {"depth_penalty":100,"query_preference":0,"strategy":["unit","posunitpara"],"max_dseconds":1}
% 7.36/1.38  
% 7.36/1.38  **** run 73 fork 0 starts with strategy
% 7.36/1.38  {"max_dseconds":1,"strategy":["query_focus","posunitpara"],"query_preference":1,"depth_penalty":50,"length_penalty":100}
% 7.36/1.38  
% 7.36/1.38  fork 6: search finished without proof.
% 7.36/1.39  
% 7.36/1.39  **** run 62 fork 5 starts with strategy
% 7.36/1.39  {"weight_select_ratio":100,"query_preference":0,"strategy":["negative_pref","max_weight"],"max_dseconds":1}
% 7.36/1.40  
% 7.36/1.40  **** run 63 fork 6 starts with strategy
% 7.36/1.40  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"query_preference":0,"strategy":["hardness_pref"],"max_dseconds":1}
% 7.36/1.40  
% 7.36/1.40  
% 7.36/1.40  fork 7: search terminated without proof.
% 7.36/1.43  
% 7.36/1.43  
% 7.36/1.43  fork 1: search terminated without proof.
% 7.36/1.45  
% 7.36/1.45  **** run 66 fork 1 starts with strategy
% 7.36/1.45  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"max_depth":2}
% 7.36/1.45  
% 7.36/1.45  **** run 80 fork 7 starts with strategy
% 7.36/1.45  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":4}
% 7.36/1.46  
% 7.36/1.46  fork 4: search finished without proof.
% 7.36/1.47  
% 7.36/1.47  fork 1: search finished without proof.
% 7.36/1.48  
% 7.36/1.48  **** run 77 fork 4 starts with strategy
% 7.36/1.48  {"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}
% 7.36/1.49  
% 7.36/1.49  
% 7.36/1.49  fork 3: search terminated without proof.
% 7.36/1.49  
% 7.36/1.49  
% 7.36/1.49  fork 2: search terminated without proof.
% 7.36/1.49  
% 7.36/1.49  **** run 74 fork 1 starts with strategy
% 7.36/1.49  {"var_weight":70,"repeat_var_weight":70,"length_penalty":100,"depth_penalty":100,"query_preference":1,"strategy":["query_focus"],"max_dseconds":1}
% 7.36/1.50  
% 7.36/1.50  fork 0: search finished without proof.
% 7.36/1.51  
% 7.36/1.51  **** run 68 fork 3 starts with strategy
% 7.36/1.51  {"max_dseconds":1,"strategy":["hardness_pref","max_ground_weight"],"query_preference":0}
% 7.36/1.51  
% 7.36/1.51  
% 7.36/1.51  fork 5: search terminated without proof.
% 7.36/1.51  
% 7.36/1.51  **** run 67 fork 2 starts with strategy
% 7.36/1.52  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"equality":0}
% 7.36/1.52  
% 7.36/1.52  fork 6: search finished without proof.
% 7.36/1.52  
% 7.36/1.52  **** run 81 fork 0 starts with strategy
% 7.36/1.52  {"length_penalty":100,"query_preference":1,"strategy":["positive_pref","posunitpara"],"max_dseconds":1}
% 7.36/1.53  
% 7.36/1.53  **** run 70 fork 5 starts with strategy
% 7.36/1.53  {"var_weight":70,"repeat_var_weight":70,"query_preference":0,"strategy":["positive_pref"],"max_dseconds":1}
% 7.36/1.54  
% 7.36/1.54  **** run 71 fork 6 starts with strategy
% 7.36/1.54  {"length_penalty":100,"depth_penalty":100,"query_preference":0,"strategy":["negative_pref","hornpref","max_weight"],"max_dseconds":1}
% 7.36/1.60  
% 7.36/1.60  
% 7.36/1.60  fork 4: search terminated without proof.
% 7.36/1.62  
% 7.36/1.62  
% 7.36/1.62  fork 1: search terminated without proof.
% 7.36/1.62  
% 7.36/1.62  **** run 85 fork 4 starts with strategy
% 7.36/1.62  {"max_dseconds":10,"strategy":["negative_pref","prohibit_unordered_para"],"query_preference":0}
% 7.36/1.63  
% 7.36/1.63  fork 3: search finished without proof.
% 7.36/1.64  
% 7.36/1.64  
% 7.36/1.64  fork 2: search terminated without proof.
% 7.36/1.64  
% 7.36/1.64  fork 0: search finished without proof.
% 7.36/1.64  
% 7.36/1.64  **** run 76 fork 3 starts with strategy
% 7.36/1.64  
% 7.36/1.64  **** run 82 fork 1 starts with strategy
% 7.36/1.64  {"weight_select_ratio":100,"rewrite":0,"depth_penalty":100,"query_preference":0,"strategy":["unit","posunitpara"],"max_dseconds":1}
% 7.36/1.64  {"rewrite":0,"depth_penalty":50,"query_preference":1,"strategy":["query_focus","hornpref"],"max_dseconds":1}
% 9.39/1.65  
% 9.39/1.65  fork 5: search finished without proof.
% 9.39/1.65  
% 9.39/1.65  **** run 75 fork 2 starts with strategy
% 9.39/1.65  {"depth_penalty":50,"query_preference":1,"strategy":["hardness_pref","hornpref","max_weight"],"max_dseconds":1}
% 9.39/1.66  
% 9.39/1.66  **** run 89 fork 0 starts with strategy
% 9.39/1.66  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 9.39/1.66  
% 9.39/1.66  
% 9.39/1.66  fork 6: search terminated without proof.
% 9.39/1.67  
% 9.39/1.67  
% 9.39/1.67  fork 7: search terminated without proof.
% 9.39/1.67  
% 9.39/1.67  **** run 78 fork 5 starts with strategy
% 9.39/1.67  {"query_preference":1,"strategy":["unit","max_weight"],"max_dseconds":1}
% 9.39/1.69  
% 9.39/1.69  **** run 88 fork 7 starts with strategy
% 9.39/1.69  {"max_dseconds":10,"strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 9.39/1.69  
% 9.39/1.69  **** run 79 fork 6 starts with strategy
% 9.39/1.69  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"weight_select_ratio":30,"depth_penalty":100,"length_penalty":100}
% 10.28/1.76  
% 10.28/1.76  
% 10.28/1.76  fork 1: search terminated without proof.
% 10.28/1.76  
% 10.28/1.76  fork 3: search finished without proof.
% 10.28/1.77  
% 10.28/1.77  fork 2: search finished without proof.
% 10.28/1.78  
% 10.28/1.78  **** run 84 fork 3 starts with strategy
% 10.28/1.78  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 10.28/1.79  
% 10.28/1.79  **** run 90 fork 1 starts with strategy
% 10.28/1.79  {"max_dseconds":10,"strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 10.28/1.79  
% 10.28/1.79  **** run 83 fork 2 starts with strategy
% 10.28/1.79  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0}
% 10.28/1.79  
% 10.28/1.79  
% 10.28/1.79  fork 5: search terminated without proof.
% 10.95/1.81  
% 10.95/1.81  **** run 86 fork 5 starts with strategy
% 10.95/1.81  {"max_dseconds":10,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1}
% 10.95/1.82  
% 10.95/1.82  
% 10.95/1.82  fork 6: search terminated without proof.
% 10.95/1.84  
% 10.95/1.84  **** run 87 fork 6 starts with strategy
% 10.95/1.84  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":0}
% 17.16/2.64  
% 17.16/2.64  
% 17.16/2.64  fork 4: search terminated without proof.
% 17.71/2.67  
% 17.71/2.67  **** run 93 fork 4 starts with strategy
% 17.71/2.67  {"max_dseconds":10,"strategy":["hardness_pref"],"query_preference":0}
% 17.71/2.68  
% 17.71/2.68  
% 17.71/2.68  fork 0: search terminated without proof.
% 17.71/2.70  
% 17.71/2.70  **** run 97 fork 0 starts with strategy
% 17.71/2.70  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1}
% 18.75/2.80  
% 18.75/2.80  
% 18.75/2.80  fork 3: search terminated without proof.
% 18.75/2.81  
% 18.75/2.81  
% 18.75/2.81  fork 1: search terminated without proof.
% 18.75/2.81  
% 18.75/2.81  fork 7: search finished without proof.
% 18.75/2.81  
% 18.75/2.81  
% 18.75/2.81  fork 2: search terminated without proof.
% 18.99/2.83  
% 18.99/2.83  **** run 96 fork 7 starts with strategy
% 18.99/2.83  {"max_dseconds":10,"strategy":["negative_pref"],"weight_select_ratio":20}
% 18.99/2.83  
% 18.99/2.83  
% 18.99/2.83  fork 5: search terminated without proof.
% 18.99/2.83  
% 18.99/2.83  **** run 92 fork 3 starts with strategy
% 18.99/2.83  {"max_dseconds":10,"strategy":["unit","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 18.99/2.84  
% 18.99/2.84  **** run 98 fork 1 starts with strategy
% 18.99/2.84  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":1}
% 18.99/2.85  
% 18.99/2.85  **** run 91 fork 2 starts with strategy
% 18.99/2.85  {"max_dseconds":10,"strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 18.99/2.86  
% 18.99/2.86  **** run 94 fork 5 starts with strategy
% 18.99/2.86  {"max_dseconds":10,"strategy":["unit"],"query_preference":0}
% 19.82/2.94  
% 19.82/2.94  
% 19.82/2.94  fork 6: search terminated without proof.
% 19.82/2.97  
% 19.82/2.97  **** run 95 fork 6 starts with strategy
% 19.82/2.97  {"max_dseconds":10,"strategy":["hardness_pref","posunitpara"],"query_preference":0}
% 25.59/3.68  
% 25.59/3.68  fork 0: search finished without proof.
% 25.59/3.69  
% 25.59/3.69  
% 25.59/3.69  fork 4: search terminated without proof.
% 25.59/3.71  
% 25.59/3.71  **** run 105 fork 0 starts with strategy
% 25.59/3.71  {"max_dseconds":10,"strategy":["unit","pure_unit"],"max_size":30,"max_depth":10,"max_weight":300,"weight_select_ratio":1,"rewrite":0}
% 25.59/3.72  
% 25.59/3.72  **** run 101 fork 4 starts with strategy
% 25.59/3.72  {"max_dseconds":10,"strategy":["unit"],"query_preference":1}
% 26.06/3.74  
% 26.06/3.74  fork 0: search finished without proof.
% 26.30/3.76  
% 26.30/3.76  **** run 113 fork 0 starts with strategy
% 26.30/3.76  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1,"rewrite":0}
% 26.85/3.85  
% 26.85/3.85  
% 26.85/3.85  fork 3: search terminated without proof.
% 26.85/3.86  
% 26.85/3.86  
% 26.85/3.86  fork 1: search terminated without proof.
% 26.85/3.87  
% 26.85/3.87  
% 26.85/3.87  fork 2: search terminated without proof.
% 27.19/3.87  
% 27.19/3.87  **** run 100 fork 3 starts with strategy
% 27.19/3.87  {"max_dseconds":10,"strategy":["hardness_pref","posunitpara"],"query_preference":1}
% 27.19/3.88  
% 27.19/3.88  
% 27.19/3.88  fork 5: search terminated without proof.
% 27.19/3.89  
% 27.19/3.89  **** run 106 fork 1 starts with strategy
% 27.19/3.89  {"max_dseconds":10,"strategy":["query_focus","unit"],"query_preference":0}
% 27.19/3.90  
% 27.19/3.90  **** run 99 fork 2 starts with strategy
% 27.19/3.90  {"max_dseconds":10,"strategy":["query_focus","unit"],"query_preference":1}
% 27.19/3.90  
% 27.19/3.90  **** run 102 fork 5 starts with strategy
% 27.19/3.90  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":1,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 27.19/3.91  
% 27.19/3.91  fork 1: search finished without proof.
% 27.19/3.92  
% 27.19/3.92  fork 2: search finished without proof.
% 27.19/3.93  
% 27.19/3.93  **** run 114 fork 1 starts with strategy
% 27.19/3.93  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 27.19/3.94  
% 27.19/3.94  **** run 107 fork 2 starts with strategy
% 27.19/3.94  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 27.19/3.98  
% 27.19/3.98  fork 6: search finished without proof.
% 27.19/4.00  
% 27.19/4.00  **** run 103 fork 6 starts with strategy
% 27.19/4.00  {"max_dseconds":10,"strategy":["hardness_pref"],"query_preference":1}
% 27.19/4.02  
% 27.19/4.02  
% 27.19/4.02  fork 7: search terminated without proof.
% 28.35/4.06  
% 28.35/4.06  **** run 104 fork 7 starts with strategy
% 28.35/4.06  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1,"depth_penalty":100}
% 33.46/4.72  
% 33.46/4.72  fork 0: search finished without proof.
% 33.46/4.75  
% 33.46/4.75  **** run 121 fork 0 starts with strategy
% 33.46/4.75  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":1,"length_penalty":100}
% 34.67/4.85  
% 34.67/4.85  
% 34.67/4.85  fork 4: search terminated without proof.
% 34.67/4.87  
% 34.67/4.87  **** run 109 fork 4 starts with strategy
% 34.67/4.87  {"max_dseconds":10,"strategy":["query_focus","positive_pref"],"query_preference":0}
% 34.67/4.89  
% 34.67/4.89  fork 1: search finished without proof.
% 34.67/4.90  
% 34.67/4.90  fork 3: search finished without proof.
% 34.67/4.92  
% 34.67/4.92  **** run 122 fork 1 starts with strategy
% 34.67/4.92  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"max_depth":3}
% 35.39/4.93  
% 35.39/4.93  **** run 108 fork 3 starts with strategy
% 35.39/4.93  {"max_dseconds":10,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 35.39/4.94  
% 35.39/4.94  fork 1: search finished without proof.
% 35.39/4.96  
% 35.39/4.96  
% 35.39/4.96  fork 5: search terminated without proof.
% 35.39/4.96  
% 35.39/4.96  **** run 130 fork 1 starts with strategy
% 35.39/4.96  {"weight_select_ratio":100,"query_preference":1,"strategy":["negative_pref"],"max_dseconds":10}
% 35.39/4.96  
% 35.39/4.96  
% 35.39/4.96  fork 2: search terminated without proof.
% 35.39/4.99  
% 35.39/4.99  **** run 115 fork 2 starts with strategy
% 35.39/4.99  {"max_dseconds":10,"strategy":["hardness_pref"],"query_preference":0,"rewrite":0}
% 35.39/4.99  
% 35.39/4.99  **** run 110 fork 5 starts with strategy
% 35.39/4.99  {"max_dseconds":10,"strategy":["query_focus","max_ground_weight"],"query_preference":1}
% 35.92/5.01  
% 35.92/5.01  fork 6: search finished without proof.
% 35.92/5.03  
% 35.92/5.03  **** run 111 fork 6 starts with strategy
% 35.92/5.03  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"depth_penalty":100}
% 35.92/5.05  
% 35.92/5.05  fork 7: search finished without proof.
% 36.58/5.07  
% 36.58/5.07  **** run 112 fork 7 starts with strategy
% 36.58/5.07  {"max_dseconds":10,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"length_penalty":100}
% 41.39/5.77  
% 41.39/5.77  
% 41.39/5.77  fork 0: search terminated without proof.
% 42.30/5.80  
% 42.30/5.80  **** run 129 fork 0 starts with strategy
% 42.30/5.80  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"rewrite":0}
% 42.33/5.84  
% 42.33/5.84  fork 4: search finished without proof.
% 42.33/5.87  
% 42.33/5.87  **** run 117 fork 4 starts with strategy
% 42.33/5.87  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"max_depth":4}
% 43.10/5.97  
% 43.10/5.97  fork 5: search finished without proof.
% 43.10/5.98  
% 43.10/5.98  
% 43.10/5.98  fork 1: search terminated without proof.
% 43.10/5.99  
% 43.10/5.99  
% 43.10/5.99  fork 3: search terminated without proof.
% 43.10/6.00  
% 43.10/6.00  **** run 118 fork 5 starts with strategy
% 43.10/6.00  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 43.10/6.01  
% 43.10/6.01  **** run 138 fork 1 starts with strategy
% 43.10/6.01  {"max_dseconds":10,"strategy":["query_focus","positive_pref"],"query_preference":1}
% 43.10/6.01  
% 43.10/6.01  **** run 116 fork 3 starts with strategy
% 43.10/6.01  {"max_dseconds":10,"strategy":["positive_pref"],"query_preference":0}
% 43.10/6.02  
% 43.10/6.02  
% 43.10/6.02  fork 2: search terminated without proof.
% 43.10/6.04  
% 43.10/6.04  **** run 123 fork 2 starts with strategy
% 43.10/6.04  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":30,"depth_penalty":100}
% 43.10/6.05  
% 43.10/6.05  
% 43.10/6.05  fork 6: search terminated without proof.
% 43.10/6.07  
% 43.10/6.07  **** run 119 fork 6 starts with strategy
% 43.10/6.07  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"var_weight":1,"depth_penalty":100,"repeat_var_weight":1}
% 44.66/6.20  
% 44.66/6.20  fork 7: search finished without proof.
% 44.66/6.22  
% 44.66/6.22  **** run 120 fork 7 starts with strategy
% 44.66/6.22  {"max_dseconds":10,"strategy":["positive_pref"],"query_preference":0,"reverse_clauselist":1,"length_penalty":100}
% 48.50/6.60  
% 48.50/6.60  fork 4: search finished without proof.
% 48.50/6.63  
% 48.50/6.63  **** run 125 fork 4 starts with strategy
% 48.50/6.63  {"max_dseconds":10,"strategy":["negative_pref","prohibit_nested_para"],"query_preference":0}
% 48.93/6.84  
% 48.93/6.84  
% 48.93/6.84  fork 0: search terminated without proof.
% 48.93/6.87  
% 48.93/6.87  **** run 137 fork 0 starts with strategy
% 48.93/6.87  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"max_depth":2}
% 50.43/6.91  
% 50.43/6.91  fork 0: search finished without proof.
% 50.95/6.93  
% 50.95/6.93  **** run 145 fork 0 starts with strategy
% 50.95/6.93  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"query_preference":0,"strategy":["hardness_pref"],"max_dseconds":10}
% 50.95/6.96  
% 50.95/6.96  fork 3: search finished without proof.
% 51.34/6.98  
% 51.34/6.98  **** run 124 fork 3 starts with strategy
% 51.34/6.98  {"max_dseconds":10,"strategy":["negative_pref","posunitpara"],"query_preference":1,"max_depth":2,"depth_penalty":50,"length_penalty":100}
% 51.34/7.00  
% 51.34/7.00  fork 3: search finished without proof.
% 51.34/7.01  
% 51.34/7.01  fork 1: search finished without proof.
% 51.34/7.02  
% 51.34/7.02  
% 51.34/7.02  fork 5: search terminated without proof.
% 51.34/7.02  
% 51.34/7.02  **** run 132 fork 3 starts with strategy
% 51.34/7.02  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_depth":6,"var_weight":1}
% 51.88/7.05  
% 51.88/7.05  **** run 126 fork 5 starts with strategy
% 51.88/7.05  {"max_dseconds":10,"strategy":["unit","pure_unit"],"query_preference":0}
% 51.88/7.05  
% 51.88/7.05  **** run 146 fork 1 starts with strategy
% 51.88/7.05  {"var_weight":70,"repeat_var_weight":70,"depth_penalty":50,"query_preference":1,"strategy":["positive_pref","unit"],"max_dseconds":10}
% 51.88/7.07  
% 51.88/7.07  fork 2: search finished without proof.
% 52.07/7.07  
% 52.07/7.07  fork 5: search finished without proof.
% 52.07/7.08  
% 52.07/7.08  fork 1: search finished without proof.
% 52.07/7.09  
% 52.07/7.09  **** run 134 fork 5 starts with strategy
% 52.07/7.09  {"var_weight":70,"repeat_var_weight":70,"depth_penalty":50,"query_preference":0,"strategy":["hardness_pref"],"max_dseconds":10}
% 52.07/7.09  
% 52.07/7.09  
% 52.07/7.09  fork 6: search terminated without proof.
% 52.07/7.09  
% 52.07/7.09  **** run 131 fork 2 starts with strategy
% 52.07/7.09  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"max_depth":2}
% 52.07/7.10  
% 52.07/7.10  **** run 154 fork 1 starts with strategy
% 52.07/7.10  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 52.07/7.11  
% 52.07/7.11  **** run 127 fork 6 starts with strategy
% 52.07/7.11  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"max_depth":1}
% 52.07/7.12  
% 52.07/7.12  fork 2: search finished without proof.
% 52.49/7.13  
% 52.49/7.13  **** run 139 fork 2 starts with strategy
% 52.49/7.13  {"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}
% 52.49/7.14  
% 52.49/7.14  fork 6: search finished without proof.
% 52.72/7.15  
% 52.72/7.15  **** run 135 fork 6 starts with strategy
% 52.72/7.15  {"max_dseconds":10,"strategy":["unit","pure_unit"],"weight_select_ratio":1,"query_preference":0}
% 52.72/7.17  
% 52.72/7.17  fork 6: search finished without proof.
% 52.72/7.19  
% 52.72/7.19  **** run 143 fork 6 starts with strategy
% 52.72/7.19  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"rewrite":0,"query_preference":1,"strategy":["query_focus","max_weight"],"max_dseconds":10}
% 52.72/7.21  
% 52.72/7.21  fork 7: search finished without proof.
% 53.35/7.25  
% 53.35/7.25  **** run 128 fork 7 starts with strategy
% 53.35/7.25  {"max_dseconds":10,"strategy":["query_focus","double"],"query_preference":1}
% 56.95/7.70  
% 56.95/7.70  
% 56.95/7.70  fork 4: search terminated without proof.
% 56.95/7.73  
% 56.95/7.73  **** run 133 fork 4 starts with strategy
% 56.95/7.73  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 58.75/7.95  
% 58.75/7.95  
% 58.75/7.95  fork 0: search terminated without proof.
% 58.75/7.98  
% 58.75/7.98  **** run 153 fork 0 starts with strategy
% 58.75/7.98  {"length_penalty":100,"depth_penalty":100,"query_preference":0,"strategy":["negative_pref","hornpref","max_weight"],"max_dseconds":10}
% 59.34/8.04  
% 59.34/8.04  
% 59.34/8.04  fork 3: search terminated without proof.
% 59.34/8.06  
% 59.34/8.06  **** run 140 fork 3 starts with strategy
% 59.34/8.06  {"max_depth":0,"depth_penalty":100,"query_preference":0,"strategy":["unit","posunitpara"],"max_dseconds":10}
% 60.17/8.11  
% 60.17/8.11  
% 60.17/8.11  fork 5: search terminated without proof.
% 60.17/8.12  
% 60.17/8.12  
% 60.17/8.12  fork 1: search terminated without proof.
% 60.17/8.13  
% 60.17/8.13  **** run 142 fork 5 starts with strategy
% 60.17/8.13  {"max_dseconds":10,"strategy":["hardness_pref","posunitpara"],"query_preference":0,"depth_penalty":50,"length_penalty":100}
% 60.17/8.15  
% 60.17/8.15  fork 6: search finished without proof.
% 60.17/8.15  
% 60.17/8.15  
% 60.17/8.15  fork 2: search terminated without proof.
% 60.17/8.16  
% 60.17/8.16  **** run 162 fork 1 starts with strategy
% 60.17/8.16  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_depth":4}
% 60.17/8.17  
% 60.17/8.17  **** run 147 fork 2 starts with strategy
% 60.17/8.17  {"var_weight":70,"repeat_var_weight":70,"length_penalty":100,"depth_penalty":100,"query_preference":1,"strategy":["positive_pref","unit"],"max_dseconds":10}
% 60.17/8.19  
% 60.17/8.19  **** run 151 fork 6 starts with strategy
% 60.17/8.19  {"max_dseconds":10,"strategy":["positive_pref"],"query_preference":0,"reverse_clauselist":1}
% 60.17/8.20  
% 60.17/8.20  fork 2: search finished without proof.
% 60.17/8.22  
% 60.17/8.22  **** run 155 fork 2 starts with strategy
% 60.17/8.22  {"max_dseconds":10,"strategy":["query_focus","posunitpara"],"query_preference":1,"depth_penalty":50,"length_penalty":100}
% 62.83/8.46  
% 62.83/8.46  fork 7: search finished without proof.
% 62.83/8.49  
% 62.83/8.49  **** run 136 fork 7 starts with strategy
% 62.83/8.49  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"rewrite":0,"query_preference":0,"strategy":["query_focus","posunitpara"],"max_dseconds":10}
% 64.63/8.68  
% 64.63/8.68  fork 4: search finished without proof.
% 64.63/8.71  
% 64.63/8.71  **** run 141 fork 4 starts with strategy
% 64.63/8.71  {"depth_penalty":100,"query_preference":0,"strategy":["unit","posunitpara"],"max_dseconds":10}
% 66.83/9.00  
% 66.83/9.00  
% 66.83/9.00  fork 0: search terminated without proof.
% 66.83/9.02  
% 66.83/9.02  **** run 161 fork 0 starts with strategy
% 66.83/9.02  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1,"weight_select_ratio":30,"depth_penalty":100,"length_penalty":100}
% 66.83/9.09  
% 66.83/9.09  
% 66.83/9.09  fork 3: search terminated without proof.
% 67.82/9.12  
% 67.82/9.12  **** run 148 fork 3 starts with strategy
% 67.82/9.12  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":1,"max_depth":2}
% 67.82/9.15  
% 67.82/9.15  
% 67.82/9.15  fork 5: search terminated without proof.
% 68.32/9.16  
% 68.32/9.16  fork 3: search finished without proof.
% 68.32/9.17  
% 68.32/9.17  fork 1: search finished without proof.
% 68.32/9.17  
% 68.32/9.17  **** run 150 fork 5 starts with strategy
% 68.32/9.17  {"max_dseconds":10,"strategy":["hardness_pref","max_ground_weight"],"query_preference":0}
% 68.32/9.17  
% 68.32/9.17  fork 6: search finished without proof.
% 68.49/9.18  
% 68.49/9.18  **** run 156 fork 3 starts with strategy
% 68.49/9.18  {"var_weight":70,"repeat_var_weight":70,"length_penalty":100,"depth_penalty":100,"query_preference":1,"strategy":["query_focus"],"max_dseconds":10}
% 68.49/9.19  
% 68.49/9.19  **** run 170 fork 1 starts with strategy
% 68.49/9.19  {"max_dseconds":50,"strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 68.49/9.19  
% 68.49/9.19  fork 2: search finished without proof.
% 68.49/9.20  
% 68.49/9.20  **** run 159 fork 6 starts with strategy
% 68.49/9.20  {"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}
% 68.49/9.22  
% 68.49/9.22  **** run 163 fork 2 starts with strategy
% 68.49/9.22  {"length_penalty":100,"query_preference":1,"strategy":["positive_pref","posunitpara"],"max_dseconds":10}
% 70.90/9.51  
% 70.90/9.51  fork 7: search finished without proof.
% 71.39/9.54  
% 71.39/9.54  **** run 144 fork 7 starts with strategy
% 71.39/9.54  {"weight_select_ratio":100,"query_preference":0,"strategy":["negative_pref","max_weight"],"max_dseconds":10}
% 72.81/9.79  
% 72.81/9.79  
% 72.81/9.79  fork 4: search terminated without proof.
% 73.46/9.82  
% 73.46/9.82  **** run 149 fork 4 starts with strategy
% 73.46/9.82  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":1,"equality":0}
% 74.92/10.00  
% 74.92/10.00  fork 0: search finished without proof.
% 75.04/10.03  
% 75.04/10.03  **** run 169 fork 0 starts with strategy
% 75.04/10.03  {"max_dseconds":50,"strategy":["unit","prohibit_unordered_para"],"query_preference":0}
% 75.83/10.18  
% 75.83/10.18  fork 6: search finished without proof.
% 75.83/10.18  
% 75.83/10.18  fork 2: search finished without proof.
% 75.83/10.19  
% 75.83/10.19  
% 75.83/10.19  fork 5: search terminated without proof.
% 76.50/10.21  
% 76.50/10.21  **** run 158 fork 5 starts with strategy
% 76.50/10.21  {"rewrite":0,"depth_penalty":50,"query_preference":1,"strategy":["query_focus","hornpref"],"max_dseconds":10}
% 76.50/10.22  
% 76.50/10.22  **** run 171 fork 2 starts with strategy
% 76.50/10.22  {"max_dseconds":50,"strategy":["unit","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 76.50/10.22  
% 76.50/10.22  fork 3: search finished without proof.
% 76.50/10.23  
% 76.50/10.23  **** run 167 fork 6 starts with strategy
% 76.50/10.23  {"max_dseconds":50,"strategy":["negative_pref","prohibit_unordered_para"],"query_preference":0}
% 76.50/10.26  
% 76.50/10.26  **** run 164 fork 3 starts with strategy
% 76.50/10.26  {"weight_select_ratio":100,"rewrite":0,"depth_penalty":100,"query_preference":0,"strategy":["unit","posunitpara"],"max_dseconds":10}
% 78.63/10.56  
% 78.63/10.56  
% 78.63/10.56  fork 7: search terminated without proof.
% 79.39/10.59  
% 79.39/10.59  **** run 152 fork 7 starts with strategy
% 79.39/10.59  {"var_weight":70,"repeat_var_weight":70,"query_preference":0,"strategy":["positive_pref"],"max_dseconds":10}
% 81.04/10.84  
% 81.04/10.84  
% 81.04/10.84  fork 4: search terminated without proof.
% 81.04/10.87  
% 81.04/10.87  **** run 157 fork 4 starts with strategy
% 81.04/10.87  {"depth_penalty":50,"query_preference":1,"strategy":["hardness_pref","hornpref","max_weight"],"max_dseconds":10}
% 83.14/11.16  
% 83.14/11.16  fork 5: search finished without proof.
% 83.14/11.19  
% 83.14/11.19  **** run 166 fork 5 starts with strategy
% 83.14/11.19  {"max_dseconds":50,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 84.94/11.36  
% 84.94/11.36  
% 84.94/11.36  fork 3: search terminated without proof.
% 85.71/11.39  
% 85.71/11.39  **** run 172 fork 3 starts with strategy
% 85.71/11.39  {"max_dseconds":50,"strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 86.64/11.57  
% 86.64/11.57  fork 7: search finished without proof.
% 87.34/11.61  
% 87.34/11.61  **** run 160 fork 7 starts with strategy
% 87.34/11.61  {"query_preference":1,"strategy":["unit","max_weight"],"max_dseconds":10}
% 89.17/11.86  
% 89.17/11.86  fork 4: search finished without proof.
% 89.17/11.88  
% 89.17/11.88  **** run 165 fork 4 starts with strategy
% 89.17/11.88  {"max_dseconds":50,"strategy":["negative_pref"],"query_preference":0}
% 89.86/11.96  
% 89.86/11.96  
% 89.86/11.96  result: proof found
% 89.86/11.96  for /export/starexec/sandbox/benchmark/theBenchmark.p 
% 89.86/11.96  by run 170 fork 1 strategy {"max_dseconds":50,"strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 89.86/11.96  % SZS status Unsatisfiable for /export/starexec/sandbox/benchmark/theBenchmark.p 
% 89.86/11.96  
% 89.86/11.96  % SZS output start CNFRefutation for /export/starexec/sandbox/benchmark/theBenchmark.p 
% See solution above
% 89.86/11.96  
% 89.86/11.96  run 170 fork 1 statistics:
% 89.86/11.96  ----------------------------------
% 89.86/11.96  this run seconds: 2.187918
% 89.86/11.96  total seconds: 10.946326
% 89.86/11.96  stat_given_used: 3498
% 89.86/11.96  stat_given_used_at_endgame: 0
% 89.86/11.96  stat_given_candidates:   26275
% 89.86/11.96  stat_given_candidates_at_endgame: 0
% 89.86/11.96  stat_given_candidates_h: 0
% 89.86/11.96  stat_binres_derived_cl:   127784
% 89.86/11.96  stat_binres_derived_cl_h: 0
% 89.86/11.97  stat_factor_derived_cl: 91
% 89.86/11.97  stat_para_derived_cl: 1479
% 89.86/11.97  stat_tautologies_discarded: 177
% 89.86/11.97  stat_forward_subsumed: 18106
% 89.86/11.97  stat_derived_cut: 51
% 89.86/11.97  stat_derived_rewritten: 517
% 89.86/11.97  stat_weight_discarded_building: 0
% 89.86/11.97  stat_weight_discarded_cl: 0
% 89.86/11.97  stat_internlimit_discarded_cl: 0
% 89.86/11.97  stat_simplified:  519 simplified 0 derived 0 given
% 89.86/11.97  stat_kept_cl: 111068
% 89.86/11.97  stat_built_cl: 118583
% 89.86/11.97  stat_hyperres_partial_cl: 0
% 89.86/11.97  stat_made_rewriters: 1
% 89.86/11.97  stat_backward_subsumed: 0
% 89.86/11.97  stat_propagated_subsumed: 0
% 89.86/11.97  stat_clsubs_attempted:                    474613
% 89.86/11.97  stat_clsubs_fact_groundunit_found:             0
% 89.86/11.97  stat_clsubs_rule_groundunit_found:            34
% 89.86/11.97  stat_clsubs_top_meta_attempted:           20856795
% 89.86/11.97  stat_clsubs_top_meta_failed:              20382182
% 89.86/11.97  stat_clsubs_top_meta_nonpref_attempted:            20856795
% 89.86/11.97  stat_clsubs_top_meta_nonpref_succeeded:             4474353
% 89.86/11.97  stat_clsubs_top_meta_pref_attempted:                4474353
% 89.86/11.97  stat_clsubs_top_meta_pref1_succeeded:               2072759
% 89.86/11.97  stat_clsubs_top_meta_pref2_succeeded:                658644
% 89.86/11.97  stat_clsubs_top_meta_pref3_succeeded:                474613
% 89.86/11.97  stat_clsubs_top_meta_pref_succeeded:                 474613
% 89.86/11.97  stat_clsubs_meta_attempted:               967437
% 89.86/11.97  stat_clsubs_meta_failed:                  464436
% 89.86/11.97  stat_clsubs_predsymbs_attempted:               0
% 89.86/11.97  stat_clsubs_unit_attempted:                57593
% 89.86/11.97  stat_clsubs_full_attempted:               417020
% 89.86/11.97  stat_forwardsubs_attempted:               129174
% 89.86/11.97  stat_lit_hash_added:                 142844
% 89.86/11.97  stat_lit_hash_computed:              779953
% 89.86/11.97  stat_lit_hash_match_found:            18350
% 89.86/11.97  stat_lit_hash_match_miss:            803861
% 89.86/11.97  stat_lit_hash_cut_ok:                    95
% 89.86/11.97  stat_lit_strong_cut_ok:                   0
% 89.86/11.97  stat_lit_hash_subsume_ok:             18106
% 89.86/11.97  clqueue els 10000000 used 1
% 89.86/11.97  clactive els 10000000 used 3499
% 89.86/11.97  clactivesubsume els 10000000 used 19849
% 89.86/11.97  queue_termbuf els 200000000 used 7865873
% 89.86/11.97  hyper_termbuf els 100000000 used 1
% 89.86/11.97  active_termbuf els 100000000 used 160058
% 89.86/11.97  varstack els 5000 last used 1
% 89.86/11.97  given_termbuf els 10000000 last used 1
% 89.86/11.97  simplified_termbuf els 10000000 last used 1
% 89.86/11.97  derived_termbuf els 10000000 last used 5
% 89.86/11.97  wr_mallocs: 32503
% 89.86/11.97  wr_callocs: 19
% 89.86/11.97  wr_reallocs: 18146
% 89.86/11.97  wr_frees: 2
% 89.86/11.97  wr_malloc_bytes: 4163865524
% 89.86/11.97  wr_calloc_bytes: 96065504
% 89.86/11.97  wr_realloc_bytes: 8248392
% 89.86/11.97  wr_realloc_freebytes: 0
% 89.86/11.97  ----------------------------------
%------------------------------------------------------------------------------