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

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : GKC---0.8
% Problem  : LAT011-1 : TPTP v8.1.2. Released v2.2.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : gkc %s

% Computer : n017.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:43 EDT 2023

% Result   : Unsatisfiable 17.06s 2.72s
% Output   : CNFRefutation 17.06s
% Verified : 
% SZS Type : ERROR: Analysing output (Could not find formula named '$inc_commutativity_of_join')

% Comments : 
%------------------------------------------------------------------------------
cnf('1',plain,
    join(X,Y) = join(Y,X),
    inference(cnf_transformation,[],['$inc_commutativity_of_join']) ).

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

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

cnf('4',plain,
    join(X,meet(Y,X)) = X,
    inference(paramodulation,[],['2','3']) ).

cnf('5',plain,
    join(meet(X,Y),Y) = Y,
    inference(paramodulation,[],['1','4']) ).

cnf('6',plain,
    meet2(X,join(X,Y)) = X,
    inference(cnf_transformation,[],[absorption1_2]) ).

cnf('7',plain,
    meet2(meet(X,Y),Y) = meet(X,Y),
    inference(paramodulation,[],['5','6']) ).

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

cnf('9',plain,
    meet2(meet(X,Y),X) = meet(X,Y),
    inference(paramodulation,[],['3','8']) ).

cnf('10',plain,
    meet2(meet2(X,Y),Z) = meet2(X,meet2(Y,Z)),
    inference(cnf_transformation,[],[associativity_of_meet2]) ).

cnf('11',plain,
    meet2(meet(X,Y),Z) = meet2(meet(X,Y),meet2(X,Z)),
    inference(paramodulation,[],['9','10']) ).

cnf('12',plain,
    meet2(X,Y) = meet2(Y,X),
    inference(cnf_transformation,[],[commutativity_of_meet2]) ).

cnf('13',plain,
    join(X,meet2(X,Y)) = X,
    inference(cnf_transformation,[],[absorption2_2]) ).

cnf('14',plain,
    join(X,meet2(Y,X)) = X,
    inference(paramodulation,[],['12','13']) ).

cnf('15',plain,
    join(meet2(X,Y),Y) = Y,
    inference(paramodulation,[],['1','14']) ).

cnf('16',plain,
    join(meet2(meet(X,Y),Z),meet2(X,Z)) = meet2(X,Z),
    inference(paramodulation,[],['11','15']) ).

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

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

cnf('19',plain,
    meet(join(X,Y),X) = X,
    inference(paramodulation,[],['2','18']) ).

cnf('20',plain,
    meet(meet2(X3,Y3),meet(X3,Y3)) = meet(X3,Y3),
    inference(paramodulation,[],['17','19']) ).

cnf('21',plain,
    meet(meet2(X,Y),Y) = meet2(X,Y),
    inference(paramodulation,[],['15','18']) ).

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

cnf('23',plain,
    meet(meet2(X,Y),Z) = meet(meet2(X,Y),meet(Y,Z)),
    inference(paramodulation,[],['21','22']) ).

cnf('24',plain,
    meet(meet2(X,Y),Z) = meet(meet2(X,Y),meet(Z,Y)),
    inference(paramodulation,[],['2','23']) ).

cnf('25',plain,
    join(meet2(X,Y),X) = X,
    inference(paramodulation,[],['1','13']) ).

cnf('26',plain,
    meet(meet2(X,Y),X) = meet2(X,Y),
    inference(paramodulation,[],['25','18']) ).

cnf('27',plain,
    meet2(X,Y) = meet(X,Y),
    inference(simplify,[then_simplify],['20','24','26']) ).

cnf('28',plain,
    meet(a,b) != meet2(a,b),
    inference(cnf_transformation,[],[prove_meets_are_same]) ).

cnf('29',plain,
    meet(a,b) != meet2(b,a),
    inference(paramodulation,[],['12','28']) ).

cnf('30',plain,
    meet(b,a) != meet2(b,a),
    inference(paramodulation,[],['2','29']) ).

