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

View Problem - Process Solution

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

% Computer : n028.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:48 EDT 2023

% Result   : Unsatisfiable 10.45s 2.00s
% Output   : CNFRefutation 10.45s
% 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(Y,Z)) = meet(join(X,Y),join(X,Z)),
    inference(cnf_transformation,[],[dist_join]) ).

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

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

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

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

cnf('8',plain,
    meet(xx,join(yy,zz)) != join(meet(xx,yy),meet(xx,zz)),
    inference(cnf_transformation,[],[dist_meet]) ).

cnf('9',plain,
    meet(xx,join(yy,zz)) != join(meet(yy,xx),meet(xx,zz)),
    inference(paramodulation,[],['2','8']) ).

cnf('10',plain,
    meet(xx,join(yy,zz)) != meet(join(meet(yy,xx),xx),join(meet(yy,xx),zz)),
    inference(paramodulation,[],['3','9']) ).

cnf('11',plain,
    meet(xx,join(yy,zz)) != meet(join(meet(xx,yy),xx),join(meet(yy,xx),zz)),
    inference(paramodulation,[],['2','10']) ).

cnf('12',plain,
    meet(xx,join(yy,zz)) != meet(xx,join(meet(yy,xx),zz)),
    inference(paramodulation,[],['7','11']) ).

cnf('13',plain,
    meet(xx,join(zz,yy)) != meet(xx,join(meet(yy,xx),zz)),
    inference(paramodulation,[],['1','12']) ).

cnf('14',plain,
    meet(xx,join(zz,yy)) != meet(xx,join(meet(xx,yy),zz)),
    inference(paramodulation,[],['2','13']) ).

cnf('15',plain,
    meet(X,X) = X,
    inference(cnf_transformation,[],['$inc_idempotence_of_meet']) ).

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

cnf('17',plain,
    X = join(X,X),
    inference(paramodulation,[],['4','16']) ).

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

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

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

cnf('21',plain,
    meet(meet(X,join(Y,Z)),join(Y,U)) = meet(X,join(Y,meet(Z,U))),
    inference(paramodulation,[],['3','20']) ).

cnf('22',plain,
    meet(X3,join(Y3,Z3)) = meet(X3,join(Y3,meet(X3,Z3))),
    inference(paramodulation,[],['19','21']) ).

