TSTP Solution File: LCL116-2 by GKC---0.8

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : GKC---0.8
% Problem  : LCL116-2 : TPTP v8.1.2. Released v1.0.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 07:37:19 EDT 2023

% Result   : Unsatisfiable 7.02s 1.32s
% Output   : CNFRefutation 7.02s
% Verified : 
% SZS Type : ERROR: Analysing output (Could not find formula named '$inc_wajsberg_1')

% Comments : 
%------------------------------------------------------------------------------
cnf('1',plain,
    implies(truth,X) = X,
    inference(cnf_transformation,[],['$inc_wajsberg_1']) ).

cnf('2',plain,
    implies(implies(not(X),not(Y)),implies(Y,X)) = truth,
    inference(cnf_transformation,[],['$inc_wajsberg_4']) ).

cnf('3',plain,
    implies(implies(not(X),not(truth)),X) = truth,
    inference(paramodulation,[],['1','2']) ).

cnf('4',plain,
    implies(implies(X,Y),Y) = implies(implies(Y,X),X),
    inference(cnf_transformation,[],['$inc_wajsberg_3']) ).

cnf('5',plain,
    implies(X3,X3) = implies(implies(X3,truth),truth),
    inference(paramodulation,[],['1','4']) ).

cnf('6',plain,
    implies(implies(X,Y),implies(implies(Y,Z),implies(X,Z))) = truth,
    inference(cnf_transformation,[],['$inc_wajsberg_2']) ).

cnf('7',plain,
    implies(X3,implies(implies(X3,Y3),implies(truth,Y3))) = truth,
    inference(paramodulation,[],['1','6']) ).

cnf('8',plain,
    implies(X,implies(implies(X,Y),Y)) = truth,
    inference(simplify,[],['7','1']) ).

cnf('9',plain,
    truth = implies(implies(truth,X3),X3),
    inference(paramodulation,[],['8','1']) ).

cnf('10',plain,
    truth = implies(X,X),
    inference(simplify,[],['9','1']) ).

cnf('11',plain,
    truth = implies(implies(X,truth),truth),
    inference(simplify,[],['5','10']) ).

cnf('12',plain,
    implies(X,truth) = truth,
    inference(paramodulation,[],['11','8']) ).

cnf('13',plain,
    implies(truth,implies(implies(X3,Y3),implies(Z3,Y3))) = implies(implies(implies(implies(X3,Y3),implies(Z3,Y3)),implies(Z3,X3)),implies(Z3,X3)),
    inference(paramodulation,[],['6','4']) ).

cnf('14',plain,
    implies(implies(X,Y),implies(Z,Y)) = implies(implies(implies(implies(X,Y),implies(Z,Y)),implies(Z,X)),implies(Z,X)),
    inference(simplify,[],['13','1']) ).

cnf('15',plain,
    implies(X3,implies(Y3,X3)) = implies(implies(implies(implies(truth,X3),implies(Y3,X3)),implies(Y3,truth)),implies(Y3,truth)),
    inference(paramodulation,[],['1','14']) ).

cnf('16',plain,
    implies(X,implies(Y,X)) = implies(implies(implies(X,implies(Y,X)),implies(Y,truth)),implies(Y,truth)),
    inference(simplify,[],['15','1']) ).

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

cnf('18',plain,
    implies(implies(X,truth),implies(Y,implies(X,Y))) = truth,
    inference(paramodulation,[],['17','8']) ).

cnf('19',plain,
    implies(truth,implies(X3,implies(Y3,X3))) = truth,
    inference(paramodulation,[],['12','18']) ).

cnf('20',plain,
    implies(X,implies(Y,X)) = truth,
    inference(simplify,[],['19','1']) ).

cnf('21',plain,
    implies(truth,implies(implies(implies(X3,Y3),Z3),implies(Y3,Z3))) = truth,
    inference(paramodulation,[],['20','6']) ).

cnf('22',plain,
    implies(implies(implies(X,Y),Z),implies(Y,Z)) = truth,
    inference(simplify,[],['21','1']) ).

cnf('23',plain,
    implies(truth,implies(not(truth),X3)) = truth,
    inference(paramodulation,[],['3','22']) ).

cnf('24',plain,
    implies(not(truth),X) = truth,
    inference(simplify,[],['23','1']) ).

cnf('25',plain,
    implies(implies(X3,not(truth)),not(truth)) = implies(truth,X3),
    inference(paramodulation,[],['24','4']) ).

cnf('26',plain,
    implies(implies(X,not(truth)),not(truth)) = X,
    inference(simplify,[],['25','1']) ).

