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

View Problem - Process Solution

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

% Computer : n020.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:51 EDT 2023

% Result   : Unsatisfiable 10.57s 1.84s
% Output   : CNFRefutation 10.57s
% Verified : 
% SZS Type : ERROR: Analysing output (Could not find formula named '$inc_commutativity_of_meet')

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

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

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

cnf('4',plain,
    meet(X,join(Y,Z)) = join(meet(X,Y),meet(X,Z)),
    inference(cnf_transformation,[],[distributivity]) ).

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

cnf('6',plain,
    join(a,meet(b,join(a,c))) != meet(join(a,b),join(a,c)),
    inference(cnf_transformation,[],[prove_modular_law]) ).

cnf('7',plain,
    join(a,join(meet(b,a),meet(b,c))) != meet(join(a,b),join(a,c)),
    inference(paramodulation,[],['4','6']) ).

cnf('8',plain,
    join(a,join(meet(a,b),meet(b,c))) != meet(join(a,b),join(a,c)),
    inference(paramodulation,[],['1','7']) ).

cnf('9',plain,
    join(join(a,meet(a,b)),meet(b,c)) != meet(join(a,b),join(a,c)),
    inference(paramodulation,[],['3','8']) ).

cnf('10',plain,
    join(a,meet(b,c)) != meet(join(a,b),join(a,c)),
    inference(paramodulation,[],['2','9']) ).

cnf('11',plain,
    join(a,meet(b,c)) != join(meet(join(a,b),a),meet(join(a,b),c)),
    inference(paramodulation,[],['4','10']) ).

cnf('12',plain,
    join(a,meet(b,c)) != join(meet(a,join(a,b)),meet(join(a,b),c)),
    inference(paramodulation,[],['1','11']) ).

cnf('13',plain,
    join(a,meet(b,c)) != join(a,meet(join(a,b),c)),
    inference(paramodulation,[],['5','12']) ).

cnf('14',plain,
    join(a,meet(b,c)) != join(a,meet(c,join(a,b))),
    inference(paramodulation,[],['1','13']) ).

cnf('15',plain,
    join(a,meet(b,c)) != join(a,join(meet(c,a),meet(c,b))),
    inference(paramodulation,[],['4','14']) ).

cnf('16',plain,
    join(a,meet(b,c)) != join(a,join(meet(a,c),meet(c,b))),
    inference(paramodulation,[],['1','15']) ).

cnf('17',plain,
    join(a,meet(b,c)) != join(join(a,meet(a,c)),meet(c,b)),
    inference(paramodulation,[],['3','16']) ).

cnf('18',plain,
    join(a,meet(b,c)) != join(a,meet(c,b)),
    inference(paramodulation,[],['2','17']) ).

