TSTP Solution File: LAT005-4 by GKC---0.8

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : GKC---0.8
% Problem  : LAT005-4 : TPTP v8.1.2. Released v1.1.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : gkc %s

% Computer : n027.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 06:13:41 EDT 2023

% Result   : Unsatisfiable 155.92s 20.50s
% Output   : CNFRefutation 155.92s
% Verified : 
% SZS Type : ERROR: Analysing output (Could not find formula named r1_complement_join_a_b_2)

% Comments : 
%------------------------------------------------------------------------------
cnf('1',plain,
    meet(r1,join(a,b)) = n0,
    inference(cnf_transformation,[],[r1_complement_join_a_b_2]) ).

cnf('2',plain,
    ( meet(X,join(Y,Z)) = join(Y,meet(Z,X))
    | meet(Y,X) != Y ),
    inference(cnf_transformation,[],['$inc_modular']) ).

cnf('3',plain,
    ( meet(join(a,b),join(X3,r1)) = join(X3,n0)
    | meet(X3,join(a,b)) != X3 ),
    inference(paramodulation,[],['1','2']) ).

cnf('4',plain,
    join(X,n0) = X,
    inference(cnf_transformation,[],['$inc_x_join_0']) ).

cnf('5',plain,
    ( meet(join(a,b),join(X,r1)) = X
    | meet(X,join(a,b)) != X ),
    inference(simplify,[],['3','4']) ).

cnf('6',plain,
    join(X,X) = X,
    inference(cnf_transformation,[],['$inc_idempotence_of_join']) ).

cnf('7',plain,
    join(join(X,Y),Z) = join(X,join(Y,Z)),
    inference(cnf_transformation,[],['$inc_associativity_of_join']) ).

cnf('8',plain,
    join(join(X,Y),Y) = join(X,Y),
    inference(paramodulation,[],['6','7']) ).

cnf('9',plain,
    join(X,Y) = join(Y,X),
    inference(cnf_transformation,[],['$inc_commutativity_of_join']) ).

cnf('10',plain,
    join(X,join(Y,X)) = join(Y,X),
    inference(paramodulation,[],['8','9']) ).

cnf('11',plain,
    meet(X,join(X,Y)) = X,
    inference(cnf_transformation,[],['$inc_absorption1']) ).

cnf('12',plain,
    meet(X,join(Y,X)) = X,
    inference(paramodulation,[],['10','11']) ).

cnf('13',plain,
    meet(join(a,b),join(b,r1)) = b,
    inference(resolution,[],['5','12']) ).

cnf('14',plain,
    join(r1,meet(b,r2)) = a2,
    inference(cnf_transformation,[],[define_a2]) ).

cnf('15',plain,
    a2 = join(meet(b,r2),r1),
    inference(paramodulation,[],['14','9']) ).

cnf('16',plain,
    join(X,meet(X,Y)) = X,
    inference(cnf_transformation,[],['$inc_absorption2']) ).

cnf('17',plain,
    join(X,Y) = join(X,join(meet(X,Z),Y)),
    inference(paramodulation,[],['16','7']) ).

cnf('18',plain,
    join(b,r1) = join(b,a2),
    inference(paramodulation,[],['15','17']) ).

cnf('19',plain,
    join(r1,b) = join(b,a2),
    inference(paramodulation,[],['18','9']) ).

cnf('20',plain,
    X = join(meet(X,Y),X),
    inference(paramodulation,[],['16','9']) ).

cnf('21',plain,
    join(a2,X) = join(r1,join(meet(b,r2),X)),
    inference(paramodulation,[],['14','7']) ).

cnf('22',plain,
    join(a2,b) = join(r1,b),
    inference(paramodulation,[],['20','21']) ).

cnf('23',plain,
    meet(join(a,b),join(a2,b)) = b,
    inference(simplify,[then_simplify],['13','18','19','22']) ).

cnf('24',plain,
    join(X,Y) = join(meet(X,Z),join(X,Y)),
    inference(paramodulation,[],['20','7']) ).

cnf('25',plain,
    meet(meet(X,Y),Z) = meet(X,meet(Y,Z)),
    inference(cnf_transformation,[],['$inc_associativity_of_meet']) ).

cnf('26',plain,
    meet(X,Y) = meet(X,meet(Y,join(meet(X,Y),Z))),
    inference(paramodulation,[],['11','25']) ).

cnf('27',plain,
    meet(X,Y) = meet(X,meet(Y,join(X,Z))),
    inference(paramodulation,[],['24','26']) ).

cnf('28',plain,
    meet(a2,join(a,b)) = meet(a2,b),
    inference(paramodulation,[],['23','27']) ).

cnf('29',plain,
    meet(X,Y) = meet(Y,X),
    inference(cnf_transformation,[],['$inc_commutativity_of_meet']) ).

cnf('30',plain,
    X = meet(join(X,Y),X),
    inference(paramodulation,[],['11','29']) ).

cnf('31',plain,
    meet(meet(X,join(Y,Z)),Y) = meet(X,Y),
    inference(paramodulation,[],['30','25']) ).

cnf('32',plain,
    meet(meet(a2,b),a) = meet(a2,a),
    inference(paramodulation,[],['28','31']) ).

cnf('33',plain,
    X = meet(join(Y,X),X),
    inference(paramodulation,[],['10','30']) ).

cnf('34',plain,
    meet(meet(X,join(Y,Z)),Z) = meet(X,Z),
    inference(paramodulation,[],['33','25']) ).

cnf('35',plain,
    meet(X,meet(Y,join(Z,X))) = meet(Y,X),
    inference(paramodulation,[],['34','29']) ).

cnf('36',plain,
    meet(meet(X,Y),X) = meet(X,Y),
    inference(paramodulation,[],['20','11']) ).

cnf('37',plain,
    meet(meet(X,Y),Z) = meet(meet(X,Y),meet(X,Z)),
    inference(paramodulation,[],['36','25']) ).

cnf('38',plain,
    meet(X,Y) = meet(X,meet(Y,X)),
    inference(paramodulation,[],['36','25']) ).

cnf('39',plain,
    meet(meet(X,Y),meet(Z,Y)) = meet(X,meet(Y,Z)),
    inference(paramodulation,[],['38','25']) ).

cnf('40',plain,
    meet(r2,meet(a,b)) = n0,
    inference(cnf_transformation,[],[r2_complement_meet_a_b_2]) ).

cnf('41',plain,
    n0 = meet(meet(a,b),r2),
    inference(paramodulation,[],['40','29']) ).

cnf('42',plain,
    meet(meet(X3,meet(a,b)),r2) = meet(X3,n0),
    inference(paramodulation,[],['41','25']) ).

cnf('43',plain,
    meet(X,n0) = n0,
    inference(cnf_transformation,[],['$inc_x_meet_0']) ).

cnf('44',plain,
    meet(meet(X,meet(a,b)),r2) = n0,
    inference(simplify,[],['42','43']) ).

cnf('45',plain,
    meet(meet(X,meet(b,a)),r2) = n0,
    inference(paramodulation,[],['39','44']) ).

cnf('46',plain,
    meet(meet(meet(b,X),a),r2) = n0,
    inference(paramodulation,[],['37','45']) ).

cnf('47',plain,
    meet(meet(meet(X,b),a),r2) = n0,
    inference(paramodulation,[],['35','46']) ).

cnf('48',plain,
    meet(meet(a2,a),r2) = n0,
    inference(paramodulation,[],['32','47']) ).

cnf('49',plain,
    n0 = meet(a2,meet(a,r2)),
    inference(paramodulation,[],['48','25']) ).

cnf('50',plain,
    meet(meet(a,r2),a2) = n0,
    inference(paramodulation,[],['49','29']) ).

cnf('51',plain,
    join(r1,meet(a,r2)) = b2,
    inference(cnf_transformation,[],[define_b2]) ).

cnf('52',plain,
    ( meet(X,b2) = join(r1,meet(meet(a,r2),X))
    | meet(r1,X) != r1 ),
    inference(paramodulation,[],['51','2']) ).

cnf('53',plain,
    meet(r1,a2) = r1,
    inference(paramodulation,[],['14','11']) ).

cnf('54',plain,
    meet(a2,b2) = join(r1,n0),
    inference(paramodulation,[then_simplify],['50','52','53']) ).

cnf('55',plain,
    meet(a2,b2) != r1,
    inference(cnf_transformation,[],[prove_SAMs_lemma]) ).