cnf('27',plain,
    implies(truth,implies(not(X3),implies(X3,Y3))) = truth,
    inference(paramodulation,[],['2','22']) ).

cnf('28',plain,
    implies(not(X),implies(X,Y)) = truth,
    inference(simplify,[],['27','1']) ).

cnf('29',plain,
    implies(truth,implies(implies(implies(X3,Y3),Z3),implies(not(X3),Z3))) = truth,
    inference(paramodulation,[],['28','6']) ).

cnf('30',plain,
    implies(implies(implies(X,Y),Z),implies(not(X),Z)) = truth,
    inference(simplify,[],['29','1']) ).

cnf('31',plain,
    implies(X,implies(not(X),not(truth))) = truth,
    inference(paramodulation,[],['26','30']) ).

cnf('32',plain,
    implies(truth,X3) = implies(implies(X3,implies(not(X3),not(truth))),implies(not(X3),not(truth))),
    inference(paramodulation,[],['3','4']) ).

cnf('33',plain,
    X = implies(implies(X,implies(not(X),not(truth))),implies(not(X),not(truth))),
    inference(simplify,[],['32','1']) ).

cnf('34',plain,
    X3 = implies(truth,implies(not(X3),not(truth))),
    inference(paramodulation,[],['31','33']) ).

cnf('35',plain,
    X = implies(not(X),not(truth)),
    inference(simplify,[],['34','1']) ).

cnf('36',plain,
    implies(X,not(truth)) = not(X),
    inference(paramodulation,[],['35','26']) ).

cnf('37',plain,
    implies(implies(implies(X3,Y3),not(truth)),not(Y3)) = truth,
    inference(paramodulation,[],['36','22']) ).

cnf('38',plain,
    implies(not(implies(X,Y)),not(Y)) = truth,
    inference(simplify,[],['37','36']) ).

cnf('39',plain,
    implies(implies(not(X3),not(implies(Y3,X3))),not(implies(Y3,X3))) = implies(truth,not(X3)),
    inference(paramodulation,[],['38','4']) ).

cnf('40',plain,
    implies(truth,implies(implies(implies(implies(X3,Y3),implies(Z3,Y3)),U3),implies(implies(Z3,X3),U3))) = truth,
    inference(paramodulation,[],['6','6']) ).

cnf('41',plain,
    implies(implies(implies(implies(X,Y),implies(Z,Y)),U),implies(implies(Z,X),U)) = truth,
    inference(simplify,[],['40','1']) ).

cnf('42',plain,
    implies(truth,implies(implies(implies(implies(X3,Y3),Y3),Z3),implies(X3,Z3))) = truth,
    inference(paramodulation,[],['8','6']) ).

cnf('43',plain,
    implies(implies(implies(implies(X,Y),Y),Z),implies(X,Z)) = truth,
    inference(simplify,[],['42','1']) ).

cnf('44',plain,
    implies(truth,implies(implies(X3,Y3),implies(implies(Z3,X3),implies(Z3,Y3)))) = truth,
    inference(paramodulation,[],['41','43']) ).

cnf('45',plain,
    implies(implies(X,Y),implies(implies(Z,X),implies(Z,Y))) = truth,
    inference(simplify,[],['44','1']) ).

cnf('46',plain,
    implies(not(X3),implies(implies(Y3,X3),implies(Y3,not(truth)))) = truth,
    inference(paramodulation,[],['36','45']) ).

cnf('47',plain,
    implies(not(X),implies(implies(Y,X),not(Y))) = truth,
    inference(simplify,[],['46','36']) ).

cnf('48',plain,
    implies(truth,implies(implies(X3,implies(Y3,Z3)),implies(Y3,implies(X3,Z3)))) = truth,
    inference(paramodulation,[],['43','41']) ).

cnf('49',plain,
    implies(implies(X,implies(Y,Z)),implies(Y,implies(X,Z))) = truth,
    inference(simplify,[],['48','1']) ).

cnf('50',plain,
    implies(truth,implies(implies(X3,Y3),implies(not(Y3),not(X3)))) = truth,
    inference(paramodulation,[],['47','49']) ).

cnf('51',plain,
    implies(implies(X,Y),implies(not(Y),not(X))) = truth,
    inference(simplify,[],['50','1']) ).

cnf('52',plain,
    implies(truth,implies(X3,Y3)) = implies(implies(implies(X3,Y3),implies(not(Y3),not(X3))),implies(not(Y3),not(X3))),
    inference(paramodulation,[],['2','4']) ).