cnf('23',plain,
    $false,
    inference(paramodulation,[then_simplify],['1','14','22']) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.13  % Problem  : LAT032-1 : TPTP v8.1.2. Released v2.4.0.
% 0.00/0.14  % Command  : gkc %s
% 0.13/0.35  % Computer : n028.cluster.edu
% 0.13/0.35  % Model    : x86_64 x86_64
% 0.13/0.35  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.13/0.35  % Memory   : 8042.1875MB
% 0.13/0.35  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.13/0.35  % CPULimit : 300
% 0.13/0.35  % WCLimit  : 300
% 0.13/0.35  % DateTime : Thu Aug 24 08:23:19 EDT 2023
% 0.13/0.35  % CPUTime  : 
% 0.21/0.40  
% 0.21/0.40  input clause set summed statistics:
% 0.21/0.40  ----------------------------------
% 0.21/0.40  in_clause_count:                    10
% 0.21/0.40  in_rule_clause_count:               10
% 0.21/0.40  in_fact_clause_count:                0
% 0.21/0.40  in_answer_clause_count:              0
% 0.21/0.40  in_ground_clause_count:              1
% 0.21/0.40  in_unit_clause_count:               10
% 0.21/0.40  in_horn_clause_count:               10
% 0.21/0.40  in_pos_clause_count:                 9
% 0.21/0.40  in_neg_clause_count:                 1
% 0.21/0.40  in_poseq_clause_count:               9
% 0.21/0.40  in_negeq_clause_count:               1
% 0.21/0.40  in_unitposeq_clause_count:           9
% 0.21/0.40  in_chain_clause_count:               0
% 0.21/0.40  in_min_length:             1
% 0.21/0.40  in_max_length:             1
% 0.21/0.40  in_min_depth:              2
% 0.21/0.40  in_max_depth:              3
% 0.21/0.40  in_min_size:               5
% 0.21/0.40  in_max_size:              13
% 0.21/0.40  in_min_vars:               0
% 0.21/0.40  in_max_vars:               3
% 0.21/0.40  in_extaxiom_count:                 8
% 0.21/0.40  in_axiom_count:                    0
% 0.21/0.40  in_assumption_count:               1
% 0.21/0.40  in_goal_count:                     1
% 0.21/0.40  in_neg_goal_count:                 1
% 0.21/0.40  in_pos_goal_count:                 0
% 0.21/0.40  in_posunit_goal_count:             0
% 0.21/0.40  
% 0.21/0.40  auto guide:
% 0.21/0.40  -----------
% 0.21/0.40  {
% 0.21/0.40  "print":1,
% 0.21/0.40  "print_level": 15,
% 0.21/0.40  "max_size": 0,
% 0.21/0.40  "max_depth": 0,
% 0.21/0.40  "max_length": 0,
% 0.21/0.40  "max_dseconds": 0,
% 0.21/0.40  "runs":[
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.21/0.40  {"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.21/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 1},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.21/0.40  {"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.21/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0},
% 0.21/0.40  {"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.21/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.21/0.40  {"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.21/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["query_focus"], "query_preference": 0},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["query_focus"], "query_preference": 1},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["query_focus"], "query_preference": 2},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.21/0.40  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.21/0.40  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.21/0.40  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.21/0.40  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.21/0.40  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.21/0.40  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.21/0.40  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.21/0.40  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.21/0.40  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.21/0.40  {"max_dseconds": 1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.21/0.40  {"max_dseconds": 1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.21/0.40  {"max_dseconds": 1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.21/0.40  {"max_dseconds": 1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.21/0.40  {"max_dseconds": 1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.21/0.40  {"max_dseconds": 1,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.21/0.40  {"max_dseconds": 1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":1},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":1, "rewrite":0},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":1, "weight_select_ratio":2},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "sine":2},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":2},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "sine":1},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "sine":3},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":3},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "sine":4},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":4},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "sine":5},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":5},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":1, "depth_penalty":50},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":1, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit"], "var_weight":70,"repeat_var_weight":70,"query_preference":1, "sine":1},
% 0.21/0.40  
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.21/0.40  {"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.21/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 1},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.21/0.40  {"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.21/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0},
% 0.21/0.40  {"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.21/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.21/0.40  {"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.21/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["query_focus"], "query_preference": 0},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["query_focus"], "query_preference": 1},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["query_focus"], "query_preference": 2},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.21/0.40  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.21/0.40  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.21/0.40  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.21/0.40  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.21/0.40  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.21/0.40  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.21/0.40  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.21/0.40  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.21/0.40  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.21/0.40  {"max_dseconds": 10,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.21/0.40  {"max_dseconds": 10,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.21/0.40  {"max_dseconds": 10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.21/0.40  {"max_dseconds": 10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.21/0.40  {"max_dseconds": 10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.21/0.40  {"max_dseconds": 10,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.21/0.40  {"max_dseconds": 10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":1},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":1, "rewrite":0},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":1, "weight_select_ratio":2},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "sine":2},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":2},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "sine":1},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "sine":3},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":3},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "sine":4},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":4},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "sine":5},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":5},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":1, "depth_penalty":50},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":1, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit"], "var_weight":70,"repeat_var_weight":70,"query_preference":1, "sine":1},
% 0.21/0.40  
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.21/0.40  {"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.21/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 1},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.21/0.40  {"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.21/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0},
% 0.21/0.40  {"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.21/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.21/0.40  {"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.21/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["query_focus"], "query_preference": 0},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["query_focus"], "query_preference": 1},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["query_focus"], "query_preference": 2},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.21/0.40  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.21/0.40  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.21/0.40  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.21/0.40  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.21/0.40  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.21/0.40  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.21/0.40  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.21/0.40  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.21/0.40  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.21/0.40  {"max_dseconds": 50,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.21/0.40  {"max_dseconds": 50,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.21/0.40  {"max_dseconds": 50,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.21/0.40  {"max_dseconds": 50,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.21/0.40  {"max_dseconds": 50,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.21/0.40  {"max_dseconds": 50,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.21/0.40  {"max_dseconds": 50,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":1},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":1, "rewrite":0},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":1, "weight_select_ratio":2},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "sine":2},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":2},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "sine":1},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":1, "depth_penalty":50},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":1, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit"], "var_weight":70,"repeat_var_weight":70,"query_preference":1, "sine":1},
% 0.21/0.40  
% 0.21/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1},
% 0.21/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0},
% 0.21/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.21/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.21/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.21/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.21/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.21/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.21/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.21/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.21/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.21/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.21/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.21/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.21/0.40  {"max_dseconds": 250, "strategy":["query_focus"], "query_preference": 0},
% 0.21/0.40  {"max_dseconds": 250, "strategy":["query_focus"], "query_preference": 1},
% 0.21/0.40  {"max_dseconds": 250, "strategy":["query_focus"], "query_preference": 2},
% 0.21/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.21/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.21/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.21/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.21/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.21/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.21/0.40  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.21/0.40  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.21/0.40  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.21/0.40  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.21/0.40  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.21/0.40  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.21/0.40  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.21/0.40  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.21/0.40  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.21/0.40  {"max_dseconds": 250,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.21/0.40  {"max_dseconds": 250,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.21/0.40  {"max_dseconds": 250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.21/0.40  {"max_dseconds": 250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.21/0.40  {"max_dseconds": 250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.21/0.40  {"max_dseconds": 250,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.21/0.40  {"max_dseconds": 250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.21/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":1},
% 0.21/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":1, "rewrite":0},
% 0.21/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":1, "weight_select_ratio":2},
% 0.21/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "sine":2},
% 0.21/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":2},
% 0.21/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "sine":1},
% 0.21/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":1, "depth_penalty":50},
% 0.21/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":1, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.21/0.40  {"max_dseconds": 250, "strategy":["unit"], "var_weight":70,"repeat_var_weight":70,"query_preference":1, "sine":1},
% 0.21/0.40  
% 0.21/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1},
% 0.21/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0},
% 0.21/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.21/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.21/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.21/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.21/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.21/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.21/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.21/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.21/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.21/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.21/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.21/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.21/0.40  {"max_dseconds": 1250, "strategy":["query_focus"], "query_preference": 0},
% 0.21/0.40  {"max_dseconds": 1250, "strategy":["query_focus"], "query_preference": 1},
% 0.21/0.40  {"max_dseconds": 1250, "strategy":["query_focus"], "query_preference": 2},
% 0.21/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.21/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.21/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.21/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.21/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.21/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.21/0.40  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.21/0.40  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.21/0.40  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.21/0.40  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.21/0.40  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.21/0.40  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.21/0.40  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.21/0.40  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.21/0.40  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.21/0.40  {"max_dseconds": 1250,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.21/0.40  {"max_dseconds": 1250,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.21/0.40  {"max_dseconds": 1250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.21/0.40  {"max_dseconds": 1250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.21/0.40  {"max_dseconds": 1250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.21/0.40  {"max_dseconds": 1250,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.21/0.40  {"max_dseconds": 1250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.21/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":1},
% 0.21/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":1, "rewrite":0},
% 0.21/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":1, "weight_select_ratio":2},
% 0.21/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "sine":2},
% 0.21/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":2},
% 0.21/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "sine":1},
% 0.21/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":1, "depth_penalty":50},
% 0.21/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":1, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.21/0.40  {"max_dseconds": 1250, "strategy":["unit"], "var_weight":70,"repeat_var_weight":70,"query_preference":1, "sine":1} 
% 0.21/0.40  
% 0.21/0.40  ]}
% 0.21/0.40  
% 0.21/0.40  
% 0.21/0.40  **** run 1 fork 0 starts with strategy
% 0.21/0.40  {"max_dseconds":1,"strategy":["unit"],"query_preference":1}
% 0.21/0.40  
% 0.21/0.40  **** run 2 fork 1 starts with strategy
% 0.21/0.40  {"max_dseconds":1,"strategy":["unit"],"query_preference":0}
% 0.21/0.40  
% 0.21/0.40  **** run 3 fork 2 starts with strategy
% 0.21/0.40  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 0.21/0.40  
% 0.21/0.40  **** run 4 fork 3 starts with strategy
% 0.21/0.40  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 0.21/0.40  
% 0.21/0.40  **** run 5 fork 4 starts with strategy
% 0.21/0.40  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":20,"repeat_var_weight":1,"depth_penalty":100}
% 0.21/0.40  
% 0.21/0.40  **** run 6 fork 5 starts with strategy
% 0.21/0.40  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20}
% 0.21/0.40  
% 0.21/0.40  **** run 7 fork 6 starts with strategy
% 0.21/0.40  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20}
% 0.21/0.41  
% 0.21/0.41  **** run 8 fork 7 starts with strategy
% 0.21/0.41  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 0.21/0.52  
% 0.21/0.52  
% 0.21/0.52  fork 1: search terminated without proof.
% 0.21/0.52  
% 0.21/0.52  
% 0.21/0.52  fork 3: search terminated without proof.
% 0.21/0.52  
% 0.21/0.52  
% 0.21/0.52  fork 6: search terminated without proof.
% 0.21/0.52  
% 0.21/0.52  
% 0.21/0.52  fork 2: search terminated without proof.
% 0.21/0.52  
% 0.21/0.52  
% 0.21/0.52  fork 0: search terminated without proof.
% 0.21/0.54  
% 0.21/0.54  **** run 10 fork 1 starts with strategy
% 0.21/0.54  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":1}
% 0.21/0.54  
% 0.21/0.54  **** run 11 fork 2 starts with strategy
% 0.21/0.54  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0}
% 0.21/0.55  
% 0.21/0.55  **** run 9 fork 0 starts with strategy
% 0.21/0.55  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 0.21/0.55  
% 0.21/0.55  **** run 15 fork 6 starts with strategy
% 0.21/0.55  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20}
% 0.21/0.56  
% 0.21/0.56  
% 0.21/0.56  fork 5: search terminated without proof.
% 0.21/0.57  
% 0.21/0.57  **** run 12 fork 3 starts with strategy
% 0.21/0.57  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 0.21/0.58  
% 0.21/0.58  
% 0.21/0.58  fork 4: search terminated without proof.
% 0.21/0.58  
% 0.21/0.58  **** run 14 fork 5 starts with strategy
% 0.21/0.58  {"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.21/0.59  
% 0.21/0.59  
% 0.21/0.59  fork 7: search terminated without proof.
% 0.21/0.61  
% 0.21/0.61  **** run 16 fork 7 starts with strategy
% 0.21/0.61  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20}
% 0.21/0.61  
% 0.21/0.61  **** run 13 fork 4 starts with strategy
% 0.21/0.61  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 0.21/0.66  
% 0.21/0.66  
% 0.21/0.66  fork 1: search terminated without proof.
% 0.21/0.66  
% 0.21/0.66  
% 0.21/0.66  fork 2: search terminated without proof.
% 0.21/0.66  
% 0.21/0.66  
% 0.21/0.66  fork 0: search terminated without proof.
% 0.21/0.67  
% 0.21/0.67  
% 0.21/0.67  fork 6: search terminated without proof.
% 0.21/0.67  
% 0.21/0.67  **** run 18 fork 1 starts with strategy
% 0.21/0.67  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 0.21/0.68  
% 0.21/0.68  **** run 19 fork 2 starts with strategy
% 0.21/0.68  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":1}
% 0.21/0.68  
% 0.21/0.68  **** run 17 fork 0 starts with strategy
% 0.21/0.68  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 0.21/0.69  
% 0.21/0.69  
% 0.21/0.69  fork 3: search terminated without proof.
% 0.21/0.69  
% 0.21/0.69  **** run 23 fork 6 starts with strategy
% 0.21/0.69  {"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.21/0.69  
% 0.21/0.69  
% 0.21/0.69  fork 5: search terminated without proof.
% 0.21/0.71  
% 0.21/0.71  **** run 20 fork 3 starts with strategy
% 0.21/0.71  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0}
% 0.21/0.71  
% 0.21/0.71  **** run 22 fork 5 starts with strategy
% 0.21/0.71  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 0.21/0.73  
% 0.21/0.73  
% 0.21/0.73  fork 7: search terminated without proof.
% 0.21/0.75  
% 0.21/0.75  **** run 24 fork 7 starts with strategy
% 0.21/0.75  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":1,"weight_select_ratio":20}
% 0.21/0.79  
% 0.21/0.79  
% 0.21/0.79  fork 4: search terminated without proof.
% 0.21/0.81  
% 0.21/0.81  
% 0.21/0.81  fork 1: search terminated without proof.
% 2.99/0.81  
% 2.99/0.81  
% 2.99/0.81  fork 2: search terminated without proof.
% 2.99/0.82  
% 2.99/0.82  
% 2.99/0.82  fork 0: search terminated without proof.
% 2.99/0.82  
% 2.99/0.82  **** run 21 fork 4 starts with strategy
% 2.99/0.82  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 2.99/0.83  
% 2.99/0.83  **** run 26 fork 1 starts with strategy
% 2.99/0.83  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 2.99/0.83  
% 2.99/0.83  
% 2.99/0.83  fork 6: search terminated without proof.
% 2.99/0.83  
% 2.99/0.83  **** run 27 fork 2 starts with strategy
% 2.99/0.83  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 2.99/0.84  
% 2.99/0.84  **** run 25 fork 0 starts with strategy
% 2.99/0.84  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20}
% 2.99/0.84  
% 2.99/0.84  
% 2.99/0.84  fork 5: search terminated without proof.
% 2.99/0.85  
% 2.99/0.85  **** run 31 fork 6 starts with strategy
% 2.99/0.85  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 2.99/0.86  
% 2.99/0.86  **** run 30 fork 5 starts with strategy
% 2.99/0.86  {"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.59/0.88  
% 3.59/0.88  
% 3.59/0.88  fork 7: search terminated without proof.
% 3.67/0.89  
% 3.67/0.89  **** run 32 fork 7 starts with strategy
% 3.67/0.89  {"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.84/0.91  
% 3.84/0.91  
% 3.84/0.91  fork 3: search terminated without proof.
% 3.97/0.93  
% 3.97/0.93  **** run 28 fork 3 starts with strategy
% 3.97/0.93  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1}
% 3.97/0.95  
% 3.97/0.95  
% 3.97/0.95  fork 1: search terminated without proof.
% 3.97/0.95  
% 3.97/0.95  
% 3.97/0.95  fork 2: search terminated without proof.
% 3.97/0.96  
% 3.97/0.96  
% 3.97/0.96  fork 0: search terminated without proof.
% 3.97/0.97  
% 3.97/0.97  **** run 34 fork 1 starts with strategy
% 3.97/0.97  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20}
% 3.97/0.97  
% 3.97/0.97  **** run 35 fork 2 starts with strategy
% 3.97/0.97  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 3.97/0.98  
% 3.97/0.98  
% 3.97/0.98  fork 6: search terminated without proof.
% 3.97/0.98  
% 3.97/0.98  
% 3.97/0.98  fork 4: search terminated without proof.
% 3.97/0.98  
% 3.97/0.98  
% 3.97/0.98  fork 5: search terminated without proof.
% 3.97/0.99  
% 3.97/0.99  **** run 33 fork 0 starts with strategy
% 3.97/0.99  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20}
% 3.97/1.00  
% 3.97/1.00  **** run 39 fork 6 starts with strategy
% 3.97/1.00  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":2}
% 3.97/1.00  
% 3.97/1.00  **** run 29 fork 4 starts with strategy
% 3.97/1.00  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0}
% 3.97/1.00  
% 3.97/1.00  **** run 38 fork 5 starts with strategy
% 3.97/1.00  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"rewrite":0}
% 4.69/1.01  
% 4.69/1.01  
% 4.69/1.01  fork 7: search terminated without proof.
% 4.69/1.03  
% 4.69/1.03  **** run 40 fork 7 starts with strategy
% 4.69/1.03  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50,"var_weight":1,"repeat_var_weight":1}
% 4.69/1.05  
% 4.69/1.05  
% 4.69/1.05  fork 3: search terminated without proof.
% 4.69/1.07  
% 4.69/1.07  **** run 36 fork 3 starts with strategy
% 4.69/1.07  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 4.69/1.08  
% 4.69/1.08  
% 4.69/1.08  fork 1: search terminated without proof.
% 5.31/1.09  
% 5.31/1.09  
% 5.31/1.09  fork 2: search terminated without proof.
% 5.31/1.10  
% 5.31/1.10  **** run 42 fork 1 starts with strategy
% 5.31/1.10  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":0}
% 5.31/1.11  
% 5.31/1.11  
% 5.31/1.11  fork 0: search terminated without proof.
% 5.31/1.11  
% 5.31/1.11  **** run 43 fork 2 starts with strategy
% 5.31/1.11  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1}
% 5.31/1.12  
% 5.31/1.12  
% 5.31/1.12  fork 6: search terminated without proof.
% 5.31/1.12  
% 5.31/1.12  
% 5.31/1.12  fork 4: search terminated without proof.
% 5.31/1.12  
% 5.31/1.12  
% 5.31/1.12  fork 5: search terminated without proof.
% 5.31/1.13  
% 5.31/1.13  **** run 41 fork 0 starts with strategy
% 5.31/1.13  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"var_weight":1,"repeat_var_weight":1}
% 5.31/1.14  
% 5.31/1.14  **** run 47 fork 6 starts with strategy
% 5.31/1.14  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":4}
% 5.31/1.14  
% 5.31/1.14  **** run 46 fork 5 starts with strategy
% 5.31/1.14  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":2}
% 5.31/1.14  
% 5.31/1.14  **** run 37 fork 4 starts with strategy
% 5.31/1.14  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"rewrite":0}
% 5.31/1.15  
% 5.31/1.15  
% 5.31/1.15  fork 7: search terminated without proof.
% 5.31/1.16  
% 5.31/1.16  fork 5: search finished without proof.
% 5.31/1.17  
% 5.31/1.17  **** run 48 fork 7 starts with strategy
% 5.31/1.17  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":6}
% 5.97/1.18  
% 5.97/1.18  **** run 54 fork 5 starts with strategy
% 5.97/1.18  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":20,"weight_select_ratio":2}
% 6.02/1.19  
% 6.02/1.19  
% 6.02/1.19  fork 3: search terminated without proof.
% 6.20/1.22  
% 6.20/1.22  **** run 44 fork 3 starts with strategy
% 6.20/1.22  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":2}
% 6.28/1.22  
% 6.28/1.22  
% 6.28/1.22  fork 1: search terminated without proof.
% 6.28/1.24  
% 6.28/1.24  **** run 50 fork 1 starts with strategy
% 6.28/1.24  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":10}
% 6.28/1.25  
% 6.28/1.25  
% 6.28/1.25  fork 0: search terminated without proof.
% 6.28/1.26  
% 6.28/1.26  
% 6.28/1.26  fork 6: search terminated without proof.
% 6.28/1.26  
% 6.28/1.26  
% 6.28/1.26  fork 4: search terminated without proof.
% 6.28/1.27  
% 6.28/1.27  **** run 49 fork 0 starts with strategy
% 6.28/1.27  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":8}
% 6.28/1.28  
% 6.28/1.28  **** run 55 fork 6 starts with strategy
% 6.28/1.28  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":30}
% 6.28/1.28  
% 6.28/1.28  **** run 45 fork 4 starts with strategy
% 6.28/1.28  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 6.28/1.29  
% 6.28/1.29  
% 6.28/1.29  fork 7: search terminated without proof.
% 6.28/1.30  
% 6.28/1.30  
% 6.28/1.30  fork 5: search terminated without proof.
% 6.28/1.31  
% 6.28/1.31  **** run 56 fork 7 starts with strategy
% 6.28/1.31  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":40}
% 6.28/1.32  
% 6.28/1.32  **** run 62 fork 5 starts with strategy
% 6.28/1.32  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0}
% 6.28/1.36  
% 6.28/1.36  
% 6.28/1.36  fork 1: search terminated without proof.
% 6.28/1.38  
% 6.28/1.38  **** run 58 fork 1 starts with strategy
% 6.28/1.38  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"repeat_var_weight":1}
% 6.28/1.39  
% 6.28/1.39  
% 6.28/1.39  fork 0: search terminated without proof.
% 6.28/1.40  
% 6.28/1.40  
% 6.28/1.40  fork 6: search terminated without proof.
% 6.28/1.40  
% 6.28/1.40  
% 6.28/1.40  fork 4: search terminated without proof.
% 7.33/1.41  
% 7.33/1.41  **** run 57 fork 0 starts with strategy
% 7.33/1.41  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1}
% 7.33/1.42  
% 7.33/1.42  **** run 53 fork 4 starts with strategy
% 7.33/1.42  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":20}
% 7.33/1.42  
% 7.33/1.42  **** run 63 fork 6 starts with strategy
% 7.33/1.42  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1}
% 7.33/1.43  
% 7.33/1.43  
% 7.33/1.43  fork 7: search terminated without proof.
% 7.33/1.44  
% 7.33/1.44  
% 7.33/1.44  fork 5: search terminated without proof.
% 7.33/1.45  
% 7.33/1.45  **** run 64 fork 7 starts with strategy
% 7.33/1.45  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20}
% 7.33/1.46  
% 7.33/1.46  **** run 70 fork 5 starts with strategy
% 7.33/1.46  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"sine":2}
% 7.96/1.50  
% 7.96/1.50  
% 7.96/1.50  fork 1: search terminated without proof.
% 7.96/1.51  
% 7.96/1.51  **** run 66 fork 1 starts with strategy
% 7.96/1.51  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth":4}
% 7.96/1.54  
% 7.96/1.54  
% 7.96/1.54  fork 0: search terminated without proof.
% 7.96/1.54  
% 7.96/1.54  
% 7.96/1.54  fork 4: search terminated without proof.
% 7.96/1.54  
% 7.96/1.54  
% 7.96/1.54  fork 6: search terminated without proof.
% 7.96/1.56  
% 7.96/1.56  **** run 65 fork 0 starts with strategy
% 7.96/1.56  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100}
% 7.96/1.56  
% 7.96/1.56  **** run 61 fork 4 starts with strategy
% 7.96/1.56  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100}
% 7.96/1.56  
% 7.96/1.56  **** run 71 fork 6 starts with strategy
% 7.96/1.56  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":2}
% 7.96/1.57  
% 7.96/1.57  
% 7.96/1.57  fork 7: search terminated without proof.
% 8.53/1.58  
% 8.53/1.58  
% 8.53/1.58  fork 5: search terminated without proof.
% 8.53/1.59  
% 8.53/1.59  **** run 72 fork 7 starts with strategy
% 8.53/1.59  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"sine":1}
% 8.53/1.60  
% 8.53/1.60  **** run 78 fork 5 starts with strategy
% 8.53/1.60  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":5}
% 8.72/1.63  
% 8.72/1.63  
% 8.72/1.63  fork 1: search terminated without proof.
% 8.72/1.65  
% 8.72/1.65  **** run 74 fork 1 starts with strategy
% 8.72/1.65  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":3}
% 8.72/1.68  
% 8.72/1.68  
% 8.72/1.68  fork 0: search terminated without proof.
% 8.72/1.68  
% 8.72/1.68  
% 8.72/1.68  fork 4: search terminated without proof.
% 8.72/1.69  
% 8.72/1.69  
% 8.72/1.69  fork 6: search terminated without proof.
% 8.72/1.70  
% 8.72/1.70  **** run 73 fork 0 starts with strategy
% 8.72/1.70  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"sine":3}
% 8.72/1.70  
% 8.72/1.70  **** run 69 fork 4 starts with strategy
% 8.72/1.70  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":1,"weight_select_ratio":2}
% 9.30/1.71  
% 9.30/1.71  **** run 79 fork 6 starts with strategy
% 9.30/1.71  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":1,"depth_penalty":50}
% 9.30/1.72  
% 9.30/1.72  
% 9.30/1.72  fork 7: search terminated without proof.
% 9.30/1.73  
% 9.30/1.73  
% 9.30/1.73  fork 5: search terminated without proof.
% 9.30/1.74  
% 9.30/1.74  **** run 80 fork 7 starts with strategy
% 9.30/1.74  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":1,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 9.30/1.75  
% 9.30/1.75  **** run 86 fork 5 starts with strategy
% 9.30/1.75  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":20,"repeat_var_weight":1,"depth_penalty":100}
% 9.30/1.78  
% 9.30/1.78  
% 9.30/1.78  fork 1: search terminated without proof.
% 9.77/1.80  
% 9.77/1.80  **** run 82 fork 1 starts with strategy
% 9.77/1.80  {"max_dseconds":10,"strategy":["unit"],"query_preference":1}
% 9.77/1.82  
% 9.77/1.82  
% 9.77/1.82  fork 0: search terminated without proof.
% 9.77/1.83  
% 9.77/1.83  
% 9.77/1.83  fork 4: search terminated without proof.
% 9.77/1.84  
% 9.77/1.84  
% 9.77/1.84  fork 6: search terminated without proof.
% 9.77/1.84  
% 9.77/1.84  **** run 81 fork 0 starts with strategy
% 9.77/1.84  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1,"sine":1}
% 9.77/1.85  
% 9.77/1.85  **** run 77 fork 4 starts with strategy
% 9.77/1.85  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"sine":5}
% 9.77/1.86  
% 9.77/1.86  **** run 87 fork 6 starts with strategy
% 9.77/1.86  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20}
% 9.77/1.86  
% 9.77/1.86  
% 9.77/1.86  fork 7: search terminated without proof.
% 10.32/1.88  
% 10.32/1.88  **** run 88 fork 7 starts with strategy
% 10.32/1.88  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20}
% 10.45/1.97  
% 10.45/1.97  
% 10.45/1.97  fork 0: search terminated without proof.
% 10.45/1.98  
% 10.45/1.98  
% 10.45/1.98  fork 4: search terminated without proof.
% 10.45/1.99  
% 10.45/1.99  **** run 89 fork 0 starts with strategy
% 10.45/1.99  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 10.45/2.00  
% 10.45/2.00  **** run 85 fork 4 starts with strategy
% 10.45/2.00  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 10.45/2.00  
% 10.45/2.00  
% 10.45/2.00  result: proof found
% 10.45/2.00  for /export/starexec/sandbox/benchmark/theBenchmark.p 
% 10.45/2.00  by run 43 fork 2 strategy {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1}
% 10.45/2.00  % SZS status Unsatisfiable for /export/starexec/sandbox/benchmark/theBenchmark.p 
% 10.45/2.00  
% 10.45/2.00  % SZS output start CNFRefutation for /export/starexec/sandbox/benchmark/theBenchmark.p 
% See solution above
% 10.45/2.00  
% 10.45/2.00  run 43 fork 2 statistics:
% 10.45/2.00  ----------------------------------
% 10.45/2.00  this run seconds: 0.020310
% 10.45/2.00  total seconds: 0.750679
% 10.45/2.00  stat_given_used: 141
% 10.45/2.00  stat_given_used_at_endgame: 0
% 10.45/2.00  stat_given_candidates:   183
% 10.45/2.00  stat_given_candidates_at_endgame: 0
% 10.45/2.00  stat_given_candidates_h: 0
% 10.45/2.00  stat_binres_derived_cl:   0
% 10.45/2.00  stat_binres_derived_cl_h: 0
% 10.45/2.00  stat_factor_derived_cl: 0
% 10.45/2.00  stat_para_derived_cl: 2900
% 10.45/2.00  stat_tautologies_discarded: 0
% 10.45/2.00  stat_forward_subsumed: 1835
% 10.45/2.00  stat_derived_cut: 1
% 10.45/2.00  stat_derived_rewritten: 0
% 10.45/2.00  stat_weight_discarded_building: 0
% 10.45/2.00  stat_weight_discarded_cl: 0
% 10.45/2.00  stat_internlimit_discarded_cl: 0
% 10.45/2.00  stat_simplified:  0 simplified 0 derived 0 given
% 10.45/2.00  stat_kept_cl: 983
% 10.45/2.00  stat_built_cl: 1281
% 10.45/2.00  stat_hyperres_partial_cl: 0
% 10.45/2.00  stat_made_rewriters: 0
% 10.45/2.00  stat_backward_subsumed: 0
% 10.45/2.00  stat_propagated_subsumed: 0
% 10.45/2.00  stat_clsubs_attempted:                       122
% 10.45/2.00  stat_clsubs_fact_groundunit_found:             0
% 10.45/2.00  stat_clsubs_rule_groundunit_found:            36
% 10.45/2.00  stat_clsubs_top_meta_attempted:               2215
% 10.45/2.00  stat_clsubs_top_meta_failed:                  2093
% 10.45/2.00  stat_clsubs_top_meta_nonpref_attempted:                2215
% 10.45/2.00  stat_clsubs_top_meta_nonpref_succeeded:                1954
% 10.45/2.00  stat_clsubs_top_meta_pref_attempted:                   1954
% 10.45/2.00  stat_clsubs_top_meta_pref1_succeeded:                   167
% 10.45/2.00  stat_clsubs_top_meta_pref2_succeeded:                   124
% 10.45/2.00  stat_clsubs_top_meta_pref3_succeeded:                   122
% 10.45/2.00  stat_clsubs_top_meta_pref_succeeded:                    122
% 10.45/2.00  stat_clsubs_meta_attempted:                  122
% 10.45/2.00  stat_clsubs_meta_failed:                       0
% 10.45/2.00  stat_clsubs_predsymbs_attempted:               0
% 10.45/2.00  stat_clsubs_unit_attempted:                  122
% 10.45/2.00  stat_clsubs_full_attempted:                    0
% 10.45/2.00  stat_forwardsubs_attempted:                 2819
% 10.45/2.00  stat_lit_hash_added:                   1115
% 10.45/2.00  stat_lit_hash_computed:                4275
% 10.45/2.00  stat_lit_hash_match_found:             1871
% 10.45/2.00  stat_lit_hash_match_miss:              2273
% 10.45/2.00  stat_lit_hash_cut_ok:                     0
% 10.45/2.00  stat_lit_strong_cut_ok:                   1
% 10.45/2.00  stat_lit_hash_subsume_ok:              1835
% 10.45/2.00  clqueue els 10000000 used 1
% 10.45/2.00  clactive els 10000000 used 150
% 10.45/2.00  clactivesubsume els 10000000 used 163
% 10.45/2.00  queue_termbuf els 200000000 used 72000
% 10.45/2.00  hyper_termbuf els 100000000 used 1
% 10.45/2.00  active_termbuf els 100000000 used 7412
% 10.45/2.00  varstack els 5000 last used 1
% 10.45/2.00  given_termbuf els 10000000 last used 1
% 10.45/2.00  simplified_termbuf els 10000000 last used 1
% 10.45/2.00  derived_termbuf els 10000000 last used 45
% 10.45/2.00  wr_mallocs: 5998
% 10.45/2.00  wr_callocs: 21
% 10.45/2.00  wr_reallocs: 145
% 10.45/2.00  wr_frees: 2
% 10.45/2.00  wr_malloc_bytes: 4162786836
% 10.45/2.00  wr_calloc_bytes: 112065536
% 10.45/2.00  wr_realloc_bytes: 24232
% 10.45/2.00  wr_realloc_freebytes: 0
% 10.45/2.00  ----------------------------------
%------------------------------------------------------------------------------