cnf('56',plain,
    $false,
    inference(simplify,[then_simplify],['54','55','4']) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.12  % Problem  : LAT005-4 : TPTP v8.1.2. Released v1.1.0.
% 0.00/0.12  % Command  : gkc %s
% 0.13/0.33  % Computer : n027.cluster.edu
% 0.13/0.33  % Model    : x86_64 x86_64
% 0.13/0.33  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.13/0.33  % Memory   : 8042.1875MB
% 0.13/0.33  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.13/0.33  % CPULimit : 300
% 0.13/0.33  % WCLimit  : 300
% 0.13/0.33  % DateTime : Thu Aug 24 07:15:32 EDT 2023
% 0.13/0.34  % CPUTime  : 
% 0.20/0.38  
% 0.20/0.38  input clause set summed statistics:
% 0.20/0.38  ----------------------------------
% 0.20/0.38  in_clause_count:                    20
% 0.20/0.38  in_rule_clause_count:               20
% 0.20/0.38  in_fact_clause_count:                0
% 0.20/0.38  in_answer_clause_count:              0
% 0.20/0.38  in_ground_clause_count:              7
% 0.20/0.38  in_unit_clause_count:               19
% 0.20/0.38  in_horn_clause_count:               20
% 0.20/0.38  in_pos_clause_count:                18
% 0.20/0.38  in_neg_clause_count:                 1
% 0.20/0.38  in_poseq_clause_count:              19
% 0.20/0.38  in_negeq_clause_count:               2
% 0.20/0.38  in_unitposeq_clause_count:          18
% 0.20/0.38  in_chain_clause_count:               0
% 0.20/0.38  in_min_length:             1
% 0.20/0.38  in_max_length:             2
% 0.20/0.38  in_min_depth:              2
% 0.20/0.38  in_max_depth:              3
% 0.20/0.38  in_min_size:               5
% 0.20/0.38  in_max_size:              16
% 0.20/0.38  in_min_vars:               0
% 0.20/0.38  in_max_vars:               3
% 0.20/0.38  in_extaxiom_count:                13
% 0.20/0.38  in_axiom_count:                    0
% 0.20/0.38  in_assumption_count:               0
% 0.20/0.38  in_goal_count:                     7
% 0.20/0.38  in_neg_goal_count:                 1
% 0.20/0.38  in_pos_goal_count:                 6
% 0.20/0.38  in_posunit_goal_count:             6
% 0.20/0.38  
% 0.20/0.38  auto guide:
% 0.20/0.38  -----------
% 0.20/0.38  {
% 0.20/0.38  "print":1,
% 0.20/0.38  "print_level": 15,
% 0.20/0.38  "max_size": 0,
% 0.20/0.38  "max_depth": 0,
% 0.20/0.38  "max_length": 0,
% 0.20/0.38  "max_dseconds": 0,
% 0.20/0.38  "runs":[
% 0.20/0.38  {"max_dseconds":1, "strategy":["unit"], "query_preference":1},
% 0.20/0.38  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1},
% 0.20/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1},
% 0.20/0.38  {"max_dseconds":1, "sine":5, "strategy":["negative_pref"], "query_preference":1},
% 0.20/0.38  {"max_dseconds":1, "strategy":["negative_pref","prohibit_unordered_para"], "query_preference":0},
% 0.20/0.38  {"max_dseconds":1, "strategy":["unit","prohibit_unordered_para"], "query_preference":0},
% 0.20/0.38  {"max_dseconds":1, "strategy":["unit","prohibit_unordered_para"], "query_preference":1},
% 0.20/0.38  {"max_dseconds":1, "strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"], "query_preference":0},
% 0.20/0.38  {"max_dseconds":1, "strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.20/0.38  {"max_dseconds":1, "strategy":["unit"], "query_preference":0},
% 0.20/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0},
% 0.20/0.38  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":1},
% 0.20/0.38  {"max_dseconds":1, "strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":1},
% 0.20/0.38  {"max_dseconds":1, "strategy":["hardness_pref","prohibit_deep_para"], "query_preference":1},
% 0.20/0.38  {"max_dseconds":1, "strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.20/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.20/0.38  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.38  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0},
% 0.20/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.20/0.38  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.20/0.38  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.20/0.38  {"max_dseconds":1, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.20/0.38  {"max_dseconds":1, "strategy":["query_focus", "double"], "query_preference":1},
% 0.20/0.38  {"max_dseconds":1, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.20/0.38  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.20/0.38  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.20/0.38  {"max_dseconds":1, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.20/0.38  {"max_dseconds":1, "strategy":["unit", "prohibit_nested_para","prohibit_unordered_para"], "query_preference":1, "reverse_clauselist":1},
% 0.20/0.38  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.20/0.38  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.20/0.38  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":0, "strategy":["query_focus", "posunitpara"], "max_dseconds":1},
% 0.20/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":2},
% 0.20/0.38  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":1, "strategy":["query_focus", "max_weight"], "max_dseconds":1},
% 0.20/0.38  {"weight_select_ratio":100, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":1},
% 0.20/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "equality":0},
% 0.20/0.38  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.20/0.38  {"var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["positive_pref"], "max_dseconds":1},
% 0.20/0.38  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":1},
% 0.20/0.38  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "max_depth":4},
% 0.20/0.38  {"max_dseconds":1, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1, "max_size":17},
% 0.20/0.38  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0},
% 0.20/0.38  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.20/0.38  {"max_dseconds":1, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.20/0.38  {"max_dseconds":1, "sine":5, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.20/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.20/0.38  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":3},
% 0.20/0.38  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.20/0.38  {"max_dseconds":1, "strategy":["unit", "pure_unit"], "max_size":30, "max_depth":10, "max_weight":300, "weight_select_ratio":1, "rewrite":0},
% 0.20/0.38  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.20/0.38  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":2},
% 0.20/0.38  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.20/0.38  {"max_dseconds":1, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.20/0.38  {"max_dseconds":1, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.20/0.38  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "rewrite":0},
% 0.20/0.38  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.20/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.20/0.38  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":2},
% 0.20/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.20/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.20/0.38  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.20/0.38  {"max_dseconds":1, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.20/0.38  {"max_dseconds":1, "strategy":["unit", "pure_unit"], "query_preference":0},
% 0.20/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.20/0.38  {"depth_penalty":50, "query_preference":2, "strategy":["negative_pref"], "max_dseconds":1},
% 0.20/0.38  {"max_depth":0, "length_penalty":100, "query_preference":2, "strategy":["hardness_pref", "posunitpara"], "max_dseconds":1},
% 0.20/0.38  {"weight_select_ratio":100, "query_preference":1, "strategy":["negative_pref"], "max_dseconds":1},
% 0.20/0.38  {"max_dseconds":1, "strategy":["unit"], "query_preference":1, "max_depth":2},
% 0.20/0.38  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.20/0.38  {"max_dseconds":1, "strategy":["unit","prohibit_unordered_para"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.20/0.38  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":1},
% 0.20/0.38  {"max_dseconds":1, "strategy":["unit", "pure_unit"], "weight_select_ratio":1, "query_preference":0},
% 0.20/0.38  {"max_dseconds":1, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.20/0.38  {"var_weight":70, "repeat_var_weight":70, "rewrite":0, "length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["hardness_pref", "max_weight"], "max_dseconds":1},
% 0.20/0.38  {"max_depth":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":1},
% 0.20/0.38  {"depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":1},
% 0.20/0.38  {"max_dseconds":1, "strategy":["hardness_pref", "posunitpara"], "query_preference":0, "depth_penalty":50, "length_penalty":100},
% 0.20/0.38  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":1},
% 0.20/0.38  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":1},
% 0.20/0.38  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":1},
% 0.20/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "max_depth":2},
% 0.20/0.38  {"max_dseconds":1, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.20/0.38  {"max_dseconds":1, "strategy":["negative_pref", "max_ground_weight"], "query_preference":0},
% 0.20/0.38  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_dseconds":1},
% 0.20/0.38  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight","prohibit_unordered_para"], "max_dseconds":1},
% 0.20/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.20/0.38  {"max_dseconds":1, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100},
% 0.20/0.38  {"depth_penalty":50, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":1},
% 0.20/0.38  {"rewrite":0, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "hornpref"], "max_dseconds":1},
% 0.20/0.38  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "length_penalty":100, "query_preference":1, "strategy":["query_focus", "prohibit_nested_para"], "max_dseconds":1},
% 0.20/0.38  {"query_preference":1, "strategy":["unit", "max_weight"], "max_dseconds":1},
% 0.20/0.38  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "weight_select_ratio":30, "depth_penalty":100, "length_penalty":100},
% 0.20/0.38  {"length_penalty":100, "query_preference":1, "strategy":["positive_pref", "posunitpara"], "max_dseconds":1},
% 0.20/0.38  {"weight_select_ratio":100, "rewrite":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":1},
% 0.20/0.38  
% 0.20/0.38  {"max_dseconds":10, "strategy":["unit"], "query_preference":1},
% 0.20/0.38  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1},
% 0.20/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1},
% 0.20/0.38  {"max_dseconds":10, "sine":5, "strategy":["negative_pref"], "query_preference":1},
% 0.20/0.38  {"max_dseconds":10, "strategy":["negative_pref","prohibit_unordered_para"], "query_preference":0},
% 0.20/0.38  {"max_dseconds":10, "strategy":["unit","prohibit_unordered_para"], "query_preference":0},
% 0.20/0.38  {"max_dseconds":10, "strategy":["unit","prohibit_unordered_para"], "query_preference":1},
% 0.20/0.38  {"max_dseconds":10, "strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"], "query_preference":0},
% 0.20/0.38  {"max_dseconds":10, "strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.20/0.38  {"max_dseconds":10, "strategy":["unit"], "query_preference":0},
% 0.20/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0},
% 0.20/0.38  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":1},
% 0.20/0.38  {"max_dseconds":10, "strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":1},
% 0.20/0.38  {"max_dseconds":10, "strategy":["hardness_pref","prohibit_deep_para"], "query_preference":1},
% 0.20/0.38  {"max_dseconds":10, "strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.20/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.20/0.38  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.38  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0},
% 0.20/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.20/0.38  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.20/0.38  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.20/0.38  {"max_dseconds":10, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.20/0.38  {"max_dseconds":10, "strategy":["query_focus", "double"], "query_preference":1},
% 0.20/0.38  {"max_dseconds":10, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.20/0.38  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.20/0.38  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.20/0.38  {"max_dseconds":10, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.20/0.38  {"max_dseconds":10, "strategy":["unit", "prohibit_nested_para","prohibit_unordered_para"], "query_preference":1, "reverse_clauselist":1},
% 0.20/0.38  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.20/0.38  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.20/0.38  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":0, "strategy":["query_focus", "posunitpara"], "max_dseconds":10},
% 0.20/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":2},
% 0.20/0.38  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":1, "strategy":["query_focus", "max_weight"], "max_dseconds":10},
% 0.20/0.38  {"weight_select_ratio":100, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":10},
% 0.20/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "equality":0},
% 0.20/0.38  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.20/0.38  {"var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["positive_pref"], "max_dseconds":10},
% 0.20/0.38  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":10},
% 0.20/0.38  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "max_depth":4},
% 0.20/0.38  {"max_dseconds":10, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1, "max_size":17},
% 0.20/0.38  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0},
% 0.20/0.38  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.20/0.38  {"max_dseconds":10, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.20/0.38  {"max_dseconds":10, "sine":5, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.20/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.20/0.38  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":3},
% 0.20/0.38  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.20/0.38  {"max_dseconds":10, "strategy":["unit", "pure_unit"], "max_size":30, "max_depth":10, "max_weight":300, "weight_select_ratio":1, "rewrite":0},
% 0.20/0.38  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.20/0.38  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":2},
% 0.20/0.38  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.20/0.38  {"max_dseconds":10, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.20/0.38  {"max_dseconds":10, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.20/0.38  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "rewrite":0},
% 0.20/0.38  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.20/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.20/0.38  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":2},
% 0.20/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.20/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.20/0.38  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.20/0.38  {"max_dseconds":10, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.20/0.38  {"max_dseconds":10, "strategy":["unit", "pure_unit"], "query_preference":0},
% 0.20/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.20/0.38  {"depth_penalty":50, "query_preference":2, "strategy":["negative_pref"], "max_dseconds":10},
% 0.20/0.38  {"max_depth":0, "length_penalty":100, "query_preference":2, "strategy":["hardness_pref", "posunitpara"], "max_dseconds":10},
% 0.20/0.38  {"weight_select_ratio":100, "query_preference":1, "strategy":["negative_pref"], "max_dseconds":10},
% 0.20/0.38  {"max_dseconds":10, "strategy":["unit"], "query_preference":1, "max_depth":2},
% 0.20/0.38  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.20/0.38  {"max_dseconds":10, "strategy":["unit","prohibit_unordered_para"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.20/0.38  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":10},
% 0.20/0.38  {"max_dseconds":10, "strategy":["unit", "pure_unit"], "weight_select_ratio":1, "query_preference":0},
% 0.20/0.38  {"max_dseconds":10, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.20/0.38  {"var_weight":70, "repeat_var_weight":70, "rewrite":0, "length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["hardness_pref", "max_weight"], "max_dseconds":10},
% 0.20/0.38  {"max_depth":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":10},
% 0.20/0.38  {"depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":10},
% 0.20/0.38  {"max_dseconds":10, "strategy":["hardness_pref", "posunitpara"], "query_preference":0, "depth_penalty":50, "length_penalty":100},
% 0.20/0.38  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":10},
% 0.20/0.38  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":10},
% 0.20/0.38  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":10},
% 0.20/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "max_depth":2},
% 0.20/0.38  {"max_dseconds":10, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.20/0.38  {"max_dseconds":10, "strategy":["negative_pref", "max_ground_weight"], "query_preference":0},
% 0.20/0.38  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_dseconds":10},
% 0.20/0.38  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight","prohibit_unordered_para"], "max_dseconds":10},
% 0.20/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.20/0.38  {"max_dseconds":10, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100},
% 0.20/0.38  {"depth_penalty":50, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":10},
% 0.20/0.38  {"rewrite":0, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "hornpref"], "max_dseconds":10},
% 0.20/0.38  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "length_penalty":100, "query_preference":1, "strategy":["query_focus", "prohibit_nested_para"], "max_dseconds":10},
% 0.20/0.38  {"query_preference":1, "strategy":["unit", "max_weight"], "max_dseconds":10},
% 0.20/0.38  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "weight_select_ratio":30, "depth_penalty":100, "length_penalty":100},
% 0.20/0.38  {"length_penalty":100, "query_preference":1, "strategy":["positive_pref", "posunitpara"], "max_dseconds":10},
% 0.20/0.38  {"weight_select_ratio":100, "rewrite":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":10},
% 0.20/0.38  
% 0.20/0.38  {"max_dseconds":50, "strategy":["unit"], "query_preference":1},
% 0.20/0.38  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1},
% 0.20/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1},
% 0.20/0.38  {"max_dseconds":50, "strategy":["negative_pref","prohibit_unordered_para"], "query_preference":0},
% 0.20/0.38  {"max_dseconds":50, "strategy":["unit","prohibit_unordered_para"], "query_preference":0},
% 0.20/0.38  {"max_dseconds":50, "strategy":["unit","prohibit_unordered_para"], "query_preference":1},
% 0.20/0.38  {"max_dseconds":50, "strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"], "query_preference":0},
% 0.20/0.38  {"max_dseconds":50, "strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.20/0.38  {"max_dseconds":50, "strategy":["unit"], "query_preference":0},
% 0.20/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0},
% 0.20/0.38  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":1},
% 0.20/0.38  {"max_dseconds":50, "strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":1},
% 0.20/0.38  {"max_dseconds":50, "strategy":["hardness_pref","prohibit_deep_para"], "query_preference":1},
% 0.20/0.38  {"max_dseconds":50, "strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.20/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.20/0.38  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.38  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0},
% 0.20/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.20/0.38  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.20/0.38  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.20/0.38  {"max_dseconds":50, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.20/0.38  {"max_dseconds":50, "strategy":["query_focus", "double"], "query_preference":1},
% 0.20/0.38  {"max_dseconds":50, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.20/0.38  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.20/0.38  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.20/0.38  {"max_dseconds":50, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.20/0.38  {"max_dseconds":50, "strategy":["unit", "prohibit_nested_para","prohibit_unordered_para"], "query_preference":1, "reverse_clauselist":1},
% 0.20/0.38  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.20/0.38  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.20/0.38  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":0, "strategy":["query_focus", "posunitpara"], "max_dseconds":50},
% 0.20/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":2},
% 0.20/0.38  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":1, "strategy":["query_focus", "max_weight"], "max_dseconds":50},
% 0.20/0.38  {"weight_select_ratio":100, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":50},
% 0.20/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "equality":0},
% 0.20/0.38  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.20/0.38  {"var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["positive_pref"], "max_dseconds":50},
% 0.20/0.38  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":50},
% 0.20/0.38  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "max_depth":4},
% 0.20/0.38  {"max_dseconds":50, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1, "max_size":17},
% 0.20/0.38  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0},
% 0.20/0.38  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.20/0.38  {"max_dseconds":50, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.20/0.38  {"max_dseconds":50, "sine":5, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.20/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.20/0.38  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":3},
% 0.20/0.38  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.20/0.38  {"max_dseconds":50, "strategy":["unit", "pure_unit"], "max_size":30, "max_depth":10, "max_weight":300, "weight_select_ratio":1, "rewrite":0},
% 0.20/0.38  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.20/0.38  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":2},
% 0.20/0.38  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.20/0.38  {"max_dseconds":50, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.20/0.38  {"max_dseconds":50, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.20/0.38  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "rewrite":0},
% 0.20/0.38  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.20/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.20/0.38  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":2},
% 0.20/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.20/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.20/0.38  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.20/0.38  {"max_dseconds":50, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.20/0.38  {"max_dseconds":50, "strategy":["unit", "pure_unit"], "query_preference":0},
% 0.20/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.20/0.38  {"depth_penalty":50, "query_preference":2, "strategy":["negative_pref"], "max_dseconds":50},
% 0.20/0.38  {"max_depth":0, "length_penalty":100, "query_preference":2, "strategy":["hardness_pref", "posunitpara"], "max_dseconds":50},
% 0.20/0.38  {"weight_select_ratio":100, "query_preference":1, "strategy":["negative_pref"], "max_dseconds":50},
% 0.20/0.38  {"max_dseconds":50, "strategy":["unit"], "query_preference":1, "max_depth":2},
% 0.20/0.38  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.20/0.38  {"max_dseconds":50, "strategy":["unit","prohibit_unordered_para"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.20/0.38  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":50},
% 0.20/0.38  {"max_dseconds":50, "strategy":["unit", "pure_unit"], "weight_select_ratio":1, "query_preference":0},
% 0.20/0.38  {"max_dseconds":50, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.20/0.38  {"var_weight":70, "repeat_var_weight":70, "rewrite":0, "length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["hardness_pref", "max_weight"], "max_dseconds":50},
% 0.20/0.38  {"max_depth":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":50},
% 0.20/0.38  {"depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":50},
% 0.20/0.38  {"max_dseconds":50, "strategy":["hardness_pref", "posunitpara"], "query_preference":0, "depth_penalty":50, "length_penalty":100},
% 0.20/0.38  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":50},
% 0.20/0.38  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":50},
% 0.20/0.38  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":50},
% 0.20/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "max_depth":2},
% 0.20/0.38  {"max_dseconds":50, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.20/0.38  {"max_dseconds":50, "strategy":["negative_pref", "max_ground_weight"], "query_preference":0},
% 0.20/0.38  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_dseconds":50},
% 0.20/0.38  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight","prohibit_unordered_para"], "max_dseconds":50},
% 0.20/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.20/0.38  {"max_dseconds":50, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100},
% 0.20/0.38  {"depth_penalty":50, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":50},
% 0.20/0.38  {"rewrite":0, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "hornpref"], "max_dseconds":50},
% 0.20/0.38  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "length_penalty":100, "query_preference":1, "strategy":["query_focus", "prohibit_nested_para"], "max_dseconds":50},
% 0.20/0.38  {"query_preference":1, "strategy":["unit", "max_weight"], "max_dseconds":50},
% 0.20/0.38  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "weight_select_ratio":30, "depth_penalty":100, "length_penalty":100},
% 0.20/0.38  {"length_penalty":100, "query_preference":1, "strategy":["positive_pref", "posunitpara"], "max_dseconds":50},
% 0.20/0.38  {"weight_select_ratio":100, "rewrite":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":50},
% 0.20/0.38  
% 0.20/0.38  {"max_dseconds":250, "strategy":["unit"], "query_preference":1},
% 0.20/0.38  {"max_dseconds":250, "strategy":["query_focus"], "query_preference":1},
% 0.20/0.38  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":1},
% 0.20/0.38  {"max_dseconds":250, "strategy":["unit"], "query_preference":0},
% 0.20/0.38  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0},
% 0.20/0.38  {"max_dseconds":250, "strategy":["hardness_pref"], "query_preference":1},
% 0.20/0.38  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.20/0.38  {"max_dseconds":250, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.38  {"max_dseconds":250, "strategy":["positive_pref"], "query_preference":0},
% 0.20/0.38  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.20/0.38  {"max_dseconds":250, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.20/0.38  {"max_dseconds":250, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.20/0.38  {"max_dseconds":250, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.20/0.38  {"max_dseconds":250, "strategy":["query_focus", "double"], "query_preference":1},
% 0.20/0.38  {"max_dseconds":250, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.20/0.38  {"max_dseconds":250, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.20/0.38  {"max_dseconds":250, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.20/0.38  {"max_dseconds":250, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.20/0.38  {"max_dseconds":250, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.20/0.38  {"max_dseconds":250, "strategy":["negative_pref", "max_ground_weight"], "query_preference":0},
% 0.20/0.38  
% 0.20/0.38  {"max_dseconds":1250, "strategy":["unit"], "query_preference":1},
% 0.20/0.38  {"max_dseconds":1250, "strategy":["query_focus"], "query_preference":1},
% 0.20/0.38  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":1},
% 0.20/0.38  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0},
% 0.20/0.38  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0},
% 0.20/0.38  {"max_dseconds":1250, "strategy":["hardness_pref"], "query_preference":1},
% 0.20/0.38  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.20/0.38  {"max_dseconds":1250, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.38  {"max_dseconds":1250, "strategy":["positive_pref"], "query_preference":0},
% 0.20/0.38  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.20/0.38  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.20/0.38  {"max_dseconds":1250, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.20/0.38  {"max_dseconds":1250, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.20/0.38  {"max_dseconds":1250, "strategy":["query_focus", "double"], "query_preference":1},
% 0.20/0.38  {"max_dseconds":1250, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.20/0.38  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.20/0.38  {"max_dseconds":1250, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.20/0.38  {"max_dseconds":1250, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.20/0.38  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0, "rewrite":0} 
% 0.20/0.38  
% 0.20/0.38  ]}
% 0.20/0.38  
% 0.20/0.38  
% 0.20/0.38  **** run 1 fork 0 starts with strategy
% 0.20/0.38  {"max_dseconds":1,"strategy":["unit"],"query_preference":1}
% 0.20/0.38  
% 0.20/0.38  **** run 2 fork 1 starts with strategy
% 0.20/0.38  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1}
% 0.20/0.38  
% 0.20/0.38  **** run 3 fork 2 starts with strategy
% 0.20/0.38  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1}
% 0.20/0.38  
% 0.20/0.38  **** run 4 fork 3 starts with strategy
% 0.20/0.38  {"max_dseconds":1,"sine":5,"strategy":["negative_pref"],"query_preference":1}
% 0.20/0.38  
% 0.20/0.38  **** run 5 fork 4 starts with strategy
% 0.20/0.38  {"max_dseconds":1,"strategy":["negative_pref","prohibit_unordered_para"],"query_preference":0}
% 0.20/0.38  
% 0.20/0.38  **** run 6 fork 5 starts with strategy
% 0.20/0.38  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0}
% 0.20/0.38  
% 0.20/0.38  **** run 7 fork 6 starts with strategy
% 0.20/0.38  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":1}
% 0.20/0.39  
% 0.20/0.39  **** run 8 fork 7 starts with strategy
% 0.20/0.39  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0}
% 0.20/0.50  
% 0.20/0.50  
% 0.20/0.50  fork 2: search terminated without proof.
% 0.20/0.50  
% 0.20/0.50  
% 0.20/0.50  fork 0: search terminated without proof.
% 0.20/0.50  
% 0.20/0.50  
% 0.20/0.50  fork 4: search terminated without proof.
% 0.20/0.51  
% 0.20/0.51  
% 0.20/0.51  fork 5: search terminated without proof.
% 0.20/0.51  
% 0.20/0.51  
% 0.20/0.51  fork 1: search terminated without proof.
% 0.20/0.51  
% 0.20/0.51  
% 0.20/0.51  fork 6: search terminated without proof.
% 0.20/0.51  
% 0.20/0.51  
% 0.20/0.51  fork 7: search terminated without proof.
% 0.20/0.51  
% 0.20/0.51  
% 0.20/0.51  fork 3: search terminated without proof.
% 0.20/0.53  
% 0.20/0.53  **** run 11 fork 2 starts with strategy
% 0.20/0.53  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0}
% 0.20/0.53  
% 0.20/0.53  **** run 10 fork 1 starts with strategy
% 0.20/0.53  
% 0.20/0.53  **** run 13 fork 4 starts with strategy
% 0.20/0.53  {"max_dseconds":1,"strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"],"query_preference":1}
% 0.20/0.53  {"max_dseconds":1,"strategy":["unit"],"query_preference":0}
% 0.20/0.53  
% 0.20/0.53  **** run 14 fork 5 starts with strategy
% 0.20/0.53  {"max_dseconds":1,"strategy":["hardness_pref","prohibit_deep_para"],"query_preference":1}
% 0.20/0.53  
% 0.20/0.53  **** run 15 fork 6 starts with strategy
% 0.20/0.53  {"max_dseconds":1,"strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 0.20/0.53  
% 0.20/0.53  **** run 9 fork 0 starts with strategy
% 0.20/0.53  {"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 12 fork 3 starts with strategy
% 0.20/0.54  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":1}
% 0.20/0.54  
% 0.20/0.54  **** run 16 fork 7 starts with strategy
% 0.20/0.54  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 0.20/0.64  
% 0.20/0.64  
% 0.20/0.64  fork 2: search terminated without proof.
% 0.20/0.65  
% 0.20/0.65  
% 0.20/0.65  fork 4: search terminated without proof.
% 0.20/0.65  
% 0.20/0.65  
% 0.20/0.65  fork 5: search terminated without proof.
% 0.20/0.65  
% 0.20/0.65  
% 0.20/0.65  fork 3: search terminated without proof.
% 0.20/0.65  
% 0.20/0.65  
% 0.20/0.65  fork 7: search terminated without proof.
% 0.20/0.66  
% 0.20/0.66  
% 0.20/0.66  fork 1: search terminated without proof.
% 0.20/0.66  
% 0.20/0.66  
% 0.20/0.66  fork 6: search terminated without proof.
% 0.20/0.66  
% 0.20/0.66  **** run 19 fork 2 starts with strategy
% 0.20/0.66  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":4}
% 0.20/0.67  
% 0.20/0.67  **** run 21 fork 4 starts with strategy
% 0.20/0.67  {"max_dseconds":1,"strategy":["positive_pref"],"query_preference":0,"reverse_clauselist":1,"length_penalty":100}
% 0.20/0.67  
% 0.20/0.67  **** run 24 fork 7 starts with strategy
% 0.20/0.67  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 0.20/0.67  
% 0.20/0.67  **** run 22 fork 5 starts with strategy
% 0.20/0.67  {"max_dseconds":1,"strategy":["negative_pref","prohibit_nested_para"],"query_preference":0}
% 0.20/0.67  
% 0.20/0.67  **** run 20 fork 3 starts with strategy
% 0.20/0.67  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"depth_penalty":100,"repeat_var_weight":1}
% 0.20/0.68  
% 0.20/0.68  **** run 18 fork 1 starts with strategy
% 0.20/0.68  {"max_dseconds":1,"strategy":["positive_pref"],"query_preference":0}
% 0.20/0.69  
% 0.20/0.69  **** run 23 fork 6 starts with strategy
% 0.20/0.69  {"max_dseconds":1,"strategy":["query_focus","double"],"query_preference":1}
% 0.20/0.71  
% 0.20/0.71  
% 0.20/0.71  fork 0: search terminated without proof.
% 0.20/0.75  
% 0.20/0.75  **** run 17 fork 0 starts with strategy
% 0.20/0.75  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 2.53/0.79  
% 2.53/0.79  
% 2.53/0.79  fork 4: search terminated without proof.
% 2.53/0.79  
% 2.53/0.79  
% 2.53/0.79  fork 3: search terminated without proof.
% 2.53/0.80  
% 2.53/0.80  
% 2.53/0.80  fork 2: search terminated without proof.
% 2.53/0.81  
% 2.53/0.81  
% 2.53/0.81  fork 5: search terminated without proof.
% 2.53/0.81  
% 2.53/0.81  
% 2.53/0.81  fork 7: search terminated without proof.
% 2.53/0.81  
% 2.53/0.81  **** run 28 fork 3 starts with strategy
% 2.53/0.81  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para","prohibit_unordered_para"],"query_preference":1,"reverse_clauselist":1}
% 2.53/0.81  
% 2.53/0.81  **** run 29 fork 4 starts with strategy
% 2.53/0.81  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"rewrite":0}
% 2.53/0.82  
% 2.53/0.82  **** run 27 fork 2 starts with strategy
% 2.53/0.82  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1}
% 2.53/0.83  
% 2.53/0.83  
% 2.53/0.83  fork 1: search terminated without proof.
% 2.53/0.83  
% 2.53/0.83  **** run 32 fork 7 starts with strategy
% 2.53/0.83  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":2}
% 3.55/0.83  
% 3.55/0.83  **** run 30 fork 5 starts with strategy
% 3.55/0.83  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 3.55/0.84  
% 3.55/0.84  
% 3.55/0.84  fork 6: search terminated without proof.
% 3.55/0.85  
% 3.55/0.85  **** run 26 fork 1 starts with strategy
% 3.55/0.85  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"length_penalty":100}
% 3.55/0.85  
% 3.55/0.85  fork 7: search finished without proof.
% 3.55/0.86  
% 3.55/0.86  **** run 31 fork 6 starts with strategy
% 3.55/0.86  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"rewrite":0,"query_preference":0,"strategy":["query_focus","posunitpara"],"max_dseconds":1}
% 3.55/0.87  
% 3.55/0.87  **** run 40 fork 7 starts with strategy
% 3.55/0.87  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1,"max_size":17}
% 3.55/0.88  
% 3.55/0.88  
% 3.55/0.88  fork 0: search terminated without proof.
% 3.55/0.90  
% 3.55/0.90  **** run 25 fork 0 starts with strategy
% 3.55/0.90  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"depth_penalty":100}
% 3.55/0.93  
% 3.55/0.93  
% 3.55/0.93  fork 4: search terminated without proof.
% 4.35/0.94  
% 4.35/0.94  
% 4.35/0.94  fork 2: search terminated without proof.
% 4.35/0.94  
% 4.35/0.94  
% 4.35/0.94  fork 3: search terminated without proof.
% 4.35/0.95  
% 4.35/0.95  **** run 37 fork 4 starts with strategy
% 4.35/0.95  {"var_weight":70,"repeat_var_weight":70,"query_preference":0,"strategy":["positive_pref"],"max_dseconds":1}
% 4.35/0.95  
% 4.35/0.95  
% 4.35/0.95  fork 5: search terminated without proof.
% 4.35/0.96  
% 4.35/0.96  **** run 35 fork 2 starts with strategy
% 4.35/0.96  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"equality":0}
% 4.35/0.96  
% 4.35/0.96  **** run 36 fork 3 starts with strategy
% 4.35/0.96  {"max_dseconds":1,"strategy":["positive_pref"],"query_preference":0,"reverse_clauselist":1}
% 4.35/0.97  
% 4.35/0.97  
% 4.35/0.97  fork 1: search terminated without proof.
% 4.35/0.97  
% 4.35/0.97  **** run 38 fork 5 starts with strategy
% 4.35/0.97  {"var_weight":70,"repeat_var_weight":70,"length_penalty":100,"depth_penalty":100,"query_preference":1,"strategy":["query_focus"],"max_dseconds":1}
% 4.35/0.98  
% 4.35/0.98  fork 2: search finished without proof.
% 4.35/0.98  
% 4.35/0.98  
% 4.35/0.98  fork 6: search terminated without proof.
% 4.35/0.99  
% 4.35/0.99  **** run 34 fork 1 starts with strategy
% 4.35/0.99  {"weight_select_ratio":100,"query_preference":0,"strategy":["negative_pref","max_weight"],"max_dseconds":1}
% 4.35/0.99  
% 4.35/0.99  
% 4.35/0.99  fork 7: search terminated without proof.
% 4.35/0.99  
% 4.35/0.99  **** run 43 fork 2 starts with strategy
% 4.35/0.99  {"max_dseconds":1,"strategy":["hardness_pref","posunitpara"],"query_preference":1}
% 4.91/1.00  
% 4.91/1.00  **** run 39 fork 6 starts with strategy
% 4.91/1.00  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":4}
% 4.91/1.01  
% 4.91/1.01  **** run 48 fork 7 starts with strategy
% 4.91/1.01  {"max_dseconds":1,"strategy":["unit","pure_unit"],"max_size":30,"max_depth":10,"max_weight":300,"weight_select_ratio":1,"rewrite":0}
% 4.91/1.03  
% 4.91/1.03  
% 4.91/1.03  fork 0: search terminated without proof.
% 4.91/1.05  
% 4.91/1.05  **** run 33 fork 0 starts with strategy
% 4.91/1.05  {"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.91/1.06  
% 4.91/1.06  
% 4.91/1.06  fork 4: search terminated without proof.
% 5.46/1.08  
% 5.46/1.08  
% 5.46/1.08  fork 3: search terminated without proof.
% 5.46/1.09  
% 5.46/1.09  **** run 45 fork 4 starts with strategy
% 5.46/1.09  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 5.46/1.09  
% 5.46/1.09  **** run 44 fork 3 starts with strategy
% 5.46/1.09  {"max_dseconds":1,"sine":5,"strategy":["hardness_pref","posunitpara"],"query_preference":1}
% 5.46/1.10  
% 5.46/1.10  
% 5.46/1.10  fork 5: search terminated without proof.
% 5.46/1.11  
% 5.46/1.11  
% 5.46/1.11  fork 1: search terminated without proof.
% 5.46/1.11  
% 5.46/1.11  
% 5.46/1.11  fork 2: search terminated without proof.
% 5.46/1.12  
% 5.46/1.12  **** run 46 fork 5 starts with strategy
% 5.46/1.12  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":3}
% 5.46/1.12  
% 5.46/1.12  
% 5.46/1.12  fork 6: search terminated without proof.
% 5.46/1.13  
% 5.46/1.13  **** run 42 fork 1 starts with strategy
% 5.46/1.13  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":1}
% 5.46/1.13  
% 5.46/1.13  
% 5.46/1.13  fork 7: search terminated without proof.
% 5.46/1.14  
% 5.46/1.14  **** run 51 fork 2 starts with strategy
% 5.46/1.14  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 5.46/1.14  
% 5.46/1.14  **** run 47 fork 6 starts with strategy
% 5.46/1.14  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"depth_penalty":100}
% 5.46/1.15  
% 5.46/1.15  **** run 56 fork 7 starts with strategy
% 5.46/1.15  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 6.24/1.18  
% 6.24/1.18  
% 6.24/1.18  fork 0: search terminated without proof.
% 6.48/1.20  
% 6.48/1.20  **** run 41 fork 0 starts with strategy
% 6.48/1.20  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0}
% 6.48/1.22  
% 6.48/1.22  
% 6.48/1.22  fork 3: search terminated without proof.
% 6.48/1.22  
% 6.48/1.22  
% 6.48/1.22  fork 4: search terminated without proof.
% 6.75/1.24  
% 6.75/1.24  **** run 52 fork 3 starts with strategy
% 6.75/1.24  {"max_dseconds":1,"strategy":["query_focus","positive_pref"],"query_preference":0}
% 6.75/1.24  
% 6.75/1.24  fork 5: search finished without proof.
% 6.75/1.24  
% 6.75/1.24  **** run 53 fork 4 starts with strategy
% 6.75/1.25  {"max_dseconds":1,"strategy":["query_focus","max_ground_weight"],"query_preference":1}
% 6.75/1.25  
% 6.75/1.25  
% 6.75/1.25  fork 1: search terminated without proof.
% 6.75/1.26  
% 6.75/1.26  **** run 54 fork 5 starts with strategy
% 6.75/1.26  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"rewrite":0}
% 6.75/1.27  
% 6.75/1.27  
% 6.75/1.27  fork 6: search terminated without proof.
% 6.75/1.27  
% 6.75/1.27  **** run 50 fork 1 starts with strategy
% 6.75/1.27  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":2}
% 6.75/1.27  
% 6.75/1.27  
% 6.75/1.27  fork 7: search terminated without proof.
% 6.75/1.29  
% 6.75/1.29  **** run 55 fork 6 starts with strategy
% 6.75/1.29  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"rewrite":0}
% 6.75/1.29  
% 6.75/1.29  **** run 64 fork 7 starts with strategy
% 6.75/1.29  {"depth_penalty":50,"query_preference":2,"strategy":["negative_pref"],"max_dseconds":1}
% 7.29/1.32  
% 7.29/1.32  
% 7.29/1.32  fork 2: search terminated without proof.
% 7.29/1.33  
% 7.29/1.33  
% 7.29/1.33  fork 0: search terminated without proof.
% 7.29/1.34  
% 7.29/1.34  **** run 59 fork 2 starts with strategy
% 7.29/1.34  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":3}
% 7.29/1.35  
% 7.29/1.35  **** run 49 fork 0 starts with strategy
% 7.29/1.35  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":0}
% 7.29/1.36  
% 7.29/1.36  
% 7.29/1.36  fork 3: search terminated without proof.
% 7.86/1.37  
% 7.86/1.37  
% 7.86/1.37  fork 4: search terminated without proof.
% 7.86/1.38  
% 7.86/1.38  **** run 60 fork 3 starts with strategy
% 7.86/1.38  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":30,"depth_penalty":100}
% 7.86/1.39  
% 7.86/1.39  **** run 61 fork 4 starts with strategy
% 7.86/1.39  {"max_dseconds":1,"strategy":["negative_pref","posunitpara"],"query_preference":1,"max_depth":2,"depth_penalty":50,"length_penalty":100}
% 7.86/1.39  
% 7.86/1.39  
% 7.86/1.39  fork 5: search terminated without proof.
% 7.86/1.39  
% 7.86/1.39  
% 7.86/1.39  fork 1: search terminated without proof.
% 7.86/1.41  
% 7.86/1.41  
% 7.86/1.41  fork 6: search terminated without proof.
% 7.86/1.41  
% 7.86/1.41  **** run 62 fork 5 starts with strategy
% 7.86/1.41  {"max_dseconds":1,"strategy":["unit","pure_unit"],"query_preference":0}
% 7.86/1.41  
% 7.86/1.41  
% 7.86/1.41  fork 7: search terminated without proof.
% 7.86/1.42  
% 7.86/1.42  fork 4: search finished without proof.
% 7.86/1.42  
% 7.86/1.42  **** run 58 fork 1 starts with strategy
% 7.86/1.42  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"length_penalty":100}
% 7.86/1.43  
% 7.86/1.43  **** run 63 fork 6 starts with strategy
% 7.86/1.43  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":1}
% 7.86/1.43  
% 7.86/1.43  **** run 69 fork 4 starts with strategy
% 7.86/1.43  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"max_depth":6,"var_weight":1}
% 7.86/1.44  
% 7.86/1.44  **** run 72 fork 7 starts with strategy
% 7.86/1.44  {"max_dseconds":1,"strategy":["query_focus","positive_pref"],"query_preference":1}
% 7.86/1.46  
% 7.86/1.46  
% 7.86/1.46  fork 2: search terminated without proof.
% 7.86/1.46  
% 7.86/1.46  fork 6: search finished without proof.
% 7.86/1.48  
% 7.86/1.48  **** run 67 fork 2 starts with strategy
% 7.86/1.48  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"max_depth":2}
% 7.86/1.48  
% 7.86/1.48  **** run 71 fork 6 starts with strategy
% 7.86/1.48  {"max_dseconds":1,"strategy":["unit","pure_unit"],"weight_select_ratio":1,"query_preference":0}
% 7.86/1.50  
% 7.86/1.50  fork 2: search finished without proof.
% 7.86/1.51  
% 7.86/1.51  
% 7.86/1.51  fork 3: search terminated without proof.
% 7.86/1.51  
% 7.86/1.51  
% 7.86/1.51  fork 0: search terminated without proof.
% 7.86/1.52  
% 7.86/1.52  **** run 75 fork 2 starts with strategy
% 7.86/1.52  {"depth_penalty":100,"query_preference":0,"strategy":["unit","posunitpara"],"max_dseconds":1}
% 7.86/1.53  
% 7.86/1.53  **** run 68 fork 3 starts with strategy
% 7.86/1.53  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":6,"var_weight":1}
% 7.86/1.53  
% 7.86/1.53  
% 7.86/1.53  fork 5: search terminated without proof.
% 7.86/1.55  
% 7.86/1.55  **** run 57 fork 0 starts with strategy
% 7.86/1.55  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":2}
% 7.86/1.55  
% 7.86/1.55  
% 7.86/1.55  fork 4: search terminated without proof.
% 7.86/1.56  
% 7.86/1.56  **** run 70 fork 5 starts with strategy
% 7.86/1.56  {"var_weight":70,"repeat_var_weight":70,"depth_penalty":50,"query_preference":0,"strategy":["hardness_pref"],"max_dseconds":1}
% 7.86/1.56  
% 7.86/1.56  
% 7.86/1.56  fork 7: search terminated without proof.
% 7.86/1.57  
% 7.86/1.57  **** run 77 fork 4 starts with strategy
% 7.86/1.57  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"query_preference":0,"strategy":["hardness_pref"],"max_dseconds":1}
% 7.86/1.58  
% 7.86/1.58  **** run 80 fork 7 starts with strategy
% 7.86/1.58  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"max_depth":2}
% 9.11/1.61  
% 9.11/1.61  
% 9.11/1.61  fork 1: search terminated without proof.
% 9.11/1.61  
% 9.11/1.61  fork 7: search finished without proof.
% 9.11/1.61  
% 9.11/1.61  
% 9.11/1.61  fork 6: search terminated without proof.
% 9.73/1.62  
% 9.73/1.62  **** run 88 fork 7 starts with strategy
% 9.73/1.62  {"rewrite":0,"depth_penalty":50,"query_preference":1,"strategy":["query_focus","hornpref"],"max_dseconds":1}
% 9.73/1.63  
% 9.73/1.63  **** run 66 fork 1 starts with strategy
% 9.73/1.63  {"weight_select_ratio":100,"query_preference":1,"strategy":["negative_pref"],"max_dseconds":1}
% 9.73/1.63  
% 9.73/1.63  **** run 79 fork 6 starts with strategy
% 9.73/1.63  {"var_weight":70,"repeat_var_weight":70,"length_penalty":100,"depth_penalty":100,"query_preference":1,"strategy":["positive_pref","unit"],"max_dseconds":1}
% 9.73/1.65  
% 9.73/1.65  
% 9.73/1.65  fork 3: search terminated without proof.
% 9.99/1.67  
% 9.99/1.67  **** run 76 fork 3 starts with strategy
% 9.99/1.67  {"max_dseconds":1,"strategy":["hardness_pref","posunitpara"],"query_preference":0,"depth_penalty":50,"length_penalty":100}
% 9.99/1.67  
% 9.99/1.67  
% 9.99/1.67  fork 2: search terminated without proof.
% 9.99/1.68  
% 9.99/1.68  
% 9.99/1.68  fork 0: search terminated without proof.
% 9.99/1.68  
% 9.99/1.68  
% 9.99/1.68  fork 5: search terminated without proof.
% 9.99/1.69  
% 9.99/1.69  **** run 83 fork 2 starts with strategy
% 9.99/1.69  {"length_penalty":100,"depth_penalty":100,"query_preference":0,"strategy":["negative_pref","hornpref","max_weight"],"max_dseconds":1}
% 9.99/1.69  
% 9.99/1.69  
% 9.99/1.69  fork 4: search terminated without proof.
% 9.99/1.70  
% 9.99/1.70  **** run 65 fork 0 starts with strategy
% 9.99/1.70  {"max_depth":0,"length_penalty":100,"query_preference":2,"strategy":["hardness_pref","posunitpara"],"max_dseconds":1}
% 9.99/1.70  
% 9.99/1.70  **** run 78 fork 5 starts with strategy
% 9.99/1.70  {"var_weight":70,"repeat_var_weight":70,"depth_penalty":50,"query_preference":1,"strategy":["positive_pref","unit"],"max_dseconds":1}
% 9.99/1.72  
% 9.99/1.72  **** run 85 fork 4 starts with strategy
% 9.99/1.72  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 10.61/1.75  
% 10.61/1.75  
% 10.61/1.75  fork 7: search terminated without proof.
% 10.61/1.75  
% 10.61/1.75  
% 10.61/1.75  fork 1: search terminated without proof.
% 10.61/1.76  
% 10.61/1.76  
% 10.61/1.76  fork 6: search terminated without proof.
% 10.61/1.77  
% 10.61/1.77  **** run 96 fork 7 starts with strategy
% 10.61/1.77  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":1}
% 10.61/1.77  
% 10.61/1.77  **** run 74 fork 1 starts with strategy
% 10.61/1.77  {"max_depth":0,"depth_penalty":100,"query_preference":0,"strategy":["unit","posunitpara"],"max_dseconds":1}
% 10.97/1.78  
% 10.97/1.78  **** run 87 fork 6 starts with strategy
% 10.97/1.78  {"depth_penalty":50,"query_preference":1,"strategy":["hardness_pref","hornpref","max_weight"],"max_dseconds":1}
% 10.97/1.79  
% 10.97/1.79  
% 10.97/1.79  fork 3: search terminated without proof.
% 10.97/1.81  
% 10.97/1.81  **** run 84 fork 3 starts with strategy
% 10.97/1.81  {"length_penalty":100,"depth_penalty":100,"query_preference":0,"strategy":["negative_pref","hornpref","max_weight","prohibit_unordered_para"],"max_dseconds":1}
% 10.97/1.81  
% 10.97/1.81  
% 10.97/1.81  fork 2: search terminated without proof.
% 10.97/1.82  
% 10.97/1.82  
% 10.97/1.82  fork 5: search terminated without proof.
% 10.97/1.83  
% 10.97/1.83  
% 10.97/1.83  fork 0: search terminated without proof.
% 10.97/1.83  
% 10.97/1.83  **** run 91 fork 2 starts with strategy
% 10.97/1.83  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"weight_select_ratio":30,"depth_penalty":100,"length_penalty":100}
% 10.97/1.84  
% 10.97/1.84  
% 10.97/1.84  fork 4: search terminated without proof.
% 11.53/1.84  
% 11.53/1.84  **** run 86 fork 5 starts with strategy
% 11.53/1.84  {"max_dseconds":1,"strategy":["query_focus","posunitpara"],"query_preference":1,"depth_penalty":50,"length_penalty":100}
% 11.53/1.85  
% 11.53/1.85  **** run 73 fork 0 starts with strategy
% 11.53/1.85  {"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}
% 11.53/1.86  
% 11.53/1.86  **** run 93 fork 4 starts with strategy
% 11.53/1.86  {"weight_select_ratio":100,"rewrite":0,"depth_penalty":100,"query_preference":0,"strategy":["unit","posunitpara"],"max_dseconds":1}
% 11.69/1.89  
% 11.69/1.89  
% 11.69/1.89  fork 1: search terminated without proof.
% 11.69/1.90  
% 11.69/1.90  
% 11.69/1.90  fork 6: search terminated without proof.
% 11.69/1.90  
% 11.69/1.90  **** run 82 fork 1 starts with strategy
% 11.69/1.90  {"max_dseconds":1,"strategy":["negative_pref","max_ground_weight"],"query_preference":0}
% 11.69/1.92  
% 11.69/1.92  **** run 95 fork 6 starts with strategy
% 11.69/1.92  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1}
% 12.14/1.92  
% 12.14/1.92  
% 12.14/1.92  fork 3: search terminated without proof.
% 12.14/1.94  
% 12.14/1.94  **** run 92 fork 3 starts with strategy
% 12.14/1.94  {"length_penalty":100,"query_preference":1,"strategy":["positive_pref","posunitpara"],"max_dseconds":1}
% 12.39/1.95  
% 12.39/1.95  
% 12.39/1.95  fork 2: search terminated without proof.
% 12.39/1.97  
% 12.39/1.97  
% 12.39/1.97  fork 5: search terminated without proof.
% 12.39/1.97  
% 12.39/1.97  **** run 99 fork 2 starts with strategy
% 12.39/1.97  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":0}
% 12.39/1.97  
% 12.39/1.97  
% 12.39/1.97  fork 0: search terminated without proof.
% 12.39/1.98  
% 12.39/1.98  fork 4: search finished without proof.
% 12.39/1.99  
% 12.39/1.99  **** run 94 fork 5 starts with strategy
% 12.39/1.99  {"max_dseconds":10,"strategy":["unit"],"query_preference":1}
% 12.39/1.99  
% 12.39/1.99  **** run 81 fork 0 starts with strategy
% 12.39/1.99  {"max_dseconds":1,"strategy":["hardness_pref","max_ground_weight"],"query_preference":0}
% 12.39/2.00  
% 12.39/2.00  **** run 101 fork 4 starts with strategy
% 12.39/2.00  {"max_dseconds":10,"strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0}
% 12.39/2.02  
% 12.39/2.02  
% 12.39/2.02  fork 1: search terminated without proof.
% 12.97/2.04  
% 12.97/2.04  **** run 90 fork 1 starts with strategy
% 12.97/2.04  {"query_preference":1,"strategy":["unit","max_weight"],"max_dseconds":1}
% 12.97/2.06  
% 12.97/2.06  
% 12.97/2.06  fork 3: search terminated without proof.
% 13.37/2.08  
% 13.37/2.08  **** run 100 fork 3 starts with strategy
% 13.37/2.08  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":1}
% 13.37/2.12  
% 13.37/2.12  
% 13.37/2.12  fork 0: search terminated without proof.
% 13.37/2.14  
% 13.37/2.14  **** run 89 fork 0 starts with strategy
% 13.37/2.14  {"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}
% 13.37/2.16  
% 13.37/2.16  
% 13.37/2.16  fork 1: search terminated without proof.
% 13.37/2.18  
% 13.37/2.18  **** run 98 fork 1 starts with strategy
% 13.37/2.18  {"max_dseconds":10,"strategy":["negative_pref","prohibit_unordered_para"],"query_preference":0}
% 13.37/2.18  
% 13.37/2.18  fork 0: search finished without proof.
% 13.37/2.22  
% 13.37/2.22  **** run 97 fork 0 starts with strategy
% 13.37/2.22  {"max_dseconds":10,"sine":5,"strategy":["negative_pref"],"query_preference":1}
% 19.52/2.95  
% 19.52/2.95  
% 19.52/2.95  fork 6: search terminated without proof.
% 20.08/2.97  
% 20.08/2.97  **** run 103 fork 6 starts with strategy
% 20.08/2.97  {"max_dseconds":10,"strategy":["unit"],"query_preference":0}
% 20.08/2.99  
% 20.08/2.99  
% 20.08/2.99  fork 2: search terminated without proof.
% 20.08/3.01  
% 20.08/3.01  **** run 107 fork 2 starts with strategy
% 20.08/3.01  {"max_dseconds":10,"strategy":["hardness_pref","prohibit_deep_para"],"query_preference":1}
% 20.69/3.06  
% 20.69/3.06  
% 20.69/3.06  fork 5: search terminated without proof.
% 21.07/3.09  
% 21.07/3.09  **** run 102 fork 5 starts with strategy
% 21.07/3.09  {"max_dseconds":10,"strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 21.07/3.11  
% 21.07/3.11  
% 21.07/3.11  fork 3: search terminated without proof.
% 21.07/3.13  
% 21.07/3.13  **** run 108 fork 3 starts with strategy
% 21.07/3.13  {"max_dseconds":10,"strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 21.66/3.15  
% 21.66/3.15  
% 21.66/3.15  fork 7: search terminated without proof.
% 21.66/3.15  
% 21.66/3.15  
% 21.66/3.15  fork 4: search terminated without proof.
% 21.83/3.18  
% 21.83/3.18  **** run 109 fork 4 starts with strategy
% 21.83/3.18  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 21.83/3.20  
% 21.83/3.20  **** run 104 fork 7 starts with strategy
% 21.83/3.20  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0}
% 21.83/3.20  
% 21.83/3.20  
% 21.83/3.20  fork 1: search terminated without proof.
% 22.50/3.25  
% 22.50/3.25  **** run 106 fork 1 starts with strategy
% 22.50/3.25  {"max_dseconds":10,"strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"],"query_preference":1}
% 26.38/3.82  
% 26.38/3.82  
% 26.38/3.82  fork 0: search terminated without proof.
% 27.32/3.87  
% 27.32/3.87  **** run 105 fork 0 starts with strategy
% 27.32/3.87  {"max_dseconds":10,"strategy":["hardness_pref"],"query_preference":1}
% 28.79/4.06  
% 28.79/4.06  
% 28.79/4.06  fork 2: search terminated without proof.
% 28.79/4.09  
% 28.79/4.09  **** run 115 fork 2 starts with strategy
% 28.79/4.09  {"max_dseconds":10,"strategy":["negative_pref","prohibit_nested_para"],"query_preference":0}
% 28.79/4.12  
% 28.79/4.12  
% 28.79/4.12  fork 5: search terminated without proof.
% 28.79/4.14  
% 28.79/4.14  **** run 110 fork 5 starts with strategy
% 28.79/4.14  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 28.79/4.19  
% 28.79/4.19  
% 28.79/4.19  fork 4: search terminated without proof.
% 28.79/4.20  
% 28.79/4.20  
% 28.79/4.20  fork 3: search terminated without proof.
% 28.79/4.22  
% 28.79/4.22  
% 28.79/4.22  fork 7: search terminated without proof.
% 28.79/4.24  
% 28.79/4.24  **** run 116 fork 3 starts with strategy
% 28.79/4.24  {"max_dseconds":10,"strategy":["query_focus","double"],"query_preference":1}
% 28.79/4.24  
% 28.79/4.24  **** run 117 fork 4 starts with strategy
% 28.79/4.24  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 29.70/4.25  
% 29.70/4.25  **** run 112 fork 7 starts with strategy
% 29.70/4.25  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"max_depth":4}
% 29.70/4.28  
% 29.70/4.28  
% 29.70/4.28  fork 1: search terminated without proof.
% 30.52/4.31  
% 30.52/4.31  **** run 114 fork 1 starts with strategy
% 30.52/4.31  {"max_dseconds":10,"strategy":["positive_pref"],"query_preference":0,"reverse_clauselist":1,"length_penalty":100}
% 33.57/4.68  
% 33.57/4.68  
% 33.57/4.68  fork 6: search terminated without proof.
% 33.85/4.71  
% 33.85/4.71  **** run 111 fork 6 starts with strategy
% 33.85/4.71  {"max_dseconds":10,"strategy":["positive_pref"],"query_preference":0}
% 35.55/4.94  
% 35.55/4.94  
% 35.55/4.94  fork 0: search terminated without proof.
% 35.55/4.96  
% 35.55/4.96  **** run 113 fork 0 starts with strategy
% 35.55/4.96  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"var_weight":1,"depth_penalty":100,"repeat_var_weight":1}
% 37.38/5.18  
% 37.38/5.18  
% 37.38/5.18  fork 5: search terminated without proof.
% 37.38/5.19  
% 37.38/5.19  
% 37.38/5.19  fork 2: search terminated without proof.
% 37.67/5.21  
% 37.67/5.21  **** run 118 fork 5 starts with strategy
% 37.67/5.21  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"depth_penalty":100}
% 37.67/5.23  
% 37.67/5.23  **** run 123 fork 2 starts with strategy
% 37.67/5.23  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 37.95/5.26  
% 37.95/5.26  
% 37.95/5.26  fork 4: search terminated without proof.
% 37.95/5.28  
% 37.95/5.28  **** run 125 fork 4 starts with strategy
% 37.95/5.28  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"max_depth":2}
% 37.95/5.28  
% 37.95/5.28  
% 37.95/5.28  fork 7: search terminated without proof.
% 38.45/5.30  
% 38.45/5.30  
% 38.45/5.30  fork 3: search terminated without proof.
% 38.45/5.30  
% 38.45/5.30  fork 4: search finished without proof.
% 38.45/5.31  
% 38.45/5.31  **** run 120 fork 7 starts with strategy
% 38.45/5.31  {"max_dseconds":10,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1}
% 38.45/5.32  
% 38.45/5.32  **** run 133 fork 4 starts with strategy
% 38.45/5.32  {"max_dseconds":10,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1,"max_size":17}
% 38.45/5.33  
% 38.45/5.33  **** run 124 fork 3 starts with strategy
% 38.45/5.33  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"rewrite":0,"query_preference":0,"strategy":["query_focus","posunitpara"],"max_dseconds":10}
% 38.98/5.40  
% 38.98/5.40  
% 38.98/5.40  fork 1: search terminated without proof.
% 38.98/5.42  
% 38.98/5.42  **** run 122 fork 1 starts with strategy
% 38.98/5.42  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"rewrite":0}
% 45.53/6.26  
% 45.53/6.26  
% 45.53/6.26  fork 2: search terminated without proof.
% 45.53/6.30  
% 45.53/6.30  **** run 131 fork 2 starts with strategy
% 45.53/6.30  {"var_weight":70,"repeat_var_weight":70,"length_penalty":100,"depth_penalty":100,"query_preference":1,"strategy":["query_focus"],"max_dseconds":10}
% 46.63/6.36  
% 46.63/6.36  
% 46.63/6.36  fork 3: search terminated without proof.
% 46.63/6.36  
% 46.63/6.36  
% 46.63/6.36  fork 4: search terminated without proof.
% 46.63/6.38  
% 46.63/6.38  **** run 141 fork 4 starts with strategy
% 46.63/6.38  {"max_dseconds":10,"strategy":["unit","pure_unit"],"max_size":30,"max_depth":10,"max_weight":300,"weight_select_ratio":1,"rewrite":0}
% 46.63/6.39  
% 46.63/6.39  **** run 132 fork 3 starts with strategy
% 46.63/6.39  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_depth":4}
% 46.63/6.41  
% 46.63/6.41  
% 46.63/6.41  fork 7: search terminated without proof.
% 46.63/6.43  
% 46.63/6.43  **** run 128 fork 7 starts with strategy
% 46.63/6.43  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":1,"equality":0}
% 47.37/6.45  
% 47.37/6.45  fork 7: search finished without proof.
% 47.37/6.47  
% 47.37/6.47  **** run 136 fork 7 starts with strategy
% 47.37/6.47  {"max_dseconds":10,"strategy":["hardness_pref","posunitpara"],"query_preference":1}
% 47.71/6.51  
% 47.71/6.51  
% 47.71/6.51  fork 1: search terminated without proof.
% 48.17/6.55  
% 48.17/6.55  
% 48.17/6.55  fork 6: search terminated without proof.
% 48.17/6.55  
% 48.17/6.55  **** run 130 fork 1 starts with strategy
% 48.17/6.55  {"var_weight":70,"repeat_var_weight":70,"query_preference":0,"strategy":["positive_pref"],"max_dseconds":10}
% 48.17/6.58  
% 48.17/6.58  **** run 119 fork 6 starts with strategy
% 48.17/6.58  {"max_dseconds":10,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"length_penalty":100}
% 51.33/6.99  
% 51.33/6.99  
% 51.33/6.99  fork 5: search terminated without proof.
% 51.79/7.02  
% 51.79/7.02  **** run 126 fork 5 starts with strategy
% 51.79/7.02  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"rewrite":0,"query_preference":1,"strategy":["query_focus","max_weight"],"max_dseconds":10}
% 54.50/7.36  
% 54.50/7.36  
% 54.50/7.36  fork 2: search terminated without proof.
% 54.50/7.39  
% 54.50/7.39  **** run 139 fork 2 starts with strategy
% 54.50/7.39  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":3}
% 54.50/7.42  
% 54.50/7.42  
% 54.50/7.42  fork 4: search terminated without proof.
% 54.50/7.42  
% 54.50/7.42  
% 54.50/7.42  fork 3: search terminated without proof.
% 55.16/7.45  
% 55.16/7.45  **** run 140 fork 3 starts with strategy
% 55.16/7.45  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1,"depth_penalty":100}
% 55.16/7.47  
% 55.16/7.47  **** run 149 fork 4 starts with strategy
% 55.16/7.47  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 55.16/7.50  
% 55.16/7.50  
% 55.16/7.50  fork 7: search terminated without proof.
% 55.16/7.53  
% 55.16/7.53  **** run 144 fork 7 starts with strategy
% 55.16/7.53  {"max_dseconds":10,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 55.94/7.60  
% 55.94/7.60  
% 55.94/7.60  fork 0: search terminated without proof.
% 55.94/7.63  
% 55.94/7.63  
% 55.94/7.63  fork 6: search terminated without proof.
% 55.94/7.64  
% 55.94/7.64  **** run 121 fork 0 starts with strategy
% 55.94/7.64  {"max_dseconds":10,"strategy":["unit","prohibit_nested_para","prohibit_unordered_para"],"query_preference":1,"reverse_clauselist":1}
% 56.72/7.66  
% 56.72/7.66  **** run 127 fork 6 starts with strategy
% 56.72/7.66  {"weight_select_ratio":100,"query_preference":0,"strategy":["negative_pref","max_weight"],"max_dseconds":10}
% 59.76/8.05  
% 59.76/8.05  
% 59.76/8.05  fork 5: search terminated without proof.
% 59.76/8.08  
% 59.76/8.08  **** run 134 fork 5 starts with strategy
% 59.76/8.08  {"max_dseconds":10,"strategy":["hardness_pref"],"query_preference":0}
% 62.14/8.37  
% 62.14/8.37  fork 2: search finished without proof.
% 62.14/8.39  
% 62.14/8.39  **** run 147 fork 2 starts with strategy
% 62.14/8.39  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1,"rewrite":0}
% 62.77/8.45  
% 62.77/8.45  
% 62.77/8.45  fork 1: search terminated without proof.
% 63.05/8.47  
% 63.05/8.47  **** run 138 fork 1 starts with strategy
% 63.05/8.47  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":1,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 63.05/8.50  
% 63.05/8.50  
% 63.05/8.50  fork 4: search terminated without proof.
% 63.05/8.50  
% 63.05/8.50  
% 63.05/8.50  fork 3: search terminated without proof.
% 63.52/8.53  
% 63.52/8.53  **** run 157 fork 4 starts with strategy
% 63.52/8.53  {"depth_penalty":50,"query_preference":2,"strategy":["negative_pref"],"max_dseconds":10}
% 63.52/8.54  
% 63.52/8.54  **** run 148 fork 3 starts with strategy
% 63.52/8.54  {"max_dseconds":10,"strategy":["hardness_pref"],"query_preference":0,"rewrite":0}
% 63.74/8.57  
% 63.74/8.57  
% 63.74/8.57  fork 7: search terminated without proof.
% 63.74/8.59  
% 63.74/8.59  **** run 152 fork 7 starts with strategy
% 63.74/8.59  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"max_depth":3}
% 64.55/8.73  
% 64.55/8.73  
% 64.55/8.73  fork 0: search terminated without proof.
% 65.18/8.76  
% 65.18/8.76  **** run 129 fork 0 starts with strategy
% 65.18/8.76  {"max_dseconds":10,"strategy":["positive_pref"],"query_preference":0,"reverse_clauselist":1}
% 65.45/8.78  
% 65.45/8.78  
% 65.45/8.78  fork 6: search terminated without proof.
% 65.45/8.83  
% 65.45/8.83  **** run 135 fork 6 starts with strategy
% 65.45/8.83  {"max_dseconds":10,"strategy":["query_focus","unit"],"query_preference":1}
% 70.61/9.51  
% 70.61/9.51  
% 70.61/9.51  fork 1: search terminated without proof.
% 70.61/9.54  
% 70.61/9.54  **** run 146 fork 1 starts with strategy
% 70.61/9.54  {"max_dseconds":10,"strategy":["query_focus","max_ground_weight"],"query_preference":1}
% 70.61/9.61  
% 70.61/9.61  
% 70.61/9.61  fork 3: search terminated without proof.
% 70.61/9.64  
% 70.61/9.64  
% 70.61/9.64  fork 7: search terminated without proof.
% 70.61/9.65  
% 70.61/9.65  **** run 156 fork 3 starts with strategy
% 70.61/9.65  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"max_depth":1}
% 71.59/9.67  
% 71.59/9.67  **** run 160 fork 7 starts with strategy
% 71.59/9.67  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"max_depth":2}
% 71.59/9.67  
% 71.59/9.67  fork 3: search finished without proof.
% 71.59/9.69  
% 71.59/9.69  **** run 164 fork 3 starts with strategy
% 71.59/9.69  {"max_dseconds":10,"strategy":["unit","pure_unit"],"weight_select_ratio":1,"query_preference":0}
% 71.59/9.69  
% 71.59/9.69  fork 7: search finished without proof.
% 72.62/9.71  
% 72.62/9.71  
% 72.62/9.71  fork 4: search terminated without proof.
% 72.62/9.71  
% 72.62/9.71  **** run 168 fork 7 starts with strategy
% 72.62/9.71  {"depth_penalty":100,"query_preference":0,"strategy":["unit","posunitpara"],"max_dseconds":10}
% 72.62/9.75  
% 72.62/9.75  **** run 165 fork 4 starts with strategy
% 72.62/9.75  {"max_dseconds":10,"strategy":["query_focus","positive_pref"],"query_preference":1}
% 72.62/9.80  
% 72.62/9.80  
% 72.62/9.80  fork 2: search terminated without proof.
% 73.38/9.83  
% 73.38/9.83  **** run 155 fork 2 starts with strategy
% 73.38/9.83  {"max_dseconds":10,"strategy":["unit","pure_unit"],"query_preference":0}
% 73.38/9.86  
% 73.38/9.86  
% 73.38/9.86  fork 0: search terminated without proof.
% 73.38/9.88  
% 73.38/9.88  **** run 137 fork 0 starts with strategy
% 73.38/9.88  {"max_dseconds":10,"sine":5,"strategy":["hardness_pref","posunitpara"],"query_preference":1}
% 75.00/10.02  
% 75.00/10.02  
% 75.00/10.02  fork 5: search terminated without proof.
% 75.00/10.05  
% 75.00/10.05  
% 75.00/10.05  fork 6: search terminated without proof.
% 75.00/10.06  
% 75.00/10.06  **** run 142 fork 5 starts with strategy
% 75.00/10.06  {"max_dseconds":10,"strategy":["query_focus","unit"],"query_preference":0}
% 75.00/10.07  
% 75.00/10.07  **** run 143 fork 6 starts with strategy
% 75.00/10.07  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":2}
% 80.27/10.74  
% 80.27/10.74  
% 80.27/10.74  fork 3: search terminated without proof.
% 80.83/10.76  
% 80.83/10.76  
% 80.83/10.76  fork 1: search terminated without proof.
% 80.83/10.79  
% 80.83/10.79  **** run 154 fork 1 starts with strategy
% 80.83/10.79  {"max_dseconds":10,"strategy":["negative_pref","posunitpara"],"query_preference":1,"max_depth":2,"depth_penalty":50,"length_penalty":100}
% 81.20/10.80  
% 81.20/10.80  **** run 172 fork 3 starts with strategy
% 81.20/10.80  {"var_weight":70,"repeat_var_weight":70,"length_penalty":100,"depth_penalty":100,"query_preference":1,"strategy":["positive_pref","unit"],"max_dseconds":10}
% 81.20/10.82  
% 81.20/10.82  fork 1: search finished without proof.
% 81.20/10.83  
% 81.20/10.83  **** run 162 fork 1 starts with strategy
% 81.20/10.83  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"max_depth":6,"var_weight":1}
% 81.50/10.85  
% 81.50/10.85  
% 81.50/10.85  fork 2: search terminated without proof.
% 81.50/10.92  
% 81.50/10.92  **** run 163 fork 2 starts with strategy
% 81.50/10.92  {"var_weight":70,"repeat_var_weight":70,"depth_penalty":50,"query_preference":0,"strategy":["hardness_pref"],"max_dseconds":10}
% 81.50/10.94  
% 81.50/10.94  
% 81.50/10.94  fork 0: search terminated without proof.
% 81.50/10.96  
% 81.50/10.96  
% 81.50/10.96  fork 7: search terminated without proof.
% 81.50/10.97  
% 81.50/10.97  **** run 145 fork 0 starts with strategy
% 81.50/10.97  {"max_dseconds":10,"strategy":["query_focus","positive_pref"],"query_preference":0}
% 81.50/11.00  
% 81.50/11.00  **** run 176 fork 7 starts with strategy
% 81.50/11.00  {"length_penalty":100,"depth_penalty":100,"query_preference":0,"strategy":["negative_pref","hornpref","max_weight"],"max_dseconds":10}
% 81.50/11.09  
% 81.50/11.09  
% 81.50/11.09  fork 4: search terminated without proof.
% 82.89/11.12  
% 82.89/11.12  **** run 173 fork 4 starts with strategy
% 82.89/11.12  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":1,"max_depth":2}
% 83.76/11.15  
% 83.76/11.15  fork 4: search finished without proof.
% 83.76/11.15  
% 83.76/11.15  
% 83.76/11.15  fork 6: search terminated without proof.
% 83.76/11.17  
% 83.76/11.17  **** run 181 fork 4 starts with strategy
% 83.76/11.17  {"rewrite":0,"depth_penalty":50,"query_preference":1,"strategy":["query_focus","hornpref"],"max_dseconds":10}
% 83.76/11.18  
% 83.76/11.18  **** run 151 fork 6 starts with strategy
% 83.76/11.18  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":1,"length_penalty":100}
% 84.67/11.32  
% 84.67/11.32  
% 84.67/11.32  fork 5: search terminated without proof.
% 84.67/11.35  
% 84.67/11.35  **** run 150 fork 5 starts with strategy
% 84.67/11.35  {"max_dseconds":10,"strategy":["query_focus","unit"],"query_preference":2}
% 89.70/11.93  
% 89.70/11.93  
% 89.70/11.93  fork 1: search terminated without proof.
% 89.70/11.95  
% 89.70/11.95  
% 89.70/11.95  fork 3: search terminated without proof.
% 89.70/11.95  
% 89.70/11.95  **** run 170 fork 1 starts with strategy
% 89.70/11.95  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"query_preference":0,"strategy":["hardness_pref"],"max_dseconds":10}
% 89.70/11.97  
% 89.70/11.97  **** run 180 fork 3 starts with strategy
% 89.70/11.97  {"depth_penalty":50,"query_preference":1,"strategy":["hardness_pref","hornpref","max_weight"],"max_dseconds":10}
% 90.48/12.03  
% 90.48/12.03  
% 90.48/12.03  fork 0: search terminated without proof.
% 90.48/12.06  
% 90.48/12.06  **** run 153 fork 0 starts with strategy
% 90.48/12.06  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":30,"depth_penalty":100}
% 91.19/12.12  
% 91.19/12.12  
% 91.19/12.12  fork 7: search terminated without proof.
% 91.19/12.15  
% 91.19/12.15  **** run 184 fork 7 starts with strategy
% 91.19/12.15  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1,"weight_select_ratio":30,"depth_penalty":100,"length_penalty":100}
% 92.09/12.25  
% 92.09/12.25  
% 92.09/12.25  fork 4: search terminated without proof.
% 92.09/12.27  
% 92.09/12.27  **** run 189 fork 4 starts with strategy
% 92.09/12.27  {"max_dseconds":50,"strategy":["negative_pref"],"query_preference":1}
% 92.89/12.37  
% 92.89/12.37  
% 92.89/12.37  fork 5: search terminated without proof.
% 92.89/12.40  
% 92.89/12.40  **** run 158 fork 5 starts with strategy
% 92.89/12.40  {"max_depth":0,"length_penalty":100,"query_preference":2,"strategy":["hardness_pref","posunitpara"],"max_dseconds":10}
% 94.07/12.63  
% 94.07/12.63  
% 94.07/12.63  fork 6: search terminated without proof.
% 95.42/12.67  
% 95.42/12.67  **** run 159 fork 6 starts with strategy
% 95.42/12.67  {"weight_select_ratio":100,"query_preference":1,"strategy":["negative_pref"],"max_dseconds":10}
% 97.81/12.99  
% 97.81/12.99  
% 97.81/12.99  fork 1: search terminated without proof.
% 97.81/12.99  
% 97.81/12.99  
% 97.81/12.99  fork 3: search terminated without proof.
% 98.26/13.01  
% 98.26/13.01  **** run 178 fork 1 starts with strategy
% 98.26/13.01  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 98.26/13.02  
% 98.26/13.02  **** run 188 fork 3 starts with strategy
% 98.26/13.02  {"max_dseconds":50,"strategy":["query_focus"],"query_preference":1}
% 98.71/13.11  
% 98.71/13.11  
% 98.71/13.11  fork 2: search terminated without proof.
% 98.71/13.14  
% 98.71/13.14  **** run 171 fork 2 starts with strategy
% 98.71/13.14  {"var_weight":70,"repeat_var_weight":70,"depth_penalty":50,"query_preference":1,"strategy":["positive_pref","unit"],"max_dseconds":10}
% 98.71/13.18  
% 98.71/13.18  
% 98.71/13.18  fork 7: search terminated without proof.
% 98.71/13.21  
% 98.71/13.21  **** run 192 fork 7 starts with strategy
% 98.71/13.22  {"max_dseconds":50,"strategy":["unit","prohibit_unordered_para"],"query_preference":1}
% 98.71/13.22  
% 98.71/13.22  
% 98.71/13.22  fork 0: search terminated without proof.
% 98.71/13.29  
% 98.71/13.29  **** run 161 fork 0 starts with strategy
% 98.71/13.29  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_depth":6,"var_weight":1}
% 101.27/13.43  
% 101.27/13.43  
% 101.27/13.43  fork 5: search terminated without proof.
% 101.72/13.46  
% 101.72/13.46  **** run 166 fork 5 starts with strategy
% 101.72/13.46  {"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}
% 103.66/13.69  
% 103.66/13.69  
% 103.66/13.69  fork 6: search terminated without proof.
% 103.66/13.73  
% 103.66/13.73  **** run 167 fork 6 starts with strategy
% 103.66/13.73  {"max_depth":0,"depth_penalty":100,"query_preference":0,"strategy":["unit","posunitpara"],"max_dseconds":10}
% 105.80/14.03  
% 105.80/14.03  
% 105.80/14.03  fork 1: search terminated without proof.
% 106.56/14.08  
% 106.56/14.08  **** run 186 fork 1 starts with strategy
% 106.56/14.08  {"weight_select_ratio":100,"rewrite":0,"depth_penalty":100,"query_preference":0,"strategy":["unit","posunitpara"],"max_dseconds":10}
% 106.88/14.16  
% 106.88/14.16  
% 106.88/14.16  fork 2: search terminated without proof.
% 106.88/14.18  
% 106.88/14.18  **** run 179 fork 2 starts with strategy
% 106.88/14.18  {"max_dseconds":10,"strategy":["query_focus","posunitpara"],"query_preference":1,"depth_penalty":50,"length_penalty":100}
% 113.92/15.02  
% 113.92/15.02  
% 113.92/15.02  fork 6: search terminated without proof.
% 113.92/15.05  
% 113.92/15.05  **** run 175 fork 6 starts with strategy
% 113.92/15.05  {"max_dseconds":10,"strategy":["negative_pref","max_ground_weight"],"query_preference":0}
% 115.06/15.21  
% 115.06/15.21  
% 115.06/15.21  fork 2: search terminated without proof.
% 115.06/15.24  
% 115.06/15.24  **** run 187 fork 2 starts with strategy
% 115.06/15.24  {"max_dseconds":50,"strategy":["unit"],"query_preference":1}
% 115.06/15.32  
% 115.06/15.32  
% 115.06/15.32  fork 1: search terminated without proof.
% 115.79/15.35  
% 115.79/15.35  **** run 194 fork 1 starts with strategy
% 115.79/15.35  {"max_dseconds":50,"strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 122.53/16.13  
% 122.53/16.13  
% 122.53/16.13  fork 6: search terminated without proof.
% 122.53/16.16  
% 122.53/16.16  **** run 183 fork 6 starts with strategy
% 122.53/16.16  {"query_preference":1,"strategy":["unit","max_weight"],"max_dseconds":10}
% 124.38/16.44  
% 124.38/16.44  
% 124.38/16.44  fork 5: search terminated without proof.
% 125.17/16.47  
% 125.17/16.47  **** run 174 fork 5 starts with strategy
% 125.17/16.47  {"max_dseconds":10,"strategy":["hardness_pref","max_ground_weight"],"query_preference":0}
% 125.44/16.52  
% 125.44/16.52  
% 125.44/16.52  fork 0: search terminated without proof.
% 125.73/16.55  
% 125.73/16.55  **** run 169 fork 0 starts with strategy
% 125.73/16.55  {"max_dseconds":10,"strategy":["hardness_pref","posunitpara"],"query_preference":0,"depth_penalty":50,"length_penalty":100}
% 130.85/17.24  
% 130.85/17.24  
% 130.85/17.24  fork 6: search terminated without proof.
% 131.41/17.26  
% 131.41/17.26  **** run 191 fork 6 starts with strategy
% 131.41/17.26  {"max_dseconds":50,"strategy":["unit","prohibit_unordered_para"],"query_preference":0}
% 132.74/17.46  
% 132.74/17.46  
% 132.74/17.46  fork 4: search terminated without proof.
% 132.74/17.52  
% 132.74/17.52  **** run 197 fork 4 starts with strategy
% 132.74/17.52  {"max_dseconds":50,"strategy":["hardness_pref"],"query_preference":1}
% 133.59/17.60  
% 133.59/17.60  
% 133.59/17.60  fork 5: search terminated without proof.
% 133.59/17.62  
% 133.59/17.62  **** run 182 fork 5 starts with strategy
% 133.59/17.62  {"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}
% 133.59/17.65  
% 133.59/17.65  fork 5: search finished without proof.
% 133.59/17.66  
% 133.59/17.66  **** run 190 fork 5 starts with strategy
% 133.59/17.66  {"max_dseconds":50,"strategy":["negative_pref","prohibit_unordered_para"],"query_preference":0}
% 134.82/17.72  
% 134.82/17.72  
% 134.82/17.72  fork 0: search terminated without proof.
% 135.00/17.75  
% 135.00/17.75  **** run 177 fork 0 starts with strategy
% 135.00/17.75  {"length_penalty":100,"depth_penalty":100,"query_preference":0,"strategy":["negative_pref","hornpref","max_weight","prohibit_unordered_para"],"max_dseconds":10}
% 137.40/18.11  
% 137.40/18.11  
% 137.40/18.11  fork 3: search terminated without proof.
% 137.40/18.26  
% 137.40/18.26  **** run 196 fork 3 starts with strategy
% 137.40/18.26  {"max_dseconds":50,"strategy":["negative_pref"],"query_preference":0}
% 137.40/18.27  
% 137.40/18.27  
% 137.40/18.27  fork 7: search terminated without proof.
% 139.74/18.35  
% 139.74/18.35  **** run 200 fork 7 starts with strategy
% 139.74/18.35  {"max_dseconds":50,"strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 143.18/18.78  
% 143.18/18.78  
% 143.18/18.78  fork 0: search terminated without proof.
% 143.18/18.80  
% 143.18/18.80  **** run 185 fork 0 starts with strategy
% 143.18/18.80  {"length_penalty":100,"query_preference":1,"strategy":["positive_pref","posunitpara"],"max_dseconds":10}
% 151.54/19.90  
% 151.54/19.90  
% 151.54/19.90  fork 0: search terminated without proof.
% 151.54/19.93  
% 151.54/19.93  **** run 193 fork 0 starts with strategy
% 151.54/19.93  {"max_dseconds":50,"strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0}
% 154.94/20.43  
% 154.94/20.43  
% 154.94/20.43  fork 1: search terminated without proof.
% 155.54/20.45  
% 155.54/20.45  **** run 202 fork 1 starts with strategy
% 155.54/20.45  {"max_dseconds":50,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 155.92/20.50  
% 155.92/20.50  
% 155.92/20.50  result: proof found
% 155.92/20.50  for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% 155.92/20.50  by run 191 fork 6 strategy {"max_dseconds":50,"strategy":["unit","prohibit_unordered_para"],"query_preference":0}
% 155.92/20.50  % SZS status Unsatisfiable for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% 155.92/20.50  
% 155.92/20.50  % SZS output start CNFRefutation for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% See solution above
% 155.92/20.50  
% 155.92/20.50  run 191 fork 6 statistics:
% 155.92/20.50  ----------------------------------
% 155.92/20.50  this run seconds: 2.433918
% 155.92/20.50  total seconds: 18.833832
% 155.92/20.50  stat_given_used: 1254
% 155.92/20.50  stat_given_used_at_endgame: 0
% 155.92/20.50  stat_given_candidates:   11344
% 155.92/20.50  stat_given_candidates_at_endgame: 0
% 155.92/20.50  stat_given_candidates_h: 0
% 155.92/20.50  stat_binres_derived_cl:   4897
% 155.92/20.50  stat_binres_derived_cl_h: 0
% 155.92/20.50  stat_factor_derived_cl: 3
% 155.92/20.50  stat_para_derived_cl: 415606
% 155.92/20.50  stat_tautologies_discarded: 153
% 155.92/20.50  stat_forward_subsumed: 126692
% 155.92/20.50  stat_derived_cut: 4004
% 155.92/20.50  stat_derived_rewritten: 249
% 155.92/20.50  stat_weight_discarded_building: 0
% 155.92/20.50  stat_weight_discarded_cl: 0
% 155.92/20.50  stat_internlimit_discarded_cl: 0
% 155.92/20.50  stat_simplified:  249 simplified 0 derived 0 given
% 155.92/20.50  stat_kept_cl: 279525
% 155.92/20.50  stat_built_cl: 282281
% 155.92/20.50  stat_hyperres_partial_cl: 0
% 155.92/20.50  stat_made_rewriters: 1108
% 155.92/20.50  stat_backward_subsumed: 0
% 155.92/20.50  stat_propagated_subsumed: 0
% 155.92/20.50  stat_clsubs_attempted:                     46266
% 155.92/20.50  stat_clsubs_fact_groundunit_found:             0
% 155.92/20.50  stat_clsubs_rule_groundunit_found:             1
% 155.92/20.50  stat_clsubs_top_meta_attempted:             676547
% 155.92/20.50  stat_clsubs_top_meta_failed:                630281
% 155.92/20.50  stat_clsubs_top_meta_nonpref_attempted:              676547
% 155.92/20.50  stat_clsubs_top_meta_nonpref_succeeded:              251414
% 155.92/20.51  stat_clsubs_top_meta_pref_attempted:                 251414
% 155.92/20.51  stat_clsubs_top_meta_pref1_succeeded:                251414
% 155.92/20.51  stat_clsubs_top_meta_pref2_succeeded:                 92193
% 155.92/20.51  stat_clsubs_top_meta_pref3_succeeded:                 46266
% 155.92/20.51  stat_clsubs_top_meta_pref_succeeded:                  46266
% 155.92/20.51  stat_clsubs_meta_attempted:                49844
% 155.92/20.51  stat_clsubs_meta_failed:                    7238
% 155.92/20.51  stat_clsubs_predsymbs_attempted:               0
% 155.92/20.51  stat_clsubs_unit_attempted:                44700
% 155.92/20.51  stat_clsubs_full_attempted:                 1566
% 155.92/20.51  stat_forwardsubs_attempted:               406217
% 155.92/20.51  stat_lit_hash_added:                 414445
% 155.92/20.51  stat_lit_hash_computed:              964577
% 155.92/20.51  stat_lit_hash_match_found:           131120
% 155.92/20.51  stat_lit_hash_match_miss:            840405
% 155.92/20.51  stat_lit_hash_cut_ok:                  4302
% 155.92/20.51  stat_lit_strong_cut_ok:                   0
% 155.92/20.51  stat_lit_hash_subsume_ok:            126692
% 155.92/20.51  clqueue els 10000000 used 1
% 155.92/20.51  clactive els 10000000 used 1255
% 155.92/20.51  clactivesubsume els 10000000 used 6235
% 155.92/20.51  queue_termbuf els 200000000 used 22959358
% 155.92/20.51  hyper_termbuf els 100000000 used 1
% 155.92/20.51  active_termbuf els 100000000 used 46944
% 155.92/20.51  varstack els 5000 last used 1
% 155.92/20.51  given_termbuf els 10000000 last used 1
% 155.92/20.51  simplified_termbuf els 10000000 last used 1
% 155.92/20.51  derived_termbuf els 10000000 last used 3
% 155.92/20.51  wr_mallocs: 233675
% 155.92/20.51  wr_callocs: 19
% 155.92/20.51  wr_reallocs: 79712
% 155.92/20.51  wr_frees: 2
% 155.92/20.51  wr_malloc_bytes: 4173561732
% 155.92/20.51  wr_calloc_bytes: 96065504
% 155.92/20.51  wr_realloc_bytes: 16828680
% 155.92/20.51  wr_realloc_freebytes: 0
% 155.92/20.51  ----------------------------------
%------------------------------------------------------------------------------