cnf('31',plain,
    $false,
    inference(paramodulation,[],['27','30']) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.12  % Problem  : LAT011-1 : TPTP v8.1.2. Released v2.2.0.
% 0.00/0.13  % Command  : gkc %s
% 0.12/0.34  % Computer : n017.cluster.edu
% 0.12/0.34  % Model    : x86_64 x86_64
% 0.12/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.12/0.34  % Memory   : 8042.1875MB
% 0.12/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.12/0.34  % CPULimit : 300
% 0.12/0.34  % WCLimit  : 300
% 0.12/0.34  % DateTime : Thu Aug 24 04:19:54 EDT 2023
% 0.12/0.34  % CPUTime  : 
% 0.19/0.38  
% 0.19/0.38  input clause set summed statistics:
% 0.19/0.38  ----------------------------------
% 0.19/0.38  in_clause_count:                    14
% 0.19/0.38  in_rule_clause_count:               14
% 0.19/0.38  in_fact_clause_count:                0
% 0.19/0.38  in_answer_clause_count:              0
% 0.19/0.38  in_ground_clause_count:              1
% 0.19/0.38  in_unit_clause_count:               14
% 0.19/0.38  in_horn_clause_count:               14
% 0.19/0.38  in_pos_clause_count:                13
% 0.19/0.38  in_neg_clause_count:                 1
% 0.19/0.38  in_poseq_clause_count:              13
% 0.19/0.38  in_negeq_clause_count:               1
% 0.19/0.38  in_unitposeq_clause_count:          13
% 0.19/0.38  in_chain_clause_count:               0
% 0.19/0.38  in_min_length:             1
% 0.19/0.38  in_max_length:             1
% 0.19/0.38  in_min_depth:              2
% 0.19/0.38  in_max_depth:              3
% 0.19/0.38  in_min_size:               5
% 0.19/0.38  in_max_size:              11
% 0.19/0.38  in_min_vars:               0
% 0.19/0.38  in_max_vars:               3
% 0.19/0.38  in_extaxiom_count:                 8
% 0.19/0.38  in_axiom_count:                    5
% 0.19/0.38  in_assumption_count:               0
% 0.19/0.38  in_goal_count:                     1
% 0.19/0.38  in_neg_goal_count:                 1
% 0.19/0.38  in_pos_goal_count:                 0
% 0.19/0.38  in_posunit_goal_count:             0
% 0.19/0.38  
% 0.19/0.38  auto guide:
% 0.19/0.38  -----------
% 0.19/0.38  {
% 0.19/0.38  "print":1,
% 0.19/0.38  "print_level": 15,
% 0.19/0.38  "max_size": 0,
% 0.19/0.38  "max_depth": 0,
% 0.19/0.38  "max_length": 0,
% 0.19/0.38  "max_dseconds": 0,
% 0.19/0.38  "runs":[
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 1},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["query_focus"], "query_preference": 0},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["query_focus"], "query_preference": 1},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["query_focus"], "query_preference": 2},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.19/0.38  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.19/0.38  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.19/0.38  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.19/0.38  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.19/0.38  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.19/0.38  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.19/0.38  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.19/0.38  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.19/0.38  {"max_dseconds": 1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.19/0.38  {"max_dseconds": 1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.19/0.38  {"max_dseconds": 1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.19/0.38  {"max_dseconds": 1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds": 1,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.19/0.38  {"max_dseconds": 1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":1},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":1, "rewrite":0},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":1, "weight_select_ratio":2},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "sine":2},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":2},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "sine":1},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "sine":3},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":3},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "sine":4},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":4},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "sine":5},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":5},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":1, "depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":1, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit"], "var_weight":70,"repeat_var_weight":70,"query_preference":1, "sine":1},
% 0.19/0.38  
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 1},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["query_focus"], "query_preference": 0},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["query_focus"], "query_preference": 1},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["query_focus"], "query_preference": 2},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.19/0.38  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.19/0.38  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.19/0.38  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.19/0.38  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.19/0.38  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.19/0.38  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.19/0.38  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.19/0.38  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 10,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.19/0.38  {"max_dseconds": 10,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.19/0.38  {"max_dseconds": 10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.19/0.38  {"max_dseconds": 10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.19/0.38  {"max_dseconds": 10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds": 10,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.19/0.38  {"max_dseconds": 10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":1},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":1, "rewrite":0},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":1, "weight_select_ratio":2},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "sine":2},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":2},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "sine":1},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "sine":3},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":3},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "sine":4},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":4},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "sine":5},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":5},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":1, "depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":1, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit"], "var_weight":70,"repeat_var_weight":70,"query_preference":1, "sine":1},
% 0.19/0.38  
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 1},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["query_focus"], "query_preference": 0},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["query_focus"], "query_preference": 1},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["query_focus"], "query_preference": 2},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.19/0.38  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.19/0.38  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.19/0.38  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.19/0.38  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.19/0.38  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.19/0.38  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.19/0.38  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.19/0.38  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 50,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.19/0.38  {"max_dseconds": 50,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.19/0.38  {"max_dseconds": 50,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.19/0.38  {"max_dseconds": 50,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.19/0.38  {"max_dseconds": 50,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds": 50,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.19/0.38  {"max_dseconds": 50,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":1},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":1, "rewrite":0},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":1, "weight_select_ratio":2},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "sine":2},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":2},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "sine":1},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":1, "depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":1, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit"], "var_weight":70,"repeat_var_weight":70,"query_preference":1, "sine":1},
% 0.19/0.38  
% 0.19/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1},
% 0.19/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0},
% 0.19/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.19/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.19/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.19/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.19/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.19/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds": 250, "strategy":["query_focus"], "query_preference": 0},
% 0.19/0.38  {"max_dseconds": 250, "strategy":["query_focus"], "query_preference": 1},
% 0.19/0.38  {"max_dseconds": 250, "strategy":["query_focus"], "query_preference": 2},
% 0.19/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.19/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.19/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.19/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.19/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.19/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.19/0.38  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.19/0.38  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.19/0.38  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.19/0.38  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.19/0.38  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.19/0.38  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.19/0.38  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.19/0.38  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 250,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.19/0.38  {"max_dseconds": 250,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.19/0.38  {"max_dseconds": 250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.19/0.38  {"max_dseconds": 250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.19/0.38  {"max_dseconds": 250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds": 250,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.19/0.38  {"max_dseconds": 250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.19/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":1},
% 0.19/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":1, "rewrite":0},
% 0.19/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":1, "weight_select_ratio":2},
% 0.19/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "sine":2},
% 0.19/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":2},
% 0.19/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "sine":1},
% 0.19/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":1, "depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":1, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds": 250, "strategy":["unit"], "var_weight":70,"repeat_var_weight":70,"query_preference":1, "sine":1},
% 0.19/0.38  
% 0.19/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1},
% 0.19/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0},
% 0.19/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.19/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.19/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.19/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.19/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.19/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds": 1250, "strategy":["query_focus"], "query_preference": 0},
% 0.19/0.38  {"max_dseconds": 1250, "strategy":["query_focus"], "query_preference": 1},
% 0.19/0.38  {"max_dseconds": 1250, "strategy":["query_focus"], "query_preference": 2},
% 0.19/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.19/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.19/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.19/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.19/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.19/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.19/0.38  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.19/0.38  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.19/0.38  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.19/0.38  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.19/0.38  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.19/0.38  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.19/0.38  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.19/0.38  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 1250,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.19/0.38  {"max_dseconds": 1250,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.19/0.38  {"max_dseconds": 1250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.19/0.38  {"max_dseconds": 1250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.19/0.38  {"max_dseconds": 1250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds": 1250,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.19/0.38  {"max_dseconds": 1250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.19/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":1},
% 0.19/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":1, "rewrite":0},
% 0.19/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":1, "weight_select_ratio":2},
% 0.19/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "sine":2},
% 0.19/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":2},
% 0.19/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "sine":1},
% 0.19/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":1, "depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":1, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds": 1250, "strategy":["unit"], "var_weight":70,"repeat_var_weight":70,"query_preference":1, "sine":1} 
% 0.19/0.38  
% 0.19/0.38  ]}
% 0.19/0.38  
% 0.19/0.38  
% 0.19/0.38  **** run 1 fork 0 starts with strategy
% 0.19/0.38  {"max_dseconds":1,"strategy":["unit"],"query_preference":1}
% 0.19/0.38  
% 0.19/0.38  **** run 2 fork 1 starts with strategy
% 0.19/0.38  {"max_dseconds":1,"strategy":["unit"],"query_preference":0}
% 0.19/0.38  
% 0.19/0.38  **** run 3 fork 2 starts with strategy
% 0.19/0.38  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 0.19/0.38  
% 0.19/0.38  **** run 4 fork 3 starts with strategy
% 0.19/0.38  
% 0.19/0.38  **** run 5 fork 4 starts with strategy
% 0.19/0.38  
% 0.19/0.38  **** run 6 fork 5 starts with strategy
% 0.19/0.38  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20}
% 0.19/0.38  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":20,"repeat_var_weight":1,"depth_penalty":100}
% 0.19/0.38  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 0.19/0.38  
% 0.19/0.38  **** run 7 fork 6 starts with strategy
% 0.19/0.38  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20}
% 0.19/0.39  
% 0.19/0.39  **** run 8 fork 7 starts with strategy
% 0.19/0.39  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 0.19/0.50  
% 0.19/0.50  
% 0.19/0.50  fork 5: search terminated without proof.
% 0.19/0.50  
% 0.19/0.50  
% 0.19/0.50  fork 0: search terminated without proof.
% 0.19/0.50  
% 0.19/0.50  
% 0.19/0.50  fork 2: search terminated without proof.
% 0.19/0.52  
% 0.19/0.52  
% 0.19/0.52  fork 4: search terminated without proof.
% 0.19/0.52  
% 0.19/0.52  
% 0.19/0.52  fork 1: search terminated without proof.
% 0.19/0.53  
% 0.19/0.53  
% 0.19/0.53  fork 7: search terminated without proof.
% 0.19/0.53  
% 0.19/0.53  **** run 11 fork 2 starts with strategy
% 0.19/0.53  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0}
% 0.19/0.53  
% 0.19/0.53  
% 0.19/0.53  fork 3: search terminated without proof.
% 0.19/0.54  
% 0.19/0.54  **** run 9 fork 0 starts with strategy
% 0.19/0.54  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 0.19/0.54  
% 0.19/0.54  **** run 13 fork 4 starts with strategy
% 0.19/0.54  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 0.19/0.54  
% 0.19/0.54  **** run 14 fork 5 starts with strategy
% 0.19/0.54  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":20,"repeat_var_weight":1,"depth_penalty":100}
% 0.19/0.55  
% 0.19/0.55  **** run 10 fork 1 starts with strategy
% 0.19/0.55  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":1}
% 0.19/0.56  
% 0.19/0.56  **** run 12 fork 3 starts with strategy
% 0.19/0.56  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 0.19/0.56  
% 0.19/0.56  **** run 16 fork 7 starts with strategy
% 0.19/0.56  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20}
% 0.19/0.57  
% 0.19/0.57  
% 0.19/0.57  fork 6: search terminated without proof.
% 0.19/0.59  
% 0.19/0.59  **** run 15 fork 6 starts with strategy
% 0.19/0.59  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20}
% 0.19/0.65  
% 0.19/0.65  
% 0.19/0.65  fork 2: search terminated without proof.
% 0.19/0.65  
% 0.19/0.65  
% 0.19/0.65  fork 0: search terminated without proof.
% 0.19/0.66  
% 0.19/0.66  
% 0.19/0.66  fork 4: search terminated without proof.
% 0.19/0.66  
% 0.19/0.66  
% 0.19/0.66  fork 5: search terminated without proof.
% 0.19/0.66  
% 0.19/0.66  
% 0.19/0.66  fork 1: search terminated without proof.
% 0.19/0.67  
% 0.19/0.67  
% 0.19/0.67  fork 3: search terminated without proof.
% 0.19/0.67  
% 0.19/0.67  
% 0.19/0.67  fork 7: search terminated without proof.
% 0.19/0.68  
% 0.19/0.68  **** run 17 fork 0 starts with strategy
% 0.19/0.68  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 0.19/0.68  
% 0.19/0.68  **** run 19 fork 2 starts with strategy
% 0.19/0.68  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":1}
% 0.19/0.69  
% 0.19/0.69  **** run 18 fork 1 starts with strategy
% 0.19/0.69  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 0.19/0.69  
% 0.19/0.69  **** run 21 fork 4 starts with strategy
% 0.19/0.69  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 0.19/0.69  
% 0.19/0.69  **** run 22 fork 5 starts with strategy
% 0.19/0.69  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 0.19/0.69  
% 0.19/0.69  **** run 24 fork 7 starts with strategy
% 0.19/0.69  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":1,"weight_select_ratio":20}
% 0.19/0.70  
% 0.19/0.70  **** run 20 fork 3 starts with strategy
% 0.19/0.70  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0}
% 0.19/0.70  
% 0.19/0.70  
% 0.19/0.70  fork 6: search terminated without proof.
% 0.19/0.73  
% 0.19/0.73  **** run 23 fork 6 starts with strategy
% 0.19/0.73  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":20,"repeat_var_weight":1,"depth_penalty":100}
% 2.36/0.81  
% 2.36/0.81  
% 2.36/0.81  fork 0: search terminated without proof.
% 2.36/0.82  
% 2.36/0.82  
% 2.36/0.82  fork 1: search terminated without proof.
% 2.36/0.82  
% 2.36/0.82  
% 2.36/0.82  fork 4: search terminated without proof.
% 2.36/0.83  
% 2.36/0.83  
% 2.36/0.83  fork 7: search terminated without proof.
% 2.36/0.83  
% 2.36/0.83  
% 2.36/0.83  fork 3: search terminated without proof.
% 2.36/0.84  
% 2.36/0.84  **** run 26 fork 1 starts with strategy
% 2.36/0.84  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 2.36/0.84  
% 2.36/0.84  **** run 25 fork 0 starts with strategy
% 2.36/0.84  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20}
% 2.36/0.85  
% 2.36/0.85  **** run 32 fork 7 starts with strategy
% 2.36/0.85  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":20,"repeat_var_weight":1,"depth_penalty":100}
% 2.36/0.85  
% 2.36/0.85  **** run 29 fork 4 starts with strategy
% 2.36/0.85  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0}
% 2.36/0.86  
% 2.36/0.86  **** run 28 fork 3 starts with strategy
% 2.36/0.86  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1}
% 2.36/0.87  
% 2.36/0.87  
% 2.36/0.87  fork 6: search terminated without proof.
% 3.69/0.88  
% 3.69/0.88  
% 3.69/0.88  fork 2: search terminated without proof.
% 3.69/0.89  
% 3.69/0.89  **** run 31 fork 6 starts with strategy
% 3.69/0.89  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 3.69/0.91  
% 3.69/0.91  **** run 27 fork 2 starts with strategy
% 3.69/0.91  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 4.17/0.95  
% 4.17/0.95  
% 4.17/0.95  fork 5: search terminated without proof.
% 4.17/0.96  
% 4.17/0.96  
% 4.17/0.96  fork 1: search terminated without proof.
% 4.17/0.97  
% 4.17/0.97  
% 4.17/0.97  fork 7: search terminated without proof.
% 4.17/0.97  
% 4.17/0.97  
% 4.17/0.97  fork 4: search terminated without proof.
% 4.17/0.98  
% 4.17/0.98  
% 4.17/0.98  fork 3: search terminated without proof.
% 4.17/0.98  
% 4.17/0.98  **** run 30 fork 5 starts with strategy
% 4.17/0.98  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 4.17/0.99  
% 4.17/0.99  **** run 34 fork 1 starts with strategy
% 4.17/0.99  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20}
% 4.17/0.99  
% 4.17/0.99  **** run 40 fork 7 starts with strategy
% 4.17/0.99  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50,"var_weight":1,"repeat_var_weight":1}
% 4.17/1.00  
% 4.17/1.00  **** run 37 fork 4 starts with strategy
% 4.17/1.00  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"rewrite":0}
% 4.17/1.00  
% 4.17/1.00  **** run 36 fork 3 starts with strategy
% 4.17/1.00  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 4.17/1.01  
% 4.17/1.01  
% 4.17/1.01  fork 6: search terminated without proof.
% 4.72/1.02  
% 4.72/1.02  
% 4.72/1.02  fork 0: search terminated without proof.
% 4.72/1.03  
% 4.72/1.03  
% 4.72/1.03  fork 2: search terminated without proof.
% 4.72/1.04  
% 4.72/1.04  **** run 39 fork 6 starts with strategy
% 4.72/1.04  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":2}
% 4.72/1.04  
% 4.72/1.04  **** run 33 fork 0 starts with strategy
% 4.72/1.04  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20}
% 4.72/1.05  
% 4.72/1.05  **** run 35 fork 2 starts with strategy
% 4.72/1.05  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 5.16/1.10  
% 5.16/1.10  
% 5.16/1.10  fork 5: search terminated without proof.
% 5.16/1.11  
% 5.16/1.11  
% 5.16/1.11  fork 1: search terminated without proof.
% 5.16/1.11  
% 5.16/1.11  
% 5.16/1.11  fork 7: search terminated without proof.
% 5.16/1.12  
% 5.16/1.12  **** run 38 fork 5 starts with strategy
% 5.16/1.12  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"rewrite":0}
% 5.16/1.12  
% 5.16/1.12  
% 5.16/1.12  fork 4: search terminated without proof.
% 5.16/1.12  
% 5.16/1.12  
% 5.16/1.12  fork 3: search terminated without proof.
% 5.16/1.13  
% 5.16/1.13  **** run 42 fork 1 starts with strategy
% 5.16/1.13  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":0}
% 5.16/1.13  
% 5.16/1.13  **** run 48 fork 7 starts with strategy
% 5.16/1.13  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":6}
% 5.16/1.14  
% 5.16/1.14  **** run 45 fork 4 starts with strategy
% 5.16/1.14  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 5.16/1.15  
% 5.16/1.15  **** run 44 fork 3 starts with strategy
% 5.16/1.15  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":2}
% 5.79/1.16  
% 5.79/1.16  
% 5.79/1.16  fork 6: search terminated without proof.
% 5.79/1.16  
% 5.79/1.16  
% 5.79/1.16  fork 0: search terminated without proof.
% 5.79/1.17  
% 5.79/1.17  
% 5.79/1.17  fork 2: search terminated without proof.
% 6.00/1.18  
% 6.00/1.18  **** run 47 fork 6 starts with strategy
% 6.00/1.18  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":4}
% 6.00/1.19  
% 6.00/1.19  **** run 41 fork 0 starts with strategy
% 6.00/1.19  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"var_weight":1,"repeat_var_weight":1}
% 6.00/1.19  
% 6.00/1.19  **** run 43 fork 2 starts with strategy
% 6.00/1.19  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1}
% 6.00/1.22  
% 6.00/1.22  fork 2: search finished without proof.
% 6.40/1.23  
% 6.40/1.23  **** run 51 fork 2 starts with strategy
% 6.40/1.23  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":10}
% 6.40/1.24  
% 6.40/1.24  
% 6.40/1.24  fork 5: search terminated without proof.
% 6.57/1.25  
% 6.57/1.25  
% 6.57/1.25  fork 7: search terminated without proof.
% 6.57/1.25  
% 6.57/1.25  
% 6.57/1.25  fork 1: search terminated without proof.
% 6.57/1.26  
% 6.57/1.26  **** run 46 fork 5 starts with strategy
% 6.57/1.26  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":2}
% 6.57/1.26  
% 6.57/1.26  
% 6.57/1.26  fork 4: search terminated without proof.
% 6.57/1.27  
% 6.57/1.27  fork 2: search finished without proof.
% 6.57/1.27  
% 6.57/1.27  
% 6.57/1.27  fork 3: search terminated without proof.
% 6.57/1.27  
% 6.57/1.27  **** run 50 fork 1 starts with strategy
% 6.57/1.27  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":10}
% 6.57/1.28  
% 6.57/1.28  **** run 53 fork 4 starts with strategy
% 6.57/1.28  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":20}
% 6.57/1.28  
% 6.57/1.28  **** run 56 fork 7 starts with strategy
% 6.57/1.28  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":40}
% 6.57/1.28  
% 6.57/1.28  **** run 59 fork 2 starts with strategy
% 6.57/1.28  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50}
% 6.57/1.28  
% 6.57/1.28  fork 5: search finished without proof.
% 6.57/1.29  
% 6.57/1.29  **** run 52 fork 3 starts with strategy
% 6.57/1.29  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":15}
% 6.57/1.30  
% 6.57/1.30  
% 6.57/1.30  fork 6: search terminated without proof.
% 6.57/1.30  
% 6.57/1.30  **** run 54 fork 5 starts with strategy
% 6.57/1.30  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":20,"weight_select_ratio":2}
% 6.57/1.31  
% 6.57/1.31  
% 6.57/1.31  fork 0: search terminated without proof.
% 6.57/1.32  
% 6.57/1.32  **** run 55 fork 6 starts with strategy
% 6.57/1.32  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":30}
% 7.12/1.33  
% 7.12/1.33  **** run 49 fork 0 starts with strategy
% 7.12/1.33  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":8}
% 7.12/1.39  
% 7.12/1.39  
% 7.12/1.39  fork 1: search terminated without proof.
% 7.12/1.40  
% 7.12/1.40  
% 7.12/1.40  fork 4: search terminated without proof.
% 7.12/1.40  
% 7.12/1.40  
% 7.12/1.40  fork 7: search terminated without proof.
% 7.12/1.40  
% 7.12/1.40  
% 7.12/1.40  fork 2: search terminated without proof.
% 7.12/1.41  
% 7.12/1.41  **** run 58 fork 1 starts with strategy
% 7.12/1.41  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"repeat_var_weight":1}
% 7.12/1.42  
% 7.12/1.42  
% 7.12/1.42  fork 5: search terminated without proof.
% 7.12/1.42  
% 7.12/1.42  **** run 61 fork 4 starts with strategy
% 7.12/1.42  
% 7.12/1.42  **** run 67 fork 2 starts with strategy
% 7.12/1.42  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":1}
% 7.12/1.42  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100}
% 7.12/1.43  
% 7.12/1.43  **** run 64 fork 7 starts with strategy
% 7.12/1.43  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20}
% 7.12/1.43  
% 7.12/1.43  
% 7.12/1.43  fork 6: search terminated without proof.
% 7.12/1.44  
% 7.12/1.44  **** run 62 fork 5 starts with strategy
% 7.12/1.44  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0}
% 7.12/1.46  
% 7.12/1.46  **** run 63 fork 6 starts with strategy
% 7.12/1.46  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1}
% 7.12/1.46  
% 7.12/1.46  
% 7.12/1.46  fork 3: search terminated without proof.
% 7.12/1.46  
% 7.12/1.46  fork 4: search finished without proof.
% 7.12/1.48  
% 7.12/1.48  **** run 69 fork 4 starts with strategy
% 7.12/1.48  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":1,"weight_select_ratio":2}
% 7.12/1.48  
% 7.12/1.48  
% 7.12/1.48  fork 0: search terminated without proof.
% 7.12/1.49  
% 7.12/1.49  **** run 60 fork 3 starts with strategy
% 7.12/1.49  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1}
% 7.12/1.52  
% 7.12/1.52  **** run 57 fork 0 starts with strategy
% 7.12/1.52  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1}
% 7.12/1.52  
% 7.12/1.52  fork 3: search finished without proof.
% 7.12/1.54  
% 7.12/1.54  **** run 68 fork 3 starts with strategy
% 7.12/1.54  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":1,"rewrite":0}
% 7.99/1.55  
% 7.99/1.55  
% 7.99/1.55  fork 2: search terminated without proof.
% 7.99/1.55  
% 7.99/1.55  
% 7.99/1.55  fork 7: search terminated without proof.
% 7.99/1.56  
% 7.99/1.56  
% 7.99/1.56  fork 5: search terminated without proof.
% 7.99/1.57  
% 7.99/1.57  **** run 75 fork 2 starts with strategy
% 7.99/1.57  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"sine":4}
% 7.99/1.58  
% 7.99/1.58  **** run 72 fork 7 starts with strategy
% 7.99/1.58  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"sine":1}
% 7.99/1.58  
% 7.99/1.58  
% 7.99/1.58  fork 6: search terminated without proof.
% 7.99/1.59  
% 7.99/1.59  **** run 70 fork 5 starts with strategy
% 7.99/1.59  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"sine":2}
% 7.99/1.59  
% 7.99/1.59  
% 7.99/1.59  fork 1: search terminated without proof.
% 7.99/1.60  
% 7.99/1.60  **** run 71 fork 6 starts with strategy
% 7.99/1.60  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":2}
% 7.99/1.60  
% 7.99/1.60  
% 7.99/1.60  fork 4: search terminated without proof.
% 7.99/1.61  
% 7.99/1.61  **** run 66 fork 1 starts with strategy
% 7.99/1.61  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth":4}
% 7.99/1.63  
% 7.99/1.63  **** run 77 fork 4 starts with strategy
% 7.99/1.63  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"sine":5}
% 9.46/1.65  
% 9.46/1.65  
% 9.46/1.65  fork 0: search terminated without proof.
% 9.67/1.67  
% 9.67/1.67  
% 9.67/1.67  fork 3: search terminated without proof.
% 9.67/1.67  
% 9.67/1.67  **** run 65 fork 0 starts with strategy
% 9.67/1.67  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100}
% 9.67/1.69  
% 9.67/1.69  **** run 76 fork 3 starts with strategy
% 9.67/1.69  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":4}
% 9.67/1.70  
% 9.67/1.70  fork 0: search finished without proof.
% 9.67/1.70  
% 9.67/1.70  
% 9.67/1.70  fork 2: search terminated without proof.
% 9.67/1.70  
% 9.67/1.70  
% 9.67/1.70  fork 7: search terminated without proof.
% 9.67/1.71  
% 9.67/1.71  
% 9.67/1.71  fork 5: search terminated without proof.
% 9.67/1.72  
% 9.67/1.72  **** run 73 fork 0 starts with strategy
% 9.67/1.72  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"sine":3}
% 9.67/1.72  
% 9.67/1.72  **** run 83 fork 2 starts with strategy
% 9.67/1.72  {"max_dseconds":10,"strategy":["unit"],"query_preference":0}
% 10.22/1.72  
% 10.22/1.72  **** run 80 fork 7 starts with strategy
% 10.22/1.72  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":1,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 10.22/1.73  
% 10.22/1.73  
% 10.22/1.73  fork 6: search terminated without proof.
% 10.22/1.73  
% 10.22/1.73  
% 10.22/1.73  fork 1: search terminated without proof.
% 10.22/1.73  
% 10.22/1.73  **** run 78 fork 5 starts with strategy
% 10.22/1.73  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":5}
% 10.22/1.75  
% 10.22/1.75  
% 10.22/1.75  fork 4: search terminated without proof.
% 10.22/1.75  
% 10.22/1.75  **** run 74 fork 1 starts with strategy
% 10.22/1.75  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":3}
% 10.22/1.75  
% 10.22/1.75  **** run 79 fork 6 starts with strategy
% 10.22/1.75  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":1,"depth_penalty":50}
% 10.54/1.78  
% 10.54/1.78  **** run 85 fork 4 starts with strategy
% 10.54/1.78  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 10.54/1.82  
% 10.54/1.82  
% 10.54/1.82  fork 3: search terminated without proof.
% 11.06/1.84  
% 11.06/1.84  **** run 84 fork 3 starts with strategy
% 11.06/1.84  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 11.06/1.85  
% 11.06/1.85  
% 11.06/1.85  fork 0: search terminated without proof.
% 11.06/1.86  
% 11.06/1.86  
% 11.06/1.86  fork 5: search terminated without proof.
% 11.06/1.87  
% 11.06/1.87  **** run 81 fork 0 starts with strategy
% 11.06/1.87  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1,"sine":1}
% 11.31/1.88  
% 11.31/1.88  **** run 86 fork 5 starts with strategy
% 11.31/1.88  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":20,"repeat_var_weight":1,"depth_penalty":100}
% 11.31/1.89  
% 11.31/1.89  
% 11.31/1.89  fork 1: search terminated without proof.
% 11.31/1.90  
% 11.31/1.90  
% 11.31/1.90  fork 7: search terminated without proof.
% 11.31/1.91  
% 11.31/1.91  **** run 82 fork 1 starts with strategy
% 11.31/1.91  {"max_dseconds":10,"strategy":["unit"],"query_preference":1}
% 11.31/1.92  
% 11.31/1.92  
% 11.31/1.92  fork 6: search terminated without proof.
% 11.31/1.93  
% 11.31/1.93  **** run 88 fork 7 starts with strategy
% 11.31/1.93  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20}
% 11.77/1.94  
% 11.77/1.94  **** run 87 fork 6 starts with strategy
% 11.77/1.94  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20}
% 11.95/1.99  
% 11.95/1.99  
% 11.95/1.99  fork 0: search terminated without proof.
% 11.95/2.01  
% 11.95/2.01  **** run 89 fork 0 starts with strategy
% 11.95/2.01  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 17.06/2.72  
% 17.06/2.72  
% 17.06/2.72  result: proof found
% 17.06/2.72  for /export/starexec/sandbox/benchmark/theBenchmark.p 
% 17.06/2.72  by run 85 fork 4 strategy {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 17.06/2.72  % SZS status Unsatisfiable for /export/starexec/sandbox/benchmark/theBenchmark.p 
% 17.06/2.72  
% 17.06/2.72  % SZS output start CNFRefutation for /export/starexec/sandbox/benchmark/theBenchmark.p 
% See solution above
% 17.06/2.72  
% 17.06/2.72  run 85 fork 4 statistics:
% 17.06/2.72  ----------------------------------
% 17.06/2.72  this run seconds: 0.543148
% 17.06/2.72  total seconds: 1.940747
% 17.06/2.72  stat_given_used: 388
% 17.06/2.72  stat_given_used_at_endgame: 0
% 17.06/2.72  stat_given_candidates:   3399
% 17.06/2.72  stat_given_candidates_at_endgame: 0
% 17.06/2.72  stat_given_candidates_h: 0
% 17.06/2.72  stat_binres_derived_cl:   0
% 17.06/2.72  stat_binres_derived_cl_h: 0
% 17.06/2.72  stat_factor_derived_cl: 0
% 17.06/2.72  stat_para_derived_cl: 164869
% 17.06/2.72  stat_tautologies_discarded: 0
% 17.06/2.72  stat_forward_subsumed: 60553
% 17.06/2.72  stat_derived_cut: 0
% 17.06/2.72  stat_derived_rewritten: 501
% 17.06/2.72  stat_weight_discarded_building: 0
% 17.06/2.72  stat_weight_discarded_cl: 2507
% 17.06/2.72  stat_internlimit_discarded_cl: 0
% 17.06/2.72  stat_simplified:  501 simplified 0 derived 0 given
% 17.06/2.72  stat_kept_cl: 95751
% 17.06/2.72  stat_built_cl: 99535
% 17.06/2.72  stat_hyperres_partial_cl: 0
% 17.06/2.72  stat_made_rewriters: 343
% 17.06/2.72  stat_backward_subsumed: 0
% 17.06/2.72  stat_propagated_subsumed: 0
% 17.06/2.72  stat_clsubs_attempted:                     13414
% 17.06/2.72  stat_clsubs_fact_groundunit_found:             0
% 17.06/2.72  stat_clsubs_rule_groundunit_found:             3
% 17.06/2.72  stat_clsubs_top_meta_attempted:              88795
% 17.06/2.72  stat_clsubs_top_meta_failed:                 75381
% 17.06/2.72  stat_clsubs_top_meta_nonpref_attempted:               88795
% 17.06/2.72  stat_clsubs_top_meta_nonpref_succeeded:               59585
% 17.06/2.72  stat_clsubs_top_meta_pref_attempted:                  59585
% 17.06/2.72  stat_clsubs_top_meta_pref1_succeeded:                 59567
% 17.06/2.72  stat_clsubs_top_meta_pref2_succeeded:                 19830
% 17.06/2.72  stat_clsubs_top_meta_pref3_succeeded:                 13414
% 17.06/2.72  stat_clsubs_top_meta_pref_succeeded:                  13414
% 17.06/2.72  stat_clsubs_meta_attempted:                13414
% 17.06/2.72  stat_clsubs_meta_failed:                      67
% 17.06/2.72  stat_clsubs_predsymbs_attempted:               0
% 17.06/2.72  stat_clsubs_unit_attempted:                13414
% 17.06/2.72  stat_clsubs_full_attempted:                    0
% 17.06/2.72  stat_forwardsubs_attempted:               158811
% 17.06/2.72  stat_lit_hash_added:                  95769
% 17.06/2.72  stat_lit_hash_computed:              255648
% 17.06/2.72  stat_lit_hash_match_found:            60757
% 17.06/2.72  stat_lit_hash_match_miss:            197881
% 17.06/2.72  stat_lit_hash_cut_ok:                     0
% 17.06/2.72  stat_lit_strong_cut_ok:                   0
% 17.06/2.72  stat_lit_hash_subsume_ok:             60553
% 17.06/2.72  clqueue els 10000000 used 1
% 17.06/2.72  clactive els 10000000 used 389
% 17.06/2.72  clactivesubsume els 10000000 used 2305
% 17.06/2.72  queue_termbuf els 200000000 used 7456054
% 17.06/2.72  hyper_termbuf els 100000000 used 1
% 17.06/2.72  active_termbuf els 100000000 used 16189
% 17.06/2.72  varstack els 5000 last used 1
% 17.06/2.72  given_termbuf els 10000000 last used 1
% 17.06/2.72  simplified_termbuf els 10000000 last used 1
% 17.06/2.72  derived_termbuf els 10000000 last used 36
% 17.06/2.72  wr_mallocs: 348656
% 17.06/2.72  wr_callocs: 21
% 17.06/2.72  wr_reallocs: 16057
% 17.06/2.72  wr_frees: 2
% 17.06/2.72  wr_malloc_bytes: 4174969028
% 17.06/2.72  wr_calloc_bytes: 112065536
% 17.06/2.72  wr_realloc_bytes: 3408192
% 17.06/2.72  wr_realloc_freebytes: 0
% 17.06/2.72  ----------------------------------
%------------------------------------------------------------------------------