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

View Problem - Process Solution

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

% Computer : n006.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:45 EDT 2023

% Result   : Unsatisfiable 18.59s 2.76s
% Output   : CNFRefutation 18.59s
% Verified : 
% SZS Type : ERROR: Analysing output (Could not find formula named '$inc_idempotence_of_join')

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

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

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

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

cnf('5',plain,
    meet(join(X3,meet(join(X3,Y3),Z3)),join(X3,Y3)) = join(X3,meet(join(X3,Y3),Z3)),
    inference(paramodulation,[],['3','4']) ).

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

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

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

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

cnf('10',plain,
    meet(X3,join(Y3,meet(X3,Z3))) = join(meet(X3,Y3),meet(X3,Z3)),
    inference(paramodulation,[],['8','9']) ).

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

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

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

cnf('14',plain,
    meet(join(X,Y),join(X,Z)) = join(X,meet(join(X,Y),Z)),
    inference(simplify,[],['5','13']) ).

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

cnf('16',plain,
    join(meet(X0,join(X1,X2)),meet(X0,X1)) = meet(X0,join(X1,X2)),
    inference(cnf_transformation,[],['$inc_quasi_lattice1']) ).

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

cnf('18',plain,
    meet(X3,join(join(Y3,Z3),Y3)) = meet(X3,join(Z3,Y3)),
    inference(paramodulation,[],['15','17']) ).

cnf('19',plain,
    meet(X,join(Y,Z)) = meet(X,join(Z,Y)),
    inference(simplify,[],['18','17']) ).

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

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

cnf('22',plain,
    join(join(X,Y),Y) = join(X,Y),
    inference(paramodulation,[],['1','2']) ).

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

cnf('24',plain,
    join(join(X,meet(Y,Z)),meet(Y,U)) = join(X,meet(Y,join(Z,U))),
    inference(paramodulation,[],['9','2']) ).

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

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

cnf('27',plain,
    join(X,meet(Y,join(Z,X))) = join(X,meet(Y,Z)),
    inference(simplify,[then_simplify],['23','24','1','25','13','24','26']) ).

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

cnf('29',plain,
    join(X,meet(Y,Z)) = meet(join(X,Y),join(Z,X)),
    inference(simplify,[],['21','28']) ).

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

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

