Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided in four parts:
  1. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provide some useful information on the computer.
  2. SOLVER DATA
    This is the output of the solver (stdout and stderr).
  3. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to 1200 seconds. After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to 1230 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (900Mb).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  4. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.

General information on the benchmark

Namenormalized-opb/mps-v2-20-10/www.csit.fsu.edu/~burkardt/datasets/mps/normalized-mps-v2-20-10-nazareth.opb
MD5SUM1d16d9273da855e9ddf9502b6d199f2a
Bench Categoryoptimization, big integers (OPTBIGINT)
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -1073741823
Optimality of the best value was proved NO
Number of terms in the objective function 78
Biggest coefficient in the objective function 1073741824
Number of bits for the biggest coefficient in the objective function 31
Sum of the numbers in the objective function 3221356541
Number of bits of the sum of numbers in the objective function 32
Biggest number in a constraint 5368724480
Number of bits of the biggest number in a constraint 33
Biggest sum of numbers in a constraint 20401110007
Number of bits of the biggest sum of numbers35
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.18697
Number of variables78
Total number of constraints3
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints3
Minimum length of a constraint17
Maximum length of a constraint61

Trace number 13227

#### BEGIN LAUNCHER DATA ####
LAUNCH ON wulflinc15 THE 2005-04-20 20:19:05 (client local time)
PB2005-SCRIPT v4.0 
MARKUPS: idlaunch=15388 boxname=wulflinc15 idbench=1184 idsolver=9 numberseed=0
MD5SUM SOLVER: daf345f6fbf228671abfac48013b9cac  /oldhome/oroussel/solvers/sat4jPseudo.jar
MD5SUM BENCH:  1d16d9273da855e9ddf9502b6d199f2a  /oldhome/oroussel/tmp/wulflinc15/normalized-mps-v2-20-10-nazareth.opb
REAL COMMAND:  java -server -Xms650M -Xmx650M -jar /oldhome/oroussel/solvers/sat4jPseudo.jar /oldhome/oroussel/tmp/wulflinc15/normalized-mps-v2-20-10-nazareth.opb
IDLAUNCH: 15388
/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 7
model name	: Pentium III (Katmai)
stepping	: 2
cpu MHz		: 450.999
cache size	: 512 KB
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 2
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 mmx fxsr sse
bogomips	: 890.88

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 7
model name	: Pentium III (Katmai)
stepping	: 2
cpu MHz		: 450.999
cache size	: 512 KB
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 2
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 mmx fxsr sse
bogomips	: 899.07

/proc/meminfo:
MemTotal:      1034660 kB
MemFree:        866768 kB
Buffers:         32984 kB
Cached:         110408 kB
SwapCached:       2060 kB
Active:          67136 kB
Inactive:        81100 kB
HighTotal:      131008 kB
HighFree:        32032 kB
LowTotal:       903652 kB
LowFree:        834736 kB
SwapTotal:     2097136 kB
SwapFree:      2094988 kB
Dirty:              28 kB
Writeback:           0 kB
Mapped:           6812 kB
Slab:            13984 kB
Committed_AS:    63484 kB
PageTables:        316 kB
VmallocTotal:   114680 kB
VmallocUsed:      1364 kB
VmallocChunk:   113256 kB
JOB ENDED THE 2005-04-20 20:39:38 (client local time) WITH STATUS 143 IN 1233.77 SECONDS
stats: 15388 7 1233.77 143
#### END LAUNCHER DATA ####
#### BEGIN SOLVER DATA ####
c solving /oldhome/oroussel/tmp/wulflinc15/normalized-mps-v2-20-10-nazareth.opb
c reading problem 
c [nbvar=78]
c [nbconstr=3]
c time 0.375
c #vars     78
c #clauses  4
c starts	: 0
c conflicts	: 0
c decisions	: 0
c propagations	: 0
c inspects	: 0
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 0
c SATISFIABLE
c OPTIMIZING...
c 
c CURRENT OPTIMUM=1073741824
c Current CPU time (ms) : 0.404
c starts	: 1
c conflicts	: 0
c decisions	: 37
c propagations	: 78
c inspects	: 1
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 1
c 
c CURRENT OPTIMUM=1073741823
c Current CPU time (ms) : 0.629
c starts	: 2
c conflicts	: 1
c decisions	: 83
c propagations	: 140
c inspects	: 28
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 3
c 
c CURRENT OPTIMUM=1073741822
c Current CPU time (ms) : 0.909
c starts	: 3
c conflicts	: 1
c decisions	: 105
c propagations	: 176
c inspects	: 52
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 4
c 
c CURRENT OPTIMUM=1073741821
c Current CPU time (ms) : 0.987
c starts	: 4
c conflicts	: 1
c decisions	: 125
c propagations	: 212
c inspects	: 84
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 5
c 
c CURRENT OPTIMUM=1073741820
c Current CPU time (ms) : 1.018
c starts	: 5
c conflicts	: 1
c decisions	: 147
c propagations	: 248
c inspects	: 130
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 6
c 
c CURRENT OPTIMUM=1073741819
c Current CPU time (ms) : 1.054
c starts	: 6
c conflicts	: 1
c decisions	: 167
c propagations	: 284
c inspects	: 182
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 7
c 
c CURRENT OPTIMUM=1073741818
c Current CPU time (ms) : 1.117
c starts	: 7
c conflicts	: 1
c decisions	: 187
c propagations	: 320
c inspects	: 244
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 8
c 
c CURRENT OPTIMUM=1073741817
c Current CPU time (ms) : 1.157
c starts	: 8
c conflicts	: 1
c decisions	: 205
c propagations	: 356
c inspects	: 310
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 9
c 
c CURRENT OPTIMUM=1073741816
c Current CPU time (ms) : 1.204
c starts	: 9
c conflicts	: 1
c decisions	: 227
c propagations	: 392
c inspects	: 400
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 10
c 
c CURRENT OPTIMUM=1073741815
c Current CPU time (ms) : 1.256
c starts	: 10
c conflicts	: 1
c decisions	: 247
c propagations	: 428
c inspects	: 492
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 11
c 
c CURRENT OPTIMUM=1073741814
c Current CPU time (ms) : 1.311
c starts	: 11
c conflicts	: 1
c decisions	: 267
c propagations	: 464
c inspects	: 594
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 12
c 
c CURRENT OPTIMUM=1073741813
c Current CPU time (ms) : 1.356
c starts	: 12
c conflicts	: 1
c decisions	: 285
c propagations	: 500
c inspects	: 696
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 13
c 
c CURRENT OPTIMUM=1073741812
c Current CPU time (ms) : 1.409
c starts	: 13
c conflicts	: 1
c decisions	: 305
c propagations	: 536
c inspects	: 818
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 14
c 
c CURRENT OPTIMUM=1073741811
c Current CPU time (ms) : 1.469
c starts	: 14
c conflicts	: 1
c decisions	: 323
c propagations	: 572
c inspects	: 938
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 15
c 
c CURRENT OPTIMUM=1073741810
c Current CPU time (ms) : 1.521
c starts	: 15
c conflicts	: 1
c decisions	: 341
c propagations	: 608
c inspects	: 1067
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 16
c 
c CURRENT OPTIMUM=1073741809
c Current CPU time (ms) : 1.571
c starts	: 16
c conflicts	: 1
c decisions	: 357
c propagations	: 644
c inspects	: 1191
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 17
c 
c CURRENT OPTIMUM=1073741808
c Current CPU time (ms) : 1.639
c starts	: 17
c conflicts	: 1
c decisions	: 379
c propagations	: 680
c inspects	: 1369
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 18
c 
c CURRENT OPTIMUM=1073741807
c Current CPU time (ms) : 1.704
c starts	: 18
c conflicts	: 1
c decisions	: 399
c propagations	: 716
c inspects	: 1541
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 19
c 
c CURRENT OPTIMUM=1073741806
c Current CPU time (ms) : 1.773
c starts	: 19
c conflicts	: 1
c decisions	: 419
c propagations	: 752
c inspects	: 1723
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 20
c 
c CURRENT OPTIMUM=1073741805
c Current CPU time (ms) : 1.833
c starts	: 20
c conflicts	: 1
c decisions	: 437
c propagations	: 788
c inspects	: 1897
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 21
c 
c CURRENT OPTIMUM=1073741804
c Current CPU time (ms) : 1.899
c starts	: 21
c conflicts	: 1
c decisions	: 457
c propagations	: 824
c inspects	: 2099
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 22
c 
c CURRENT OPTIMUM=1073741803
c Current CPU time (ms) : 1.962
c starts	: 22
c conflicts	: 1
c decisions	: 475
c propagations	: 860
c inspects	: 2291
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 23
c 
c CURRENT OPTIMUM=1073741802
c Current CPU time (ms) : 2.028
c starts	: 23
c conflicts	: 1
c decisions	: 493
c propagations	: 896
c inspects	: 2492
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 24
c 
c CURRENT OPTIMUM=1073741801
c Current CPU time (ms) : 2.095
c starts	: 24
c conflicts	: 1
c decisions	: 509
c propagations	: 932
c inspects	: 2680
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 25
c 
c CURRENT OPTIMUM=1073741800
c Current CPU time (ms) : 2.176
c starts	: 25
c conflicts	: 1
c decisions	: 529
c propagations	: 968
c inspects	: 2922
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 26
c 
c CURRENT OPTIMUM=1073741799
c Current CPU time (ms) : 2.253
c starts	: 26
c conflicts	: 1
c decisions	: 547
c propagations	: 1004
c inspects	: 3150
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 27
c 
c CURRENT OPTIMUM=1073741798
c Current CPU time (ms) : 2.327
c starts	: 27
c conflicts	: 1
c decisions	: 565
c propagations	: 1040
c inspects	: 3387
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 28
c 
c CURRENT OPTIMUM=1073741797
c Current CPU time (ms) : 2.396
c starts	: 28
c conflicts	: 1
c decisions	: 581
c propagations	: 1076
c inspects	: 3607
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 29
c 
c CURRENT OPTIMUM=1073741796
c Current CPU time (ms) : 2.505
c starts	: 29
c conflicts	: 1
c decisions	: 599
c propagations	: 1112
c inspects	: 3862
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 30
c 
c CURRENT OPTIMUM=1073741795
c Current CPU time (ms) : 2.583
c starts	: 30
c conflicts	: 1
c decisions	: 615
c propagations	: 1148
c inspects	: 4098
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 31
c 
c CURRENT OPTIMUM=1073741794
c Current CPU time (ms) : 2.657
c starts	: 31
c conflicts	: 1
c decisions	: 631
c propagations	: 1184
c inspects	: 4342
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 32
c 
c CURRENT OPTIMUM=1073741793
c Current CPU time (ms) : 2.746
c starts	: 32
c conflicts	: 1
c decisions	: 645
c propagations	: 1220
c inspects	: 4564
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 33
c 
c CURRENT OPTIMUM=1073741792
c Current CPU time (ms) : 2.946
c starts	: 33
c conflicts	: 1
c decisions	: 667
c propagations	: 1256
c inspects	: 4918
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 34
c 
c CURRENT OPTIMUM=1073741791
c Current CPU time (ms) : 3.067
c starts	: 34
c conflicts	: 1
c decisions	: 687
c propagations	: 1292
c inspects	: 5250
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 35
c 
c CURRENT OPTIMUM=1073741790
c Current CPU time (ms) : 3.165
c starts	: 35
c conflicts	: 1
c decisions	: 707
c propagations	: 1328
c inspects	: 5592
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 36
c 
c CURRENT OPTIMUM=1073741789
c Current CPU time (ms) : 3.254
c starts	: 36
c conflicts	: 1
c decisions	: 725
c propagations	: 1364
c inspects	: 5910
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 37
c 
c CURRENT OPTIMUM=1073741788
c Current CPU time (ms) : 3.35
c starts	: 37
c conflicts	: 1
c decisions	: 745
c propagations	: 1400
c inspects	: 6272
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 38
c 
c CURRENT OPTIMUM=1073741787
c Current CPU time (ms) : 3.444
c starts	: 38
c conflicts	: 1
c decisions	: 763
c propagations	: 1436
c inspects	: 6608
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 39
c 
c CURRENT OPTIMUM=1073741786
c Current CPU time (ms) : 3.618
c starts	: 39
c conflicts	: 1
c decisions	: 781
c propagations	: 1472
c inspects	: 6953
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 40
c 
c CURRENT OPTIMUM=1073741785
c Current CPU time (ms) : 3.705
c starts	: 40
c conflicts	: 1
c decisions	: 797
c propagations	: 1508
c inspects	: 7269
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 41
c 
c CURRENT OPTIMUM=1073741784
c Current CPU time (ms) : 3.811
c starts	: 41
c conflicts	: 1
c decisions	: 817
c propagations	: 1544
c inspects	: 7671
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 42
c 
c CURRENT OPTIMUM=1073741783
c Current CPU time (ms) : 3.941
c starts	: 42
c conflicts	: 1
c decisions	: 835
c propagations	: 1580
c inspects	: 8043
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 43
c 
c CURRENT OPTIMUM=1073741782
c Current CPU time (ms) : 4.08
c starts	: 43
c conflicts	: 1
c decisions	: 853
c propagations	: 1616
c inspects	: 8424
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 44
c 
c CURRENT OPTIMUM=1073741781
c Current CPU time (ms) : 4.179
c starts	: 44
c conflicts	: 1
c decisions	: 869
c propagations	: 1652
c inspects	: 8772
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 45
c 
c CURRENT OPTIMUM=1073741780
c Current CPU time (ms) : 4.284
c starts	: 45
c conflicts	: 1
c decisions	: 887
c propagations	: 1688
c inspects	: 9171
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 46
c 
c CURRENT OPTIMUM=1073741779
c Current CPU time (ms) : 4.378
c starts	: 46
c conflicts	: 1
c decisions	: 903
c propagations	: 1724
c inspects	: 9535
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 47
c 
c CURRENT OPTIMUM=1073741778
c Current CPU time (ms) : 4.474
c starts	: 47
c conflicts	: 1
c decisions	: 919
c propagations	: 1760
c inspects	: 9907
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 48
c 
c CURRENT OPTIMUM=1073741777
c Current CPU time (ms) : 4.559
c starts	: 48
c conflicts	: 1
c decisions	: 933
c propagations	: 1796
c inspects	: 10241
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 49
c 
c CURRENT OPTIMUM=1073741776
c Current CPU time (ms) : 4.678
c starts	: 49
c conflicts	: 1
c decisions	: 953
c propagations	: 1832
c inspects	: 10723
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 50
c 
c CURRENT OPTIMUM=1073741775
c Current CPU time (ms) : 4.788
c starts	: 50
c conflicts	: 1
c decisions	: 971
c propagations	: 1868
c inspects	: 11167
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 51
c 
c CURRENT OPTIMUM=1073741774
c Current CPU time (ms) : 4.901
c starts	: 51
c conflicts	: 1
c decisions	: 989
c propagations	: 1904
c inspects	: 11620
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 52
c 
c CURRENT OPTIMUM=1073741773
c Current CPU time (ms) : 5.021
c starts	: 52
c conflicts	: 1
c decisions	: 1005
c propagations	: 1940
c inspects	: 12032
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 53
c 
c CURRENT OPTIMUM=1073741772
c Current CPU time (ms) : 5.139
c starts	: 53
c conflicts	: 1
c decisions	: 1023
c propagations	: 1976
c inspects	: 12503
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 54
c 
c CURRENT OPTIMUM=1073741771
c Current CPU time (ms) : 5.247
c starts	: 54
c conflicts	: 1
c decisions	: 1039
c propagations	: 2012
c inspects	: 12931
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 55
c 
c CURRENT OPTIMUM=1073741770
c Current CPU time (ms) : 5.357
c starts	: 55
c conflicts	: 1
c decisions	: 1055
c propagations	: 2048
c inspects	: 13367
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 56
c 
c CURRENT OPTIMUM=1073741769
c Current CPU time (ms) : 5.456
c starts	: 56
c conflicts	: 1
c decisions	: 1069
c propagations	: 2084
c inspects	: 13757
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 57
c 
c CURRENT OPTIMUM=1073741768
c Current CPU time (ms) : 5.582
c starts	: 57
c conflicts	: 1
c decisions	: 1087
c propagations	: 2120
c inspects	: 14264
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 58
c 
c CURRENT OPTIMUM=1073741767
c Current CPU time (ms) : 5.697
c starts	: 58
c conflicts	: 1
c decisions	: 1103
c propagations	: 2156
c inspects	: 14724
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 59
c 
c CURRENT OPTIMUM=1073741766
c Current CPU time (ms) : 5.813
c starts	: 59
c conflicts	: 1
c decisions	: 1119
c propagations	: 2192
c inspects	: 15192
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 60
c 
c CURRENT OPTIMUM=1073741765
c Current CPU time (ms) : 5.919
c starts	: 60
c conflicts	: 1
c decisions	: 1133
c propagations	: 2228
c inspects	: 15610
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 61
c 
c CURRENT OPTIMUM=1073741764
c Current CPU time (ms) : 6.058
c starts	: 61
c conflicts	: 1
c decisions	: 1149
c propagations	: 2264
c inspects	: 16094
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 62
c 
c CURRENT OPTIMUM=1073741763
c Current CPU time (ms) : 6.167
c starts	: 62
c conflicts	: 1
c decisions	: 1163
c propagations	: 2300
c inspects	: 16526
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 63
c 
c CURRENT OPTIMUM=1073741762
c Current CPU time (ms) : 6.358
c starts	: 63
c conflicts	: 1
c decisions	: 1177
c propagations	: 2336
c inspects	: 16965
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 64
c 
c CURRENT OPTIMUM=1073741761
c Current CPU time (ms) : 6.512
c starts	: 64
c conflicts	: 1
c decisions	: 1189
c propagations	: 2372
c inspects	: 17349
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 65
c 
c CURRENT OPTIMUM=1073741760
c Current CPU time (ms) : 6.683
c starts	: 65
c conflicts	: 1
c decisions	: 1211
c propagations	: 2408
c inspects	: 18055
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 66
c 
c CURRENT OPTIMUM=1073741759
c Current CPU time (ms) : 6.842
c starts	: 66
c conflicts	: 1
c decisions	: 1231
c propagations	: 2444
c inspects	: 18707
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 67
c 
c CURRENT OPTIMUM=1073741758
c Current CPU time (ms) : 7.004
c starts	: 67
c conflicts	: 1
c decisions	: 1251
c propagations	: 2480
c inspects	: 19369
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 68
c 
c CURRENT OPTIMUM=1073741757
c Current CPU time (ms) : 7.177
c starts	: 68
c conflicts	: 1
c decisions	: 1269
c propagations	: 2516
c inspects	: 19975
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 69
c 
c CURRENT OPTIMUM=1073741756
c Current CPU time (ms) : 7.349
c starts	: 69
c conflicts	: 1
c decisions	: 1289
c propagations	: 2552
c inspects	: 20657
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 70
c 
c CURRENT OPTIMUM=1073741755
c Current CPU time (ms) : 7.502
c starts	: 70
c conflicts	: 1
c decisions	: 1307
c propagations	: 2588
c inspects	: 21281
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 71
c 
c CURRENT OPTIMUM=1073741754
c Current CPU time (ms) : 7.656
c starts	: 71
c conflicts	: 1
c decisions	: 1325
c propagations	: 2624
c inspects	: 21914
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 72
c 
c CURRENT OPTIMUM=1073741753
c Current CPU time (ms) : 7.797
c starts	: 72
c conflicts	: 1
c decisions	: 1341
c propagations	: 2660
c inspects	: 22486
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 73
c 
c CURRENT OPTIMUM=1073741752
c Current CPU time (ms) : 7.971
c starts	: 73
c conflicts	: 1
c decisions	: 1361
c propagations	: 2696
c inspects	: 23208
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 74
c 
c CURRENT OPTIMUM=1073741751
c Current CPU time (ms) : 8.152
c starts	: 74
c conflicts	: 1
c decisions	: 1379
c propagations	: 2732
c inspects	: 23868
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 75
c 
c CURRENT OPTIMUM=1073741750
c Current CPU time (ms) : 8.314
c starts	: 75
c conflicts	: 1
c decisions	: 1397
c propagations	: 2768
c inspects	: 24537
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 76
c 
c CURRENT OPTIMUM=1073741749
c Current CPU time (ms) : 8.462
c starts	: 76
c conflicts	: 1
c decisions	: 1413
c propagations	: 2804
c inspects	: 25141
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 77
c 
c CURRENT OPTIMUM=1073741748
c Current CPU time (ms) : 8.63
c starts	: 77
c conflicts	: 1
c decisions	: 1431
c propagations	: 2840
c inspects	: 25828
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 78
c 
c CURRENT OPTIMUM=1073741747
c Current CPU time (ms) : 8.782
c starts	: 78
c conflicts	: 1
c decisions	: 1447
c propagations	: 2876
c inspects	: 26448
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 79
c 
c CURRENT OPTIMUM=1073741746
c Current CPU time (ms) : 8.936
c starts	: 79
c conflicts	: 1
c decisions	: 1463
c propagations	: 2912
c inspects	: 27076
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 80
c 
c CURRENT OPTIMUM=1073741745
c Current CPU time (ms) : 9.096
c starts	: 80
c conflicts	: 1
c decisions	: 1477
c propagations	: 2948
c inspects	: 27634
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 81
c 
c CURRENT OPTIMUM=1073741744
c Current CPU time (ms) : 9.287
c starts	: 81
c conflicts	: 1
c decisions	: 1497
c propagations	: 2984
c inspects	: 28436
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 82
c 
c CURRENT OPTIMUM=1073741743
c Current CPU time (ms) : 9.463
c starts	: 82
c conflicts	: 1
c decisions	: 1515
c propagations	: 3020
c inspects	: 29168
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 83
c 
c CURRENT OPTIMUM=1073741742
c Current CPU time (ms) : 9.641
c starts	: 83
c conflicts	: 1
c decisions	: 1533
c propagations	: 3056
c inspects	: 29909
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 84
c 
c CURRENT OPTIMUM=1073741741
c Current CPU time (ms) : 9.803
c starts	: 84
c conflicts	: 1
c decisions	: 1549
c propagations	: 3092
c inspects	: 30577
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 85
c 
c CURRENT OPTIMUM=1073741740
c Current CPU time (ms) : 9.985
c starts	: 85
c conflicts	: 1
c decisions	: 1567
c propagations	: 3128
c inspects	: 31336
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 86
c 
c CURRENT OPTIMUM=1073741739
c Current CPU time (ms) : 10.173
c starts	: 86
c conflicts	: 1
c decisions	: 1583
c propagations	: 3164
c inspects	: 32020
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 87
c 
c CURRENT OPTIMUM=1073741738
c Current CPU time (ms) : 10.34
c starts	: 87
c conflicts	: 1
c decisions	: 1599
c propagations	: 3200
c inspects	: 32712
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 88
c 
c CURRENT OPTIMUM=1073741737
c Current CPU time (ms) : 10.491
c starts	: 88
c conflicts	: 1
c decisions	: 1613
c propagations	: 3236
c inspects	: 33326
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 89
c 
c CURRENT OPTIMUM=1073741736
c Current CPU time (ms) : 10.681
c starts	: 89
c conflicts	: 1
c decisions	: 1631
c propagations	: 3272
c inspects	: 34121
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 90
c 
c CURRENT OPTIMUM=1073741735
c Current CPU time (ms) : 10.854
c starts	: 90
c conflicts	: 1
c decisions	: 1647
c propagations	: 3308
c inspects	: 34837
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 91
c 
c CURRENT OPTIMUM=1073741734
c Current CPU time (ms) : 11.052
c starts	: 91
c conflicts	: 1
c decisions	: 1663
c propagations	: 3344
c inspects	: 35561
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 92
c 
c CURRENT OPTIMUM=1073741733
c Current CPU time (ms) : 11.209
c starts	: 92
c conflicts	: 1
c decisions	: 1677
c propagations	: 3380
c inspects	: 36203
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 93
c 
c CURRENT OPTIMUM=1073741732
c Current CPU time (ms) : 11.389
c starts	: 93
c conflicts	: 1
c decisions	: 1693
c propagations	: 3416
c inspects	: 36943
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 94
c 
c CURRENT OPTIMUM=1073741731
c Current CPU time (ms) : 11.549
c starts	: 94
c conflicts	: 1
c decisions	: 1707
c propagations	: 3452
c inspects	: 37599
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 95
c 
c CURRENT OPTIMUM=1073741730
c Current CPU time (ms) : 11.71
c starts	: 95
c conflicts	: 1
c decisions	: 1721
c propagations	: 3488
c inspects	: 38262
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 96
c 
c CURRENT OPTIMUM=1073741729
c Current CPU time (ms) : 11.856
c starts	: 96
c conflicts	: 1
c decisions	: 1733
c propagations	: 3524
c inspects	: 38838
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 97
c 
c CURRENT OPTIMUM=1073741728
c Current CPU time (ms) : 12.108
c starts	: 97
c conflicts	: 1
c decisions	: 1753
c propagations	: 3560
c inspects	: 39800
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 98
c 
c CURRENT OPTIMUM=1073741727
c Current CPU time (ms) : 12.32
c starts	: 98
c conflicts	: 1
c decisions	: 1771
c propagations	: 3596
c inspects	: 40676
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 99
c 
c CURRENT OPTIMUM=1073741726
c Current CPU time (ms) : 12.534
c starts	: 99
c conflicts	: 1
c decisions	: 1789
c propagations	: 3632
c inspects	: 41561
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 100
c 
c CURRENT OPTIMUM=1073741725
c Current CPU time (ms) : 12.727
c starts	: 100
c conflicts	: 1
c decisions	: 1805
c propagations	: 3668
c inspects	: 42357
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 101
c 
c CURRENT OPTIMUM=1073741724
c Current CPU time (ms) : 12.947
c starts	: 101
c conflicts	: 1
c decisions	: 1823
c propagations	: 3704
c inspects	: 43260
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 102
c 
c CURRENT OPTIMUM=1073741723
c Current CPU time (ms) : 13.169
c starts	: 102
c conflicts	: 1
c decisions	: 1839
c propagations	: 3740
c inspects	: 44072
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 103
c 
c CURRENT OPTIMUM=1073741722
c Current CPU time (ms) : 13.366
c starts	: 103
c conflicts	: 1
c decisions	: 1855
c propagations	: 3776
c inspects	: 44892
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 104
c 
c CURRENT OPTIMUM=1073741721
c Current CPU time (ms) : 13.541
c starts	: 104
c conflicts	: 1
c decisions	: 1869
c propagations	: 3812
c inspects	: 45618
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 105
c 
c CURRENT OPTIMUM=1073741720
c Current CPU time (ms) : 13.764
c starts	: 105
c conflicts	: 1
c decisions	: 1887
c propagations	: 3848
c inspects	: 46557
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 106
c 
c CURRENT OPTIMUM=1073741719
c Current CPU time (ms) : 13.993
c starts	: 106
c conflicts	: 1
c decisions	: 1903
c propagations	: 3884
c inspects	: 47401
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 107
c 
c CURRENT OPTIMUM=1073741718
c Current CPU time (ms) : 14.197
c starts	: 107
c conflicts	: 1
c decisions	: 1919
c propagations	: 3920
c inspects	: 48253
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 108
c 
c CURRENT OPTIMUM=1073741717
c Current CPU time (ms) : 14.38
c starts	: 108
c conflicts	: 1
c decisions	: 1933
c propagations	: 3956
c inspects	: 49007
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 109
c 
c CURRENT OPTIMUM=1073741716
c Current CPU time (ms) : 14.588
c starts	: 109
c conflicts	: 1
c decisions	: 1949
c propagations	: 3992
c inspects	: 49875
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 110
c 
c CURRENT OPTIMUM=1073741715
c Current CPU time (ms) : 14.774
c starts	: 110
c conflicts	: 1
c decisions	: 1963
c propagations	: 4028
c inspects	: 50643
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 111
c 
c CURRENT OPTIMUM=1073741714
c Current CPU time (ms) : 14.989
c starts	: 111
c conflicts	: 1
c decisions	: 1977
c propagations	: 4064
c inspects	: 51418
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 112
c 
c CURRENT OPTIMUM=1073741713
c Current CPU time (ms) : 15.156
c starts	: 112
c conflicts	: 1
c decisions	: 1989
c propagations	: 4100
c inspects	: 52090
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 113
c 
c CURRENT OPTIMUM=1073741712
c Current CPU time (ms) : 15.398
c starts	: 113
c conflicts	: 1
c decisions	: 2007
c propagations	: 4136
c inspects	: 53101
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 114
c 
c CURRENT OPTIMUM=1073741711
c Current CPU time (ms) : 15.617
c starts	: 114
c conflicts	: 1
c decisions	: 2023
c propagations	: 4172
c inspects	: 54009
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 115
c 
c CURRENT OPTIMUM=1073741710
c Current CPU time (ms) : 15.837
c starts	: 115
c conflicts	: 1
c decisions	: 2039
c propagations	: 4208
c inspects	: 54925
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 116
c 
c CURRENT OPTIMUM=1073741709
c Current CPU time (ms) : 16.062
c starts	: 116
c conflicts	: 1
c decisions	: 2053
c propagations	: 4244
c inspects	: 55735
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 117
c 
c CURRENT OPTIMUM=1073741708
c Current CPU time (ms) : 16.285
c starts	: 117
c conflicts	: 1
c decisions	: 2069
c propagations	: 4280
c inspects	: 56667
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 118
c 
c CURRENT OPTIMUM=1073741707
c Current CPU time (ms) : 16.486
c starts	: 118
c conflicts	: 1
c decisions	: 2083
c propagations	: 4316
c inspects	: 57491
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 119
c 
c CURRENT OPTIMUM=1073741706
c Current CPU time (ms) : 16.688
c starts	: 119
c conflicts	: 1
c decisions	: 2097
c propagations	: 4352
c inspects	: 58322
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 120
c 
c CURRENT OPTIMUM=1073741705
c Current CPU time (ms) : 16.867
c starts	: 120
c conflicts	: 1
c decisions	: 2109
c propagations	: 4388
c inspects	: 59042
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 121
c 
c CURRENT OPTIMUM=1073741704
c Current CPU time (ms) : 17.127
c starts	: 121
c conflicts	: 1
c decisions	: 2125
c propagations	: 4424
c inspects	: 60006
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 122
c 
c CURRENT OPTIMUM=1073741703
c Current CPU time (ms) : 17.332
c starts	: 122
c conflicts	: 1
c decisions	: 2139
c propagations	: 4460
c inspects	: 60858
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 123
c 
c CURRENT OPTIMUM=1073741702
c Current CPU time (ms) : 17.538
c starts	: 123
c conflicts	: 1
c decisions	: 2153
c propagations	: 4496
c inspects	: 61717
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 124
c 
c CURRENT OPTIMUM=1073741701
c Current CPU time (ms) : 17.718
c starts	: 124
c conflicts	: 1
c decisions	: 2165
c propagations	: 4532
c inspects	: 62461
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 125
c 
c CURRENT OPTIMUM=1073741700
c Current CPU time (ms) : 18.041
c starts	: 125
c conflicts	: 1
c decisions	: 2179
c propagations	: 4568
c inspects	: 63334
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 126
c 
c CURRENT OPTIMUM=1073741699
c Current CPU time (ms) : 18.258
c starts	: 126
c conflicts	: 1
c decisions	: 2191
c propagations	: 4604
c inspects	: 64090
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 127
c 
c CURRENT OPTIMUM=1073741698
c Current CPU time (ms) : 18.446
c starts	: 127
c conflicts	: 1
c decisions	: 2203
c propagations	: 4640
c inspects	: 64852
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 128
c 
c CURRENT OPTIMUM=1073741697
c Current CPU time (ms) : 18.609
c starts	: 128
c conflicts	: 1
c decisions	: 2213
c propagations	: 4676
c inspects	: 65494
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 129
c 
c CURRENT OPTIMUM=1073741696
c Current CPU time (ms) : 18.939
c starts	: 129
c conflicts	: 1
c decisions	: 2235
c propagations	: 4712
c inspects	: 66904
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 130
c 
c CURRENT OPTIMUM=1073741695
c Current CPU time (ms) : 19.272
c starts	: 130
c conflicts	: 1
c decisions	: 2255
c propagations	: 4748
c inspects	: 68196
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 131
c 
c CURRENT OPTIMUM=1073741694
c Current CPU time (ms) : 19.576
c starts	: 131
c conflicts	: 1
c decisions	: 2275
c propagations	: 4784
c inspects	: 69498
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 132
c 
c CURRENT OPTIMUM=1073741693
c Current CPU time (ms) : 19.854
c starts	: 132
c conflicts	: 1
c decisions	: 2293
c propagations	: 4820
c inspects	: 70680
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 133
c 
c CURRENT OPTIMUM=1073741692
c Current CPU time (ms) : 20.194
c starts	: 133
c conflicts	: 1
c decisions	: 2313
c propagations	: 4856
c inspects	: 72002
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 134
c 
c CURRENT OPTIMUM=1073741691
c Current CPU time (ms) : 20.477
c starts	: 134
c conflicts	: 1
c decisions	: 2331
c propagations	: 4892
c inspects	: 73202
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 135
c 
c CURRENT OPTIMUM=1073741690
c Current CPU time (ms) : 20.763
c starts	: 135
c conflicts	: 1
c decisions	: 2349
c propagations	: 4928
c inspects	: 74411
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 136
c 
c CURRENT OPTIMUM=1073741689
c Current CPU time (ms) : 21.052
c starts	: 136
c conflicts	: 1
c decisions	: 2365
c propagations	: 4964
c inspects	: 75495
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 137
c 
c CURRENT OPTIMUM=1073741688
c Current CPU time (ms) : 21.371
c starts	: 137
c conflicts	: 1
c decisions	: 2385
c propagations	: 5000
c inspects	: 76857
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 138
c 
c CURRENT OPTIMUM=1073741687
c Current CPU time (ms) : 21.661
c starts	: 138
c conflicts	: 1
c decisions	: 2403
c propagations	: 5036
c inspects	: 78093
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 139
c 
c CURRENT OPTIMUM=1073741686
c Current CPU time (ms) : 21.986
c starts	: 139
c conflicts	: 1
c decisions	: 2421
c propagations	: 5072
c inspects	: 79338
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 140
c 
c CURRENT OPTIMUM=1073741685
c Current CPU time (ms) : 22.253
c starts	: 140
c conflicts	: 1
c decisions	: 2437
c propagations	: 5108
c inspects	: 80454
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 141
c 
c CURRENT OPTIMUM=1073741684
c Current CPU time (ms) : 22.553
c starts	: 141
c conflicts	: 1
c decisions	: 2455
c propagations	: 5144
c inspects	: 81717
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 142
c 
c CURRENT OPTIMUM=1073741683
c Current CPU time (ms) : 22.828
c starts	: 142
c conflicts	: 1
c decisions	: 2471
c propagations	: 5180
c inspects	: 82849
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 143
c 
c CURRENT OPTIMUM=1073741682
c Current CPU time (ms) : 23.131
c starts	: 143
c conflicts	: 1
c decisions	: 2487
c propagations	: 5216
c inspects	: 83989
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 144
c 
c CURRENT OPTIMUM=1073741681
c Current CPU time (ms) : 23.371
c starts	: 144
c conflicts	: 1
c decisions	: 2501
c propagations	: 5252
c inspects	: 84995
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 145
c 
c CURRENT OPTIMUM=1073741680
c Current CPU time (ms) : 23.707
c starts	: 145
c conflicts	: 1
c decisions	: 2521
c propagations	: 5288
c inspects	: 86437
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 146
c 
c CURRENT OPTIMUM=1073741679
c Current CPU time (ms) : 24.047
c starts	: 146
c conflicts	: 1
c decisions	: 2539
c propagations	: 5324
c inspects	: 87745
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 147
c 
c CURRENT OPTIMUM=1073741678
c Current CPU time (ms) : 24.356
c starts	: 147
c conflicts	: 1
c decisions	: 2557
c propagations	: 5360
c inspects	: 89062
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 148
c 
c CURRENT OPTIMUM=1073741677
c Current CPU time (ms) : 24.634
c starts	: 148
c conflicts	: 1
c decisions	: 2573
c propagations	: 5396
c inspects	: 90242
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 149
c 
c CURRENT OPTIMUM=1073741676
c Current CPU time (ms) : 24.982
c starts	: 149
c conflicts	: 1
c decisions	: 2591
c propagations	: 5432
c inspects	: 91577
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 150
c 
c CURRENT OPTIMUM=1073741675
c Current CPU time (ms) : 25.265
c starts	: 150
c conflicts	: 1
c decisions	: 2607
c propagations	: 5468
c inspects	: 92773
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 151
c 
c CURRENT OPTIMUM=1073741674
c Current CPU time (ms) : 25.549
c starts	: 151
c conflicts	: 1
c decisions	: 2623
c propagations	: 5504
c inspects	: 93977
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 152
c 
c CURRENT OPTIMUM=1073741673
c Current CPU time (ms) : 25.837
c starts	: 152
c conflicts	: 1
c decisions	: 2637
c propagations	: 5540
c inspects	: 95039
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 153
c 
c CURRENT OPTIMUM=1073741672
c Current CPU time (ms) : 26.169
c starts	: 153
c conflicts	: 1
c decisions	: 2655
c propagations	: 5576
c inspects	: 96410
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 154
c 
c CURRENT OPTIMUM=1073741671
c Current CPU time (ms) : 26.462
c starts	: 154
c conflicts	: 1
c decisions	: 2671
c propagations	: 5612
c inspects	: 97638
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 155
c 
c CURRENT OPTIMUM=1073741670
c Current CPU time (ms) : 26.792
c starts	: 155
c conflicts	: 1
c decisions	: 2687
c propagations	: 5648
c inspects	: 98874
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 156
c 
c CURRENT OPTIMUM=1073741669
c Current CPU time (ms) : 27.052
c starts	: 156
c conflicts	: 1
c decisions	: 2701
c propagations	: 5684
c inspects	: 99964
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 157
c 
c CURRENT OPTIMUM=1073741668
c Current CPU time (ms) : 27.348
c starts	: 157
c conflicts	: 1
c decisions	: 2717
c propagations	: 5720
c inspects	: 101216
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 158
c 
c CURRENT OPTIMUM=1073741667
c Current CPU time (ms) : 27.611
c starts	: 158
c conflicts	: 1
c decisions	: 2731
c propagations	: 5756
c inspects	: 102320
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 159
c 
c CURRENT OPTIMUM=1073741666
c Current CPU time (ms) : 27.911
c starts	: 159
c conflicts	: 1
c decisions	: 2745
c propagations	: 5792
c inspects	: 103431
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 160
c 
c CURRENT OPTIMUM=1073741665
c Current CPU time (ms) : 28.142
c starts	: 160
c conflicts	: 1
c decisions	: 2757
c propagations	: 5828
c inspects	: 104391
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 161
c 
c CURRENT OPTIMUM=1073741664
c Current CPU time (ms) : 28.514
c starts	: 161
c conflicts	: 1
c decisions	: 2777
c propagations	: 5864
c inspects	: 105993
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 162
c 
c CURRENT OPTIMUM=1073741663
c Current CPU time (ms) : 28.892
c starts	: 162
c conflicts	: 1
c decisions	: 2795
c propagations	: 5900
c inspects	: 107445
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 163
c 
c CURRENT OPTIMUM=1073741662
c Current CPU time (ms) : 29.237
c starts	: 163
c conflicts	: 1
c decisions	: 2813
c propagations	: 5936
c inspects	: 108906
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 164
c 
c CURRENT OPTIMUM=1073741661
c Current CPU time (ms) : 29.549
c starts	: 164
c conflicts	: 1
c decisions	: 2829
c propagations	: 5972
c inspects	: 110214
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 165
c 
c CURRENT OPTIMUM=1073741660
c Current CPU time (ms) : 29.935
c starts	: 165
c conflicts	: 1
c decisions	: 2847
c propagations	: 6008
c inspects	: 111693
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 166
c 
c CURRENT OPTIMUM=1073741659
c Current CPU time (ms) : 30.247
c starts	: 166
c conflicts	: 1
c decisions	: 2863
c propagations	: 6044
c inspects	: 113017
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 167
c 
c CURRENT OPTIMUM=1073741658
c Current CPU time (ms) : 30.561
c starts	: 167
c conflicts	: 1
c decisions	: 2879
c propagations	: 6080
c inspects	: 114349
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 168
c 
c CURRENT OPTIMUM=1073741657
c Current CPU time (ms) : 30.878
c starts	: 168
c conflicts	: 1
c decisions	: 2893
c propagations	: 6116
c inspects	: 115523
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 169
c 
c CURRENT OPTIMUM=1073741656
c Current CPU time (ms) : 31.232
c starts	: 169
c conflicts	: 1
c decisions	: 2911
c propagations	: 6152
c inspects	: 117038
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 170
c 
c CURRENT OPTIMUM=1073741655
c Current CPU time (ms) : 31.552
c starts	: 170
c conflicts	: 1
c decisions	: 2927
c propagations	: 6188
c inspects	: 118394
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 171
c 
c CURRENT OPTIMUM=1073741654
c Current CPU time (ms) : 31.911
c starts	: 171
c conflicts	: 1
c decisions	: 2943
c propagations	: 6224
c inspects	: 119758
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 172
c 
c CURRENT OPTIMUM=1073741653
c Current CPU time (ms) : 32.197
c starts	: 172
c conflicts	: 1
c decisions	: 2957
c propagations	: 6260
c inspects	: 120960
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 173
c 
c CURRENT OPTIMUM=1073741652
c Current CPU time (ms) : 32.521
c starts	: 173
c conflicts	: 1
c decisions	: 2973
c propagations	: 6296
c inspects	: 122340
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 174
c 
c CURRENT OPTIMUM=1073741651
c Current CPU time (ms) : 32.849
c starts	: 174
c conflicts	: 1
c decisions	: 2987
c propagations	: 6332
c inspects	: 123556
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 175
c 
c CURRENT OPTIMUM=1073741650
c Current CPU time (ms) : 33.139
c starts	: 175
c conflicts	: 1
c decisions	: 3001
c propagations	: 6368
c inspects	: 124779
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 176
c 
c CURRENT OPTIMUM=1073741649
c Current CPU time (ms) : 33.392
c starts	: 176
c conflicts	: 1
c decisions	: 3013
c propagations	: 6404
c inspects	: 125835
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 177
c 
c CURRENT OPTIMUM=1073741648
c Current CPU time (ms) : 33.804
c starts	: 177
c conflicts	: 1
c decisions	: 3031
c propagations	: 6440
c inspects	: 127422
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 178
c 
c CURRENT OPTIMUM=1073741647
c Current CPU time (ms) : 34.139
c starts	: 178
c conflicts	: 1
c decisions	: 3047
c propagations	: 6476
c inspects	: 128842
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 179
c 
c CURRENT OPTIMUM=1073741646
c Current CPU time (ms) : 34.475
c starts	: 179
c conflicts	: 1
c decisions	: 3063
c propagations	: 6512
c inspects	: 130270
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 180
c 
c CURRENT OPTIMUM=1073741645
c Current CPU time (ms) : 34.805
c starts	: 180
c conflicts	: 1
c decisions	: 3077
c propagations	: 6548
c inspects	: 131528
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 181
c 
c CURRENT OPTIMUM=1073741644
c Current CPU time (ms) : 35.146
c starts	: 181
c conflicts	: 1
c decisions	: 3093
c propagations	: 6584
c inspects	: 132972
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 182
c 
c CURRENT OPTIMUM=1073741643
c Current CPU time (ms) : 35.451
c starts	: 182
c conflicts	: 1
c decisions	: 3107
c propagations	: 6620
c inspects	: 134244
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 183
c 
c CURRENT OPTIMUM=1073741642
c Current CPU time (ms) : 35.785
c starts	: 183
c conflicts	: 1
c decisions	: 3121
c propagations	: 6656
c inspects	: 135523
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 184
c 
c CURRENT OPTIMUM=1073741641
c Current CPU time (ms) : 36.05
c starts	: 184
c conflicts	: 1
c decisions	: 3133
c propagations	: 6692
c inspects	: 136627
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 185
c 
c CURRENT OPTIMUM=1073741640
c Current CPU time (ms) : 36.397
c starts	: 185
c conflicts	: 1
c decisions	: 3149
c propagations	: 6728
c inspects	: 138103
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 186
c 
c CURRENT OPTIMUM=1073741639
c Current CPU time (ms) : 36.734
c starts	: 186
c conflicts	: 1
c decisions	: 3163
c propagations	: 6764
c inspects	: 139403
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 187
c 
c CURRENT OPTIMUM=1073741638
c Current CPU time (ms) : 37.044
c starts	: 187
c conflicts	: 1
c decisions	: 3177
c propagations	: 6800
c inspects	: 140710
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 188
c 
c CURRENT OPTIMUM=1073741637
c Current CPU time (ms) : 37.314
c starts	: 188
c conflicts	: 1
c decisions	: 3189
c propagations	: 6836
c inspects	: 141838
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 189
c 
c CURRENT OPTIMUM=1073741636
c Current CPU time (ms) : 37.655
c starts	: 189
c conflicts	: 1
c decisions	: 3203
c propagations	: 6872
c inspects	: 143159
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 190
c 
c CURRENT OPTIMUM=1073741635
c Current CPU time (ms) : 37.928
c starts	: 190
c conflicts	: 1
c decisions	: 3215
c propagations	: 6908
c inspects	: 144299
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 191
c 
c CURRENT OPTIMUM=1073741634
c Current CPU time (ms) : 38.207
c starts	: 191
c conflicts	: 1
c decisions	: 3227
c propagations	: 6944
c inspects	: 145445
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 192
c 
c CURRENT OPTIMUM=1073741633
c Current CPU time (ms) : 38.469
c starts	: 192
c conflicts	: 1
c decisions	: 3237
c propagations	: 6980
c inspects	: 146407
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 193
c 
c CURRENT OPTIMUM=1073741632
c Current CPU time (ms) : 38.915
c starts	: 193
c conflicts	: 1
c decisions	: 3257
c propagations	: 7016
c inspects	: 148329
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 194
c 
c CURRENT OPTIMUM=1073741631
c Current CPU time (ms) : 39.321
c starts	: 194
c conflicts	: 1
c decisions	: 3275
c propagations	: 7052
c inspects	: 150069
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 195
c 
c CURRENT OPTIMUM=1073741630
c Current CPU time (ms) : 39.761
c starts	: 195
c conflicts	: 1
c decisions	: 3293
c propagations	: 7088
c inspects	: 151818
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 196
c 
c CURRENT OPTIMUM=1073741629
c Current CPU time (ms) : 40.132
c starts	: 196
c conflicts	: 1
c decisions	: 3309
c propagations	: 7124
c inspects	: 153382
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 197
c 
c CURRENT OPTIMUM=1073741628
c Current CPU time (ms) : 40.573
c starts	: 197
c conflicts	: 1
c decisions	: 3327
c propagations	: 7160
c inspects	: 155149
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 198
c 
c CURRENT OPTIMUM=1073741627
c Current CPU time (ms) : 40.945
c starts	: 198
c conflicts	: 1
c decisions	: 3343
c propagations	: 7196
c inspects	: 156729
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 199
c 
c CURRENT OPTIMUM=1073741626
c Current CPU time (ms) : 41.344
c starts	: 199
c conflicts	: 1
c decisions	: 3359
c propagations	: 7232
c inspects	: 158317
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 200
c 
c CURRENT OPTIMUM=1073741625
c Current CPU time (ms) : 41.676
c starts	: 200
c conflicts	: 1
c decisions	: 3373
c propagations	: 7268
c inspects	: 159715
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 201
c 
c CURRENT OPTIMUM=1073741624
c Current CPU time (ms) : 42.097
c starts	: 201
c conflicts	: 1
c decisions	: 3391
c propagations	: 7304
c inspects	: 161518
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 202
c 
c CURRENT OPTIMUM=1073741623
c Current CPU time (ms) : 42.502
c starts	: 202
c conflicts	: 1
c decisions	: 3407
c propagations	: 7340
c inspects	: 163130
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 203
c 
c CURRENT OPTIMUM=1073741622
c Current CPU time (ms) : 42.883
c starts	: 203
c conflicts	: 1
c decisions	: 3423
c propagations	: 7376
c inspects	: 164750
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 204
c 
c CURRENT OPTIMUM=1073741621
c Current CPU time (ms) : 43.246
c starts	: 204
c conflicts	: 1
c decisions	: 3437
c propagations	: 7412
c inspects	: 166176
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 205
c 
c CURRENT OPTIMUM=1073741620
c Current CPU time (ms) : 43.632
c starts	: 205
c conflicts	: 1
c decisions	: 3453
c propagations	: 7448
c inspects	: 167812
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 206
c 
c CURRENT OPTIMUM=1073741619
c Current CPU time (ms) : 43.976
c starts	: 206
c conflicts	: 1
c decisions	: 3467
c propagations	: 7484
c inspects	: 169252
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 207
c 
c CURRENT OPTIMUM=1073741618
c Current CPU time (ms) : 44.347
c starts	: 207
c conflicts	: 1
c decisions	: 3481
c propagations	: 7520
c inspects	: 170699
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 208
c 
c CURRENT OPTIMUM=1073741617
c Current CPU time (ms) : 44.646
c starts	: 208
c conflicts	: 1
c decisions	: 3493
c propagations	: 7556
c inspects	: 171947
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 209
c 
c CURRENT OPTIMUM=1073741616
c Current CPU time (ms) : 45.083
c starts	: 209
c conflicts	: 1
c decisions	: 3511
c propagations	: 7592
c inspects	: 173822
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 210
c 
c CURRENT OPTIMUM=1073741615
c Current CPU time (ms) : 45.503
c starts	: 210
c conflicts	: 1
c decisions	: 3527
c propagations	: 7628
c inspects	: 175498
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 211
c 
c CURRENT OPTIMUM=1073741614
c Current CPU time (ms) : 45.899
c starts	: 211
c conflicts	: 1
c decisions	: 3543
c propagations	: 7664
c inspects	: 177182
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 212
c 
c CURRENT OPTIMUM=1073741613
c Current CPU time (ms) : 46.275
c starts	: 212
c conflicts	: 1
c decisions	: 3557
c propagations	: 7700
c inspects	: 178664
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 213
c 
c CURRENT OPTIMUM=1073741612
c Current CPU time (ms) : 46.675
c starts	: 213
c conflicts	: 1
c decisions	: 3573
c propagations	: 7736
c inspects	: 180364
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 214
c 
c CURRENT OPTIMUM=1073741611
c Current CPU time (ms) : 47.054
c starts	: 214
c conflicts	: 1
c decisions	: 3587
c propagations	: 7772
c inspects	: 181860
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 215
c 
c CURRENT OPTIMUM=1073741610
c Current CPU time (ms) : 47.41
c starts	: 215
c conflicts	: 1
c decisions	: 3601
c propagations	: 7808
c inspects	: 183363
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 216
c 
c CURRENT OPTIMUM=1073741609
c Current CPU time (ms) : 47.72
c starts	: 216
c conflicts	: 1
c decisions	: 3613
c propagations	: 7844
c inspects	: 184659
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 217
c 
c CURRENT OPTIMUM=1073741608
c Current CPU time (ms) : 48.153
c starts	: 217
c conflicts	: 1
c decisions	: 3629
c propagations	: 7880
c inspects	: 186391
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 218
c 
c CURRENT OPTIMUM=1073741607
c Current CPU time (ms) : 48.514
c starts	: 218
c conflicts	: 1
c decisions	: 3643
c propagations	: 7916
c inspects	: 187915
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 219
c 
c CURRENT OPTIMUM=1073741606
c Current CPU time (ms) : 48.877
c starts	: 219
c conflicts	: 1
c decisions	: 3657
c propagations	: 7952
c inspects	: 189446
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 220
c 
c CURRENT OPTIMUM=1073741605
c Current CPU time (ms) : 49.218
c starts	: 220
c conflicts	: 1
c decisions	: 3669
c propagations	: 7988
c inspects	: 190766
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 221
c 
c CURRENT OPTIMUM=1073741604
c Current CPU time (ms) : 49.585
c starts	: 221
c conflicts	: 1
c decisions	: 3683
c propagations	: 8024
c inspects	: 192311
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 222
c 
c CURRENT OPTIMUM=1073741603
c Current CPU time (ms) : 49.928
c starts	: 222
c conflicts	: 1
c decisions	: 3695
c propagations	: 8060
c inspects	: 193643
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 223
c 
c CURRENT OPTIMUM=1073741602
c Current CPU time (ms) : 50.248
c starts	: 223
c conflicts	: 1
c decisions	: 3707
c propagations	: 8096
c inspects	: 194981
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 224
c 
c CURRENT OPTIMUM=1073741601
c Current CPU time (ms) : 50.519
c starts	: 224
c conflicts	: 1
c decisions	: 3717
c propagations	: 8132
c inspects	: 196103
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 225
c 
c CURRENT OPTIMUM=1073741600
c Current CPU time (ms) : 51.015
c starts	: 225
c conflicts	: 1
c decisions	: 3735
c propagations	: 8168
c inspects	: 198122
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 226
c 
c CURRENT OPTIMUM=1073741599
c Current CPU time (ms) : 51.439
c starts	: 226
c conflicts	: 1
c decisions	: 3751
c propagations	: 8204
c inspects	: 199926
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 227
c 
c CURRENT OPTIMUM=1073741598
c Current CPU time (ms) : 51.89
c starts	: 227
c conflicts	: 1
c decisions	: 3767
c propagations	: 8240
c inspects	: 201738
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 228
c 
c CURRENT OPTIMUM=1073741597
c Current CPU time (ms) : 52.268
c starts	: 228
c conflicts	: 1
c decisions	: 3781
c propagations	: 8276
c inspects	: 203332
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 229
c 
c CURRENT OPTIMUM=1073741596
c Current CPU time (ms) : 52.697
c starts	: 229
c conflicts	: 1
c decisions	: 3797
c propagations	: 8312
c inspects	: 205160
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 230
c 
c CURRENT OPTIMUM=1073741595
c Current CPU time (ms) : 53.104
c starts	: 230
c conflicts	: 1
c decisions	: 3811
c propagations	: 8348
c inspects	: 206768
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 231
c 
c CURRENT OPTIMUM=1073741594
c Current CPU time (ms) : 53.486
c starts	: 231
c conflicts	: 1
c decisions	: 3825
c propagations	: 8384
c inspects	: 208383
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 232
c 
c CURRENT OPTIMUM=1073741593
c Current CPU time (ms) : 53.843
c starts	: 232
c conflicts	: 1
c decisions	: 3837
c propagations	: 8420
c inspects	: 209775
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 233
c 
c CURRENT OPTIMUM=1073741592
c Current CPU time (ms) : 54.28
c starts	: 233
c conflicts	: 1
c decisions	: 3853
c propagations	: 8456
c inspects	: 211635
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 234
c 
c CURRENT OPTIMUM=1073741591
c Current CPU time (ms) : 54.692
c starts	: 234
c conflicts	: 1
c decisions	: 3867
c propagations	: 8492
c inspects	: 213271
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 235
c 
c CURRENT OPTIMUM=1073741590
c Current CPU time (ms) : 55.082
c starts	: 235
c conflicts	: 1
c decisions	: 3881
c propagations	: 8528
c inspects	: 214914
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 236
c 
c CURRENT OPTIMUM=1073741589
c Current CPU time (ms) : 55.419
c starts	: 236
c conflicts	: 1
c decisions	: 3893
c propagations	: 8564
c inspects	: 216330
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 237
c 
c CURRENT OPTIMUM=1073741588
c Current CPU time (ms) : 55.837
c starts	: 237
c conflicts	: 1
c decisions	: 3907
c propagations	: 8600
c inspects	: 217987
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 238
c 
c CURRENT OPTIMUM=1073741587
c Current CPU time (ms) : 56.178
c starts	: 238
c conflicts	: 1
c decisions	: 3919
c propagations	: 8636
c inspects	: 219415
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 239
c 
c CURRENT OPTIMUM=1073741586
c Current CPU time (ms) : 56.528
c starts	: 239
c conflicts	: 1
c decisions	: 3931
c propagations	: 8672
c inspects	: 220849
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 240
c 
c CURRENT OPTIMUM=1073741585
c Current CPU time (ms) : 56.845
c starts	: 240
c conflicts	: 1
c decisions	: 3941
c propagations	: 8708
c inspects	: 222051
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 241
c 
c CURRENT OPTIMUM=1073741584
c Current CPU time (ms) : 57.297
c starts	: 241
c conflicts	: 1
c decisions	: 3957
c propagations	: 8744
c inspects	: 223975
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 242
c 
c CURRENT OPTIMUM=1073741583
c Current CPU time (ms) : 57.722
c starts	: 242
c conflicts	: 1
c decisions	: 3971
c propagations	: 8780
c inspects	: 225667
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 243
c 
c CURRENT OPTIMUM=1073741582
c Current CPU time (ms) : 58.125
c starts	: 243
c conflicts	: 1
c decisions	: 3985
c propagations	: 8816
c inspects	: 227366
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 244
c 
c CURRENT OPTIMUM=1073741581
c Current CPU time (ms) : 58.474
c starts	: 244
c conflicts	: 1
c decisions	: 3997
c propagations	: 8852
c inspects	: 228830
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 245
c 
c CURRENT OPTIMUM=1073741580
c Current CPU time (ms) : 58.904
c starts	: 245
c conflicts	: 1
c decisions	: 4011
c propagations	: 8888
c inspects	: 230543
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 246
c 
c CURRENT OPTIMUM=1073741579
c Current CPU time (ms) : 59.27
c starts	: 246
c conflicts	: 1
c decisions	: 4023
c propagations	: 8924
c inspects	: 232019
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 247
c 
c CURRENT OPTIMUM=1073741578
c Current CPU time (ms) : 59.653
c starts	: 247
c conflicts	: 1
c decisions	: 4035
c propagations	: 8960
c inspects	: 233501
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 248
c 
c CURRENT OPTIMUM=1073741577
c Current CPU time (ms) : 59.953
c starts	: 248
c conflicts	: 1
c decisions	: 4045
c propagations	: 8996
c inspects	: 234743
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 249
c 
c CURRENT OPTIMUM=1073741576
c Current CPU time (ms) : 60.365
c starts	: 249
c conflicts	: 1
c decisions	: 4059
c propagations	: 9032
c inspects	: 236484
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 250
c 
c CURRENT OPTIMUM=1073741575
c Current CPU time (ms) : 60.749
c starts	: 250
c conflicts	: 1
c decisions	: 4071
c propagations	: 9068
c inspects	: 237984
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 251
c 
c CURRENT OPTIMUM=1073741574
c Current CPU time (ms) : 61.109
c starts	: 251
c conflicts	: 1
c decisions	: 4083
c propagations	: 9104
c inspects	: 239490
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 252
c 
c CURRENT OPTIMUM=1073741573
c Current CPU time (ms) : 61.438
c starts	: 252
c conflicts	: 1
c decisions	: 4093
c propagations	: 9140
c inspects	: 240752
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 253
c 
c CURRENT OPTIMUM=1073741572
c Current CPU time (ms) : 61.8
c starts	: 253
c conflicts	: 1
c decisions	: 4105
c propagations	: 9176
c inspects	: 242270
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 254
c 
c CURRENT OPTIMUM=1073741571
c Current CPU time (ms) : 62.107
c starts	: 254
c conflicts	: 1
c decisions	: 4115
c propagations	: 9212
c inspects	: 243542
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 255
c 
c CURRENT OPTIMUM=1073741570
c Current CPU time (ms) : 62.439
c starts	: 255
c conflicts	: 1
c decisions	: 4125
c propagations	: 9248
c inspects	: 244819
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 256
c 
c CURRENT OPTIMUM=1073741569
c Current CPU time (ms) : 62.691
c starts	: 256
c conflicts	: 1
c decisions	: 4133
c propagations	: 9284
c inspects	: 245847
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 257
c 
c CURRENT OPTIMUM=1073741568
c Current CPU time (ms) : 63.364
c starts	: 257
c conflicts	: 1
c decisions	: 4155
c propagations	: 9320
c inspects	: 248665
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 258
c 
c CURRENT OPTIMUM=1073741567
c Current CPU time (ms) : 63.959
c starts	: 258
c conflicts	: 1
c decisions	: 4175
c propagations	: 9356
c inspects	: 251237
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 259
c 
c CURRENT OPTIMUM=1073741566
c Current CPU time (ms) : 64.583
c starts	: 259
c conflicts	: 1
c decisions	: 4195
c propagations	: 9392
c inspects	: 253819
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 260
c 
c CURRENT OPTIMUM=1073741565
c Current CPU time (ms) : 65.125
c starts	: 260
c conflicts	: 1
c decisions	: 4213
c propagations	: 9428
c inspects	: 256153
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 261
c 
c CURRENT OPTIMUM=1073741564
c Current CPU time (ms) : 65.753
c starts	: 261
c conflicts	: 1
c decisions	: 4233
c propagations	: 9464
c inspects	: 258755
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 262
c 
c CURRENT OPTIMUM=1073741563
c Current CPU time (ms) : 66.326
c starts	: 262
c conflicts	: 1
c decisions	: 4251
c propagations	: 9500
c inspects	: 261107
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 263
c 
c CURRENT OPTIMUM=1073741562
c Current CPU time (ms) : 66.876
c starts	: 263
c conflicts	: 1
c decisions	: 4269
c propagations	: 9536
c inspects	: 263468
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 264
c 
c CURRENT OPTIMUM=1073741561
c Current CPU time (ms) : 67.395
c starts	: 264
c conflicts	: 1
c decisions	: 4285
c propagations	: 9572
c inspects	: 265576
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 265
c 
c CURRENT OPTIMUM=1073741560
c Current CPU time (ms) : 68.007
c starts	: 265
c conflicts	: 1
c decisions	: 4305
c propagations	: 9608
c inspects	: 268218
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 266
c 
c CURRENT OPTIMUM=1073741559
c Current CPU time (ms) : 68.589
c starts	: 266
c conflicts	: 1
c decisions	: 4323
c propagations	: 9644
c inspects	: 270606
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 267
c 
c CURRENT OPTIMUM=1073741558
c Current CPU time (ms) : 69.172
c starts	: 267
c conflicts	: 1
c decisions	: 4341
c propagations	: 9680
c inspects	: 273003
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 268
c 
c CURRENT OPTIMUM=1073741557
c Current CPU time (ms) : 69.68
c starts	: 268
c conflicts	: 1
c decisions	: 4357
c propagations	: 9716
c inspects	: 275143
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 269
c 
c CURRENT OPTIMUM=1073741556
c Current CPU time (ms) : 70.271
c starts	: 269
c conflicts	: 1
c decisions	: 4375
c propagations	: 9752
c inspects	: 277558
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 270
c 
c CURRENT OPTIMUM=1073741555
c Current CPU time (ms) : 70.776
c starts	: 270
c conflicts	: 1
c decisions	: 4391
c propagations	: 9788
c inspects	: 279714
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 271
c 
c CURRENT OPTIMUM=1073741554
c Current CPU time (ms) : 71.31
c starts	: 271
c conflicts	: 1
c decisions	: 4407
c propagations	: 9824
c inspects	: 281878
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 272
c 
c CURRENT OPTIMUM=1073741553
c Current CPU time (ms) : 71.76
c starts	: 272
c conflicts	: 1
c decisions	: 4421
c propagations	: 9860
c inspects	: 283780
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 273
c 
c CURRENT OPTIMUM=1073741552
c Current CPU time (ms) : 72.414
c starts	: 273
c conflicts	: 1
c decisions	: 4441
c propagations	: 9896
c inspects	: 286502
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 274
c 
c CURRENT OPTIMUM=1073741551
c Current CPU time (ms) : 73.011
c starts	: 274
c conflicts	: 1
c decisions	: 4459
c propagations	: 9932
c inspects	: 288962
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 275
c 
c CURRENT OPTIMUM=1073741550
c Current CPU time (ms) : 73.585
c starts	: 275
c conflicts	: 1
c decisions	: 4477
c propagations	: 9968
c inspects	: 291431
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 276
c 
c CURRENT OPTIMUM=1073741549
c Current CPU time (ms) : 74.126
c starts	: 276
c conflicts	: 1
c decisions	: 4493
c propagations	: 10004
c inspects	: 293635
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 277
c 
c CURRENT OPTIMUM=1073741548
c Current CPU time (ms) : 74.704
c starts	: 277
c conflicts	: 1
c decisions	: 4511
c propagations	: 10040
c inspects	: 296122
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 278
c 
c CURRENT OPTIMUM=1073741547
c Current CPU time (ms) : 75.249
c starts	: 278
c conflicts	: 1
c decisions	: 4527
c propagations	: 10076
c inspects	: 298342
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 279
c 
c CURRENT OPTIMUM=1073741546
c Current CPU time (ms) : 75.793
c starts	: 279
c conflicts	: 1
c decisions	: 4543
c propagations	: 10112
c inspects	: 300570
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 280
c 
c CURRENT OPTIMUM=1073741545
c Current CPU time (ms) : 76.256
c starts	: 280
c conflicts	: 1
c decisions	: 4557
c propagations	: 10148
c inspects	: 302528
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 281
c 
c CURRENT OPTIMUM=1073741544
c Current CPU time (ms) : 76.866
c starts	: 281
c conflicts	: 1
c decisions	: 4575
c propagations	: 10184
c inspects	: 305051
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 282
c 
c CURRENT OPTIMUM=1073741543
c Current CPU time (ms) : 77.393
c starts	: 282
c conflicts	: 1
c decisions	: 4591
c propagations	: 10220
c inspects	: 307303
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 283
c 
c CURRENT OPTIMUM=1073741542
c Current CPU time (ms) : 77.946
c starts	: 283
c conflicts	: 1
c decisions	: 4607
c propagations	: 10256
c inspects	: 309563
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 284
c 
c CURRENT OPTIMUM=1073741541
c Current CPU time (ms) : 78.414
c starts	: 284
c conflicts	: 1
c decisions	: 4621
c propagations	: 10292
c inspects	: 311549
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 285
c 
c CURRENT OPTIMUM=1073741540
c Current CPU time (ms) : 78.971
c starts	: 285
c conflicts	: 1
c decisions	: 4637
c propagations	: 10328
c inspects	: 313825
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 286
c 
c CURRENT OPTIMUM=1073741539
c Current CPU time (ms) : 79.443
c starts	: 286
c conflicts	: 1
c decisions	: 4651
c propagations	: 10364
c inspects	: 315825
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 287
c 
c CURRENT OPTIMUM=1073741538
c Current CPU time (ms) : 79.939
c starts	: 287
c conflicts	: 1
c decisions	: 4665
c propagations	: 10400
c inspects	: 317832
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 288
c 
c CURRENT OPTIMUM=1073741537
c Current CPU time (ms) : 80.349
c starts	: 288
c conflicts	: 1
c decisions	: 4677
c propagations	: 10436
c inspects	: 319560
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 289
c 
c CURRENT OPTIMUM=1073741536
c Current CPU time (ms) : 81.04
c starts	: 289
c conflicts	: 1
c decisions	: 4697
c propagations	: 10472
c inspects	: 322442
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 290
c 
c CURRENT OPTIMUM=1073741535
c Current CPU time (ms) : 81.667
c starts	: 290
c conflicts	: 1
c decisions	: 4715
c propagations	: 10508
c inspects	: 325046
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 291
c 
c CURRENT OPTIMUM=1073741534
c Current CPU time (ms) : 82.275
c starts	: 291
c conflicts	: 1
c decisions	: 4733
c propagations	: 10544
c inspects	: 327659
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 292
c 
c CURRENT OPTIMUM=1073741533
c Current CPU time (ms) : 82.85
c starts	: 292
c conflicts	: 1
c decisions	: 4749
c propagations	: 10580
c inspects	: 329991
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 293
c 
c CURRENT OPTIMUM=1073741532
c Current CPU time (ms) : 83.488
c starts	: 293
c conflicts	: 1
c decisions	: 4767
c propagations	: 10616
c inspects	: 332622
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 294
c 
c CURRENT OPTIMUM=1073741531
c Current CPU time (ms) : 84.038
c starts	: 294
c conflicts	: 1
c decisions	: 4783
c propagations	: 10652
c inspects	: 334970
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 295
c 
c CURRENT OPTIMUM=1073741530
c Current CPU time (ms) : 84.612
c starts	: 295
c conflicts	: 1
c decisions	: 4799
c propagations	: 10688
c inspects	: 337326
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 296
c 
c CURRENT OPTIMUM=1073741529
c Current CPU time (ms) : 85.1
c starts	: 296
c conflicts	: 1
c decisions	: 4813
c propagations	: 10724
c inspects	: 339396
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 297
c 
c CURRENT OPTIMUM=1073741528
c Current CPU time (ms) : 85.743
c starts	: 297
c conflicts	: 1
c decisions	: 4831
c propagations	: 10760
c inspects	: 342063
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 298
c 
c CURRENT OPTIMUM=1073741527
c Current CPU time (ms) : 86.322
c starts	: 298
c conflicts	: 1
c decisions	: 4847
c propagations	: 10796
c inspects	: 344443
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 299
c 
c CURRENT OPTIMUM=1073741526
c Current CPU time (ms) : 86.882
c starts	: 299
c conflicts	: 1
c decisions	: 4863
c propagations	: 10832
c inspects	: 346831
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 300
c 
c CURRENT OPTIMUM=1073741525
c Current CPU time (ms) : 87.398
c starts	: 300
c conflicts	: 1
c decisions	: 4877
c propagations	: 10868
c inspects	: 348929
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 301
c 
c CURRENT OPTIMUM=1073741524
c Current CPU time (ms) : 87.961
c starts	: 301
c conflicts	: 1
c decisions	: 4893
c propagations	: 10904
c inspects	: 351333
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 302
c 
c CURRENT OPTIMUM=1073741523
c Current CPU time (ms) : 88.48
c starts	: 302
c conflicts	: 1
c decisions	: 4907
c propagations	: 10940
c inspects	: 353445
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 303
c 
c CURRENT OPTIMUM=1073741522
c Current CPU time (ms) : 88.979
c starts	: 303
c conflicts	: 1
c decisions	: 4921
c propagations	: 10976
c inspects	: 355564
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 304
c 
c CURRENT OPTIMUM=1073741521
c Current CPU time (ms) : 89.439
c starts	: 304
c conflicts	: 1
c decisions	: 4933
c propagations	: 11012
c inspects	: 357388
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 305
c 
c CURRENT OPTIMUM=1073741520
c Current CPU time (ms) : 90.104
c starts	: 305
c conflicts	: 1
c decisions	: 4951
c propagations	: 11048
c inspects	: 360127
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 306
c 
c CURRENT OPTIMUM=1073741519
c Current CPU time (ms) : 90.676
c starts	: 306
c conflicts	: 1
c decisions	: 4967
c propagations	: 11084
c inspects	: 362571
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 307
c 
c CURRENT OPTIMUM=1073741518
c Current CPU time (ms) : 91.272
c starts	: 307
c conflicts	: 1
c decisions	: 4983
c propagations	: 11120
c inspects	: 365023
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 308
c 
c CURRENT OPTIMUM=1073741517
c Current CPU time (ms) : 91.779
c starts	: 308
c conflicts	: 1
c decisions	: 4997
c propagations	: 11156
c inspects	: 367177
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 309
c 
c CURRENT OPTIMUM=1073741516
c Current CPU time (ms) : 92.378
c starts	: 309
c conflicts	: 1
c decisions	: 5013
c propagations	: 11192
c inspects	: 369645
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 310
c 
c CURRENT OPTIMUM=1073741515
c Current CPU time (ms) : 92.909
c starts	: 310
c conflicts	: 1
c decisions	: 5027
c propagations	: 11228
c inspects	: 371813
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 311
c 
c CURRENT OPTIMUM=1073741514
c Current CPU time (ms) : 93.42
c starts	: 311
c conflicts	: 1
c decisions	: 5041
c propagations	: 11264
c inspects	: 373988
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 312
c 
c CURRENT OPTIMUM=1073741513
c Current CPU time (ms) : 93.885
c starts	: 312
c conflicts	: 1
c decisions	: 5053
c propagations	: 11300
c inspects	: 375860
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 313
c 
c CURRENT OPTIMUM=1073741512
c Current CPU time (ms) : 94.468
c starts	: 313
c conflicts	: 1
c decisions	: 5069
c propagations	: 11336
c inspects	: 378360
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 314
c 
c CURRENT OPTIMUM=1073741511
c Current CPU time (ms) : 95.005
c starts	: 314
c conflicts	: 1
c decisions	: 5083
c propagations	: 11372
c inspects	: 380556
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 315
c 
c CURRENT OPTIMUM=1073741510
c Current CPU time (ms) : 95.522
c starts	: 315
c conflicts	: 1
c decisions	: 5097
c propagations	: 11408
c inspects	: 382759
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 316
c 
c CURRENT OPTIMUM=1073741509
c Current CPU time (ms) : 95.992
c starts	: 316
c conflicts	: 1
c decisions	: 5109
c propagations	: 11444
c inspects	: 384655
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 317
c 
c CURRENT OPTIMUM=1073741508
c Current CPU time (ms) : 96.513
c starts	: 317
c conflicts	: 1
c decisions	: 5123
c propagations	: 11480
c inspects	: 386872
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 318
c 
c CURRENT OPTIMUM=1073741507
c Current CPU time (ms) : 96.991
c starts	: 318
c conflicts	: 1
c decisions	: 5135
c propagations	: 11516
c inspects	: 388780
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 319
c 
c CURRENT OPTIMUM=1073741506
c Current CPU time (ms) : 97.451
c starts	: 319
c conflicts	: 1
c decisions	: 5147
c propagations	: 11552
c inspects	: 390694
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 320
c 
c CURRENT OPTIMUM=1073741505
c Current CPU time (ms) : 97.858
c starts	: 320
c conflicts	: 1
c decisions	: 5157
c propagations	: 11588
c inspects	: 392296
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 321
c 
c CURRENT OPTIMUM=1073741504
c Current CPU time (ms) : 98.616
c starts	: 321
c conflicts	: 1
c decisions	: 5177
c propagations	: 11624
c inspects	: 395498
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 322
c 
c CURRENT OPTIMUM=1073741503
c Current CPU time (ms) : 99.286
c starts	: 322
c conflicts	: 1
c decisions	: 5195
c propagations	: 11660
c inspects	: 398390
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 323
c 
c CURRENT OPTIMUM=1073741502
c Current CPU time (ms) : 99.979
c starts	: 323
c conflicts	: 1
c decisions	: 5213
c propagations	: 11696
c inspects	: 401291
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 324
c 
c CURRENT OPTIMUM=1073741501
c Current CPU time (ms) : 100.603
c starts	: 324
c conflicts	: 1
c decisions	: 5229
c propagations	: 11732
c inspects	: 403879
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 325
c 
c CURRENT OPTIMUM=1073741500
c Current CPU time (ms) : 101.28
c starts	: 325
c conflicts	: 1
c decisions	: 5247
c propagations	: 11768
c inspects	: 406798
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 326
c 
c CURRENT OPTIMUM=1073741499
c Current CPU time (ms) : 101.908
c starts	: 326
c conflicts	: 1
c decisions	: 5263
c propagations	: 11804
c inspects	: 409402
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 327
c 
c CURRENT OPTIMUM=1073741498
c Current CPU time (ms) : 102.537
c starts	: 327
c conflicts	: 1
c decisions	: 5279
c propagations	: 11840
c inspects	: 412014
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 328
c 
c CURRENT OPTIMUM=1073741497
c Current CPU time (ms) : 103.076
c starts	: 328
c conflicts	: 1
c decisions	: 5293
c propagations	: 11876
c inspects	: 414308
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 329
c 
c CURRENT OPTIMUM=1073741496
c Current CPU time (ms) : 103.781
c starts	: 329
c conflicts	: 1
c decisions	: 5311
c propagations	: 11912
c inspects	: 417263
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 330
c 
c CURRENT OPTIMUM=1073741495
c Current CPU time (ms) : 104.415
c starts	: 330
c conflicts	: 1
c decisions	: 5327
c propagations	: 11948
c inspects	: 419899
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 331
c 
c CURRENT OPTIMUM=1073741494
c Current CPU time (ms) : 105.033
c starts	: 331
c conflicts	: 1
c decisions	: 5343
c propagations	: 11984
c inspects	: 422543
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 332
c 
c CURRENT OPTIMUM=1073741493
c Current CPU time (ms) : 105.598
c starts	: 332
c conflicts	: 1
c decisions	: 5357
c propagations	: 12020
c inspects	: 424865
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 333
c 
c CURRENT OPTIMUM=1073741492
c Current CPU time (ms) : 106.238
c starts	: 333
c conflicts	: 1
c decisions	: 5373
c propagations	: 12056
c inspects	: 427525
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 334
c 
c CURRENT OPTIMUM=1073741491
c Current CPU time (ms) : 106.787
c starts	: 334
c conflicts	: 1
c decisions	: 5387
c propagations	: 12092
c inspects	: 429861
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 335
c 
c CURRENT OPTIMUM=1073741490
c Current CPU time (ms) : 107.357
c starts	: 335
c conflicts	: 1
c decisions	: 5401
c propagations	: 12128
c inspects	: 432204
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 336
c 
c CURRENT OPTIMUM=1073741489
c Current CPU time (ms) : 107.835
c starts	: 336
c conflicts	: 1
c decisions	: 5413
c propagations	: 12164
c inspects	: 434220
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 337
c 
c CURRENT OPTIMUM=1073741488
c Current CPU time (ms) : 108.556
c starts	: 337
c conflicts	: 1
c decisions	: 5431
c propagations	: 12200
c inspects	: 437247
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 338
c 
c CURRENT OPTIMUM=1073741487
c Current CPU time (ms) : 109.206
c starts	: 338
c conflicts	: 1
c decisions	: 5447
c propagations	: 12236
c inspects	: 439947
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 339
c 
c CURRENT OPTIMUM=1073741486
c Current CPU time (ms) : 109.837
c starts	: 339
c conflicts	: 1
c decisions	: 5463
c propagations	: 12272
c inspects	: 442655
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 340
c 
c CURRENT OPTIMUM=1073741485
c Current CPU time (ms) : 110.415
c starts	: 340
c conflicts	: 1
c decisions	: 5477
c propagations	: 12308
c inspects	: 445033
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 341
c 
c CURRENT OPTIMUM=1073741484
c Current CPU time (ms) : 111.07
c starts	: 341
c conflicts	: 1
c decisions	: 5493
c propagations	: 12344
c inspects	: 447757
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 342
c 
c CURRENT OPTIMUM=1073741483
c Current CPU time (ms) : 111.632
c starts	: 342
c conflicts	: 1
c decisions	: 5507
c propagations	: 12380
c inspects	: 450149
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 343
c 
c CURRENT OPTIMUM=1073741482
c Current CPU time (ms) : 112.215
c starts	: 343
c conflicts	: 1
c decisions	: 5521
c propagations	: 12416
c inspects	: 452548
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 344
c 
c CURRENT OPTIMUM=1073741481
c Current CPU time (ms) : 112.723
c starts	: 344
c conflicts	: 1
c decisions	: 5533
c propagations	: 12452
c inspects	: 454612
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 345
c 
c CURRENT OPTIMUM=1073741480
c Current CPU time (ms) : 113.377
c starts	: 345
c conflicts	: 1
c decisions	: 5549
c propagations	: 12488
c inspects	: 457368
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 346
c 
c CURRENT OPTIMUM=1073741479
c Current CPU time (ms) : 113.969
c starts	: 346
c conflicts	: 1
c decisions	: 5563
c propagations	: 12524
c inspects	: 459788
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 347
c 
c CURRENT OPTIMUM=1073741478
c Current CPU time (ms) : 114.539
c starts	: 347
c conflicts	: 1
c decisions	: 5577
c propagations	: 12560
c inspects	: 462215
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 348
c 
c CURRENT OPTIMUM=1073741477
c Current CPU time (ms) : 115.054
c starts	: 348
c conflicts	: 1
c decisions	: 5589
c propagations	: 12596
c inspects	: 464303
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 349
c 
c CURRENT OPTIMUM=1073741476
c Current CPU time (ms) : 115.646
c starts	: 349
c conflicts	: 1
c decisions	: 5603
c propagations	: 12632
c inspects	: 466744
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 350
c 
c CURRENT OPTIMUM=1073741475
c Current CPU time (ms) : 116.144
c starts	: 350
c conflicts	: 1
c decisions	: 5615
c propagations	: 12668
c inspects	: 468844
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 351
c 
c CURRENT OPTIMUM=1073741474
c Current CPU time (ms) : 116.662
c starts	: 351
c conflicts	: 1
c decisions	: 5627
c propagations	: 12704
c inspects	: 470950
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 352
c 
c CURRENT OPTIMUM=1073741473
c Current CPU time (ms) : 117.084
c starts	: 352
c conflicts	: 1
c decisions	: 5637
c propagations	: 12740
c inspects	: 472712
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 353
c 
c CURRENT OPTIMUM=1073741472
c Current CPU time (ms) : 117.838
c starts	: 353
c conflicts	: 1
c decisions	: 5655
c propagations	: 12776
c inspects	: 475883
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 354
c 
c CURRENT OPTIMUM=1073741471
c Current CPU time (ms) : 118.516
c starts	: 354
c conflicts	: 1
c decisions	: 5671
c propagations	: 12812
c inspects	: 478711
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 355
c 
c CURRENT OPTIMUM=1073741470
c Current CPU time (ms) : 119.178
c starts	: 355
c conflicts	: 1
c decisions	: 5687
c propagations	: 12848
c inspects	: 481547
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 356
c 
c CURRENT OPTIMUM=1073741469
c Current CPU time (ms) : 119.782
c starts	: 356
c conflicts	: 1
c decisions	: 5701
c propagations	: 12884
c inspects	: 484037
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 357
c 
c CURRENT OPTIMUM=1073741468
c Current CPU time (ms) : 120.466
c starts	: 357
c conflicts	: 1
c decisions	: 5717
c propagations	: 12920
c inspects	: 486889
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 358
c 
c CURRENT OPTIMUM=1073741467
c Current CPU time (ms) : 121.054
c starts	: 358
c conflicts	: 1
c decisions	: 5731
c propagations	: 12956
c inspects	: 489393
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 359
c 
c CURRENT OPTIMUM=1073741466
c Current CPU time (ms) : 121.663
c starts	: 359
c conflicts	: 1
c decisions	: 5745
c propagations	: 12992
c inspects	: 491904
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 360
c 
c CURRENT OPTIMUM=1073741465
c Current CPU time (ms) : 122.193
c starts	: 360
c conflicts	: 1
c decisions	: 5757
c propagations	: 13028
c inspects	: 494064
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 361
c 
c CURRENT OPTIMUM=1073741464
c Current CPU time (ms) : 122.866
c starts	: 361
c conflicts	: 1
c decisions	: 5773
c propagations	: 13064
c inspects	: 496948
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 362
c 
c CURRENT OPTIMUM=1073741463
c Current CPU time (ms) : 123.48
c starts	: 362
c conflicts	: 1
c decisions	: 5787
c propagations	: 13100
c inspects	: 499480
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 363
c 
c CURRENT OPTIMUM=1073741462
c Current CPU time (ms) : 124.096
c starts	: 363
c conflicts	: 1
c decisions	: 5801
c propagations	: 13136
c inspects	: 502019
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 364
c 
c CURRENT OPTIMUM=1073741461
c Current CPU time (ms) : 124.622
c starts	: 364
c conflicts	: 1
c decisions	: 5813
c propagations	: 13172
c inspects	: 504203
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 365
c 
c CURRENT OPTIMUM=1073741460
c Current CPU time (ms) : 125.249
c starts	: 365
c conflicts	: 1
c decisions	: 5827
c propagations	: 13208
c inspects	: 506756
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 366
c 
c CURRENT OPTIMUM=1073741459
c Current CPU time (ms) : 125.769
c starts	: 366
c conflicts	: 1
c decisions	: 5839
c propagations	: 13244
c inspects	: 508952
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 367
c 
c CURRENT OPTIMUM=1073741458
c Current CPU time (ms) : 126.311
c starts	: 367
c conflicts	: 1
c decisions	: 5851
c propagations	: 13280
c inspects	: 511154
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 368
c 
c CURRENT OPTIMUM=1073741457
c Current CPU time (ms) : 126.751
c starts	: 368
c conflicts	: 1
c decisions	: 5861
c propagations	: 13316
c inspects	: 512996
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 369
c 
c CURRENT OPTIMUM=1073741456
c Current CPU time (ms) : 127.457
c starts	: 369
c conflicts	: 1
c decisions	: 5877
c propagations	: 13352
c inspects	: 515944
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 370
c 
c CURRENT OPTIMUM=1073741455
c Current CPU time (ms) : 128.083
c starts	: 370
c conflicts	: 1
c decisions	: 5891
c propagations	: 13388
c inspects	: 518532
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 371
c 
c CURRENT OPTIMUM=1073741454
c Current CPU time (ms) : 128.692
c starts	: 371
c conflicts	: 1
c decisions	: 5905
c propagations	: 13424
c inspects	: 521127
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 372
c 
c CURRENT OPTIMUM=1073741453
c Current CPU time (ms) : 129.24
c starts	: 372
c conflicts	: 1
c decisions	: 5917
c propagations	: 13460
c inspects	: 523359
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 373
c 
c CURRENT OPTIMUM=1073741452
c Current CPU time (ms) : 129.875
c starts	: 373
c conflicts	: 1
c decisions	: 5931
c propagations	: 13496
c inspects	: 525968
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 374
c 
c CURRENT OPTIMUM=1073741451
c Current CPU time (ms) : 130.414
c starts	: 374
c conflicts	: 1
c decisions	: 5943
c propagations	: 13532
c inspects	: 528212
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 375
c 
c CURRENT OPTIMUM=1073741450
c Current CPU time (ms) : 130.971
c starts	: 375
c conflicts	: 1
c decisions	: 5955
c propagations	: 13568
c inspects	: 530462
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 376
c 
c CURRENT OPTIMUM=1073741449
c Current CPU time (ms) : 131.421
c starts	: 376
c conflicts	: 1
c decisions	: 5965
c propagations	: 13604
c inspects	: 532344
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 377
c 
c CURRENT OPTIMUM=1073741448
c Current CPU time (ms) : 132.059
c starts	: 377
c conflicts	: 1
c decisions	: 5979
c propagations	: 13640
c inspects	: 534981
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 378
c 
c CURRENT OPTIMUM=1073741447
c Current CPU time (ms) : 132.614
c starts	: 378
c conflicts	: 1
c decisions	: 5991
c propagations	: 13676
c inspects	: 537249
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 379
c 
c CURRENT OPTIMUM=1073741446
c Current CPU time (ms) : 133.153
c starts	: 379
c conflicts	: 1
c decisions	: 6003
c propagations	: 13712
c inspects	: 539523
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 380
c 
c CURRENT OPTIMUM=1073741445
c Current CPU time (ms) : 133.626
c starts	: 380
c conflicts	: 1
c decisions	: 6013
c propagations	: 13748
c inspects	: 541425
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 381
c 
c CURRENT OPTIMUM=1073741444
c Current CPU time (ms) : 134.167
c starts	: 381
c conflicts	: 1
c decisions	: 6025
c propagations	: 13784
c inspects	: 543711
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 382
c 
c CURRENT OPTIMUM=1073741443
c Current CPU time (ms) : 134.643
c starts	: 382
c conflicts	: 1
c decisions	: 6035
c propagations	: 13820
c inspects	: 545623
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 383
c 
c CURRENT OPTIMUM=1073741442
c Current CPU time (ms) : 135.102
c starts	: 383
c conflicts	: 1
c decisions	: 6045
c propagations	: 13856
c inspects	: 547540
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 384
c 
c CURRENT OPTIMUM=1073741441
c Current CPU time (ms) : 135.495
c starts	: 384
c conflicts	: 1
c decisions	: 6053
c propagations	: 13892
c inspects	: 549080
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 385
c 
c CURRENT OPTIMUM=1073741440
c Current CPU time (ms) : 136.4
c starts	: 385
c conflicts	: 1
c decisions	: 6073
c propagations	: 13928
c inspects	: 552922
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 386
c 
c CURRENT OPTIMUM=1073741439
c Current CPU time (ms) : 137.204
c starts	: 386
c conflicts	: 1
c decisions	: 6091
c propagations	: 13964
c inspects	: 556390
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 387
c 
c CURRENT OPTIMUM=1073741438
c Current CPU time (ms) : 138.033
c starts	: 387
c conflicts	: 1
c decisions	: 6109
c propagations	: 14000
c inspects	: 559867
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 388
c 
c CURRENT OPTIMUM=1073741437
c Current CPU time (ms) : 138.778
c starts	: 388
c conflicts	: 1
c decisions	: 6125
c propagations	: 14036
c inspects	: 562967
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 389
c 
c CURRENT OPTIMUM=1073741436
c Current CPU time (ms) : 139.611
c starts	: 389
c conflicts	: 1
c decisions	: 6143
c propagations	: 14072
c inspects	: 566462
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 390
c 
c CURRENT OPTIMUM=1073741435
c Current CPU time (ms) : 140.36
c starts	: 390
c conflicts	: 1
c decisions	: 6159
c propagations	: 14108
c inspects	: 569578
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 391
c 
c CURRENT OPTIMUM=1073741434
c Current CPU time (ms) : 141.088
c starts	: 391
c conflicts	: 1
c decisions	: 6175
c propagations	: 14144
c inspects	: 572702
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 392
c 
c CURRENT OPTIMUM=1073741433
c Current CPU time (ms) : 141.755
c starts	: 392
c conflicts	: 1
c decisions	: 6189
c propagations	: 14180
c inspects	: 575444
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 393
c 
c CURRENT OPTIMUM=1073741432
c Current CPU time (ms) : 142.596
c starts	: 393
c conflicts	: 1
c decisions	: 6207
c propagations	: 14216
c inspects	: 578975
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 394
c 
c CURRENT OPTIMUM=1073741431
c Current CPU time (ms) : 143.353
c starts	: 394
c conflicts	: 1
c decisions	: 6223
c propagations	: 14252
c inspects	: 582123
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 395
c 
c CURRENT OPTIMUM=1073741430
c Current CPU time (ms) : 144.112
c starts	: 395
c conflicts	: 1
c decisions	: 6239
c propagations	: 14288
c inspects	: 585279
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 396
c 
c CURRENT OPTIMUM=1073741429
c Current CPU time (ms) : 144.762
c starts	: 396
c conflicts	: 1
c decisions	: 6253
c propagations	: 14324
c inspects	: 588049
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 397
c 
c CURRENT OPTIMUM=1073741428
c Current CPU time (ms) : 145.525
c starts	: 397
c conflicts	: 1
c decisions	: 6269
c propagations	: 14360
c inspects	: 591221
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 398
c 
c CURRENT OPTIMUM=1073741427
c Current CPU time (ms) : 146.202
c starts	: 398
c conflicts	: 1
c decisions	: 6283
c propagations	: 14396
c inspects	: 594005
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 399
c 
c CURRENT OPTIMUM=1073741426
c Current CPU time (ms) : 146.879
c starts	: 399
c conflicts	: 1
c decisions	: 6297
c propagations	: 14432
c inspects	: 596796
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 400
c 
c CURRENT OPTIMUM=1073741425
c Current CPU time (ms) : 147.447
c starts	: 400
c conflicts	: 1
c decisions	: 6309
c propagations	: 14468
c inspects	: 599196
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 401
c 
c CURRENT OPTIMUM=1073741424
c Current CPU time (ms) : 148.312
c starts	: 401
c conflicts	: 1
c decisions	: 6327
c propagations	: 14504
c inspects	: 602799
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 402
c 
c CURRENT OPTIMUM=1073741423
c Current CPU time (ms) : 149.086
c starts	: 402
c conflicts	: 1
c decisions	: 6343
c propagations	: 14540
c inspects	: 606011
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 403
c 
c CURRENT OPTIMUM=1073741422
c Current CPU time (ms) : 149.86
c starts	: 403
c conflicts	: 1
c decisions	: 6359
c propagations	: 14576
c inspects	: 609231
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 404
c 
c CURRENT OPTIMUM=1073741421
c Current CPU time (ms) : 150.523
c starts	: 404
c conflicts	: 1
c decisions	: 6373
c propagations	: 14612
c inspects	: 612057
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 405
c 
c CURRENT OPTIMUM=1073741420
c Current CPU time (ms) : 151.301
c starts	: 405
c conflicts	: 1
c decisions	: 6389
c propagations	: 14648
c inspects	: 615293
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 406
c 
c CURRENT OPTIMUM=1073741419
c Current CPU time (ms) : 151.991
c starts	: 406
c conflicts	: 1
c decisions	: 6403
c propagations	: 14684
c inspects	: 618133
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 407
c 
c CURRENT OPTIMUM=1073741418
c Current CPU time (ms) : 152.683
c starts	: 407
c conflicts	: 1
c decisions	: 6417
c propagations	: 14720
c inspects	: 620980
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 408
c 
c CURRENT OPTIMUM=1073741417
c Current CPU time (ms) : 153.262
c starts	: 408
c conflicts	: 1
c decisions	: 6429
c propagations	: 14756
c inspects	: 623428
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 409
c 
c CURRENT OPTIMUM=1073741416
c Current CPU time (ms) : 154.048
c starts	: 409
c conflicts	: 1
c decisions	: 6445
c propagations	: 14792
c inspects	: 626696
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 410
c 
c CURRENT OPTIMUM=1073741415
c Current CPU time (ms) : 154.745
c starts	: 410
c conflicts	: 1
c decisions	: 6459
c propagations	: 14828
c inspects	: 629564
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 411
c 
c CURRENT OPTIMUM=1073741414
c Current CPU time (ms) : 155.444
c starts	: 411
c conflicts	: 1
c decisions	: 6473
c propagations	: 14864
c inspects	: 632439
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 412
c 
c CURRENT OPTIMUM=1073741413
c Current CPU time (ms) : 156.029
c starts	: 412
c conflicts	: 1
c decisions	: 6485
c propagations	: 14900
c inspects	: 634911
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 413
c 
c CURRENT OPTIMUM=1073741412
c Current CPU time (ms) : 156.732
c starts	: 413
c conflicts	: 1
c decisions	: 6499
c propagations	: 14936
c inspects	: 637800
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 414
c 
c CURRENT OPTIMUM=1073741411
c Current CPU time (ms) : 157.344
c starts	: 414
c conflicts	: 1
c decisions	: 6511
c propagations	: 14972
c inspects	: 640284
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 415
c 
c CURRENT OPTIMUM=1073741410
c Current CPU time (ms) : 157.934
c starts	: 415
c conflicts	: 1
c decisions	: 6523
c propagations	: 15008
c inspects	: 642774
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 416
c 
c CURRENT OPTIMUM=1073741409
c Current CPU time (ms) : 158.456
c starts	: 416
c conflicts	: 1
c decisions	: 6533
c propagations	: 15044
c inspects	: 644856
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 417
c 
c CURRENT OPTIMUM=1073741408
c Current CPU time (ms) : 159.347
c starts	: 417
c conflicts	: 1
c decisions	: 6551
c propagations	: 15080
c inspects	: 648603
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 418
c 
c CURRENT OPTIMUM=1073741407
c Current CPU time (ms) : 160.15
c starts	: 418
c conflicts	: 1
c decisions	: 6567
c propagations	: 15116
c inspects	: 651943
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 419
c 
c CURRENT OPTIMUM=1073741406
c Current CPU time (ms) : 160.931
c starts	: 419
c conflicts	: 1
c decisions	: 6583
c propagations	: 15152
c inspects	: 655291
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 420
c 
c CURRENT OPTIMUM=1073741405
c Current CPU time (ms) : 161.645
c starts	: 420
c conflicts	: 1
c decisions	: 6597
c propagations	: 15188
c inspects	: 658229
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 421
c 
c CURRENT OPTIMUM=1073741404
c Current CPU time (ms) : 162.454
c starts	: 421
c conflicts	: 1
c decisions	: 6613
c propagations	: 15224
c inspects	: 661593
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 422
c 
c CURRENT OPTIMUM=1073741403
c Current CPU time (ms) : 163.172
c starts	: 422
c conflicts	: 1
c decisions	: 6627
c propagations	: 15260
c inspects	: 664545
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 423
c 
c CURRENT OPTIMUM=1073741402
c Current CPU time (ms) : 163.866
c starts	: 423
c conflicts	: 1
c decisions	: 6641
c propagations	: 15296
c inspects	: 667504
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 424
c 
c CURRENT OPTIMUM=1073741401
c Current CPU time (ms) : 164.495
c starts	: 424
c conflicts	: 1
c decisions	: 6653
c propagations	: 15332
c inspects	: 670048
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 425
c 
c CURRENT OPTIMUM=1073741400
c Current CPU time (ms) : 165.312
c starts	: 425
c conflicts	: 1
c decisions	: 6669
c propagations	: 15368
c inspects	: 673444
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 426
c 
c CURRENT OPTIMUM=1073741399
c Current CPU time (ms) : 166.034
c starts	: 426
c conflicts	: 1
c decisions	: 6683
c propagations	: 15404
c inspects	: 676424
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 427
c 
c CURRENT OPTIMUM=1073741398
c Current CPU time (ms) : 166.759
c starts	: 427
c conflicts	: 1
c decisions	: 6697
c propagations	: 15440
c inspects	: 679411
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 428
c 
c CURRENT OPTIMUM=1073741397
c Current CPU time (ms) : 167.367
c starts	: 428
c conflicts	: 1
c decisions	: 6709
c propagations	: 15476
c inspects	: 681979
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 429
c 
c CURRENT OPTIMUM=1073741396
c Current CPU time (ms) : 168.094
c starts	: 429
c conflicts	: 1
c decisions	: 6723
c propagations	: 15512
c inspects	: 684980
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 430
c 
c CURRENT OPTIMUM=1073741395
c Current CPU time (ms) : 168.726
c starts	: 430
c conflicts	: 1
c decisions	: 6735
c propagations	: 15548
c inspects	: 687560
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 431
c 
c CURRENT OPTIMUM=1073741394
c Current CPU time (ms) : 169.338
c starts	: 431
c conflicts	: 1
c decisions	: 6747
c propagations	: 15584
c inspects	: 690146
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 432
c 
c CURRENT OPTIMUM=1073741393
c Current CPU time (ms) : 169.876
c starts	: 432
c conflicts	: 1
c decisions	: 6757
c propagations	: 15620
c inspects	: 692308
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 433
c 
c CURRENT OPTIMUM=1073741392
c Current CPU time (ms) : 170.704
c starts	: 433
c conflicts	: 1
c decisions	: 6773
c propagations	: 15656
c inspects	: 695768
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 434
c 
c CURRENT OPTIMUM=1073741391
c Current CPU time (ms) : 171.417
c starts	: 434
c conflicts	: 1
c decisions	: 6787
c propagations	: 15692
c inspects	: 698804
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 435
c 
c CURRENT OPTIMUM=1073741390
c Current CPU time (ms) : 172.154
c starts	: 435
c conflicts	: 1
c decisions	: 6801
c propagations	: 15728
c inspects	: 701847
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 436
c 
c CURRENT OPTIMUM=1073741389
c Current CPU time (ms) : 172.795
c starts	: 436
c conflicts	: 1
c decisions	: 6813
c propagations	: 15764
c inspects	: 704463
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 437
c 
c CURRENT OPTIMUM=1073741388
c Current CPU time (ms) : 173.534
c starts	: 437
c conflicts	: 1
c decisions	: 6827
c propagations	: 15800
c inspects	: 707520
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 438
c 
c CURRENT OPTIMUM=1073741387
c Current CPU time (ms) : 174.156
c starts	: 438
c conflicts	: 1
c decisions	: 6839
c propagations	: 15836
c inspects	: 710148
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 439
c 
c CURRENT OPTIMUM=1073741386
c Current CPU time (ms) : 174.803
c starts	: 439
c conflicts	: 1
c decisions	: 6851
c propagations	: 15872
c inspects	: 712782
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 440
c 
c CURRENT OPTIMUM=1073741385
c Current CPU time (ms) : 175.352
c starts	: 440
c conflicts	: 1
c decisions	: 6861
c propagations	: 15908
c inspects	: 714984
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 441
c 
c CURRENT OPTIMUM=1073741384
c Current CPU time (ms) : 176.076
c starts	: 441
c conflicts	: 1
c decisions	: 6875
c propagations	: 15944
c inspects	: 718069
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 442
c 
c CURRENT OPTIMUM=1073741383
c Current CPU time (ms) : 176.726
c starts	: 442
c conflicts	: 1
c decisions	: 6887
c propagations	: 15980
c inspects	: 720721
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 443
c 
c CURRENT OPTIMUM=1073741382
c Current CPU time (ms) : 177.378
c starts	: 443
c conflicts	: 1
c decisions	: 6899
c propagations	: 16016
c inspects	: 723379
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 444
c 
c CURRENT OPTIMUM=1073741381
c Current CPU time (ms) : 177.909
c starts	: 444
c conflicts	: 1
c decisions	: 6909
c propagations	: 16052
c inspects	: 725601
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 445
c 
c CURRENT OPTIMUM=1073741380
c Current CPU time (ms) : 178.564
c starts	: 445
c conflicts	: 1
c decisions	: 6921
c propagations	: 16088
c inspects	: 728271
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 446
c 
c CURRENT OPTIMUM=1073741379
c Current CPU time (ms) : 179.119
c starts	: 446
c conflicts	: 1
c decisions	: 6931
c propagations	: 16124
c inspects	: 730503
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 447
c 
c CURRENT OPTIMUM=1073741378
c Current CPU time (ms) : 179.654
c starts	: 447
c conflicts	: 1
c decisions	: 6941
c propagations	: 16160
c inspects	: 732740
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 448
c 
c CURRENT OPTIMUM=1073741377
c Current CPU time (ms) : 180.111
c starts	: 448
c conflicts	: 1
c decisions	: 6949
c propagations	: 16196
c inspects	: 734536
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 449
c 
c CURRENT OPTIMUM=1073741376
c Current CPU time (ms) : 181.068
c starts	: 449
c conflicts	: 1
c decisions	: 6967
c propagations	: 16232
c inspects	: 738571
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 450
c 
c CURRENT OPTIMUM=1073741375
c Current CPU time (ms) : 181.929
c starts	: 450
c conflicts	: 1
c decisions	: 6983
c propagations	: 16268
c inspects	: 742167
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 451
c 
c CURRENT OPTIMUM=1073741374
c Current CPU time (ms) : 182.769
c starts	: 451
c conflicts	: 1
c decisions	: 6999
c propagations	: 16304
c inspects	: 745771
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 452
c 
c CURRENT OPTIMUM=1073741373
c Current CPU time (ms) : 183.534
c starts	: 452
c conflicts	: 1
c decisions	: 7013
c propagations	: 16340
c inspects	: 748933
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 453
c 
c CURRENT OPTIMUM=1073741372
c Current CPU time (ms) : 184.4
c starts	: 453
c conflicts	: 1
c decisions	: 7029
c propagations	: 16376
c inspects	: 752553
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 454
c 
c CURRENT OPTIMUM=1073741371
c Current CPU time (ms) : 185.168
c starts	: 454
c conflicts	: 1
c decisions	: 7043
c propagations	: 16412
c inspects	: 755729
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 455
c 
c CURRENT OPTIMUM=1073741370
c Current CPU time (ms) : 185.938
c starts	: 455
c conflicts	: 1
c decisions	: 7057
c propagations	: 16448
c inspects	: 758912
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 456
c 
c CURRENT OPTIMUM=1073741369
c Current CPU time (ms) : 186.584
c starts	: 456
c conflicts	: 1
c decisions	: 7069
c propagations	: 16484
c inspects	: 761648
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 457
c 
c CURRENT OPTIMUM=1073741368
c Current CPU time (ms) : 187.458
c starts	: 457
c conflicts	: 1
c decisions	: 7085
c propagations	: 16520
c inspects	: 765300
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 458
c 
c CURRENT OPTIMUM=1073741367
c Current CPU time (ms) : 188.233
c starts	: 458
c conflicts	: 1
c decisions	: 7099
c propagations	: 16556
c inspects	: 768504
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 459
c 
c CURRENT OPTIMUM=1073741366
c Current CPU time (ms) : 189.009
c starts	: 459
c conflicts	: 1
c decisions	: 7113
c propagations	: 16592
c inspects	: 771715
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 460
c 
c CURRENT OPTIMUM=1073741365
c Current CPU time (ms) : 189.685
c starts	: 460
c conflicts	: 1
c decisions	: 7125
c propagations	: 16628
c inspects	: 774475
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 461
c 
c CURRENT OPTIMUM=1073741364
c Current CPU time (ms) : 190.464
c starts	: 461
c conflicts	: 1
c decisions	: 7139
c propagations	: 16664
c inspects	: 777700
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 462
c 
c CURRENT OPTIMUM=1073741363
c Current CPU time (ms) : 191.121
c starts	: 462
c conflicts	: 1
c decisions	: 7151
c propagations	: 16700
c inspects	: 780472
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 463
c 
c CURRENT OPTIMUM=1073741362
c Current CPU time (ms) : 191.8
c starts	: 463
c conflicts	: 1
c decisions	: 7163
c propagations	: 16736
c inspects	: 783250
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 464
c 
c CURRENT OPTIMUM=1073741361
c Current CPU time (ms) : 192.378
c starts	: 464
c conflicts	: 1
c decisions	: 7173
c propagations	: 16772
c inspects	: 785572
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 465
c 
c CURRENT OPTIMUM=1073741360
c Current CPU time (ms) : 193.244
c starts	: 465
c conflicts	: 1
c decisions	: 7189
c propagations	: 16808
c inspects	: 789288
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 466
c 
c CURRENT OPTIMUM=1073741359
c Current CPU time (ms) : 194.032
c starts	: 466
c conflicts	: 1
c decisions	: 7203
c propagations	: 16844
c inspects	: 792548
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 467
c 
c CURRENT OPTIMUM=1073741358
c Current CPU time (ms) : 194.822
c starts	: 467
c conflicts	: 1
c decisions	: 7217
c propagations	: 16880
c inspects	: 795815
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 468
c 
c CURRENT OPTIMUM=1073741357
c Current CPU time (ms) : 195.509
c starts	: 468
c conflicts	: 1
c decisions	: 7229
c propagations	: 16916
c inspects	: 798623
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 469
c 
c CURRENT OPTIMUM=1073741356
c Current CPU time (ms) : 196.301
c starts	: 469
c conflicts	: 1
c decisions	: 7243
c propagations	: 16952
c inspects	: 801904
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 470
c 
c CURRENT OPTIMUM=1073741355
c Current CPU time (ms) : 196.968
c starts	: 470
c conflicts	: 1
c decisions	: 7255
c propagations	: 16988
c inspects	: 804724
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 471
c 
c CURRENT OPTIMUM=1073741354
c Current CPU time (ms) : 197.66
c starts	: 471
c conflicts	: 1
c decisions	: 7267
c propagations	: 17024
c inspects	: 807550
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 472
c 
c CURRENT OPTIMUM=1073741353
c Current CPU time (ms) : 198.247
c starts	: 472
c conflicts	: 1
c decisions	: 7277
c propagations	: 17060
c inspects	: 809912
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 473
c 
c CURRENT OPTIMUM=1073741352
c Current CPU time (ms) : 199.046
c starts	: 473
c conflicts	: 1
c decisions	: 7291
c propagations	: 17096
c inspects	: 813221
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 474
c 
c CURRENT OPTIMUM=1073741351
c Current CPU time (ms) : 199.719
c starts	: 474
c conflicts	: 1
c decisions	: 7303
c propagations	: 17132
c inspects	: 816065
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 475
c 
c CURRENT OPTIMUM=1073741350
c Current CPU time (ms) : 200.416
c starts	: 475
c conflicts	: 1
c decisions	: 7315
c propagations	: 17168
c inspects	: 818915
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 476
c 
c CURRENT OPTIMUM=1073741349
c Current CPU time (ms) : 201.007
c starts	: 476
c conflicts	: 1
c decisions	: 7325
c propagations	: 17204
c inspects	: 821297
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 477
c 
c CURRENT OPTIMUM=1073741348
c Current CPU time (ms) : 201.685
c starts	: 477
c conflicts	: 1
c decisions	: 7337
c propagations	: 17240
c inspects	: 824159
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 478
c 
c CURRENT OPTIMUM=1073741347
c Current CPU time (ms) : 202.28
c starts	: 478
c conflicts	: 1
c decisions	: 7347
c propagations	: 17276
c inspects	: 826551
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 479
c 
c CURRENT OPTIMUM=1073741346
c Current CPU time (ms) : 202.874
c starts	: 479
c conflicts	: 1
c decisions	: 7357
c propagations	: 17312
c inspects	: 828948
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 480
c 
c CURRENT OPTIMUM=1073741345
c Current CPU time (ms) : 203.34
c starts	: 480
c conflicts	: 1
c decisions	: 7365
c propagations	: 17348
c inspects	: 830872
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 481
c 
c CURRENT OPTIMUM=1073741344
c Current CPU time (ms) : 204.259
c starts	: 481
c conflicts	: 1
c decisions	: 7381
c propagations	: 17384
c inspects	: 834716
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 482
c 
c CURRENT OPTIMUM=1073741343
c Current CPU time (ms) : 205.073
c starts	: 482
c conflicts	: 1
c decisions	: 7395
c propagations	: 17420
c inspects	: 838088
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 483
c 
c CURRENT OPTIMUM=1073741342
c Current CPU time (ms) : 205.889
c starts	: 483
c conflicts	: 1
c decisions	: 7409
c propagations	: 17456
c inspects	: 841467
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 484
c 
c CURRENT OPTIMUM=1073741341
c Current CPU time (ms) : 206.597
c starts	: 484
c conflicts	: 1
c decisions	: 7421
c propagations	: 17492
c inspects	: 844371
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 485
c 
c CURRENT OPTIMUM=1073741340
c Current CPU time (ms) : 207.394
c starts	: 485
c conflicts	: 1
c decisions	: 7435
c propagations	: 17528
c inspects	: 847764
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 486
c 
c CURRENT OPTIMUM=1073741339
c Current CPU time (ms) : 208.107
c starts	: 486
c conflicts	: 1
c decisions	: 7447
c propagations	: 17564
c inspects	: 850680
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 487
c 
c CURRENT OPTIMUM=1073741338
c Current CPU time (ms) : 208.82
c starts	: 487
c conflicts	: 1
c decisions	: 7459
c propagations	: 17600
c inspects	: 853602
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 488
c 
c CURRENT OPTIMUM=1073741337
c Current CPU time (ms) : 209.403
c starts	: 488
c conflicts	: 1
c decisions	: 7469
c propagations	: 17636
c inspects	: 856044
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 489
c 
c CURRENT OPTIMUM=1073741336
c Current CPU time (ms) : 210.231
c starts	: 489
c conflicts	: 1
c decisions	: 7483
c propagations	: 17672
c inspects	: 859465
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 490
c 
c CURRENT OPTIMUM=1073741335
c Current CPU time (ms) : 210.95
c starts	: 490
c conflicts	: 1
c decisions	: 7495
c propagations	: 17708
c inspects	: 862405
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 491
c 
c CURRENT OPTIMUM=1073741334
c Current CPU time (ms) : 211.675
c starts	: 491
c conflicts	: 1
c decisions	: 7507
c propagations	: 17744
c inspects	: 865351
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 492
c 
c CURRENT OPTIMUM=1073741333
c Current CPU time (ms) : 212.263
c starts	: 492
c conflicts	: 1
c decisions	: 7517
c propagations	: 17780
c inspects	: 867813
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 493
c 
c CURRENT OPTIMUM=1073741332
c Current CPU time (ms) : 212.986
c starts	: 493
c conflicts	: 1
c decisions	: 7529
c propagations	: 17816
c inspects	: 870771
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 494
c 
c CURRENT OPTIMUM=1073741331
c Current CPU time (ms) : 213.599
c starts	: 494
c conflicts	: 1
c decisions	: 7539
c propagations	: 17852
c inspects	: 873243
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 495
c 
c CURRENT OPTIMUM=1073741330
c Current CPU time (ms) : 214.215
c starts	: 495
c conflicts	: 1
c decisions	: 7549
c propagations	: 17888
c inspects	: 875720
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 496
c 
c CURRENT OPTIMUM=1073741329
c Current CPU time (ms) : 214.697
c starts	: 496
c conflicts	: 1
c decisions	: 7557
c propagations	: 17924
c inspects	: 877708
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 497
c 
c CURRENT OPTIMUM=1073741328
c Current CPU time (ms) : 215.536
c starts	: 497
c conflicts	: 1
c decisions	: 7571
c propagations	: 17960
c inspects	: 881185
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 498
c 
c CURRENT OPTIMUM=1073741327
c Current CPU time (ms) : 216.265
c starts	: 498
c conflicts	: 1
c decisions	: 7583
c propagations	: 17996
c inspects	: 884173
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 499
c 
c CURRENT OPTIMUM=1073741326
c Current CPU time (ms) : 216.973
c starts	: 499
c conflicts	: 1
c decisions	: 7595
c propagations	: 18032
c inspects	: 887167
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 500
c 
c CURRENT OPTIMUM=1073741325
c Current CPU time (ms) : 217.595
c starts	: 500
c conflicts	: 1
c decisions	: 7605
c propagations	: 18068
c inspects	: 889669
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 501
c 
c CURRENT OPTIMUM=1073741324
c Current CPU time (ms) : 218.329
c starts	: 501
c conflicts	: 1
c decisions	: 7617
c propagations	: 18104
c inspects	: 892675
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 502
c 
c CURRENT OPTIMUM=1073741323
c Current CPU time (ms) : 218.928
c starts	: 502
c conflicts	: 1
c decisions	: 7627
c propagations	: 18140
c inspects	: 895187
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 503
c 
c CURRENT OPTIMUM=1073741322
c Current CPU time (ms) : 219.552
c starts	: 503
c conflicts	: 1
c decisions	: 7637
c propagations	: 18176
c inspects	: 897704
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 504
c 
c CURRENT OPTIMUM=1073741321
c Current CPU time (ms) : 220.063
c starts	: 504
c conflicts	: 1
c decisions	: 7645
c propagations	: 18212
c inspects	: 899724
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 505
c 
c CURRENT OPTIMUM=1073741320
c Current CPU time (ms) : 220.779
c starts	: 505
c conflicts	: 1
c decisions	: 7657
c propagations	: 18248
c inspects	: 902754
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 506
c 
c CURRENT OPTIMUM=1073741319
c Current CPU time (ms) : 221.407
c starts	: 506
c conflicts	: 1
c decisions	: 7667
c propagations	: 18284
c inspects	: 905286
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 507
c 
c CURRENT OPTIMUM=1073741318
c Current CPU time (ms) : 222.035
c starts	: 507
c conflicts	: 1
c decisions	: 7677
c propagations	: 18320
c inspects	: 907823
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 508
c 
c CURRENT OPTIMUM=1073741317
c Current CPU time (ms) : 222.528
c starts	: 508
c conflicts	: 1
c decisions	: 7685
c propagations	: 18356
c inspects	: 909859
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 509
c 
c CURRENT OPTIMUM=1073741316
c Current CPU time (ms) : 223.159
c starts	: 509
c conflicts	: 1
c decisions	: 7695
c propagations	: 18392
c inspects	: 912406
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 510
c 
c CURRENT OPTIMUM=1073741315
c Current CPU time (ms) : 223.653
c starts	: 510
c conflicts	: 1
c decisions	: 7703
c propagations	: 18428
c inspects	: 914450
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 511
c 
c CURRENT OPTIMUM=1073741314
c Current CPU time (ms) : 224.171
c starts	: 511
c conflicts	: 1
c decisions	: 7711
c propagations	: 18464
c inspects	: 916498
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 512
c 
c CURRENT OPTIMUM=1073741313
c Current CPU time (ms) : 224.55
c starts	: 512
c conflicts	: 1
c decisions	: 7717
c propagations	: 18500
c inspects	: 918040
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 513
c 
c CURRENT OPTIMUM=1073741312
c Current CPU time (ms) : 225.882
c starts	: 513
c conflicts	: 1
c decisions	: 7739
c propagations	: 18536
c inspects	: 923674
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 514
c 
c CURRENT OPTIMUM=1073741311
c Current CPU time (ms) : 227.085
c starts	: 514
c conflicts	: 1
c decisions	: 7759
c propagations	: 18572
c inspects	: 928806
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 515
c 
c CURRENT OPTIMUM=1073741310
c Current CPU time (ms) : 228.29
c starts	: 515
c conflicts	: 1
c decisions	: 7779
c propagations	: 18608
c inspects	: 933948
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 516
c 
c CURRENT OPTIMUM=1073741309
c Current CPU time (ms) : 229.41
c starts	: 516
c conflicts	: 1
c decisions	: 7797
c propagations	: 18644
c inspects	: 938586
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 517
c 
c CURRENT OPTIMUM=1073741308
c Current CPU time (ms) : 230.62
c starts	: 517
c conflicts	: 1
c decisions	: 7817
c propagations	: 18680
c inspects	: 943748
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 518
c 
c CURRENT OPTIMUM=1073741307
c Current CPU time (ms) : 231.719
c starts	: 518
c conflicts	: 1
c decisions	: 7835
c propagations	: 18716
c inspects	: 948404
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 519
c 
c CURRENT OPTIMUM=1073741306
c Current CPU time (ms) : 232.82
c starts	: 519
c conflicts	: 1
c decisions	: 7853
c propagations	: 18752
c inspects	: 953069
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 520
c 
c CURRENT OPTIMUM=1073741305
c Current CPU time (ms) : 233.81
c starts	: 520
c conflicts	: 1
c decisions	: 7869
c propagations	: 18788
c inspects	: 957225
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 521
c 
c CURRENT OPTIMUM=1073741304
c Current CPU time (ms) : 235.029
c starts	: 521
c conflicts	: 1
c decisions	: 7889
c propagations	: 18824
c inspects	: 962427
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 522
c 
c CURRENT OPTIMUM=1073741303
c Current CPU time (ms) : 236.157
c starts	: 522
c conflicts	: 1
c decisions	: 7907
c propagations	: 18860
c inspects	: 967119
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 523
c 
c CURRENT OPTIMUM=1073741302
c Current CPU time (ms) : 237.27
c starts	: 523
c conflicts	: 1
c decisions	: 7925
c propagations	: 18896
c inspects	: 971820
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 524
c 
c CURRENT OPTIMUM=1073741301
c Current CPU time (ms) : 238.267
c starts	: 524
c conflicts	: 1
c decisions	: 7941
c propagations	: 18932
c inspects	: 976008
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 525
c 
c CURRENT OPTIMUM=1073741300
c Current CPU time (ms) : 239.38
c starts	: 525
c conflicts	: 1
c decisions	: 7959
c propagations	: 18968
c inspects	: 980727
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 526
c 
c CURRENT OPTIMUM=1073741299
c Current CPU time (ms) : 240.38
c starts	: 526
c conflicts	: 1
c decisions	: 7975
c propagations	: 19004
c inspects	: 984931
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 527
c 
c CURRENT OPTIMUM=1073741298
c Current CPU time (ms) : 241.382
c starts	: 527
c conflicts	: 1
c decisions	: 7991
c propagations	: 19040
c inspects	: 989143
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 528
c 
c CURRENT OPTIMUM=1073741297
c Current CPU time (ms) : 242.273
c starts	: 528
c conflicts	: 1
c decisions	: 8005
c propagations	: 19076
c inspects	: 992837
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 529
c 
c CURRENT OPTIMUM=1073741296
c Current CPU time (ms) : 243.522
c starts	: 529
c conflicts	: 1
c decisions	: 8025
c propagations	: 19112
c inspects	: 998119
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 530
c 
c CURRENT OPTIMUM=1073741295
c Current CPU time (ms) : 244.681
c starts	: 530
c conflicts	: 1
c decisions	: 8043
c propagations	: 19148
c inspects	: 1002883
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 531
c 
c CURRENT OPTIMUM=1073741294
c Current CPU time (ms) : 245.816
c starts	: 531
c conflicts	: 1
c decisions	: 8061
c propagations	: 19184
c inspects	: 1007656
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 532
c 
c CURRENT OPTIMUM=1073741293
c Current CPU time (ms) : 246.827
c starts	: 532
c conflicts	: 1
c decisions	: 8077
c propagations	: 19220
c inspects	: 1011908
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 533
c 
c CURRENT OPTIMUM=1073741292
c Current CPU time (ms) : 247.956
c starts	: 533
c conflicts	: 1
c decisions	: 8095
c propagations	: 19256
c inspects	: 1016699
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 534
c 
c CURRENT OPTIMUM=1073741291
c Current CPU time (ms) : 248.971
c starts	: 534
c conflicts	: 1
c decisions	: 8111
c propagations	: 19292
c inspects	: 1020967
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 535
c 
c CURRENT OPTIMUM=1073741290
c Current CPU time (ms) : 249.987
c starts	: 535
c conflicts	: 1
c decisions	: 8127
c propagations	: 19328
c inspects	: 1025243
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 536
c 
c CURRENT OPTIMUM=1073741289
c Current CPU time (ms) : 250.887
c starts	: 536
c conflicts	: 1
c decisions	: 8141
c propagations	: 19364
c inspects	: 1028993
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 537
c 
c CURRENT OPTIMUM=1073741288
c Current CPU time (ms) : 252.025
c starts	: 537
c conflicts	: 1
c decisions	: 8159
c propagations	: 19400
c inspects	: 1033820
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 538
c 
c CURRENT OPTIMUM=1073741287
c Current CPU time (ms) : 253.068
c starts	: 538
c conflicts	: 1
c decisions	: 8175
c propagations	: 19436
c inspects	: 1038120
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 539
c 
c CURRENT OPTIMUM=1073741286
c Current CPU time (ms) : 254.092
c starts	: 539
c conflicts	: 1
c decisions	: 8191
c propagations	: 19472
c inspects	: 1042428
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 540
c 
c CURRENT OPTIMUM=1073741285
c Current CPU time (ms) : 254.998
c starts	: 540
c conflicts	: 1
c decisions	: 8205
c propagations	: 19508
c inspects	: 1046206
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 541
c 
c CURRENT OPTIMUM=1073741284
c Current CPU time (ms) : 256.026
c starts	: 541
c conflicts	: 1
c decisions	: 8221
c propagations	: 19544
c inspects	: 1050530
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 542
c 
c CURRENT OPTIMUM=1073741283
c Current CPU time (ms) : 256.938
c starts	: 542
c conflicts	: 1
c decisions	: 8235
c propagations	: 19580
c inspects	: 1054322
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 543
c 
c CURRENT OPTIMUM=1073741282
c Current CPU time (ms) : 257.849
c starts	: 543
c conflicts	: 1
c decisions	: 8249
c propagations	: 19616
c inspects	: 1058121
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 544
c 
c CURRENT OPTIMUM=1073741281
c Current CPU time (ms) : 258.62
c starts	: 544
c conflicts	: 1
c decisions	: 8261
c propagations	: 19652
c inspects	: 1061385
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 545
c 
c CURRENT OPTIMUM=1073741280
c Current CPU time (ms) : 259.915
c starts	: 545
c conflicts	: 1
c decisions	: 8281
c propagations	: 19688
c inspects	: 1066827
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 546
c 
c CURRENT OPTIMUM=1073741279
c Current CPU time (ms) : 261.072
c starts	: 546
c conflicts	: 1
c decisions	: 8299
c propagations	: 19724
c inspects	: 1071735
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 547
c 
c CURRENT OPTIMUM=1073741278
c Current CPU time (ms) : 262.231
c starts	: 547
c conflicts	: 1
c decisions	: 8317
c propagations	: 19760
c inspects	: 1076652
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 548
c 
c CURRENT OPTIMUM=1073741277
c Current CPU time (ms) : 263.273
c starts	: 548
c conflicts	: 1
c decisions	: 8333
c propagations	: 19796
c inspects	: 1081032
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 549
c 
c CURRENT OPTIMUM=1073741276
c Current CPU time (ms) : 264.46
c starts	: 549
c conflicts	: 1
c decisions	: 8351
c propagations	: 19832
c inspects	: 1085967
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 550
c 
c CURRENT OPTIMUM=1073741275
c Current CPU time (ms) : 265.504
c starts	: 550
c conflicts	: 1
c decisions	: 8367
c propagations	: 19868
c inspects	: 1090363
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 551
c 
c CURRENT OPTIMUM=1073741274
c Current CPU time (ms) : 266.552
c starts	: 551
c conflicts	: 1
c decisions	: 8383
c propagations	: 19904
c inspects	: 1094767
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 552
c 
c CURRENT OPTIMUM=1073741273
c Current CPU time (ms) : 267.477
c starts	: 552
c conflicts	: 1
c decisions	: 8397
c propagations	: 19940
c inspects	: 1098629
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 553
c 
c CURRENT OPTIMUM=1073741272
c Current CPU time (ms) : 268.653
c starts	: 553
c conflicts	: 1
c decisions	: 8415
c propagations	: 19976
c inspects	: 1103600
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 554
c 
c CURRENT OPTIMUM=1073741271
c Current CPU time (ms) : 269.706
c starts	: 554
c conflicts	: 1
c decisions	: 8431
c propagations	: 20012
c inspects	: 1108028
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 555
c 
c CURRENT OPTIMUM=1073741270
c Current CPU time (ms) : 270.76
c starts	: 555
c conflicts	: 1
c decisions	: 8447
c propagations	: 20048
c inspects	: 1112464
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 556
c 
c CURRENT OPTIMUM=1073741269
c Current CPU time (ms) : 271.692
c starts	: 556
c conflicts	: 1
c decisions	: 8461
c propagations	: 20084
c inspects	: 1116354
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 557
c 
c CURRENT OPTIMUM=1073741268
c Current CPU time (ms) : 272.751
c starts	: 557
c conflicts	: 1
c decisions	: 8477
c propagations	: 20120
c inspects	: 1120806
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 558
c 
c CURRENT OPTIMUM=1073741267
c Current CPU time (ms) : 273.688
c starts	: 558
c conflicts	: 1
c decisions	: 8491
c propagations	: 20156
c inspects	: 1124710
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 559
c 
c CURRENT OPTIMUM=1073741266
c Current CPU time (ms) : 274.625
c starts	: 559
c conflicts	: 1
c decisions	: 8505
c propagations	: 20192
c inspects	: 1128621
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 560
c 
c CURRENT OPTIMUM=1073741265
c Current CPU time (ms) : 275.441
c starts	: 560
c conflicts	: 1
c decisions	: 8517
c propagations	: 20228
c inspects	: 1131981
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 561
c 
c CURRENT OPTIMUM=1073741264
c Current CPU time (ms) : 276.65
c starts	: 561
c conflicts	: 1
c decisions	: 8535
c propagations	: 20264
c inspects	: 1137024
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 562
c 
c CURRENT OPTIMUM=1073741263
c Current CPU time (ms) : 277.716
c starts	: 562
c conflicts	: 1
c decisions	: 8551
c propagations	: 20300
c inspects	: 1141516
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 563
c 
c CURRENT OPTIMUM=1073741262
c Current CPU time (ms) : 278.785
c starts	: 563
c conflicts	: 1
c decisions	: 8567
c propagations	: 20336
c inspects	: 1146016
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 564
c 
c CURRENT OPTIMUM=1073741261
c Current CPU time (ms) : 279.731
c starts	: 564
c conflicts	: 1
c decisions	: 8581
c propagations	: 20372
c inspects	: 1149962
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 565
c 
c CURRENT OPTIMUM=1073741260
c Current CPU time (ms) : 280.805
c starts	: 565
c conflicts	: 1
c decisions	: 8597
c propagations	: 20408
c inspects	: 1154478
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 566
c 
c CURRENT OPTIMUM=1073741259
c Current CPU time (ms) : 281.755
c starts	: 566
c conflicts	: 1
c decisions	: 8611
c propagations	: 20444
c inspects	: 1158438
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 567
c 
c CURRENT OPTIMUM=1073741258
c Current CPU time (ms) : 282.705
c starts	: 567
c conflicts	: 1
c decisions	: 8625
c propagations	: 20480
c inspects	: 1162405
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 568
c 
c CURRENT OPTIMUM=1073741257
c Current CPU time (ms) : 283.531
c starts	: 568
c conflicts	: 1
c decisions	: 8637
c propagations	: 20516
c inspects	: 1165813
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 569
c 
c CURRENT OPTIMUM=1073741256
c Current CPU time (ms) : 284.611
c starts	: 569
c conflicts	: 1
c decisions	: 8653
c propagations	: 20552
c inspects	: 1170361
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 570
c 
c CURRENT OPTIMUM=1073741255
c Current CPU time (ms) : 285.567
c starts	: 570
c conflicts	: 1
c decisions	: 8667
c propagations	: 20588
c inspects	: 1174349
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 571
c 
c CURRENT OPTIMUM=1073741254
c Current CPU time (ms) : 286.525
c starts	: 571
c conflicts	: 1
c decisions	: 8681
c propagations	: 20624
c inspects	: 1178344
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 572
c 
c CURRENT OPTIMUM=1073741253
c Current CPU time (ms) : 287.355
c starts	: 572
c conflicts	: 1
c decisions	: 8693
c propagations	: 20660
c inspects	: 1181776
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 573
c 
c CURRENT OPTIMUM=1073741252
c Current CPU time (ms) : 288.316
c starts	: 573
c conflicts	: 1
c decisions	: 8707
c propagations	: 20696
c inspects	: 1185785
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 574
c 
c CURRENT OPTIMUM=1073741251
c Current CPU time (ms) : 289.149
c starts	: 574
c conflicts	: 1
c decisions	: 8719
c propagations	: 20732
c inspects	: 1189229
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 575
c 
c CURRENT OPTIMUM=1073741250
c Current CPU time (ms) : 289.983
c starts	: 575
c conflicts	: 1
c decisions	: 8731
c propagations	: 20768
c inspects	: 1192679
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 576
c 
c CURRENT OPTIMUM=1073741249
c Current CPU time (ms) : 290.67
c starts	: 576
c conflicts	: 1
c decisions	: 8741
c propagations	: 20804
c inspects	: 1195561
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 577
c 
c CURRENT OPTIMUM=1073741248
c Current CPU time (ms) : 292.048
c starts	: 577
c conflicts	: 1
c decisions	: 8761
c propagations	: 20840
c inspects	: 1201323
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 578
c 
c CURRENT OPTIMUM=1073741247
c Current CPU time (ms) : 293.271
c starts	: 578
c conflicts	: 1
c decisions	: 8779
c propagations	: 20876
c inspects	: 1206519
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 579
c 
c CURRENT OPTIMUM=1073741246
c Current CPU time (ms) : 294.495
c starts	: 579
c conflicts	: 1
c decisions	: 8797
c propagations	: 20912
c inspects	: 1211724
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 580
c 
c CURRENT OPTIMUM=1073741245
c Current CPU time (ms) : 295.614
c starts	: 580
c conflicts	: 1
c decisions	: 8813
c propagations	: 20948
c inspects	: 1216360
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 581
c 
c CURRENT OPTIMUM=1073741244
c Current CPU time (ms) : 296.849
c starts	: 581
c conflicts	: 1
c decisions	: 8831
c propagations	: 20984
c inspects	: 1221583
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 582
c 
c CURRENT OPTIMUM=1073741243
c Current CPU time (ms) : 297.962
c starts	: 582
c conflicts	: 1
c decisions	: 8847
c propagations	: 21020
c inspects	: 1226235
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 583
c 
c CURRENT OPTIMUM=1073741242
c Current CPU time (ms) : 299.067
c starts	: 583
c conflicts	: 1
c decisions	: 8863
c propagations	: 21056
c inspects	: 1230895
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 584
c 
c CURRENT OPTIMUM=1073741241
c Current CPU time (ms) : 300.045
c starts	: 584
c conflicts	: 1
c decisions	: 8877
c propagations	: 21092
c inspects	: 1234981
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 585
c 
c CURRENT OPTIMUM=1073741240
c Current CPU time (ms) : 301.318
c starts	: 585
c conflicts	: 1
c decisions	: 8895
c propagations	: 21128
c inspects	: 1240240
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 586
c 
c CURRENT OPTIMUM=1073741239
c Current CPU time (ms) : 302.433
c starts	: 586
c conflicts	: 1
c decisions	: 8911
c propagations	: 21164
c inspects	: 1244924
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 587
c 
c CURRENT OPTIMUM=1073741238
c Current CPU time (ms) : 303.556
c starts	: 587
c conflicts	: 1
c decisions	: 8927
c propagations	: 21200
c inspects	: 1249616
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 588
c 
c CURRENT OPTIMUM=1073741237
c Current CPU time (ms) : 304.54
c starts	: 588
c conflicts	: 1
c decisions	: 8941
c propagations	: 21236
c inspects	: 1253730
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 589
c 
c CURRENT OPTIMUM=1073741236
c Current CPU time (ms) : 305.655
c starts	: 589
c conflicts	: 1
c decisions	: 8957
c propagations	: 21272
c inspects	: 1258438
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 590
c 
c CURRENT OPTIMUM=1073741235
c Current CPU time (ms) : 306.642
c starts	: 590
c conflicts	: 1
c decisions	: 8971
c propagations	: 21308
c inspects	: 1262566
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 591
c 
c CURRENT OPTIMUM=1073741234
c Current CPU time (ms) : 307.631
c starts	: 591
c conflicts	: 1
c decisions	: 8985
c propagations	: 21344
c inspects	: 1266701
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 592
c 
c CURRENT OPTIMUM=1073741233
c Current CPU time (ms) : 308.494
c starts	: 592
c conflicts	: 1
c decisions	: 8997
c propagations	: 21380
c inspects	: 1270253
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 593
c 
c CURRENT OPTIMUM=1073741232
c Current CPU time (ms) : 309.771
c starts	: 593
c conflicts	: 1
c decisions	: 9015
c propagations	: 21416
c inspects	: 1275584
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 594
c 
c CURRENT OPTIMUM=1073741231
c Current CPU time (ms) : 310.897
c starts	: 594
c conflicts	: 1
c decisions	: 9031
c propagations	: 21452
c inspects	: 1280332
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 595
c 
c CURRENT OPTIMUM=1073741230
c Current CPU time (ms) : 312.024
c starts	: 595
c conflicts	: 1
c decisions	: 9047
c propagations	: 21488
c inspects	: 1285088
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 596
c 
c CURRENT OPTIMUM=1073741229
c Current CPU time (ms) : 313.023
c starts	: 596
c conflicts	: 1
c decisions	: 9061
c propagations	: 21524
c inspects	: 1289258
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 597
c 
c CURRENT OPTIMUM=1073741228
c Current CPU time (ms) : 314.153
c starts	: 597
c conflicts	: 1
c decisions	: 9077
c propagations	: 21560
c inspects	: 1294030
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 598
c 
c CURRENT OPTIMUM=1073741227
c Current CPU time (ms) : 315.155
c starts	: 598
c conflicts	: 1
c decisions	: 9091
c propagations	: 21596
c inspects	: 1298214
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 599
c 
c CURRENT OPTIMUM=1073741226
c Current CPU time (ms) : 316.159
c starts	: 599
c conflicts	: 1
c decisions	: 9105
c propagations	: 21632
c inspects	: 1302405
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 600
c 
c CURRENT OPTIMUM=1073741225
c Current CPU time (ms) : 317.031
c starts	: 600
c conflicts	: 1
c decisions	: 9117
c propagations	: 21668
c inspects	: 1306005
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 601
c 
c CURRENT OPTIMUM=1073741224
c Current CPU time (ms) : 318.17
c starts	: 601
c conflicts	: 1
c decisions	: 9133
c propagations	: 21704
c inspects	: 1310809
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 602
c 
c CURRENT OPTIMUM=1073741223
c Current CPU time (ms) : 319.197
c starts	: 602
c conflicts	: 1
c decisions	: 9147
c propagations	: 21740
c inspects	: 1315021
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 603
c 
c CURRENT OPTIMUM=1073741222
c Current CPU time (ms) : 320.206
c starts	: 603
c conflicts	: 1
c decisions	: 9161
c propagations	: 21776
c inspects	: 1319240
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 604
c 
c CURRENT OPTIMUM=1073741221
c Current CPU time (ms) : 321.082
c starts	: 604
c conflicts	: 1
c decisions	: 9173
c propagations	: 21812
c inspects	: 1322864
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 605
c 
c CURRENT OPTIMUM=1073741220
c Current CPU time (ms) : 322.112
c starts	: 605
c conflicts	: 1
c decisions	: 9187
c propagations	: 21848
c inspects	: 1327097
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 606
c 
c CURRENT OPTIMUM=1073741219
c Current CPU time (ms) : 322.991
c starts	: 606
c conflicts	: 1
c decisions	: 9199
c propagations	: 21884
c inspects	: 1330733
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 607
c 
c CURRENT OPTIMUM=1073741218
c Current CPU time (ms) : 323.871
c starts	: 607
c conflicts	: 1
c decisions	: 9211
c propagations	: 21920
c inspects	: 1334375
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 608
c 
c CURRENT OPTIMUM=1073741217
c Current CPU time (ms) : 324.627
c starts	: 608
c conflicts	: 1
c decisions	: 9221
c propagations	: 21956
c inspects	: 1337417
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 609
c 
c CURRENT OPTIMUM=1073741216
c Current CPU time (ms) : 325.953
c starts	: 609
c conflicts	: 1
c decisions	: 9239
c propagations	: 21992
c inspects	: 1342892
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 610
c 
c CURRENT OPTIMUM=1073741215
c Current CPU time (ms) : 327.125
c starts	: 610
c conflicts	: 1
c decisions	: 9255
c propagations	: 22028
c inspects	: 1347768
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 611
c 
c CURRENT OPTIMUM=1073741214
c Current CPU time (ms) : 328.298
c starts	: 611
c conflicts	: 1
c decisions	: 9271
c propagations	: 22064
c inspects	: 1352652
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 612
c 
c CURRENT OPTIMUM=1073741213
c Current CPU time (ms) : 329.344
c starts	: 612
c conflicts	: 1
c decisions	: 9285
c propagations	: 22100
c inspects	: 1356934
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 613
c 
c CURRENT OPTIMUM=1073741212
c Current CPU time (ms) : 330.523
c starts	: 613
c conflicts	: 1
c decisions	: 9301
c propagations	: 22136
c inspects	: 1361834
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 614
c 
c CURRENT OPTIMUM=1073741211
c Current CPU time (ms) : 331.583
c starts	: 614
c conflicts	: 1
c decisions	: 9315
c propagations	: 22172
c inspects	: 1366130
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 615
c 
c CURRENT OPTIMUM=1073741210
c Current CPU time (ms) : 332.626
c starts	: 615
c conflicts	: 1
c decisions	: 9329
c propagations	: 22208
c inspects	: 1370433
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 616
c 
c CURRENT OPTIMUM=1073741209
c Current CPU time (ms) : 333.531
c starts	: 616
c conflicts	: 1
c decisions	: 9341
c propagations	: 22244
c inspects	: 1374129
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 617
c 
c CURRENT OPTIMUM=1073741208
c Current CPU time (ms) : 334.72
c starts	: 617
c conflicts	: 1
c decisions	: 9357
c propagations	: 22280
c inspects	: 1379061
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 618
c 
c CURRENT OPTIMUM=1073741207
c Current CPU time (ms) : 335.771
c starts	: 618
c conflicts	: 1
c decisions	: 9371
c propagations	: 22316
c inspects	: 1383385
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 619
c 
c CURRENT OPTIMUM=1073741206
c Current CPU time (ms) : 336.814
c starts	: 619
c conflicts	: 1
c decisions	: 9385
c propagations	: 22352
c inspects	: 1387716
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 620
c 
c CURRENT OPTIMUM=1073741205
c Current CPU time (ms) : 337.725
c starts	: 620
c conflicts	: 1
c decisions	: 9397
c propagations	: 22388
c inspects	: 1391436
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 621
c 
c CURRENT OPTIMUM=1073741204
c Current CPU time (ms) : 338.779
c starts	: 621
c conflicts	: 1
c decisions	: 9411
c propagations	: 22424
c inspects	: 1395781
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 622
c 
c CURRENT OPTIMUM=1073741203
c Current CPU time (ms) : 339.694
c starts	: 622
c conflicts	: 1
c decisions	: 9423
c propagations	: 22460
c inspects	: 1399513
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 623
c 
c CURRENT OPTIMUM=1073741202
c Current CPU time (ms) : 340.61
c starts	: 623
c conflicts	: 1
c decisions	: 9435
c propagations	: 22496
c inspects	: 1403251
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 624
c 
c CURRENT OPTIMUM=1073741201
c Current CPU time (ms) : 341.385
c starts	: 624
c conflicts	: 1
c decisions	: 9445
c propagations	: 22532
c inspects	: 1406373
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 625
c 
c CURRENT OPTIMUM=1073741200
c Current CPU time (ms) : 342.584
c starts	: 625
c conflicts	: 1
c decisions	: 9461
c propagations	: 22568
c inspects	: 1411369
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 626
c 
c CURRENT OPTIMUM=1073741199
c Current CPU time (ms) : 343.637
c starts	: 626
c conflicts	: 1
c decisions	: 9475
c propagations	: 22604
c inspects	: 1415749
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 627
c 
c CURRENT OPTIMUM=1073741198
c Current CPU time (ms) : 344.696
c starts	: 627
c conflicts	: 1
c decisions	: 9489
c propagations	: 22640
c inspects	: 1420136
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 628
c 
c CURRENT OPTIMUM=1073741197
c Current CPU time (ms) : 345.619
c starts	: 628
c conflicts	: 1
c decisions	: 9501
c propagations	: 22676
c inspects	: 1423904
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 629
c 
c CURRENT OPTIMUM=1073741196
c Current CPU time (ms) : 346.686
c starts	: 629
c conflicts	: 1
c decisions	: 9515
c propagations	: 22712
c inspects	: 1428305
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 630
c 
c CURRENT OPTIMUM=1073741195
c Current CPU time (ms) : 347.614
c starts	: 630
c conflicts	: 1
c decisions	: 9527
c propagations	: 22748
c inspects	: 1432085
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 631
c 
c CURRENT OPTIMUM=1073741194
c Current CPU time (ms) : 348.538
c starts	: 631
c conflicts	: 1
c decisions	: 9539
c propagations	: 22784
c inspects	: 1435871
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 632
c 
c CURRENT OPTIMUM=1073741193
c Current CPU time (ms) : 349.323
c starts	: 632
c conflicts	: 1
c decisions	: 9549
c propagations	: 22820
c inspects	: 1439033
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 633
c 
c CURRENT OPTIMUM=1073741192
c Current CPU time (ms) : 350.398
c starts	: 633
c conflicts	: 1
c decisions	: 9563
c propagations	: 22856
c inspects	: 1443462
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 634
c 
c CURRENT OPTIMUM=1073741191
c Current CPU time (ms) : 351.329
c starts	: 634
c conflicts	: 1
c decisions	: 9575
c propagations	: 22892
c inspects	: 1447266
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 635
c 
c CURRENT OPTIMUM=1073741190
c Current CPU time (ms) : 352.261
c starts	: 635
c conflicts	: 1
c decisions	: 9587
c propagations	: 22928
c inspects	: 1451076
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 636
c 
c CURRENT OPTIMUM=1073741189
c Current CPU time (ms) : 353.05
c starts	: 636
c conflicts	: 1
c decisions	: 9597
c propagations	: 22964
c inspects	: 1454258
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 637
c 
c CURRENT OPTIMUM=1073741188
c Current CPU time (ms) : 353.985
c starts	: 637
c conflicts	: 1
c decisions	: 9609
c propagations	: 23000
c inspects	: 1458080
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 638
c 
c CURRENT OPTIMUM=1073741187
c Current CPU time (ms) : 354.769
c starts	: 638
c conflicts	: 1
c decisions	: 9619
c propagations	: 23036
c inspects	: 1461272
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 639
c 
c CURRENT OPTIMUM=1073741186
c Current CPU time (ms) : 355.561
c starts	: 639
c conflicts	: 1
c decisions	: 9629
c propagations	: 23072
c inspects	: 1464469
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 640
c 
c CURRENT OPTIMUM=1073741185
c Current CPU time (ms) : 356.189
c starts	: 640
c conflicts	: 1
c decisions	: 9637
c propagations	: 23108
c inspects	: 1467033
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 641
c 
c CURRENT OPTIMUM=1073741184
c Current CPU time (ms) : 357.722
c starts	: 641
c conflicts	: 1
c decisions	: 9657
c propagations	: 23144
c inspects	: 1473435
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 642
c 
c CURRENT OPTIMUM=1073741183
c Current CPU time (ms) : 359.099
c starts	: 642
c conflicts	: 1
c decisions	: 9675
c propagations	: 23180
c inspects	: 1479207
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 643
c 
c CURRENT OPTIMUM=1073741182
c Current CPU time (ms) : 360.496
c starts	: 643
c conflicts	: 1
c decisions	: 9693
c propagations	: 23216
c inspects	: 1484988
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 644
c 
c CURRENT OPTIMUM=1073741181
c Current CPU time (ms) : 361.729
c starts	: 644
c conflicts	: 1
c decisions	: 9709
c propagations	: 23252
c inspects	: 1490136
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 645
c 
c CURRENT OPTIMUM=1073741180
c Current CPU time (ms) : 363.109
c starts	: 645
c conflicts	: 1
c decisions	: 9727
c propagations	: 23288
c inspects	: 1495935
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 646
c 
c CURRENT OPTIMUM=1073741179
c Current CPU time (ms) : 364.368
c starts	: 646
c conflicts	: 1
c decisions	: 9743
c propagations	: 23324
c inspects	: 1501099
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 647
c 
c CURRENT OPTIMUM=1073741178
c Current CPU time (ms) : 365.608
c starts	: 647
c conflicts	: 1
c decisions	: 9759
c propagations	: 23360
c inspects	: 1506271
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 648
c 
c CURRENT OPTIMUM=1073741177
c Current CPU time (ms) : 366.696
c starts	: 648
c conflicts	: 1
c decisions	: 9773
c propagations	: 23396
c inspects	: 1510805
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 649
c 
c CURRENT OPTIMUM=1073741176
c Current CPU time (ms) : 368.101
c starts	: 649
c conflicts	: 1
c decisions	: 9791
c propagations	: 23432
c inspects	: 1516640
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 650
c 
c CURRENT OPTIMUM=1073741175
c Current CPU time (ms) : 369.348
c starts	: 650
c conflicts	: 1
c decisions	: 9807
c propagations	: 23468
c inspects	: 1521836
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 651
c 
c CURRENT OPTIMUM=1073741174
c Current CPU time (ms) : 370.599
c starts	: 651
c conflicts	: 1
c decisions	: 9823
c propagations	: 23504
c inspects	: 1527040
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 652
c 
c CURRENT OPTIMUM=1073741173
c Current CPU time (ms) : 371.702
c starts	: 652
c conflicts	: 1
c decisions	: 9837
c propagations	: 23540
c inspects	: 1531602
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 653
c 
c CURRENT OPTIMUM=1073741172
c Current CPU time (ms) : 372.974
c starts	: 653
c conflicts	: 1
c decisions	: 9853
c propagations	: 23576
c inspects	: 1536822
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 654
c 
c CURRENT OPTIMUM=1073741171
c Current CPU time (ms) : 374.083
c starts	: 654
c conflicts	: 1
c decisions	: 9867
c propagations	: 23612
c inspects	: 1541398
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 655
c 
c CURRENT OPTIMUM=1073741170
c Current CPU time (ms) : 375.195
c starts	: 655
c conflicts	: 1
c decisions	: 9881
c propagations	: 23648
c inspects	: 1545981
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 656
c 
c CURRENT OPTIMUM=1073741169
c Current CPU time (ms) : 376.157
c starts	: 656
c conflicts	: 1
c decisions	: 9893
c propagations	: 23684
c inspects	: 1549917
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 657
c 
c CURRENT OPTIMUM=1073741168
c Current CPU time (ms) : 377.581
c starts	: 657
c conflicts	: 1
c decisions	: 9911
c propagations	: 23720
c inspects	: 1555824
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 658
c 
c CURRENT OPTIMUM=1073741167
c Current CPU time (ms) : 378.845
c starts	: 658
c conflicts	: 1
c decisions	: 9927
c propagations	: 23756
c inspects	: 1561084
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 659
c 
c CURRENT OPTIMUM=1073741166
c Current CPU time (ms) : 380.111
c starts	: 659
c conflicts	: 1
c decisions	: 9943
c propagations	: 23792
c inspects	: 1566352
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 660
c 
c CURRENT OPTIMUM=1073741165
c Current CPU time (ms) : 381.23
c starts	: 660
c conflicts	: 1
c decisions	: 9957
c propagations	: 23828
c inspects	: 1570970
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 661
c 
c CURRENT OPTIMUM=1073741164
c Current CPU time (ms) : 382.518
c starts	: 661
c conflicts	: 1
c decisions	: 9973
c propagations	: 23864
c inspects	: 1576254
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 662
c 
c CURRENT OPTIMUM=1073741163
c Current CPU time (ms) : 383.641
c starts	: 662
c conflicts	: 1
c decisions	: 9987
c propagations	: 23900
c inspects	: 1580886
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 663
c 
c CURRENT OPTIMUM=1073741162
c Current CPU time (ms) : 384.787
c starts	: 663
c conflicts	: 1
c decisions	: 10001
c propagations	: 23936
c inspects	: 1585525
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 664
c 
c CURRENT OPTIMUM=1073741161
c Current CPU time (ms) : 385.761
c starts	: 664
c conflicts	: 1
c decisions	: 10013
c propagations	: 23972
c inspects	: 1589509
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 665
c 
c CURRENT OPTIMUM=1073741160
c Current CPU time (ms) : 387.038
c starts	: 665
c conflicts	: 1
c decisions	: 10029
c propagations	: 24008
c inspects	: 1594825
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 666
c 
c CURRENT OPTIMUM=1073741159
c Current CPU time (ms) : 388.184
c starts	: 666
c conflicts	: 1
c decisions	: 10043
c propagations	: 24044
c inspects	: 1599485
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 667
c 
c CURRENT OPTIMUM=1073741158
c Current CPU time (ms) : 389.317
c starts	: 667
c conflicts	: 1
c decisions	: 10057
c propagations	: 24080
c inspects	: 1604152
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 668
c 
c CURRENT OPTIMUM=1073741157
c Current CPU time (ms) : 390.298
c starts	: 668
c conflicts	: 1
c decisions	: 10069
c propagations	: 24116
c inspects	: 1608160
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 669
c 
c CURRENT OPTIMUM=1073741156
c Current CPU time (ms) : 391.431
c starts	: 669
c conflicts	: 1
c decisions	: 10083
c propagations	: 24152
c inspects	: 1612841
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 670
c 
c CURRENT OPTIMUM=1073741155
c Current CPU time (ms) : 392.414
c starts	: 670
c conflicts	: 1
c decisions	: 10095
c propagations	: 24188
c inspects	: 1616861
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 671
c 
c CURRENT OPTIMUM=1073741154
c Current CPU time (ms) : 393.398
c starts	: 671
c conflicts	: 1
c decisions	: 10107
c propagations	: 24224
c inspects	: 1620887
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 672
c 
c CURRENT OPTIMUM=1073741153
c Current CPU time (ms) : 394.23
c starts	: 672
c conflicts	: 1
c decisions	: 10117
c propagations	: 24260
c inspects	: 1624249
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 673
c 
c CURRENT OPTIMUM=1073741152
c Current CPU time (ms) : 395.67
c starts	: 673
c conflicts	: 1
c decisions	: 10135
c propagations	: 24296
c inspects	: 1630300
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 674
c 
c CURRENT OPTIMUM=1073741151
c Current CPU time (ms) : 396.984
c starts	: 674
c conflicts	: 1
c decisions	: 10151
c propagations	: 24332
c inspects	: 1635688
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 675
c 
c CURRENT OPTIMUM=1073741150
c Current CPU time (ms) : 398.276
c starts	: 675
c conflicts	: 1
c decisions	: 10167
c propagations	: 24368
c inspects	: 1641084
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 676
c 
c CURRENT OPTIMUM=1073741149
c Current CPU time (ms) : 399.421
c starts	: 676
c conflicts	: 1
c decisions	: 10181
c propagations	: 24404
c inspects	: 1645814
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 677
c 
c CURRENT OPTIMUM=1073741148
c Current CPU time (ms) : 400.74
c starts	: 677
c conflicts	: 1
c decisions	: 10197
c propagations	: 24440
c inspects	: 1651226
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 678
c 
c CURRENT OPTIMUM=1073741147
c Current CPU time (ms) : 401.888
c starts	: 678
c conflicts	: 1
c decisions	: 10211
c propagations	: 24476
c inspects	: 1655970
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 679
c 
c CURRENT OPTIMUM=1073741146
c Current CPU time (ms) : 403.039
c starts	: 679
c conflicts	: 1
c decisions	: 10225
c propagations	: 24512
c inspects	: 1660721
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 680
c 
c CURRENT OPTIMUM=1073741145
c Current CPU time (ms) : 404.036
c starts	: 680
c conflicts	: 1
c decisions	: 10237
c propagations	: 24548
c inspects	: 1664801
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 681
c 
c CURRENT OPTIMUM=1073741144
c Current CPU time (ms) : 405.362
c starts	: 681
c conflicts	: 1
c decisions	: 10253
c propagations	: 24584
c inspects	: 1670245
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 682
c 
c CURRENT OPTIMUM=1073741143
c Current CPU time (ms) : 406.518
c starts	: 682
c conflicts	: 1
c decisions	: 10267
c propagations	: 24620
c inspects	: 1675017
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 683
c 
c CURRENT OPTIMUM=1073741142
c Current CPU time (ms) : 407.675
c starts	: 683
c conflicts	: 1
c decisions	: 10281
c propagations	: 24656
c inspects	: 1679796
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 684
c 
c CURRENT OPTIMUM=1073741141
c Current CPU time (ms) : 408.678
c starts	: 684
c conflicts	: 1
c decisions	: 10293
c propagations	: 24692
c inspects	: 1683900
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 685
c 
c CURRENT OPTIMUM=1073741140
c Current CPU time (ms) : 409.837
c starts	: 685
c conflicts	: 1
c decisions	: 10307
c propagations	: 24728
c inspects	: 1688693
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 686
c 
c CURRENT OPTIMUM=1073741139
c Current CPU time (ms) : 410.843
c starts	: 686
c conflicts	: 1
c decisions	: 10319
c propagations	: 24764
c inspects	: 1692809
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 687
c 
c CURRENT OPTIMUM=1073741138
c Current CPU time (ms) : 411.851
c starts	: 687
c conflicts	: 1
c decisions	: 10331
c propagations	: 24800
c inspects	: 1696931
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 688
c 
c CURRENT OPTIMUM=1073741137
c Current CPU time (ms) : 412.703
c starts	: 688
c conflicts	: 1
c decisions	: 10341
c propagations	: 24836
c inspects	: 1700373
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 689
c 
c CURRENT OPTIMUM=1073741136
c Current CPU time (ms) : 414.044
c starts	: 689
c conflicts	: 1
c decisions	: 10357
c propagations	: 24872
c inspects	: 1705881
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 690
c 
c CURRENT OPTIMUM=1073741135
c Current CPU time (ms) : 415.216
c starts	: 690
c conflicts	: 1
c decisions	: 10371
c propagations	: 24908
c inspects	: 1710709
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 691
c 
c CURRENT OPTIMUM=1073741134
c Current CPU time (ms) : 416.385
c starts	: 691
c conflicts	: 1
c decisions	: 10385
c propagations	: 24944
c inspects	: 1715544
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 692
c 
c CURRENT OPTIMUM=1073741133
c Current CPU time (ms) : 417.4
c starts	: 692
c conflicts	: 1
c decisions	: 10397
c propagations	: 24980
c inspects	: 1719696
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 693
c 
c CURRENT OPTIMUM=1073741132
c Current CPU time (ms) : 418.572
c starts	: 693
c conflicts	: 1
c decisions	: 10411
c propagations	: 25016
c inspects	: 1724545
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 694
c 
c CURRENT OPTIMUM=1073741131
c Current CPU time (ms) : 419.591
c starts	: 694
c conflicts	: 1
c decisions	: 10423
c propagations	: 25052
c inspects	: 1728709
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 695
c 
c CURRENT OPTIMUM=1073741130
c Current CPU time (ms) : 420.648
c starts	: 695
c conflicts	: 1
c decisions	: 10435
c propagations	: 25088
c inspects	: 1732879
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 696
c 
c CURRENT OPTIMUM=1073741129
c Current CPU time (ms) : 421.49
c starts	: 696
c conflicts	: 1
c decisions	: 10445
c propagations	: 25124
c inspects	: 1736361
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 697
c 
c CURRENT OPTIMUM=1073741128
c Current CPU time (ms) : 422.69
c starts	: 697
c conflicts	: 1
c decisions	: 10459
c propagations	: 25160
c inspects	: 1741238
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 698
c 
c CURRENT OPTIMUM=1073741127
c Current CPU time (ms) : 423.712
c starts	: 698
c conflicts	: 1
c decisions	: 10471
c propagations	: 25196
c inspects	: 1745426
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 699
c 
c CURRENT OPTIMUM=1073741126
c Current CPU time (ms) : 424.738
c starts	: 699
c conflicts	: 1
c decisions	: 10483
c propagations	: 25232
c inspects	: 1749620
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 700
c 
c CURRENT OPTIMUM=1073741125
c Current CPU time (ms) : 425.603
c starts	: 700
c conflicts	: 1
c decisions	: 10493
c propagations	: 25268
c inspects	: 1753122
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 701
c 
c CURRENT OPTIMUM=1073741124
c Current CPU time (ms) : 426.631
c starts	: 701
c conflicts	: 1
c decisions	: 10505
c propagations	: 25304
c inspects	: 1757328
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 702
c 
c CURRENT OPTIMUM=1073741123
c Current CPU time (ms) : 427.499
c starts	: 702
c conflicts	: 1
c decisions	: 10515
c propagations	: 25340
c inspects	: 1760840
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 703
c 
c CURRENT OPTIMUM=1073741122
c Current CPU time (ms) : 428.367
c starts	: 703
c conflicts	: 1
c decisions	: 10525
c propagations	: 25376
c inspects	: 1764357
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 704
c 
c CURRENT OPTIMUM=1073741121
c Current CPU time (ms) : 429.047
c starts	: 704
c conflicts	: 1
c decisions	: 10533
c propagations	: 25412
c inspects	: 1767177
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 705
c 
c CURRENT OPTIMUM=1073741120
c Current CPU time (ms) : 430.575
c starts	: 705
c conflicts	: 1
c decisions	: 10551
c propagations	: 25448
c inspects	: 1773516
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 706
c 
c CURRENT OPTIMUM=1073741119
c Current CPU time (ms) : 431.923
c starts	: 706
c conflicts	: 1
c decisions	: 10567
c propagations	: 25484
c inspects	: 1779160
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 707
c 
c CURRENT OPTIMUM=1073741118
c Current CPU time (ms) : 433.296
c starts	: 707
c conflicts	: 1
c decisions	: 10583
c propagations	: 25520
c inspects	: 1784812
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 708
c 
c CURRENT OPTIMUM=1073741117
c Current CPU time (ms) : 434.495
c starts	: 708
c conflicts	: 1
c decisions	: 10597
c propagations	: 25556
c inspects	: 1789766
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 709
c 
c CURRENT OPTIMUM=1073741116
c Current CPU time (ms) : 435.854
c starts	: 709
c conflicts	: 1
c decisions	: 10613
c propagations	: 25592
c inspects	: 1795434
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 710
c 
c CURRENT OPTIMUM=1073741115
c Current CPU time (ms) : 437.072
c starts	: 710
c conflicts	: 1
c decisions	: 10627
c propagations	: 25628
c inspects	: 1800402
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 711
c 
c CURRENT OPTIMUM=1073741114
c Current CPU time (ms) : 438.274
c starts	: 711
c conflicts	: 1
c decisions	: 10641
c propagations	: 25664
c inspects	: 1805377
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 712
c 
c CURRENT OPTIMUM=1073741113
c Current CPU time (ms) : 439.317
c starts	: 712
c conflicts	: 1
c decisions	: 10653
c propagations	: 25700
c inspects	: 1809649
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 713
c 
c CURRENT OPTIMUM=1073741112
c Current CPU time (ms) : 440.685
c starts	: 713
c conflicts	: 1
c decisions	: 10669
c propagations	: 25736
c inspects	: 1815349
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 714
c 
c CURRENT OPTIMUM=1073741111
c Current CPU time (ms) : 441.91
c starts	: 714
c conflicts	: 1
c decisions	: 10683
c propagations	: 25772
c inspects	: 1820345
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 715
c 
c CURRENT OPTIMUM=1073741110
c Current CPU time (ms) : 443.119
c starts	: 715
c conflicts	: 1
c decisions	: 10697
c propagations	: 25808
c inspects	: 1825348
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 716
c 
c CURRENT OPTIMUM=1073741109
c Current CPU time (ms) : 444.168
c starts	: 716
c conflicts	: 1
c decisions	: 10709
c propagations	: 25844
c inspects	: 1829644
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 717
c 
c CURRENT OPTIMUM=1073741108
c Current CPU time (ms) : 445.38
c starts	: 717
c conflicts	: 1
c decisions	: 10723
c propagations	: 25880
c inspects	: 1834661
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 718
c 
c CURRENT OPTIMUM=1073741107
c Current CPU time (ms) : 446.43
c starts	: 718
c conflicts	: 1
c decisions	: 10735
c propagations	: 25916
c inspects	: 1838969
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 719
c 
c CURRENT OPTIMUM=1073741106
c Current CPU time (ms) : 447.501
c starts	: 719
c conflicts	: 1
c decisions	: 10747
c propagations	: 25952
c inspects	: 1843283
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 720
c 
c CURRENT OPTIMUM=1073741105
c Current CPU time (ms) : 448.373
c starts	: 720
c conflicts	: 1
c decisions	: 10757
c propagations	: 25988
c inspects	: 1846885
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 721
c 
c CURRENT OPTIMUM=1073741104
c Current CPU time (ms) : 449.775
c starts	: 721
c conflicts	: 1
c decisions	: 10773
c propagations	: 26024
c inspects	: 1852649
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 722
c 
c CURRENT OPTIMUM=1073741103
c Current CPU time (ms) : 450.996
c starts	: 722
c conflicts	: 1
c decisions	: 10787
c propagations	: 26060
c inspects	: 1857701
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 723
c 
c CURRENT OPTIMUM=1073741102
c Current CPU time (ms) : 452.236
c starts	: 723
c conflicts	: 1
c decisions	: 10801
c propagations	: 26096
c inspects	: 1862760
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 724
c 
c CURRENT OPTIMUM=1073741101
c Current CPU time (ms) : 453.296
c starts	: 724
c conflicts	: 1
c decisions	: 10813
c propagations	: 26132
c inspects	: 1867104
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 725
c 
c CURRENT OPTIMUM=1073741100
c Current CPU time (ms) : 454.526
c starts	: 725
c conflicts	: 1
c decisions	: 10827
c propagations	: 26168
c inspects	: 1872177
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 726
c 
c CURRENT OPTIMUM=1073741099
c Current CPU time (ms) : 455.594
c starts	: 726
c conflicts	: 1
c decisions	: 10839
c propagations	: 26204
c inspects	: 1876533
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 727
c 
c CURRENT OPTIMUM=1073741098
c Current CPU time (ms) : 456.659
c starts	: 727
c conflicts	: 1
c decisions	: 10851
c propagations	: 26240
c inspects	: 1880895
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 728
c 
c CURRENT OPTIMUM=1073741097
c Current CPU time (ms) : 457.558
c starts	: 728
c conflicts	: 1
c decisions	: 10861
c propagations	: 26276
c inspects	: 1884537
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 729
c 
c CURRENT OPTIMUM=1073741096
c Current CPU time (ms) : 458.79
c starts	: 729
c conflicts	: 1
c decisions	: 10875
c propagations	: 26312
c inspects	: 1889638
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 730
c 
c CURRENT OPTIMUM=1073741095
c Current CPU time (ms) : 459.86
c starts	: 730
c conflicts	: 1
c decisions	: 10887
c propagations	: 26348
c inspects	: 1894018
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 731
c 
c CURRENT OPTIMUM=1073741094
c Current CPU time (ms) : 460.949
c starts	: 731
c conflicts	: 1
c decisions	: 10899
c propagations	: 26384
c inspects	: 1898404
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 732
c 
c CURRENT OPTIMUM=1073741093
c Current CPU time (ms) : 461.853
c starts	: 732
c conflicts	: 1
c decisions	: 10909
c propagations	: 26420
c inspects	: 1902066
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 733
c 
c CURRENT OPTIMUM=1073741092
c Current CPU time (ms) : 462.926
c starts	: 733
c conflicts	: 1
c decisions	: 10921
c propagations	: 26456
c inspects	: 1906464
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 734
c 
c CURRENT OPTIMUM=1073741091
c Current CPU time (ms) : 463.832
c starts	: 734
c conflicts	: 1
c decisions	: 10931
c propagations	: 26492
c inspects	: 1910136
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 735
c 
c CURRENT OPTIMUM=1073741090
c Current CPU time (ms) : 464.741
c starts	: 735
c conflicts	: 1
c decisions	: 10941
c propagations	: 26528
c inspects	: 1913813
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 736
c 
c CURRENT OPTIMUM=1073741089
c Current CPU time (ms) : 465.463
c starts	: 736
c conflicts	: 1
c decisions	: 10949
c propagations	: 26564
c inspects	: 1916761
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 737
c 
c CURRENT OPTIMUM=1073741088
c Current CPU time (ms) : 466.894
c starts	: 737
c conflicts	: 1
c decisions	: 10965
c propagations	: 26600
c inspects	: 1922653
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 738
c 
c CURRENT OPTIMUM=1073741087
c Current CPU time (ms) : 468.14
c starts	: 738
c conflicts	: 1
c decisions	: 10979
c propagations	: 26636
c inspects	: 1927817
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 739
c 
c CURRENT OPTIMUM=1073741086
c Current CPU time (ms) : 469.388
c starts	: 739
c conflicts	: 1
c decisions	: 10993
c propagations	: 26672
c inspects	: 1932988
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 740
c 
c CURRENT OPTIMUM=1073741085
c Current CPU time (ms) : 470.489
c starts	: 740
c conflicts	: 1
c decisions	: 11005
c propagations	: 26708
c inspects	: 1937428
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 741
c 
c CURRENT OPTIMUM=1073741084
c Current CPU time (ms) : 471.741
c starts	: 741
c conflicts	: 1
c decisions	: 11019
c propagations	: 26744
c inspects	: 1942613
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 742
c 
c CURRENT OPTIMUM=1073741083
c Current CPU time (ms) : 472.827
c starts	: 742
c conflicts	: 1
c decisions	: 11031
c propagations	: 26780
c inspects	: 1947065
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 743
c 
c CURRENT OPTIMUM=1073741082
c Current CPU time (ms) : 473.913
c starts	: 743
c conflicts	: 1
c decisions	: 11043
c propagations	: 26816
c inspects	: 1951523
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 744
c 
c CURRENT OPTIMUM=1073741081
c Current CPU time (ms) : 474.833
c starts	: 744
c conflicts	: 1
c decisions	: 11053
c propagations	: 26852
c inspects	: 1955245
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 745
c 
c CURRENT OPTIMUM=1073741080
c Current CPU time (ms) : 476.09
c starts	: 745
c conflicts	: 1
c decisions	: 11067
c propagations	: 26888
c inspects	: 1960458
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 746
c 
c CURRENT OPTIMUM=1073741079
c Current CPU time (ms) : 477.201
c starts	: 746
c conflicts	: 1
c decisions	: 11079
c propagations	: 26924
c inspects	: 1964934
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 747
c 
c CURRENT OPTIMUM=1073741078
c Current CPU time (ms) : 478.294
c starts	: 747
c conflicts	: 1
c decisions	: 11091
c propagations	: 26960
c inspects	: 1969416
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 748
c 
c CURRENT OPTIMUM=1073741077
c Current CPU time (ms) : 479.219
c starts	: 748
c conflicts	: 1
c decisions	: 11101
c propagations	: 26996
c inspects	: 1973158
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 749
c 
c CURRENT OPTIMUM=1073741076
c Current CPU time (ms) : 480.316
c starts	: 749
c conflicts	: 1
c decisions	: 11113
c propagations	: 27032
c inspects	: 1977652
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 750
c 
c CURRENT OPTIMUM=1073741075
c Current CPU time (ms) : 481.242
c starts	: 750
c conflicts	: 1
c decisions	: 11123
c propagations	: 27068
c inspects	: 1981404
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 751
c 
c CURRENT OPTIMUM=1073741074
c Current CPU time (ms) : 482.169
c starts	: 751
c conflicts	: 1
c decisions	: 11133
c propagations	: 27104
c inspects	: 1985161
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 752
c 
c CURRENT OPTIMUM=1073741073
c Current CPU time (ms) : 482.907
c starts	: 752
c conflicts	: 1
c decisions	: 11141
c propagations	: 27140
c inspects	: 1988173
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 753
c 
c CURRENT OPTIMUM=1073741072
c Current CPU time (ms) : 484.197
c starts	: 753
c conflicts	: 1
c decisions	: 11155
c propagations	: 27176
c inspects	: 1993442
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 754
c 
c CURRENT OPTIMUM=1073741071
c Current CPU time (ms) : 485.302
c starts	: 754
c conflicts	: 1
c decisions	: 11167
c propagations	: 27212
c inspects	: 1997966
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 755
c 
c CURRENT OPTIMUM=1073741070
c Current CPU time (ms) : 486.406
c starts	: 755
c conflicts	: 1
c decisions	: 11179
c propagations	: 27248
c inspects	: 2002496
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 756
c 
c CURRENT OPTIMUM=1073741069
c Current CPU time (ms) : 487.339
c starts	: 756
c conflicts	: 1
c decisions	: 11189
c propagations	: 27284
c inspects	: 2006278
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 757
c 
c CURRENT OPTIMUM=1073741068
c Current CPU time (ms) : 488.446
c starts	: 757
c conflicts	: 1
c decisions	: 11201
c propagations	: 27320
c inspects	: 2010820
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 758
c 
c CURRENT OPTIMUM=1073741067
c Current CPU time (ms) : 489.386
c starts	: 758
c conflicts	: 1
c decisions	: 11211
c propagations	: 27356
c inspects	: 2014612
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 759
c 
c CURRENT OPTIMUM=1073741066
c Current CPU time (ms) : 490.322
c starts	: 759
c conflicts	: 1
c decisions	: 11221
c propagations	: 27392
c inspects	: 2018409
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 760
c 
c CURRENT OPTIMUM=1073741065
c Current CPU time (ms) : 491.086
c starts	: 760
c conflicts	: 1
c decisions	: 11229
c propagations	: 27428
c inspects	: 2021453
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 761
c 
c CURRENT OPTIMUM=1073741064
c Current CPU time (ms) : 492.198
c starts	: 761
c conflicts	: 1
c decisions	: 11241
c propagations	: 27464
c inspects	: 2026019
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 762
c 
c CURRENT OPTIMUM=1073741063
c Current CPU time (ms) : 493.139
c starts	: 762
c conflicts	: 1
c decisions	: 11251
c propagations	: 27500
c inspects	: 2029831
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 763
c 
c CURRENT OPTIMUM=1073741062
c Current CPU time (ms) : 494.081
c starts	: 763
c conflicts	: 1
c decisions	: 11261
c propagations	: 27536
c inspects	: 2033648
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 764
c 
c CURRENT OPTIMUM=1073741061
c Current CPU time (ms) : 494.849
c starts	: 764
c conflicts	: 1
c decisions	: 11269
c propagations	: 27572
c inspects	: 2036708
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 765
c 
c CURRENT OPTIMUM=1073741060
c Current CPU time (ms) : 495.793
c starts	: 765
c conflicts	: 1
c decisions	: 11279
c propagations	: 27608
c inspects	: 2040535
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 766
c 
c CURRENT OPTIMUM=1073741059
c Current CPU time (ms) : 496.562
c starts	: 766
c conflicts	: 1
c decisions	: 11287
c propagations	: 27644
c inspects	: 2043603
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 767
c 
c CURRENT OPTIMUM=1073741058
c Current CPU time (ms) : 497.314
c starts	: 767
c conflicts	: 1
c decisions	: 11295
c propagations	: 27680
c inspects	: 2046675
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 768
c 
c CURRENT OPTIMUM=1073741057
c Current CPU time (ms) : 497.911
c starts	: 768
c conflicts	: 1
c decisions	: 11301
c propagations	: 27716
c inspects	: 2048985
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 769
c 
c CURRENT OPTIMUM=1073741056
c Current CPU time (ms) : 499.754
c starts	: 769
c conflicts	: 1
c decisions	: 11321
c propagations	: 27752
c inspects	: 2056667
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 770
c 
c CURRENT OPTIMUM=1073741055
c Current CPU time (ms) : 501.431
c starts	: 770
c conflicts	: 1
c decisions	: 11339
c propagations	: 27788
c inspects	: 2063591
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 771
c 
c CURRENT OPTIMUM=1073741054
c Current CPU time (ms) : 503.087
c starts	: 771
c conflicts	: 1
c decisions	: 11357
c propagations	: 27824
c inspects	: 2070524
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 772
c 
c CURRENT OPTIMUM=1073741053
c Current CPU time (ms) : 504.601
c starts	: 772
c conflicts	: 1
c decisions	: 11373
c propagations	: 27860
c inspects	: 2076696
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 773
c 
c CURRENT OPTIMUM=1073741052
c Current CPU time (ms) : 506.288
c starts	: 773
c conflicts	: 1
c decisions	: 11391
c propagations	: 27896
c inspects	: 2083647
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 774
c 
c CURRENT OPTIMUM=1073741051
c Current CPU time (ms) : 507.778
c starts	: 774
c conflicts	: 1
c decisions	: 11407
c propagations	: 27932
c inspects	: 2089835
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 775
c 
c CURRENT OPTIMUM=1073741050
c Current CPU time (ms) : 509.297
c starts	: 775
c conflicts	: 1
c decisions	: 11423
c propagations	: 27968
c inspects	: 2096031
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 776
c 
c CURRENT OPTIMUM=1073741049
c Current CPU time (ms) : 510.619
c starts	: 776
c conflicts	: 1
c decisions	: 11437
c propagations	: 28004
c inspects	: 2101461
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 777
c 
c CURRENT OPTIMUM=1073741048
c Current CPU time (ms) : 512.316
c starts	: 777
c conflicts	: 1
c decisions	: 11455
c propagations	: 28040
c inspects	: 2108448
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 778
c 
c CURRENT OPTIMUM=1073741047
c Current CPU time (ms) : 513.84
c starts	: 778
c conflicts	: 1
c decisions	: 11471
c propagations	: 28076
c inspects	: 2114668
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 779
c 
c CURRENT OPTIMUM=1073741046
c Current CPU time (ms) : 515.339
c starts	: 779
c conflicts	: 1
c decisions	: 11487
c propagations	: 28112
c inspects	: 2120896
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 780
c 
c CURRENT OPTIMUM=1073741045
c Current CPU time (ms) : 516.689
c starts	: 780
c conflicts	: 1
c decisions	: 11501
c propagations	: 28148
c inspects	: 2126354
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 781
c 
c CURRENT OPTIMUM=1073741044
c Current CPU time (ms) : 518.191
c starts	: 781
c conflicts	: 1
c decisions	: 11517
c propagations	: 28184
c inspects	: 2132598
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 782
c 
c CURRENT OPTIMUM=1073741043
c Current CPU time (ms) : 519.547
c starts	: 782
c conflicts	: 1
c decisions	: 11531
c propagations	: 28220
c inspects	: 2138070
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 783
c 
c CURRENT OPTIMUM=1073741042
c Current CPU time (ms) : 520.879
c starts	: 783
c conflicts	: 1
c decisions	: 11545
c propagations	: 28256
c inspects	: 2143549
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 784
c 
c CURRENT OPTIMUM=1073741041
c Current CPU time (ms) : 522.031
c starts	: 784
c conflicts	: 1
c decisions	: 11557
c propagations	: 28292
c inspects	: 2148253
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 785
c 
c CURRENT OPTIMUM=1073741040
c Current CPU time (ms) : 523.742
c starts	: 785
c conflicts	: 1
c decisions	: 11575
c propagations	: 28328
c inspects	: 2155312
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 786
c 
c CURRENT OPTIMUM=1073741039
c Current CPU time (ms) : 525.258
c starts	: 786
c conflicts	: 1
c decisions	: 11591
c propagations	: 28364
c inspects	: 2161596
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 787
c 
c CURRENT OPTIMUM=1073741038
c Current CPU time (ms) : 526.796
c starts	: 787
c conflicts	: 1
c decisions	: 11607
c propagations	: 28400
c inspects	: 2167888
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 788
c 
c CURRENT OPTIMUM=1073741037
c Current CPU time (ms) : 528.133
c starts	: 788
c conflicts	: 1
c decisions	: 11621
c propagations	: 28436
c inspects	: 2173402
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 789
c 
c CURRENT OPTIMUM=1073741036
c Current CPU time (ms) : 529.67
c starts	: 789
c conflicts	: 1
c decisions	: 11637
c propagations	: 28472
c inspects	: 2179710
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 790
c 
c CURRENT OPTIMUM=1073741035
c Current CPU time (ms) : 531.009
c starts	: 790
c conflicts	: 1
c decisions	: 11651
c propagations	: 28508
c inspects	: 2185238
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 791
c 
c CURRENT OPTIMUM=1073741034
c Current CPU time (ms) : 532.364
c starts	: 791
c conflicts	: 1
c decisions	: 11665
c propagations	: 28544
c inspects	: 2190773
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 792
c 
c CURRENT OPTIMUM=1073741033
c Current CPU time (ms) : 533.521
c starts	: 792
c conflicts	: 1
c decisions	: 11677
c propagations	: 28580
c inspects	: 2195525
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 793
c 
c CURRENT OPTIMUM=1073741032
c Current CPU time (ms) : 535.055
c starts	: 793
c conflicts	: 1
c decisions	: 11693
c propagations	: 28616
c inspects	: 2201865
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 794
c 
c CURRENT OPTIMUM=1073741031
c Current CPU time (ms) : 536.394
c starts	: 794
c conflicts	: 1
c decisions	: 11707
c propagations	: 28652
c inspects	: 2207421
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 795
c 
c CURRENT OPTIMUM=1073741030
c Current CPU time (ms) : 537.753
c starts	: 795
c conflicts	: 1
c decisions	: 11721
c propagations	: 28688
c inspects	: 2212984
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 796
c 
c CURRENT OPTIMUM=1073741029
c Current CPU time (ms) : 538.908
c starts	: 796
c conflicts	: 1
c decisions	: 11733
c propagations	: 28724
c inspects	: 2217760
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 797
c 
c CURRENT OPTIMUM=1073741028
c Current CPU time (ms) : 540.254
c starts	: 797
c conflicts	: 1
c decisions	: 11747
c propagations	: 28760
c inspects	: 2223337
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 798
c 
c CURRENT OPTIMUM=1073741027
c Current CPU time (ms) : 541.419
c starts	: 798
c conflicts	: 1
c decisions	: 11759
c propagations	: 28796
c inspects	: 2228125
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 799
c 
c CURRENT OPTIMUM=1073741026
c Current CPU time (ms) : 542.605
c starts	: 799
c conflicts	: 1
c decisions	: 11771
c propagations	: 28832
c inspects	: 2232919
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 800
c 
c CURRENT OPTIMUM=1073741025
c Current CPU time (ms) : 543.59
c starts	: 800
c conflicts	: 1
c decisions	: 11781
c propagations	: 28868
c inspects	: 2236921
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 801
c 
c CURRENT OPTIMUM=1073741024
c Current CPU time (ms) : 545.288
c starts	: 801
c conflicts	: 1
c decisions	: 11799
c propagations	: 28904
c inspects	: 2244124
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 802
c 
c CURRENT OPTIMUM=1073741023
c Current CPU time (ms) : 546.839
c starts	: 802
c conflicts	: 1
c decisions	: 11815
c propagations	: 28940
c inspects	: 2250536
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 803
c 
c CURRENT OPTIMUM=1073741022
c Current CPU time (ms) : 548.39
c starts	: 803
c conflicts	: 1
c decisions	: 11831
c propagations	: 28976
c inspects	: 2256956
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 804
c 
c CURRENT OPTIMUM=1073741021
c Current CPU time (ms) : 549.75
c starts	: 804
c conflicts	: 1
c decisions	: 11845
c propagations	: 29012
c inspects	: 2262582
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 805
c 
c CURRENT OPTIMUM=1073741020
c Current CPU time (ms) : 551.293
c starts	: 805
c conflicts	: 1
c decisions	: 11861
c propagations	: 29048
c inspects	: 2269018
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 806
c 
c CURRENT OPTIMUM=1073741019
c Current CPU time (ms) : 552.653
c starts	: 806
c conflicts	: 1
c decisions	: 11875
c propagations	: 29084
c inspects	: 2274658
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 807
c 
c CURRENT OPTIMUM=1073741018
c Current CPU time (ms) : 554.026
c starts	: 807
c conflicts	: 1
c decisions	: 11889
c propagations	: 29120
c inspects	: 2280305
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 808
c 
c CURRENT OPTIMUM=1073741017
c Current CPU time (ms) : 555.208
c starts	: 808
c conflicts	: 1
c decisions	: 11901
c propagations	: 29156
c inspects	: 2285153
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 809
c 
c CURRENT OPTIMUM=1073741016
c Current CPU time (ms) : 556.755
c starts	: 809
c conflicts	: 1
c decisions	: 11917
c propagations	: 29192
c inspects	: 2291621
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 810
c 
c CURRENT OPTIMUM=1073741015
c Current CPU time (ms) : 558.139
c starts	: 810
c conflicts	: 1
c decisions	: 11931
c propagations	: 29228
c inspects	: 2297289
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 811
c 
c CURRENT OPTIMUM=1073741014
c Current CPU time (ms) : 559.508
c starts	: 811
c conflicts	: 1
c decisions	: 11945
c propagations	: 29264
c inspects	: 2302964
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 812
c 
c CURRENT OPTIMUM=1073741013
c Current CPU time (ms) : 560.722
c starts	: 812
c conflicts	: 1
c decisions	: 11957
c propagations	: 29300
c inspects	: 2307836
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 813
c 
c CURRENT OPTIMUM=1073741012
c Current CPU time (ms) : 562.094
c starts	: 813
c conflicts	: 1
c decisions	: 11971
c propagations	: 29336
c inspects	: 2313525
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 814
c 
c CURRENT OPTIMUM=1073741011
c Current CPU time (ms) : 563.284
c starts	: 814
c conflicts	: 1
c decisions	: 11983
c propagations	: 29372
c inspects	: 2318409
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 815
c 
c CURRENT OPTIMUM=1073741010
c Current CPU time (ms) : 564.476
c starts	: 815
c conflicts	: 1
c decisions	: 11995
c propagations	: 29408
c inspects	: 2323299
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 816
c 
c CURRENT OPTIMUM=1073741009
c Current CPU time (ms) : 565.495
c starts	: 816
c conflicts	: 1
c decisions	: 12005
c propagations	: 29444
c inspects	: 2327381
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 817
c 
c CURRENT OPTIMUM=1073741008
c Current CPU time (ms) : 567.06
c starts	: 817
c conflicts	: 1
c decisions	: 12021
c propagations	: 29480
c inspects	: 2333913
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 818
c 
c CURRENT OPTIMUM=1073741007
c Current CPU time (ms) : 568.458
c starts	: 818
c conflicts	: 1
c decisions	: 12035
c propagations	: 29516
c inspects	: 2339637
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 819
c 
c CURRENT OPTIMUM=1073741006
c Current CPU time (ms) : 569.841
c starts	: 819
c conflicts	: 1
c decisions	: 12049
c propagations	: 29552
c inspects	: 2345368
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 820
c 
c CURRENT OPTIMUM=1073741005
c Current CPU time (ms) : 571.039
c starts	: 820
c conflicts	: 1
c decisions	: 12061
c propagations	: 29588
c inspects	: 2350288
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 821
c 
c CURRENT OPTIMUM=1073741004
c Current CPU time (ms) : 572.442
c starts	: 821
c conflicts	: 1
c decisions	: 12075
c propagations	: 29624
c inspects	: 2356033
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 822
c 
c CURRENT OPTIMUM=1073741003
c Current CPU time (ms) : 573.643
c starts	: 822
c conflicts	: 1
c decisions	: 12087
c propagations	: 29660
c inspects	: 2360965
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 823
c 
c CURRENT OPTIMUM=1073741002
c Current CPU time (ms) : 574.845
c starts	: 823
c conflicts	: 1
c decisions	: 12099
c propagations	: 29696
c inspects	: 2365903
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 824
c 
c CURRENT OPTIMUM=1073741001
c Current CPU time (ms) : 575.86
c starts	: 824
c conflicts	: 1
c decisions	: 12109
c propagations	: 29732
c inspects	: 2370025
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 825
c 
c CURRENT OPTIMUM=1073741000
c Current CPU time (ms) : 577.272
c starts	: 825
c conflicts	: 1
c decisions	: 12123
c propagations	: 29768
c inspects	: 2375798
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 826
c 
c CURRENT OPTIMUM=1073740999
c Current CPU time (ms) : 578.479
c starts	: 826
c conflicts	: 1
c decisions	: 12135
c propagations	: 29804
c inspects	: 2380754
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 827
c 
c CURRENT OPTIMUM=1073740998
c Current CPU time (ms) : 579.69
c starts	: 827
c conflicts	: 1
c decisions	: 12147
c propagations	: 29840
c inspects	: 2385716
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 828
c 
c CURRENT OPTIMUM=1073740997
c Current CPU time (ms) : 580.711
c starts	: 828
c conflicts	: 1
c decisions	: 12157
c propagations	: 29876
c inspects	: 2389858
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 829
c 
c CURRENT OPTIMUM=1073740996
c Current CPU time (ms) : 581.939
c starts	: 829
c conflicts	: 1
c decisions	: 12169
c propagations	: 29912
c inspects	: 2394832
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 830
c 
c CURRENT OPTIMUM=1073740995
c Current CPU time (ms) : 582.963
c starts	: 830
c conflicts	: 1
c decisions	: 12179
c propagations	: 29948
c inspects	: 2398984
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 831
c 
c CURRENT OPTIMUM=1073740994
c Current CPU time (ms) : 583.987
c starts	: 831
c conflicts	: 1
c decisions	: 12189
c propagations	: 29984
c inspects	: 2403141
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 832
c 
c CURRENT OPTIMUM=1073740993
c Current CPU time (ms) : 584.824
c starts	: 832
c conflicts	: 1
c decisions	: 12197
c propagations	: 30020
c inspects	: 2406473
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 833
c 
c CURRENT OPTIMUM=1073740992
c Current CPU time (ms) : 586.62
c starts	: 833
c conflicts	: 1
c decisions	: 12215
c propagations	: 30056
c inspects	: 2413964
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 834
c 
c CURRENT OPTIMUM=1073740991
c Current CPU time (ms) : 588.215
c starts	: 834
c conflicts	: 1
c decisions	: 12231
c propagations	: 30092
c inspects	: 2420632
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 835
c 
c CURRENT OPTIMUM=1073740990
c Current CPU time (ms) : 589.833
c starts	: 835
c conflicts	: 1
c decisions	: 12247
c propagations	: 30128
c inspects	: 2427308
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 836
c 
c CURRENT OPTIMUM=1073740989
c Current CPU time (ms) : 591.243
c starts	: 836
c conflicts	: 1
c decisions	: 12261
c propagations	: 30164
c inspects	: 2433158
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 837
c 
c CURRENT OPTIMUM=1073740988
c Current CPU time (ms) : 592.863
c starts	: 837
c conflicts	: 1
c decisions	: 12277
c propagations	: 30200
c inspects	: 2439850
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 838
c 
c CURRENT OPTIMUM=1073740987
c Current CPU time (ms) : 594.294
c starts	: 838
c conflicts	: 1
c decisions	: 12291
c propagations	: 30236
c inspects	: 2445714
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 839
c 
c CURRENT OPTIMUM=1073740986
c Current CPU time (ms) : 595.704
c starts	: 839
c conflicts	: 1
c decisions	: 12305
c propagations	: 30272
c inspects	: 2451585
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 840
c 
c CURRENT OPTIMUM=1073740985
c Current CPU time (ms) : 596.931
c starts	: 840
c conflicts	: 1
c decisions	: 12317
c propagations	: 30308
c inspects	: 2456625
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 841
c 
c CURRENT OPTIMUM=1073740984
c Current CPU time (ms) : 598.557
c starts	: 841
c conflicts	: 1
c decisions	: 12333
c propagations	: 30344
c inspects	: 2463349
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 842
c 
c CURRENT OPTIMUM=1073740983
c Current CPU time (ms) : 599.997
c starts	: 842
c conflicts	: 1
c decisions	: 12347
c propagations	: 30380
c inspects	: 2469241
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 843
c 
c CURRENT OPTIMUM=1073740982
c Current CPU time (ms) : 601.419
c starts	: 843
c conflicts	: 1
c decisions	: 12361
c propagations	: 30416
c inspects	: 2475140
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 844
c 
c CURRENT OPTIMUM=1073740981
c Current CPU time (ms) : 602.653
c starts	: 844
c conflicts	: 1
c decisions	: 12373
c propagations	: 30452
c inspects	: 2480204
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 845
c 
c CURRENT OPTIMUM=1073740980
c Current CPU time (ms) : 604.098
c starts	: 845
c conflicts	: 1
c decisions	: 12387
c propagations	: 30488
c inspects	: 2486117
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 846
c 
c CURRENT OPTIMUM=1073740979
c Current CPU time (ms) : 605.334
c starts	: 846
c conflicts	: 1
c decisions	: 12399
c propagations	: 30524
c inspects	: 2491193
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 847
c 
c CURRENT OPTIMUM=1073740978
c Current CPU time (ms) : 606.572
c starts	: 847
c conflicts	: 1
c decisions	: 12411
c propagations	: 30560
c inspects	: 2496275
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 848
c 
c CURRENT OPTIMUM=1073740977
c Current CPU time (ms) : 607.635
c starts	: 848
c conflicts	: 1
c decisions	: 12421
c propagations	: 30596
c inspects	: 2500517
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 849
c 
c CURRENT OPTIMUM=1073740976
c Current CPU time (ms) : 609.262
c starts	: 849
c conflicts	: 1
c decisions	: 12437
c propagations	: 30632
c inspects	: 2507305
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 850
c 
c CURRENT OPTIMUM=1073740975
c Current CPU time (ms) : 610.718
c starts	: 850
c conflicts	: 1
c decisions	: 12451
c propagations	: 30668
c inspects	: 2513253
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 851
c 
c CURRENT OPTIMUM=1073740974
c Current CPU time (ms) : 612.155
c starts	: 851
c conflicts	: 1
c decisions	: 12465
c propagations	: 30704
c inspects	: 2519208
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 852
c 
c CURRENT OPTIMUM=1073740973
c Current CPU time (ms) : 613.42
c starts	: 852
c conflicts	: 1
c decisions	: 12477
c propagations	: 30740
c inspects	: 2524320
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 853
c 
c CURRENT OPTIMUM=1073740972
c Current CPU time (ms) : 614.864
c starts	: 853
c conflicts	: 1
c decisions	: 12491
c propagations	: 30776
c inspects	: 2530289
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 854
c 
c CURRENT OPTIMUM=1073740971
c Current CPU time (ms) : 616.112
c starts	: 854
c conflicts	: 1
c decisions	: 12503
c propagations	: 30812
c inspects	: 2535413
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 855
c 
c CURRENT OPTIMUM=1073740970
c Current CPU time (ms) : 617.383
c starts	: 855
c conflicts	: 1
c decisions	: 12515
c propagations	: 30848
c inspects	: 2540543
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 856
c 
c CURRENT OPTIMUM=1073740969
c Current CPU time (ms) : 618.44
c starts	: 856
c conflicts	: 1
c decisions	: 12525
c propagations	: 30884
c inspects	: 2544825
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 857
c 
c CURRENT OPTIMUM=1073740968
c Current CPU time (ms) : 619.889
c starts	: 857
c conflicts	: 1
c decisions	: 12539
c propagations	: 30920
c inspects	: 2550822
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 858
c 
c CURRENT OPTIMUM=1073740967
c Current CPU time (ms) : 621.167
c starts	: 858
c conflicts	: 1
c decisions	: 12551
c propagations	: 30956
c inspects	: 2555970
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 859
c 
c CURRENT OPTIMUM=1073740966
c Current CPU time (ms) : 622.425
c starts	: 859
c conflicts	: 1
c decisions	: 12563
c propagations	: 30992
c inspects	: 2561124
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 860
c 
c CURRENT OPTIMUM=1073740965
c Current CPU time (ms) : 623.486
c starts	: 860
c conflicts	: 1
c decisions	: 12573
c propagations	: 31028
c inspects	: 2565426
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 861
c 
c CURRENT OPTIMUM=1073740964
c Current CPU time (ms) : 624.748
c starts	: 861
c conflicts	: 1
c decisions	: 12585
c propagations	: 31064
c inspects	: 2570592
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 862
c 
c CURRENT OPTIMUM=1073740963
c Current CPU time (ms) : 625.813
c starts	: 862
c conflicts	: 1
c decisions	: 12595
c propagations	: 31100
c inspects	: 2574904
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 863
c 
c CURRENT OPTIMUM=1073740962
c Current CPU time (ms) : 626.903
c starts	: 863
c conflicts	: 1
c decisions	: 12605
c propagations	: 31136
c inspects	: 2579221
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 864
c 
c CURRENT OPTIMUM=1073740961
c Current CPU time (ms) : 627.749
c starts	: 864
c conflicts	: 1
c decisions	: 12613
c propagations	: 31172
c inspects	: 2582681
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 865
c 
c CURRENT OPTIMUM=1073740960
c Current CPU time (ms) : 629.43
c starts	: 865
c conflicts	: 1
c decisions	: 12629
c propagations	: 31208
c inspects	: 2589597
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 866
c 
c CURRENT OPTIMUM=1073740959
c Current CPU time (ms) : 630.921
c starts	: 866
c conflicts	: 1
c decisions	: 12643
c propagations	: 31244
c inspects	: 2595657
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 867
c 
c CURRENT OPTIMUM=1073740958
c Current CPU time (ms) : 632.389
c starts	: 867
c conflicts	: 1
c decisions	: 12657
c propagations	: 31280
c inspects	: 2601724
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 868
c 
c CURRENT OPTIMUM=1073740957
c Current CPU time (ms) : 633.687
c starts	: 868
c conflicts	: 1
c decisions	: 12669
c propagations	: 31316
c inspects	: 2606932
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 869
c 
c CURRENT OPTIMUM=1073740956
c Current CPU time (ms) : 635.159
c starts	: 869
c conflicts	: 1
c decisions	: 12683
c propagations	: 31352
c inspects	: 2613013
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 870
c 
c CURRENT OPTIMUM=1073740955
c Current CPU time (ms) : 636.458
c starts	: 870
c conflicts	: 1
c decisions	: 12695
c propagations	: 31388
c inspects	: 2618233
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 871
c 
c CURRENT OPTIMUM=1073740954
c Current CPU time (ms) : 637.735
c starts	: 871
c conflicts	: 1
c decisions	: 12707
c propagations	: 31424
c inspects	: 2623459
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 872
c 
c CURRENT OPTIMUM=1073740953
c Current CPU time (ms) : 638.814
c starts	: 872
c conflicts	: 1
c decisions	: 12717
c propagations	: 31460
c inspects	: 2627821
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 873
c 
c CURRENT OPTIMUM=1073740952
c Current CPU time (ms) : 640.31
c starts	: 873
c conflicts	: 1
c decisions	: 12731
c propagations	: 31496
c inspects	: 2633930
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 874
c 
c CURRENT OPTIMUM=1073740951
c Current CPU time (ms) : 641.591
c starts	: 874
c conflicts	: 1
c decisions	: 12743
c propagations	: 31532
c inspects	: 2639174
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 875
c 
c CURRENT OPTIMUM=1073740950
c Current CPU time (ms) : 642.873
c starts	: 875
c conflicts	: 1
c decisions	: 12755
c propagations	: 31568
c inspects	: 2644424
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 876
c 
c CURRENT OPTIMUM=1073740949
c Current CPU time (ms) : 643.956
c starts	: 876
c conflicts	: 1
c decisions	: 12765
c propagations	: 31604
c inspects	: 2648806
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 877
c 
c CURRENT OPTIMUM=1073740948
c Current CPU time (ms) : 645.268
c starts	: 877
c conflicts	: 1
c decisions	: 12777
c propagations	: 31640
c inspects	: 2654068
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 878
c 
c CURRENT OPTIMUM=1073740947
c Current CPU time (ms) : 646.355
c starts	: 878
c conflicts	: 1
c decisions	: 12787
c propagations	: 31676
c inspects	: 2658460
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 879
c 
c CURRENT OPTIMUM=1073740946
c Current CPU time (ms) : 647.442
c starts	: 879
c conflicts	: 1
c decisions	: 12797
c propagations	: 31712
c inspects	: 2662857
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 880
c 
c CURRENT OPTIMUM=1073740945
c Current CPU time (ms) : 648.328
c starts	: 880
c conflicts	: 1
c decisions	: 12805
c propagations	: 31748
c inspects	: 2666381
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 881
c 
c CURRENT OPTIMUM=1073740944
c Current CPU time (ms) : 649.82
c starts	: 881
c conflicts	: 1
c decisions	: 12819
c propagations	: 31784
c inspects	: 2672546
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 882
c 
c CURRENT OPTIMUM=1073740943
c Current CPU time (ms) : 651.141
c starts	: 882
c conflicts	: 1
c decisions	: 12831
c propagations	: 31820
c inspects	: 2677838
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 883
c 
c CURRENT OPTIMUM=1073740942
c Current CPU time (ms) : 652.436
c starts	: 883
c conflicts	: 1
c decisions	: 12843
c propagations	: 31856
c inspects	: 2683136
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 884
c 
c CURRENT OPTIMUM=1073740941
c Current CPU time (ms) : 653.53
c starts	: 884
c conflicts	: 1
c decisions	: 12853
c propagations	: 31892
c inspects	: 2687558
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 885
c 
c CURRENT OPTIMUM=1073740940
c Current CPU time (ms) : 654.85
c starts	: 885
c conflicts	: 1
c decisions	: 12865
c propagations	: 31928
c inspects	: 2692868
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 886
c 
c CURRENT OPTIMUM=1073740939
c Current CPU time (ms) : 655.947
c starts	: 886
c conflicts	: 1
c decisions	: 12875
c propagations	: 31964
c inspects	: 2697300
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 887
c 
c CURRENT OPTIMUM=1073740938
c Current CPU time (ms) : 657.046
c starts	: 887
c conflicts	: 1
c decisions	: 12885
c propagations	: 32000
c inspects	: 2701737
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 888
c 
c CURRENT OPTIMUM=1073740937
c Current CPU time (ms) : 657.94
c starts	: 888
c conflicts	: 1
c decisions	: 12893
c propagations	: 32036
c inspects	: 2705293
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 889
c 
c CURRENT OPTIMUM=1073740936
c Current CPU time (ms) : 659.245
c starts	: 889
c conflicts	: 1
c decisions	: 12905
c propagations	: 32072
c inspects	: 2710627
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 890
c 
c CURRENT OPTIMUM=1073740935
c Current CPU time (ms) : 660.348
c starts	: 890
c conflicts	: 1
c decisions	: 12915
c propagations	: 32108
c inspects	: 2715079
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 891
c 
c CURRENT OPTIMUM=1073740934
c Current CPU time (ms) : 661.451
c starts	: 891
c conflicts	: 1
c decisions	: 12925
c propagations	: 32144
c inspects	: 2719536
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 892
c 
c CURRENT OPTIMUM=1073740933
c Current CPU time (ms) : 662.348
c starts	: 892
c conflicts	: 1
c decisions	: 12933
c propagations	: 32180
c inspects	: 2723108
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 893
c 
c CURRENT OPTIMUM=1073740932
c Current CPU time (ms) : 663.454
c starts	: 893
c conflicts	: 1
c decisions	: 12943
c propagations	: 32216
c inspects	: 2727575
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 894
c 
c CURRENT OPTIMUM=1073740931
c Current CPU time (ms) : 664.354
c starts	: 894
c conflicts	: 1
c decisions	: 12951
c propagations	: 32252
c inspects	: 2731155
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 895
c 
c CURRENT OPTIMUM=1073740930
c Current CPU time (ms) : 665.257
c starts	: 895
c conflicts	: 1
c decisions	: 12959
c propagations	: 32288
c inspects	: 2734739
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 896
c 
c CURRENT OPTIMUM=1073740929
c Current CPU time (ms) : 665.952
c starts	: 896
c conflicts	: 1
c decisions	: 12965
c propagations	: 32324
c inspects	: 2737433
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 897
c 
c CURRENT OPTIMUM=1073740928
c Current CPU time (ms) : 667.894
c starts	: 897
c conflicts	: 1
c decisions	: 12983
c propagations	: 32360
c inspects	: 2745500
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 898
c 
c CURRENT OPTIMUM=1073740927
c Current CPU time (ms) : 669.641
c starts	: 898
c conflicts	: 1
c decisions	: 12999
c propagations	: 32396
c inspects	: 2752680
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 899
c 
c CURRENT OPTIMUM=1073740926
c Current CPU time (ms) : 671.386
c starts	: 899
c conflicts	: 1
c decisions	: 13015
c propagations	: 32432
c inspects	: 2759868
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 900
c 
c CURRENT OPTIMUM=1073740925
c Current CPU time (ms) : 672.911
c starts	: 900
c conflicts	: 1
c decisions	: 13029
c propagations	: 32468
c inspects	: 2766166
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 901
c 
c CURRENT OPTIMUM=1073740924
c Current CPU time (ms) : 674.662
c starts	: 901
c conflicts	: 1
c decisions	: 13045
c propagations	: 32504
c inspects	: 2773370
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 902
c 
c CURRENT OPTIMUM=1073740923
c Current CPU time (ms) : 676.21
c starts	: 902
c conflicts	: 1
c decisions	: 13059
c propagations	: 32540
c inspects	: 2779682
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 903
c 
c CURRENT OPTIMUM=1073740922
c Current CPU time (ms) : 677.737
c starts	: 903
c conflicts	: 1
c decisions	: 13073
c propagations	: 32576
c inspects	: 2786001
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 904
c 
c CURRENT OPTIMUM=1073740921
c Current CPU time (ms) : 679.088
c starts	: 904
c conflicts	: 1
c decisions	: 13085
c propagations	: 32612
c inspects	: 2791425
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 905
c 
c CURRENT OPTIMUM=1073740920
c Current CPU time (ms) : 680.847
c starts	: 905
c conflicts	: 1
c decisions	: 13101
c propagations	: 32648
c inspects	: 2798661
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 906
c 
c CURRENT OPTIMUM=1073740919
c Current CPU time (ms) : 682.38
c starts	: 906
c conflicts	: 1
c decisions	: 13115
c propagations	: 32684
c inspects	: 2805001
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 907
c 
c CURRENT OPTIMUM=1073740918
c Current CPU time (ms) : 683.936
c starts	: 907
c conflicts	: 1
c decisions	: 13129
c propagations	: 32720
c inspects	: 2811348
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 908
c 
c CURRENT OPTIMUM=1073740917
c Current CPU time (ms) : 685.268
c starts	: 908
c conflicts	: 1
c decisions	: 13141
c propagations	: 32756
c inspects	: 2816796
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 909
c 
c CURRENT OPTIMUM=1073740916
c Current CPU time (ms) : 686.828
c starts	: 909
c conflicts	: 1
c decisions	: 13155
c propagations	: 32792
c inspects	: 2823157
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 910
c 
c CURRENT OPTIMUM=1073740915
c Current CPU time (ms) : 688.161
c starts	: 910
c conflicts	: 1
c decisions	: 13167
c propagations	: 32828
c inspects	: 2828617
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 911
c 
c CURRENT OPTIMUM=1073740914
c Current CPU time (ms) : 689.519
c starts	: 911
c conflicts	: 1
c decisions	: 13179
c propagations	: 32864
c inspects	: 2834083
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 912
c 
c CURRENT OPTIMUM=1073740913
c Current CPU time (ms) : 690.649
c starts	: 912
c conflicts	: 1
c decisions	: 13189
c propagations	: 32900
c inspects	: 2838645
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 913
c 
c CURRENT OPTIMUM=1073740912
c Current CPU time (ms) : 692.421
c starts	: 913
c conflicts	: 1
c decisions	: 13205
c propagations	: 32936
c inspects	: 2845945
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 914
c 
c CURRENT OPTIMUM=1073740911
c Current CPU time (ms) : 693.967
c starts	: 914
c conflicts	: 1
c decisions	: 13219
c propagations	: 32972
c inspects	: 2852341
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 915
c 
c CURRENT OPTIMUM=1073740910
c Current CPU time (ms) : 695.537
c starts	: 915
c conflicts	: 1
c decisions	: 13233
c propagations	: 33008
c inspects	: 2858744
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 916
c 
c CURRENT OPTIMUM=1073740909
c Current CPU time (ms) : 696.878
c starts	: 916
c conflicts	: 1
c decisions	: 13245
c propagations	: 33044
c inspects	: 2864240
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 917
c 
c CURRENT OPTIMUM=1073740908
c Current CPU time (ms) : 698.45
c starts	: 917
c conflicts	: 1
c decisions	: 13259
c propagations	: 33080
c inspects	: 2870657
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 918
c 
c CURRENT OPTIMUM=1073740907
c Current CPU time (ms) : 699.797
c starts	: 918
c conflicts	: 1
c decisions	: 13271
c propagations	: 33116
c inspects	: 2876165
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 919
c 
c CURRENT OPTIMUM=1073740906
c Current CPU time (ms) : 701.164
c starts	: 919
c conflicts	: 1
c decisions	: 13283
c propagations	: 33152
c inspects	: 2881679
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 920
c 
c CURRENT OPTIMUM=1073740905
c Current CPU time (ms) : 702.301
c starts	: 920
c conflicts	: 1
c decisions	: 13293
c propagations	: 33188
c inspects	: 2886281
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 921
c 
c CURRENT OPTIMUM=1073740904
c Current CPU time (ms) : 703.859
c starts	: 921
c conflicts	: 1
c decisions	: 13307
c propagations	: 33224
c inspects	: 2892726
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 922
c 
c CURRENT OPTIMUM=1073740903
c Current CPU time (ms) : 705.234
c starts	: 922
c conflicts	: 1
c decisions	: 13319
c propagations	: 33260
c inspects	: 2898258
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 923
c 
c CURRENT OPTIMUM=1073740902
c Current CPU time (ms) : 706.585
c starts	: 923
c conflicts	: 1
c decisions	: 13331
c propagations	: 33296
c inspects	: 2903796
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 924
c 
c CURRENT OPTIMUM=1073740901
c Current CPU time (ms) : 707.726
c starts	: 924
c conflicts	: 1
c decisions	: 13341
c propagations	: 33332
c inspects	: 2908418
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 925
c 
c CURRENT OPTIMUM=1073740900
c Current CPU time (ms) : 709.106
c starts	: 925
c conflicts	: 1
c decisions	: 13353
c propagations	: 33368
c inspects	: 2913968
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 926
c 
c CURRENT OPTIMUM=1073740899
c Current CPU time (ms) : 710.251
c starts	: 926
c conflicts	: 1
c decisions	: 13363
c propagations	: 33404
c inspects	: 2918600
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 927
c 
c CURRENT OPTIMUM=1073740898
c Current CPU time (ms) : 711.396
c starts	: 927
c conflicts	: 1
c decisions	: 13373
c propagations	: 33440
c inspects	: 2923237
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 928
c 
c CURRENT OPTIMUM=1073740897
c Current CPU time (ms) : 712.329
c starts	: 928
c conflicts	: 1
c decisions	: 13381
c propagations	: 33476
c inspects	: 2926953
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 929
c 
c CURRENT OPTIMUM=1073740896
c Current CPU time (ms) : 714.133
c starts	: 929
c conflicts	: 1
c decisions	: 13397
c propagations	: 33512
c inspects	: 2934381
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 930
c 
c CURRENT OPTIMUM=1073740895
c Current CPU time (ms) : 715.73
c starts	: 930
c conflicts	: 1
c decisions	: 13411
c propagations	: 33548
c inspects	: 2940889
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 931
c 
c CURRENT OPTIMUM=1073740894
c Current CPU time (ms) : 717.304
c starts	: 931
c conflicts	: 1
c decisions	: 13425
c propagations	: 33584
c inspects	: 2947404
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 932
c 
c CURRENT OPTIMUM=1073740893
c Current CPU time (ms) : 718.692
c starts	: 932
c conflicts	: 1
c decisions	: 13437
c propagations	: 33620
c inspects	: 2952996
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 933
c 
c CURRENT OPTIMUM=1073740892
c Current CPU time (ms) : 720.272
c starts	: 933
c conflicts	: 1
c decisions	: 13451
c propagations	: 33656
c inspects	: 2959525
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 934
c 
c CURRENT OPTIMUM=1073740891
c Current CPU time (ms) : 721.651
c starts	: 934
c conflicts	: 1
c decisions	: 13463
c propagations	: 33692
c inspects	: 2965129
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 935
c 
c CURRENT OPTIMUM=1073740890
c Current CPU time (ms) : 723.019
c starts	: 935
c conflicts	: 1
c decisions	: 13475
c propagations	: 33728
c inspects	: 2970739
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 936
c 
c CURRENT OPTIMUM=1073740889
c Current CPU time (ms) : 724.202
c starts	: 936
c conflicts	: 1
c decisions	: 13485
c propagations	: 33764
c inspects	: 2975421
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 937
c 
c CURRENT OPTIMUM=1073740888
c Current CPU time (ms) : 725.787
c starts	: 937
c conflicts	: 1
c decisions	: 13499
c propagations	: 33800
c inspects	: 2981978
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 938
c 
c CURRENT OPTIMUM=1073740887
c Current CPU time (ms) : 727.184
c starts	: 938
c conflicts	: 1
c decisions	: 13511
c propagations	: 33836
c inspects	: 2987606
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 939
c 
c CURRENT OPTIMUM=1073740886
c Current CPU time (ms) : 728.56
c starts	: 939
c conflicts	: 1
c decisions	: 13523
c propagations	: 33872
c inspects	: 2993240
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 940
c 
c CURRENT OPTIMUM=1073740885
c Current CPU time (ms) : 729.725
c starts	: 940
c conflicts	: 1
c decisions	: 13533
c propagations	: 33908
c inspects	: 2997942
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 941
c 
c CURRENT OPTIMUM=1073740884
c Current CPU time (ms) : 731.128
c starts	: 941
c conflicts	: 1
c decisions	: 13545
c propagations	: 33944
c inspects	: 3003588
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 942
c 
c CURRENT OPTIMUM=1073740883
c Current CPU time (ms) : 732.293
c starts	: 942
c conflicts	: 1
c decisions	: 13555
c propagations	: 33980
c inspects	: 3008300
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 943
c 
c CURRENT OPTIMUM=1073740882
c Current CPU time (ms) : 733.458
c starts	: 943
c conflicts	: 1
c decisions	: 13565
c propagations	: 34016
c inspects	: 3013017
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 944
c 
c CURRENT OPTIMUM=1073740881
c Current CPU time (ms) : 734.409
c starts	: 944
c conflicts	: 1
c decisions	: 13573
c propagations	: 34052
c inspects	: 3016797
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 945
c 
c CURRENT OPTIMUM=1073740880
c Current CPU time (ms) : 736.035
c starts	: 945
c conflicts	: 1
c decisions	: 13587
c propagations	: 34088
c inspects	: 3023410
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 946
c 
c CURRENT OPTIMUM=1073740879
c Current CPU time (ms) : 737.42
c starts	: 946
c conflicts	: 1
c decisions	: 13599
c propagations	: 34124
c inspects	: 3029086
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 947
c 
c CURRENT OPTIMUM=1073740878
c Current CPU time (ms) : 738.835
c starts	: 947
c conflicts	: 1
c decisions	: 13611
c propagations	: 34160
c inspects	: 3034768
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 948
c 
c CURRENT OPTIMUM=1073740877
c Current CPU time (ms) : 740.009
c starts	: 948
c conflicts	: 1
c decisions	: 13621
c propagations	: 34196
c inspects	: 3039510
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 949
c 
c CURRENT OPTIMUM=1073740876
c Current CPU time (ms) : 741.4
c starts	: 949
c conflicts	: 1
c decisions	: 13633
c propagations	: 34232
c inspects	: 3045204
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 950
c 
c CURRENT OPTIMUM=1073740875
c Current CPU time (ms) : 742.6
c starts	: 950
c conflicts	: 1
c decisions	: 13643
c propagations	: 34268
c inspects	: 3049956
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 951
c 
c CURRENT OPTIMUM=1073740874
c Current CPU time (ms) : 743.775
c starts	: 951
c conflicts	: 1
c decisions	: 13653
c propagations	: 34304
c inspects	: 3054713
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 952
c 
c CURRENT OPTIMUM=1073740873
c Current CPU time (ms) : 744.734
c starts	: 952
c conflicts	: 1
c decisions	: 13661
c propagations	: 34340
c inspects	: 3058525
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 953
c 
c CURRENT OPTIMUM=1073740872
c Current CPU time (ms) : 746.128
c starts	: 953
c conflicts	: 1
c decisions	: 13673
c propagations	: 34376
c inspects	: 3064243
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 954
c 
c CURRENT OPTIMUM=1073740871
c Current CPU time (ms) : 747.307
c starts	: 954
c conflicts	: 1
c decisions	: 13683
c propagations	: 34412
c inspects	: 3069015
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 955
c 
c CURRENT OPTIMUM=1073740870
c Current CPU time (ms) : 748.512
c starts	: 955
c conflicts	: 1
c decisions	: 13693
c propagations	: 34448
c inspects	: 3073792
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 956
c 
c CURRENT OPTIMUM=1073740869
c Current CPU time (ms) : 749.473
c starts	: 956
c conflicts	: 1
c decisions	: 13701
c propagations	: 34484
c inspects	: 3077620
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 957
c 
c CURRENT OPTIMUM=1073740868
c Current CPU time (ms) : 750.658
c starts	: 957
c conflicts	: 1
c decisions	: 13711
c propagations	: 34520
c inspects	: 3082407
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 958
c 
c CURRENT OPTIMUM=1073740867
c Current CPU time (ms) : 751.621
c starts	: 958
c conflicts	: 1
c decisions	: 13719
c propagations	: 34556
c inspects	: 3086243
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 959
c 
c CURRENT OPTIMUM=1073740866
c Current CPU time (ms) : 752.586
c starts	: 959
c conflicts	: 1
c decisions	: 13727
c propagations	: 34592
c inspects	: 3090083
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 960
c 
c CURRENT OPTIMUM=1073740865
c Current CPU time (ms) : 753.328
c starts	: 960
c conflicts	: 1
c decisions	: 13733
c propagations	: 34628
c inspects	: 3092969
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 961
c 
c CURRENT OPTIMUM=1073740864
c Current CPU time (ms) : 755.194
c starts	: 961
c conflicts	: 1
c decisions	: 13749
c propagations	: 34664
c inspects	: 3100653
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 962
c 
c CURRENT OPTIMUM=1073740863
c Current CPU time (ms) : 756.822
c starts	: 962
c conflicts	: 1
c decisions	: 13763
c propagations	: 34700
c inspects	: 3107385
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 963
c 
c CURRENT OPTIMUM=1073740862
c Current CPU time (ms) : 758.474
c starts	: 963
c conflicts	: 1
c decisions	: 13777
c propagations	: 34736
c inspects	: 3114124
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 964
c 
c CURRENT OPTIMUM=1073740861
c Current CPU time (ms) : 759.887
c starts	: 964
c conflicts	: 1
c decisions	: 13789
c propagations	: 34772
c inspects	: 3119908
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 965
c 
c CURRENT OPTIMUM=1073740860
c Current CPU time (ms) : 761.544
c starts	: 965
c conflicts	: 1
c decisions	: 13803
c propagations	: 34808
c inspects	: 3126661
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 966
c 
c CURRENT OPTIMUM=1073740859
c Current CPU time (ms) : 762.982
c starts	: 966
c conflicts	: 1
c decisions	: 13815
c propagations	: 34844
c inspects	: 3132457
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 967
c 
c CURRENT OPTIMUM=1073740858
c Current CPU time (ms) : 764.398
c starts	: 967
c conflicts	: 1
c decisions	: 13827
c propagations	: 34880
c inspects	: 3138259
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 968
c 
c CURRENT OPTIMUM=1073740857
c Current CPU time (ms) : 765.597
c starts	: 968
c conflicts	: 1
c decisions	: 13837
c propagations	: 34916
c inspects	: 3143101
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 969
c 
c CURRENT OPTIMUM=1073740856
c Current CPU time (ms) : 767.26
c starts	: 969
c conflicts	: 1
c decisions	: 13851
c propagations	: 34952
c inspects	: 3149882
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 970
c 
c CURRENT OPTIMUM=1073740855
c Current CPU time (ms) : 768.704
c starts	: 970
c conflicts	: 1
c decisions	: 13863
c propagations	: 34988
c inspects	: 3155702
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 971
c 
c CURRENT OPTIMUM=1073740854
c Current CPU time (ms) : 770.119
c starts	: 971
c conflicts	: 1
c decisions	: 13875
c propagations	: 35024
c inspects	: 3161528
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 972
c 
c CURRENT OPTIMUM=1073740853
c Current CPU time (ms) : 771.314
c starts	: 972
c conflicts	: 1
c decisions	: 13885
c propagations	: 35060
c inspects	: 3166390
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 973
c 
c CURRENT OPTIMUM=1073740852
c Current CPU time (ms) : 772.763
c starts	: 973
c conflicts	: 1
c decisions	: 13897
c propagations	: 35096
c inspects	: 3172228
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 974
c 
c CURRENT OPTIMUM=1073740851
c Current CPU time (ms) : 773.966
c starts	: 974
c conflicts	: 1
c decisions	: 13907
c propagations	: 35132
c inspects	: 3177100
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 975
c 
c CURRENT OPTIMUM=1073740850
c Current CPU time (ms) : 775.17
c starts	: 975
c conflicts	: 1
c decisions	: 13917
c propagations	: 35168
c inspects	: 3181977
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 976
c 
c CURRENT OPTIMUM=1073740849
c Current CPU time (ms) : 776.15
c starts	: 976
c conflicts	: 1
c decisions	: 13925
c propagations	: 35204
c inspects	: 3185885
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 977
c 
c CURRENT OPTIMUM=1073740848
c Current CPU time (ms) : 777.814
c starts	: 977
c conflicts	: 1
c decisions	: 13939
c propagations	: 35240
c inspects	: 3192722
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 978
c 
c CURRENT OPTIMUM=1073740847
c Current CPU time (ms) : 779.27
c starts	: 978
c conflicts	: 1
c decisions	: 13951
c propagations	: 35276
c inspects	: 3198590
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 979
c 
c CURRENT OPTIMUM=1073740846
c Current CPU time (ms) : 780.705
c starts	: 979
c conflicts	: 1
c decisions	: 13963
c propagations	: 35312
c inspects	: 3204464
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 980
c 
c CURRENT OPTIMUM=1073740845
c Current CPU time (ms) : 781.913
c starts	: 980
c conflicts	: 1
c decisions	: 13973
c propagations	: 35348
c inspects	: 3209366
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 981
c 
c CURRENT OPTIMUM=1073740844
c Current CPU time (ms) : 783.373
c starts	: 981
c conflicts	: 1
c decisions	: 13985
c propagations	: 35384
c inspects	: 3215252
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 982
c 
c CURRENT OPTIMUM=1073740843
c Current CPU time (ms) : 784.588
c starts	: 982
c conflicts	: 1
c decisions	: 13995
c propagations	: 35420
c inspects	: 3220164
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 983
c 
c CURRENT OPTIMUM=1073740842
c Current CPU time (ms) : 785.801
c starts	: 983
c conflicts	: 1
c decisions	: 14005
c propagations	: 35456
c inspects	: 3225081
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 984
c 
c CURRENT OPTIMUM=1073740841
c Current CPU time (ms) : 786.79
c starts	: 984
c conflicts	: 1
c decisions	: 14013
c propagations	: 35492
c inspects	: 3229021
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 985
c 
c CURRENT OPTIMUM=1073740840
c Current CPU time (ms) : 788.257
c starts	: 985
c conflicts	: 1
c decisions	: 14025
c propagations	: 35528
c inspects	: 3234931
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 986
c 
c CURRENT OPTIMUM=1073740839
c Current CPU time (ms) : 789.475
c starts	: 986
c conflicts	: 1
c decisions	: 14035
c propagations	: 35564
c inspects	: 3239863
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 987
c 
c CURRENT OPTIMUM=1073740838
c Current CPU time (ms) : 790.697
c starts	: 987
c conflicts	: 1
c decisions	: 14045
c propagations	: 35600
c inspects	: 3244800
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 988
c 
c CURRENT OPTIMUM=1073740837
c Current CPU time (ms) : 791.688
c starts	: 988
c conflicts	: 1
c decisions	: 14053
c propagations	: 35636
c inspects	: 3248756
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 989
c 
c CURRENT OPTIMUM=1073740836
c Current CPU time (ms) : 792.933
c starts	: 989
c conflicts	: 1
c decisions	: 14063
c propagations	: 35672
c inspects	: 3253703
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 990
c 
c CURRENT OPTIMUM=1073740835
c Current CPU time (ms) : 793.927
c starts	: 990
c conflicts	: 1
c decisions	: 14071
c propagations	: 35708
c inspects	: 3257667
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 991
c 
c CURRENT OPTIMUM=1073740834
c Current CPU time (ms) : 794.923
c starts	: 991
c conflicts	: 1
c decisions	: 14079
c propagations	: 35744
c inspects	: 3261635
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 992
c 
c CURRENT OPTIMUM=1073740833
c Current CPU time (ms) : 795.689
c starts	: 992
c conflicts	: 1
c decisions	: 14085
c propagations	: 35780
c inspects	: 3264617
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 993
c 
c CURRENT OPTIMUM=1073740832
c Current CPU time (ms) : 797.361
c starts	: 993
c conflicts	: 1
c decisions	: 14099
c propagations	: 35816
c inspects	: 3271566
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 994
c 
c CURRENT OPTIMUM=1073740831
c Current CPU time (ms) : 798.834
c starts	: 994
c conflicts	: 1
c decisions	: 14111
c propagations	: 35852
c inspects	: 3277530
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 995
c 
c CURRENT OPTIMUM=1073740830
c Current CPU time (ms) : 800.287
c starts	: 995
c conflicts	: 1
c decisions	: 14123
c propagations	: 35888
c inspects	: 3283500
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 996
c 
c CURRENT OPTIMUM=1073740829
c Current CPU time (ms) : 801.536
c starts	: 996
c conflicts	: 1
c decisions	: 14133
c propagations	: 35924
c inspects	: 3288482
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 997
c 
c CURRENT OPTIMUM=1073740828
c Current CPU time (ms) : 802.996
c starts	: 997
c conflicts	: 1
c decisions	: 14145
c propagations	: 35960
c inspects	: 3294464
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 998
c 
c CURRENT OPTIMUM=1073740827
c Current CPU time (ms) : 804.222
c starts	: 998
c conflicts	: 1
c decisions	: 14155
c propagations	: 35996
c inspects	: 3299456
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 999
c 
c CURRENT OPTIMUM=1073740826
c Current CPU time (ms) : 805.467
c starts	: 999
c conflicts	: 1
c decisions	: 14165
c propagations	: 36032
c inspects	: 3304453
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 1000
c 
c CURRENT OPTIMUM=1073740825
c Current CPU time (ms) : 806.459
c starts	: 1000
c conflicts	: 1
c decisions	: 14173
c propagations	: 36068
c inspects	: 3308457
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 1001
c 
c CURRENT OPTIMUM=1073740824
c Current CPU time (ms) : 807.911
c starts	: 1001
c conflicts	: 1
c decisions	: 14185
c propagations	: 36104
c inspects	: 3314463
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 1002
c 
c CURRENT OPTIMUM=1073740823
c Current CPU time (ms) : 809.159
c starts	: 1002
c conflicts	: 1
c decisions	: 14195
c propagations	: 36140
c inspects	: 3319475
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 1003
c 
c CURRENT OPTIMUM=1073740822
c Current CPU time (ms) : 810.383
c starts	: 1003
c conflicts	: 1
c decisions	: 14205
c propagations	: 36176
c inspects	: 3324492
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 1004
c 
c CURRENT OPTIMUM=1073740821
c Current CPU time (ms) : 811.379
c starts	: 1004
c conflicts	: 1
c decisions	: 14213
c propagations	: 36212
c inspects	: 3328512
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 1005
c 
c CURRENT OPTIMUM=1073740820
c Current CPU time (ms) : 812.605
c starts	: 1005
c conflicts	: 1
c decisions	: 14223
c propagations	: 36248
c inspects	: 3333539
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 1006
c 
c CURRENT OPTIMUM=1073740819
c Current CPU time (ms) : 813.604
c starts	: 1006
c conflicts	: 1
c decisions	: 14231
c propagations	: 36284
c inspects	: 3337567
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 1007
c 
c CURRENT OPTIMUM=1073740818
c Current CPU time (ms) : 814.604
c starts	: 1007
c conflicts	: 1
c decisions	: 14239
c propagations	: 36320
c inspects	: 3341599
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 1008
c 
c CURRENT OPTIMUM=1073740817
c Current CPU time (ms) : 815.372
c starts	: 1008
c conflicts	: 1
c decisions	: 14245
c propagations	: 36356
c inspects	: 3344629
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 1009
c 
c CURRENT OPTIMUM=1073740816
c Current CPU time (ms) : 816.857
c starts	: 1009
c conflicts	: 1
c decisions	: 14257
c propagations	: 36392
c inspects	: 3350683
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 1010
c 
c CURRENT OPTIMUM=1073740815
c Current CPU time (ms) : 818.09
c starts	: 1010
c conflicts	: 1
c decisions	: 14267
c propagations	: 36428
c inspects	: 3355735
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 1011
c 
c CURRENT OPTIMUM=1073740814
c Current CPU time (ms) : 819.323
c starts	: 1011
c conflicts	: 1
c decisions	: 14277
c propagations	: 36464
c inspects	: 3360792
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 1012
c 
c CURRENT OPTIMUM=1073740813
c Current CPU time (ms) : 820.327
c starts	: 1012
c conflicts	: 1
c decisions	: 14285
c propagations	: 36500
c inspects	: 3364844
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 1013
c 
c CURRENT OPTIMUM=1073740812
c Current CPU time (ms) : 821.586
c starts	: 1013
c conflicts	: 1
c decisions	: 14295
c propagations	: 36536
c inspects	: 3369911
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 1014
c 
c CURRENT OPTIMUM=1073740811
c Current CPU time (ms) : 822.592
c starts	: 1014
c conflicts	: 1
c decisions	: 14303
c propagations	: 36572
c inspects	: 3373971
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 1015
c 
c CURRENT OPTIMUM=1073740810
c Current CPU time (ms) : 823.599
c starts	: 1015
c conflicts	: 1
c decisions	: 14311
c propagations	: 36608
c inspects	: 3378035
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 1016
c 
c CURRENT OPTIMUM=1073740809
c Current CPU time (ms) : 824.35
c starts	: 1016
c conflicts	: 1
c decisions	: 14317
c propagations	: 36644
c inspects	: 3381089
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 1017
c 
c CURRENT OPTIMUM=1073740808
c Current CPU time (ms) : 825.616
c starts	: 1017
c conflicts	: 1
c decisions	: 14327
c propagations	: 36680
c inspects	: 3386176
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 1018
c 
c CURRENT OPTIMUM=1073740807
c Current CPU time (ms) : 826.628
c starts	: 1018
c conflicts	: 1
c decisions	: 14335
c propagations	: 36716
c inspects	: 3390252
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 1019
c 
c CURRENT OPTIMUM=1073740806
c Current CPU time (ms) : 827.639
c starts	: 1019
c conflicts	: 1
c decisions	: 14343
c propagations	: 36752
c inspects	: 3394332
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 1020
c 
c CURRENT OPTIMUM=1073740805
c Current CPU time (ms) : 828.417
c starts	: 1020
c conflicts	: 1
c decisions	: 14349
c propagations	: 36788
c inspects	: 3397398
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 1021
c 
c CURRENT OPTIMUM=1073740804
c Current CPU time (ms) : 829.431
c starts	: 1021
c conflicts	: 1
c decisions	: 14357
c propagations	: 36824
c inspects	: 3401486
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 1022
c 
c CURRENT OPTIMUM=1073740803
c Current CPU time (ms) : 830.211
c starts	: 1022
c conflicts	: 1
c decisions	: 14363
c propagations	: 36860
c inspects	: 3404558
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 1023
c 
c CURRENT OPTIMUM=1073740802
c Current CPU time (ms) : 830.967
c starts	: 1023
c conflicts	: 1
c decisions	: 14369
c propagations	: 36896
c inspects	: 3407633
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 1024
c 
c CURRENT OPTIMUM=1073740801
c Current CPU time (ms) : 831.513
c starts	: 1024
c conflicts	: 1
c decisions	: 14373
c propagations	: 36932
c inspects	: 3409689
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 1025
c 
c CURRENT OPTIMUM=1073740800
c Current CPU time (ms) : 834.172
c starts	: 1025
c conflicts	: 1
c decisions	: 14395
c propagations	: 36968
c inspects	: 3420955
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 1026
c 
c CURRENT OPTIMUM=1073740799
c Current CPU time (ms) : 836.59
c starts	: 1026
c conflicts	: 1
c decisions	: 14415
c propagations	: 37004
c inspects	: 3431207
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 1027
c 
c CURRENT OPTIMUM=1073740798
c Current CPU time (ms) : 839.033
c starts	: 1027
c conflicts	: 1
c decisions	: 14435
c propagations	: 37040
c inspects	: 3441469
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 1028
c 
c CURRENT OPTIMUM=1073740797
c Current CPU time (ms) : 841.244
c starts	: 1028
c conflicts	: 1
c decisions	: 14453
c propagations	: 37076
c inspects	: 3450715
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 1029
c 
c CURRENT OPTIMUM=1073740796
c Current CPU time (ms) : 843.691
c starts	: 1029
c conflicts	: 1
c decisions	: 14473
c propagations	: 37112
c inspects	: 3460997
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 1030
c 
c CURRENT OPTIMUM=1073740795
c Current CPU time (ms) : 845.891
c starts	: 1030
c conflicts	: 1
c decisions	: 14491
c propagations	: 37148
c inspects	: 3470261
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 1031
c 
c CURRENT OPTIMUM=1073740794
c Current CPU time (ms) : 848.092
c starts	: 1031
c conflicts	: 1
c decisions	: 14509
c propagations	: 37184
c inspects	: 3479534
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 1032
c 
c CURRENT OPTIMUM=1073740793
c Current CPU time (ms) : 850.068
c starts	: 1032
c conflicts	: 1
c decisions	: 14525
c propagations	: 37220
c inspects	: 3487786
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 1033
c 
c CURRENT OPTIMUM=1073740792
c Current CPU time (ms) : 852.525
c starts	: 1033
c conflicts	: 1
c decisions	: 14545
c propagations	: 37256
c inspects	: 3498108
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 1034
c 
c CURRENT OPTIMUM=1073740791
c Current CPU time (ms) : 854.732
c starts	: 1034
c conflicts	: 1
c decisions	: 14563
c propagations	: 37292
c inspects	: 3507408
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 1035
c 
c CURRENT OPTIMUM=1073740790
c Current CPU time (ms) : 856.964
c starts	: 1035
c conflicts	: 1
c decisions	: 14581
c propagations	: 37328
c inspects	: 3516717
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 1036
c 
c CURRENT OPTIMUM=1073740789
c Current CPU time (ms) : 858.944
c starts	: 1036
c conflicts	: 1
c decisions	: 14597
c propagations	: 37364
c inspects	: 3525001
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 1037
c 
c CURRENT OPTIMUM=1073740788
c Current CPU time (ms) : 861.157
c starts	: 1037
c conflicts	: 1
c decisions	: 14615
c propagations	: 37400
c inspects	: 3534328
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 1038
c 
c CURRENT OPTIMUM=1073740787
c Current CPU time (ms) : 863.141
c starts	: 1038
c conflicts	: 1
c decisions	: 14631
c propagations	: 37436
c inspects	: 3542628
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 1039
c 
c CURRENT OPTIMUM=1073740786
c Current CPU time (ms) : 865.125
c starts	: 1039
c conflicts	: 1
c decisions	: 14647
c propagations	: 37472
c inspects	: 3550936
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 1040
c 
c CURRENT OPTIMUM=1073740785
c Current CPU time (ms) : 866.888
c starts	: 1040
c conflicts	: 1
c decisions	: 14661
c propagations	: 37508
c inspects	: 3558214
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 1041
c 
c CURRENT OPTIMUM=1073740784
c Current CPU time (ms) : 869.354
c starts	: 1041
c conflicts	: 1
c decisions	: 14681
c propagations	: 37544
c inspects	: 3568616
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 1042
c 
c CURRENT OPTIMUM=1073740783
c Current CPU time (ms) : 871.574
c starts	: 1042
c conflicts	: 1
c decisions	: 14699
c propagations	: 37580
c inspects	: 3577988
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 1043
c 
c CURRENT OPTIMUM=1073740782
c Current CPU time (ms) : 873.795
c starts	: 1043
c conflicts	: 1
c decisions	: 14717
c propagations	: 37616
c inspects	: 3587369
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 1044
c 
c CURRENT OPTIMUM=1073740781
c Current CPU time (ms) : 875.82
c starts	: 1044
c conflicts	: 1
c decisions	: 14733
c propagations	: 37652
c inspects	: 3595717
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 1045
c 
c CURRENT OPTIMUM=1073740780
c Current CPU time (ms) : 878.046
c starts	: 1045
c conflicts	: 1
c decisions	: 14751
c propagations	: 37688
c inspects	: 3605116
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 1046
c 
c CURRENT OPTIMUM=1073740779
c Current CPU time (ms) : 880.042
c starts	: 1046
c conflicts	: 1
c decisions	: 14767
c propagations	: 37724
c inspects	: 3613480
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 1047
c 
c CURRENT OPTIMUM=1073740778
c Current CPU time (ms) : 882.042
c starts	: 1047
c conflicts	: 1
c decisions	: 14783
c propagations	: 37760
c inspects	: 3621852
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 1048
c 
c CURRENT OPTIMUM=1073740777
c Current CPU time (ms) : 883.81
c starts	: 1048
c conflicts	: 1
c decisions	: 14797
c propagations	: 37796
c inspects	: 3629186
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 1049
c 
c CURRENT OPTIMUM=1073740776
c Current CPU time (ms) : 886.046
c starts	: 1049
c conflicts	: 1
c decisions	: 14815
c propagations	: 37832
c inspects	: 3638621
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 1050
c 
c CURRENT OPTIMUM=1073740775
c Current CPU time (ms) : 888.072
c starts	: 1050
c conflicts	: 1
c decisions	: 14831
c propagations	: 37868
c inspects	: 3647017
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 1051
c 
c CURRENT OPTIMUM=1073740774
c Current CPU time (ms) : 890.079
c starts	: 1051
c conflicts	: 1
c decisions	: 14847
c propagations	: 37904
c inspects	: 3655421
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 1052
c 
c CURRENT OPTIMUM=1073740773
c Current CPU time (ms) : 891.831
c starts	: 1052
c conflicts	: 1
c decisions	: 14861
c propagations	: 37940
c inspects	: 3662783
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 1053
c 
c CURRENT OPTIMUM=1073740772
c Current CPU time (ms) : 893.864
c starts	: 1053
c conflicts	: 1
c decisions	: 14877
c propagations	: 37976
c inspects	: 3671203
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 1054
c 
c CURRENT OPTIMUM=1073740771
c Current CPU time (ms) : 895.62
c starts	: 1054
c conflicts	: 1
c decisions	: 14891
c propagations	: 38012
c inspects	: 3678579
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 1055
c 
c CURRENT OPTIMUM=1073740770
c Current CPU time (ms) : 897.4
c starts	: 1055
c conflicts	: 1
c decisions	: 14905
c propagations	: 38048
c inspects	: 3685962
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 1056
c 
c CURRENT OPTIMUM=1073740769
c Current CPU time (ms) : 898.944
c starts	: 1056
c conflicts	: 1
c decisions	: 14917
c propagations	: 38084
c inspects	: 3692298
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 1057
c 
c CURRENT OPTIMUM=1073740768
c Current CPU time (ms) : 901.451
c starts	: 1057
c conflicts	: 1
c decisions	: 14937
c propagations	: 38120
c inspects	: 3702860
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 1058
c 
c CURRENT OPTIMUM=1073740767
c Current CPU time (ms) : 903.708
c starts	: 1058
c conflicts	: 1
c decisions	: 14955
c propagations	: 38156
c inspects	: 3712376
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 1059
c 
c CURRENT OPTIMUM=1073740766
c Current CPU time (ms) : 905.969
c starts	: 1059
c conflicts	: 1
c decisions	: 14973
c propagations	: 38192
c inspects	: 3721901
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 1060
c 
c CURRENT OPTIMUM=1073740765
c Current CPU time (ms) : 908.016
c starts	: 1060
c conflicts	: 1
c decisions	: 14989
c propagations	: 38228
c inspects	: 3730377
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 1061
c 
c CURRENT OPTIMUM=1073740764
c Current CPU time (ms) : 910.278
c starts	: 1061
c conflicts	: 1
c decisions	: 15007
c propagations	: 38264
c inspects	: 3739920
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 1062
c 
c CURRENT OPTIMUM=1073740763
c Current CPU time (ms) : 912.306
c starts	: 1062
c conflicts	: 1
c decisions	: 15023
c propagations	: 38300
c inspects	: 3748412
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 1063
c 
c CURRENT OPTIMUM=1073740762
c Current CPU time (ms) : 914.334
c starts	: 1063
c conflicts	: 1
c decisions	: 15039
c propagations	: 38336
c inspects	: 3756912
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 1064
c 
c CURRENT OPTIMUM=1073740761
c Current CPU time (ms) : 916.129
c starts	: 1064
c conflicts	: 1
c decisions	: 15053
c propagations	: 38372
c inspects	: 3764358
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 1065
c 
c CURRENT OPTIMUM=1073740760
c Current CPU time (ms) : 918.419
c starts	: 1065
c conflicts	: 1
c decisions	: 15071
c propagations	: 38408
c inspects	: 3773937
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 1066
c 
c CURRENT OPTIMUM=1073740759
c Current CPU time (ms) : 920.455
c starts	: 1066
c conflicts	: 1
c decisions	: 15087
c propagations	: 38444
c inspects	: 3782461
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 1067
c 
c CURRENT OPTIMUM=1073740758
c Current CPU time (ms) : 922.495
c starts	: 1067
c conflicts	: 1
c decisions	: 15103
c propagations	: 38480
c inspects	: 3790993
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 1068
c 
c CURRENT OPTIMUM=1073740757
c Current CPU time (ms) : 924.296
c starts	: 1068
c conflicts	: 1
c decisions	: 15117
c propagations	: 38516
c inspects	: 3798467
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 1069
c 
c CURRENT OPTIMUM=1073740756
c Current CPU time (ms) : 926.346
c starts	: 1069
c conflicts	: 1
c decisions	: 15133
c propagations	: 38552
c inspects	: 3807015
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 1070
c 
c CURRENT OPTIMUM=1073740755
c Current CPU time (ms) : 928.153
c starts	: 1070
c conflicts	: 1
c decisions	: 15147
c propagations	: 38588
c inspects	: 3814503
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 1071
c 
c CURRENT OPTIMUM=1073740754
c Current CPU time (ms) : 929.957
c starts	: 1071
c conflicts	: 1
c decisions	: 15161
c propagations	: 38624
c inspects	: 3821998
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 1072
c 
c CURRENT OPTIMUM=1073740753
c Current CPU time (ms) : 931.498
c starts	: 1072
c conflicts	: 1
c decisions	: 15173
c propagations	: 38660
c inspects	: 3828430
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 1073
c 
c CURRENT OPTIMUM=1073740752
c Current CPU time (ms) : 933.814
c starts	: 1073
c conflicts	: 1
c decisions	: 15191
c propagations	: 38696
c inspects	: 3838081
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 1074
c 
c CURRENT OPTIMUM=1073740751
c Current CPU time (ms) : 935.862
c starts	: 1074
c conflicts	: 1
c decisions	: 15207
c propagations	: 38732
c inspects	: 3846669
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 1075
c 
c CURRENT OPTIMUM=1073740750
c Current CPU time (ms) : 937.91
c starts	: 1075
c conflicts	: 1
c decisions	: 15223
c propagations	: 38768
c inspects	: 3855265
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 1076
c 
c CURRENT OPTIMUM=1073740749
c Current CPU time (ms) : 939.72
c starts	: 1076
c conflicts	: 1
c decisions	: 15237
c propagations	: 38804
c inspects	: 3862795
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 1077
c 
c CURRENT OPTIMUM=1073740748
c Current CPU time (ms) : 941.772
c starts	: 1077
c conflicts	: 1
c decisions	: 15253
c propagations	: 38840
c inspects	: 3871407
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 1078
c 
c CURRENT OPTIMUM=1073740747
c Current CPU time (ms) : 943.587
c starts	: 1078
c conflicts	: 1
c decisions	: 15267
c propagations	: 38876
c inspects	: 3878951
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 1079
c 
c CURRENT OPTIMUM=1073740746
c Current CPU time (ms) : 945.402
c starts	: 1079
c conflicts	: 1
c decisions	: 15281
c propagations	: 38912
c inspects	: 3886502
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 1080
c 
c CURRENT OPTIMUM=1073740745
c Current CPU time (ms) : 946.99
c starts	: 1080
c conflicts	: 1
c decisions	: 15293
c propagations	: 38948
c inspects	: 3892982
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 1081
c 
c CURRENT OPTIMUM=1073740744
c Current CPU time (ms) : 949.049
c starts	: 1081
c conflicts	: 1
c decisions	: 15309
c propagations	: 38984
c inspects	: 3901626
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 1082
c 
c CURRENT OPTIMUM=1073740743
c Current CPU time (ms) : 950.877
c starts	: 1082
c conflicts	: 1
c decisions	: 15323
c propagations	: 39020
c inspects	: 3909198
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 1083
c 
c CURRENT OPTIMUM=1073740742
c Current CPU time (ms) : 952.704
c starts	: 1083
c conflicts	: 1
c decisions	: 15337
c propagations	: 39056
c inspects	: 3916777
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 1084
c 
c CURRENT OPTIMUM=1073740741
c Current CPU time (ms) : 954.264
c starts	: 1084
c conflicts	: 1
c decisions	: 15349
c propagations	: 39092
c inspects	: 3923281
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 1085
c 
c CURRENT OPTIMUM=1073740740
c Current CPU time (ms) : 956.095
c starts	: 1085
c conflicts	: 1
c decisions	: 15363
c propagations	: 39128
c inspects	: 3930874
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 1086
c 
c CURRENT OPTIMUM=1073740739
c Current CPU time (ms) : 957.685
c starts	: 1086
c conflicts	: 1
c decisions	: 15375
c propagations	: 39164
c inspects	: 3937390
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 1087
c 
c CURRENT OPTIMUM=1073740738
c Current CPU time (ms) : 959.274
c starts	: 1087
c conflicts	: 1
c decisions	: 15387
c propagations	: 39200
c inspects	: 3943912
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 1088
c 
c CURRENT OPTIMUM=1073740737
c Current CPU time (ms) : 960.596
c starts	: 1088
c conflicts	: 1
c decisions	: 15397
c propagations	: 39236
c inspects	: 3949354
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 1089
c 
c CURRENT OPTIMUM=1073740736
c Current CPU time (ms) : 963.176
c starts	: 1089
c conflicts	: 1
c decisions	: 15417
c propagations	: 39272
c inspects	: 3960236
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 1090
c 
c CURRENT OPTIMUM=1073740735
c Current CPU time (ms) : 965.499
c starts	: 1090
c conflicts	: 1
c decisions	: 15435
c propagations	: 39308
c inspects	: 3970040
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 1091
c 
c CURRENT OPTIMUM=1073740734
c Current CPU time (ms) : 967.857
c starts	: 1091
c conflicts	: 1
c decisions	: 15453
c propagations	: 39344
c inspects	: 3979853
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 1092
c 
c CURRENT OPTIMUM=1073740733
c Current CPU time (ms) : 969.942
c starts	: 1092
c conflicts	: 1
c decisions	: 15469
c propagations	: 39380
c inspects	: 3988585
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 1093
c 
c CURRENT OPTIMUM=1073740732
c Current CPU time (ms) : 972.268
c starts	: 1093
c conflicts	: 1
c decisions	: 15487
c propagations	: 39416
c inspects	: 3998416
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 1094
c 
c CURRENT OPTIMUM=1073740731
c Current CPU time (ms) : 974.356
c starts	: 1094
c conflicts	: 1
c decisions	: 15503
c propagations	: 39452
c inspects	: 4007164
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 1095
c 
c CURRENT OPTIMUM=1073740730
c Current CPU time (ms) : 976.471
c starts	: 1095
c conflicts	: 1
c decisions	: 15519
c propagations	: 39488
c inspects	: 4015920
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 1096
c 
c CURRENT OPTIMUM=1073740729
c Current CPU time (ms) : 978.32
c starts	: 1096
c conflicts	: 1
c decisions	: 15533
c propagations	: 39524
c inspects	: 4023590
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 1097
c 
c CURRENT OPTIMUM=1073740728
c Current CPU time (ms) : 980.658
c starts	: 1097
c conflicts	: 1
c decisions	: 15551
c propagations	: 39560
c inspects	: 4033457
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 1098
c 
c CURRENT OPTIMUM=1073740727
c Current CPU time (ms) : 982.749
c starts	: 1098
c conflicts	: 1
c decisions	: 15567
c propagations	: 39596
c inspects	: 4042237
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 1099
c 
c CURRENT OPTIMUM=1073740726
c Current CPU time (ms) : 984.864
c starts	: 1099
c conflicts	: 1
c decisions	: 15583
c propagations	: 39632
c inspects	: 4051025
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 1100
c 
c CURRENT OPTIMUM=1073740725
c Current CPU time (ms) : 986.715
c starts	: 1100
c conflicts	: 1
c decisions	: 15597
c propagations	: 39668
c inspects	: 4058723
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 1101
c 
c CURRENT OPTIMUM=1073740724
c Current CPU time (ms) : 988.813
c starts	: 1101
c conflicts	: 1
c decisions	: 15613
c propagations	: 39704
c inspects	: 4067527
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 1102
c 
c CURRENT OPTIMUM=1073740723
c Current CPU time (ms) : 990.668
c starts	: 1102
c conflicts	: 1
c decisions	: 15627
c propagations	: 39740
c inspects	: 4075239
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 1103
c 
c CURRENT OPTIMUM=1073740722
c Current CPU time (ms) : 992.523
c starts	: 1103
c conflicts	: 1
c decisions	: 15641
c propagations	: 39776
c inspects	: 4082958
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 1104
c 
c CURRENT OPTIMUM=1073740721
c Current CPU time (ms) : 994.111
c starts	: 1104
c conflicts	: 1
c decisions	: 15653
c propagations	: 39812
c inspects	: 4089582
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 1105
c 
c CURRENT OPTIMUM=1073740720
c Current CPU time (ms) : 996.483
c starts	: 1105
c conflicts	: 1
c decisions	: 15671
c propagations	: 39848
c inspects	: 4099521
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 1106
c 
c CURRENT OPTIMUM=1073740719
c Current CPU time (ms) : 998.59
c starts	: 1106
c conflicts	: 1
c decisions	: 15687
c propagations	: 39884
c inspects	: 4108365
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 1107
c 
c CURRENT OPTIMUM=1073740718
c Current CPU time (ms) : 1000.698
c starts	: 1107
c conflicts	: 1
c decisions	: 15703
c propagations	: 39920
c inspects	: 4117217
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 1108
c 
c CURRENT OPTIMUM=1073740717
c Current CPU time (ms) : 1002.562
c starts	: 1108
c conflicts	: 1
c decisions	: 15717
c propagations	: 39956
c inspects	: 4124971
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 1109
c 
c CURRENT OPTIMUM=1073740716
c Current CPU time (ms) : 1004.698
c starts	: 1109
c conflicts	: 1
c decisions	: 15733
c propagations	: 39992
c inspects	: 4133839
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 1110
c 
c CURRENT OPTIMUM=1073740715
c Current CPU time (ms) : 1006.541
c starts	: 1110
c conflicts	: 1
c decisions	: 15747
c propagations	: 40028
c inspects	: 4141607
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 1111
c 
c CURRENT OPTIMUM=1073740714
c Current CPU time (ms) : 1008.41
c starts	: 1111
c conflicts	: 1
c decisions	: 15761
c propagations	: 40064
c inspects	: 4149382
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 1112
c 
c CURRENT OPTIMUM=1073740713
c Current CPU time (ms) : 1010.032
c starts	: 1112
c conflicts	: 1
c decisions	: 15773
c propagations	: 40100
c inspects	: 4156054
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 1113
c 
c CURRENT OPTIMUM=1073740712
c Current CPU time (ms) : 1012.153
c starts	: 1113
c conflicts	: 1
c decisions	: 15789
c propagations	: 40136
c inspects	: 4164954
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 1114
c 
c CURRENT OPTIMUM=1073740711
c Current CPU time (ms) : 1014.028
c starts	: 1114
c conflicts	: 1
c decisions	: 15803
c propagations	: 40172
c inspects	: 4172750
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 1115
c 
c CURRENT OPTIMUM=1073740710
c Current CPU time (ms) : 1015.911
c starts	: 1115
c conflicts	: 1
c decisions	: 15817
c propagations	: 40208
c inspects	: 4180553
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 1116
c 
c CURRENT OPTIMUM=1073740709
c Current CPU time (ms) : 1017.548
c starts	: 1116
c conflicts	: 1
c decisions	: 15829
c propagations	: 40244
c inspects	: 4187249
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 1117
c 
c CURRENT OPTIMUM=1073740708
c Current CPU time (ms) : 1019.428
c starts	: 1117
c conflicts	: 1
c decisions	: 15843
c propagations	: 40280
c inspects	: 4195066
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 1118
c 
c CURRENT OPTIMUM=1073740707
c Current CPU time (ms) : 1021.059
c starts	: 1118
c conflicts	: 1
c decisions	: 15855
c propagations	: 40316
c inspects	: 4201774
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 1119
c 
c CURRENT OPTIMUM=1073740706
c Current CPU time (ms) : 1022.669
c starts	: 1119
c conflicts	: 1
c decisions	: 15867
c propagations	: 40352
c inspects	: 4208488
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 1120
c 
c CURRENT OPTIMUM=1073740705
c Current CPU time (ms) : 1024.051
c starts	: 1120
c conflicts	: 1
c decisions	: 15877
c propagations	: 40388
c inspects	: 4214090
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 1121
c 
c CURRENT OPTIMUM=1073740704
c Current CPU time (ms) : 1026.433
c starts	: 1121
c conflicts	: 1
c decisions	: 15895
c propagations	: 40424
c inspects	: 4224173
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 1122
c 
c CURRENT OPTIMUM=1073740703
c Current CPU time (ms) : 1028.595
c starts	: 1122
c conflicts	: 1
c decisions	: 15911
c propagations	: 40460
c inspects	: 4233145
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 1123
c 
c CURRENT OPTIMUM=1073740702
c Current CPU time (ms) : 1030.735
c starts	: 1123
c conflicts	: 1
c decisions	: 15927
c propagations	: 40496
c inspects	: 4242125
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 1124
c 
c CURRENT OPTIMUM=1073740701
c Current CPU time (ms) : 1032.627
c starts	: 1124
c conflicts	: 1
c decisions	: 15941
c propagations	: 40532
c inspects	: 4249991
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 1125
c 
c CURRENT OPTIMUM=1073740700
c Current CPU time (ms) : 1034.773
c starts	: 1125
c conflicts	: 1
c decisions	: 15957
c propagations	: 40568
c inspects	: 4258987
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 1126
c 
c CURRENT OPTIMUM=1073740699
c Current CPU time (ms) : 1036.667
c starts	: 1126
c conflicts	: 1
c decisions	: 15971
c propagations	: 40604
c inspects	: 4266867
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 1127
c 
c CURRENT OPTIMUM=1073740698
c Current CPU time (ms) : 1038.563
c starts	: 1127
c conflicts	: 1
c decisions	: 15985
c propagations	: 40640
c inspects	: 4274754
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 1128
c 
c CURRENT OPTIMUM=1073740697
c Current CPU time (ms) : 1040.208
c starts	: 1128
c conflicts	: 1
c decisions	: 15997
c propagations	: 40676
c inspects	: 4281522
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 1129
c 
c CURRENT OPTIMUM=1073740696
c Current CPU time (ms) : 1042.36
c starts	: 1129
c conflicts	: 1
c decisions	: 16013
c propagations	: 40712
c inspects	: 4290550
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 1130
c 
c CURRENT OPTIMUM=1073740695
c Current CPU time (ms) : 1044.261
c starts	: 1130
c conflicts	: 1
c decisions	: 16027
c propagations	: 40748
c inspects	: 4298458
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 1131
c 
c CURRENT OPTIMUM=1073740694
c Current CPU time (ms) : 1046.164
c starts	: 1131
c conflicts	: 1
c decisions	: 16041
c propagations	: 40784
c inspects	: 4306373
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 1132
c 
c CURRENT OPTIMUM=1073740693
c Current CPU time (ms) : 1047.815
c starts	: 1132
c conflicts	: 1
c decisions	: 16053
c propagations	: 40820
c inspects	: 4313165
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 1133
c 
c CURRENT OPTIMUM=1073740692
c Current CPU time (ms) : 1049.862
c starts	: 1133
c conflicts	: 1
c decisions	: 16067
c propagations	: 40856
c inspects	: 4321094
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 1134
c 
c CURRENT OPTIMUM=1073740691
c Current CPU time (ms) : 1051.516
c starts	: 1134
c conflicts	: 1
c decisions	: 16079
c propagations	: 40892
c inspects	: 4327898
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 1135
c 
c CURRENT OPTIMUM=1073740690
c Current CPU time (ms) : 1053.148
c starts	: 1135
c conflicts	: 1
c decisions	: 16091
c propagations	: 40928
c inspects	: 4334708
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 1136
c 
c CURRENT OPTIMUM=1073740689
c Current CPU time (ms) : 1054.548
c starts	: 1136
c conflicts	: 1
c decisions	: 16101
c propagations	: 40964
c inspects	: 4340390
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 1137
c 
c CURRENT OPTIMUM=1073740688
c Current CPU time (ms) : 1056.714
c starts	: 1137
c conflicts	: 1
c decisions	: 16117
c propagations	: 41000
c inspects	: 4349482
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 1138
c 
c CURRENT OPTIMUM=1073740687
c Current CPU time (ms) : 1058.627
c starts	: 1138
c conflicts	: 1
c decisions	: 16131
c propagations	: 41036
c inspects	: 4357446
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 1139
c 
c CURRENT OPTIMUM=1073740686
c Current CPU time (ms) : 1060.542
c starts	: 1139
c conflicts	: 1
c decisions	: 16145
c propagations	: 41072
c inspects	: 4365417
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 1140
c 
c CURRENT OPTIMUM=1073740685
c Current CPU time (ms) : 1062.204
c starts	: 1140
c conflicts	: 1
c decisions	: 16157
c propagations	: 41108
c inspects	: 4372257
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 1141
c 
c CURRENT OPTIMUM=1073740684
c Current CPU time (ms) : 1064.123
c starts	: 1141
c conflicts	: 1
c decisions	: 16171
c propagations	: 41144
c inspects	: 4380242
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 1142
c 
c CURRENT OPTIMUM=1073740683
c Current CPU time (ms) : 1065.788
c starts	: 1142
c conflicts	: 1
c decisions	: 16183
c propagations	: 41180
c inspects	: 4387094
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 1143
c 
c CURRENT OPTIMUM=1073740682
c Current CPU time (ms) : 1067.454
c starts	: 1143
c conflicts	: 1
c decisions	: 16195
c propagations	: 41216
c inspects	: 4393952
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 1144
c 
c CURRENT OPTIMUM=1073740681
c Current CPU time (ms) : 1068.842
c starts	: 1144
c conflicts	: 1
c decisions	: 16205
c propagations	: 41252
c inspects	: 4399674
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 1145
c 
c CURRENT OPTIMUM=1073740680
c Current CPU time (ms) : 1070.768
c starts	: 1145
c conflicts	: 1
c decisions	: 16219
c propagations	: 41288
c inspects	: 4407687
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 1146
c 
c CURRENT OPTIMUM=1073740679
c Current CPU time (ms) : 1072.437
c starts	: 1146
c conflicts	: 1
c decisions	: 16231
c propagations	: 41324
c inspects	: 4414563
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 1147
c 
c CURRENT OPTIMUM=1073740678
c Current CPU time (ms) : 1074.108
c starts	: 1147
c conflicts	: 1
c decisions	: 16243
c propagations	: 41360
c inspects	: 4421445
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 1148
c 
c CURRENT OPTIMUM=1073740677
c Current CPU time (ms) : 1075.499
c starts	: 1148
c conflicts	: 1
c decisions	: 16253
c propagations	: 41396
c inspects	: 4427187
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 1149
c 
c CURRENT OPTIMUM=1073740676
c Current CPU time (ms) : 1077.174
c starts	: 1149
c conflicts	: 1
c decisions	: 16265
c propagations	: 41432
c inspects	: 4434081
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 1150
c 
c CURRENT OPTIMUM=1073740675
c Current CPU time (ms) : 1078.567
c starts	: 1150
c conflicts	: 1
c decisions	: 16275
c propagations	: 41468
c inspects	: 4439833
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 1151
c 
c CURRENT OPTIMUM=1073740674
c Current CPU time (ms) : 1079.985
c starts	: 1151
c conflicts	: 1
c decisions	: 16285
c propagations	: 41504
c inspects	: 4445590
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 1152
c 
c CURRENT OPTIMUM=1073740673
c Current CPU time (ms) : 1081.121
c starts	: 1152
c conflicts	: 1
c decisions	: 16293
c propagations	: 41540
c inspects	: 4450202
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 1153
c 
c CURRENT OPTIMUM=1073740672
c Current CPU time (ms) : 1083.847
c starts	: 1153
c conflicts	: 1
c decisions	: 16313
c propagations	: 41576
c inspects	: 4461724
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 1154
c 
c CURRENT OPTIMUM=1073740671
c Current CPU time (ms) : 1086.304
c starts	: 1154
c conflicts	: 1
c decisions	: 16331
c propagations	: 41612
c inspects	: 4472104
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 1155
c 
c CURRENT OPTIMUM=1073740670
c Current CPU time (ms) : 1088.781
c starts	: 1155
c conflicts	: 1
c decisions	: 16349
c propagations	: 41648
c inspects	: 4482493
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 1156
c 
c CURRENT OPTIMUM=1073740669
c Current CPU time (ms) : 1090.981
c starts	: 1156
c conflicts	: 1
c decisions	: 16365
c propagations	: 41684
c inspects	: 4491737
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 1157
c 
c CURRENT OPTIMUM=1073740668
c Current CPU time (ms) : 1093.465
c starts	: 1157
c conflicts	: 1
c decisions	: 16383
c propagations	: 41720
c inspects	: 4502144
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 1158
c 
c CURRENT OPTIMUM=1073740667
c Current CPU time (ms) : 1095.67
c starts	: 1158
c conflicts	: 1
c decisions	: 16399
c propagations	: 41756
c inspects	: 4511404
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 1159
c 
c CURRENT OPTIMUM=1073740666
c Current CPU time (ms) : 1097.901
c starts	: 1159
c conflicts	: 1
c decisions	: 16415
c propagations	: 41792
c inspects	: 4520672
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 1160
c 
c CURRENT OPTIMUM=1073740665
c Current CPU time (ms) : 1099.853
c starts	: 1160
c conflicts	: 1
c decisions	: 16429
c propagations	: 41828
c inspects	: 4528790
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 1161
c 
c CURRENT OPTIMUM=1073740664
c Current CPU time (ms) : 1102.319
c starts	: 1161
c conflicts	: 1
c decisions	: 16447
c propagations	: 41864
c inspects	: 4539233
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 1162
c 
c CURRENT OPTIMUM=1073740663
c Current CPU time (ms) : 1104.555
c starts	: 1162
c conflicts	: 1
c decisions	: 16463
c propagations	: 41900
c inspects	: 4548525
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 1163
c 
c CURRENT OPTIMUM=1073740662
c Current CPU time (ms) : 1106.77
c starts	: 1163
c conflicts	: 1
c decisions	: 16479
c propagations	: 41936
c inspects	: 4557825
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 1164
c 
c CURRENT OPTIMUM=1073740661
c Current CPU time (ms) : 1108.726
c starts	: 1164
c conflicts	: 1
c decisions	: 16493
c propagations	: 41972
c inspects	: 4565971
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 1165
c 
c CURRENT OPTIMUM=1073740660
c Current CPU time (ms) : 1110.942
c starts	: 1165
c conflicts	: 1
c decisions	: 16509
c propagations	: 42008
c inspects	: 4575287
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 1166
c 
c CURRENT OPTIMUM=1073740659
c Current CPU time (ms) : 1112.9
c starts	: 1166
c conflicts	: 1
c decisions	: 16523
c propagations	: 42044
c inspects	: 4583447
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 1167
c 
c CURRENT OPTIMUM=1073740658
c Current CPU time (ms) : 1114.883
c starts	: 1167
c conflicts	: 1
c decisions	: 16537
c propagations	: 42080
c inspects	: 4591614
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 1168
c 
c CURRENT OPTIMUM=1073740657
c Current CPU time (ms) : 1116.562
c starts	: 1168
c conflicts	: 1
c decisions	: 16549
c propagations	: 42116
c inspects	: 4598622
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 1169
c 
c CURRENT OPTIMUM=1073740656
c Current CPU time (ms) : 1119.066
c starts	: 1169
c conflicts	: 1
c decisions	: 16567
c propagations	: 42152
c inspects	: 4609137
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 1170
c 
c CURRENT OPTIMUM=1073740655
c Current CPU time (ms) : 1121.292
c starts	: 1170
c conflicts	: 1
c decisions	: 16583
c propagations	: 42188
c inspects	: 4618493
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 1171
c 
c CURRENT OPTIMUM=1073740654
c Current CPU time (ms) : 1123.542
c starts	: 1171
c conflicts	: 1
c decisions	: 16599
c propagations	: 42224
c inspects	: 4627857
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 1172
c 
c CURRENT OPTIMUM=1073740653
c Current CPU time (ms) : 1125.51
c starts	: 1172
c conflicts	: 1
c decisions	: 16613
c propagations	: 42260
c inspects	: 4636059
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 1173
c 
c CURRENT OPTIMUM=1073740652
c Current CPU time (ms) : 1127.741
c starts	: 1173
c conflicts	: 1
c decisions	: 16629
c propagations	: 42296
c inspects	: 4645439
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 1174
c 
c CURRENT OPTIMUM=1073740651
c Current CPU time (ms) : 1129.714
c starts	: 1174
c conflicts	: 1
c decisions	: 16643
c propagations	: 42332
c inspects	: 4653655
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 1175
c 
c CURRENT OPTIMUM=1073740650
c Current CPU time (ms) : 1131.686
c starts	: 1175
c conflicts	: 1
c decisions	: 16657
c propagations	: 42368
c inspects	: 4661878
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 1176
c 
c CURRENT OPTIMUM=1073740649
c Current CPU time (ms) : 1133.397
c starts	: 1176
c conflicts	: 1
c decisions	: 16669
c propagations	: 42404
c inspects	: 4668934
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 1177
c 
c CURRENT OPTIMUM=1073740648
c Current CPU time (ms) : 1135.634
c starts	: 1177
c conflicts	: 1
c decisions	: 16685
c propagations	: 42440
c inspects	: 4678346
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 1178
c 
c CURRENT OPTIMUM=1073740647
c Current CPU time (ms) : 1137.635
c starts	: 1178
c conflicts	: 1
c decisions	: 16699
c propagations	: 42476
c inspects	: 4686590
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 1179
c 
c CURRENT OPTIMUM=1073740646
c Current CPU time (ms) : 1139.613
c starts	: 1179
c conflicts	: 1
c decisions	: 16713
c propagations	: 42512
c inspects	: 4694841
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 1180
c 
c CURRENT OPTIMUM=1073740645
c Current CPU time (ms) : 1141.308
c starts	: 1180
c conflicts	: 1
c decisions	: 16725
c propagations	: 42548
c inspects	: 4701921
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 1181
c 
c CURRENT OPTIMUM=1073740644
c Current CPU time (ms) : 1143.314
c starts	: 1181
c conflicts	: 1
c decisions	: 16739
c propagations	: 42584
c inspects	: 4710186
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 1182
c 
c CURRENT OPTIMUM=1073740643
c Current CPU time (ms) : 1145.012
c starts	: 1182
c conflicts	: 1
c decisions	: 16751
c propagations	: 42620
c inspects	: 4717278
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 1183
c 
c CURRENT OPTIMUM=1073740642
c Current CPU time (ms) : 1146.734
c starts	: 1183
c conflicts	: 1
c decisions	: 16763
c propagations	: 42656
c inspects	: 4724376
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 1184
c 
c CURRENT OPTIMUM=1073740641
c Current CPU time (ms) : 1148.19
c starts	: 1184
c conflicts	: 1
c decisions	: 16773
c propagations	: 42692
c inspects	: 4730298
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 1185
c 
c CURRENT OPTIMUM=1073740640
c Current CPU time (ms) : 1150.705
c starts	: 1185
c conflicts	: 1
c decisions	: 16791
c propagations	: 42728
c inspects	: 4740957
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 1186
c 
c CURRENT OPTIMUM=1073740639
c Current CPU time (ms) : 1152.984
c starts	: 1186
c conflicts	: 1
c decisions	: 16807
c propagations	: 42764
c inspects	: 4750441
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 1187
c 
c CURRENT OPTIMUM=1073740638
c Current CPU time (ms) : 1155.248
c starts	: 1187
c conflicts	: 1
c decisions	: 16823
c propagations	: 42800
c inspects	: 4759933
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 1188
c 
c CURRENT OPTIMUM=1073740637
c Current CPU time (ms) : 1157.243
c starts	: 1188
c conflicts	: 1
c decisions	: 16837
c propagations	: 42836
c inspects	: 4768247
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 1189
c 
c CURRENT OPTIMUM=1073740636
c Current CPU time (ms) : 1159.527
c starts	: 1189
c conflicts	: 1
c decisions	: 16853
c propagations	: 42872
c inspects	: 4777755
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 1190
c 
c CURRENT OPTIMUM=1073740635
c Current CPU time (ms) : 1161.535
c starts	: 1190
c conflicts	: 1
c decisions	: 16867
c propagations	: 42908
c inspects	: 4786083
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 1191
c 
c CURRENT OPTIMUM=1073740634
c Current CPU time (ms) : 1163.534
c starts	: 1191
c conflicts	: 1
c decisions	: 16881
c propagations	: 42944
c inspects	: 4794418
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 1192
c 
c CURRENT OPTIMUM=1073740633
c Current CPU time (ms) : 1165.268
c starts	: 1192
c conflicts	: 1
c decisions	: 16893
c propagations	: 42980
c inspects	: 4801570
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 1193
c 
c CURRENT OPTIMUM=1073740632
c Current CPU time (ms) : 1167.536
c starts	: 1193
c conflicts	: 1
c decisions	: 16909
c propagations	: 43016
c inspects	: 4811110
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 1194
c 
c CURRENT OPTIMUM=1073740631
c Current CPU time (ms) : 1169.54
c starts	: 1194
c conflicts	: 1
c decisions	: 16923
c propagations	: 43052
c inspects	: 4819466
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 1195
c 
c CURRENT OPTIMUM=1073740630
c Current CPU time (ms) : 1171.56
c starts	: 1195
c conflicts	: 1
c decisions	: 16937
c propagations	: 43088
c inspects	: 4827829
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 1196
c 
c CURRENT OPTIMUM=1073740629
c Current CPU time (ms) : 1173.3
c starts	: 1196
c conflicts	: 1
c decisions	: 16949
c propagations	: 43124
c inspects	: 4835005
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 1197
c 
c CURRENT OPTIMUM=1073740628
c Current CPU time (ms) : 1175.326
c starts	: 1197
c conflicts	: 1
c decisions	: 16963
c propagations	: 43160
c inspects	: 4843382
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 1198
c 
c CURRENT OPTIMUM=1073740627
c Current CPU time (ms) : 1177.071
c starts	: 1198
c conflicts	: 1
c decisions	: 16975
c propagations	: 43196
c inspects	: 4850570
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 1199
c 
c CURRENT OPTIMUM=1073740626
c Current CPU time (ms) : 1178.817
c starts	: 1199
c conflicts	: 1
c decisions	: 16987
c propagations	: 43232
c inspects	: 4857764
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 1200
c 
c CURRENT OPTIMUM=1073740625
c Current CPU time (ms) : 1180.293
c starts	: 1200
c conflicts	: 1
c decisions	: 16997
c propagations	: 43268
c inspects	: 4863766
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 1201
c 
c CURRENT OPTIMUM=1073740624
c Current CPU time (ms) : 1182.578
c starts	: 1201
c conflicts	: 1
c decisions	: 17013
c propagations	: 43304
c inspects	: 4873370
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 1202
c 
c CURRENT OPTIMUM=1073740623
c Current CPU time (ms) : 1184.599
c starts	: 1202
c conflicts	: 1
c decisions	: 17027
c propagations	: 43340
c inspects	: 4881782
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 1203
c 
c CURRENT OPTIMUM=1073740622
c Current CPU time (ms) : 1186.621
c starts	: 1203
c conflicts	: 1
c decisions	: 17041
c propagations	: 43376
c inspects	: 4890201
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 1204
c 
c CURRENT OPTIMUM=1073740621
c Current CPU time (ms) : 1188.372
c starts	: 1204
c conflicts	: 1
c decisions	: 17053
c propagations	: 43412
c inspects	: 4897425
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 1205
c 
c CURRENT OPTIMUM=1073740620
c Current CPU time (ms) : 1190.401
c starts	: 1205
c conflicts	: 1
c decisions	: 17067
c propagations	: 43448
c inspects	: 4905858
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 1206
c 
c CURRENT OPTIMUM=1073740619
c Current CPU time (ms) : 1192.157
c starts	: 1206
c conflicts	: 1
c decisions	: 17079
c propagations	: 43484
c inspects	: 4913094
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 1207
c 
c CURRENT OPTIMUM=1073740618
c Current CPU time (ms) : 1193.913
c starts	: 1207
c conflicts	: 1
c decisions	: 17091
c propagations	: 43520
c inspects	: 4920336
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 1208
c 
c CURRENT OPTIMUM=1073740617
c Current CPU time (ms) : 1195.375
c starts	: 1208
c conflicts	: 1
c decisions	: 17101
c propagations	: 43556
c inspects	: 4926378
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 1209
c 
c CURRENT OPTIMUM=1073740616
c Current CPU time (ms) : 1197.429
c starts	: 1209
c conflicts	: 1
c decisions	: 17115
c propagations	: 43592
c inspects	: 4934839
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 1210
c 
c CURRENT OPTIMUM=1073740615
c Current CPU time (ms) : 1199.168
c starts	: 1210
c conflicts	: 1
c decisions	: 17127
c propagations	: 43628
c inspects	: 4942099
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 1211
c 
c CURRENT OPTIMUM=1073740614
c Current CPU time (ms) : 1200.931
c starts	: 1211
c conflicts	: 1
c decisions	: 17139
c propagations	: 43664
c inspects	: 4949365
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 1212
c 
c CURRENT OPTIMUM=1073740613
c Current CPU time (ms) : 1202.421
c starts	: 1212
c conflicts	: 1
c decisions	: 17149
c propagations	: 43700
c inspects	: 4955427
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 1213
c 
c CURRENT OPTIMUM=1073740612
c Current CPU time (ms) : 1204.194
c starts	: 1213
c conflicts	: 1
c decisions	: 17161
c propagations	: 43736
c inspects	: 4962705
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 1214
c 
c CURRENT OPTIMUM=1073740611
c Current CPU time (ms) : 1205.663
c starts	: 1214
c conflicts	: 1
c decisions	: 17171
c propagations	: 43772
c inspects	: 4968777
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 1215
c 
c CURRENT OPTIMUM=1073740610
c Current CPU time (ms) : 1207.158
c starts	: 1215
c conflicts	: 1
c decisions	: 17181
c propagations	: 43808
c inspects	: 4974854
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 1216
c 
c CURRENT OPTIMUM=1073740609
c Current CPU time (ms) : 1208.353
c starts	: 1216
c conflicts	: 1
c decisions	: 17189
c propagations	: 43844
c inspects	: 4979722
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 1217
c 
c CURRENT OPTIMUM=1073740608
c Current CPU time (ms) : 1210.959
c starts	: 1217
c conflicts	: 1
c decisions	: 17207
c propagations	: 43880
c inspects	: 4990669
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 1218
c 
c CURRENT OPTIMUM=1073740607
c Current CPU time (ms) : 1213.275
c starts	: 1218
c conflicts	: 1
c decisions	: 17223
c propagations	: 43916
c inspects	: 5000409
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 1219
c 
c CURRENT OPTIMUM=1073740606
c Current CPU time (ms) : 1215.617
c starts	: 1219
c conflicts	: 1
c decisions	: 17239
c propagations	: 43952
c inspects	: 5010157
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 1220
c 
c CURRENT OPTIMUM=1073740605
c Current CPU time (ms) : 1217.667
c starts	: 1220
c conflicts	: 1
c decisions	: 17253
c propagations	: 43988
c inspects	: 5018695
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 1221
c 
c CURRENT OPTIMUM=1073740604
c Current CPU time (ms) : 1219.989
c starts	: 1221
c conflicts	: 1
c decisions	: 17269
c propagations	: 44024
c inspects	: 5028459
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 1222
c 
c CURRENT OPTIMUM=1073740603
c Current CPU time (ms) : 1222.065
c starts	: 1222
c conflicts	: 1
c decisions	: 17283
c propagations	: 44060
c inspects	: 5037011
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 1223
c 
c CURRENT OPTIMUM=1073740602
c Current CPU time (ms) : 1224.119
c starts	: 1223
c conflicts	: 1
c decisions	: 17297
c propagations	: 44096
c inspects	: 5045570
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 1224
c 
c CURRENT OPTIMUM=1073740601
c Current CPU time (ms) : 1225.901
c starts	: 1224
c conflicts	: 1
c decisions	: 17309
c propagations	: 44132
c inspects	: 5052914
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 1225
c 
c CURRENT OPTIMUM=1073740600
c Current CPU time (ms) : 1228.231
c starts	: 1225
c conflicts	: 1
c decisions	: 17325
c propagations	: 44168
c inspects	: 5062710
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 1226
#### END SOLVER DATA ####
#### BEGIN WATCHER DATA ####
Enforcing CPU limit (will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime (will send SIGXCPU) limit: 1230 seconds
Enforcing VSIZE limit: 943718400 bytes
Raw data (loadavg): 0.14 0.03 0.01 2/54 21283
Raw data (stat): 21283 (runsolver) R 21282 29151 29150 0 -1 64 4 0 0 0 0 0 0 0 19 0 1 0 481039363 1052672 99 4294967295 134512640 135381576 3221224432 3221219680 135158418 0 2147483391 7 90112 0 0 0 17 0 0 0
Raw data (statm): 257 99 215 215 0 42 0
vsize: 1028
[startup+10.0009 s]
Raw data (loadavg): 0.35 0.08 0.02 2/64 21374
Raw data (stat): 21283 (java) R 21282 29151 29150 0 -1 0 18078 9 1 0 863 43 1 1 20 0 11 0 481039363 859103232 19759 4294967295 134512640 134569956 3221224400 3221214792 1131166103 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 209742 19759 13073 16 0 209726 0
vsize: 838968
[startup+20.0019 s]
Raw data (loadavg): 0.45 0.11 0.03 2/64 21423
Raw data (stat): 21283 (java) R 21282 29151 29150 0 -1 0 18079 9 1 0 1820 46 2 2 25 0 11 0 481039363 859070464 20025 4294967295 134512640 134569956 3221224400 3221214784 1131166762 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 209734 20025 13073 16 0 209718 0
vsize: 838936
[startup+30.003 s]
Raw data (loadavg): 0.54 0.14 0.04 2/64 21456
Raw data (stat): 21283 (java) R 21282 29151 29150 0 -1 0 18080 9 1 0 2784 48 3 2 25 0 11 0 481039363 859070464 20224 4294967295 134512640 134569956 3221224400 3221214784 1131165812 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 209734 20224 13073 16 0 209718 0
vsize: 838936
[startup+40.0088 s]
Raw data (loadavg): 0.61 0.17 0.05 2/64 21487
Raw data (stat): 21283 (java) R 21282 29151 29150 0 -1 0 18080 9 1 0 3750 50 4 3 25 0 11 0 481039363 859070464 20443 4294967295 134512640 134569956 3221224400 3221214784 1131165524 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 209734 20443 13073 16 0 209718 0
vsize: 838936
[startup+50.0162 s]
Raw data (loadavg): 0.67 0.19 0.06 2/64 21513
Raw data (stat): 21283 (java) R 21282 29151 29150 0 -1 0 18081 9 1 0 4721 51 5 3 25 0 11 0 481039363 859070464 20536 4294967295 134512640 134569956 3221224400 3221214928 1131164953 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 209734 20536 13073 16 0 209718 0
vsize: 838936
[startup+60.0178 s]
Raw data (loadavg): 0.72 0.22 0.07 2/64 21539
Raw data (stat): 21283 (java) R 21282 29151 29150 0 -1 0 18081 9 1 0 5694 52 6 4 25 0 11 0 481039363 859070464 20636 4294967295 134512640 134569956 3221224400 3221214784 1131165867 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 209734 20636 13073 16 0 209718 0
vsize: 838936
[startup+70.023 s]
Raw data (loadavg): 0.76 0.24 0.08 2/64 21560
Raw data (stat): 21283 (java) R 21282 29151 29150 0 -1 0 18081 9 1 0 6666 54 7 4 25 0 11 0 481039363 859070464 20773 4294967295 134512640 134569956 3221224400 3221214784 1131165463 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 209734 20773 13073 16 0 209718 0
vsize: 838936
[startup+80.0309 s]
Raw data (loadavg): 0.80 0.27 0.09 2/64 21578
Raw data (stat): 21283 (java) R 21282 29151 29150 0 -1 0 18081 9 1 0 7642 55 8 4 25 0 11 0 481039363 859070464 20913 4294967295 134512640 134569956 3221224400 3221214784 1131166748 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 209734 20913 13073 16 0 209718 0
vsize: 838936
[startup+90.0394 s]
Raw data (loadavg): 0.83 0.29 0.10 2/64 21596
Raw data (stat): 21283 (java) R 21282 29151 29150 0 -1 0 18081 9 1 0 8618 56 8 5 20 0 11 0 481039363 859070464 21046 4294967295 134512640 134569956 3221224400 3221214784 1131166107 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 209734 21046 13073 16 0 209718 0
vsize: 838936
[startup+100.04 s]
Raw data (loadavg): 0.85 0.31 0.11 2/64 21615
Raw data (stat): 21283 (java) R 21282 29151 29150 0 -1 0 18081 9 1 0 9597 57 8 6 25 0 11 0 481039363 859070464 21155 4294967295 134512640 134569956 3221224400 3221214864 1131146489 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 209734 21155 13073 16 0 209718 0
vsize: 838936
[startup+110.071 s]
Raw data (loadavg): 0.97 0.36 0.13 2/64 21631
Raw data (stat): 21283 (java) R 21282 29151 29150 0 -1 0 18081 9 1 0 10578 58 9 6 25 0 11 0 481039363 859070464 21285 4294967295 134512640 134569956 3221224400 3221214784 1131165867 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 209734 21285 13073 16 0 209718 0
vsize: 838936
[startup+120.089 s]
Raw data (loadavg): 0.97 0.38 0.14 2/64 21648
Raw data (stat): 21283 (java) R 21282 29151 29150 0 -1 0 18081 9 1 0 11558 60 9 6 24 0 11 0 481039363 859070464 21401 4294967295 134512640 134569956 3221224400 3221214848 1131136640 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 209734 21401 13073 16 0 209718 0
vsize: 838936
[startup+130.094 s]
Raw data (loadavg): 0.97 0.40 0.15 2/64 21665
Raw data (stat): 21283 (java) R 21282 29151 29150 0 -1 0 18081 9 1 0 12539 60 10 6 25 0 11 0 481039363 859070464 21509 4294967295 134512640 134569956 3221224400 3221214784 1131165867 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 209734 21509 13073 16 0 209718 0
vsize: 838936
[startup+140.096 s]
Raw data (loadavg): 0.98 0.42 0.16 2/64 21681
Raw data (stat): 21283 (java) R 21282 29151 29150 0 -1 0 18081 9 1 0 13517 61 11 6 25 0 11 0 481039363 859070464 21623 4294967295 134512640 134569956 3221224400 3221214784 1131165474 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 209734 21623 13073 16 0 209718 0
vsize: 838936
[startup+150.104 s]
Raw data (loadavg): 0.98 0.44 0.16 2/64 21695
Raw data (stat): 21283 (java) R 21282 29151 29150 0 -1 0 18081 9 1 0 14494 62 11 7 25 0 11 0 481039363 859070464 21720 4294967295 134512640 134569956 3221224400 3221214784 1131165840 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 209734 21720 13073 16 0 209718 0
vsize: 838936
[startup+160.113 s]
Raw data (loadavg): 0.98 0.46 0.17 2/64 21710
Raw data (stat): 21283 (java) R 21282 29151 29150 0 -1 0 18081 9 1 0 15470 63 12 7 25 0 11 0 481039363 859070464 21820 4294967295 134512640 134569956 3221224400 3221214784 1131165867 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 209734 21820 13073 16 0 209718 0
vsize: 838936
[startup+170.125 s]
Raw data (loadavg): 0.99 0.48 0.18 2/64 21724
Raw data (stat): 21283 (java) R 21282 29151 29150 0 -1 0 18081 9 1 0 16447 63 12 7 25 0 11 0 481039363 859070464 21970 4294967295 134512640 134569956 3221224400 3221214848 1131136710 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 209734 21970 13073 16 0 209718 0
vsize: 838936
[startup+180.128 s]
Raw data (loadavg): 0.99 0.49 0.19 2/64 21739
Raw data (stat): 21283 (java) R 21282 29151 29150 0 -1 0 18081 9 1 0 17422 64 13 8 25 0 11 0 481039363 859070464 22118 4294967295 134512640 134569956 3221224400 3221214784 1131165840 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 209734 22118 13073 16 0 209718 0
vsize: 838936
[startup+190.139 s]
Raw data (loadavg): 0.99 0.51 0.20 2/64 21752
Raw data (stat): 21283 (java) R 21282 29151 29150 0 -1 0 18081 9 1 0 18400 65 13 8 25 0 11 0 481039363 859070464 22267 4294967295 134512640 134569956 3221224400 3221214888 1131149464 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 209734 22267 13073 16 0 209718 0
vsize: 838936
[startup+200.14 s]
Raw data (loadavg): 0.99 0.53 0.21 2/64 21766
Raw data (stat): 21283 (java) R 21282 29151 29150 0 -1 0 18081 9 1 0 19375 66 13 8 25 0 11 0 481039363 859070464 22429 4294967295 134512640 134569956 3221224400 3221214784 1131166783 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 209734 22429 13073 16 0 209718 0
vsize: 838936
[startup+210.152 s]
Raw data (loadavg): 0.99 0.54 0.21 2/64 21781
Raw data (stat): 21283 (java) R 21282 29151 29150 0 -1 0 18081 9 1 0 20351 67 14 8 24 0 11 0 481039363 859070464 22589 4294967295 134512640 134569956 3221224400 3221214784 1131165924 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 209734 22589 13073 16 0 209718 0
vsize: 838936
[startup+220.158 s]
Raw data (loadavg): 0.99 0.56 0.22 2/64 21795
Raw data (stat): 21283 (java) R 21282 29151 29150 0 -1 0 18081 9 1 0 21328 68 14 9 25 0 11 0 481039363 859070464 22733 4294967295 134512640 134569956 3221224400 3221214848 1131136505 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 209734 22733 13073 16 0 209718 0
vsize: 838936
[startup+230.158 s]
Raw data (loadavg): 0.99 0.57 0.23 2/64 21809
Raw data (stat): 21283 (java) R 21282 29151 29150 0 -1 0 18081 9 1 0 22303 68 15 9 25 0 11 0 481039363 859070464 22886 4294967295 134512640 134569956 3221224400 3221214884 1131146464 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 209734 22886 13073 16 0 209718 0
vsize: 838936
[startup+240.158 s]
Raw data (loadavg): 0.99 0.58 0.24 2/64 21818
Raw data (stat): 21283 (java) R 21282 29151 29150 0 -1 0 18081 9 1 0 23282 69 15 9 25 0 11 0 481039363 859070464 23015 4294967295 134512640 134569956 3221224400 3221214784 1131165636 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 209734 23015 13073 16 0 209718 0
vsize: 838936
[startup+250.179 s]
Raw data (loadavg): 0.99 0.60 0.24 2/64 21827
Raw data (stat): 21283 (java) R 21282 29151 29150 0 -1 0 18081 9 1 0 24259 70 15 10 25 0 11 0 481039363 859070464 23156 4294967295 134512640 134569956 3221224400 3221214784 1131165867 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 209734 23156 13073 16 0 209718 0
vsize: 838936
[startup+260.206 s]
Raw data (loadavg): 0.99 0.61 0.25 2/64 21837
Raw data (stat): 21283 (java) R 21282 29151 29150 0 -1 0 18081 9 1 0 25241 70 16 10 25 0 11 0 481039363 859070464 23287 4294967295 134512640 134569956 3221224400 3221214784 1131166158 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 209734 23287 13073 16 0 209718 0
vsize: 838936
[startup+270.206 s]
Raw data (loadavg): 0.99 0.62 0.26 2/64 21846
Raw data (stat): 21283 (java) R 21282 29151 29150 0 -1 0 18081 9 1 0 26217 71 17 10 25 0 11 0 481039363 859070464 23418 4294967295 134512640 134569956 3221224400 3221214784 1131166021 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 209734 23418 13073 16 0 209718 0
vsize: 838936
[startup+280.207 s]
Raw data (loadavg): 0.99 0.63 0.27 2/64 21856
Raw data (stat): 21283 (java) R 21282 29151 29150 0 -1 0 18081 9 1 0 27193 71 17 10 24 0 11 0 481039363 859070464 23562 4294967295 134512640 134569956 3221224400 3221214784 1131166378 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 209734 23562 13073 16 0 209718 0
vsize: 838936
[startup+290.218 s]
Raw data (loadavg): 0.99 0.64 0.28 2/64 21867
Raw data (stat): 21283 (java) R 21282 29151 29150 0 -1 0 18081 9 1 0 28174 72 17 10 25 0 11 0 481039363 859070464 23727 4294967295 134512640 134569956 3221224400 3221214784 1131165474 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 209734 23727 13073 16 0 209718 0
vsize: 838936
[startup+300.219 s]
Raw data (loadavg): 0.99 0.66 0.28 2/64 21876
Raw data (stat): 21283 (java) R 21282 29151 29150 0 -1 0 18081 9 1 0 29152 72 18 10 25 0 11 0 481039363 859070464 23859 4294967295 134512640 134569956 3221224400 3221214888 1131150549 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 209734 23859 13073 16 0 209718 0
vsize: 838936
[startup+310.22 s]
Raw data (loadavg): 0.99 0.67 0.29 2/64 21885
Raw data (stat): 21283 (java) R 21282 29151 29150 0 -1 0 18081 9 1 0 30132 73 18 10 25 0 11 0 481039363 859070464 23972 4294967295 134512640 134569956 3221224400 3221214784 1131165474 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 209734 23972 13073 16 0 209718 0
vsize: 838936
[startup+320.22 s]
Raw data (loadavg): 0.99 0.68 0.30 2/64 21895
Raw data (stat): 21283 (java) R 21282 29151 29150 0 -1 0 18081 9 1 0 31110 74 18 11 25 0 11 0 481039363 859070464 24098 4294967295 134512640 134569956 3221224400 3221214784 1131165567 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 209734 24098 13073 16 0 209718 0
vsize: 838936
[startup+330.226 s]
Raw data (loadavg): 0.99 0.69 0.30 2/64 21905
Raw data (stat): 21283 (java) R 21282 29151 29150 0 -1 0 18081 9 1 0 32089 75 19 11 25 0 11 0 481039363 859070464 24217 4294967295 134512640 134569956 3221224400 3221214784 1131165452 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 209734 24217 13073 16 0 209718 0
vsize: 838936
[startup+340.226 s]
Raw data (loadavg): 0.99 0.70 0.31 2/64 21914
Raw data (stat): 21283 (java) R 21282 29151 29150 0 -1 0 18081 9 1 0 33066 75 19 11 25 0 11 0 481039363 859070464 24342 4294967295 134512640 134569956 3221224400 3221214784 1131165474 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 209734 24342 13073 16 0 209718 0
vsize: 838936
[startup+350.227 s]
Raw data (loadavg): 0.99 0.71 0.32 2/64 21925
Raw data (stat): 21283 (java) R 21282 29151 29150 0 -1 0 18081 9 1 0 34046 76 19 11 25 0 11 0 481039363 859070464 24460 4294967295 134512640 134569956 3221224400 3221214848 1131136505 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 209734 24460 13073 16 0 209718 0
vsize: 838936
[startup+360.239 s]
Raw data (loadavg): 0.99 0.72 0.32 2/64 21935
Raw data (stat): 21283 (java) R 21282 29151 29150 0 -1 0 18081 9 1 0 35025 77 20 11 25 0 11 0 481039363 859070464 24588 4294967295 134512640 134569956 3221224400 3221214884 1131165420 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 209734 24588 13073 16 0 209718 0
vsize: 838936
[startup+370.239 s]
Raw data (loadavg): 0.99 0.72 0.33 2/64 21943
Raw data (stat): 21283 (java) R 21282 29151 29150 0 -1 0 18081 9 1 0 36005 78 20 12 25 0 11 0 481039363 859070464 24695 4294967295 134512640 134569956 3221224400 3221214848 1131136570 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 209734 24695 13073 16 0 209718 0
vsize: 838936
[startup+380.24 s]
Raw data (loadavg): 0.99 0.73 0.34 2/64 21951
Raw data (stat): 21283 (java) R 21282 29151 29150 0 -1 0 18081 9 1 0 36983 78 20 12 25 0 11 0 481039363 859070464 24813 4294967295 134512640 134569956 3221224400 3221214784 1131165924 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 209734 24813 13073 16 0 209718 0
vsize: 838936
[startup+390.25 s]
Raw data (loadavg): 0.99 0.74 0.34 2/64 21960
Raw data (stat): 21283 (java) R 21282 29151 29150 0 -1 0 18081 9 1 0 37961 79 21 12 25 0 11 0 481039363 859070464 24918 4294967295 134512640 134569956 3221224400 3221214784 1131165441 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 209734 24918 13073 16 0 209718 0
vsize: 838936
[startup+400.268 s]
Raw data (loadavg): 0.99 0.75 0.35 2/64 21969
Raw data (stat): 21283 (java) R 21282 29151 29150 0 -1 0 18081 9 1 0 38941 80 21 12 24 0 11 0 481039363 859070464 25038 4294967295 134512640 134569956 3221224400 3221214848 1131136512 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 209734 25038 13073 16 0 209718 0
vsize: 838936
[startup+410.269 s]
Raw data (loadavg): 0.99 0.76 0.36 2/64 21977
Raw data (stat): 21283 (java) R 21282 29151 29150 0 -1 0 18081 9 1 0 39922 80 21 12 25 0 11 0 481039363 859070464 25150 4294967295 134512640 134569956 3221224400 3221214784 1131165893 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 209734 25150 13073 16 0 209718 0
vsize: 838936
[startup+420.287 s]
Raw data (loadavg): 0.99 0.77 0.36 2/64 21987
Raw data (stat): 21283 (java) R 21282 29151 29150 0 -1 0 18081 9 1 0 40904 81 21 12 25 0 11 0 481039363 859070464 25260 4294967295 134512640 134569956 3221224400 3221214800 1131188124 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 209734 25260 13073 16 0 209718 0
vsize: 838936
[startup+430.311 s]
Raw data (loadavg): 0.99 0.77 0.37 2/64 21997
Raw data (stat): 21283 (java) R 21282 29151 29150 0 -1 0 18081 9 1 0 41884 82 21 12 25 0 11 0 481039363 859070464 25391 4294967295 134512640 134569956 3221224400 3221214848 1131136529 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 209734 25391 13073 16 0 209718 0
vsize: 838936
[startup+440.311 s]
Raw data (loadavg): 0.99 0.78 0.38 2/64 22005
Raw data (stat): 21283 (java) R 21282 29151 29150 0 -1 0 18081 9 1 0 42864 83 22 12 25 0 11 0 481039363 859070464 25510 4294967295 134512640 134569956 3221224400 3221214848 1131136512 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 209734 25510 13073 16 0 209718 0
vsize: 838936
[startup+450.313 s]
Raw data (loadavg): 0.99 0.79 0.38 2/64 22013
Raw data (stat): 21283 (java) R 21282 29151 29150 0 -1 0 18081 9 1 0 43844 84 22 12 25 0 11 0 481039363 859070464 25622 4294967295 134512640 134569956 3221224400 3221214848 1131136554 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 209734 25622 13073 16 0 209718 0
vsize: 838936
[startup+460.313 s]
Raw data (loadavg): 0.99 0.79 0.39 2/64 22022
Raw data (stat): 21283 (java) R 21282 29151 29150 0 -1 0 18081 9 1 0 44825 85 22 12 25 0 11 0 481039363 859070464 25717 4294967295 134512640 134569956 3221224400 3221214884 1131225184 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 209734 25717 13073 16 0 209718 0
vsize: 838936
[startup+470.314 s]
Raw data (loadavg): 0.99 0.80 0.39 2/64 22032
Raw data (stat): 21283 (java) R 21282 29151 29150 0 -1 0 18081 9 1 0 45805 85 22 12 25 0 11 0 481039363 859070464 25829 4294967295 134512640 134569956 3221224400 3221214784 1131166622 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 209734 25829 13073 16 0 209718 0
vsize: 838936
[startup+480.315 s]
Raw data (loadavg): 0.99 0.80 0.40 2/64 22041
Raw data (stat): 21283 (java) R 21282 29151 29150 0 -1 0 18082 9 1 0 46786 86 22 13 25 0 11 0 481039363 859070464 25930 4294967295 134512640 134569956 3221224400 3221214784 1131165445 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 209734 25930 13073 16 0 209718 0
vsize: 838936
[startup+490.315 s]
Raw data (loadavg): 0.99 0.81 0.41 2/64 22051
Raw data (stat): 21283 (java) S 21282 29151 29150 0 -1 0 18082 9 1 0 47767 86 23 13 25 0 11 0 481039363 859070464 26032 4294967295 134512640 134569956 3221224400 3221213424 1073952481 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 209734 26032 13073 16 0 209718 0
vsize: 838936
[startup+500.317 s]
Raw data (loadavg): 0.99 0.82 0.41 2/64 22061
Raw data (stat): 21283 (java) R 21282 29151 29150 0 -1 0 18082 9 1 0 48747 86 23 13 25 0 11 0 481039363 859070464 26132 4294967295 134512640 134569956 3221224400 3221214888 1131150394 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 209734 26132 13073 16 0 209718 0
vsize: 838936
[startup+510.318 s]
Raw data (loadavg): 0.99 0.82 0.42 2/64 22068
Raw data (stat): 21283 (java) R 21282 29151 29150 0 -1 0 18082 9 1 0 49720 88 24 13 25 0 11 0 481039363 859070464 26223 4294967295 134512640 134569956 3221224400 3221214784 1131165867 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 209734 26223 13073 16 0 209718 0
vsize: 838936
[startup+520.317 s]
Raw data (loadavg): 0.99 0.83 0.42 2/64 22075
Raw data (stat): 21283 (java) R 21282 29151 29150 0 -1 0 18082 9 1 0 50691 88 24 13 25 0 11 0 481039363 859070464 26325 4294967295 134512640 134569956 3221224400 3221214784 1131165672 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 209734 26325 13073 16 0 209718 0
vsize: 838936
[startup+530.319 s]
Raw data (loadavg): 0.99 0.83 0.43 2/64 22081
Raw data (stat): 21283 (java) R 21282 29151 29150 0 -1 0 18082 9 1 0 51665 89 24 13 25 0 11 0 481039363 859070464 26473 4294967295 134512640 134569956 3221224400 3221214840 1131170364 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 209734 26473 13073 16 0 209718 0
vsize: 838936
[startup+540.32 s]
Raw data (loadavg): 0.99 0.84 0.43 2/64 22089
Raw data (stat): 21283 (java) S 21282 29151 29150 0 -1 0 18082 9 1 0 52646 90 25 14 25 0 11 0 481039363 859070464 26618 4294967295 134512640 134569956 3221224400 3221213528 1073943035 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 209734 26620 13073 16 0 209718 0
vsize: 838936
[startup+550.321 s]
Raw data (loadavg): 0.99 0.84 0.44 2/64 22096
Raw data (stat): 21283 (java) R 21282 29151 29150 0 -1 0 18082 9 1 0 53627 91 25 14 25 0 11 0 481039363 859070464 26708 4294967295 134512640 134569956 3221224400 3221214888 1131149846 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 209734 26708 13073 16 0 209718 0
vsize: 838936
[startup+560.321 s]
Raw data (loadavg): 0.99 0.85 0.45 2/64 22104
Raw data (stat): 21283 (java) R 21282 29151 29150 0 -1 0 18082 9 1 0 54608 91 26 14 25 0 11 0 481039363 859070464 26800 4294967295 134512640 134569956 3221224400 3221214784 1131166407 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 209734 26800 13073 16 0 209718 0
vsize: 838936
[startup+570.322 s]
Raw data (loadavg): 0.99 0.85 0.45 2/64 22111
Raw data (stat): 21283 (java) R 21282 29151 29150 0 -1 0 18082 9 1 0 55587 92 26 14 25 0 11 0 481039363 859070464 26902 4294967295 134512640 134569956 3221224400 3221214784 1131165867 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 209734 26902 13073 16 0 209718 0
vsize: 838936
[startup+580.322 s]
Raw data (loadavg): 0.99 0.86 0.46 2/64 22119
Raw data (stat): 21283 (java) R 21282 29151 29150 0 -1 0 18082 9 1 0 56569 93 26 14 25 0 11 0 481039363 859070464 26997 4294967295 134512640 134569956 3221224400 3221214784 1131166378 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 209734 26997 13073 16 0 209718 0
vsize: 838936
[startup+590.323 s]
Raw data (loadavg): 0.99 0.86 0.46 2/64 22127
Raw data (stat): 21283 (java) R 21282 29151 29150 0 -1 0 18082 9 1 0 57548 94 26 14 25 0 11 0 481039363 859070464 27090 4294967295 134512640 134569956 3221224400 3221214784 1131165867 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 209734 27090 13073 16 0 209718 0
vsize: 838936
[startup+600.323 s]
Raw data (loadavg): 0.99 0.86 0.47 2/64 22134
Raw data (stat): 21283 (java) R 21282 29151 29150 0 -1 0 18082 9 1 0 58529 95 27 15 25 0 11 0 481039363 859070464 27187 4294967295 134512640 134569956 3221224400 3221214784 1131166079 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 209734 27187 13073 16 0 209718 0
vsize: 838936
[startup+610.324 s]
Raw data (loadavg): 0.99 0.87 0.47 2/64 22142
Raw data (stat): 21283 (java) R 21282 29151 29150 0 -1 0 18082 9 1 0 59508 96 27 15 25 0 11 0 481039363 859070464 27289 4294967295 134512640 134569956 3221224400 3221214888 1131150440 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 209734 27289 13073 16 0 209718 0
vsize: 838936
[startup+620.324 s]
Raw data (loadavg): 0.99 0.87 0.48 2/64 22149
Raw data (stat): 21283 (java) R 21282 29151 29150 0 -1 0 18082 9 1 0 60487 96 27 15 25 0 11 0 481039363 859070464 27384 4294967295 134512640 134569956 3221224400 3221214784 1131166914 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 209734 27384 13073 16 0 209718 0
vsize: 838936
[startup+630.325 s]
Raw data (loadavg): 0.99 0.88 0.48 2/64 22158
Raw data (stat): 21283 (java) R 21282 29151 29150 0 -1 0 18082 9 1 0 61465 97 27 15 25 0 11 0 481039363 859070464 27480 4294967295 134512640 134569956 3221224400 3221214888 1131149928 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 209734 27480 13073 16 0 209718 0
vsize: 838936
[startup+640.325 s]
Raw data (loadavg): 0.99 0.88 0.49 2/64 22165
Raw data (stat): 21283 (java) R 21282 29151 29150 0 -1 0 18082 9 1 0 62439 97 28 15 25 0 11 0 481039363 859070464 27620 4294967295 134512640 134569956 3221224400 3221214784 1131166350 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 209734 27620 13073 16 0 209718 0
vsize: 838936
[startup+650.326 s]
Raw data (loadavg): 0.99 0.88 0.49 2/64 22173
Raw data (stat): 21283 (java) R 21282 29151 29150 0 -1 0 18082 9 1 0 63415 98 28 15 25 0 11 0 481039363 859070464 27752 4294967295 134512640 134569956 3221224400 3221214784 1131165867 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 209734 27752 13073 16 0 209718 0
vsize: 838936
[startup+660.327 s]
Raw data (loadavg): 0.99 0.89 0.50 2/64 22182
Raw data (stat): 21283 (java) R 21282 29151 29150 0 -1 0 18082 9 1 0 64389 99 28 15 25 0 11 0 481039363 859070464 27917 4294967295 134512640 134569956 3221224400 3221214888 1131149770 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 209734 27917 13073 16 0 209718 0
vsize: 838936
[startup+670.328 s]
Raw data (loadavg): 0.99 0.89 0.50 2/64 22191
Raw data (stat): 21283 (java) R 21282 29151 29150 0 -1 0 18082 9 1 0 65364 100 29 16 25 0 11 0 481039363 859070464 28074 4294967295 134512640 134569956 3221224400 3221214800 1131188139 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 209734 28074 13073 16 0 209718 0
vsize: 838936
[startup+680.329 s]
Raw data (loadavg): 0.99 0.89 0.51 2/64 22197
Raw data (stat): 21283 (java) R 21282 29151 29150 0 -1 0 18082 9 1 0 66341 100 29 16 25 0 11 0 481039363 859070464 28217 4294967295 134512640 134569956 3221224400 3221214784 1131166378 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 209734 28217 13073 16 0 209718 0
vsize: 838936
[startup+690.33 s]
Raw data (loadavg): 0.99 0.90 0.51 2/64 22204
Raw data (stat): 21283 (java) R 21282 29151 29150 0 -1 0 18082 9 1 0 67315 101 29 16 25 0 11 0 481039363 859070464 28386 4294967295 134512640 134569956 3221224400 3221214784 1131165505 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 209734 28386 13073 16 0 209718 0
vsize: 838936
[startup+700.33 s]
Raw data (loadavg): 0.99 0.90 0.52 2/64 22210
Raw data (stat): 21283 (java) R 21282 29151 29150 0 -1 0 18082 9 1 0 68292 102 29 16 25 0 11 0 481039363 859070464 28516 4294967295 134512640 134569956 3221224400 3221214784 1131165445 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 209734 28516 13073 16 0 209718 0
vsize: 838936
[startup+710.331 s]
Raw data (loadavg): 0.99 0.90 0.52 2/64 22218
Raw data (stat): 21283 (java) R 21282 29151 29150 0 -1 0 18082 9 1 0 69268 103 29 16 25 0 11 0 481039363 859070464 28667 4294967295 134512640 134569956 3221224400 3221214784 1131165823 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 209734 28667 13073 16 0 209718 0
vsize: 838936
[startup+720.331 s]
Raw data (loadavg): 0.99 0.90 0.53 2/64 22225
Raw data (stat): 21283 (java) R 21282 29151 29150 0 -1 0 18082 9 1 0 70242 103 30 16 25 0 11 0 481039363 859070464 28829 4294967295 134512640 134569956 3221224400 3221214848 1131136509 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 209734 28829 13073 16 0 209718 0
vsize: 838936
[startup+730.331 s]
Raw data (loadavg): 0.99 0.91 0.53 2/64 22232
Raw data (stat): 21283 (java) R 21282 29151 29150 0 -1 0 18082 9 1 0 71218 104 30 16 25 0 11 0 481039363 859070464 28977 4294967295 134512640 134569956 3221224400 3221214848 1131136512 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 209734 28977 13073 16 0 209718 0
vsize: 838936
[startup+740.333 s]
Raw data (loadavg): 0.99 0.91 0.54 2/64 22240
Raw data (stat): 21283 (java) R 21282 29151 29150 0 -1 0 18082 9 1 0 72191 104 30 17 24 0 11 0 481039363 859070464 29133 4294967295 134512640 134569956 3221224400 3221214784 1131165657 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 209734 29133 13073 16 0 209718 0
vsize: 838936
[startup+750.334 s]
Raw data (loadavg): 0.99 0.91 0.54 2/64 22249
Raw data (stat): 21283 (java) R 21282 29151 29150 0 -1 0 18082 9 1 0 73167 105 30 17 25 0 11 0 481039363 859070464 29291 4294967295 134512640 134569956 3221224400 3221214784 1131165657 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 209734 29291 13073 16 0 209718 0
vsize: 838936
[startup+760.334 s]
Raw data (loadavg): 0.99 0.91 0.55 2/64 22256
Raw data (stat): 21283 (java) R 21282 29151 29150 0 -1 0 18082 9 1 0 74142 106 31 17 25 0 11 0 481039363 859070464 29439 4294967295 134512640 134569956 3221224400 3221214848 1131136560 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 209734 29439 13073 16 0 209718 0
vsize: 838936
[startup+770.334 s]
Raw data (loadavg): 0.99 0.92 0.55 2/64 22263
Raw data (stat): 21283 (java) R 21282 29151 29150 0 -1 0 18082 9 1 0 75115 107 31 17 25 0 11 0 481039363 859070464 29602 4294967295 134512640 134569956 3221224400 3221214848 1131136544 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 209734 29602 13073 16 0 209718 0
vsize: 838936
[startup+780.335 s]
Raw data (loadavg): 0.99 0.92 0.55 2/64 22271
Raw data (stat): 21283 (java) R 21282 29151 29150 0 -1 0 18082 9 1 0 76090 108 31 17 25 0 11 0 481039363 859070464 29737 4294967295 134512640 134569956 3221224400 3221214784 1131165801 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 209734 29737 13073 16 0 209718 0
vsize: 838936
[startup+790.335 s]
Raw data (loadavg): 0.99 0.92 0.56 2/64 22279
Raw data (stat): 21283 (java) R 21282 29151 29150 0 -1 0 18082 9 1 0 77065 109 32 18 25 0 11 0 481039363 859070464 29885 4294967295 134512640 134569956 3221224400 3221214848 1131136588 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 209734 29885 13073 16 0 209718 0
vsize: 838936
[startup+800.336 s]
Raw data (loadavg): 0.99 0.92 0.56 2/64 22287
Raw data (stat): 21283 (java) R 21282 29151 29150 0 -1 0 18082 9 1 0 78039 110 32 18 25 0 11 0 481039363 859070464 30051 4294967295 134512640 134569956 3221224400 3221214784 1131165867 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 209734 30051 13073 16 0 209718 0
vsize: 838936
[startup+810.337 s]
Raw data (loadavg): 0.99 0.92 0.57 2/64 22295
Raw data (stat): 21283 (java) R 21282 29151 29150 0 -1 0 18082 9 1 0 79014 111 33 18 25 0 11 0 481039363 859070464 30182 4294967295 134512640 134569956 3221224400 3221214784 1131165867 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 209734 30182 13073 16 0 209718 0
vsize: 838936
[startup+820.338 s]
Raw data (loadavg): 0.99 0.93 0.57 2/64 22304
Raw data (stat): 21283 (java) R 21282 29151 29150 0 -1 0 18082 9 1 0 79988 111 33 19 24 0 11 0 481039363 859070464 30337 4294967295 134512640 134569956 3221224400 3221214864 1131146489 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 209734 30337 13073 16 0 209718 0
vsize: 838936
[startup+830.339 s]
Raw data (loadavg): 0.99 0.93 0.57 2/64 22314
Raw data (stat): 21283 (java) R 21282 29151 29150 0 -1 0 18082 9 1 0 80964 111 34 19 25 0 11 0 481039363 859070464 30468 4294967295 134512640 134569956 3221224400 3221214928 1131164953 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 209734 30468 13073 16 0 209718 0
vsize: 838936
[startup+840.351 s]
Raw data (loadavg): 0.99 0.93 0.58 2/64 22320
Raw data (stat): 21283 (java) S 21282 29151 29150 0 -1 0 18082 9 1 0 81941 111 34 19 25 0 11 0 481039363 859070464 30608 4294967295 134512640 134569956 3221224400 3221213528 1073943035 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 209734 30608 13073 16 0 209718 0
vsize: 838936
[startup+850.362 s]
Raw data (loadavg): 0.99 0.93 0.58 2/64 22324
Raw data (stat): 21283 (java) R 21282 29151 29150 0 -1 0 18082 9 1 0 82914 112 34 19 25 0 11 0 481039363 859070464 30751 4294967295 134512640 134569956 3221224400 3221214784 1131165474 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 209734 30751 13073 16 0 209718 0
vsize: 838936
[startup+860.367 s]
Raw data (loadavg): 0.99 0.93 0.58 2/64 22329
Raw data (stat): 21283 (java) R 21282 29151 29150 0 -1 0 18082 9 1 0 83889 112 34 19 24 0 11 0 481039363 859070464 30914 4294967295 134512640 134569956 3221224400 3221214848 1131136533 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 209734 30914 13073 16 0 209718 0
vsize: 838936
[startup+870.37 s]
Raw data (loadavg): 0.99 0.94 0.59 2/64 22334
Raw data (stat): 21283 (java) R 21282 29151 29150 0 -1 0 18082 9 1 0 84867 112 34 19 25 0 11 0 481039363 859070464 31049 4294967295 134512640 134569956 3221224400 3221214784 1131166700 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 209734 31049 13073 16 0 209718 0
vsize: 838936
[startup+880.371 s]
Raw data (loadavg): 0.99 0.94 0.59 2/64 22338
Raw data (stat): 21283 (java) R 21282 29151 29150 0 -1 0 18082 9 1 0 85842 112 34 19 25 0 11 0 481039363 859070464 31197 4294967295 134512640 134569956 3221224400 3221214864 1131146539 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 209734 31197 13073 16 0 209718 0
vsize: 838936
[startup+890.372 s]
Raw data (loadavg): 0.99 0.94 0.60 2/64 22343
Raw data (stat): 21283 (java) R 21282 29151 29150 0 -1 0 18082 9 1 0 86821 112 35 19 25 0 11 0 481039363 859070464 31311 4294967295 134512640 134569956 3221224400 3221214784 1131165955 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 209734 31311 13073 16 0 209718 0
vsize: 838936
[startup+900.372 s]
Raw data (loadavg): 0.99 0.94 0.60 2/64 22349
Raw data (stat): 21283 (java) R 21282 29151 29150 0 -1 0 18082 9 1 0 87797 112 35 19 25 0 11 0 481039363 859070464 31449 4294967295 134512640 134569956 3221224400 3221214784 1131165474 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 209734 31449 13073 16 0 209718 0
vsize: 838936
[startup+910.373 s]
Raw data (loadavg): 0.99 0.94 0.60 2/64 22353
Raw data (stat): 21283 (java) R 21282 29151 29150 0 -1 0 18082 9 1 0 88775 113 35 20 25 0 11 0 481039363 859070464 31578 4294967295 134512640 134569956 3221224400 3221214848 1131136640 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 209734 31578 13073 16 0 209718 0
vsize: 838936
[startup+920.374 s]
Raw data (loadavg): 0.99 0.94 0.61 2/64 22358
Raw data (stat): 21283 (java) R 21282 29151 29150 0 -1 0 18082 9 1 0 89750 113 35 20 25 0 11 0 481039363 859070464 31708 4294967295 134512640 134569956 3221224400 3221214784 1131165445 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 209734 31708 13073 16 0 209718 0
vsize: 838936
[startup+930.38 s]
Raw data (loadavg): 0.99 0.94 0.61 2/64 22363
Raw data (stat): 21283 (java) R 21282 29151 29150 0 -1 0 18082 9 1 0 90728 113 35 20 25 0 11 0 481039363 859070464 31838 4294967295 134512640 134569956 3221224400 3221214784 1131166364 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 209734 31838 13073 16 0 209718 0
vsize: 838936
[startup+940.381 s]
Raw data (loadavg): 0.99 0.95 0.62 2/64 22368
Raw data (stat): 21283 (java) R 21282 29151 29150 0 -1 0 18082 9 1 0 91704 114 35 20 25 0 11 0 481039363 859070464 31968 4294967295 134512640 134569956 3221224400 3221214840 1131170809 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 209734 31968 13073 16 0 209718 0
vsize: 838936
[startup+950.387 s]
Raw data (loadavg): 0.99 0.95 0.62 2/64 22374
Raw data (stat): 21283 (java) R 21282 29151 29150 0 -1 0 18082 9 1 0 92679 114 36 20 24 0 11 0 481039363 859070464 32105 4294967295 134512640 134569956 3221224400 3221214888 1131150532 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 209734 32105 13073 16 0 209718 0
vsize: 838936
[startup+960.387 s]
Raw data (loadavg): 0.99 0.95 0.62 2/64 22380
Raw data (stat): 21283 (java) R 21282 29151 29150 0 -1 0 18082 9 1 0 93654 115 36 20 25 0 11 0 481039363 859070464 32250 4294967295 134512640 134569956 3221224400 3221214784 1131165509 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 209734 32250 13073 16 0 209718 0
vsize: 838936
[startup+970.387 s]
Raw data (loadavg): 0.99 0.95 0.63 2/64 22384
Raw data (stat): 21283 (java) R 21282 29151 29150 0 -1 0 18082 9 1 0 94627 115 36 20 24 0 11 0 481039363 859070464 32396 4294967295 134512640 134569956 3221224400 3221214784 1131165445 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 209734 32396 13073 16 0 209718 0
vsize: 838936
[startup+980.394 s]
Raw data (loadavg): 0.99 0.95 0.63 2/64 22389
Raw data (stat): 21283 (java) R 21282 29151 29150 0 -1 0 18082 9 1 0 95603 115 37 20 25 0 11 0 481039363 859070464 32538 4294967295 134512640 134569956 3221224400 3221214784 1131165498 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 209734 32538 13073 16 0 209718 0
vsize: 838936
[startup+990.404 s]
Raw data (loadavg): 0.99 0.95 0.64 2/64 22394
Raw data (stat): 21283 (java) R 21282 29151 29150 0 -1 0 18082 9 1 0 96578 115 37 20 25 0 11 0 481039363 859070464 32752 4294967295 134512640 134569956 3221224400 3221214784 1131165798 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 209734 32752 13073 16 0 209718 0
vsize: 838936
[startup+1000.4 s]
Raw data (loadavg): 1.07 0.97 0.64 2/64 22399
Raw data (stat): 21283 (java) R 21282 29151 29150 0 -1 0 18082 9 1 0 97555 115 37 20 25 0 11 0 481039363 859070464 32878 4294967295 134512640 134569956 3221224400 3221214784 1131165474 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 209734 32878 13073 16 0 209718 0
vsize: 838936
[startup+1010.4 s]
Raw data (loadavg): 1.06 0.97 0.65 2/64 22404
Raw data (stat): 21283 (java) R 21282 29151 29150 0 -1 0 18082 9 1 0 98530 115 38 21 25 0 11 0 481039363 859070464 33027 4294967295 134512640 134569956 3221224400 3221214848 1131136529 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 209734 33027 13073 16 0 209718 0
vsize: 838936
[startup+1020.4 s]
Raw data (loadavg): 1.05 0.97 0.65 2/64 22410
Raw data (stat): 21283 (java) R 21282 29151 29150 0 -1 0 18082 9 1 0 99506 116 38 21 25 0 11 0 481039363 859070464 33147 4294967295 134512640 134569956 3221224400 3221214784 1131165867 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 209734 33147 13073 16 0 209718 0
vsize: 838936
[startup+1030.41 s]
Raw data (loadavg): 1.04 0.97 0.65 2/64 22415
Raw data (stat): 21283 (java) R 21282 29151 29150 0 -1 0 18082 9 1 0 100480 116 38 21 25 0 11 0 481039363 859070464 33295 4294967295 134512640 134569956 3221224400 3221214784 1131165774 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 209734 33295 13073 16 0 209718 0
vsize: 838936
[startup+1040.41 s]
Raw data (loadavg): 1.03 0.97 0.66 2/64 22420
Raw data (stat): 21283 (java) R 21282 29151 29150 0 -1 0 18082 9 1 0 101456 117 38 21 25 0 11 0 481039363 859070464 33428 4294967295 134512640 134569956 3221224400 3221214848 1131136512 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 209734 33428 13073 16 0 209718 0
vsize: 838936
[startup+1050.42 s]
Raw data (loadavg): 1.03 0.97 0.66 1/63 22425
Raw data (stat): 21283 (java) D 21282 29151 29150 0 -1 0 18082 9 1 0 102429 117 38 21 25 0 10 0 481039363 859070464 33566 4294967295 134512640 134569956 3221224400 3221206196 1073952961 0 4 3 23756 3223172971 0 0 17 1 0 0
Raw data (statm): 209734 33566 13073 16 0 209718 0
vsize: 838936
[startup+1060.42 s]
Raw data (loadavg): 1.02 0.97 0.66 2/64 22431
Raw data (stat): 21283 (java) R 21282 29151 29150 0 -1 0 18082 9 1 0 103394 118 39 21 25 0 11 0 481039363 859070464 33694 4294967295 134512640 134569956 3221224400 3221214784 1131165867 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 209734 33694 13073 16 0 209718 0
vsize: 838936
[startup+1070.42 s]
Raw data (loadavg): 1.02 0.97 0.66 2/64 22437
Raw data (stat): 21283 (java) R 21282 29151 29150 0 -1 0 18082 9 1 0 104369 119 39 21 19 0 11 0 481039363 859070464 33840 4294967295 134512640 134569956 3221224400 3221214884 1131136492 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 209734 33840 13073 16 0 209718 0
vsize: 838936
[startup+1080.42 s]
Raw data (loadavg): 1.02 0.97 0.67 2/64 22443
Raw data (stat): 21283 (java) R 21282 29151 29150 0 -1 0 18082 9 1 0 105346 119 39 21 25 0 11 0 481039363 859070464 33967 4294967295 134512640 134569956 3221224400 3221214784 1131166670 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 209734 33967 13073 16 0 209718 0
vsize: 838936
[startup+1090.42 s]
Raw data (loadavg): 1.01 0.97 0.67 2/64 22448
Raw data (stat): 21283 (java) R 21282 29151 29150 0 -1 0 18082 9 1 0 106319 119 39 21 25 0 11 0 481039363 859070464 34094 4294967295 134512640 134569956 3221224400 3221214784 1131166103 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 209734 34094 13073 16 0 209718 0
vsize: 838936
[startup+1100.42 s]
Raw data (loadavg): 1.01 0.97 0.67 2/64 22452
Raw data (stat): 21283 (java) R 21282 29151 29150 0 -1 0 18082 9 1 0 107294 119 40 21 24 0 11 0 481039363 859070464 34232 4294967295 134512640 134569956 3221224400 3221214784 1131166788 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 209734 34232 13073 16 0 209718 0
vsize: 838936
[startup+1110.44 s]
Raw data (loadavg): 1.01 0.97 0.68 2/64 22457
Raw data (stat): 21283 (java) R 21282 29151 29150 0 -1 0 18082 9 1 0 108271 120 40 22 25 0 11 0 481039363 859070464 34365 4294967295 134512640 134569956 3221224400 3221214848 1131136529 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 209734 34365 13073 16 0 209718 0
vsize: 838936
[startup+1120.43 s]
Raw data (loadavg): 1.01 0.97 0.68 2/64 22462
Raw data (stat): 21283 (java) R 21282 29151 29150 0 -1 0 18082 9 1 0 109246 120 40 22 25 0 11 0 481039363 859070464 34505 4294967295 134512640 134569956 3221224400 3221214888 1131150467 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 209734 34505 13073 16 0 209718 0
vsize: 838936
[startup+1130.44 s]
Raw data (loadavg): 1.00 0.97 0.68 2/64 22467
Raw data (stat): 21283 (java) R 21282 29151 29150 0 -1 0 18082 9 1 0 110224 121 40 22 25 0 11 0 481039363 859070464 34654 4294967295 134512640 134569956 3221224400 3221214784 1131165474 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 209734 34654 13073 16 0 209718 0
vsize: 838936
[startup+1140.44 s]
Raw data (loadavg): 1.00 0.97 0.69 2/64 22472
Raw data (stat): 21283 (java) R 21282 29151 29150 0 -1 0 18082 9 1 0 111199 121 41 22 25 0 11 0 481039363 859070464 34758 4294967295 134512640 134569956 3221224400 3221214848 1131136529 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 209734 34758 13073 16 0 209718 0
vsize: 838936
[startup+1150.44 s]
Raw data (loadavg): 1.00 0.97 0.69 2/64 22477
Raw data (stat): 21283 (java) R 21282 29151 29150 0 -1 0 18082 9 1 0 112177 121 41 22 25 0 11 0 481039363 859070464 34876 4294967295 134512640 134569956 3221224400 3221214884 1131136492 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 209734 34876 13073 16 0 209718 0
vsize: 838936
[startup+1160.44 s]
Raw data (loadavg): 1.00 0.97 0.69 2/64 22482
Raw data (stat): 21283 (java) R 21282 29151 29150 0 -1 0 18082 9 1 0 113152 121 41 23 25 0 11 0 481039363 859070464 35002 4294967295 134512640 134569956 3221224400 3221214848 1131136512 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 209734 35002 13073 16 0 209718 0
vsize: 838936
[startup+1170.44 s]
Raw data (loadavg): 1.00 0.97 0.69 2/64 22487
Raw data (stat): 21283 (java) R 21282 29151 29150 0 -1 0 18082 9 1 0 114129 122 41 23 25 0 11 0 481039363 859070464 35128 4294967295 134512640 134569956 3221224400 3221214848 1131136512 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 209734 35128 13073 16 0 209718 0
vsize: 838936
[startup+1180.44 s]
Raw data (loadavg): 1.00 0.97 0.70 2/64 22492
Raw data (stat): 21283 (java) R 21282 29151 29150 0 -1 0 18082 9 1 0 115104 122 41 23 25 0 11 0 481039363 859070464 35247 4294967295 134512640 134569956 3221224400 3221214784 1131165445 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 209734 35247 13073 16 0 209718 0
vsize: 838936
[startup+1190.45 s]
Raw data (loadavg): 1.00 0.97 0.70 2/64 22497
Raw data (stat): 21283 (java) R 21282 29151 29150 0 -1 0 18082 9 1 0 116079 122 41 23 24 0 11 0 481039363 859070464 35372 4294967295 134512640 134569956 3221224400 3221214784 1131165959 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 209734 35372 13073 16 0 209718 0
vsize: 838936
[startup+1200.56 s]
Raw data (loadavg): 1.00 0.97 0.70 2/64 22503
Raw data (stat): 21283 (java) R 21282 29151 29150 0 -1 0 18082 9 1 0 117066 123 41 23 25 0 11 0 481039363 859070464 35485 4294967295 134512640 134569956 3221224400 3221214784 1131165796 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 209734 35485 13073 16 0 209718 0
vsize: 838936
[startup+1210.56 s]
Raw data (loadavg): 1.00 0.97 0.71 2/64 22509
Raw data (stat): 21283 (java) R 21282 29151 29150 0 -1 0 18082 9 1 0 118041 123 41 23 25 0 11 0 481039363 859070464 35617 4294967295 134512640 134569956 3221224400 3221214784 1131165441 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 209734 35617 13073 16 0 209718 0
vsize: 838936
[startup+1220.56 s]
Raw data (loadavg): 1.00 0.97 0.71 2/64 22513
Raw data (stat): 21283 (java) R 21282 29151 29150 0 -1 0 18082 9 1 0 119018 124 42 23 25 0 11 0 481039363 859070464 35738 4294967295 134512640 134569956 3221224400 3221214784 1131165657 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 209734 35738 13073 16 0 209718 0
vsize: 838936
[startup+1230.56 s]
Raw data (loadavg): 1.00 0.97 0.71 2/64 22518
Raw data (stat): 21283 (java) R 21282 29151 29150 0 -1 0 18082 9 1 0 119992 124 42 24 25 0 11 0 481039363 859070464 35863 4294967295 134512640 134569956 3221224400 3221214784 1131165474 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 209734 35863 13073 16 0 209718 0
vsize: 838936
Maximum CPU time exceeded: sending SIGTERM and SIGKILL
[startup+1230.69 s]
Raw data (loadavg): 1.00 0.97 0.71 1/54 22520
Raw data (stat): 21283 (java) Z 21282 29151 29150 0 -1 1036 18082 18116 1 0 119998 124 3172 82 25 0 1 0 481039363 0 0 4294967295 0 0 0 0 0 0 4 3 23756 3222412051 0 0 17 1 0 0
Raw data (statm): 0 0 0 0 0 0 0
vsize: 0
Maximum CPU time exceeded: sending SIGTERM and SIGKILL

Child status: 143
Real time (s): 1230.69
CPU time (s): 1233.77
CPU user time (s): 1231.71
CPU system time (s): 2.06769
CPU usage (%): 100.25
Max. virtual memory (Kb): 838968
#### END WATCHER DATA ####
#### BEGIN VERIFIER DATA ####
ERROR: no interpretation found !
#### END VERIFIER DATA ####