cnf('19',plain,
    $false,
    inference(paramodulation,[],['1','18']) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.12  % Problem  : LAT042-1 : TPTP v8.1.2. Released v2.5.0.
% 0.00/0.13  % Command  : gkc %s
% 0.14/0.34  % Computer : n020.cluster.edu
% 0.14/0.34  % Model    : x86_64 x86_64
% 0.14/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.14/0.34  % Memory   : 8042.1875MB
% 0.14/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.14/0.34  % CPULimit : 300
% 0.14/0.34  % WCLimit  : 300
% 0.14/0.34  % DateTime : Thu Aug 24 04:19:45 EDT 2023
% 0.14/0.34  % CPUTime  : 
% 0.14/0.39  
% 0.14/0.39  input clause set summed statistics:
% 0.14/0.39  ----------------------------------
% 0.14/0.39  in_clause_count:                    13
% 0.14/0.39  in_rule_clause_count:               13
% 0.14/0.39  in_fact_clause_count:                0
% 0.14/0.39  in_answer_clause_count:              0
% 0.14/0.39  in_ground_clause_count:              1
% 0.14/0.39  in_unit_clause_count:               13
% 0.14/0.39  in_horn_clause_count:               13
% 0.14/0.39  in_pos_clause_count:                12
% 0.14/0.39  in_neg_clause_count:                 1
% 0.14/0.39  in_poseq_clause_count:              12
% 0.14/0.39  in_negeq_clause_count:               1
% 0.14/0.39  in_unitposeq_clause_count:          12
% 0.14/0.39  in_chain_clause_count:               0
% 0.14/0.39  in_min_length:             1
% 0.14/0.39  in_max_length:             1
% 0.14/0.39  in_min_depth:              2
% 0.14/0.39  in_max_depth:              4
% 0.14/0.39  in_min_size:               5
% 0.14/0.39  in_max_size:              15
% 0.14/0.39  in_min_vars:               0
% 0.14/0.39  in_max_vars:               3
% 0.14/0.39  in_extaxiom_count:                 8
% 0.14/0.39  in_axiom_count:                    4
% 0.14/0.39  in_assumption_count:               0
% 0.14/0.39  in_goal_count:                     1
% 0.14/0.39  in_neg_goal_count:                 1
% 0.14/0.39  in_pos_goal_count:                 0
% 0.14/0.39  in_posunit_goal_count:             0
% 0.14/0.39  
% 0.14/0.39  auto guide:
% 0.14/0.39  -----------
% 0.14/0.39  {
% 0.14/0.39  "print":1,
% 0.14/0.39  "print_level": 15,
% 0.14/0.39  "max_size": 0,
% 0.14/0.39  "max_depth": 0,
% 0.14/0.39  "max_length": 0,
% 0.14/0.39  "max_dseconds": 0,
% 0.14/0.39  "runs":[
% 0.14/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1},
% 0.14/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0},
% 0.14/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.14/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.14/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.14/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.14/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.14/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.14/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.14/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1},
% 0.14/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0},
% 0.14/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.14/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.14/0.39  {"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.14/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.14/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.14/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.14/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.14/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 1},
% 0.14/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0},
% 0.14/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.14/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.14/0.39  {"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.14/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.14/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.14/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.14/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.14/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1},
% 0.14/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0},
% 0.14/0.39  {"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.14/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.14/0.39  {"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.14/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.14/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.14/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.14/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.14/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.14/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.14/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.14/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.14/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.14/0.39  {"max_dseconds": 1, "strategy":["query_focus"], "query_preference": 0},
% 0.14/0.39  {"max_dseconds": 1, "strategy":["query_focus"], "query_preference": 1},
% 0.14/0.39  {"max_dseconds": 1, "strategy":["query_focus"], "query_preference": 2},
% 0.14/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.14/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.14/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.14/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.14/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.14/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.14/0.39  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.14/0.39  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.20/0.39  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.20/0.39  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.20/0.39  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.20/0.39  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.20/0.39  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.20/0.39  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.20/0.39  {"max_dseconds": 1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.20/0.39  {"max_dseconds": 1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.20/0.39  {"max_dseconds": 1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.20/0.39  {"max_dseconds": 1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds": 1,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.20/0.39  {"max_dseconds": 1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":1},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":1, "rewrite":0},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":1, "weight_select_ratio":2},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "sine":2},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":2},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "sine":1},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "sine":3},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":3},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "sine":4},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":4},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "sine":5},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":5},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":1, "depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":1, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit"], "var_weight":70,"repeat_var_weight":70,"query_preference":1, "sine":1},
% 0.20/0.39  
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.20/0.39  {"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.20/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 1},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.20/0.39  {"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.20/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0},
% 0.20/0.39  {"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.20/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.20/0.39  {"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.20/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["query_focus"], "query_preference": 0},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["query_focus"], "query_preference": 1},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["query_focus"], "query_preference": 2},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.20/0.39  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.20/0.39  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.20/0.39  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.20/0.39  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.20/0.39  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.20/0.39  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.20/0.39  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.20/0.39  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 10,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.20/0.39  {"max_dseconds": 10,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.20/0.39  {"max_dseconds": 10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.20/0.39  {"max_dseconds": 10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.20/0.39  {"max_dseconds": 10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds": 10,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.20/0.39  {"max_dseconds": 10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":1},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":1, "rewrite":0},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":1, "weight_select_ratio":2},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "sine":2},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":2},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "sine":1},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "sine":3},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":3},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "sine":4},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":4},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "sine":5},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":5},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":1, "depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":1, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit"], "var_weight":70,"repeat_var_weight":70,"query_preference":1, "sine":1},
% 0.20/0.39  
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.20/0.39  {"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.20/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 1},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.20/0.39  {"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.20/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0},
% 0.20/0.39  {"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.20/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.20/0.39  {"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.20/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["query_focus"], "query_preference": 0},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["query_focus"], "query_preference": 1},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["query_focus"], "query_preference": 2},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.20/0.39  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.20/0.39  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.20/0.39  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.20/0.39  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.20/0.39  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.20/0.39  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.20/0.39  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.20/0.39  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 50,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.20/0.39  {"max_dseconds": 50,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.20/0.39  {"max_dseconds": 50,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.20/0.39  {"max_dseconds": 50,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.20/0.39  {"max_dseconds": 50,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds": 50,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.20/0.39  {"max_dseconds": 50,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":1},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":1, "rewrite":0},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":1, "weight_select_ratio":2},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "sine":2},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":2},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "sine":1},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":1, "depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":1, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit"], "var_weight":70,"repeat_var_weight":70,"query_preference":1, "sine":1},
% 0.20/0.39  
% 0.20/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1},
% 0.20/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0},
% 0.20/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.20/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.20/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.20/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.20/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.20/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds": 250, "strategy":["query_focus"], "query_preference": 0},
% 0.20/0.39  {"max_dseconds": 250, "strategy":["query_focus"], "query_preference": 1},
% 0.20/0.39  {"max_dseconds": 250, "strategy":["query_focus"], "query_preference": 2},
% 0.20/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.20/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.20/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.20/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.20/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.20/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.20/0.39  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.20/0.39  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.20/0.39  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.20/0.39  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.20/0.39  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.20/0.39  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.20/0.39  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.20/0.39  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 250,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.20/0.39  {"max_dseconds": 250,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.20/0.39  {"max_dseconds": 250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.20/0.39  {"max_dseconds": 250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.20/0.39  {"max_dseconds": 250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds": 250,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.20/0.39  {"max_dseconds": 250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.20/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":1},
% 0.20/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":1, "rewrite":0},
% 0.20/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":1, "weight_select_ratio":2},
% 0.20/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "sine":2},
% 0.20/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":2},
% 0.20/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "sine":1},
% 0.20/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":1, "depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":1, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds": 250, "strategy":["unit"], "var_weight":70,"repeat_var_weight":70,"query_preference":1, "sine":1},
% 0.20/0.39  
% 0.20/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1},
% 0.20/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0},
% 0.20/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.20/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.20/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.20/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.20/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.20/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds": 1250, "strategy":["query_focus"], "query_preference": 0},
% 0.20/0.39  {"max_dseconds": 1250, "strategy":["query_focus"], "query_preference": 1},
% 0.20/0.39  {"max_dseconds": 1250, "strategy":["query_focus"], "query_preference": 2},
% 0.20/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.20/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.20/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.20/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.20/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.20/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.20/0.39  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.20/0.39  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.20/0.39  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.20/0.39  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.20/0.39  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.20/0.39  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.20/0.39  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.20/0.39  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 1250,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.20/0.39  {"max_dseconds": 1250,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.20/0.39  {"max_dseconds": 1250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.20/0.39  {"max_dseconds": 1250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.20/0.39  {"max_dseconds": 1250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds": 1250,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.20/0.39  {"max_dseconds": 1250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.20/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":1},
% 0.20/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":1, "rewrite":0},
% 0.20/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":1, "weight_select_ratio":2},
% 0.20/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "sine":2},
% 0.20/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":2},
% 0.20/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "sine":1},
% 0.20/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":1, "depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":1, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds": 1250, "strategy":["unit"], "var_weight":70,"repeat_var_weight":70,"query_preference":1, "sine":1} 
% 0.20/0.39  
% 0.20/0.39  ]}
% 0.20/0.39  
% 0.20/0.39  
% 0.20/0.39  **** run 1 fork 0 starts with strategy
% 0.20/0.39  {"max_dseconds":1,"strategy":["unit"],"query_preference":1}
% 0.20/0.39  
% 0.20/0.39  **** run 2 fork 1 starts with strategy
% 0.20/0.39  {"max_dseconds":1,"strategy":["unit"],"query_preference":0}
% 0.20/0.39  
% 0.20/0.39  **** run 3 fork 2 starts with strategy
% 0.20/0.39  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 0.20/0.39  
% 0.20/0.39  **** run 4 fork 3 starts with strategy
% 0.20/0.39  
% 0.20/0.39  **** run 7 fork 6 starts with strategy
% 0.20/0.39  
% 0.20/0.39  **** run 5 fork 4 starts with strategy
% 0.20/0.39  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":20,"repeat_var_weight":1,"depth_penalty":100}
% 0.20/0.39  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20}
% 0.20/0.39  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 0.20/0.39  
% 0.20/0.39  **** run 6 fork 5 starts with strategy
% 0.20/0.39  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20}
% 0.20/0.39  
% 0.20/0.39  **** run 8 fork 7 starts with strategy
% 0.20/0.39  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 0.20/0.51  
% 0.20/0.51  
% 0.20/0.51  fork 0: search terminated without proof.
% 0.20/0.51  
% 0.20/0.51  
% 0.20/0.51  fork 2: 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 4: 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 3: 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.52  
% 0.20/0.52  
% 0.20/0.52  fork 7: search terminated without proof.
% 0.20/0.54  
% 0.20/0.54  **** run 11 fork 2 starts with strategy
% 0.20/0.54  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0}
% 0.20/0.54  
% 0.20/0.54  **** run 10 fork 1 starts with strategy
% 0.20/0.54  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":1}
% 0.20/0.54  
% 0.20/0.54  **** run 14 fork 5 starts with strategy
% 0.20/0.54  
% 0.20/0.54  **** run 15 fork 6 starts with strategy
% 0.20/0.54  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20}
% 0.20/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.20/0.54  
% 0.20/0.54  **** run 9 fork 0 starts with strategy
% 0.20/0.54  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 0.20/0.54  
% 0.20/0.54  **** run 12 fork 3 starts with strategy
% 0.20/0.54  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 0.20/0.54  
% 0.20/0.54  **** run 13 fork 4 starts with strategy
% 0.20/0.54  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 0.20/0.55  
% 0.20/0.55  **** run 16 fork 7 starts with strategy
% 0.20/0.55  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20}
% 0.20/0.65  
% 0.20/0.65  
% 0.20/0.65  fork 2: search terminated without proof.
% 0.20/0.65  
% 0.20/0.65  
% 0.20/0.65  fork 1: search terminated without proof.
% 0.20/0.66  
% 0.20/0.66  
% 0.20/0.66  fork 5: search terminated without proof.
% 0.20/0.66  
% 0.20/0.66  
% 0.20/0.66  fork 3: search terminated without proof.
% 0.20/0.67  
% 0.20/0.67  
% 0.20/0.67  fork 0: search terminated without proof.
% 0.20/0.67  
% 0.20/0.67  
% 0.20/0.67  fork 6: search terminated without proof.
% 0.20/0.67  
% 0.20/0.67  
% 0.20/0.67  fork 7: search terminated without proof.
% 0.20/0.67  
% 0.20/0.67  **** run 19 fork 2 starts with strategy
% 0.20/0.67  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":1}
% 0.20/0.68  
% 0.20/0.68  **** run 22 fork 5 starts with strategy
% 0.20/0.68  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 0.20/0.68  
% 0.20/0.68  **** run 18 fork 1 starts with strategy
% 0.20/0.68  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 0.20/0.68  
% 0.20/0.68  **** run 20 fork 3 starts with strategy
% 0.20/0.68  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0}
% 0.20/0.69  
% 0.20/0.69  **** run 17 fork 0 starts with strategy
% 0.20/0.69  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 0.20/0.69  
% 0.20/0.69  
% 0.20/0.69  fork 4: search terminated without proof.
% 0.20/0.69  
% 0.20/0.69  **** run 24 fork 7 starts with strategy
% 0.20/0.69  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":1,"weight_select_ratio":20}
% 0.20/0.70  
% 0.20/0.70  **** run 23 fork 6 starts with strategy
% 0.20/0.70  {"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.20/0.73  
% 0.20/0.73  **** run 21 fork 4 starts with strategy
% 0.20/0.73  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 2.28/0.80  
% 2.28/0.80  
% 2.28/0.80  fork 2: search terminated without proof.
% 2.28/0.81  
% 2.28/0.81  
% 2.28/0.81  fork 5: search terminated without proof.
% 2.28/0.82  
% 2.28/0.82  
% 2.28/0.82  fork 3: search terminated without proof.
% 2.28/0.82  
% 2.28/0.82  
% 2.28/0.82  fork 1: search terminated without proof.
% 2.28/0.82  
% 2.28/0.82  **** run 27 fork 2 starts with strategy
% 2.28/0.82  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 2.28/0.83  
% 2.28/0.83  
% 2.28/0.83  fork 0: search terminated without proof.
% 3.51/0.83  
% 3.51/0.83  **** run 30 fork 5 starts with strategy
% 3.51/0.83  {"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}
% 3.51/0.83  
% 3.51/0.83  
% 3.51/0.83  fork 7: search terminated without proof.
% 3.51/0.84  
% 3.51/0.84  **** run 26 fork 1 starts with strategy
% 3.51/0.84  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 3.51/0.84  
% 3.51/0.84  
% 3.51/0.84  fork 6: search terminated without proof.
% 3.51/0.84  
% 3.51/0.84  **** run 28 fork 3 starts with strategy
% 3.51/0.84  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1}
% 3.51/0.85  
% 3.51/0.85  **** run 25 fork 0 starts with strategy
% 3.51/0.85  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20}
% 3.51/0.85  
% 3.51/0.85  **** run 32 fork 7 starts with strategy
% 3.51/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}
% 3.51/0.86  
% 3.51/0.86  **** run 31 fork 6 starts with strategy
% 3.51/0.86  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 3.51/0.88  
% 3.51/0.88  
% 3.51/0.88  fork 4: search terminated without proof.
% 4.07/0.91  
% 4.07/0.91  **** run 29 fork 4 starts with strategy
% 4.07/0.91  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0}
% 4.07/0.94  
% 4.07/0.94  
% 4.07/0.94  fork 2: search terminated without proof.
% 4.07/0.95  
% 4.07/0.95  
% 4.07/0.95  fork 5: search terminated without proof.
% 4.07/0.96  
% 4.07/0.96  **** run 35 fork 2 starts with strategy
% 4.07/0.96  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 4.07/0.96  
% 4.07/0.96  
% 4.07/0.96  fork 1: search terminated without proof.
% 4.07/0.97  
% 4.07/0.97  
% 4.07/0.97  fork 3: search terminated without proof.
% 4.63/0.97  
% 4.63/0.97  **** run 38 fork 5 starts with strategy
% 4.63/0.97  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"rewrite":0}
% 4.63/0.97  
% 4.63/0.97  
% 4.63/0.97  fork 0: search terminated without proof.
% 4.63/0.98  
% 4.63/0.98  
% 4.63/0.98  fork 7: search terminated without proof.
% 4.63/0.99  
% 4.63/0.99  
% 4.63/0.99  fork 6: search terminated without proof.
% 4.63/0.99  
% 4.63/0.99  **** run 34 fork 1 starts with strategy
% 4.63/0.99  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20}
% 4.63/0.99  
% 4.63/0.99  **** run 36 fork 3 starts with strategy
% 4.63/0.99  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 4.63/0.99  
% 4.63/0.99  **** run 33 fork 0 starts with strategy
% 4.63/0.99  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20}
% 4.63/1.00  
% 4.63/1.00  **** run 40 fork 7 starts with strategy
% 4.63/1.00  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50,"var_weight":1,"repeat_var_weight":1}
% 4.63/1.01  
% 4.63/1.01  **** run 39 fork 6 starts with strategy
% 4.63/1.01  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":2}
% 4.63/1.03  
% 4.63/1.03  
% 4.63/1.03  fork 4: search terminated without proof.
% 4.63/1.04  
% 4.63/1.04  **** run 37 fork 4 starts with strategy
% 4.63/1.04  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"rewrite":0}
% 5.40/1.08  
% 5.40/1.08  
% 5.40/1.08  fork 2: search terminated without proof.
% 5.40/1.09  
% 5.40/1.09  
% 5.40/1.09  fork 5: search terminated without proof.
% 5.63/1.10  
% 5.63/1.10  **** run 43 fork 2 starts with strategy
% 5.63/1.10  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1}
% 5.63/1.11  
% 5.63/1.11  
% 5.63/1.11  fork 1: search terminated without proof.
% 5.63/1.11  
% 5.63/1.11  **** run 46 fork 5 starts with strategy
% 5.63/1.11  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":2}
% 5.63/1.11  
% 5.63/1.11  
% 5.63/1.11  fork 3: search terminated without proof.
% 5.63/1.12  
% 5.63/1.12  
% 5.63/1.12  fork 0: search terminated without proof.
% 5.63/1.12  
% 5.63/1.12  
% 5.63/1.12  fork 7: search terminated without proof.
% 5.90/1.13  
% 5.90/1.13  
% 5.90/1.13  fork 6: search terminated without proof.
% 5.90/1.13  
% 5.90/1.13  **** run 42 fork 1 starts with strategy
% 5.90/1.13  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":0}
% 5.91/1.13  
% 5.91/1.13  **** run 44 fork 3 starts with strategy
% 5.91/1.13  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":2}
% 5.91/1.13  
% 5.91/1.13  fork 5: search finished without proof.
% 5.91/1.14  
% 5.91/1.14  **** run 41 fork 0 starts with strategy
% 5.91/1.14  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"var_weight":1,"repeat_var_weight":1}
% 5.91/1.15  
% 5.91/1.15  **** run 54 fork 5 starts with strategy
% 5.91/1.15  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":20,"weight_select_ratio":2}
% 5.91/1.15  
% 5.91/1.15  **** run 48 fork 7 starts with strategy
% 5.91/1.15  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":6}
% 5.91/1.15  
% 5.91/1.15  **** run 47 fork 6 starts with strategy
% 5.91/1.15  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":4}
% 5.91/1.16  
% 5.91/1.16  
% 5.91/1.16  fork 4: search terminated without proof.
% 5.91/1.19  
% 5.91/1.19  **** run 45 fork 4 starts with strategy
% 5.91/1.19  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 6.43/1.25  
% 6.43/1.25  
% 6.43/1.25  fork 1: search terminated without proof.
% 6.43/1.25  
% 6.43/1.25  
% 6.43/1.25  fork 3: search terminated without proof.
% 6.43/1.26  
% 6.43/1.26  
% 6.43/1.26  fork 0: search terminated without proof.
% 6.89/1.27  
% 6.89/1.27  **** run 50 fork 1 starts with strategy
% 6.89/1.27  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":10}
% 6.89/1.27  
% 6.89/1.27  **** run 52 fork 3 starts with strategy
% 6.89/1.27  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":15}
% 6.89/1.27  
% 6.89/1.27  
% 6.89/1.27  fork 5: search terminated without proof.
% 6.89/1.27  
% 6.89/1.27  
% 6.89/1.27  fork 6: search terminated without proof.
% 6.89/1.28  
% 6.89/1.28  
% 6.89/1.28  fork 7: search terminated without proof.
% 6.89/1.28  
% 6.89/1.28  **** run 49 fork 0 starts with strategy
% 6.89/1.28  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":8}
% 6.89/1.29  
% 6.89/1.29  **** run 55 fork 6 starts with strategy
% 6.89/1.29  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":30}
% 6.89/1.29  
% 6.89/1.29  **** run 62 fork 5 starts with strategy
% 6.89/1.29  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0}
% 6.89/1.30  
% 6.89/1.30  **** run 56 fork 7 starts with strategy
% 6.89/1.30  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":40}
% 6.89/1.31  
% 6.89/1.31  
% 6.89/1.31  fork 4: search terminated without proof.
% 6.89/1.34  
% 6.89/1.34  **** run 53 fork 4 starts with strategy
% 6.89/1.34  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":20}
% 7.59/1.39  
% 7.59/1.39  
% 7.59/1.39  fork 1: search terminated without proof.
% 7.59/1.39  
% 7.59/1.39  
% 7.59/1.39  fork 3: search terminated without proof.
% 7.59/1.40  
% 7.59/1.40  
% 7.59/1.40  fork 0: search terminated without proof.
% 7.59/1.41  
% 7.59/1.41  **** run 60 fork 3 starts with strategy
% 7.59/1.41  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1}
% 7.59/1.41  
% 7.59/1.41  **** run 58 fork 1 starts with strategy
% 7.59/1.41  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"repeat_var_weight":1}
% 7.59/1.41  
% 7.59/1.41  
% 7.59/1.41  fork 5: search terminated without proof.
% 7.59/1.41  
% 7.59/1.41  
% 7.59/1.41  fork 6: search terminated without proof.
% 7.59/1.43  
% 7.59/1.43  **** run 57 fork 0 starts with strategy
% 7.59/1.43  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1}
% 7.59/1.44  
% 7.59/1.44  **** run 63 fork 6 starts with strategy
% 7.59/1.44  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1}
% 7.59/1.44  
% 7.59/1.44  **** run 70 fork 5 starts with strategy
% 7.59/1.44  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"sine":2}
% 7.59/1.45  
% 7.59/1.45  
% 7.59/1.45  fork 7: search terminated without proof.
% 7.59/1.46  
% 7.59/1.46  
% 7.59/1.46  fork 4: search terminated without proof.
% 7.59/1.47  
% 7.59/1.47  **** run 64 fork 7 starts with strategy
% 7.59/1.47  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20}
% 7.59/1.48  
% 7.59/1.48  **** run 61 fork 4 starts with strategy
% 7.59/1.48  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100}
% 8.05/1.53  
% 8.05/1.53  
% 8.05/1.53  fork 3: search terminated without proof.
% 8.05/1.54  
% 8.05/1.54  
% 8.05/1.54  fork 1: search terminated without proof.
% 8.85/1.55  
% 8.85/1.55  
% 8.85/1.55  fork 0: search terminated without proof.
% 8.85/1.55  
% 8.85/1.55  **** run 68 fork 3 starts with strategy
% 8.85/1.55  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":1,"rewrite":0}
% 8.85/1.55  
% 8.85/1.55  **** run 66 fork 1 starts with strategy
% 8.85/1.55  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth":4}
% 8.85/1.57  
% 8.85/1.57  
% 8.85/1.57  fork 5: search terminated without proof.
% 8.85/1.57  
% 8.85/1.57  **** run 65 fork 0 starts with strategy
% 8.85/1.57  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100}
% 8.85/1.57  
% 8.85/1.57  
% 8.85/1.57  fork 6: search terminated without proof.
% 8.85/1.59  
% 8.85/1.59  **** run 78 fork 5 starts with strategy
% 8.85/1.59  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":5}
% 8.85/1.59  
% 8.85/1.59  
% 8.85/1.59  fork 7: search terminated without proof.
% 8.85/1.59  
% 8.85/1.59  **** run 71 fork 6 starts with strategy
% 8.85/1.59  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":2}
% 9.19/1.60  
% 9.19/1.60  
% 9.19/1.60  fork 4: search terminated without proof.
% 9.19/1.61  
% 9.19/1.61  **** run 72 fork 7 starts with strategy
% 9.19/1.61  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"sine":1}
% 9.19/1.62  
% 9.19/1.62  **** run 69 fork 4 starts with strategy
% 9.19/1.62  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":1,"weight_select_ratio":2}
% 9.53/1.67  
% 9.53/1.67  
% 9.53/1.67  fork 1: search terminated without proof.
% 9.53/1.68  
% 9.53/1.68  
% 9.53/1.68  fork 3: search terminated without proof.
% 9.53/1.69  
% 9.53/1.69  
% 9.53/1.69  fork 0: search terminated without proof.
% 9.53/1.69  
% 9.53/1.69  **** run 74 fork 1 starts with strategy
% 9.53/1.69  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":3}
% 9.53/1.69  
% 9.53/1.69  **** run 76 fork 3 starts with strategy
% 9.53/1.69  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":4}
% 9.53/1.71  
% 9.53/1.71  **** run 73 fork 0 starts with strategy
% 9.53/1.71  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"sine":3}
% 9.53/1.71  
% 9.53/1.71  
% 9.53/1.71  fork 5: search terminated without proof.
% 9.53/1.72  
% 9.53/1.72  
% 9.53/1.72  fork 6: search terminated without proof.
% 9.53/1.73  
% 9.53/1.73  **** run 86 fork 5 starts with strategy
% 9.53/1.73  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":20,"repeat_var_weight":1,"depth_penalty":100}
% 9.53/1.73  
% 9.53/1.73  
% 9.53/1.73  fork 7: search terminated without proof.
% 9.53/1.74  
% 9.53/1.74  **** run 79 fork 6 starts with strategy
% 9.53/1.74  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":1,"depth_penalty":50}
% 9.53/1.75  
% 9.53/1.75  
% 9.53/1.75  fork 4: search terminated without proof.
% 10.24/1.75  
% 10.24/1.75  **** run 80 fork 7 starts with strategy
% 10.24/1.75  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":1,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 10.24/1.77  
% 10.24/1.77  **** run 77 fork 4 starts with strategy
% 10.24/1.77  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"sine":5}
% 10.57/1.82  
% 10.57/1.82  
% 10.57/1.82  fork 1: search terminated without proof.
% 10.57/1.82  
% 10.57/1.82  
% 10.57/1.82  fork 3: search terminated without proof.
% 10.57/1.84  
% 10.57/1.84  
% 10.57/1.84  fork 0: search terminated without proof.
% 10.57/1.84  
% 10.57/1.84  **** run 82 fork 1 starts with strategy
% 10.57/1.84  {"max_dseconds":10,"strategy":["unit"],"query_preference":1}
% 10.57/1.84  
% 10.57/1.84  
% 10.57/1.84  result: proof found
% 10.57/1.84  for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% 10.57/1.84  by run 43 fork 2 strategy {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1}
% 10.57/1.84  % SZS status Unsatisfiable for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% 10.57/1.84  
% 10.57/1.84  % SZS output start CNFRefutation for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% See solution above
% 10.57/1.84  
% 10.57/1.84  run 43 fork 2 statistics:
% 10.57/1.84  ----------------------------------
% 10.57/1.84  this run seconds: 0.024980
% 10.57/1.84  total seconds: 0.757692
% 10.57/1.84  stat_given_used: 568
% 10.57/1.84  stat_given_used_at_endgame: 0
% 10.57/1.84  stat_given_candidates:   644
% 10.57/1.84  stat_given_candidates_at_endgame: 0
% 10.57/1.84  stat_given_candidates_h: 0
% 10.57/1.84  stat_binres_derived_cl:   0
% 10.57/1.84  stat_binres_derived_cl_h: 0
% 10.57/1.84  stat_factor_derived_cl: 0
% 10.57/1.84  stat_para_derived_cl: 8469
% 10.57/1.84  stat_tautologies_discarded: 0
% 10.57/1.84  stat_forward_subsumed: 7227
% 10.57/1.84  stat_derived_cut: 0
% 10.57/1.84  stat_derived_rewritten: 0
% 10.57/1.84  stat_weight_discarded_building: 0
% 10.57/1.84  stat_weight_discarded_cl: 0
% 10.57/1.84  stat_internlimit_discarded_cl: 0
% 10.57/1.84  stat_simplified:  0 simplified 0 derived 0 given
% 10.57/1.84  stat_kept_cl: 1241
% 10.57/1.84  stat_built_cl: 2401
% 10.57/1.84  stat_hyperres_partial_cl: 0
% 10.57/1.84  stat_made_rewriters: 0
% 10.57/1.84  stat_backward_subsumed: 0
% 10.57/1.84  stat_propagated_subsumed: 0
% 10.57/1.84  stat_clsubs_attempted:                         0
% 10.57/1.84  stat_clsubs_fact_groundunit_found:             0
% 10.57/1.84  stat_clsubs_rule_groundunit_found:            76
% 10.57/1.84  stat_clsubs_top_meta_attempted:               6816
% 10.57/1.84  stat_clsubs_top_meta_failed:                  6816
% 10.57/1.84  stat_clsubs_top_meta_nonpref_attempted:                6816
% 10.57/1.84  stat_clsubs_top_meta_nonpref_succeeded:                6815
% 10.57/1.84  stat_clsubs_top_meta_pref_attempted:                   6815
% 10.57/1.84  stat_clsubs_top_meta_pref1_succeeded:                     0
% 10.57/1.84  stat_clsubs_top_meta_pref2_succeeded:                     0
% 10.57/1.84  stat_clsubs_top_meta_pref3_succeeded:                     0
% 10.57/1.84  stat_clsubs_top_meta_pref_succeeded:                      0
% 10.57/1.84  stat_clsubs_meta_attempted:                    0
% 10.57/1.84  stat_clsubs_meta_failed:                       0
% 10.57/1.84  stat_clsubs_predsymbs_attempted:               0
% 10.57/1.84  stat_clsubs_unit_attempted:                    0
% 10.57/1.84  stat_clsubs_full_attempted:                    0
% 10.57/1.84  stat_forwardsubs_attempted:                 8468
% 10.57/1.84  stat_lit_hash_added:                   1822
% 10.57/1.84  stat_lit_hash_computed:               11578
% 10.57/1.84  stat_lit_hash_match_found:             7303
% 10.57/1.84  stat_lit_hash_match_miss:              3694
% 10.57/1.84  stat_lit_hash_cut_ok:                     0
% 10.57/1.84  stat_lit_strong_cut_ok:                   0
% 10.57/1.84  stat_lit_hash_subsume_ok:              7227
% 10.57/1.84  clqueue els 10000000 used 1
% 10.57/1.84  clactive els 10000000 used 581
% 10.57/1.84  clactivesubsume els 10000000 used 73
% 10.57/1.84  queue_termbuf els 200000000 used 95088
% 10.57/1.84  hyper_termbuf els 100000000 used 1
% 10.57/1.84  active_termbuf els 100000000 used 33969
% 10.57/1.84  varstack els 5000 last used 1
% 10.57/1.84  given_termbuf els 10000000 last used 1
% 10.57/1.84  simplified_termbuf els 10000000 last used 1
% 10.57/1.84  derived_termbuf els 10000000 last used 38
% 10.57/1.84  wr_mallocs: 15454
% 10.57/1.84  wr_callocs: 21
% 10.57/1.84  wr_reallocs: 500
% 10.57/1.84  wr_frees: 2
% 10.57/1.84  wr_malloc_bytes: 4163091076
% 10.57/1.84  wr_calloc_bytes: 112065536
% 10.57/1.84  wr_realloc_bytes: 64376
% 10.57/1.84  wr_realloc_freebytes: 0
% 10.57/1.84  ----------------------------------
% 10.57/1.84  
% 10.57/1.84  **** run 84 fork 3 starts with strategy
% 10.57/1.84  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
%------------------------------------------------------------------------------