cnf('53',plain,
    implies(X,Y) = implies(implies(implies(X,Y),implies(not(Y),not(X))),implies(not(Y),not(X))),
    inference(simplify,[],['52','1']) ).

cnf('54',plain,
    implies(X3,Y3) = implies(truth,implies(not(Y3),not(X3))),
    inference(paramodulation,[],['51','53']) ).

cnf('55',plain,
    implies(X,Y) = implies(not(Y),not(X)),
    inference(simplify,[],['54','1']) ).

cnf('56',plain,
    implies(implies(implies(X,Y),Y),not(implies(X,Y))) = not(Y),
    inference(simplify,[then_simplify],['39','55','1']) ).

cnf('57',plain,
    implies(not(a),implies(b,not(implies(b,a)))) != truth,
    inference(cnf_transformation,[],[prove_mv_50]) ).

cnf('58',plain,
    $false,
    inference(paramodulation,[then_simplify],['56','43','57']) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.12  % Problem  : LCL116-2 : TPTP v8.1.2. Released v1.0.0.
% 0.00/0.13  % Command  : gkc %s
% 0.14/0.35  % Computer : n006.cluster.edu
% 0.14/0.35  % Model    : x86_64 x86_64
% 0.14/0.35  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.14/0.35  % Memory   : 8042.1875MB
% 0.14/0.35  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.14/0.35  % CPULimit : 300
% 0.14/0.35  % WCLimit  : 300
% 0.14/0.35  % DateTime : Fri Aug 25 04:26:37 EDT 2023
% 0.14/0.35  % CPUTime  : 
% 0.21/0.39  
% 0.21/0.39  input clause set summed statistics:
% 0.21/0.39  ----------------------------------
% 0.21/0.39  in_clause_count:                     5
% 0.21/0.39  in_rule_clause_count:                5
% 0.21/0.39  in_fact_clause_count:                0
% 0.21/0.39  in_answer_clause_count:              0
% 0.21/0.39  in_ground_clause_count:              1
% 0.21/0.39  in_unit_clause_count:                5
% 0.21/0.39  in_horn_clause_count:                5
% 0.21/0.39  in_pos_clause_count:                 4
% 0.21/0.39  in_neg_clause_count:                 1
% 0.21/0.39  in_poseq_clause_count:               4
% 0.21/0.39  in_negeq_clause_count:               1
% 0.21/0.39  in_unitposeq_clause_count:           4
% 0.21/0.39  in_chain_clause_count:               0
% 0.21/0.39  in_min_length:             1
% 0.21/0.39  in_max_length:             1
% 0.21/0.39  in_min_depth:              2
% 0.21/0.39  in_max_depth:              5
% 0.21/0.39  in_min_size:               5
% 0.21/0.39  in_max_size:              13
% 0.21/0.39  in_min_vars:               0
% 0.21/0.39  in_max_vars:               3
% 0.21/0.39  in_extaxiom_count:                 4
% 0.21/0.39  in_axiom_count:                    0
% 0.21/0.39  in_assumption_count:               0
% 0.21/0.39  in_goal_count:                     1
% 0.21/0.39  in_neg_goal_count:                 1
% 0.21/0.39  in_pos_goal_count:                 0
% 0.21/0.39  in_posunit_goal_count:             0
% 0.21/0.39  
% 0.21/0.39  auto guide:
% 0.21/0.39  -----------
% 0.21/0.39  {
% 0.21/0.39  "print":1,
% 0.21/0.39  "print_level": 15,
% 0.21/0.39  "max_size": 0,
% 0.21/0.39  "max_depth": 0,
% 0.21/0.39  "max_length": 0,
% 0.21/0.39  "max_dseconds": 0,
% 0.21/0.39  "runs":[
% 0.21/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1},
% 0.21/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0},
% 0.21/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.21/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.21/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.21/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.21/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.21/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.21/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.21/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1},
% 0.21/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0},
% 0.21/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.21/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.21/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.21/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.21/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.21/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.21/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.21/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 1},
% 0.21/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0},
% 0.21/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.21/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.21/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.21/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.21/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.21/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.21/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.21/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1},
% 0.21/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0},
% 0.21/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.21/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.21/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.21/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.21/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.21/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.21/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.21/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.21/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.21/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.21/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.21/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.21/0.39  {"max_dseconds": 1, "strategy":["query_focus"], "query_preference": 0},
% 0.21/0.39  {"max_dseconds": 1, "strategy":["query_focus"], "query_preference": 1},
% 0.21/0.39  {"max_dseconds": 1, "strategy":["query_focus"], "query_preference": 2},
% 0.21/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.21/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.21/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.21/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.21/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.21/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.21/0.39  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.21/0.39  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.21/0.39  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.21/0.39  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.21/0.39  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.21/0.39  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.21/0.39  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.21/0.39  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.21/0.39  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.21/0.39  {"max_dseconds": 1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.21/0.39  {"max_dseconds": 1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.21/0.39  {"max_dseconds": 1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.21/0.39  {"max_dseconds": 1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.21/0.39  {"max_dseconds": 1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.21/0.39  {"max_dseconds": 1,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.21/0.39  {"max_dseconds": 1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.21/0.39  
% 0.21/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1},
% 0.21/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0},
% 0.21/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.21/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.21/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.21/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.21/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.21/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.21/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.21/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1},
% 0.21/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0},
% 0.21/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.21/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.21/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.21/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.21/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.21/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.21/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.21/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 1},
% 0.21/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0},
% 0.21/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.21/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.21/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.21/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.21/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.21/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.21/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.21/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1},
% 0.21/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0},
% 0.21/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.21/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.21/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.21/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.21/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.21/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.21/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.21/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.21/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.21/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.21/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.21/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.21/0.39  {"max_dseconds": 10, "strategy":["query_focus"], "query_preference": 0},
% 0.21/0.39  {"max_dseconds": 10, "strategy":["query_focus"], "query_preference": 1},
% 0.21/0.39  {"max_dseconds": 10, "strategy":["query_focus"], "query_preference": 2},
% 0.21/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.21/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.21/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.21/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.21/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.21/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.21/0.39  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.21/0.39  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.21/0.39  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.21/0.39  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.21/0.39  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.21/0.39  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.21/0.39  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.21/0.39  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.21/0.39  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.21/0.39  {"max_dseconds": 10,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.21/0.39  {"max_dseconds": 10,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.21/0.39  {"max_dseconds": 10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.21/0.39  {"max_dseconds": 10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.21/0.39  {"max_dseconds": 10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.21/0.39  {"max_dseconds": 10,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.21/0.39  {"max_dseconds": 10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.21/0.39  
% 0.21/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1},
% 0.21/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0},
% 0.21/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.21/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.21/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.21/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.21/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.21/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.21/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.21/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1},
% 0.21/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0},
% 0.21/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.21/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.21/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.21/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.21/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.21/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.21/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.21/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 1},
% 0.21/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0},
% 0.21/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.21/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.21/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.21/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.21/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.21/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.21/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.21/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1},
% 0.21/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0},
% 0.21/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.21/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.21/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.21/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.21/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.21/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.21/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.21/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.21/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.21/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.21/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.21/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.21/0.39  {"max_dseconds": 50, "strategy":["query_focus"], "query_preference": 0},
% 0.21/0.39  {"max_dseconds": 50, "strategy":["query_focus"], "query_preference": 1},
% 0.21/0.39  {"max_dseconds": 50, "strategy":["query_focus"], "query_preference": 2},
% 0.21/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.21/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.21/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.21/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.21/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.21/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.21/0.39  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.21/0.39  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.21/0.39  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.21/0.39  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.21/0.39  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.21/0.39  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.21/0.39  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.21/0.39  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.21/0.39  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.21/0.39  {"max_dseconds": 50,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.21/0.39  {"max_dseconds": 50,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.21/0.39  {"max_dseconds": 50,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.21/0.39  {"max_dseconds": 50,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.21/0.39  {"max_dseconds": 50,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.21/0.39  {"max_dseconds": 50,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.21/0.39  {"max_dseconds": 50,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.21/0.39  
% 0.21/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1},
% 0.21/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0},
% 0.21/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.21/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.21/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.21/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.21/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.21/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.21/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.21/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.21/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.21/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.21/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.21/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.21/0.39  {"max_dseconds": 250, "strategy":["query_focus"], "query_preference": 0},
% 0.21/0.39  {"max_dseconds": 250, "strategy":["query_focus"], "query_preference": 1},
% 0.21/0.39  {"max_dseconds": 250, "strategy":["query_focus"], "query_preference": 2},
% 0.21/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.21/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.21/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.21/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.21/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.21/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.21/0.39  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.21/0.39  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.21/0.39  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.21/0.39  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.21/0.39  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.21/0.39  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.21/0.39  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.21/0.39  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.21/0.39  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.21/0.39  {"max_dseconds": 250,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.21/0.39  {"max_dseconds": 250,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.21/0.39  {"max_dseconds": 250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.21/0.39  {"max_dseconds": 250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.21/0.39  {"max_dseconds": 250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.21/0.39  {"max_dseconds": 250,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.21/0.39  {"max_dseconds": 250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.21/0.39  
% 0.21/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1},
% 0.21/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0},
% 0.21/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.21/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.21/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.21/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.21/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.21/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.21/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.21/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.21/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.21/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.21/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.21/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.21/0.39  {"max_dseconds": 1250, "strategy":["query_focus"], "query_preference": 0},
% 0.21/0.39  {"max_dseconds": 1250, "strategy":["query_focus"], "query_preference": 1},
% 0.21/0.39  {"max_dseconds": 1250, "strategy":["query_focus"], "query_preference": 2},
% 0.21/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.21/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.21/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.21/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.21/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.21/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.21/0.39  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.21/0.39  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.21/0.39  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.21/0.39  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.21/0.39  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.21/0.39  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.21/0.39  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.21/0.39  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.21/0.39  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.21/0.39  {"max_dseconds": 1250,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.21/0.39  {"max_dseconds": 1250,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.21/0.39  {"max_dseconds": 1250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.21/0.39  {"max_dseconds": 1250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.21/0.39  {"max_dseconds": 1250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.21/0.39  {"max_dseconds": 1250,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.21/0.39  {"max_dseconds": 1250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4} 
% 0.21/0.39  
% 0.21/0.39  ]}
% 0.21/0.39  
% 0.21/0.39  
% 0.21/0.39  **** run 1 fork 0 starts with strategy
% 0.21/0.39  {"max_dseconds":1,"strategy":["unit"],"query_preference":1}
% 0.21/0.39  
% 0.21/0.39  **** run 2 fork 1 starts with strategy
% 0.21/0.39  {"max_dseconds":1,"strategy":["unit"],"query_preference":0}
% 0.21/0.39  
% 0.21/0.39  **** run 3 fork 2 starts with strategy
% 0.21/0.39  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 0.21/0.39  
% 0.21/0.39  **** run 4 fork 3 starts with strategy
% 0.21/0.39  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 0.21/0.39  
% 0.21/0.39  **** run 5 fork 4 starts with strategy
% 0.21/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.21/0.39  
% 0.21/0.39  **** run 6 fork 5 starts with strategy
% 0.21/0.39  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20}
% 0.21/0.39  
% 0.21/0.39  **** run 7 fork 6 starts with strategy
% 0.21/0.39  {"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.51  
% 0.21/0.51  
% 0.21/0.51  fork 0: search terminated without proof.
% 0.21/0.51  
% 0.21/0.51  
% 0.21/0.51  fork 1: search terminated without proof.
% 0.21/0.51  
% 0.21/0.51  
% 0.21/0.51  fork 2: search terminated without proof.
% 0.21/0.51  
% 0.21/0.51  
% 0.21/0.51  fork 3: search terminated without proof.
% 0.21/0.51  
% 0.21/0.51  
% 0.21/0.51  fork 4: search terminated without proof.
% 0.21/0.51  
% 0.21/0.51  
% 0.21/0.51  fork 5: 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.53  
% 0.21/0.53  
% 0.21/0.53  fork 7: search terminated without proof.
% 0.21/0.54  
% 0.21/0.54  **** run 9 fork 0 starts with strategy
% 0.21/0.54  
% 0.21/0.54  **** run 15 fork 6 starts with strategy
% 0.21/0.54  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20}
% 0.21/0.54  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 0.21/0.54  
% 0.21/0.54  **** run 13 fork 4 starts with strategy
% 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 14 fork 5 starts with strategy
% 0.21/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.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.54  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 0.21/0.54  
% 0.21/0.54  **** run 12 fork 3 starts with strategy
% 0.21/0.54  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 0.21/0.55  
% 0.21/0.55  **** run 16 fork 7 starts with strategy
% 0.21/0.55  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20}
% 0.21/0.66  
% 0.21/0.66  
% 0.21/0.66  fork 6: 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.66  
% 0.21/0.66  
% 0.21/0.66  fork 4: 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 1: search terminated without proof.
% 0.21/0.66  
% 0.21/0.66  
% 0.21/0.66  fork 3: search terminated without proof.
% 0.21/0.66  
% 0.21/0.66  
% 0.21/0.66  fork 5: search terminated without proof.
% 0.21/0.67  
% 0.21/0.67  
% 0.21/0.67  fork 7: search terminated without proof.
% 0.21/0.68  
% 0.21/0.68  **** run 23 fork 6 starts with strategy
% 0.21/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.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.68  
% 0.21/0.68  **** run 21 fork 4 starts with strategy
% 0.21/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.21/0.68  
% 0.21/0.68  **** run 20 fork 3 starts with strategy
% 0.21/0.68  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0}
% 0.21/0.68  
% 0.21/0.68  **** run 18 fork 1 starts with strategy
% 0.21/0.68  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 0.21/0.69  
% 0.21/0.69  **** run 19 fork 2 starts with strategy
% 0.21/0.69  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":1}
% 0.21/0.69  
% 0.21/0.69  **** run 22 fork 5 starts with strategy
% 0.21/0.69  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 0.21/0.70  
% 0.21/0.70  **** run 24 fork 7 starts with strategy
% 0.21/0.70  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":1,"weight_select_ratio":20}
% 0.21/0.81  
% 0.21/0.81  
% 0.21/0.81  fork 6: search terminated without proof.
% 3.13/0.81  
% 3.13/0.81  
% 3.13/0.81  fork 4: search terminated without proof.
% 3.13/0.82  
% 3.13/0.82  
% 3.13/0.82  fork 0: search terminated without proof.
% 3.13/0.82  
% 3.13/0.82  
% 3.13/0.82  fork 5: search terminated without proof.
% 3.13/0.83  
% 3.13/0.83  **** run 31 fork 6 starts with strategy
% 3.13/0.83  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 3.13/0.83  
% 3.13/0.83  
% 3.13/0.83  fork 3: search terminated without proof.
% 3.13/0.83  
% 3.13/0.83  
% 3.13/0.83  fork 7: search terminated without proof.
% 3.13/0.83  
% 3.13/0.83  **** run 29 fork 4 starts with strategy
% 3.13/0.83  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0}
% 3.13/0.84  
% 3.13/0.84  **** run 25 fork 0 starts with strategy
% 3.13/0.84  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20}
% 3.13/0.85  
% 3.13/0.85  
% 3.13/0.85  fork 1: search terminated without proof.
% 3.13/0.85  
% 3.13/0.85  **** run 30 fork 5 starts with strategy
% 3.13/0.85  
% 3.13/0.85  **** run 28 fork 3 starts with strategy
% 3.13/0.85  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1}
% 3.13/0.85  {"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.13/0.86  
% 3.13/0.86  **** run 32 fork 7 starts with strategy
% 3.13/0.86  {"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.13/0.87  
% 3.13/0.87  **** run 26 fork 1 starts with strategy
% 3.13/0.87  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 3.13/0.87  
% 3.13/0.87  
% 3.13/0.87  fork 2: search terminated without proof.
% 3.95/0.90  
% 3.95/0.90  **** run 27 fork 2 starts with strategy
% 3.95/0.90  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 4.22/0.95  
% 4.22/0.95  
% 4.22/0.95  fork 6: search terminated without proof.
% 4.22/0.95  
% 4.22/0.95  
% 4.22/0.95  fork 4: search terminated without proof.
% 4.22/0.96  
% 4.22/0.96  
% 4.22/0.96  fork 0: search terminated without proof.
% 4.22/0.97  
% 4.22/0.97  **** run 39 fork 6 starts with strategy
% 4.22/0.97  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":2}
% 4.22/0.97  
% 4.22/0.97  
% 4.22/0.97  fork 5: search terminated without proof.
% 4.22/0.97  
% 4.22/0.97  **** run 37 fork 4 starts with strategy
% 4.22/0.97  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"rewrite":0}
% 4.22/0.98  
% 4.22/0.98  **** run 33 fork 0 starts with strategy
% 4.22/0.98  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20}
% 4.22/0.98  
% 4.22/0.98  
% 4.22/0.98  fork 3: search terminated without proof.
% 4.22/0.99  
% 4.22/0.99  
% 4.22/0.99  fork 1: search terminated without proof.
% 4.22/1.00  
% 4.22/1.00  **** run 38 fork 5 starts with strategy
% 4.22/1.00  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"rewrite":0}
% 4.22/1.00  
% 4.22/1.00  **** run 36 fork 3 starts with strategy
% 4.22/1.00  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 4.22/1.01  
% 4.22/1.01  **** run 34 fork 1 starts with strategy
% 4.22/1.01  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20}
% 4.98/1.02  
% 4.98/1.02  
% 4.98/1.02  fork 2: search terminated without proof.
% 4.98/1.04  
% 4.98/1.04  **** run 35 fork 2 starts with strategy
% 4.98/1.04  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 4.98/1.09  
% 4.98/1.09  
% 4.98/1.09  fork 6: search terminated without proof.
% 4.98/1.09  
% 4.98/1.09  
% 4.98/1.09  fork 4: search terminated without proof.
% 5.53/1.10  
% 5.53/1.10  
% 5.53/1.10  fork 0: search terminated without proof.
% 5.53/1.11  
% 5.53/1.11  **** run 47 fork 6 starts with strategy
% 5.53/1.11  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":4}
% 5.53/1.11  
% 5.53/1.11  **** run 45 fork 4 starts with strategy
% 5.53/1.11  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 5.53/1.11  
% 5.53/1.11  
% 5.53/1.11  fork 5: search terminated without proof.
% 5.53/1.12  
% 5.53/1.12  **** run 41 fork 0 starts with strategy
% 5.53/1.12  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"var_weight":1,"repeat_var_weight":1}
% 5.53/1.12  
% 5.53/1.12  
% 5.53/1.12  fork 3: search terminated without proof.
% 5.53/1.13  
% 5.53/1.13  
% 5.53/1.13  fork 1: search terminated without proof.
% 5.53/1.13  
% 5.53/1.13  **** run 46 fork 5 starts with strategy
% 5.53/1.13  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":2}
% 5.53/1.13  
% 5.53/1.13  fork 6: search finished without proof.
% 5.53/1.14  
% 5.53/1.14  **** run 44 fork 3 starts with strategy
% 5.53/1.14  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":2}
% 5.53/1.15  
% 5.53/1.15  **** run 42 fork 1 starts with strategy
% 5.53/1.15  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":0}
% 5.53/1.15  
% 5.53/1.15  **** run 55 fork 6 starts with strategy
% 5.53/1.15  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":30}
% 5.53/1.15  
% 5.53/1.15  fork 5: search finished without proof.
% 5.53/1.16  
% 5.53/1.16  
% 5.53/1.16  fork 2: search terminated without proof.
% 5.53/1.17  
% 5.53/1.17  **** run 54 fork 5 starts with strategy
% 5.53/1.17  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":20,"weight_select_ratio":2}
% 6.12/1.18  
% 6.12/1.18  **** run 43 fork 2 starts with strategy
% 6.12/1.18  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1}
% 6.36/1.23  
% 6.36/1.23  
% 6.36/1.23  fork 4: search terminated without proof.
% 6.36/1.24  
% 6.36/1.24  
% 6.36/1.24  fork 0: search terminated without proof.
% 6.36/1.25  
% 6.36/1.25  **** run 53 fork 4 starts with strategy
% 6.36/1.25  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":20}
% 6.36/1.26  
% 6.36/1.26  **** run 49 fork 0 starts with strategy
% 6.36/1.26  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":8}
% 6.36/1.26  
% 6.36/1.26  
% 6.36/1.26  fork 3: search terminated without proof.
% 6.36/1.27  
% 6.36/1.27  
% 6.36/1.27  fork 6: search terminated without proof.
% 6.36/1.27  
% 6.36/1.27  
% 6.36/1.27  fork 1: search terminated without proof.
% 6.36/1.28  
% 6.36/1.28  **** run 52 fork 3 starts with strategy
% 6.36/1.28  
% 6.36/1.28  
% 6.36/1.28  fork 5: search terminated without proof.
% 6.36/1.28  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":15}
% 6.36/1.29  
% 6.36/1.29  **** run 50 fork 1 starts with strategy
% 6.36/1.29  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":10}
% 6.36/1.29  
% 6.36/1.29  **** run 63 fork 6 starts with strategy
% 6.36/1.29  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1}
% 6.36/1.30  
% 6.36/1.30  **** run 62 fork 5 starts with strategy
% 6.36/1.30  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0}
% 6.36/1.30  
% 6.36/1.30  
% 6.36/1.30  fork 2: search terminated without proof.
% 7.02/1.32  
% 7.02/1.32  **** run 51 fork 2 starts with strategy
% 7.02/1.32  
% 7.02/1.32  
% 7.02/1.32  result: proof found
% 7.02/1.32  for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% 7.02/1.32  by run 32 fork 7 strategy {"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}
% 7.02/1.32  % SZS status Unsatisfiable for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% 7.02/1.32  
% 7.02/1.32  % SZS output start CNFRefutation for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% See solution above
% 7.02/1.32  
% 7.02/1.32  run 32 fork 7 statistics:
% 7.02/1.32  ----------------------------------
% 7.02/1.32  this run seconds: 0.083501
% 7.02/1.32  total seconds: 0.543775
% 7.02/1.32  stat_given_used: 157
% 7.02/1.32  stat_given_used_at_endgame: 0
% 7.02/1.32  stat_given_candidates:   1307
% 7.02/1.32  stat_given_candidates_at_endgame: 0
% 7.02/1.32  stat_given_candidates_h: 0
% 7.02/1.32  stat_binres_derived_cl:   0
% 7.02/1.32  stat_binres_derived_cl_h: 0
% 7.02/1.32  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":10}
% 7.02/1.32  stat_factor_derived_cl: 0
% 7.02/1.32  stat_para_derived_cl: 18594
% 7.02/1.32  stat_tautologies_discarded: 0
% 7.02/1.32  stat_forward_subsumed: 5391
% 7.02/1.32  stat_derived_cut: 1
% 7.02/1.32  stat_derived_rewritten: 64
% 7.02/1.32  stat_weight_discarded_building: 0
% 7.02/1.32  stat_weight_discarded_cl: 3266
% 7.02/1.32  stat_internlimit_discarded_cl: 0
% 7.02/1.32  stat_simplified:  64 simplified 0 derived 0 given
% 7.02/1.32  stat_kept_cl: 6717
% 7.02/1.32  stat_built_cl: 10361
% 7.02/1.32  stat_hyperres_partial_cl: 0
% 7.02/1.32  stat_made_rewriters: 155
% 7.02/1.32  stat_backward_subsumed: 0
% 7.02/1.32  stat_propagated_subsumed: 0
% 7.02/1.32  stat_clsubs_attempted:                      3007
% 7.02/1.32  stat_clsubs_fact_groundunit_found:             0
% 7.02/1.32  stat_clsubs_rule_groundunit_found:             1
% 7.02/1.32  stat_clsubs_top_meta_attempted:              11019
% 7.02/1.32  stat_clsubs_top_meta_failed:                  8012
% 7.02/1.32  stat_clsubs_top_meta_nonpref_attempted:               11019
% 7.02/1.32  stat_clsubs_top_meta_nonpref_succeeded:                5737
% 7.02/1.32  stat_clsubs_top_meta_pref_attempted:                   5737
% 7.02/1.32  stat_clsubs_top_meta_pref1_succeeded:                  5737
% 7.02/1.32  stat_clsubs_top_meta_pref2_succeeded:                  4304
% 7.02/1.32  stat_clsubs_top_meta_pref3_succeeded:                  3007
% 7.02/1.32  stat_clsubs_top_meta_pref_succeeded:                   3007
% 7.02/1.32  stat_clsubs_meta_attempted:                 3007
% 7.02/1.32  stat_clsubs_meta_failed:                      88
% 7.02/1.32  stat_clsubs_predsymbs_attempted:               0
% 7.02/1.32  stat_clsubs_unit_attempted:                 3007
% 7.02/1.32  stat_clsubs_full_attempted:                    0
% 7.02/1.32  stat_forwardsubs_attempted:                15375
% 7.02/1.32  stat_lit_hash_added:                   6731
% 7.02/1.32  stat_lit_hash_computed:               22275
% 7.02/1.32  stat_lit_hash_match_found:             5392
% 7.02/1.32  stat_lit_hash_match_miss:             20200
% 7.02/1.32  stat_lit_hash_cut_ok:                     0
% 7.02/1.32  stat_lit_strong_cut_ok:                   1
% 7.02/1.32  stat_lit_hash_subsume_ok:              5391
% 7.02/1.32  clqueue els 10000000 used 1
% 7.02/1.32  clactive els 10000000 used 158
% 7.02/1.32  clactivesubsume els 10000000 used 889
% 7.02/1.32  queue_termbuf els 200000000 used 648541
% 7.02/1.32  hyper_termbuf els 100000000 used 1
% 7.02/1.32  active_termbuf els 100000000 used 7635
% 7.02/1.32  varstack els 5000 last used 1
% 7.02/1.32  given_termbuf els 10000000 last used 1
% 7.02/1.32  simplified_termbuf els 10000000 last used 1
% 7.02/1.32  derived_termbuf els 10000000 last used 56
% 7.02/1.32  wr_mallocs: 27694
% 7.02/1.32  wr_callocs: 21
% 7.02/1.32  wr_reallocs: 878
% 7.02/1.32  wr_frees: 2
% 7.02/1.32  wr_malloc_bytes: 4163570148
% 7.02/1.32  wr_calloc_bytes: 112065536
% 7.02/1.32  wr_realloc_bytes: 162840
% 7.02/1.32  wr_realloc_freebytes: 0
% 7.02/1.32  ----------------------------------
%------------------------------------------------------------------------------