cnf('32',plain,
    $false,
    inference(resolution,[],['29','31']) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.13  % Problem  : LAT019-1 : TPTP v8.1.2. Released v2.2.0.
% 0.00/0.13  % Command  : gkc %s
% 0.13/0.35  % Computer : n006.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 09:28:07 EDT 2023
% 0.13/0.35  % CPUTime  : 
% 0.22/0.39  
% 0.22/0.39  input clause set summed statistics:
% 0.22/0.39  ----------------------------------
% 0.22/0.39  in_clause_count:                    10
% 0.22/0.39  in_rule_clause_count:               10
% 0.22/0.39  in_fact_clause_count:                0
% 0.22/0.39  in_answer_clause_count:              0
% 0.22/0.39  in_ground_clause_count:              1
% 0.22/0.39  in_unit_clause_count:               10
% 0.22/0.39  in_horn_clause_count:               10
% 0.22/0.39  in_pos_clause_count:                 9
% 0.22/0.39  in_neg_clause_count:                 1
% 0.22/0.39  in_poseq_clause_count:               9
% 0.22/0.39  in_negeq_clause_count:               1
% 0.22/0.39  in_unitposeq_clause_count:           9
% 0.22/0.39  in_chain_clause_count:               0
% 0.22/0.39  in_min_length:             1
% 0.22/0.39  in_max_length:             1
% 0.22/0.39  in_min_depth:              2
% 0.22/0.39  in_max_depth:              4
% 0.22/0.39  in_min_size:               5
% 0.22/0.39  in_max_size:              15
% 0.22/0.39  in_min_vars:               0
% 0.22/0.39  in_max_vars:               3
% 0.22/0.39  in_extaxiom_count:                 8
% 0.22/0.39  in_axiom_count:                    0
% 0.22/0.39  in_assumption_count:               1
% 0.22/0.39  in_goal_count:                     1
% 0.22/0.39  in_neg_goal_count:                 1
% 0.22/0.39  in_pos_goal_count:                 0
% 0.22/0.39  in_posunit_goal_count:             0
% 0.22/0.39  
% 0.22/0.39  auto guide:
% 0.22/0.39  -----------
% 0.22/0.39  {
% 0.22/0.39  "print":1,
% 0.22/0.39  "print_level": 15,
% 0.22/0.39  "max_size": 0,
% 0.22/0.39  "max_depth": 0,
% 0.22/0.39  "max_length": 0,
% 0.22/0.39  "max_dseconds": 0,
% 0.22/0.39  "runs":[
% 0.22/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1},
% 0.22/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0},
% 0.22/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.22/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.22/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.22/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.22/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.22/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.22/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.22/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1},
% 0.22/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0},
% 0.22/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.22/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.22/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.22/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.22/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.22/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.22/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.22/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 1},
% 0.22/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0},
% 0.22/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.22/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.22/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.22/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.22/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.22/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.22/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.22/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1},
% 0.22/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0},
% 0.22/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.22/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.22/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.22/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.22/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.22/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.22/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.22/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.22/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.22/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.22/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.22/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.22/0.39  {"max_dseconds": 1, "strategy":["query_focus"], "query_preference": 0},
% 0.22/0.39  {"max_dseconds": 1, "strategy":["query_focus"], "query_preference": 1},
% 0.22/0.39  {"max_dseconds": 1, "strategy":["query_focus"], "query_preference": 2},
% 0.22/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.22/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.22/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.22/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.22/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.22/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.22/0.39  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.22/0.39  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.22/0.39  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.22/0.39  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.22/0.39  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.22/0.39  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.22/0.39  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.22/0.39  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.22/0.39  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.22/0.39  {"max_dseconds": 1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.22/0.39  {"max_dseconds": 1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.22/0.39  {"max_dseconds": 1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.22/0.39  {"max_dseconds": 1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.22/0.39  {"max_dseconds": 1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.22/0.39  {"max_dseconds": 1,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.22/0.39  {"max_dseconds": 1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.22/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":1},
% 0.22/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":1, "rewrite":0},
% 0.22/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":1, "weight_select_ratio":2},
% 0.22/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "sine":2},
% 0.22/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":2},
% 0.22/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "sine":1},
% 0.22/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "sine":3},
% 0.22/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":3},
% 0.22/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "sine":4},
% 0.22/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":4},
% 0.22/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "sine":5},
% 0.22/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":5},
% 0.22/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":1, "depth_penalty":50},
% 0.22/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":1, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.22/0.39  {"max_dseconds": 1, "strategy":["unit"], "var_weight":70,"repeat_var_weight":70,"query_preference":1, "sine":1},
% 0.22/0.39  
% 0.22/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1},
% 0.22/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0},
% 0.22/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.22/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.22/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.22/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.22/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.22/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.22/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.22/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1},
% 0.22/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0},
% 0.22/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.22/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.22/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.22/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.22/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.22/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.22/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.22/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 1},
% 0.22/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0},
% 0.22/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.22/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.22/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.22/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.22/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.22/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.22/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.22/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1},
% 0.22/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0},
% 0.22/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.22/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.22/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.22/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.22/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.22/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.22/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.22/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.22/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.22/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.22/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.22/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.22/0.39  {"max_dseconds": 10, "strategy":["query_focus"], "query_preference": 0},
% 0.22/0.39  {"max_dseconds": 10, "strategy":["query_focus"], "query_preference": 1},
% 0.22/0.39  {"max_dseconds": 10, "strategy":["query_focus"], "query_preference": 2},
% 0.22/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.22/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.22/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.22/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.22/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.22/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.22/0.39  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.22/0.39  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.22/0.39  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.22/0.39  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.22/0.39  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.22/0.39  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.22/0.39  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.22/0.39  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.22/0.39  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.22/0.39  {"max_dseconds": 10,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.22/0.39  {"max_dseconds": 10,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.22/0.39  {"max_dseconds": 10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.22/0.39  {"max_dseconds": 10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.22/0.39  {"max_dseconds": 10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.22/0.39  {"max_dseconds": 10,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.22/0.39  {"max_dseconds": 10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.22/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":1},
% 0.22/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":1, "rewrite":0},
% 0.22/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":1, "weight_select_ratio":2},
% 0.22/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "sine":2},
% 0.22/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":2},
% 0.22/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "sine":1},
% 0.22/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "sine":3},
% 0.22/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":3},
% 0.22/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "sine":4},
% 0.22/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":4},
% 0.22/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "sine":5},
% 0.22/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":5},
% 0.22/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":1, "depth_penalty":50},
% 0.22/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":1, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.22/0.39  {"max_dseconds": 10, "strategy":["unit"], "var_weight":70,"repeat_var_weight":70,"query_preference":1, "sine":1},
% 0.22/0.39  
% 0.22/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1},
% 0.22/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0},
% 0.22/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.22/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.22/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.22/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.22/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.22/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.22/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.22/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1},
% 0.22/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0},
% 0.22/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.22/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.22/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.22/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.22/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.22/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.22/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.22/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 1},
% 0.22/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0},
% 0.22/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.22/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.22/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.22/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.22/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.22/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.22/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.22/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1},
% 0.22/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0},
% 0.22/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.22/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.22/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.22/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.22/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.22/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.22/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.22/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.22/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.22/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.22/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.22/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.22/0.39  {"max_dseconds": 50, "strategy":["query_focus"], "query_preference": 0},
% 0.22/0.39  {"max_dseconds": 50, "strategy":["query_focus"], "query_preference": 1},
% 0.22/0.39  {"max_dseconds": 50, "strategy":["query_focus"], "query_preference": 2},
% 0.22/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.22/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.22/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.22/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.22/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.22/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.22/0.39  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.22/0.39  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.22/0.39  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.22/0.39  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.22/0.39  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.22/0.39  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.22/0.39  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.22/0.39  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.22/0.39  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.22/0.39  {"max_dseconds": 50,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.22/0.39  {"max_dseconds": 50,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.22/0.39  {"max_dseconds": 50,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.22/0.39  {"max_dseconds": 50,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.22/0.39  {"max_dseconds": 50,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.22/0.39  {"max_dseconds": 50,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.22/0.39  {"max_dseconds": 50,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.22/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":1},
% 0.22/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":1, "rewrite":0},
% 0.22/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":1, "weight_select_ratio":2},
% 0.22/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "sine":2},
% 0.22/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":2},
% 0.22/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "sine":1},
% 0.22/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":1, "depth_penalty":50},
% 0.22/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":1, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.22/0.39  {"max_dseconds": 50, "strategy":["unit"], "var_weight":70,"repeat_var_weight":70,"query_preference":1, "sine":1},
% 0.22/0.39  
% 0.22/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1},
% 0.22/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0},
% 0.22/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.22/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.22/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.22/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.22/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.22/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.22/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.22/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.22/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.22/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.22/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.22/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.22/0.39  {"max_dseconds": 250, "strategy":["query_focus"], "query_preference": 0},
% 0.22/0.39  {"max_dseconds": 250, "strategy":["query_focus"], "query_preference": 1},
% 0.22/0.39  {"max_dseconds": 250, "strategy":["query_focus"], "query_preference": 2},
% 0.22/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.22/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.22/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.22/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.22/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.22/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.22/0.39  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.22/0.39  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.22/0.39  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.22/0.39  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.22/0.39  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.22/0.39  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.22/0.39  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.22/0.39  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.22/0.39  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.22/0.39  {"max_dseconds": 250,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.22/0.39  {"max_dseconds": 250,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.22/0.39  {"max_dseconds": 250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.22/0.39  {"max_dseconds": 250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.22/0.39  {"max_dseconds": 250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.22/0.39  {"max_dseconds": 250,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.22/0.39  {"max_dseconds": 250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.22/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":1},
% 0.22/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":1, "rewrite":0},
% 0.22/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":1, "weight_select_ratio":2},
% 0.22/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "sine":2},
% 0.22/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":2},
% 0.22/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "sine":1},
% 0.22/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":1, "depth_penalty":50},
% 0.22/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":1, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.22/0.39  {"max_dseconds": 250, "strategy":["unit"], "var_weight":70,"repeat_var_weight":70,"query_preference":1, "sine":1},
% 0.22/0.39  
% 0.22/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1},
% 0.22/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0},
% 0.22/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.22/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.22/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.22/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.22/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.22/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.22/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.22/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.22/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.22/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.22/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.22/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.22/0.39  {"max_dseconds": 1250, "strategy":["query_focus"], "query_preference": 0},
% 0.22/0.39  {"max_dseconds": 1250, "strategy":["query_focus"], "query_preference": 1},
% 0.22/0.39  {"max_dseconds": 1250, "strategy":["query_focus"], "query_preference": 2},
% 0.22/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.22/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.22/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.22/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.22/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.22/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.22/0.39  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.22/0.39  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.22/0.39  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.22/0.39  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.22/0.39  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.22/0.39  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.22/0.39  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.22/0.39  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.22/0.39  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.22/0.39  {"max_dseconds": 1250,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.22/0.39  {"max_dseconds": 1250,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.22/0.39  {"max_dseconds": 1250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.22/0.39  {"max_dseconds": 1250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.22/0.39  {"max_dseconds": 1250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.22/0.39  {"max_dseconds": 1250,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.22/0.39  {"max_dseconds": 1250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.22/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":1},
% 0.22/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":1, "rewrite":0},
% 0.22/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":1, "weight_select_ratio":2},
% 0.22/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "sine":2},
% 0.22/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":2},
% 0.22/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "sine":1},
% 0.22/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":1, "depth_penalty":50},
% 0.22/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":1, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.22/0.39  {"max_dseconds": 1250, "strategy":["unit"], "var_weight":70,"repeat_var_weight":70,"query_preference":1, "sine":1} 
% 0.22/0.39  
% 0.22/0.39  ]}
% 0.22/0.39  
% 0.22/0.39  
% 0.22/0.39  **** run 1 fork 0 starts with strategy
% 0.22/0.39  {"max_dseconds":1,"strategy":["unit"],"query_preference":1}
% 0.22/0.40  
% 0.22/0.40  **** run 2 fork 1 starts with strategy
% 0.22/0.40  {"max_dseconds":1,"strategy":["unit"],"query_preference":0}
% 0.22/0.40  
% 0.22/0.40  **** run 3 fork 2 starts with strategy
% 0.22/0.40  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 0.22/0.40  
% 0.22/0.40  **** run 4 fork 3 starts with strategy
% 0.22/0.40  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 0.22/0.40  
% 0.22/0.40  **** run 5 fork 4 starts with strategy
% 0.22/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.22/0.40  
% 0.22/0.40  **** run 6 fork 5 starts with strategy
% 0.22/0.40  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20}
% 0.22/0.40  
% 0.22/0.40  **** run 8 fork 7 starts with strategy
% 0.22/0.40  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 0.22/0.40  
% 0.22/0.40  **** run 7 fork 6 starts with strategy
% 0.22/0.40  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20}
% 0.22/0.52  
% 0.22/0.52  
% 0.22/0.52  fork 7: search terminated without proof.
% 0.22/0.52  
% 0.22/0.52  
% 0.22/0.52  fork 1: search terminated without proof.
% 0.22/0.52  
% 0.22/0.52  
% 0.22/0.52  fork 2: search terminated without proof.
% 0.22/0.52  
% 0.22/0.52  
% 0.22/0.52  fork 0: search terminated without proof.
% 0.22/0.52  
% 0.22/0.52  
% 0.22/0.52  fork 3: search terminated without proof.
% 0.22/0.52  
% 0.22/0.52  
% 0.22/0.52  fork 4: search terminated without proof.
% 0.22/0.52  
% 0.22/0.52  
% 0.22/0.52  fork 5: search terminated without proof.
% 0.22/0.52  
% 0.22/0.52  
% 0.22/0.52  fork 6: search terminated without proof.
% 0.22/0.54  
% 0.22/0.54  **** run 9 fork 0 starts with strategy
% 0.22/0.54  
% 0.22/0.54  **** run 15 fork 6 starts with strategy
% 0.22/0.54  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20}
% 0.22/0.54  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 0.22/0.54  
% 0.22/0.54  **** run 11 fork 2 starts with strategy
% 0.22/0.54  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0}
% 0.22/0.54  
% 0.22/0.54  **** run 14 fork 5 starts with strategy
% 0.22/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.22/0.55  
% 0.22/0.55  **** run 13 fork 4 starts with strategy
% 0.22/0.55  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 0.22/0.55  
% 0.22/0.55  **** run 12 fork 3 starts with strategy
% 0.22/0.55  
% 0.22/0.55  **** run 16 fork 7 starts with strategy
% 0.22/0.55  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20}
% 0.22/0.55  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 0.22/0.55  
% 0.22/0.55  **** run 10 fork 1 starts with strategy
% 0.22/0.55  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":1}
% 0.22/0.66  
% 0.22/0.66  
% 0.22/0.66  fork 6: search terminated without proof.
% 0.22/0.66  
% 0.22/0.66  
% 0.22/0.66  fork 2: search terminated without proof.
% 0.22/0.66  
% 0.22/0.66  
% 0.22/0.66  fork 5: search terminated without proof.
% 0.22/0.66  
% 0.22/0.66  
% 0.22/0.66  fork 7: search terminated without proof.
% 0.22/0.66  
% 0.22/0.66  
% 0.22/0.66  fork 1: search terminated without proof.
% 0.22/0.66  
% 0.22/0.66  
% 0.22/0.66  fork 4: search terminated without proof.
% 0.22/0.66  
% 0.22/0.66  
% 0.22/0.66  fork 3: search terminated without proof.
% 0.22/0.68  
% 0.22/0.68  **** run 23 fork 6 starts with strategy
% 0.22/0.68  {"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.22/0.68  
% 0.22/0.68  
% 0.22/0.68  fork 0: search terminated without proof.
% 0.22/0.68  
% 0.22/0.68  **** run 24 fork 7 starts with strategy
% 0.22/0.68  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":1,"weight_select_ratio":20}
% 0.22/0.68  
% 0.22/0.68  **** run 21 fork 4 starts with strategy
% 0.22/0.68  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 0.22/0.68  
% 0.22/0.68  **** run 20 fork 3 starts with strategy
% 0.22/0.68  
% 0.22/0.68  **** run 19 fork 2 starts with strategy
% 0.22/0.68  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":1}
% 0.22/0.68  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0}
% 0.22/0.69  
% 0.22/0.69  **** run 18 fork 1 starts with strategy
% 0.22/0.69  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 0.22/0.69  
% 0.22/0.69  **** run 22 fork 5 starts with strategy
% 0.22/0.69  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 0.22/0.72  
% 0.22/0.72  **** run 17 fork 0 starts with strategy
% 0.22/0.72  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 0.22/0.81  
% 0.22/0.81  
% 0.22/0.81  fork 6: search terminated without proof.
% 2.37/0.81  
% 2.37/0.81  
% 2.37/0.81  fork 7: search terminated without proof.
% 2.37/0.81  
% 2.37/0.81  
% 2.37/0.81  fork 4: search terminated without proof.
% 2.37/0.82  
% 2.37/0.82  
% 2.37/0.82  fork 3: search terminated without proof.
% 2.37/0.82  
% 2.37/0.82  
% 2.37/0.82  fork 1: search terminated without proof.
% 2.37/0.82  
% 2.37/0.82  **** run 31 fork 6 starts with strategy
% 2.37/0.82  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 2.37/0.83  
% 2.37/0.83  **** run 32 fork 7 starts with strategy
% 2.37/0.83  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":20,"repeat_var_weight":1,"depth_penalty":100}
% 2.37/0.83  
% 2.37/0.83  **** run 29 fork 4 starts with strategy
% 2.37/0.83  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0}
% 2.37/0.84  
% 2.37/0.84  **** run 28 fork 3 starts with strategy
% 2.37/0.84  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1}
% 2.37/0.84  
% 2.37/0.84  **** run 26 fork 1 starts with strategy
% 2.37/0.84  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 2.37/0.85  
% 2.37/0.85  
% 2.37/0.85  fork 2: search terminated without proof.
% 3.74/0.87  
% 3.74/0.87  **** run 27 fork 2 starts with strategy
% 3.74/0.87  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 3.74/0.87  
% 3.74/0.87  
% 3.74/0.87  fork 0: search terminated without proof.
% 3.74/0.89  
% 3.74/0.89  
% 3.74/0.89  fork 5: search terminated without proof.
% 3.74/0.89  
% 3.74/0.89  **** run 25 fork 0 starts with strategy
% 3.74/0.89  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20}
% 4.11/0.91  
% 4.11/0.91  **** run 30 fork 5 starts with strategy
% 4.11/0.91  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 4.11/0.94  
% 4.11/0.94  
% 4.11/0.94  fork 6: search terminated without proof.
% 4.38/0.95  
% 4.38/0.95  
% 4.38/0.95  fork 7: search terminated without proof.
% 4.38/0.96  
% 4.38/0.96  
% 4.38/0.96  fork 4: search terminated without proof.
% 4.38/0.96  
% 4.38/0.96  
% 4.38/0.96  fork 3: search terminated without proof.
% 4.38/0.96  
% 4.38/0.96  
% 4.38/0.96  fork 1: search terminated without proof.
% 4.38/0.96  
% 4.38/0.96  **** run 39 fork 6 starts with strategy
% 4.38/0.96  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":2}
% 4.38/0.97  
% 4.38/0.97  **** run 40 fork 7 starts with strategy
% 4.38/0.97  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50,"var_weight":1,"repeat_var_weight":1}
% 4.38/0.97  
% 4.38/0.97  **** run 37 fork 4 starts with strategy
% 4.38/0.97  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"rewrite":0}
% 4.38/0.98  
% 4.38/0.98  **** run 34 fork 1 starts with strategy
% 4.38/0.98  
% 4.38/0.98  **** run 36 fork 3 starts with strategy
% 4.38/0.98  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 4.38/0.98  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20}
% 4.38/0.99  
% 4.38/0.99  
% 4.38/0.99  fork 2: search terminated without proof.
% 4.38/1.01  
% 4.38/1.01  **** run 35 fork 2 starts with strategy
% 4.38/1.01  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 4.38/1.01  
% 4.38/1.01  
% 4.38/1.01  fork 0: search terminated without proof.
% 4.38/1.03  
% 4.38/1.03  **** run 33 fork 0 starts with strategy
% 4.38/1.03  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20}
% 5.06/1.04  
% 5.06/1.04  
% 5.06/1.04  fork 5: search terminated without proof.
% 5.06/1.06  
% 5.06/1.06  **** run 38 fork 5 starts with strategy
% 5.06/1.06  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"rewrite":0}
% 5.06/1.08  
% 5.06/1.08  
% 5.06/1.08  fork 6: search terminated without proof.
% 5.48/1.09  
% 5.48/1.09  
% 5.48/1.09  fork 7: search terminated without proof.
% 5.48/1.10  
% 5.48/1.10  
% 5.48/1.10  fork 4: search terminated without proof.
% 5.48/1.10  
% 5.48/1.10  
% 5.48/1.10  fork 3: search terminated without proof.
% 5.48/1.10  
% 5.48/1.10  
% 5.48/1.10  fork 1: search terminated without proof.
% 5.48/1.10  
% 5.48/1.10  **** run 47 fork 6 starts with strategy
% 5.48/1.10  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":4}
% 5.48/1.11  
% 5.48/1.11  **** run 48 fork 7 starts with strategy
% 5.48/1.11  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":6}
% 5.48/1.12  
% 5.48/1.12  **** run 45 fork 4 starts with strategy
% 5.48/1.12  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 5.48/1.12  
% 5.48/1.12  **** run 44 fork 3 starts with strategy
% 5.48/1.12  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":2}
% 5.48/1.12  
% 5.48/1.12  **** run 42 fork 1 starts with strategy
% 5.48/1.12  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":0}
% 5.48/1.13  
% 5.48/1.13  
% 5.48/1.13  fork 2: search terminated without proof.
% 5.48/1.14  
% 5.48/1.14  
% 5.48/1.14  fork 0: search terminated without proof.
% 5.48/1.15  
% 5.48/1.15  **** run 43 fork 2 starts with strategy
% 5.48/1.15  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1}
% 6.15/1.16  
% 6.15/1.16  **** run 41 fork 0 starts with strategy
% 6.15/1.16  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"var_weight":1,"repeat_var_weight":1}
% 6.15/1.18  
% 6.15/1.18  
% 6.15/1.18  fork 5: search terminated without proof.
% 6.15/1.20  
% 6.15/1.20  **** run 46 fork 5 starts with strategy
% 6.15/1.20  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":2}
% 6.54/1.22  
% 6.54/1.22  
% 6.54/1.22  fork 6: search terminated without proof.
% 6.54/1.23  
% 6.54/1.23  
% 6.54/1.23  fork 7: search terminated without proof.
% 6.54/1.23  
% 6.54/1.23  fork 5: search finished without proof.
% 6.54/1.24  
% 6.54/1.24  
% 6.54/1.24  fork 4: search terminated without proof.
% 6.54/1.24  
% 6.54/1.24  
% 6.54/1.24  fork 3: search terminated without proof.
% 6.54/1.24  
% 6.54/1.24  
% 6.54/1.24  fork 1: search terminated without proof.
% 6.54/1.24  
% 6.54/1.24  **** run 55 fork 6 starts with strategy
% 6.54/1.24  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":30}
% 6.80/1.25  
% 6.80/1.25  **** run 56 fork 7 starts with strategy
% 6.80/1.25  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":40}
% 6.80/1.25  
% 6.80/1.25  **** run 54 fork 5 starts with strategy
% 6.80/1.25  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":20,"weight_select_ratio":2}
% 6.80/1.26  
% 6.80/1.26  **** run 53 fork 4 starts with strategy
% 6.80/1.26  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":20}
% 6.80/1.26  
% 6.80/1.26  **** run 52 fork 3 starts with strategy
% 6.80/1.26  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":15}
% 6.80/1.26  
% 6.80/1.26  **** run 50 fork 1 starts with strategy
% 6.80/1.26  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":10}
% 6.80/1.27  
% 6.80/1.27  
% 6.80/1.27  fork 2: search terminated without proof.
% 6.80/1.28  
% 6.80/1.28  
% 6.80/1.28  fork 0: search terminated without proof.
% 6.80/1.28  
% 6.80/1.28  **** run 51 fork 2 starts with strategy
% 6.80/1.28  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":10}
% 6.80/1.30  
% 6.80/1.30  **** run 49 fork 0 starts with strategy
% 6.80/1.30  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":8}
% 6.80/1.31  
% 6.80/1.31  fork 2: search finished without proof.
% 6.80/1.32  
% 6.80/1.32  **** run 59 fork 2 starts with strategy
% 6.80/1.32  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50}
% 7.49/1.36  
% 7.49/1.36  
% 7.49/1.36  fork 6: search terminated without proof.
% 7.49/1.37  
% 7.49/1.37  
% 7.49/1.37  fork 7: search terminated without proof.
% 7.49/1.38  
% 7.49/1.38  
% 7.49/1.38  fork 4: search terminated without proof.
% 7.49/1.38  
% 7.49/1.38  
% 7.49/1.38  fork 5: search terminated without proof.
% 7.49/1.38  
% 7.49/1.38  
% 7.49/1.38  fork 3: search terminated without proof.
% 7.49/1.38  
% 7.49/1.38  
% 7.49/1.38  fork 1: search terminated without proof.
% 7.49/1.39  
% 7.49/1.39  **** run 64 fork 7 starts with strategy
% 7.49/1.39  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20}
% 7.49/1.39  
% 7.49/1.39  **** run 63 fork 6 starts with strategy
% 7.49/1.39  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1}
% 7.49/1.39  
% 7.49/1.39  **** run 60 fork 3 starts with strategy
% 7.49/1.39  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1}
% 7.49/1.39  **** run 61 fork 4 starts with strategy
% 7.49/1.39  
% 7.49/1.39  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100}
% 7.49/1.40  
% 7.49/1.40  **** run 58 fork 1 starts with strategy
% 7.49/1.40  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"repeat_var_weight":1}
% 7.49/1.42  
% 7.49/1.42  **** run 62 fork 5 starts with strategy
% 7.49/1.42  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0}
% 7.49/1.42  
% 7.49/1.42  
% 7.49/1.42  fork 0: search terminated without proof.
% 7.49/1.44  
% 7.49/1.44  **** run 57 fork 0 starts with strategy
% 7.49/1.44  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1}
% 7.49/1.44  
% 7.49/1.44  
% 7.49/1.44  fork 2: search terminated without proof.
% 7.49/1.46  
% 7.49/1.46  **** run 67 fork 2 starts with strategy
% 7.49/1.46  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":1}
% 7.49/1.51  
% 7.49/1.51  
% 7.49/1.51  fork 7: search terminated without proof.
% 7.49/1.51  
% 7.49/1.51  
% 7.49/1.51  fork 6: search terminated without proof.
% 7.49/1.52  
% 7.49/1.52  
% 7.49/1.52  fork 4: search terminated without proof.
% 7.49/1.52  
% 7.49/1.52  
% 7.49/1.52  fork 3: search terminated without proof.
% 7.49/1.52  
% 7.49/1.52  
% 7.49/1.52  fork 1: search terminated without proof.
% 7.49/1.53  
% 7.49/1.53  **** run 72 fork 7 starts with strategy
% 7.49/1.53  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"sine":1}
% 7.49/1.54  
% 7.49/1.54  **** run 68 fork 3 starts with strategy
% 7.49/1.54  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":1,"rewrite":0}
% 7.49/1.54  
% 7.49/1.54  **** run 69 fork 4 starts with strategy
% 7.49/1.54  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":1,"weight_select_ratio":2}
% 7.49/1.54  
% 7.49/1.54  **** run 71 fork 6 starts with strategy
% 7.49/1.54  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":2}
% 7.49/1.54  
% 7.49/1.54  **** run 66 fork 1 starts with strategy
% 7.49/1.54  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth":4}
% 7.49/1.56  
% 7.49/1.56  
% 7.49/1.56  fork 0: search terminated without proof.
% 8.00/1.58  
% 8.00/1.58  **** run 65 fork 0 starts with strategy
% 8.00/1.58  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100}
% 8.00/1.59  
% 8.00/1.59  
% 8.00/1.59  fork 2: search terminated without proof.
% 8.00/1.61  
% 8.00/1.61  **** run 75 fork 2 starts with strategy
% 8.00/1.61  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"sine":4}
% 8.00/1.61  
% 8.00/1.61  
% 8.00/1.61  fork 5: search terminated without proof.
% 9.75/1.63  
% 9.75/1.63  **** run 70 fork 5 starts with strategy
% 9.75/1.63  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"sine":2}
% 9.88/1.66  
% 9.88/1.66  
% 9.88/1.66  fork 7: search terminated without proof.
% 9.88/1.66  
% 9.88/1.66  
% 9.88/1.66  fork 1: search terminated without proof.
% 9.88/1.66  
% 9.88/1.66  
% 9.88/1.66  fork 3: search terminated without proof.
% 9.88/1.66  
% 9.88/1.66  
% 9.88/1.66  fork 4: search terminated without proof.
% 9.88/1.67  
% 9.88/1.67  
% 9.88/1.67  fork 6: search terminated without proof.
% 9.88/1.68  
% 9.88/1.68  **** run 80 fork 7 starts with strategy
% 9.88/1.68  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":1,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 9.88/1.68  
% 9.88/1.68  **** run 74 fork 1 starts with strategy
% 9.88/1.68  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":3}
% 9.88/1.68  
% 9.88/1.68  **** run 76 fork 3 starts with strategy
% 9.88/1.68  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":4}
% 9.88/1.68  
% 9.88/1.68  **** run 77 fork 4 starts with strategy
% 9.88/1.68  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"sine":5}
% 9.88/1.69  
% 9.88/1.69  **** run 79 fork 6 starts with strategy
% 9.88/1.69  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":1,"depth_penalty":50}
% 9.88/1.70  
% 9.88/1.70  
% 9.88/1.70  fork 0: search terminated without proof.
% 10.44/1.71  
% 10.44/1.71  **** run 73 fork 0 starts with strategy
% 10.44/1.71  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"sine":3}
% 10.44/1.73  
% 10.44/1.73  
% 10.44/1.73  fork 2: search terminated without proof.
% 10.44/1.75  
% 10.44/1.75  **** run 83 fork 2 starts with strategy
% 10.44/1.75  {"max_dseconds":10,"strategy":["unit"],"query_preference":0}
% 10.83/1.76  
% 10.83/1.76  
% 10.83/1.76  fork 5: search terminated without proof.
% 10.83/1.78  
% 10.83/1.78  **** run 78 fork 5 starts with strategy
% 10.83/1.78  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":5}
% 10.83/1.81  
% 10.83/1.81  
% 10.83/1.81  fork 7: search terminated without proof.
% 10.83/1.81  
% 10.83/1.81  
% 10.83/1.81  fork 1: search terminated without proof.
% 10.83/1.81  
% 10.83/1.81  
% 10.83/1.81  fork 3: search terminated without proof.
% 10.83/1.81  
% 10.83/1.81  
% 10.83/1.81  fork 4: search terminated without proof.
% 10.83/1.82  
% 10.83/1.82  
% 10.83/1.82  fork 6: search terminated without proof.
% 10.83/1.83  
% 10.83/1.83  **** run 88 fork 7 starts with strategy
% 10.83/1.83  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20}
% 10.83/1.83  
% 10.83/1.83  **** run 82 fork 1 starts with strategy
% 10.83/1.83  {"max_dseconds":10,"strategy":["unit"],"query_preference":1}
% 10.83/1.83  
% 10.83/1.83  **** run 84 fork 3 starts with strategy
% 10.83/1.83  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 10.83/1.83  
% 10.83/1.83  **** run 85 fork 4 starts with strategy
% 10.83/1.83  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 10.83/1.84  
% 10.83/1.84  
% 10.83/1.84  fork 0: search terminated without proof.
% 10.83/1.85  
% 10.83/1.85  **** run 87 fork 6 starts with strategy
% 10.83/1.85  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20}
% 11.51/1.86  
% 11.51/1.86  **** run 81 fork 0 starts with strategy
% 11.51/1.86  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1,"sine":1}
% 11.80/1.91  
% 11.80/1.91  
% 11.80/1.91  fork 5: search terminated without proof.
% 11.80/1.93  
% 11.80/1.93  **** run 86 fork 5 starts with strategy
% 11.80/1.93  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":20,"repeat_var_weight":1,"depth_penalty":100}
% 12.29/1.98  
% 12.29/1.98  
% 12.29/1.98  fork 0: search terminated without proof.
% 12.29/2.00  
% 12.29/2.00  **** run 89 fork 0 starts with strategy
% 12.29/2.00  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 18.59/2.76  
% 18.59/2.76  
% 18.59/2.76  result: proof found
% 18.59/2.76  for /export/starexec/sandbox/benchmark/theBenchmark.p 
% 18.59/2.76  by run 83 fork 2 strategy {"max_dseconds":10,"strategy":["unit"],"query_preference":0}
% 18.59/2.76  % SZS status Unsatisfiable for /export/starexec/sandbox/benchmark/theBenchmark.p 
% 18.59/2.76  
% 18.59/2.76  % SZS output start CNFRefutation for /export/starexec/sandbox/benchmark/theBenchmark.p 
% See solution above
% 18.59/2.76  
% 18.59/2.76  run 83 fork 2 statistics:
% 18.59/2.76  ----------------------------------
% 18.59/2.76  this run seconds: 0.985238
% 18.59/2.76  total seconds: 2.335825
% 18.59/2.76  stat_given_used: 1130
% 18.59/2.76  stat_given_used_at_endgame: 287
% 18.59/2.76  stat_given_candidates:   5229
% 18.59/2.76  stat_given_candidates_at_endgame: 2963
% 18.59/2.76  stat_given_candidates_h: 0
% 18.59/2.76  stat_binres_derived_cl:   1
% 18.59/2.76  stat_binres_derived_cl_h: 0
% 18.59/2.76  stat_factor_derived_cl: 0
% 18.59/2.76  stat_para_derived_cl: 221532
% 18.59/2.76  stat_tautologies_discarded: 0
% 18.59/2.76  stat_forward_subsumed: 56960
% 18.59/2.76  stat_derived_cut: 0
% 18.59/2.76  stat_derived_rewritten: 1185
% 18.59/2.76  stat_weight_discarded_building: 0
% 18.59/2.76  stat_weight_discarded_cl: 61809
% 18.59/2.76  stat_internlimit_discarded_cl: 0
% 18.59/2.76  stat_simplified:  1185 simplified 0 derived 0 given
% 18.59/2.76  stat_kept_cl: 101022
% 18.59/2.76  stat_built_cl: 166276
% 18.59/2.76  stat_hyperres_partial_cl: 0
% 18.59/2.76  stat_made_rewriters: 178
% 18.59/2.76  stat_backward_subsumed: 0
% 18.59/2.76  stat_propagated_subsumed: 0
% 18.59/2.76  stat_clsubs_attempted:                     12147
% 18.59/2.76  stat_clsubs_fact_groundunit_found:             0
% 18.59/2.76  stat_clsubs_rule_groundunit_found:             1
% 18.59/2.76  stat_clsubs_top_meta_attempted:              58231
% 18.59/2.76  stat_clsubs_top_meta_failed:                 46084
% 18.59/2.76  stat_clsubs_top_meta_nonpref_attempted:               58231
% 18.59/2.76  stat_clsubs_top_meta_nonpref_succeeded:               29089
% 18.59/2.76  stat_clsubs_top_meta_pref_attempted:                  29089
% 18.59/2.76  stat_clsubs_top_meta_pref1_succeeded:                 28863
% 18.59/2.76  stat_clsubs_top_meta_pref2_succeeded:                 14616
% 18.59/2.76  stat_clsubs_top_meta_pref3_succeeded:                 12147
% 18.59/2.76  stat_clsubs_top_meta_pref_succeeded:                  12147
% 18.59/2.76  stat_clsubs_meta_attempted:                12147
% 18.59/2.76  stat_clsubs_meta_failed:                      58
% 18.59/2.76  stat_clsubs_predsymbs_attempted:               0
% 18.59/2.76  stat_clsubs_unit_attempted:                12147
% 18.59/2.76  stat_clsubs_full_attempted:                    0
% 18.59/2.76  stat_forwardsubs_attempted:               219791
% 18.59/2.76  stat_lit_hash_added:                 101037
% 18.59/2.76  stat_lit_hash_computed:              323975
% 18.59/2.76  stat_lit_hash_match_found:            58388
% 18.59/2.76  stat_lit_hash_match_miss:            328566
% 18.59/2.76  stat_lit_hash_cut_ok:                     0
% 18.59/2.76  stat_lit_strong_cut_ok:                   0
% 18.59/2.76  stat_lit_hash_subsume_ok:             56960
% 18.59/2.76  clqueue els 10000000 used 1
% 18.59/2.76  clactive els 10000000 used 1131
% 18.59/2.76  clactivesubsume els 10000000 used 6751
% 18.59/2.76  queue_termbuf els 200000000 used 10597041
% 18.59/2.76  hyper_termbuf els 100000000 used 1
% 18.59/2.76  active_termbuf els 100000000 used 52964
% 18.59/2.76  varstack els 5000 last used 1
% 18.59/2.76  given_termbuf els 10000000 last used 49
% 18.59/2.76  simplified_termbuf els 10000000 last used 1
% 18.59/2.76  derived_termbuf els 10000000 last used 3
% 18.59/2.76  wr_mallocs: 370743
% 18.59/2.76  wr_callocs: 21
% 18.59/2.76  wr_reallocs: 16307
% 18.59/2.76  wr_frees: 2
% 18.59/2.76  wr_malloc_bytes: 4175750212
% 18.59/2.76  wr_calloc_bytes: 112065536
% 18.59/2.76  wr_realloc_bytes: 3323632
% 18.59/2.76  wr_realloc_freebytes: 0
% 18.59/2.76  ----------------------------------
%------------------------------------------------------------------------------