Trace number 2693714

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 into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. 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.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. 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 X seconds (see the parameters in the trace). 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 X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    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.
  5. 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 provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SCIPnone SCIP 1.2.1.2 without any LP solver? (TO) 1802.15 1802.06

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB05/aloul/FPGA_SAT05/
normalized-chnl40_45_pb.cnf.cr--soft-66-100-0.wbo
MD5SUM21fdc20540498ec370dabc0ec726c40e
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark0.137978
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables3600
Total number of constraints170
Number of soft constraints63
Number of constraints which are clauses90
Number of constraints which are cardinality constraints (but not clauses)80
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint40
Maximum length of a constraint45
Top cost 3157
Min constraint cost 1
Max constraint cost 97
Sum of constraints costs 3156
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 46
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c SCIP version 1.2.1.2 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: NONE] [Expressions interpreter: NONE]
0.00/0.00	c Copyright (c) 2002-2010 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-2693714-1277890323.wbo>
0.00/0.01	c original problem has 3726 variables (3663 bin, 0 int, 0 impl, 63 cont) and 234 constraints
0.00/0.01	c problem read
0.00/0.01	c presolving settings loaded
0.00/0.01	c [src/scip/lpi_none.c:41] ERROR: there is no LP solver linked to the binary (LPS=none); you should set the parameter <lp/solvefreq> to <-1> to avoid solving LPs
0.01/0.02	c presolving:
0.01/0.02	c (round 1) 0 del vars, 1 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 63 impls, 48 clqs
0.01/0.02	c (round 2) 0 del vars, 1 del conss, 63 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 63 impls, 48 clqs
0.01/0.03	c (round 3) 0 del vars, 1 del conss, 63 chg bounds, 0 chg sides, 0 chg coeffs, 59 upgd conss, 63 impls, 48 clqs
0.01/0.03	c (round 4) 0 del vars, 1 del conss, 63 chg bounds, 0 chg sides, 0 chg coeffs, 107 upgd conss, 63 impls, 48 clqs
0.01/0.05	c    (0.0s) probing: 101/3663 (2.8%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.01/0.05	c    (0.0s) probing aborted: 100/100 successive totally useless probings
0.01/0.05	c presolving (5 rounds):
0.01/0.05	c  0 deleted vars, 1 deleted constraints, 63 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.01/0.05	c  63 implications, 48 cliques
0.01/0.05	c presolved problem has 3726 variables (3663 bin, 0 int, 0 impl, 63 cont) and 233 constraints
0.01/0.05	c      63 constraints of type <indicator>
0.01/0.05	c      48 constraints of type <setppc>
0.01/0.05	c      63 constraints of type <linear>
0.01/0.05	c      59 constraints of type <logicor>
0.01/0.05	c transformed objective value is always integral (scale: 1)
0.01/0.05	c Presolving Time: 0.03
0.01/0.05	c - non default parameters ----------------------------------------------------------------------
0.01/0.05	c # SCIP version 1.2.1.2
0.01/0.05	c 
0.01/0.05	c # frequency for displaying node information lines
0.01/0.05	c # [type: int, range: [-1,2147483647], default: 100]
0.01/0.05	c display/freq = 10000
0.01/0.05	c 
0.01/0.05	c # maximal time in seconds to run
0.01/0.05	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.01/0.05	c limits/time = 1799.99
0.01/0.05	c 
0.01/0.05	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.01/0.05	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.01/0.05	c limits/memory = 3420
0.01/0.05	c 
0.01/0.05	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
0.01/0.05	c # [type: int, range: [-1,2147483647], default: 1]
0.01/0.05	c lp/solvefreq = -1
0.01/0.05	c 
0.01/0.05	c # should presolving try to simplify inequalities
0.01/0.05	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.01/0.05	c constraints/linear/simplifyinequalities = TRUE
0.01/0.05	c 
0.01/0.05	c # should presolving try to simplify knapsacks
0.01/0.05	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.01/0.05	c constraints/knapsack/simplifyinequalities = TRUE
0.01/0.05	c 
0.01/0.05	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.01/0.05	c # [type: int, range: [-1,2147483647], default: -1]
0.01/0.05	c separating/rapidlearning/freq = 0
0.01/0.05	c 
0.01/0.05	c -----------------------------------------------------------------------------------------------
0.01/0.05	c start solving
0.01/0.05	c 
0.01/0.05	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.01/0.05	c   0.0s|     1 |     2 |     0 |     - |7189k|   0 |   - |3726 | 233 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
2.79/2.84	c   2.6s| 10000 |  9962 |     0 |   0.0 |  10M|2448 |   - |3726 | 358 |   0 |   0 |   0 | 181 |   0 | 0.000000e+00 |      --      |    Inf 
5.89/5.99	c   5.6s| 20000 | 19911 |     0 |   0.0 |  13M|2448 |   - |3726 | 344 |   0 |   0 |   0 | 451 |   0 | 0.000000e+00 |      --      |    Inf 
9.10/9.17	c   8.6s| 30000 | 29881 |     0 |   0.0 |  16M|2448 |   - |3726 | 401 |   0 |   0 |   0 | 619 |   0 | 0.000000e+00 |      --      |    Inf 
12.29/12.36	c  11.6s| 40000 | 39841 |     0 |   0.0 |  19M|2448 |   - |3726 | 461 |   0 |   0 |   0 | 836 |   0 | 0.000000e+00 |      --      |    Inf 
15.49/15.55	c  14.6s| 50000 | 49799 |     0 |   0.0 |  22M|2448 |   - |3726 | 510 |   0 |   0 |   0 |1054 |   0 | 0.000000e+00 |      --      |    Inf 
18.70/18.77	c  17.6s| 60000 | 59747 |     0 |   0.0 |  25M|2448 |   - |3726 | 530 |   0 |   0 |   0 |1325 |   0 | 0.000000e+00 |      --      |    Inf 
21.90/21.94	c  20.6s| 70000 | 69704 |     0 |   0.0 |  28M|2448 |   - |3726 | 532 |   0 |   0 |   0 |1564 |   0 | 0.000000e+00 |      --      |    Inf 
25.10/25.11	c  23.6s| 80000 | 79657 |     0 |   0.0 |  31M|2448 |   - |3726 | 568 |   0 |   0 |   0 |1824 |   0 | 0.000000e+00 |      --      |    Inf 
28.29/28.32	c  26.6s| 90000 | 89613 |     0 |   0.0 |  34M|2448 |   - |3726 | 563 |   0 |   0 |   0 |2065 |   0 | 0.000000e+00 |      --      |    Inf 
31.39/31.49	c  29.6s|100000 | 99577 |     0 |   0.0 |  36M|2448 |   - |3726 | 607 |   0 |   0 |   0 |2257 |   0 | 0.000000e+00 |      --      |    Inf 
34.60/34.67	c  32.7s|110000 |109533 |     0 |   0.0 |  39M|2448 |   - |3726 | 630 |   0 |   0 |   0 |2495 |   0 | 0.000000e+00 |      --      |    Inf 
37.79/37.86	c  35.6s|120000 |119479 |     0 |   0.0 |  42M|2448 |   - |3726 | 650 |   0 |   0 |   0 |2769 |   0 | 0.000000e+00 |      --      |    Inf 
40.99/41.03	c  38.6s|130000 |129440 |     0 |   0.0 |  45M|2448 |   - |3726 | 687 |   0 |   0 |   0 |2984 |   0 | 0.000000e+00 |      --      |    Inf 
44.19/44.23	c  41.7s|140000 |139398 |     0 |   0.0 |  48M|2448 |   - |3726 | 723 |   0 |   0 |   0 |3229 |   0 | 0.000000e+00 |      --      |    Inf 
47.39/47.40	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
47.39/47.40	c  44.7s|150000 |149368 |     0 |   0.0 |  50M|2448 |   - |3726 | 691 |   0 |   0 |   0 |3408 |   0 | 0.000000e+00 |      --      |    Inf 
50.50/50.55	c  47.6s|160000 |159328 |     0 |   0.0 |  53M|2448 |   - |3726 | 712 |   0 |   0 |   0 |3624 |   0 | 0.000000e+00 |      --      |    Inf 
53.70/53.71	c  50.6s|170000 |169284 |     0 |   0.0 |  56M|2448 |   - |3726 | 730 |   0 |   0 |   0 |3862 |   0 | 0.000000e+00 |      --      |    Inf 
56.79/56.85	c  53.5s|180000 |179240 |     0 |   0.0 |  59M|2448 |   - |3726 | 727 |   0 |   0 |   0 |4102 |   0 | 0.000000e+00 |      --      |    Inf 
59.89/59.97	c  56.5s|190000 |189185 |     0 |   0.0 |  62M|2448 |   - |3726 | 739 |   0 |   0 |   0 |4388 |   0 | 0.000000e+00 |      --      |    Inf 
63.00/63.06	c  59.4s|200000 |199144 |     0 |   0.0 |  64M|2448 |   - |3726 | 707 |   0 |   0 |   0 |4606 |   0 | 0.000000e+00 |      --      |    Inf 
66.09/66.14	c  62.3s|210000 |209089 |     0 |   0.0 |  67M|2448 |   - |3726 | 762 |   0 |   0 |   0 |4917 |   0 | 0.000000e+00 |      --      |    Inf 
69.20/69.24	c  65.2s|220000 |219048 |     0 |   0.0 |  70M|2448 |   - |3726 | 742 |   0 |   0 |   0 |5149 |   0 | 0.000000e+00 |      --      |    Inf 
72.20/72.27	c  68.1s|230000 |229007 |     0 |   0.0 |  73M|2448 |   - |3726 | 719 |   0 |   0 |   0 |5376 |   0 | 0.000000e+00 |      --      |    Inf 
75.29/75.34	c  71.0s|240000 |238960 |     0 |   0.0 |  76M|2448 |   - |3726 | 757 |   0 |   0 |   0 |5632 |   0 | 0.000000e+00 |      --      |    Inf 
78.30/78.38	c  73.8s|250000 |248921 |     0 |   0.0 |  79M|2448 |   - |3726 | 728 |   0 |   0 |   0 |5850 |   0 | 0.000000e+00 |      --      |    Inf 
81.30/81.40	c  76.6s|260000 |258873 |     0 |   0.0 |  81M|2448 |   - |3726 | 770 |   0 |   0 |   0 |6096 |   0 | 0.000000e+00 |      --      |    Inf 
84.39/84.43	c  79.5s|270000 |268832 |     0 |   0.0 |  84M|2448 |   - |3726 | 729 |   0 |   0 |   0 |6336 |   0 | 0.000000e+00 |      --      |    Inf 
87.39/87.44	c  82.3s|280000 |278788 |     0 |   0.0 |  87M|2448 |   - |3726 | 727 |   0 |   0 |   0 |6565 |   0 | 0.000000e+00 |      --      |    Inf 
90.40/90.44	c  85.1s|290000 |288737 |     0 |   0.0 |  90M|2448 |   - |3726 | 715 |   0 |   0 |   0 |6832 |   0 | 0.000000e+00 |      --      |    Inf 
93.40/93.43	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
93.40/93.43	c  87.9s|300000 |298687 |     0 |   0.0 |  93M|2448 |   - |3726 | 752 |   0 |   0 |   0 |7100 |   0 | 0.000000e+00 |      --      |    Inf 
96.40/96.43	c  90.7s|310000 |308637 |     0 |   0.0 |  96M|2448 |   - |3726 | 742 |   0 |   0 |   0 |7370 |   0 | 0.000000e+00 |      --      |    Inf 
99.39/99.42	c  93.5s|320000 |318588 |     0 |   0.0 |  99M|2448 |   - |3726 | 807 |   0 |   0 |   0 |7648 |   0 | 0.000000e+00 |      --      |    Inf 
102.40/102.48	c  96.4s|330000 |328524 |     0 |   0.0 | 101M|2448 |   - |3726 | 818 |   0 |   0 |   0 |8012 |   0 | 0.000000e+00 |      --      |    Inf 
105.40/105.46	c  99.2s|340000 |338463 |     0 |   0.0 | 104M|2448 |   - |3726 | 844 |   0 |   0 |   0 |8351 |   0 | 0.000000e+00 |      --      |    Inf 
108.39/108.42	c   102s|350000 |348414 |     0 |   0.0 | 107M|2448 |   - |3726 | 780 |   0 |   0 |   0 |8605 |   0 | 0.000000e+00 |      --      |    Inf 
111.39/111.40	c   105s|360000 |358337 |     0 |   0.0 | 110M|2448 |   - |3726 | 828 |   0 |   0 |   0 |8993 |   0 | 0.000000e+00 |      --      |    Inf 
114.30/114.32	c   108s|370000 |368281 |     0 |   0.0 | 113M|2448 |   - |3726 | 846 |   0 |   0 |   0 |9283 |   0 | 0.000000e+00 |      --      |    Inf 
117.20/117.22	c   110s|380000 |378229 |     0 |   0.0 | 116M|2448 |   - |3726 | 896 |   0 |   0 |   0 |9563 |   0 | 0.000000e+00 |      --      |    Inf 
120.10/120.13	c   113s|390000 |388171 |     0 |   0.0 | 119M|2448 |   - |3726 | 878 |   0 |   0 |   0 |9853 |   0 | 0.000000e+00 |      --      |    Inf 
123.00/123.04	c   116s|400000 |398119 |     0 |   0.0 | 122M|2448 |   - |3726 | 858 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 |      --      |    Inf 
125.89/125.94	c   118s|410000 |408064 |     0 |   0.0 | 124M|2448 |   - |3726 | 888 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 |      --      |    Inf 
128.80/128.86	c   121s|420000 |417999 |     0 |   0.0 | 127M|2448 |   - |3726 | 917 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 |      --      |    Inf 
131.69/131.75	c   124s|430000 |427945 |     0 |   0.0 | 130M|2448 |   - |3726 | 899 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 |      --      |    Inf 
134.60/134.61	c   126s|440000 |437890 |     0 |   0.0 | 133M|2448 |   - |3726 | 931 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 |      --      |    Inf 
137.41/137.48	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
137.41/137.48	c   129s|450000 |447846 |     0 |   0.0 | 136M|2448 |   - |3726 | 926 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 |      --      |    Inf 
140.29/140.30	c   132s|460000 |457800 |     0 |   0.0 | 139M|2448 |   - |3726 | 891 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 |      --      |    Inf 
143.10/143.16	c   134s|470000 |467736 |     0 |   0.0 | 142M|2448 |   - |3726 | 910 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 |      --      |    Inf 
146.00/146.02	c   137s|480000 |477669 |     0 |   0.0 | 145M|2448 |   - |3726 | 917 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 |      --      |    Inf 
148.90/148.91	c   140s|490000 |487596 |     0 |   0.0 | 148M|2448 |   - |3726 | 971 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 |      --      |    Inf 
151.71/151.75	c   142s|500000 |497534 |     0 |   0.0 | 151M|2448 |   - |3726 | 953 |   0 |   0 |   0 |  13k|   0 | 0.000000e+00 |      --      |    Inf 
154.50/154.55	c   145s|510000 |507493 |     0 |   0.0 | 153M|2448 |   - |3726 | 922 |   0 |   0 |   0 |  13k|   0 | 0.000000e+00 |      --      |    Inf 
157.30/157.37	c   148s|520000 |517426 |     0 |   0.0 | 156M|2448 |   - |3726 | 957 |   0 |   0 |   0 |  13k|   0 | 0.000000e+00 |      --      |    Inf 
160.10/160.16	c   150s|530000 |527366 |     0 |   0.0 | 159M|2448 |   - |3726 | 937 |   0 |   0 |   0 |  14k|   0 | 0.000000e+00 |      --      |    Inf 
162.90/162.97	c   153s|540000 |537300 |     0 |   0.0 | 162M|2448 |   - |3726 | 957 |   0 |   0 |   0 |  14k|   0 | 0.000000e+00 |      --      |    Inf 
165.70/165.77	c   156s|550000 |547239 |     0 |   0.0 | 165M|2448 |   - |3726 | 955 |   0 |   0 |   0 |  14k|   0 | 0.000000e+00 |      --      |    Inf 
168.50/168.57	c   158s|560000 |557189 |     0 |   0.0 | 168M|2448 |   - |3726 | 982 |   0 |   0 |   0 |  15k|   0 | 0.000000e+00 |      --      |    Inf 
171.30/171.36	c   161s|570000 |567133 |     0 |   0.0 | 171M|2448 |   - |3726 | 985 |   0 |   0 |   0 |  15k|   0 | 0.000000e+00 |      --      |    Inf 
174.10/174.15	c   163s|580000 |577076 |     0 |   0.0 | 174M|2448 |   - |3726 | 964 |   0 |   0 |   0 |  15k|   0 | 0.000000e+00 |      --      |    Inf 
176.90/176.93	c   166s|590000 |587015 |     0 |   0.0 | 177M|2448 |   - |3726 | 996 |   0 |   0 |   0 |  16k|   0 | 0.000000e+00 |      --      |    Inf 
179.70/179.71	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
179.70/179.71	c   169s|600000 |596960 |     0 |   0.0 | 180M|2448 |   - |3726 | 982 |   0 |   0 |   0 |  16k|   0 | 0.000000e+00 |      --      |    Inf 
182.40/182.49	c   171s|610000 |606891 |     0 |   0.0 | 183M|2448 |   - |3726 |1007 |   0 |   0 |   0 |  16k|   0 | 0.000000e+00 |      --      |    Inf 
185.20/185.24	c   174s|620000 |616820 |     0 |   0.0 | 186M|2448 |   - |3726 |1058 |   0 |   0 |   0 |  17k|   0 | 0.000000e+00 |      --      |    Inf 
188.01/188.01	c   176s|630000 |626747 |     0 |   0.0 | 189M|2448 |   - |3726 |1099 |   0 |   0 |   0 |  17k|   0 | 0.000000e+00 |      --      |    Inf 
190.80/190.81	c   179s|640000 |636679 |     0 |   0.0 | 192M|2448 |   - |3726 |1120 |   0 |   0 |   0 |  17k|   0 | 0.000000e+00 |      --      |    Inf 
193.51/193.52	c   182s|650000 |646614 |     0 |   0.0 | 195M|2448 |   - |3726 |1131 |   0 |   0 |   0 |  18k|   0 | 0.000000e+00 |      --      |    Inf 
196.20/196.25	c   184s|660000 |656553 |     0 |   0.0 | 198M|2448 |   - |3726 |1169 |   0 |   0 |   0 |  18k|   0 | 0.000000e+00 |      --      |    Inf 
198.90/198.98	c   187s|670000 |666478 |     0 |   0.0 | 201M|2448 |   - |3726 |1204 |   0 |   0 |   0 |  18k|   0 | 0.000000e+00 |      --      |    Inf 
201.60/201.68	c   189s|680000 |676429 |     0 |   0.0 | 204M|2448 |   - |3726 |1193 |   0 |   0 |   0 |  19k|   0 | 0.000000e+00 |      --      |    Inf 
204.40/204.42	c   192s|690000 |686359 |     0 |   0.0 | 207M|2448 |   - |3726 |1235 |   0 |   0 |   0 |  19k|   0 | 0.000000e+00 |      --      |    Inf 
207.10/207.16	c   194s|700000 |696281 |     0 |   0.0 | 210M|2448 |   - |3726 |1250 |   0 |   0 |   0 |  20k|   0 | 0.000000e+00 |      --      |    Inf 
209.81/209.87	c   197s|710000 |706214 |     0 |   0.0 | 213M|2448 |   - |3726 |1211 |   0 |   0 |   0 |  20k|   0 | 0.000000e+00 |      --      |    Inf 
212.50/212.56	c   199s|720000 |716155 |     0 |   0.0 | 216M|2448 |   - |3726 |1192 |   0 |   0 |   0 |  20k|   0 | 0.000000e+00 |      --      |    Inf 
215.30/215.30	c   202s|730000 |726070 |     0 |   0.0 | 219M|2448 |   - |3726 |1253 |   0 |   0 |   0 |  21k|   0 | 0.000000e+00 |      --      |    Inf 
218.00/218.02	c   204s|740000 |736005 |     0 |   0.0 | 222M|2448 |   - |3726 |1217 |   0 |   0 |   0 |  21k|   0 | 0.000000e+00 |      --      |    Inf 
220.80/220.82	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
220.80/220.82	c   207s|750000 |745898 |     0 |   0.0 | 225M|2448 |   - |3726 |1344 |   0 |   0 |   0 |  22k|   0 | 0.000000e+00 |      --      |    Inf 
223.50/223.53	c   209s|760000 |755829 |     0 |   0.0 | 228M|2448 |   - |3726 |1259 |   0 |   0 |   0 |  22k|   0 | 0.000000e+00 |      --      |    Inf 
226.20/226.25	c   212s|770000 |765736 |     0 |   0.0 | 232M|2448 |   - |3726 |1286 |   0 |   0 |   0 |  23k|   0 | 0.000000e+00 |      --      |    Inf 
229.00/229.05	c   215s|780000 |775648 |     0 |   0.0 | 235M|2448 |   - |3726 |1267 |   0 |   0 |   0 |  23k|   0 | 0.000000e+00 |      --      |    Inf 
231.80/231.86	c   217s|790000 |785574 |     0 |   0.0 | 238M|2448 |   - |3726 |1261 |   0 |   0 |   0 |  23k|   0 | 0.000000e+00 |      --      |    Inf 
234.70/234.74	c   220s|800000 |795477 |     0 |   0.0 | 241M|2448 |   - |3726 |1263 |   0 |   0 |   0 |  24k|   0 | 0.000000e+00 |      --      |    Inf 
237.50/237.59	c   223s|810000 |805400 |     0 |   0.0 | 244M|2448 |   - |3726 |1297 |   0 |   0 |   0 |  24k|   0 | 0.000000e+00 |      --      |    Inf 
240.50/240.53	c   225s|820000 |815312 |     0 |   0.0 | 247M|2448 |   - |3726 |1258 |   0 |   0 |   0 |  25k|   0 | 0.000000e+00 |      --      |    Inf 
243.40/243.45	c   228s|830000 |825219 |     0 |   0.0 | 250M|2448 |   - |3726 |1287 |   0 |   0 |   0 |  25k|   0 | 0.000000e+00 |      --      |    Inf 
246.30/246.39	c   231s|840000 |835111 |     0 |   0.0 | 253M|2448 |   - |3726 |1272 |   0 |   0 |   0 |  26k|   0 | 0.000000e+00 |      --      |    Inf 
249.30/249.30	c   233s|850000 |845008 |     0 |   0.0 | 256M|2448 |   - |3726 |1309 |   0 |   0 |   0 |  26k|   0 | 0.000000e+00 |      --      |    Inf 
252.11/252.16	c   236s|860000 |854925 |     0 |   0.0 | 260M|2448 |   - |3726 |1292 |   0 |   0 |   0 |  27k|   0 | 0.000000e+00 |      --      |    Inf 
254.90/254.97	c   239s|870000 |864841 |     0 |   0.0 | 263M|2448 |   - |3726 |1277 |   0 |   0 |   0 |  27k|   0 | 0.000000e+00 |      --      |    Inf 
257.70/257.79	c   241s|880000 |874741 |     0 |   0.0 | 266M|2448 |   - |3726 |1286 |   0 |   0 |   0 |  28k|   0 | 0.000000e+00 |      --      |    Inf 
260.50/260.58	c   244s|890000 |884638 |     0 |   0.0 | 269M|2448 |   - |3726 |1308 |   0 |   0 |   0 |  29k|   0 | 0.000000e+00 |      --      |    Inf 
263.30/263.35	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
263.30/263.35	c   247s|900000 |894535 |     0 |   0.0 | 273M|2448 |   - |3726 |1270 |   0 |   0 |   0 |  29k|   0 | 0.000000e+00 |      --      |    Inf 
266.00/266.07	c   249s|910000 |904434 |     0 |   0.0 | 276M|2448 |   - |3726 |1287 |   0 |   0 |   0 |  30k|   0 | 0.000000e+00 |      --      |    Inf 
268.70/268.78	c   252s|920000 |914330 |     0 |   0.0 | 279M|2448 |   - |3726 |1264 |   0 |   0 |   0 |  30k|   0 | 0.000000e+00 |      --      |    Inf 
271.40/271.49	c   254s|930000 |924232 |     0 |   0.0 | 283M|2448 |   - |3726 |1273 |   0 |   0 |   0 |  31k|   0 | 0.000000e+00 |      --      |    Inf 
274.11/274.15	c   257s|940000 |934122 |     0 |   0.0 | 286M|2448 |   - |3726 |1280 |   0 |   0 |   0 |  32k|   0 | 0.000000e+00 |      --      |    Inf 
276.80/276.81	c   259s|950000 |944021 |     0 |   0.0 | 289M|2448 |   - |3726 |1288 |   0 |   0 |   0 |  32k|   0 | 0.000000e+00 |      --      |    Inf 
279.41/279.45	c   261s|960000 |953922 |     0 |   0.0 | 293M|2448 |   - |3726 |1292 |   0 |   0 |   0 |  33k|   0 | 0.000000e+00 |      --      |    Inf 
282.01/282.08	c   264s|970000 |963823 |     0 |   0.0 | 296M|2448 |   - |3726 |1284 |   0 |   0 |   0 |  34k|   0 | 0.000000e+00 |      --      |    Inf 
284.71/284.71	c   266s|980000 |973717 |     0 |   0.0 | 299M|2448 |   - |3726 |1290 |   0 |   0 |   0 |  34k|   0 | 0.000000e+00 |      --      |    Inf 
287.31/287.31	c   269s|990000 |983617 |     0 |   0.0 | 303M|2448 |   - |3726 |1283 |   0 |   0 |   0 |  35k|   0 | 0.000000e+00 |      --      |    Inf 
289.90/289.90	c   271s|  1000k|993508 |     0 |   0.0 | 306M|2448 |   - |3726 |1270 |   0 |   0 |   0 |  36k|   0 | 0.000000e+00 |      --      |    Inf 
292.41/292.44	c   274s|  1010k|  1003k|     0 |   0.0 | 309M|2448 |   - |3726 |1270 |   0 |   0 |   0 |  36k|   0 | 0.000000e+00 |      --      |    Inf 
294.91/294.96	c   276s|  1020k|  1013k|     0 |   0.0 | 313M|2448 |   - |3726 |1294 |   0 |   0 |   0 |  37k|   0 | 0.000000e+00 |      --      |    Inf 
297.41/297.45	c   278s|  1030k|  1023k|     0 |   0.0 | 316M|2448 |   - |3726 |1289 |   0 |   0 |   0 |  38k|   0 | 0.000000e+00 |      --      |    Inf 
299.90/299.95	c   281s|  1040k|  1033k|     0 |   0.0 | 319M|2448 |   - |3726 |1283 |   0 |   0 |   0 |  38k|   0 | 0.000000e+00 |      --      |    Inf 
302.41/302.43	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
302.41/302.43	c   283s|  1050k|  1042k|     0 |   0.0 | 323M|2448 |   - |3726 |1357 |   0 |   0 |   0 |  39k|   0 | 0.000000e+00 |      --      |    Inf 
304.80/304.87	c   285s|  1060k|  1052k|     0 |   0.0 | 326M|2448 |   - |3726 |1318 |   0 |   0 |   0 |  40k|   0 | 0.000000e+00 |      --      |    Inf 
307.21/307.27	c   287s|  1070k|  1062k|     0 |   0.0 | 329M|2448 |   - |3726 |1349 |   0 |   0 |   0 |  40k|   0 | 0.000000e+00 |      --      |    Inf 
309.60/309.64	c   290s|  1080k|  1072k|     0 |   0.0 | 332M|2448 |   - |3726 |1356 |   0 |   0 |   0 |  41k|   0 | 0.000000e+00 |      --      |    Inf 
312.00/312.00	c   292s|  1090k|  1082k|     0 |   0.0 | 336M|2448 |   - |3726 |1437 |   0 |   0 |   0 |  42k|   0 | 0.000000e+00 |      --      |    Inf 
314.30/314.32	c   294s|  1100k|  1092k|     0 |   0.0 | 339M|2448 |   - |3726 |1439 |   0 |   0 |   0 |  43k|   0 | 0.000000e+00 |      --      |    Inf 
316.71/316.71	c   296s|  1110k|  1102k|     0 |   0.0 | 343M|2448 |   - |3726 |1386 |   0 |   0 |   0 |  43k|   0 | 0.000000e+00 |      --      |    Inf 
319.01/319.02	c   298s|  1120k|  1112k|     0 |   0.0 | 346M|2448 |   - |3726 |1437 |   0 |   0 |   0 |  44k|   0 | 0.000000e+00 |      --      |    Inf 
321.21/321.28	c   300s|  1130k|  1121k|     0 |   0.0 | 350M|2448 |   - |3726 |1433 |   0 |   0 |   0 |  45k|   0 | 0.000000e+00 |      --      |    Inf 
323.50/323.53	c   302s|  1140k|  1131k|     0 |   0.0 | 353M|2448 |   - |3726 |1475 |   0 |   0 |   0 |  46k|   0 | 0.000000e+00 |      --      |    Inf 
325.71/325.76	c   304s|  1150k|  1141k|     0 |   0.0 | 357M|2448 |   - |3726 |1563 |   0 |   0 |   0 |  47k|   0 | 0.000000e+00 |      --      |    Inf 
327.90/327.92	c   306s|  1160k|  1151k|     0 |   0.0 | 361M|2448 |   - |3726 |1602 |   0 |   0 |   0 |  48k|   0 | 0.000000e+00 |      --      |    Inf 
330.01/330.01	c   308s|  1170k|  1161k|     0 |   0.0 | 366M|2448 |   - |3726 |1663 |   0 |   0 |   0 |  50k|   0 | 0.000000e+00 |      --      |    Inf 
332.00/332.09	c   310s|  1180k|  1170k|     0 |   0.0 | 372M|2448 |   - |3726 |1795 |   0 |   0 |   0 |  53k|   0 | 0.000000e+00 |      --      |    Inf 
334.71/334.70	c   312s|  1190k|  1180k|     0 |   0.0 | 374M|2953 |   - |3726 |1394 |   0 |   0 |   0 |  53k|   0 | 0.000000e+00 |      --      |    Inf 
337.81/337.86	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
337.81/337.86	c   315s|  1200k|  1190k|     0 |   0.0 | 376M|2953 |   - |3726 |1221 |   0 |   0 |   0 |  53k|   0 | 0.000000e+00 |      --      |    Inf 
341.01/341.01	c   318s|  1210k|  1200k|     0 |   0.0 | 379M|2953 |   - |3726 |1120 |   0 |   0 |   0 |  54k|   0 | 0.000000e+00 |      --      |    Inf 
344.01/344.05	c   321s|  1220k|  1210k|     0 |   0.0 | 382M|2953 |   - |3726 |1105 |   0 |   0 |   0 |  54k|   0 | 0.000000e+00 |      --      |    Inf 
347.10/347.15	c   324s|  1230k|  1220k|     0 |   0.0 | 385M|2953 |   - |3726 |1071 |   0 |   0 |   0 |  54k|   0 | 0.000000e+00 |      --      |    Inf 
350.21/350.26	c   327s|  1240k|  1230k|     0 |   0.0 | 387M|2953 |   - |3726 |1008 |   0 |   0 |   0 |  54k|   0 | 0.000000e+00 |      --      |    Inf 
353.41/353.44	c   330s|  1250k|  1239k|     0 |   0.0 | 390M|2953 |   - |3726 | 988 |   0 |   0 |   0 |  55k|   0 | 0.000000e+00 |      --      |    Inf 
356.61/356.60	c   333s|  1260k|  1249k|     0 |   0.0 | 393M|2953 |   - |3726 | 949 |   0 |   0 |   0 |  55k|   0 | 0.000000e+00 |      --      |    Inf 
359.71/359.76	c   336s|  1270k|  1259k|     0 |   0.0 | 396M|2953 |   - |3726 | 926 |   0 |   0 |   0 |  55k|   0 | 0.000000e+00 |      --      |    Inf 
362.92/362.94	c   339s|  1280k|  1269k|     0 |   0.0 | 399M|2953 |   - |3726 | 902 |   0 |   0 |   0 |  55k|   0 | 0.000000e+00 |      --      |    Inf 
366.11/366.10	c   342s|  1290k|  1279k|     0 |   0.0 | 402M|2953 |   - |3726 | 846 |   0 |   0 |   0 |  55k|   0 | 0.000000e+00 |      --      |    Inf 
369.21/369.27	c   345s|  1300k|  1289k|     0 |   0.0 | 404M|2953 |   - |3726 | 845 |   0 |   0 |   0 |  56k|   0 | 0.000000e+00 |      --      |    Inf 
372.41/372.45	c   348s|  1310k|  1299k|     0 |   0.0 | 407M|2953 |   - |3726 | 826 |   0 |   0 |   0 |  56k|   0 | 0.000000e+00 |      --      |    Inf 
375.61/375.66	c   351s|  1320k|  1309k|     0 |   0.0 | 410M|2953 |   - |3726 | 794 |   0 |   0 |   0 |  56k|   0 | 0.000000e+00 |      --      |    Inf 
378.81/378.82	c   354s|  1330k|  1319k|     0 |   0.0 | 413M|2953 |   - |3726 | 746 |   0 |   0 |   0 |  56k|   0 | 0.000000e+00 |      --      |    Inf 
381.91/381.98	c   357s|  1340k|  1329k|     0 |   0.0 | 416M|2953 |   - |3726 | 689 |   0 |   0 |   0 |  56k|   0 | 0.000000e+00 |      --      |    Inf 
385.11/385.16	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
385.11/385.16	c   360s|  1350k|  1339k|     0 |   0.0 | 418M|2953 |   - |3726 | 679 |   0 |   0 |   0 |  57k|   0 | 0.000000e+00 |      --      |    Inf 
388.31/388.34	c   363s|  1360k|  1349k|     0 |   0.0 | 421M|2953 |   - |3726 | 669 |   0 |   0 |   0 |  57k|   0 | 0.000000e+00 |      --      |    Inf 
391.51/391.51	c   366s|  1370k|  1359k|     0 |   0.0 | 424M|2953 |   - |3726 | 666 |   0 |   0 |   0 |  57k|   0 | 0.000000e+00 |      --      |    Inf 
394.71/394.71	c   369s|  1380k|  1369k|     0 |   0.0 | 427M|2953 |   - |3726 | 706 |   0 |   0 |   0 |  58k|   0 | 0.000000e+00 |      --      |    Inf 
397.91/397.90	c   372s|  1390k|  1379k|     0 |   0.0 | 430M|2953 |   - |3726 | 632 |   0 |   0 |   0 |  58k|   0 | 0.000000e+00 |      --      |    Inf 
401.01/401.09	c   375s|  1400k|  1389k|     0 |   0.0 | 433M|2953 |   - |3726 | 661 |   0 |   0 |   0 |  58k|   0 | 0.000000e+00 |      --      |    Inf 
404.21/404.28	c   378s|  1410k|  1399k|     0 |   0.0 | 435M|2953 |   - |3726 | 691 |   0 |   0 |   0 |  58k|   0 | 0.000000e+00 |      --      |    Inf 
407.41/407.48	c   381s|  1420k|  1409k|     0 |   0.0 | 438M|2953 |   - |3726 | 694 |   0 |   0 |   0 |  58k|   0 | 0.000000e+00 |      --      |    Inf 
410.61/410.68	c   384s|  1430k|  1419k|     0 |   0.0 | 441M|2953 |   - |3726 | 691 |   0 |   0 |   0 |  59k|   0 | 0.000000e+00 |      --      |    Inf 
413.81/413.87	c   387s|  1440k|  1429k|     0 |   0.0 | 444M|2953 |   - |3726 | 689 |   0 |   0 |   0 |  59k|   0 | 0.000000e+00 |      --      |    Inf 
417.01/417.06	c   390s|  1450k|  1439k|     0 |   0.0 | 447M|2953 |   - |3726 | 676 |   0 |   0 |   0 |  59k|   0 | 0.000000e+00 |      --      |    Inf 
420.22/420.24	c   393s|  1460k|  1449k|     0 |   0.0 | 449M|2953 |   - |3726 | 726 |   0 |   0 |   0 |  59k|   0 | 0.000000e+00 |      --      |    Inf 
423.42/423.42	c   396s|  1470k|  1459k|     0 |   0.0 | 452M|2953 |   - |3726 | 695 |   0 |   0 |   0 |  60k|   0 | 0.000000e+00 |      --      |    Inf 
426.61/426.60	c   399s|  1480k|  1469k|     0 |   0.0 | 455M|2953 |   - |3726 | 712 |   0 |   0 |   0 |  60k|   0 | 0.000000e+00 |      --      |    Inf 
429.71/429.77	c   402s|  1490k|  1479k|     0 |   0.0 | 458M|2953 |   - |3726 | 708 |   0 |   0 |   0 |  60k|   0 | 0.000000e+00 |      --      |    Inf 
432.91/432.96	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
432.91/432.96	c   405s|  1500k|  1488k|     0 |   0.0 | 461M|2953 |   - |3726 | 721 |   0 |   0 |   0 |  60k|   0 | 0.000000e+00 |      --      |    Inf 
436.11/436.16	c   408s|  1510k|  1498k|     0 |   0.0 | 463M|2953 |   - |3726 | 705 |   0 |   0 |   0 |  60k|   0 | 0.000000e+00 |      --      |    Inf 
439.31/439.34	c   411s|  1520k|  1508k|     0 |   0.0 | 466M|2953 |   - |3726 | 704 |   0 |   0 |   0 |  61k|   0 | 0.000000e+00 |      --      |    Inf 
442.51/442.57	c   414s|  1530k|  1518k|     0 |   0.0 | 469M|2953 |   - |3726 | 728 |   0 |   0 |   0 |  61k|   0 | 0.000000e+00 |      --      |    Inf 
445.71/445.74	c   417s|  1540k|  1528k|     0 |   0.0 | 472M|2953 |   - |3726 | 714 |   0 |   0 |   0 |  61k|   0 | 0.000000e+00 |      --      |    Inf 
448.92/448.93	c   420s|  1550k|  1538k|     0 |   0.0 | 475M|2953 |   - |3726 | 763 |   0 |   0 |   0 |  61k|   0 | 0.000000e+00 |      --      |    Inf 
452.12/452.13	c   423s|  1560k|  1548k|     0 |   0.0 | 477M|2953 |   - |3726 | 704 |   0 |   0 |   0 |  62k|   0 | 0.000000e+00 |      --      |    Inf 
455.31/455.31	c   426s|  1570k|  1558k|     0 |   0.0 | 480M|2953 |   - |3726 | 762 |   0 |   0 |   0 |  62k|   0 | 0.000000e+00 |      --      |    Inf 
458.52/458.55	c   429s|  1580k|  1568k|     0 |   0.0 | 483M|2953 |   - |3726 | 751 |   0 |   0 |   0 |  62k|   0 | 0.000000e+00 |      --      |    Inf 
461.71/461.74	c   432s|  1590k|  1578k|     0 |   0.0 | 486M|2953 |   - |3726 | 793 |   0 |   0 |   0 |  62k|   0 | 0.000000e+00 |      --      |    Inf 
464.91/464.90	c   435s|  1600k|  1588k|     0 |   0.0 | 488M|2953 |   - |3726 | 793 |   0 |   0 |   0 |  63k|   0 | 0.000000e+00 |      --      |    Inf 
468.02/468.08	c   438s|  1610k|  1598k|     0 |   0.0 | 491M|2953 |   - |3726 | 795 |   0 |   0 |   0 |  63k|   0 | 0.000000e+00 |      --      |    Inf 
471.21/471.27	c   441s|  1620k|  1608k|     0 |   0.0 | 494M|2953 |   - |3726 | 783 |   0 |   0 |   0 |  63k|   0 | 0.000000e+00 |      --      |    Inf 
474.42/474.47	c   444s|  1630k|  1618k|     0 |   0.0 | 497M|2953 |   - |3726 | 794 |   0 |   0 |   0 |  63k|   0 | 0.000000e+00 |      --      |    Inf 
477.61/477.65	c   447s|  1640k|  1628k|     0 |   0.0 | 500M|2953 |   - |3726 | 830 |   0 |   0 |   0 |  64k|   0 | 0.000000e+00 |      --      |    Inf 
480.82/480.85	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
480.82/480.85	c   450s|  1650k|  1638k|     0 |   0.0 | 502M|2953 |   - |3726 | 794 |   0 |   0 |   0 |  64k|   0 | 0.000000e+00 |      --      |    Inf 
484.02/484.05	c   453s|  1660k|  1648k|     0 |   0.0 | 505M|2953 |   - |3726 | 813 |   0 |   0 |   0 |  64k|   0 | 0.000000e+00 |      --      |    Inf 
487.22/487.23	c   456s|  1670k|  1658k|     0 |   0.0 | 508M|2953 |   - |3726 | 794 |   0 |   0 |   0 |  64k|   0 | 0.000000e+00 |      --      |    Inf 
490.42/490.47	c   459s|  1680k|  1668k|     0 |   0.0 | 511M|2953 |   - |3726 | 858 |   0 |   0 |   0 |  65k|   0 | 0.000000e+00 |      --      |    Inf 
493.61/493.63	c   462s|  1690k|  1678k|     0 |   0.0 | 513M|2953 |   - |3726 | 838 |   0 |   0 |   0 |  65k|   0 | 0.000000e+00 |      --      |    Inf 
496.81/496.83	c   465s|  1700k|  1688k|     0 |   0.0 | 516M|2953 |   - |3726 | 814 |   0 |   0 |   0 |  65k|   0 | 0.000000e+00 |      --      |    Inf 
499.91/499.98	c   468s|  1710k|  1698k|     0 |   0.0 | 519M|2953 |   - |3726 | 814 |   0 |   0 |   0 |  65k|   0 | 0.000000e+00 |      --      |    Inf 
503.11/503.14	c   471s|  1720k|  1708k|     0 |   0.0 | 522M|2953 |   - |3726 | 823 |   0 |   0 |   0 |  66k|   0 | 0.000000e+00 |      --      |    Inf 
506.32/506.34	c   474s|  1730k|  1718k|     0 |   0.0 | 525M|2953 |   - |3726 | 822 |   0 |   0 |   0 |  66k|   0 | 0.000000e+00 |      --      |    Inf 
509.51/509.59	c   477s|  1740k|  1727k|     0 |   0.0 | 527M|2953 |   - |3726 | 846 |   0 |   0 |   0 |  66k|   0 | 0.000000e+00 |      --      |    Inf 
512.71/512.75	c   480s|  1750k|  1737k|     0 |   0.0 | 530M|2953 |   - |3726 | 815 |   0 |   0 |   0 |  66k|   0 | 0.000000e+00 |      --      |    Inf 
515.93/515.95	c   483s|  1760k|  1747k|     0 |   0.0 | 533M|2953 |   - |3726 | 865 |   0 |   0 |   0 |  67k|   0 | 0.000000e+00 |      --      |    Inf 
519.12/519.14	c   486s|  1770k|  1757k|     0 |   0.0 | 536M|2953 |   - |3726 | 822 |   0 |   0 |   0 |  67k|   0 | 0.000000e+00 |      --      |    Inf 
522.31/522.35	c   489s|  1780k|  1767k|     0 |   0.0 | 539M|2953 |   - |3726 | 803 |   0 |   0 |   0 |  67k|   0 | 0.000000e+00 |      --      |    Inf 
525.51/525.52	c   492s|  1790k|  1777k|     0 |   0.0 | 541M|2953 |   - |3726 | 830 |   0 |   0 |   0 |  67k|   0 | 0.000000e+00 |      --      |    Inf 
528.62/528.69	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
528.62/528.69	c   495s|  1800k|  1787k|     0 |   0.0 | 544M|2953 |   - |3726 | 803 |   0 |   0 |   0 |  68k|   0 | 0.000000e+00 |      --      |    Inf 
531.81/531.86	c   498s|  1810k|  1797k|     0 |   0.0 | 547M|2953 |   - |3726 | 800 |   0 |   0 |   0 |  68k|   0 | 0.000000e+00 |      --      |    Inf 
535.01/535.01	c   501s|  1820k|  1807k|     0 |   0.0 | 550M|2953 |   - |3726 | 794 |   0 |   0 |   0 |  68k|   0 | 0.000000e+00 |      --      |    Inf 
538.21/538.22	c   504s|  1830k|  1817k|     0 |   0.0 | 553M|2953 |   - |3726 | 784 |   0 |   0 |   0 |  68k|   0 | 0.000000e+00 |      --      |    Inf 
541.41/541.41	c   507s|  1840k|  1827k|     0 |   0.0 | 555M|2953 |   - |3726 | 826 |   0 |   0 |   0 |  68k|   0 | 0.000000e+00 |      --      |    Inf 
544.53/544.57	c   510s|  1850k|  1837k|     0 |   0.0 | 558M|2953 |   - |3726 | 751 |   0 |   0 |   0 |  69k|   0 | 0.000000e+00 |      --      |    Inf 
547.72/547.75	c   513s|  1860k|  1847k|     0 |   0.0 | 561M|2953 |   - |3726 | 758 |   0 |   0 |   0 |  69k|   0 | 0.000000e+00 |      --      |    Inf 
550.92/550.97	c   516s|  1870k|  1857k|     0 |   0.0 | 564M|2953 |   - |3726 | 754 |   0 |   0 |   0 |  69k|   0 | 0.000000e+00 |      --      |    Inf 
554.12/554.19	c   519s|  1880k|  1867k|     0 |   0.0 | 567M|2953 |   - |3726 | 748 |   0 |   0 |   0 |  69k|   0 | 0.000000e+00 |      --      |    Inf 
557.31/557.35	c   522s|  1890k|  1877k|     0 |   0.0 | 569M|2953 |   - |3726 | 715 |   0 |   0 |   0 |  70k|   0 | 0.000000e+00 |      --      |    Inf 
560.52/560.54	c   525s|  1900k|  1887k|     0 |   0.0 | 572M|2953 |   - |3726 | 747 |   0 |   0 |   0 |  70k|   0 | 0.000000e+00 |      --      |    Inf 
563.72/563.75	c   528s|  1910k|  1897k|     0 |   0.0 | 575M|2953 |   - |3726 | 716 |   0 |   0 |   0 |  70k|   0 | 0.000000e+00 |      --      |    Inf 
566.92/566.93	c   531s|  1920k|  1907k|     0 |   0.0 | 578M|2953 |   - |3726 | 710 |   0 |   0 |   0 |  70k|   0 | 0.000000e+00 |      --      |    Inf 
570.11/570.11	c   534s|  1930k|  1917k|     0 |   0.0 | 581M|2953 |   - |3726 | 706 |   0 |   0 |   0 |  70k|   0 | 0.000000e+00 |      --      |    Inf 
573.22/573.29	c   537s|  1940k|  1927k|     0 |   0.0 | 583M|2953 |   - |3726 | 694 |   0 |   0 |   0 |  71k|   0 | 0.000000e+00 |      --      |    Inf 
576.43/576.47	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
576.43/576.47	c   540s|  1950k|  1937k|     0 |   0.0 | 586M|2953 |   - |3726 | 726 |   0 |   0 |   0 |  71k|   0 | 0.000000e+00 |      --      |    Inf 
579.63/579.66	c   543s|  1960k|  1947k|     0 |   0.0 | 589M|2953 |   - |3726 | 715 |   0 |   0 |   0 |  71k|   0 | 0.000000e+00 |      --      |    Inf 
582.81/582.83	c   546s|  1970k|  1957k|     0 |   0.0 | 592M|2953 |   - |3726 | 666 |   0 |   0 |   0 |  71k|   0 | 0.000000e+00 |      --      |    Inf 
586.02/586.00	c   549s|  1980k|  1966k|     0 |   0.0 | 595M|2953 |   - |3726 | 689 |   0 |   0 |   0 |  72k|   0 | 0.000000e+00 |      --      |    Inf 
589.22/589.23	c   552s|  1990k|  1976k|     0 |   0.0 | 597M|2953 |   - |3726 | 692 |   0 |   0 |   0 |  72k|   0 | 0.000000e+00 |      --      |    Inf 
592.42/592.41	c   555s|  2000k|  1986k|     0 |   0.0 | 600M|2953 |   - |3726 | 671 |   0 |   0 |   0 |  72k|   0 | 0.000000e+00 |      --      |    Inf 
595.62/595.63	c   558s|  2010k|  1996k|     0 |   0.0 | 603M|2953 |   - |3726 | 708 |   0 |   0 |   0 |  72k|   0 | 0.000000e+00 |      --      |    Inf 
598.72/598.79	c   561s|  2020k|  2006k|     0 |   0.0 | 606M|2953 |   - |3726 | 723 |   0 |   0 |   0 |  73k|   0 | 0.000000e+00 |      --      |    Inf 
601.92/601.99	c   564s|  2030k|  2016k|     0 |   0.0 | 608M|2953 |   - |3726 | 711 |   0 |   0 |   0 |  73k|   0 | 0.000000e+00 |      --      |    Inf 
605.12/605.18	c   567s|  2040k|  2026k|     0 |   0.0 | 611M|2953 |   - |3726 | 748 |   0 |   0 |   0 |  73k|   0 | 0.000000e+00 |      --      |    Inf 
608.42/608.41	c   570s|  2050k|  2036k|     0 |   0.0 | 614M|2953 |   - |3726 | 772 |   0 |   0 |   0 |  74k|   0 | 0.000000e+00 |      --      |    Inf 
611.52/611.56	c   573s|  2060k|  2046k|     0 |   0.0 | 617M|2953 |   - |3726 | 736 |   0 |   0 |   0 |  74k|   0 | 0.000000e+00 |      --      |    Inf 
614.72/614.74	c   576s|  2070k|  2056k|     0 |   0.0 | 620M|2953 |   - |3726 | 747 |   0 |   0 |   0 |  74k|   0 | 0.000000e+00 |      --      |    Inf 
617.92/617.92	c   579s|  2080k|  2066k|     0 |   0.0 | 622M|2953 |   - |3726 | 763 |   0 |   0 |   0 |  74k|   0 | 0.000000e+00 |      --      |    Inf 
621.02/621.09	c   582s|  2090k|  2076k|     0 |   0.0 | 625M|2953 |   - |3726 | 740 |   0 |   0 |   0 |  74k|   0 | 0.000000e+00 |      --      |    Inf 
624.22/624.29	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
624.22/624.29	c   585s|  2100k|  2086k|     0 |   0.0 | 628M|2953 |   - |3726 | 801 |   0 |   0 |   0 |  75k|   0 | 0.000000e+00 |      --      |    Inf 
627.42/627.45	c   588s|  2110k|  2096k|     0 |   0.0 | 631M|2953 |   - |3726 | 741 |   0 |   0 |   0 |  75k|   0 | 0.000000e+00 |      --      |    Inf 
630.62/630.65	c   591s|  2120k|  2106k|     0 |   0.0 | 634M|2953 |   - |3726 | 741 |   0 |   0 |   0 |  75k|   0 | 0.000000e+00 |      --      |    Inf 
633.82/633.84	c   594s|  2130k|  2116k|     0 |   0.0 | 636M|2953 |   - |3726 | 756 |   0 |   0 |   0 |  75k|   0 | 0.000000e+00 |      --      |    Inf 
637.02/637.02	c   597s|  2140k|  2126k|     0 |   0.0 | 639M|2953 |   - |3726 | 753 |   0 |   0 |   0 |  76k|   0 | 0.000000e+00 |      --      |    Inf 
640.12/640.20	c   600s|  2150k|  2136k|     0 |   0.0 | 642M|2953 |   - |3726 | 722 |   0 |   0 |   0 |  76k|   0 | 0.000000e+00 |      --      |    Inf 
643.43/643.43	c   603s|  2160k|  2146k|     0 |   0.0 | 645M|2953 |   - |3726 | 759 |   0 |   0 |   0 |  76k|   0 | 0.000000e+00 |      --      |    Inf 
646.62/646.62	c   606s|  2170k|  2156k|     0 |   0.0 | 648M|2953 |   - |3726 | 734 |   0 |   0 |   0 |  76k|   0 | 0.000000e+00 |      --      |    Inf 
649.72/649.78	c   609s|  2180k|  2166k|     0 |   0.0 | 650M|2953 |   - |3726 | 701 |   0 |   0 |   0 |  76k|   0 | 0.000000e+00 |      --      |    Inf 
652.92/652.97	c   612s|  2190k|  2176k|     0 |   0.0 | 653M|2953 |   - |3726 | 698 |   0 |   0 |   0 |  77k|   0 | 0.000000e+00 |      --      |    Inf 
656.13/656.15	c   615s|  2200k|  2186k|     0 |   0.0 | 656M|2953 |   - |3726 | 677 |   0 |   0 |   0 |  77k|   0 | 0.000000e+00 |      --      |    Inf 
659.33/659.33	c   618s|  2210k|  2196k|     0 |   0.0 | 659M|2953 |   - |3726 | 651 |   0 |   0 |   0 |  77k|   0 | 0.000000e+00 |      --      |    Inf 
662.53/662.50	c   621s|  2220k|  2205k|     0 |   0.0 | 661M|2953 |   - |3726 | 648 |   0 |   0 |   0 |  77k|   0 | 0.000000e+00 |      --      |    Inf 
665.62/665.68	c   624s|  2230k|  2215k|     0 |   0.0 | 664M|2953 |   - |3726 | 673 |   0 |   0 |   0 |  78k|   0 | 0.000000e+00 |      --      |    Inf 
668.83/668.89	c   627s|  2240k|  2225k|     0 |   0.0 | 667M|2953 |   - |3726 | 648 |   0 |   0 |   0 |  78k|   0 | 0.000000e+00 |      --      |    Inf 
672.02/672.07	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
672.02/672.07	c   630s|  2250k|  2235k|     0 |   0.0 | 670M|2953 |   - |3726 | 638 |   0 |   0 |   0 |  78k|   0 | 0.000000e+00 |      --      |    Inf 
675.22/675.26	c   633s|  2260k|  2245k|     0 |   0.0 | 673M|2953 |   - |3726 | 630 |   0 |   0 |   0 |  78k|   0 | 0.000000e+00 |      --      |    Inf 
678.43/678.47	c   636s|  2270k|  2255k|     0 |   0.0 | 675M|2953 |   - |3726 | 601 |   0 |   0 |   0 |  79k|   0 | 0.000000e+00 |      --      |    Inf 
681.62/681.64	c   639s|  2280k|  2265k|     0 |   0.0 | 678M|2953 |   - |3726 | 640 |   0 |   0 |   0 |  79k|   0 | 0.000000e+00 |      --      |    Inf 
684.82/684.83	c   642s|  2290k|  2275k|     0 |   0.0 | 681M|2953 |   - |3726 | 645 |   0 |   0 |   0 |  79k|   0 | 0.000000e+00 |      --      |    Inf 
688.02/688.00	c   645s|  2300k|  2285k|     0 |   0.0 | 684M|2953 |   - |3726 | 641 |   0 |   0 |   0 |  79k|   0 | 0.000000e+00 |      --      |    Inf 
691.12/691.18	c   648s|  2310k|  2295k|     0 |   0.0 | 687M|2953 |   - |3726 | 646 |   0 |   0 |   0 |  79k|   0 | 0.000000e+00 |      --      |    Inf 
694.33/694.35	c   651s|  2320k|  2305k|     0 |   0.0 | 689M|2953 |   - |3726 | 640 |   0 |   0 |   0 |  80k|   0 | 0.000000e+00 |      --      |    Inf 
697.53/697.54	c   654s|  2330k|  2315k|     0 |   0.0 | 692M|2953 |   - |3726 | 640 |   0 |   0 |   0 |  80k|   0 | 0.000000e+00 |      --      |    Inf 
700.73/700.71	c   657s|  2340k|  2325k|     0 |   0.0 | 695M|2953 |   - |3726 | 646 |   0 |   0 |   0 |  80k|   0 | 0.000000e+00 |      --      |    Inf 
703.83/703.84	c   660s|  2350k|  2335k|     0 |   0.0 | 698M|2953 |   - |3726 | 692 |   0 |   0 |   0 |  80k|   0 | 0.000000e+00 |      --      |    Inf 
707.02/707.00	c   663s|  2360k|  2345k|     0 |   0.0 | 701M|2953 |   - |3726 | 708 |   0 |   0 |   0 |  80k|   0 | 0.000000e+00 |      --      |    Inf 
710.12/710.15	c   666s|  2370k|  2355k|     0 |   0.0 | 703M|2953 |   - |3726 | 696 |   0 |   0 |   0 |  81k|   0 | 0.000000e+00 |      --      |    Inf 
713.33/713.38	c   669s|  2380k|  2365k|     0 |   0.0 | 706M|2953 |   - |3726 | 717 |   0 |   0 |   0 |  81k|   0 | 0.000000e+00 |      --      |    Inf 
716.52/716.56	c   672s|  2390k|  2375k|     0 |   0.0 | 709M|2953 |   - |3726 | 680 |   0 |   0 |   0 |  81k|   0 | 0.000000e+00 |      --      |    Inf 
719.72/719.75	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
719.72/719.75	c   675s|  2400k|  2385k|     0 |   0.0 | 712M|2953 |   - |3726 | 696 |   0 |   0 |   0 |  81k|   0 | 0.000000e+00 |      --      |    Inf 
722.92/722.93	c   678s|  2410k|  2395k|     0 |   0.0 | 715M|2953 |   - |3726 | 740 |   0 |   0 |   0 |  82k|   0 | 0.000000e+00 |      --      |    Inf 
726.13/726.11	c   681s|  2420k|  2405k|     0 |   0.0 | 717M|2953 |   - |3726 | 725 |   0 |   0 |   0 |  82k|   0 | 0.000000e+00 |      --      |    Inf 
729.33/729.31	c   684s|  2430k|  2415k|     0 |   0.0 | 720M|2953 |   - |3726 | 724 |   0 |   0 |   0 |  82k|   0 | 0.000000e+00 |      --      |    Inf 
732.43/732.47	c   687s|  2440k|  2425k|     0 |   0.0 | 723M|2953 |   - |3726 | 771 |   0 |   0 |   0 |  82k|   0 | 0.000000e+00 |      --      |    Inf 
735.62/735.65	c   690s|  2450k|  2435k|     0 |   0.0 | 726M|2953 |   - |3726 | 729 |   0 |   0 |   0 |  83k|   0 | 0.000000e+00 |      --      |    Inf 
738.83/738.84	c   693s|  2460k|  2444k|     0 |   0.0 | 729M|2953 |   - |3726 | 801 |   0 |   0 |   0 |  83k|   0 | 0.000000e+00 |      --      |    Inf 
742.03/742.02	c   696s|  2470k|  2454k|     0 |   0.0 | 731M|2953 |   - |3726 | 781 |   0 |   0 |   0 |  83k|   0 | 0.000000e+00 |      --      |    Inf 
745.12/745.19	c   699s|  2480k|  2464k|     0 |   0.0 | 734M|2953 |   - |3726 | 782 |   0 |   0 |   0 |  83k|   0 | 0.000000e+00 |      --      |    Inf 
748.33/748.38	c   702s|  2490k|  2474k|     0 |   0.0 | 737M|2953 |   - |3726 | 790 |   0 |   0 |   0 |  83k|   0 | 0.000000e+00 |      --      |    Inf 
751.53/751.56	c   705s|  2500k|  2484k|     0 |   0.0 | 740M|2953 |   - |3726 | 803 |   0 |   0 |   0 |  84k|   0 | 0.000000e+00 |      --      |    Inf 
754.73/754.73	c   708s|  2510k|  2494k|     0 |   0.0 | 742M|2953 |   - |3726 | 782 |   0 |   0 |   0 |  84k|   0 | 0.000000e+00 |      --      |    Inf 
757.93/757.92	c   711s|  2520k|  2504k|     0 |   0.0 | 745M|2953 |   - |3726 | 746 |   0 |   0 |   0 |  84k|   0 | 0.000000e+00 |      --      |    Inf 
761.13/761.10	c   714s|  2530k|  2514k|     0 |   0.0 | 748M|2953 |   - |3726 | 754 |   0 |   0 |   0 |  84k|   0 | 0.000000e+00 |      --      |    Inf 
764.23/764.26	c   717s|  2540k|  2524k|     0 |   0.0 | 751M|2953 |   - |3726 | 766 |   0 |   0 |   0 |  85k|   0 | 0.000000e+00 |      --      |    Inf 
767.43/767.47	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
767.43/767.47	c   720s|  2550k|  2534k|     0 |   0.0 | 754M|2953 |   - |3726 | 767 |   0 |   0 |   0 |  85k|   0 | 0.000000e+00 |      --      |    Inf 
770.63/770.68	c   723s|  2560k|  2544k|     0 |   0.0 | 756M|2953 |   - |3726 | 764 |   0 |   0 |   0 |  85k|   0 | 0.000000e+00 |      --      |    Inf 
773.82/773.85	c   726s|  2570k|  2554k|     0 |   0.0 | 759M|2953 |   - |3726 | 744 |   0 |   0 |   0 |  85k|   0 | 0.000000e+00 |      --      |    Inf 
777.03/777.07	c   729s|  2580k|  2564k|     0 |   0.0 | 762M|2953 |   - |3726 | 726 |   0 |   0 |   0 |  86k|   0 | 0.000000e+00 |      --      |    Inf 
780.23/780.24	c   732s|  2590k|  2574k|     0 |   0.0 | 765M|2953 |   - |3726 | 743 |   0 |   0 |   0 |  86k|   0 | 0.000000e+00 |      --      |    Inf 
783.43/783.41	c   735s|  2600k|  2584k|     0 |   0.0 | 768M|2953 |   - |3726 | 720 |   0 |   0 |   0 |  86k|   0 | 0.000000e+00 |      --      |    Inf 
786.54/786.59	c   738s|  2610k|  2594k|     0 |   0.0 | 770M|2953 |   - |3726 | 688 |   0 |   0 |   0 |  86k|   0 | 0.000000e+00 |      --      |    Inf 
789.73/789.78	c   741s|  2620k|  2604k|     0 |   0.0 | 773M|2953 |   - |3726 | 667 |   0 |   0 |   0 |  86k|   0 | 0.000000e+00 |      --      |    Inf 
792.92/792.97	c   744s|  2630k|  2614k|     0 |   0.0 | 776M|2953 |   - |3726 | 686 |   0 |   0 |   0 |  87k|   0 | 0.000000e+00 |      --      |    Inf 
796.13/796.15	c   747s|  2640k|  2624k|     0 |   0.0 | 779M|2953 |   - |3726 | 692 |   0 |   0 |   0 |  87k|   0 | 0.000000e+00 |      --      |    Inf 
799.32/799.34	c   750s|  2650k|  2634k|     0 |   0.0 | 782M|2953 |   - |3726 | 663 |   0 |   0 |   0 |  87k|   0 | 0.000000e+00 |      --      |    Inf 
802.53/802.53	c   753s|  2660k|  2644k|     0 |   0.0 | 784M|2953 |   - |3726 | 701 |   0 |   0 |   0 |  87k|   0 | 0.000000e+00 |      --      |    Inf 
805.73/805.71	c   756s|  2670k|  2654k|     0 |   0.0 | 787M|2953 |   - |3726 | 694 |   0 |   0 |   0 |  88k|   0 | 0.000000e+00 |      --      |    Inf 
808.93/808.90	c   759s|  2680k|  2664k|     0 |   0.0 | 790M|2953 |   - |3726 | 686 |   0 |   0 |   0 |  88k|   0 | 0.000000e+00 |      --      |    Inf 
812.03/812.07	c   762s|  2690k|  2674k|     0 |   0.0 | 793M|2953 |   - |3726 | 711 |   0 |   0 |   0 |  88k|   0 | 0.000000e+00 |      --      |    Inf 
815.22/815.25	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
815.22/815.25	c   765s|  2700k|  2684k|     0 |   0.0 | 796M|2953 |   - |3726 | 689 |   0 |   0 |   0 |  88k|   0 | 0.000000e+00 |      --      |    Inf 
818.44/818.42	c   768s|  2710k|  2694k|     0 |   0.0 | 798M|2953 |   - |3726 | 715 |   0 |   0 |   0 |  88k|   0 | 0.000000e+00 |      --      |    Inf 
821.64/821.62	c   771s|  2720k|  2703k|     0 |   0.0 | 801M|2953 |   - |3726 | 730 |   0 |   0 |   0 |  89k|   0 | 0.000000e+00 |      --      |    Inf 
824.83/824.83	c   774s|  2730k|  2713k|     0 |   0.0 | 804M|2953 |   - |3726 | 760 |   0 |   0 |   0 |  89k|   0 | 0.000000e+00 |      --      |    Inf 
827.93/827.97	c   777s|  2740k|  2723k|     0 |   0.0 | 807M|2953 |   - |3726 | 727 |   0 |   0 |   0 |  89k|   0 | 0.000000e+00 |      --      |    Inf 
831.13/831.17	c   780s|  2750k|  2733k|     0 |   0.0 | 810M|2953 |   - |3726 | 768 |   0 |   0 |   0 |  89k|   0 | 0.000000e+00 |      --      |    Inf 
834.33/834.34	c   783s|  2760k|  2743k|     0 |   0.0 | 812M|2953 |   - |3726 | 788 |   0 |   0 |   0 |  90k|   0 | 0.000000e+00 |      --      |    Inf 
837.53/837.53	c   786s|  2770k|  2753k|     0 |   0.0 | 815M|2953 |   - |3726 | 760 |   0 |   0 |   0 |  90k|   0 | 0.000000e+00 |      --      |    Inf 
840.73/840.74	c   789s|  2780k|  2763k|     0 |   0.0 | 818M|2953 |   - |3726 | 776 |   0 |   0 |   0 |  90k|   0 | 0.000000e+00 |      --      |    Inf 
843.83/843.89	c   792s|  2790k|  2773k|     0 |   0.0 | 821M|2953 |   - |3726 | 804 |   0 |   0 |   0 |  90k|   0 | 0.000000e+00 |      --      |    Inf 
847.04/847.05	c   795s|  2800k|  2783k|     0 |   0.0 | 824M|2953 |   - |3726 | 798 |   0 |   0 |   0 |  91k|   0 | 0.000000e+00 |      --      |    Inf 
850.24/850.22	c   798s|  2810k|  2793k|     0 |   0.0 | 826M|2953 |   - |3726 | 752 |   0 |   0 |   0 |  91k|   0 | 0.000000e+00 |      --      |    Inf 
853.43/853.43	c   801s|  2820k|  2803k|     0 |   0.0 | 829M|2953 |   - |3726 | 798 |   0 |   0 |   0 |  91k|   0 | 0.000000e+00 |      --      |    Inf 
856.54/856.59	c   804s|  2830k|  2813k|     0 |   0.0 | 832M|2953 |   - |3726 | 805 |   0 |   0 |   0 |  91k|   0 | 0.000000e+00 |      --      |    Inf 
859.73/859.77	c   807s|  2840k|  2823k|     0 |   0.0 | 835M|2953 |   - |3726 | 813 |   0 |   0 |   0 |  92k|   0 | 0.000000e+00 |      --      |    Inf 
863.04/863.02	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
863.04/863.02	c   810s|  2850k|  2833k|     0 |   0.0 | 838M|2953 |   - |3726 | 858 |   0 |   0 |   0 |  92k|   0 | 0.000000e+00 |      --      |    Inf 
866.13/866.16	c   813s|  2860k|  2843k|     0 |   0.0 | 840M|2953 |   - |3726 | 820 |   0 |   0 |   0 |  92k|   0 | 0.000000e+00 |      --      |    Inf 
869.33/869.35	c   816s|  2870k|  2853k|     0 |   0.0 | 843M|2953 |   - |3726 | 804 |   0 |   0 |   0 |  92k|   0 | 0.000000e+00 |      --      |    Inf 
872.53/872.53	c   819s|  2880k|  2863k|     0 |   0.0 | 846M|2953 |   - |3726 | 816 |   0 |   0 |   0 |  92k|   0 | 0.000000e+00 |      --      |    Inf 
875.73/875.73	c   822s|  2890k|  2873k|     0 |   0.0 | 849M|2953 |   - |3726 | 807 |   0 |   0 |   0 |  93k|   0 | 0.000000e+00 |      --      |    Inf 
878.83/878.90	c   825s|  2900k|  2883k|     0 |   0.0 | 851M|2953 |   - |3726 | 793 |   0 |   0 |   0 |  93k|   0 | 0.000000e+00 |      --      |    Inf 
882.13/882.11	c   828s|  2910k|  2893k|     0 |   0.0 | 854M|2953 |   - |3726 | 781 |   0 |   0 |   0 |  93k|   0 | 0.000000e+00 |      --      |    Inf 
885.23/885.27	c   831s|  2920k|  2903k|     0 |   0.0 | 857M|2953 |   - |3726 | 739 |   0 |   0 |   0 |  93k|   0 | 0.000000e+00 |      --      |    Inf 
888.43/888.44	c   834s|  2930k|  2913k|     0 |   0.0 | 860M|2953 |   - |3726 | 737 |   0 |   0 |   0 |  94k|   0 | 0.000000e+00 |      --      |    Inf 
891.63/891.61	c   837s|  2940k|  2923k|     0 |   0.0 | 863M|2953 |   - |3726 | 731 |   0 |   0 |   0 |  94k|   0 | 0.000000e+00 |      --      |    Inf 
894.73/894.79	c   840s|  2950k|  2933k|     0 |   0.0 | 866M|2953 |   - |3726 | 744 |   0 |   0 |   0 |  94k|   0 | 0.000000e+00 |      --      |    Inf 
897.93/897.97	c   842s|  2960k|  2943k|     0 |   0.0 | 868M|2953 |   - |3726 | 744 |   0 |   0 |   0 |  94k|   0 | 0.000000e+00 |      --      |    Inf 
901.13/901.16	c   846s|  2970k|  2952k|     0 |   0.0 | 871M|2953 |   - |3726 | 780 |   0 |   0 |   0 |  94k|   0 | 0.000000e+00 |      --      |    Inf 
904.33/904.37	c   849s|  2980k|  2962k|     0 |   0.0 | 874M|2953 |   - |3726 | 811 |   0 |   0 |   0 |  95k|   0 | 0.000000e+00 |      --      |    Inf 
907.54/907.55	c   852s|  2990k|  2972k|     0 |   0.0 | 877M|2953 |   - |3726 | 778 |   0 |   0 |   0 |  95k|   0 | 0.000000e+00 |      --      |    Inf 
910.74/910.73	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
910.74/910.73	c   854s|  3000k|  2982k|     0 |   0.0 | 879M|2953 |   - |3726 | 730 |   0 |   0 |   0 |  95k|   0 | 0.000000e+00 |      --      |    Inf 
913.93/913.97	c   858s|  3010k|  2992k|     0 |   0.0 | 882M|2953 |   - |3726 | 733 |   0 |   0 |   0 |  95k|   0 | 0.000000e+00 |      --      |    Inf 
917.13/917.19	c   861s|  3020k|  3002k|     0 |   0.0 | 885M|2953 |   - |3726 | 787 |   0 |   0 |   0 |  96k|   0 | 0.000000e+00 |      --      |    Inf 
920.44/920.40	c   864s|  3030k|  3012k|     0 |   0.0 | 888M|2953 |   - |3726 | 736 |   0 |   0 |   0 |  96k|   0 | 0.000000e+00 |      --      |    Inf 
923.53/923.59	c   867s|  3040k|  3022k|     0 |   0.0 | 891M|2953 |   - |3726 | 717 |   0 |   0 |   0 |  96k|   0 | 0.000000e+00 |      --      |    Inf 
926.74/926.78	c   870s|  3050k|  3032k|     0 |   0.0 | 893M|2953 |   - |3726 | 722 |   0 |   0 |   0 |  96k|   0 | 0.000000e+00 |      --      |    Inf 
930.04/930.06	c   873s|  3060k|  3042k|     0 |   0.0 | 896M|2953 |   - |3726 | 803 |   0 |   0 |   0 |  97k|   0 | 0.000000e+00 |      --      |    Inf 
933.24/933.27	c   876s|  3070k|  3052k|     0 |   0.0 | 899M|2953 |   - |3726 | 802 |   0 |   0 |   0 |  97k|   0 | 0.000000e+00 |      --      |    Inf 
936.44/936.46	c   879s|  3080k|  3062k|     0 |   0.0 | 902M|2953 |   - |3726 | 835 |   0 |   0 |   0 |  97k|   0 | 0.000000e+00 |      --      |    Inf 
939.64/939.69	c   882s|  3090k|  3072k|     0 |   0.0 | 904M|2953 |   - |3726 | 803 |   0 |   0 |   0 |  98k|   0 | 0.000000e+00 |      --      |    Inf 
942.84/942.84	c   885s|  3100k|  3082k|     0 |   0.0 | 907M|2953 |   - |3726 | 857 |   0 |   0 |   0 |  98k|   0 | 0.000000e+00 |      --      |    Inf 
946.04/946.05	c   888s|  3110k|  3092k|     0 |   0.0 | 910M|2953 |   - |3726 | 879 |   0 |   0 |   0 |  98k|   0 | 0.000000e+00 |      --      |    Inf 
949.24/949.27	c   891s|  3120k|  3102k|     0 |   0.0 | 913M|2953 |   - |3726 | 897 |   0 |   0 |   0 |  98k|   0 | 0.000000e+00 |      --      |    Inf 
952.43/952.42	c   894s|  3130k|  3112k|     0 |   0.0 | 916M|2953 |   - |3726 | 838 |   0 |   0 |   0 |  99k|   0 | 0.000000e+00 |      --      |    Inf 
955.63/955.63	c   897s|  3140k|  3122k|     0 |   0.0 | 918M|2953 |   - |3726 | 854 |   0 |   0 |   0 |  99k|   0 | 0.000000e+00 |      --      |    Inf 
958.83/958.80	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
958.83/958.80	c   900s|  3150k|  3132k|     0 |   0.0 | 921M|2953 |   - |3726 | 858 |   0 |   0 |   0 |  99k|   0 | 0.000000e+00 |      --      |    Inf 
961.93/961.98	c   902s|  3160k|  3142k|     0 |   0.0 | 924M|2953 |   - |3726 | 857 |   0 |   0 |   0 |  99k|   0 | 0.000000e+00 |      --      |    Inf 
965.14/965.17	c   905s|  3170k|  3152k|     0 |   0.0 | 927M|2953 |   - |3726 | 856 |   0 |   0 |   0 |  99k|   0 | 0.000000e+00 |      --      |    Inf 
968.33/968.36	c   908s|  3180k|  3162k|     0 |   0.0 | 930M|2953 |   - |3726 | 849 |   0 |   0 |   0 | 100k|   0 | 0.000000e+00 |      --      |    Inf 
971.53/971.57	c   911s|  3190k|  3171k|     0 |   0.0 | 932M|2953 |   - |3726 | 854 |   0 |   0 |   0 | 100k|   0 | 0.000000e+00 |      --      |    Inf 
974.73/974.74	c   914s|  3200k|  3181k|     0 |   0.0 | 935M|2953 |   - |3726 | 840 |   0 |   0 |   0 | 100k|   0 | 0.000000e+00 |      --      |    Inf 
977.94/977.94	c   917s|  3210k|  3191k|     0 |   0.0 | 938M|2953 |   - |3726 | 852 |   0 |   0 |   0 | 100k|   0 | 0.000000e+00 |      --      |    Inf 
981.14/981.10	c   920s|  3220k|  3201k|     0 |   0.0 | 941M|2953 |   - |3726 | 854 |   0 |   0 |   0 | 101k|   0 | 0.000000e+00 |      --      |    Inf 
984.34/984.36	c   924s|  3230k|  3211k|     0 |   0.0 | 943M|2953 |   - |3726 | 880 |   0 |   0 |   0 | 101k|   0 | 0.000000e+00 |      --      |    Inf 
987.54/987.53	c   926s|  3240k|  3221k|     0 |   0.0 | 946M|2953 |   - |3726 | 817 |   0 |   0 |   0 | 101k|   0 | 0.000000e+00 |      --      |    Inf 
990.74/990.70	c   929s|  3250k|  3231k|     0 |   0.0 | 949M|2953 |   - |3726 | 815 |   0 |   0 |   0 | 101k|   0 | 0.000000e+00 |      --      |    Inf 
993.94/993.91	c   932s|  3260k|  3241k|     0 |   0.0 | 952M|2953 |   - |3726 | 827 |   0 |   0 |   0 | 102k|   0 | 0.000000e+00 |      --      |    Inf 
997.04/997.07	c   935s|  3270k|  3251k|     0 |   0.0 | 954M|2953 |   - |3726 | 807 |   0 |   0 |   0 | 102k|   0 | 0.000000e+00 |      --      |    Inf 
1000.34/1000.32	c   938s|  3280k|  3261k|     0 |   0.0 | 957M|2953 |   - |3726 | 818 |   0 |   0 |   0 | 102k|   0 | 0.000000e+00 |      --      |    Inf 
1003.44/1003.48	c   941s|  3290k|  3271k|     0 |   0.0 | 960M|2953 |   - |3726 | 826 |   0 |   0 |   0 | 102k|   0 | 0.000000e+00 |      --      |    Inf 
1006.64/1006.67	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1006.64/1006.67	c   944s|  3300k|  3281k|     0 |   0.0 | 963M|2953 |   - |3726 | 834 |   0 |   0 |   0 | 103k|   0 | 0.000000e+00 |      --      |    Inf 
1009.84/1009.86	c   947s|  3310k|  3291k|     0 |   0.0 | 966M|2953 |   - |3726 | 834 |   0 |   0 |   0 | 103k|   0 | 0.000000e+00 |      --      |    Inf 
1013.04/1013.04	c   950s|  3320k|  3301k|     0 |   0.0 | 968M|2953 |   - |3726 | 828 |   0 |   0 |   0 | 103k|   0 | 0.000000e+00 |      --      |    Inf 
1016.24/1016.25	c   953s|  3330k|  3311k|     0 |   0.0 | 971M|2953 |   - |3726 | 840 |   0 |   0 |   0 | 103k|   0 | 0.000000e+00 |      --      |    Inf 
1019.44/1019.44	c   956s|  3340k|  3321k|     0 |   0.0 | 974M|2953 |   - |3726 | 823 |   0 |   0 |   0 | 103k|   0 | 0.000000e+00 |      --      |    Inf 
1022.74/1022.70	c   959s|  3350k|  3331k|     0 |   0.0 | 977M|2953 |   - |3726 | 842 |   0 |   0 |   0 | 104k|   0 | 0.000000e+00 |      --      |    Inf 
1025.84/1025.87	c   962s|  3360k|  3341k|     0 |   0.0 | 979M|2953 |   - |3726 | 825 |   0 |   0 |   0 | 104k|   0 | 0.000000e+00 |      --      |    Inf 
1029.04/1029.06	c   965s|  3370k|  3351k|     0 |   0.0 | 982M|2953 |   - |3726 | 851 |   0 |   0 |   0 | 104k|   0 | 0.000000e+00 |      --      |    Inf 
1032.24/1032.24	c   968s|  3380k|  3361k|     0 |   0.0 | 985M|2953 |   - |3726 | 864 |   0 |   0 |   0 | 105k|   0 | 0.000000e+00 |      --      |    Inf 
1035.44/1035.41	c   971s|  3390k|  3371k|     0 |   0.0 | 988M|2953 |   - |3726 | 844 |   0 |   0 |   0 | 105k|   0 | 0.000000e+00 |      --      |    Inf 
1038.64/1038.60	c   974s|  3400k|  3381k|     0 |   0.0 | 991M|2953 |   - |3726 | 828 |   0 |   0 |   0 | 105k|   0 | 0.000000e+00 |      --      |    Inf 
1041.84/1041.80	c   977s|  3410k|  3390k|     0 |   0.0 | 993M|2953 |   - |3726 | 853 |   0 |   0 |   0 | 105k|   0 | 0.000000e+00 |      --      |    Inf 
1044.94/1044.99	c   980s|  3420k|  3400k|     0 |   0.0 | 996M|2953 |   - |3726 | 823 |   0 |   0 |   0 | 106k|   0 | 0.000000e+00 |      --      |    Inf 
1048.15/1048.17	c   983s|  3430k|  3410k|     0 |   0.0 | 999M|2953 |   - |3726 | 795 |   0 |   0 |   0 | 106k|   0 | 0.000000e+00 |      --      |    Inf 
1051.34/1051.36	c   986s|  3440k|  3420k|     0 |   0.0 |1002M|2953 |   - |3726 | 824 |   0 |   0 |   0 | 106k|   0 | 0.000000e+00 |      --      |    Inf 
1054.54/1054.52	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1054.54/1054.52	c   989s|  3450k|  3430k|     0 |   0.0 |1005M|2953 |   - |3726 | 818 |   0 |   0 |   0 | 106k|   0 | 0.000000e+00 |      --      |    Inf 
1057.74/1057.70	c   992s|  3460k|  3440k|     0 |   0.0 |1007M|2953 |   - |3726 | 787 |   0 |   0 |   0 | 106k|   0 | 0.000000e+00 |      --      |    Inf 
1060.84/1060.89	c   995s|  3470k|  3450k|     0 |   0.0 |1010M|2953 |   - |3726 | 749 |   0 |   0 |   0 | 107k|   0 | 0.000000e+00 |      --      |    Inf 
1064.04/1064.07	c   998s|  3480k|  3460k|     0 |   0.0 |1013M|2953 |   - |3726 | 783 |   0 |   0 |   0 | 107k|   0 | 0.000000e+00 |      --      |    Inf 
1067.24/1067.26	c  1001s|  3490k|  3470k|     0 |   0.0 |1016M|2953 |   - |3726 | 767 |   0 |   0 |   0 | 107k|   0 | 0.000000e+00 |      --      |    Inf 
1070.44/1070.44	c  1004s|  3500k|  3480k|     0 |   0.0 |1019M|2953 |   - |3726 | 796 |   0 |   0 |   0 | 107k|   0 | 0.000000e+00 |      --      |    Inf 
1073.65/1073.67	c  1007s|  3510k|  3490k|     0 |   0.0 |1021M|2953 |   - |3726 | 810 |   0 |   0 |   0 | 108k|   0 | 0.000000e+00 |      --      |    Inf 
1076.85/1076.85	c  1010s|  3520k|  3500k|     0 |   0.0 |1024M|2953 |   - |3726 | 782 |   0 |   0 |   0 | 108k|   0 | 0.000000e+00 |      --      |    Inf 
1080.04/1080.05	c  1013s|  3530k|  3510k|     0 |   0.0 |1027M|2953 |   - |3726 | 783 |   0 |   0 |   0 | 108k|   0 | 0.000000e+00 |      --      |    Inf 
1083.24/1083.21	c  1016s|  3540k|  3520k|     0 |   0.0 |1030M|2953 |   - |3726 | 761 |   0 |   0 |   0 | 108k|   0 | 0.000000e+00 |      --      |    Inf 
1086.44/1086.40	c  1019s|  3550k|  3530k|     0 |   0.0 |1033M|2953 |   - |3726 | 732 |   0 |   0 |   0 | 108k|   0 | 0.000000e+00 |      --      |    Inf 
1089.54/1089.59	c  1022s|  3560k|  3540k|     0 |   0.0 |1035M|2953 |   - |3726 | 720 |   0 |   0 |   0 | 109k|   0 | 0.000000e+00 |      --      |    Inf 
1092.74/1092.78	c  1025s|  3570k|  3550k|     0 |   0.0 |1038M|2953 |   - |3726 | 729 |   0 |   0 |   0 | 109k|   0 | 0.000000e+00 |      --      |    Inf 
1096.04/1096.00	c  1028s|  3580k|  3560k|     0 |   0.0 |1041M|2953 |   - |3726 | 780 |   0 |   0 |   0 | 109k|   0 | 0.000000e+00 |      --      |    Inf 
1099.24/1099.20	c  1031s|  3590k|  3570k|     0 |   0.0 |1044M|2953 |   - |3726 | 746 |   0 |   0 |   0 | 110k|   0 | 0.000000e+00 |      --      |    Inf 
1102.34/1102.34	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1102.34/1102.34	c  1034s|  3600k|  3580k|     0 |   0.0 |1046M|2953 |   - |3726 | 732 |   0 |   0 |   0 | 110k|   0 | 0.000000e+00 |      --      |    Inf 
1105.55/1105.51	c  1037s|  3610k|  3590k|     0 |   0.0 |1049M|2953 |   - |3726 | 731 |   0 |   0 |   0 | 110k|   0 | 0.000000e+00 |      --      |    Inf 
1108.74/1108.71	c  1040s|  3620k|  3600k|     0 |   0.0 |1052M|2953 |   - |3726 | 785 |   0 |   0 |   0 | 110k|   0 | 0.000000e+00 |      --      |    Inf 
1111.84/1111.86	c  1043s|  3630k|  3610k|     0 |   0.0 |1055M|2953 |   - |3726 | 781 |   0 |   0 |   0 | 110k|   0 | 0.000000e+00 |      --      |    Inf 
1115.04/1115.05	c  1046s|  3640k|  3620k|     0 |   0.0 |1058M|2953 |   - |3726 | 778 |   0 |   0 |   0 | 111k|   0 | 0.000000e+00 |      --      |    Inf 
1118.24/1118.21	c  1049s|  3650k|  3630k|     0 |   0.0 |1060M|2953 |   - |3726 | 786 |   0 |   0 |   0 | 111k|   0 | 0.000000e+00 |      --      |    Inf 
1121.34/1121.36	c  1052s|  3660k|  3640k|     0 |   0.0 |1063M|2953 |   - |3726 | 792 |   0 |   0 |   0 | 111k|   0 | 0.000000e+00 |      --      |    Inf 
1124.54/1124.53	c  1055s|  3670k|  3649k|     0 |   0.0 |1066M|2953 |   - |3726 | 793 |   0 |   0 |   0 | 111k|   0 | 0.000000e+00 |      --      |    Inf 
1127.75/1127.73	c  1058s|  3680k|  3659k|     0 |   0.0 |1069M|2953 |   - |3726 | 802 |   0 |   0 |   0 | 112k|   0 | 0.000000e+00 |      --      |    Inf 
1130.94/1130.92	c  1061s|  3690k|  3669k|     0 |   0.0 |1072M|2953 |   - |3726 | 777 |   0 |   0 |   0 | 112k|   0 | 0.000000e+00 |      --      |    Inf 
1134.15/1134.11	c  1064s|  3700k|  3679k|     0 |   0.0 |1074M|2953 |   - |3726 | 825 |   0 |   0 |   0 | 112k|   0 | 0.000000e+00 |      --      |    Inf 
1137.35/1137.33	c  1067s|  3710k|  3689k|     0 |   0.0 |1077M|2953 |   - |3726 | 829 |   0 |   0 |   0 | 112k|   0 | 0.000000e+00 |      --      |    Inf 
1140.45/1140.48	c  1070s|  3720k|  3699k|     0 |   0.0 |1080M|2953 |   - |3726 | 827 |   0 |   0 |   0 | 113k|   0 | 0.000000e+00 |      --      |    Inf 
1143.65/1143.67	c  1073s|  3730k|  3709k|     0 |   0.0 |1083M|2953 |   - |3726 | 815 |   0 |   0 |   0 | 113k|   0 | 0.000000e+00 |      --      |    Inf 
1146.85/1146.85	c  1076s|  3740k|  3719k|     0 |   0.0 |1086M|2953 |   - |3726 | 840 |   0 |   0 |   0 | 113k|   0 | 0.000000e+00 |      --      |    Inf 
1150.05/1150.07	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1150.05/1150.07	c  1079s|  3750k|  3729k|     0 |   0.0 |1088M|2953 |   - |3726 | 873 |   0 |   0 |   0 | 113k|   0 | 0.000000e+00 |      --      |    Inf 
1153.25/1153.27	c  1082s|  3760k|  3739k|     0 |   0.0 |1091M|2953 |   - |3726 | 856 |   0 |   0 |   0 | 114k|   0 | 0.000000e+00 |      --      |    Inf 
1156.45/1156.44	c  1085s|  3770k|  3749k|     0 |   0.0 |1094M|2953 |   - |3726 | 823 |   0 |   0 |   0 | 114k|   0 | 0.000000e+00 |      --      |    Inf 
1159.65/1159.61	c  1087s|  3780k|  3759k|     0 |   0.0 |1097M|2953 |   - |3726 | 825 |   0 |   0 |   0 | 114k|   0 | 0.000000e+00 |      --      |    Inf 
1162.84/1162.82	c  1090s|  3790k|  3769k|     0 |   0.0 |1099M|2953 |   - |3726 | 838 |   0 |   0 |   0 | 114k|   0 | 0.000000e+00 |      --      |    Inf 
1166.05/1166.03	c  1093s|  3800k|  3779k|     0 |   0.0 |1102M|2953 |   - |3726 | 819 |   0 |   0 |   0 | 114k|   0 | 0.000000e+00 |      --      |    Inf 
1169.25/1169.20	c  1096s|  3810k|  3789k|     0 |   0.0 |1105M|2953 |   - |3726 | 802 |   0 |   0 |   0 | 115k|   0 | 0.000000e+00 |      --      |    Inf 
1172.34/1172.35	c  1099s|  3820k|  3799k|     0 |   0.0 |1108M|2953 |   - |3726 | 782 |   0 |   0 |   0 | 115k|   0 | 0.000000e+00 |      --      |    Inf 
1175.54/1175.53	c  1102s|  3830k|  3809k|     0 |   0.0 |1111M|2953 |   - |3726 | 797 |   0 |   0 |   0 | 115k|   0 | 0.000000e+00 |      --      |    Inf 
1178.75/1178.70	c  1105s|  3840k|  3819k|     0 |   0.0 |1113M|2953 |   - |3726 | 820 |   0 |   0 |   0 | 115k|   0 | 0.000000e+00 |      --      |    Inf 
1181.84/1181.89	c  1108s|  3850k|  3829k|     0 |   0.0 |1116M|2953 |   - |3726 | 836 |   0 |   0 |   0 | 116k|   0 | 0.000000e+00 |      --      |    Inf 
1185.05/1185.07	c  1111s|  3860k|  3839k|     0 |   0.0 |1119M|2953 |   - |3726 | 815 |   0 |   0 |   0 | 116k|   0 | 0.000000e+00 |      --      |    Inf 
1188.24/1188.26	c  1114s|  3870k|  3849k|     0 |   0.0 |1122M|2953 |   - |3726 | 817 |   0 |   0 |   0 | 116k|   0 | 0.000000e+00 |      --      |    Inf 
1191.44/1191.44	c  1117s|  3880k|  3859k|     0 |   0.0 |1125M|2953 |   - |3726 | 863 |   0 |   0 |   0 | 116k|   0 | 0.000000e+00 |      --      |    Inf 
1194.65/1194.64	c  1120s|  3890k|  3868k|     0 |   0.0 |1127M|2953 |   - |3726 | 834 |   0 |   0 |   0 | 117k|   0 | 0.000000e+00 |      --      |    Inf 
1197.85/1197.88	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1197.85/1197.88	c  1123s|  3900k|  3878k|     0 |   0.0 |1130M|2953 |   - |3726 | 825 |   0 |   0 |   0 | 117k|   0 | 0.000000e+00 |      --      |    Inf 
1201.04/1201.07	c  1126s|  3910k|  3888k|     0 |   0.0 |1133M|2953 |   - |3726 | 859 |   0 |   0 |   0 | 117k|   0 | 0.000000e+00 |      --      |    Inf 
1204.25/1204.21	c  1129s|  3920k|  3898k|     0 |   0.0 |1136M|2953 |   - |3726 | 877 |   0 |   0 |   0 | 117k|   0 | 0.000000e+00 |      --      |    Inf 
1207.44/1207.41	c  1132s|  3930k|  3908k|     0 |   0.0 |1138M|2953 |   - |3726 | 881 |   0 |   0 |   0 | 118k|   0 | 0.000000e+00 |      --      |    Inf 
1210.54/1210.57	c  1135s|  3940k|  3918k|     0 |   0.0 |1141M|2953 |   - |3726 | 814 |   0 |   0 |   0 | 118k|   0 | 0.000000e+00 |      --      |    Inf 
1213.85/1213.80	c  1138s|  3950k|  3928k|     0 |   0.0 |1144M|2953 |   - |3726 | 849 |   0 |   0 |   0 | 118k|   0 | 0.000000e+00 |      --      |    Inf 
1216.95/1216.98	c  1141s|  3960k|  3938k|     0 |   0.0 |1147M|2953 |   - |3726 | 825 |   0 |   0 |   0 | 118k|   0 | 0.000000e+00 |      --      |    Inf 
1220.15/1220.15	c  1144s|  3970k|  3948k|     0 |   0.0 |1149M|2953 |   - |3726 | 816 |   0 |   0 |   0 | 119k|   0 | 0.000000e+00 |      --      |    Inf 
1223.35/1223.36	c  1147s|  3980k|  3958k|     0 |   0.0 |1152M|2953 |   - |3726 | 802 |   0 |   0 |   0 | 119k|   0 | 0.000000e+00 |      --      |    Inf 
1226.55/1226.52	c  1150s|  3990k|  3968k|     0 |   0.0 |1155M|2953 |   - |3726 | 800 |   0 |   0 |   0 | 119k|   0 | 0.000000e+00 |      --      |    Inf 
1229.75/1229.70	c  1153s|  4000k|  3978k|     0 |   0.0 |1158M|2953 |   - |3726 | 799 |   0 |   0 |   0 | 119k|   0 | 0.000000e+00 |      --      |    Inf 
1232.85/1232.84	c  1156s|  4010k|  3988k|     0 |   0.0 |1161M|2953 |   - |3726 | 787 |   0 |   0 |   0 | 120k|   0 | 0.000000e+00 |      --      |    Inf 
1236.04/1236.02	c  1159s|  4020k|  3998k|     0 |   0.0 |1163M|2953 |   - |3726 | 794 |   0 |   0 |   0 | 120k|   0 | 0.000000e+00 |      --      |    Inf 
1239.25/1239.20	c  1162s|  4030k|  4008k|     0 |   0.0 |1166M|2953 |   - |3726 | 750 |   0 |   0 |   0 | 120k|   0 | 0.000000e+00 |      --      |    Inf 
1242.35/1242.39	c  1165s|  4040k|  4018k|     0 |   0.0 |1169M|2953 |   - |3726 | 772 |   0 |   0 |   0 | 120k|   0 | 0.000000e+00 |      --      |    Inf 
1245.55/1245.54	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1245.55/1245.54	c  1168s|  4050k|  4028k|     0 |   0.0 |1172M|2953 |   - |3726 | 755 |   0 |   0 |   0 | 120k|   0 | 0.000000e+00 |      --      |    Inf 
1248.65/1248.69	c  1171s|  4060k|  4038k|     0 |   0.0 |1175M|2953 |   - |3726 | 755 |   0 |   0 |   0 | 121k|   0 | 0.000000e+00 |      --      |    Inf 
1251.95/1251.91	c  1174s|  4070k|  4048k|     0 |   0.0 |1177M|2953 |   - |3726 | 771 |   0 |   0 |   0 | 121k|   0 | 0.000000e+00 |      --      |    Inf 
1255.05/1255.10	c  1177s|  4080k|  4058k|     0 |   0.0 |1180M|2953 |   - |3726 | 761 |   0 |   0 |   0 | 121k|   0 | 0.000000e+00 |      --      |    Inf 
1258.25/1258.28	c  1180s|  4090k|  4068k|     0 |   0.0 |1183M|2953 |   - |3726 | 753 |   0 |   0 |   0 | 121k|   0 | 0.000000e+00 |      --      |    Inf 
1261.55/1261.50	c  1183s|  4100k|  4078k|     0 |   0.0 |1186M|2953 |   - |3726 | 814 |   0 |   0 |   0 | 122k|   0 | 0.000000e+00 |      --      |    Inf 
1264.65/1264.68	c  1186s|  4110k|  4088k|     0 |   0.0 |1189M|2953 |   - |3726 | 746 |   0 |   0 |   0 | 122k|   0 | 0.000000e+00 |      --      |    Inf 
1267.85/1267.85	c  1189s|  4120k|  4097k|     0 |   0.0 |1191M|2953 |   - |3726 | 767 |   0 |   0 |   0 | 122k|   0 | 0.000000e+00 |      --      |    Inf 
1271.05/1271.04	c  1192s|  4130k|  4107k|     0 |   0.0 |1194M|2953 |   - |3726 | 756 |   0 |   0 |   0 | 122k|   0 | 0.000000e+00 |      --      |    Inf 
1274.25/1274.23	c  1195s|  4140k|  4117k|     0 |   0.0 |1197M|2953 |   - |3726 | 774 |   0 |   0 |   0 | 123k|   0 | 0.000000e+00 |      --      |    Inf 
1277.45/1277.44	c  1198s|  4150k|  4127k|     0 |   0.0 |1200M|2953 |   - |3726 | 815 |   0 |   0 |   0 | 123k|   0 | 0.000000e+00 |      --      |    Inf 
1280.65/1280.64	c  1201s|  4160k|  4137k|     0 |   0.0 |1202M|2953 |   - |3726 | 818 |   0 |   0 |   0 | 123k|   0 | 0.000000e+00 |      --      |    Inf 
1283.85/1283.84	c  1204s|  4170k|  4147k|     0 |   0.0 |1205M|2953 |   - |3726 | 821 |   0 |   0 |   0 | 123k|   0 | 0.000000e+00 |      --      |    Inf 
1287.06/1287.02	c  1207s|  4180k|  4157k|     0 |   0.0 |1208M|2953 |   - |3726 | 797 |   0 |   0 |   0 | 124k|   0 | 0.000000e+00 |      --      |    Inf 
1290.25/1290.22	c  1210s|  4190k|  4167k|     0 |   0.0 |1211M|2953 |   - |3726 | 860 |   0 |   0 |   0 | 124k|   0 | 0.000000e+00 |      --      |    Inf 
1293.45/1293.41	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1293.45/1293.41	c  1213s|  4200k|  4177k|     0 |   0.0 |1214M|2953 |   - |3726 | 826 |   0 |   0 |   0 | 124k|   0 | 0.000000e+00 |      --      |    Inf 
1296.55/1296.59	c  1216s|  4210k|  4187k|     0 |   0.0 |1216M|2953 |   - |3726 | 849 |   0 |   0 |   0 | 124k|   0 | 0.000000e+00 |      --      |    Inf 
1299.75/1299.77	c  1219s|  4220k|  4197k|     0 |   0.0 |1219M|2953 |   - |3726 | 840 |   0 |   0 |   0 | 125k|   0 | 0.000000e+00 |      --      |    Inf 
1302.95/1302.96	c  1222s|  4230k|  4207k|     0 |   0.0 |1222M|2953 |   - |3726 | 848 |   0 |   0 |   0 | 125k|   0 | 0.000000e+00 |      --      |    Inf 
1306.15/1306.16	c  1225s|  4240k|  4217k|     0 |   0.0 |1225M|2953 |   - |3726 | 840 |   0 |   0 |   0 | 125k|   0 | 0.000000e+00 |      --      |    Inf 
1309.35/1309.31	c  1228s|  4250k|  4227k|     0 |   0.0 |1227M|2953 |   - |3726 | 856 |   0 |   0 |   0 | 125k|   0 | 0.000000e+00 |      --      |    Inf 
1312.45/1312.49	c  1231s|  4260k|  4237k|     0 |   0.0 |1230M|2953 |   - |3726 | 824 |   0 |   0 |   0 | 125k|   0 | 0.000000e+00 |      --      |    Inf 
1315.66/1315.67	c  1234s|  4270k|  4247k|     0 |   0.0 |1233M|2953 |   - |3726 | 821 |   0 |   0 |   0 | 126k|   0 | 0.000000e+00 |      --      |    Inf 
1318.85/1318.85	c  1237s|  4280k|  4257k|     0 |   0.0 |1236M|2953 |   - |3726 | 822 |   0 |   0 |   0 | 126k|   0 | 0.000000e+00 |      --      |    Inf 
1322.05/1322.04	c  1240s|  4290k|  4267k|     0 |   0.0 |1239M|2953 |   - |3726 | 831 |   0 |   0 |   0 | 126k|   0 | 0.000000e+00 |      --      |    Inf 
1325.25/1325.22	c  1243s|  4300k|  4277k|     0 |   0.0 |1241M|2953 |   - |3726 | 815 |   0 |   0 |   0 | 126k|   0 | 0.000000e+00 |      --      |    Inf 
1328.45/1328.42	c  1246s|  4310k|  4287k|     0 |   0.0 |1244M|2953 |   - |3726 | 819 |   0 |   0 |   0 | 127k|   0 | 0.000000e+00 |      --      |    Inf 
1331.66/1331.61	c  1249s|  4320k|  4297k|     0 |   0.0 |1247M|2953 |   - |3726 | 820 |   0 |   0 |   0 | 127k|   0 | 0.000000e+00 |      --      |    Inf 
1334.86/1334.82	c  1252s|  4330k|  4307k|     0 |   0.0 |1250M|2953 |   - |3726 | 805 |   0 |   0 |   0 | 127k|   0 | 0.000000e+00 |      --      |    Inf 
1338.05/1338.03	c  1255s|  4340k|  4317k|     0 |   0.0 |1252M|2953 |   - |3726 | 827 |   0 |   0 |   0 | 127k|   0 | 0.000000e+00 |      --      |    Inf 
1341.25/1341.23	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1341.25/1341.23	c  1258s|  4350k|  4326k|     0 |   0.0 |1255M|2953 |   - |3726 | 802 |   0 |   0 |   0 | 128k|   0 | 0.000000e+00 |      --      |    Inf 
1344.45/1344.43	c  1261s|  4360k|  4336k|     0 |   0.0 |1258M|2953 |   - |3726 | 829 |   0 |   0 |   0 | 128k|   0 | 0.000000e+00 |      --      |    Inf 
1347.65/1347.63	c  1264s|  4370k|  4346k|     0 |   0.0 |1261M|2953 |   - |3726 | 807 |   0 |   0 |   0 | 128k|   0 | 0.000000e+00 |      --      |    Inf 
1350.86/1350.81	c  1267s|  4380k|  4356k|     0 |   0.0 |1263M|2953 |   - |3726 | 840 |   0 |   0 |   0 | 128k|   0 | 0.000000e+00 |      --      |    Inf 
1354.06/1354.01	c  1270s|  4390k|  4366k|     0 |   0.0 |1266M|2953 |   - |3726 | 799 |   0 |   0 |   0 | 128k|   0 | 0.000000e+00 |      --      |    Inf 
1357.26/1357.21	c  1273s|  4400k|  4376k|     0 |   0.0 |1269M|2953 |   - |3726 | 819 |   0 |   0 |   0 | 129k|   0 | 0.000000e+00 |      --      |    Inf 
1360.46/1360.41	c  1276s|  4410k|  4386k|     0 |   0.0 |1272M|2953 |   - |3726 | 826 |   0 |   0 |   0 | 129k|   0 | 0.000000e+00 |      --      |    Inf 
1363.65/1363.60	c  1279s|  4420k|  4396k|     0 |   0.0 |1274M|2953 |   - |3726 | 798 |   0 |   0 |   0 | 129k|   0 | 0.000000e+00 |      --      |    Inf 
1366.75/1366.77	c  1282s|  4430k|  4406k|     0 |   0.0 |1277M|2953 |   - |3726 | 820 |   0 |   0 |   0 | 129k|   0 | 0.000000e+00 |      --      |    Inf 
1369.96/1369.97	c  1285s|  4440k|  4416k|     0 |   0.0 |1280M|2953 |   - |3726 | 834 |   0 |   0 |   0 | 130k|   0 | 0.000000e+00 |      --      |    Inf 
1373.16/1373.14	c  1288s|  4450k|  4426k|     0 |   0.0 |1283M|2953 |   - |3726 | 815 |   0 |   0 |   0 | 130k|   0 | 0.000000e+00 |      --      |    Inf 
1376.25/1376.29	c  1291s|  4460k|  4436k|     0 |   0.0 |1286M|2953 |   - |3726 | 836 |   0 |   0 |   0 | 130k|   0 | 0.000000e+00 |      --      |    Inf 
1379.46/1379.49	c  1294s|  4470k|  4446k|     0 |   0.0 |1288M|2953 |   - |3726 | 840 |   0 |   0 |   0 | 130k|   0 | 0.000000e+00 |      --      |    Inf 
1382.66/1382.68	c  1297s|  4480k|  4456k|     0 |   0.0 |1291M|2953 |   - |3726 | 828 |   0 |   0 |   0 | 131k|   0 | 0.000000e+00 |      --      |    Inf 
1385.86/1385.85	c  1300s|  4490k|  4466k|     0 |   0.0 |1294M|2953 |   - |3726 | 794 |   0 |   0 |   0 | 131k|   0 | 0.000000e+00 |      --      |    Inf 
1389.06/1389.03	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1389.06/1389.03	c  1303s|  4500k|  4476k|     0 |   0.0 |1297M|2953 |   - |3726 | 805 |   0 |   0 |   0 | 131k|   0 | 0.000000e+00 |      --      |    Inf 
1392.26/1392.20	c  1306s|  4510k|  4486k|     0 |   0.0 |1300M|2953 |   - |3726 | 810 |   0 |   0 |   0 | 131k|   0 | 0.000000e+00 |      --      |    Inf 
1395.35/1395.38	c  1309s|  4520k|  4496k|     0 |   0.0 |1302M|2953 |   - |3726 | 774 |   0 |   0 |   0 | 131k|   0 | 0.000000e+00 |      --      |    Inf 
1398.55/1398.57	c  1312s|  4530k|  4506k|     0 |   0.0 |1305M|2953 |   - |3726 | 786 |   0 |   0 |   0 | 132k|   0 | 0.000000e+00 |      --      |    Inf 
1401.76/1401.76	c  1315s|  4540k|  4516k|     0 |   0.0 |1308M|2953 |   - |3726 | 797 |   0 |   0 |   0 | 132k|   0 | 0.000000e+00 |      --      |    Inf 
1404.96/1404.94	c  1318s|  4550k|  4526k|     0 |   0.0 |1311M|2953 |   - |3726 | 800 |   0 |   0 |   0 | 132k|   0 | 0.000000e+00 |      --      |    Inf 
1408.15/1408.12	c  1321s|  4560k|  4536k|     0 |   0.0 |1314M|2953 |   - |3726 | 808 |   0 |   0 |   0 | 132k|   0 | 0.000000e+00 |      --      |    Inf 
1411.26/1411.30	c  1324s|  4570k|  4546k|     0 |   0.0 |1316M|2953 |   - |3726 | 792 |   0 |   0 |   0 | 133k|   0 | 0.000000e+00 |      --      |    Inf 
1414.46/1414.49	c  1327s|  4580k|  4556k|     0 |   0.0 |1319M|2953 |   - |3726 | 755 |   0 |   0 |   0 | 133k|   0 | 0.000000e+00 |      --      |    Inf 
1417.66/1417.68	c  1330s|  4590k|  4565k|     0 |   0.0 |1322M|2953 |   - |3726 | 740 |   0 |   0 |   0 | 133k|   0 | 0.000000e+00 |      --      |    Inf 
1420.86/1420.88	c  1333s|  4600k|  4575k|     0 |   0.0 |1325M|2953 |   - |3726 | 752 |   0 |   0 |   0 | 133k|   0 | 0.000000e+00 |      --      |    Inf 
1424.06/1424.06	c  1336s|  4610k|  4585k|     0 |   0.0 |1328M|2953 |   - |3726 | 740 |   0 |   0 |   0 | 134k|   0 | 0.000000e+00 |      --      |    Inf 
1427.26/1427.27	c  1339s|  4620k|  4595k|     0 |   0.0 |1330M|2953 |   - |3726 | 725 |   0 |   0 |   0 | 134k|   0 | 0.000000e+00 |      --      |    Inf 
1430.46/1430.46	c  1342s|  4630k|  4605k|     0 |   0.0 |1333M|2953 |   - |3726 | 726 |   0 |   0 |   0 | 134k|   0 | 0.000000e+00 |      --      |    Inf 
1433.66/1433.67	c  1345s|  4640k|  4615k|     0 |   0.0 |1336M|2953 |   - |3726 | 745 |   0 |   0 |   0 | 134k|   0 | 0.000000e+00 |      --      |    Inf 
1436.96/1436.90	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1436.96/1436.90	c  1348s|  4650k|  4625k|     0 |   0.0 |1339M|2953 |   - |3726 | 724 |   0 |   0 |   0 | 135k|   0 | 0.000000e+00 |      --      |    Inf 
1440.16/1440.10	c  1351s|  4660k|  4635k|     0 |   0.0 |1342M|2953 |   - |3726 | 753 |   0 |   0 |   0 | 135k|   0 | 0.000000e+00 |      --      |    Inf 
1443.36/1443.32	c  1354s|  4670k|  4645k|     0 |   0.0 |1344M|2953 |   - |3726 | 764 |   0 |   0 |   0 | 135k|   0 | 0.000000e+00 |      --      |    Inf 
1446.56/1446.52	c  1357s|  4680k|  4655k|     0 |   0.0 |1347M|2953 |   - |3726 | 750 |   0 |   0 |   0 | 135k|   0 | 0.000000e+00 |      --      |    Inf 
1449.76/1449.71	c  1360s|  4690k|  4665k|     0 |   0.0 |1350M|2953 |   - |3726 | 784 |   0 |   0 |   0 | 136k|   0 | 0.000000e+00 |      --      |    Inf 
1452.86/1452.89	c  1363s|  4700k|  4675k|     0 |   0.0 |1353M|2953 |   - |3726 | 782 |   0 |   0 |   0 | 136k|   0 | 0.000000e+00 |      --      |    Inf 
1456.16/1456.10	c  1366s|  4710k|  4685k|     0 |   0.0 |1355M|2953 |   - |3726 | 773 |   0 |   0 |   0 | 136k|   0 | 0.000000e+00 |      --      |    Inf 
1459.26/1459.29	c  1369s|  4720k|  4695k|     0 |   0.0 |1358M|2953 |   - |3726 | 806 |   0 |   0 |   0 | 136k|   0 | 0.000000e+00 |      --      |    Inf 
1462.46/1462.49	c  1372s|  4730k|  4705k|     0 |   0.0 |1361M|2953 |   - |3726 | 824 |   0 |   0 |   0 | 137k|   0 | 0.000000e+00 |      --      |    Inf 
1465.66/1465.67	c  1375s|  4740k|  4715k|     0 |   0.0 |1364M|2953 |   - |3726 | 823 |   0 |   0 |   0 | 137k|   0 | 0.000000e+00 |      --      |    Inf 
1468.86/1468.86	c  1378s|  4750k|  4725k|     0 |   0.0 |1367M|2953 |   - |3726 | 869 |   0 |   0 |   0 | 137k|   0 | 0.000000e+00 |      --      |    Inf 
1472.07/1472.01	c  1381s|  4760k|  4735k|     0 |   0.0 |1369M|2953 |   - |3726 | 831 |   0 |   0 |   0 | 137k|   0 | 0.000000e+00 |      --      |    Inf 
1475.26/1475.21	c  1384s|  4770k|  4745k|     0 |   0.0 |1372M|2953 |   - |3726 | 846 |   0 |   0 |   0 | 137k|   0 | 0.000000e+00 |      --      |    Inf 
1478.36/1478.39	c  1387s|  4780k|  4755k|     0 |   0.0 |1375M|2953 |   - |3726 | 845 |   0 |   0 |   0 | 138k|   0 | 0.000000e+00 |      --      |    Inf 
1481.56/1481.58	c  1390s|  4790k|  4765k|     0 |   0.0 |1378M|2953 |   - |3726 | 849 |   0 |   0 |   0 | 138k|   0 | 0.000000e+00 |      --      |    Inf 
1484.76/1484.79	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1484.76/1484.79	c  1393s|  4800k|  4775k|     0 |   0.0 |1380M|2953 |   - |3726 | 891 |   0 |   0 |   0 | 138k|   0 | 0.000000e+00 |      --      |    Inf 
1487.96/1487.95	c  1396s|  4810k|  4785k|     0 |   0.0 |1383M|2953 |   - |3726 | 874 |   0 |   0 |   0 | 138k|   0 | 0.000000e+00 |      --      |    Inf 
1491.16/1491.15	c  1399s|  4820k|  4794k|     0 |   0.0 |1386M|2953 |   - |3726 | 892 |   0 |   0 |   0 | 139k|   0 | 0.000000e+00 |      --      |    Inf 
1494.36/1494.34	c  1402s|  4830k|  4804k|     0 |   0.0 |1389M|2953 |   - |3726 | 869 |   0 |   0 |   0 | 139k|   0 | 0.000000e+00 |      --      |    Inf 
1497.56/1497.52	c  1405s|  4840k|  4814k|     0 |   0.0 |1392M|2953 |   - |3726 | 859 |   0 |   0 |   0 | 139k|   0 | 0.000000e+00 |      --      |    Inf 
1500.76/1500.72	c  1408s|  4850k|  4824k|     0 |   0.0 |1394M|2953 |   - |3726 | 821 |   0 |   0 |   0 | 139k|   0 | 0.000000e+00 |      --      |    Inf 
1503.86/1503.89	c  1411s|  4860k|  4834k|     0 |   0.0 |1397M|2953 |   - |3726 | 816 |   0 |   0 |   0 | 140k|   0 | 0.000000e+00 |      --      |    Inf 
1507.07/1507.05	c  1414s|  4870k|  4844k|     0 |   0.0 |1400M|2953 |   - |3726 | 823 |   0 |   0 |   0 | 140k|   0 | 0.000000e+00 |      --      |    Inf 
1510.26/1510.23	c  1417s|  4880k|  4854k|     0 |   0.0 |1403M|2953 |   - |3726 | 822 |   0 |   0 |   0 | 140k|   0 | 0.000000e+00 |      --      |    Inf 
1513.47/1513.42	c  1420s|  4890k|  4864k|     0 |   0.0 |1406M|2953 |   - |3726 | 834 |   0 |   0 |   0 | 140k|   0 | 0.000000e+00 |      --      |    Inf 
1516.66/1516.60	c  1423s|  4900k|  4874k|     0 |   0.0 |1408M|2953 |   - |3726 | 814 |   0 |   0 |   0 | 140k|   0 | 0.000000e+00 |      --      |    Inf 
1519.76/1519.79	c  1426s|  4910k|  4884k|     0 |   0.0 |1411M|2953 |   - |3726 | 791 |   0 |   0 |   0 | 141k|   0 | 0.000000e+00 |      --      |    Inf 
1522.96/1522.96	c  1429s|  4920k|  4894k|     0 |   0.0 |1414M|2953 |   - |3726 | 793 |   0 |   0 |   0 | 141k|   0 | 0.000000e+00 |      --      |    Inf 
1526.17/1526.13	c  1432s|  4930k|  4904k|     0 |   0.0 |1417M|2953 |   - |3726 | 777 |   0 |   0 |   0 | 141k|   0 | 0.000000e+00 |      --      |    Inf 
1529.36/1529.30	c  1435s|  4940k|  4914k|     0 |   0.0 |1420M|2953 |   - |3726 | 819 |   0 |   0 |   0 | 141k|   0 | 0.000000e+00 |      --      |    Inf 
1532.56/1532.50	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1532.56/1532.50	c  1438s|  4950k|  4924k|     0 |   0.0 |1423M|2953 |   - |3726 | 807 |   0 |   0 |   0 | 142k|   0 | 0.000000e+00 |      --      |    Inf 
1535.67/1535.68	c  1441s|  4960k|  4934k|     0 |   0.0 |1425M|2953 |   - |3726 | 771 |   0 |   0 |   0 | 142k|   0 | 0.000000e+00 |      --      |    Inf 
1538.97/1538.96	c  1444s|  4970k|  4944k|     0 |   0.0 |1428M|2953 |   - |3726 | 832 |   0 |   0 |   0 | 142k|   0 | 0.000000e+00 |      --      |    Inf 
1542.16/1542.16	c  1447s|  4980k|  4954k|     0 |   0.0 |1431M|2953 |   - |3726 | 739 |   0 |   0 |   0 | 142k|   0 | 0.000000e+00 |      --      |    Inf 
1545.36/1545.32	c  1450s|  4990k|  4964k|     0 |   0.0 |1434M|2953 |   - |3726 | 756 |   0 |   0 |   0 | 143k|   0 | 0.000000e+00 |      --      |    Inf 
1548.56/1548.54	c  1453s|  5000k|  4974k|     0 |   0.0 |1437M|2953 |   - |3726 | 743 |   0 |   0 |   0 | 143k|   0 | 0.000000e+00 |      --      |    Inf 
1551.76/1551.77	c  1456s|  5010k|  4984k|     0 |   0.0 |1439M|2953 |   - |3726 | 793 |   0 |   0 |   0 | 143k|   0 | 0.000000e+00 |      --      |    Inf 
1555.06/1555.02	c  1459s|  5020k|  4994k|     0 |   0.0 |1442M|2953 |   - |3726 | 745 |   0 |   0 |   0 | 143k|   0 | 0.000000e+00 |      --      |    Inf 
1558.26/1558.20	c  1462s|  5030k|  5004k|     0 |   0.0 |1445M|2953 |   - |3726 | 753 |   0 |   0 |   0 | 144k|   0 | 0.000000e+00 |      --      |    Inf 
1561.47/1561.40	c  1465s|  5040k|  5014k|     0 |   0.0 |1448M|2953 |   - |3726 | 708 |   0 |   0 |   0 | 144k|   0 | 0.000000e+00 |      --      |    Inf 
1564.57/1564.59	c  1468s|  5050k|  5024k|     0 |   0.0 |1450M|2953 |   - |3726 | 729 |   0 |   0 |   0 | 144k|   0 | 0.000000e+00 |      --      |    Inf 
1567.77/1567.79	c  1471s|  5060k|  5034k|     0 |   0.0 |1453M|2953 |   - |3726 | 751 |   0 |   0 |   0 | 144k|   0 | 0.000000e+00 |      --      |    Inf 
1571.06/1571.01	c  1474s|  5070k|  5043k|     0 |   0.0 |1456M|2953 |   - |3726 | 713 |   0 |   0 |   0 | 145k|   0 | 0.000000e+00 |      --      |    Inf 
1574.26/1574.22	c  1477s|  5080k|  5053k|     0 |   0.0 |1459M|2953 |   - |3726 | 767 |   0 |   0 |   0 | 145k|   0 | 0.000000e+00 |      --      |    Inf 
1577.47/1577.46	c  1480s|  5090k|  5063k|     0 |   0.0 |1462M|2953 |   - |3726 | 725 |   0 |   0 |   0 | 145k|   0 | 0.000000e+00 |      --      |    Inf 
1580.67/1580.63	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1580.67/1580.63	c  1483s|  5100k|  5073k|     0 |   0.0 |1464M|2953 |   - |3726 | 750 |   0 |   0 |   0 | 145k|   0 | 0.000000e+00 |      --      |    Inf 
1583.86/1583.82	c  1486s|  5110k|  5083k|     0 |   0.0 |1467M|2953 |   - |3726 | 717 |   0 |   0 |   0 | 146k|   0 | 0.000000e+00 |      --      |    Inf 
1587.07/1587.09	c  1489s|  5120k|  5093k|     0 |   0.0 |1470M|2953 |   - |3726 | 726 |   0 |   0 |   0 | 146k|   0 | 0.000000e+00 |      --      |    Inf 
1590.37/1590.30	c  1492s|  5130k|  5103k|     0 |   0.0 |1473M|2953 |   - |3726 | 721 |   0 |   0 |   0 | 146k|   0 | 0.000000e+00 |      --      |    Inf 
1593.46/1593.49	c  1495s|  5140k|  5113k|     0 |   0.0 |1476M|2953 |   - |3726 | 753 |   0 |   0 |   0 | 146k|   0 | 0.000000e+00 |      --      |    Inf 
1596.67/1596.69	c  1498s|  5150k|  5123k|     0 |   0.0 |1478M|2953 |   - |3726 | 760 |   0 |   0 |   0 | 147k|   0 | 0.000000e+00 |      --      |    Inf 
1599.86/1599.88	c  1501s|  5160k|  5133k|     0 |   0.0 |1481M|2953 |   - |3726 | 794 |   0 |   0 |   0 | 147k|   0 | 0.000000e+00 |      --      |    Inf 
1603.06/1603.09	c  1504s|  5170k|  5143k|     0 |   0.0 |1484M|2953 |   - |3726 | 763 |   0 |   0 |   0 | 147k|   0 | 0.000000e+00 |      --      |    Inf 
1606.37/1606.33	c  1507s|  5180k|  5153k|     0 |   0.0 |1487M|2953 |   - |3726 | 762 |   0 |   0 |   0 | 147k|   0 | 0.000000e+00 |      --      |    Inf 
1609.57/1609.52	c  1510s|  5190k|  5163k|     0 |   0.0 |1490M|2953 |   - |3726 | 779 |   0 |   0 |   0 | 147k|   0 | 0.000000e+00 |      --      |    Inf 
1612.77/1612.71	c  1513s|  5200k|  5173k|     0 |   0.0 |1492M|2953 |   - |3726 | 775 |   0 |   0 |   0 | 148k|   0 | 0.000000e+00 |      --      |    Inf 
1615.97/1615.96	c  1516s|  5210k|  5183k|     0 |   0.0 |1495M|2953 |   - |3726 | 783 |   0 |   0 |   0 | 148k|   0 | 0.000000e+00 |      --      |    Inf 
1619.17/1619.16	c  1519s|  5220k|  5193k|     0 |   0.0 |1498M|2953 |   - |3726 | 799 |   0 |   0 |   0 | 148k|   0 | 0.000000e+00 |      --      |    Inf 
1622.37/1622.36	c  1523s|  5230k|  5203k|     0 |   0.0 |1501M|2953 |   - |3726 | 780 |   0 |   0 |   0 | 148k|   0 | 0.000000e+00 |      --      |    Inf 
1625.56/1625.58	c  1526s|  5240k|  5213k|     0 |   0.0 |1503M|2953 |   - |3726 | 803 |   0 |   0 |   0 | 149k|   0 | 0.000000e+00 |      --      |    Inf 
1628.77/1628.78	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1628.77/1628.78	c  1529s|  5250k|  5223k|     0 |   0.0 |1506M|2953 |   - |3726 | 792 |   0 |   0 |   0 | 149k|   0 | 0.000000e+00 |      --      |    Inf 
1631.97/1631.99	c  1532s|  5260k|  5233k|     0 |   0.0 |1509M|2953 |   - |3726 | 780 |   0 |   0 |   0 | 149k|   0 | 0.000000e+00 |      --      |    Inf 
1635.17/1635.18	c  1535s|  5270k|  5243k|     0 |   0.0 |1512M|2953 |   - |3726 | 833 |   0 |   0 |   0 | 149k|   0 | 0.000000e+00 |      --      |    Inf 
1638.47/1638.40	c  1538s|  5280k|  5253k|     0 |   0.0 |1514M|2953 |   - |3726 | 796 |   0 |   0 |   0 | 150k|   0 | 0.000000e+00 |      --      |    Inf 
1641.67/1641.60	c  1541s|  5290k|  5263k|     0 |   0.0 |1517M|2953 |   - |3726 | 811 |   0 |   0 |   0 | 150k|   0 | 0.000000e+00 |      --      |    Inf 
1644.87/1644.85	c  1544s|  5300k|  5272k|     0 |   0.0 |1520M|2953 |   - |3726 | 854 |   0 |   0 |   0 | 150k|   0 | 0.000000e+00 |      --      |    Inf 
1648.07/1648.05	c  1547s|  5310k|  5282k|     0 |   0.0 |1523M|2953 |   - |3726 | 814 |   0 |   0 |   0 | 150k|   0 | 0.000000e+00 |      --      |    Inf 
1651.27/1651.29	c  1550s|  5320k|  5292k|     0 |   0.0 |1526M|2953 |   - |3726 | 891 |   0 |   0 |   0 | 151k|   0 | 0.000000e+00 |      --      |    Inf 
1654.47/1654.45	c  1553s|  5330k|  5302k|     0 |   0.0 |1528M|2953 |   - |3726 | 804 |   0 |   0 |   0 | 151k|   0 | 0.000000e+00 |      --      |    Inf 
1657.68/1657.63	c  1556s|  5340k|  5312k|     0 |   0.0 |1531M|2953 |   - |3726 | 814 |   0 |   0 |   0 | 151k|   0 | 0.000000e+00 |      --      |    Inf 
1660.77/1660.79	c  1559s|  5350k|  5322k|     0 |   0.0 |1534M|2953 |   - |3726 | 838 |   0 |   0 |   0 | 151k|   0 | 0.000000e+00 |      --      |    Inf 
1663.97/1663.96	c  1562s|  5360k|  5332k|     0 |   0.0 |1537M|2953 |   - |3726 | 813 |   0 |   0 |   0 | 151k|   0 | 0.000000e+00 |      --      |    Inf 
1667.17/1667.16	c  1565s|  5370k|  5342k|     0 |   0.0 |1540M|2953 |   - |3726 | 861 |   0 |   0 |   0 | 152k|   0 | 0.000000e+00 |      --      |    Inf 
1670.37/1670.33	c  1568s|  5380k|  5352k|     0 |   0.0 |1542M|2953 |   - |3726 | 815 |   0 |   0 |   0 | 152k|   0 | 0.000000e+00 |      --      |    Inf 
1673.57/1673.52	c  1571s|  5390k|  5362k|     0 |   0.0 |1545M|2953 |   - |3726 | 846 |   0 |   0 |   0 | 152k|   0 | 0.000000e+00 |      --      |    Inf 
1676.77/1676.72	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1676.77/1676.72	c  1574s|  5400k|  5372k|     0 |   0.0 |1548M|2953 |   - |3726 | 883 |   0 |   0 |   0 | 152k|   0 | 0.000000e+00 |      --      |    Inf 
1679.97/1679.90	c  1577s|  5410k|  5382k|     0 |   0.0 |1551M|2953 |   - |3726 | 861 |   0 |   0 |   0 | 153k|   0 | 0.000000e+00 |      --      |    Inf 
1683.08/1683.09	c  1580s|  5420k|  5392k|     0 |   0.0 |1554M|2953 |   - |3726 | 831 |   0 |   0 |   0 | 153k|   0 | 0.000000e+00 |      --      |    Inf 
1686.37/1686.31	c  1583s|  5430k|  5402k|     0 |   0.0 |1557M|2953 |   - |3726 | 852 |   0 |   0 |   0 | 153k|   0 | 0.000000e+00 |      --      |    Inf 
1689.47/1689.49	c  1586s|  5440k|  5412k|     0 |   0.0 |1559M|2953 |   - |3726 | 815 |   0 |   0 |   0 | 153k|   0 | 0.000000e+00 |      --      |    Inf 
1692.67/1692.67	c  1589s|  5450k|  5422k|     0 |   0.0 |1562M|2953 |   - |3726 | 786 |   0 |   0 |   0 | 154k|   0 | 0.000000e+00 |      --      |    Inf 
1695.87/1695.85	c  1592s|  5460k|  5432k|     0 |   0.0 |1565M|2953 |   - |3726 | 779 |   0 |   0 |   0 | 154k|   0 | 0.000000e+00 |      --      |    Inf 
1699.07/1699.05	c  1595s|  5470k|  5442k|     0 |   0.0 |1568M|2953 |   - |3726 | 794 |   0 |   0 |   0 | 154k|   0 | 0.000000e+00 |      --      |    Inf 
1702.28/1702.22	c  1598s|  5480k|  5452k|     0 |   0.0 |1571M|2953 |   - |3726 | 746 |   0 |   0 |   0 | 154k|   0 | 0.000000e+00 |      --      |    Inf 
1705.47/1705.44	c  1601s|  5490k|  5462k|     0 |   0.0 |1573M|2953 |   - |3726 | 776 |   0 |   0 |   0 | 155k|   0 | 0.000000e+00 |      --      |    Inf 
1708.77/1708.70	c  1604s|  5500k|  5472k|     0 |   0.0 |1576M|2953 |   - |3726 | 811 |   0 |   0 |   0 | 155k|   0 | 0.000000e+00 |      --      |    Inf 
1711.97/1711.91	c  1607s|  5510k|  5482k|     0 |   0.0 |1579M|2953 |   - |3726 | 765 |   0 |   0 |   0 | 155k|   0 | 0.000000e+00 |      --      |    Inf 
1715.17/1715.12	c  1610s|  5520k|  5492k|     0 |   0.0 |1582M|2953 |   - |3726 | 748 |   0 |   0 |   0 | 155k|   0 | 0.000000e+00 |      --      |    Inf 
1718.37/1718.34	c  1613s|  5530k|  5501k|     0 |   0.0 |1585M|2953 |   - |3726 | 795 |   0 |   0 |   0 | 156k|   0 | 0.000000e+00 |      --      |    Inf 
1721.58/1721.54	c  1616s|  5540k|  5511k|     0 |   0.0 |1587M|2953 |   - |3726 | 763 |   0 |   0 |   0 | 156k|   0 | 0.000000e+00 |      --      |    Inf 
1724.77/1724.76	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1724.77/1724.76	c  1619s|  5550k|  5521k|     0 |   0.0 |1590M|2953 |   - |3726 | 783 |   0 |   0 |   0 | 156k|   0 | 0.000000e+00 |      --      |    Inf 
1727.97/1727.98	c  1622s|  5560k|  5531k|     0 |   0.0 |1593M|2953 |   - |3726 | 749 |   0 |   0 |   0 | 156k|   0 | 0.000000e+00 |      --      |    Inf 
1731.17/1731.19	c  1625s|  5570k|  5541k|     0 |   0.0 |1596M|2953 |   - |3726 | 766 |   0 |   0 |   0 | 157k|   0 | 0.000000e+00 |      --      |    Inf 
1734.37/1734.37	c  1628s|  5580k|  5551k|     0 |   0.0 |1599M|2953 |   - |3726 | 725 |   0 |   0 |   0 | 157k|   0 | 0.000000e+00 |      --      |    Inf 
1737.58/1737.53	c  1631s|  5590k|  5561k|     0 |   0.0 |1601M|2953 |   - |3726 | 738 |   0 |   0 |   0 | 157k|   0 | 0.000000e+00 |      --      |    Inf 
1740.77/1740.75	c  1634s|  5600k|  5571k|     0 |   0.0 |1604M|2953 |   - |3726 | 781 |   0 |   0 |   0 | 157k|   0 | 0.000000e+00 |      --      |    Inf 
1743.98/1743.94	c  1637s|  5610k|  5581k|     0 |   0.0 |1607M|2953 |   - |3726 | 789 |   0 |   0 |   0 | 157k|   0 | 0.000000e+00 |      --      |    Inf 
1747.17/1747.11	c  1640s|  5620k|  5591k|     0 |   0.0 |1610M|2953 |   - |3726 | 769 |   0 |   0 |   0 | 158k|   0 | 0.000000e+00 |      --      |    Inf 
1750.37/1750.35	c  1643s|  5630k|  5601k|     0 |   0.0 |1613M|2953 |   - |3726 | 801 |   0 |   0 |   0 | 158k|   0 | 0.000000e+00 |      --      |    Inf 
1753.57/1753.53	c  1646s|  5640k|  5611k|     0 |   0.0 |1615M|2953 |   - |3726 | 769 |   0 |   0 |   0 | 158k|   0 | 0.000000e+00 |      --      |    Inf 
1756.78/1756.70	c  1649s|  5650k|  5621k|     0 |   0.0 |1618M|2953 |   - |3726 | 776 |   0 |   0 |   0 | 158k|   0 | 0.000000e+00 |      --      |    Inf 
1759.88/1759.90	c  1652s|  5660k|  5631k|     0 |   0.0 |1621M|2953 |   - |3726 | 767 |   0 |   0 |   0 | 158k|   0 | 0.000000e+00 |      --      |    Inf 
1763.17/1763.15	c  1655s|  5670k|  5641k|     0 |   0.0 |1624M|2953 |   - |3726 | 809 |   0 |   0 |   0 | 159k|   0 | 0.000000e+00 |      --      |    Inf 
1766.37/1766.30	c  1658s|  5680k|  5651k|     0 |   0.0 |1627M|2953 |   - |3726 | 779 |   0 |   0 |   0 | 159k|   0 | 0.000000e+00 |      --      |    Inf 
1769.48/1769.48	c  1661s|  5690k|  5661k|     0 |   0.0 |1629M|2953 |   - |3726 | 789 |   0 |   0 |   0 | 159k|   0 | 0.000000e+00 |      --      |    Inf 
1772.68/1772.68	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1772.68/1772.68	c  1664s|  5700k|  5671k|     0 |   0.0 |1632M|2953 |   - |3726 | 772 |   0 |   0 |   0 | 159k|   0 | 0.000000e+00 |      --      |    Inf 
1775.87/1775.86	c  1667s|  5710k|  5681k|     0 |   0.0 |1635M|2953 |   - |3726 | 766 |   0 |   0 |   0 | 160k|   0 | 0.000000e+00 |      --      |    Inf 
1779.08/1779.04	c  1670s|  5720k|  5691k|     0 |   0.0 |1638M|2953 |   - |3726 | 780 |   0 |   0 |   0 | 160k|   0 | 0.000000e+00 |      --      |    Inf 
1782.28/1782.21	c  1673s|  5730k|  5701k|     0 |   0.0 |1641M|2953 |   - |3726 | 776 |   0 |   0 |   0 | 160k|   0 | 0.000000e+00 |      --      |    Inf 
1785.38/1785.38	c  1676s|  5740k|  5711k|     0 |   0.0 |1643M|2953 |   - |3726 | 785 |   0 |   0 |   0 | 160k|   0 | 0.000000e+00 |      --      |    Inf 
1788.58/1788.55	c  1679s|  5750k|  5721k|     0 |   0.0 |1646M|2953 |   - |3726 | 766 |   0 |   0 |   0 | 161k|   0 | 0.000000e+00 |      --      |    Inf 
1791.78/1791.72	c  1682s|  5760k|  5731k|     0 |   0.0 |1649M|2953 |   - |3726 | 802 |   0 |   0 |   0 | 161k|   0 | 0.000000e+00 |      --      |    Inf 
1794.88/1794.89	c  1685s|  5770k|  5740k|     0 |   0.0 |1652M|2953 |   - |3726 | 744 |   0 |   0 |   0 | 161k|   0 | 0.000000e+00 |      --      |    Inf 
1798.08/1798.08	c  1688s|  5780k|  5750k|     0 |   0.0 |1655M|2953 |   - |3726 | 770 |   0 |   0 |   0 | 161k|   0 | 0.000000e+00 |      --      |    Inf 
1800.08/1800.00	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.08/1800.00	c 
1800.08/1800.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.08/1800.00	c Solving Time (sec) : 1690.09
1800.08/1800.00	c Solving Nodes      : 5785984
1800.08/1800.00	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1800.08/1800.00	c Dual Bound         : +0.00000000000000e+00
1800.08/1800.00	c Gap                : infinite
1800.08/1800.00	s UNKNOWN
1800.08/1800.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.08/1800.00	c Solving Time       :    1690.09
1800.08/1800.00	c Original Problem   :
1800.08/1800.00	c   Problem name     : HOME/instance-2693714-1277890323.wbo
1800.08/1800.00	c   Variables        : 3726 (3663 binary, 0 integer, 0 implicit integer, 63 continuous)
1800.08/1800.00	c   Constraints      : 234 initial, 234 maximal
1800.08/1800.00	c Presolved Problem  :
1800.08/1800.00	c   Problem name     : t_HOME/instance-2693714-1277890323.wbo
1800.08/1800.00	c   Variables        : 3726 (3663 binary, 0 integer, 0 implicit integer, 63 continuous)
1800.08/1800.00	c   Constraints      : 233 initial, 1817 maximal
1800.08/1800.00	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.08/1800.00	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.08/1800.00	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.08/1800.00	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.08/1800.00	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.08/1800.00	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.08/1800.00	c   probing          :       0.02          0          0          0          0          0          0          0          0
1800.08/1800.00	c   indicator        :       0.00          0          0          0          0          0          0          0          0
1800.08/1800.00	c   setppc           :       0.00          0          0          0          0          0          0          0          0
1800.08/1800.00	c   linear           :       0.00          0          0          0         63          0          1          0          0
1800.08/1800.00	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.08/1800.00	c   root node        :          -          0          -          -          0          -          -          -          -
1800.08/1800.00	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.08/1800.00	c   integral         :          0          0          0          0          0          0          0          0          0          0
1800.08/1800.00	c   indicator        :         63          0       3135          0       2841          0        109          0          0          0
1800.08/1800.00	c   setppc           :         48          0    6160840          0    5774271       9322    2631531          0          0          0
1800.08/1800.00	c   linear           :         63          0    6151518          0    5774271       4984    1101796          0          0          0
1800.08/1800.00	c   logicor          :         59+         0    1060235          0    5774271       2632     224547          0          0          0
1800.08/1800.00	c   countsols        :          0          0          0          0    5774271          0          0          0          0          0
1800.08/1800.00	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.08/1800.00	c   integral         :       0.00       0.00       0.00       0.00       0.00
1800.08/1800.00	c   indicator        :       0.01       0.00       0.00       0.00       0.01
1800.08/1800.00	c   setppc           :     178.27       0.00      20.40       0.00     157.87
1800.08/1800.00	c   linear           :      23.21       0.00      23.13       0.00       0.08
1800.08/1800.00	c   logicor          :     155.38       0.00       8.31       0.00     147.07
1800.08/1800.00	c   countsols        :       0.02       0.00       0.00       0.00       0.02
1800.08/1800.00	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.08/1800.00	c   vbounds          :       0.01          2          0          0
1800.08/1800.00	c   rootredcost      :       0.00          0          0          0
1800.08/1800.00	c   pseudoobj        :       8.13    6160640          0          0
1800.08/1800.00	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.08/1800.00	c   propagation      :      36.83      16938      16938     352096      333.8     135144       37.2          -
1800.08/1800.00	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.08/1800.00	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.08/1800.00	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.08/1800.00	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.08/1800.00	c   applied globally :          -          -          -     161175       68.3          -          -          -
1800.08/1800.00	c   applied locally  :          -          -          -        808      425.5          -          -          -
1800.08/1800.00	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.08/1800.00	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
1800.08/1800.00	c   redcost          :       0.00          0          0          0          0          0
1800.08/1800.00	c   impliedbounds    :       0.00          0          0          0          0          0
1800.08/1800.00	c   intobj           :       0.00          0          0          0          0          0
1800.08/1800.00	c   cgmip            :       0.00          0          0          0          0          0
1800.08/1800.00	c   gomory           :       0.00          0          0          0          0          0
1800.08/1800.00	c   strongcg         :       0.00          0          0          0          0          0
1800.08/1800.00	c   cmir             :       0.00          0          0          0          0          0
1800.08/1800.00	c   flowcover        :       0.00          0          0          0          0          0
1800.08/1800.00	c   clique           :       0.00          0          0          0          0          0
1800.08/1800.00	c   zerohalf         :       0.00          0          0          0          0          0
1800.08/1800.00	c   mcf              :       0.00          0          0          0          0          0
1800.08/1800.00	c   rapidlearning    :       0.00          0          0          0          0          0
1800.08/1800.00	c Pricers            :       Time      Calls       Vars
1800.08/1800.00	c   problem variables:       0.00          0          0
1800.08/1800.00	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.08/1800.00	c   relpscost        :       0.00          0          0          0          0          0          0
1800.08/1800.00	c   pscost           :       0.00          0          0          0          0          0          0
1800.08/1800.00	c   inference        :    1281.73    5774271          0          0          0          0   11548542
1800.08/1800.00	c   mostinf          :       0.00          0          0          0          0          0          0
1800.08/1800.00	c   leastinf         :       0.00          0          0          0          0          0          0
1800.08/1800.00	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.08/1800.00	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.08/1800.00	c   random           :       0.00          0          0          0          0          0          0
1800.08/1800.00	c Primal Heuristics  :       Time      Calls      Found
1800.08/1800.00	c   LP solutions     :       0.00          -          0
1800.08/1800.00	c   pseudo solutions :       0.00          -          0
1800.08/1800.00	c   oneopt           :       0.01          0          0
1800.08/1800.00	c   trivial          :       0.00          2          0
1800.08/1800.00	c   simplerounding   :       0.00          0          0
1800.08/1800.00	c   zirounding       :       0.00          0          0
1800.08/1800.00	c   rounding         :       0.00          0          0
1800.08/1800.00	c   shifting         :       0.00          0          0
1800.08/1800.00	c   intshifting      :       0.00          0          0
1800.08/1800.00	c   twoopt           :       0.00          0          0
1800.08/1800.00	c   fixandinfer      :       0.00          0          0
1800.08/1800.00	c   feaspump         :       0.00          0          0
1800.08/1800.00	c   coefdiving       :       0.00          0          0
1800.08/1800.00	c   pscostdiving     :       0.00          0          0
1800.08/1800.00	c   fracdiving       :       0.00          0          0
1800.08/1800.00	c   veclendiving     :       0.00          0          0
1800.08/1800.00	c   intdiving        :       0.00          0          0
1800.08/1800.00	c   actconsdiving    :       0.00          0          0
1800.08/1800.00	c   objpscostdiving  :       0.00          0          0
1800.08/1800.00	c   rootsoldiving    :       0.00          0          0
1800.08/1800.00	c   linesearchdiving :       0.00          0          0
1800.08/1800.00	c   guideddiving     :       0.00          0          0
1800.08/1800.00	c   octane           :       0.00          0          0
1800.08/1800.00	c   rens             :       0.00          0          0
1800.08/1800.00	c   rins             :       0.00          0          0
1800.08/1800.00	c   localbranching   :       0.00          0          0
1800.08/1800.00	c   mutation         :       0.00          0          0
1800.08/1800.00	c   crossover        :       0.00          0          0
1800.08/1800.00	c   dins             :       0.00          0          0
1800.08/1800.00	c   undercover       :       0.00          0          0
1800.08/1800.00	c   nlp              :       0.02          0          0
1800.08/1800.00	c   trysol           :       0.02          1          0
1800.08/1800.00	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.08/1800.00	c   primal LP        :       0.00          0          0       0.00          -
1800.08/1800.00	c   dual LP          :       0.00          0          0       0.00          -
1800.08/1800.00	c   lex dual LP      :       0.00          0          0       0.00          -
1800.08/1800.00	c   barrier LP       :       0.00          0          0       0.00          -
1800.08/1800.00	c   diving/probing LP:       0.00          0          0       0.00          -
1800.08/1800.00	c   strong branching :       0.00          0          0       0.00          -
1800.08/1800.00	c     (at root node) :          -          0          0       0.00          -
1800.08/1800.00	c   conflict analysis:       0.00          0          0       0.00          -
1800.08/1800.00	c B&B Tree           :
1800.08/1800.00	c   number of runs   :          1
1800.08/1800.00	c   nodes            :    5785984
1800.08/1800.00	c   nodes (total)    :    5785984
1800.08/1800.00	c   nodes left       :    5756911
1800.08/1800.00	c   max depth        :       2953
1800.08/1800.00	c   max depth (total):       2953
1800.08/1800.00	c   backtracks       :       6745 (0.1%)
1800.08/1800.00	c   delayed cutoffs  :       5648
1800.08/1800.00	c   repropagations   :      18286 (260907 domain reductions, 5225 cutoffs)
1800.08/1800.00	c   avg switch length:       2.26
1800.08/1800.00	c   switching time   :      20.55
1800.08/1800.00	c Solution           :
1800.08/1800.00	c   Solutions found  :          0 (0 improvements)
1800.08/1800.00	c   Primal Bound     :          -
1800.08/1800.00	c   Dual Bound       : +0.00000000000000e+00
1800.08/1800.00	c   Gap              :   infinite
1800.08/1800.00	c   Root Dual Bound  : +0.00000000000000e+00
1800.08/1800.00	c   Root Iterations  :          0

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2693714-1277890323/watcher-2693714-1277890323 -o /tmp/evaluation-result-2693714-1277890323/solver-2693714-1277890323 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2693714-1277890323.wbo -t 1800 -m 3800 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 3891200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 3942400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 6.75 4.94 3.89 3/179 11113
/proc/meminfo: memFree=31496248/32951124 swapFree=67111528/67111528
[pid=11113] ppid=11111 vsize=8796 CPUtime=0
/proc/11113/stat : 11113 (pbscip.linux.x8) R 11111 11113 9762 0 -1 4202496 1660 0 0 0 0 0 0 0 21 0 1 0 130327509 9007104 1582 4089446400 4194304 7136930 140733765585232 18446744073709551615 6164672 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/11113/statm: 2199 1599 275 719 0 1478 0

[startup+0.0192899 s]
/proc/loadavg: 6.75 4.94 3.89 3/179 11113
/proc/meminfo: memFree=31496248/32951124 swapFree=67111528/67111528
[pid=11113] ppid=11111 vsize=16768 CPUtime=0.01
/proc/11113/stat : 11113 (pbscip.linux.x8) R 11111 11113 9762 0 -1 4202496 4041 0 0 0 1 0 0 0 21 0 1 0 130327509 17170432 3609 4089446400 4194304 7136930 140733765585232 18446744073709551615 6164672 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/11113/statm: 4192 3610 289 719 0 3471 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 16768

[startup+0.100271 s]
/proc/loadavg: 6.75 4.94 3.89 3/179 11113
/proc/meminfo: memFree=31496248/32951124 swapFree=67111528/67111528
[pid=11113] ppid=11111 vsize=22508 CPUtime=0.09
/proc/11113/stat : 11113 (pbscip.linux.x8) R 11111 11113 9762 0 -1 4202496 6587 0 0 0 8 1 0 0 21 0 1 0 130327509 23048192 4870 4089446400 4194304 7136930 140733765585232 18446744073709551615 4436423 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/11113/statm: 5627 4870 390 719 0 4906 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 22508

[startup+0.30023 s]
/proc/loadavg: 6.75 4.94 3.89 3/179 11113
/proc/meminfo: memFree=31496248/32951124 swapFree=67111528/67111528
[pid=11113] ppid=11111 vsize=22768 CPUtime=0.29
/proc/11113/stat : 11113 (pbscip.linux.x8) R 11111 11113 9762 0 -1 4202496 6683 0 0 0 27 2 0 0 21 0 1 0 130327509 23314432 4966 4089446400 4194304 7136930 140733765585232 18446744073709551615 4740365 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/11113/statm: 5692 4966 390 719 0 4971 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 22768

[startup+0.70015 s]
/proc/loadavg: 6.75 4.94 3.89 3/179 11113
/proc/meminfo: memFree=31496248/32951124 swapFree=67111528/67111528
[pid=11113] ppid=11111 vsize=23696 CPUtime=0.69
/proc/11113/stat : 11113 (pbscip.linux.x8) R 11111 11113 9762 0 -1 4202496 6893 0 0 0 64 5 0 0 22 0 1 0 130327509 24264704 5176 4089446400 4194304 7136930 140733765585232 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/11113/statm: 5924 5176 394 719 0 5203 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 23696

[startup+1.50099 s]
/proc/loadavg: 6.37 4.89 3.88 3/180 11114
/proc/meminfo: memFree=31477028/32951124 swapFree=67111528/67111528
[pid=11113] ppid=11111 vsize=24736 CPUtime=1.49
/proc/11113/stat : 11113 (pbscip.linux.x8) R 11111 11113 9762 0 -1 4202496 7190 0 0 0 138 11 0 0 25 0 1 0 130327509 25329664 5472 4089446400 4194304 7136930 140733765585232 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/11113/statm: 6184 5472 394 719 0 5463 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 24736

[startup+3.1007 s]
/proc/loadavg: 6.37 4.89 3.88 3/180 11114
/proc/meminfo: memFree=31474920/32951124 swapFree=67111528/67111528
[pid=11113] ppid=11111 vsize=28380 CPUtime=3.09
/proc/11113/stat : 11113 (pbscip.linux.x8) R 11111 11113 9762 0 -1 4202496 8097 0 0 0 289 20 0 0 25 0 1 0 130327509 29061120 6379 4089446400 4194304 7136930 140733765585232 18446744073709551615 4407949 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/11113/statm: 7095 6379 394 719 0 6374 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 28380

[startup+6.30104 s]
/proc/loadavg: 6.37 4.89 3.88 3/180 11114
/proc/meminfo: memFree=31470044/32951124 swapFree=67111528/67111528
[pid=11113] ppid=11111 vsize=31300 CPUtime=6.29
/proc/11113/stat : 11113 (pbscip.linux.x8) R 11111 11113 9762 0 -1 4202496 8872 0 0 0 588 41 0 0 25 0 1 0 130327509 32051200 7154 4089446400 4194304 7136930 140733765585232 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/11113/statm: 7825 7154 394 719 0 7104 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 31300

[startup+12.7008 s]
/proc/loadavg: 5.70 4.79 3.86 3/180 11114
/proc/meminfo: memFree=31462620/32951124 swapFree=67111528/67111528
[pid=11113] ppid=11111 vsize=38708 CPUtime=12.69
/proc/11113/stat : 11113 (pbscip.linux.x8) R 11111 11113 9762 0 -1 4202496 10803 0 0 0 1195 74 0 0 25 0 1 0 130327509 39636992 9085 4089446400 4194304 7136930 140733765585232 18446744073709551615 4642180 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/11113/statm: 9677 9085 394 719 0 8956 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 38708

[startup+25.5002 s]
/proc/loadavg: 5.13 4.70 3.84 3/180 11114
/proc/meminfo: memFree=31450264/32951124 swapFree=67111528/67111528
[pid=11113] ppid=11111 vsize=53616 CPUtime=25.49
/proc/11113/stat : 11113 (pbscip.linux.x8) R 11111 11113 9762 0 -1 4202496 14174 0 0 0 2399 150 0 0 25 0 1 0 130327509 54902784 12456 4089446400 4194304 7136930 140733765585232 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/11113/statm: 13404 12456 394 719 0 12683 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 53616

[startup+51.1001 s]
/proc/loadavg: 4.06 4.48 3.79 3/180 11115
/proc/meminfo: memFree=31425280/32951124 swapFree=67111528/67111528
[pid=11113] ppid=11111 vsize=77588 CPUtime=51.1
/proc/11113/stat : 11113 (pbscip.linux.x8) R 11111 11113 9762 0 -1 4202496 20483 0 0 0 4817 293 0 0 25 0 1 0 130327509 79450112 18765 4089446400 4194304 7136930 140733765585232 18446744073709551615 5892363 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/11113/statm: 19397 18765 394 719 0 18676 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 77588

[startup+102.307 s]
/proc/loadavg: 2.82 4.06 3.69 3/180 11116
/proc/meminfo: memFree=31372364/32951124 swapFree=67111528/67111528
[pid=11113] ppid=11111 vsize=131692 CPUtime=102.3
/proc/11113/stat : 11113 (pbscip.linux.x8) R 11111 11113 9762 0 -1 4202496 33617 0 0 0 9624 606 0 0 25 0 1 0 130327509 134852608 31899 4089446400 4194304 7136930 140733765585232 18446744073709551615 5909072 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/11113/statm: 32923 31899 394 719 0 32202 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 131692

[startup+162.301 s]
/proc/loadavg: 2.30 3.68 3.58 3/180 11118
/proc/meminfo: memFree=31304788/32951124 swapFree=67111528/67111528
[pid=11113] ppid=11111 vsize=203584 CPUtime=162.3
/proc/11113/stat : 11113 (pbscip.linux.x8) R 11111 11113 9762 0 -1 4202496 50355 0 0 0 15236 994 0 0 25 0 1 0 130327509 208470016 48637 4089446400 4194304 7136930 140733765585232 18446744073709551615 4407939 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/11113/statm: 50896 48637 394 719 0 50175 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 203584

[startup+222.301 s]
/proc/loadavg: 2.11 3.37 3.48 3/180 11120
/proc/meminfo: memFree=31235512/32951124 swapFree=67111528/67111528
[pid=11113] ppid=11111 vsize=269128 CPUtime=222.31
/proc/11113/stat : 11113 (pbscip.linux.x8) R 11111 11113 9762 0 -1 4202496 67543 0 0 0 20834 1397 0 0 25 0 1 0 130327509 275587072 65825 4089446400 4194304 7136930 140733765585232 18446744073709551615 4740321 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/11113/statm: 67282 65825 394 719 0 66561 0
Current children cumulated CPU time (s) 222.31
Current children cumulated vsize (KiB) 269128

[startup+282.3 s]
/proc/loadavg: 2.04 3.12 3.38 3/180 11121
/proc/meminfo: memFree=31160116/32951124 swapFree=67111528/67111528
[pid=11113] ppid=11111 vsize=342372 CPUtime=282.31
/proc/11113/stat : 11113 (pbscip.linux.x8) R 11111 11113 9762 0 -1 4202496 86594 0 0 0 26414 1817 0 0 25 0 1 0 130327509 350588928 84876 4089446400 4194304 7136930 140733765585232 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/11113/statm: 85593 84876 394 719 0 84872 0
Current children cumulated CPU time (s) 282.31
Current children cumulated vsize (KiB) 342372

[startup+342.3 s]
/proc/loadavg: 2.01 2.91 3.29 3/180 11122
/proc/meminfo: memFree=31064068/32951124 swapFree=67111528/67111528
[pid=11113] ppid=11111 vsize=450132 CPUtime=342.31
/proc/11113/stat : 11113 (pbscip.linux.x8) R 11111 11113 9762 0 -1 4202496 110295 0 0 0 31961 2270 0 0 25 0 1 0 130327509 460935168 108576 4089446400 4194304 7136930 140733765585232 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/11113/statm: 112533 108576 394 719 0 111812 0
Current children cumulated CPU time (s) 342.31
Current children cumulated vsize (KiB) 450132

[startup+402.3 s]
/proc/loadavg: 2.00 2.75 3.21 3/180 11124
/proc/meminfo: memFree=31007568/32951124 swapFree=67111528/67111528
[pid=11113] ppid=11111 vsize=504552 CPUtime=402.31
/proc/11113/stat : 11113 (pbscip.linux.x8) R 11111 11113 9762 0 -1 4202496 124631 0 0 0 37618 2613 0 0 25 0 1 0 130327509 516661248 122912 4089446400 4194304 7136930 140733765585232 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/11113/statm: 126138 122912 394 719 0 125417 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 504552

[startup+462.3 s]
/proc/loadavg: 2.00 2.61 3.13 3/180 11126
/proc/meminfo: memFree=30948220/32951124 swapFree=67111528/67111528
[pid=11113] ppid=11111 vsize=559692 CPUtime=462.31
/proc/11113/stat : 11113 (pbscip.linux.x8) R 11111 11113 9762 0 -1 4202496 139122 0 0 0 43277 2954 0 0 25 0 1 0 130327509 573124608 137403 4089446400 4194304 7136930 140733765585232 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/11113/statm: 139923 137403 394 719 0 139202 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 559692

[startup+522.3 s]
/proc/loadavg: 2.00 2.49 3.06 3/180 11128
/proc/meminfo: memFree=30893608/32951124 swapFree=67111528/67111528
[pid=11113] ppid=11111 vsize=611668 CPUtime=522.31
/proc/11113/stat : 11113 (pbscip.linux.x8) R 11111 11113 9762 0 -1 4202496 152855 0 0 0 48928 3303 0 0 25 0 1 0 130327509 626348032 151136 4089446400 4194304 7136930 140733765585232 18446744073709551615 4436423 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/11113/statm: 152917 151136 394 719 0 152196 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 611668

[startup+582.301 s]
/proc/loadavg: 2.00 2.40 2.99 3/180 11129
/proc/meminfo: memFree=30817888/32951124 swapFree=67111528/67111528
[pid=11113] ppid=11111 vsize=663844 CPUtime=582.32
/proc/11113/stat : 11113 (pbscip.linux.x8) R 11111 11113 9762 0 -1 4202496 166632 0 0 0 54584 3648 0 0 25 0 1 0 130327509 679776256 164913 4089446400 4194304 7136930 140733765585232 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/11113/statm: 165961 164913 394 719 0 165240 0
Current children cumulated CPU time (s) 582.32
Current children cumulated vsize (KiB) 663844

[startup+642.301 s]
/proc/loadavg: 2.00 2.33 2.92 3/179 11257
/proc/meminfo: memFree=30462836/32951124 swapFree=67111528/67111528
[pid=11113] ppid=11111 vsize=749728 CPUtime=642.33
/proc/11113/stat : 11113 (pbscip.linux.x8) R 11111 11113 9762 0 -1 4202496 180666 0 0 0 60226 4007 0 0 25 0 1 0 130327509 767721472 178947 4089446400 4194304 7136930 140733765585232 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/11113/statm: 187432 178947 394 719 0 186711 0
Current children cumulated CPU time (s) 642.33
Current children cumulated vsize (KiB) 749728

[startup+702.301 s]

################
# More data... #
################

/proc/11113/stat : 11113 (pbscip.linux.x8) R 11111 11113 9762 0 -1 4202496 263963 0 0 0 94027 6207 0 0 25 0 1 0 130327509 1090977792 262244 4089446400 4194304 7136930 140733765585232 18446744073709551615 4642989 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/11113/statm: 266352 262244 394 719 0 265631 0
Current children cumulated CPU time (s) 1002.34
Current children cumulated vsize (KiB) 1065408

[startup+1062.3 s]
/proc/loadavg: 2.01 2.08 2.58 3/179 11269
/proc/meminfo: memFree=28341512/32951124 swapFree=67111528/67111528
[pid=11113] ppid=11111 vsize=1117672 CPUtime=1062.34
/proc/11113/stat : 11113 (pbscip.linux.x8) R 11111 11113 9762 0 -1 4202496 277788 0 0 0 99642 6592 0 0 25 0 1 0 130327509 1144496128 276069 4089446400 4194304 7136930 140733765585232 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/11113/statm: 279418 276069 394 719 0 278697 0
Current children cumulated CPU time (s) 1062.34
Current children cumulated vsize (KiB) 1117672

[startup+1122.3 s]
/proc/loadavg: 2.00 2.06 2.54 3/179 11271
/proc/meminfo: memFree=28040104/32951124 swapFree=67111528/67111528
[pid=11113] ppid=11111 vsize=1167868 CPUtime=1122.34
/proc/11113/stat : 11113 (pbscip.linux.x8) R 11111 11113 9762 0 -1 4202496 291067 0 0 0 105254 6980 0 0 25 0 1 0 130327509 1195896832 289348 4089446400 4194304 7136930 140733765585232 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/11113/statm: 291967 289348 394 719 0 291246 0
Current children cumulated CPU time (s) 1122.34
Current children cumulated vsize (KiB) 1167868

[startup+1182.3 s]
/proc/loadavg: 2.00 2.05 2.50 3/179 11272
/proc/meminfo: memFree=27751108/32951124 swapFree=67111528/67111528
[pid=11113] ppid=11111 vsize=1220604 CPUtime=1182.34
/proc/11113/stat : 11113 (pbscip.linux.x8) R 11111 11113 9762 0 -1 4202496 304951 0 0 0 110876 7358 0 0 25 0 1 0 130327509 1249898496 303232 4089446400 4194304 7136930 140733765585232 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/11113/statm: 305151 303232 394 719 0 304430 0
Current children cumulated CPU time (s) 1182.34
Current children cumulated vsize (KiB) 1220604

[startup+1242.3 s]
/proc/loadavg: 2.00 2.04 2.47 3/179 11273
/proc/meminfo: memFree=27460628/32951124 swapFree=67111528/67111528
[pid=11113] ppid=11111 vsize=1272324 CPUtime=1242.35
/proc/11113/stat : 11113 (pbscip.linux.x8) R 11111 11113 9762 0 -1 4202496 318642 0 0 0 116503 7732 0 0 25 0 1 0 130327509 1302859776 316923 4089446400 4194304 7136930 140733765585232 18446744073709551615 4642122 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/11113/statm: 318081 316923 394 719 0 317360 0
Current children cumulated CPU time (s) 1242.35
Current children cumulated vsize (KiB) 1272324

[startup+1302.3 s]
/proc/loadavg: 2.00 2.03 2.43 3/179 11275
/proc/meminfo: memFree=27273704/32951124 swapFree=67111528/67111528
[pid=11113] ppid=11111 vsize=1390828 CPUtime=1302.36
/proc/11113/stat : 11113 (pbscip.linux.x8) R 11111 11113 9762 0 -1 4202496 332592 0 0 0 122123 8113 0 0 25 0 1 0 130327509 1424207872 330873 4089446400 4194304 7136930 140733765585232 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/11113/statm: 347707 330873 394 719 0 346986 0
Current children cumulated CPU time (s) 1302.36
Current children cumulated vsize (KiB) 1390828

[startup+1362.3 s]
/proc/loadavg: 2.00 2.02 2.40 3/179 11277
/proc/meminfo: memFree=27218056/32951124 swapFree=67111528/67111528
[pid=11113] ppid=11111 vsize=1439612 CPUtime=1362.35
/proc/11113/stat : 11113 (pbscip.linux.x8) R 11111 11113 9762 0 -1 4202496 345525 0 0 0 127764 8471 0 0 25 0 1 0 130327509 1474162688 343806 4089446400 4194304 7136930 140733765585232 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/11113/statm: 359903 343806 394 719 0 359182 0
Current children cumulated CPU time (s) 1362.35
Current children cumulated vsize (KiB) 1439612

[startup+1422.31 s]
/proc/loadavg: 2.00 2.02 2.38 3/179 11279
/proc/meminfo: memFree=27161300/32951124 swapFree=67111528/67111528
[pid=11113] ppid=11111 vsize=1491712 CPUtime=1422.36
/proc/11113/stat : 11113 (pbscip.linux.x8) R 11111 11113 9762 0 -1 4202496 359277 0 0 0 133416 8820 0 0 25 0 1 0 130327509 1527513088 357558 4089446400 4194304 7136930 140733765585232 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/11113/statm: 372928 357558 394 719 0 372207 0
Current children cumulated CPU time (s) 1422.36
Current children cumulated vsize (KiB) 1491712

[startup+1482.3 s]
/proc/loadavg: 2.07 2.03 2.35 3/179 11280
/proc/meminfo: memFree=27103060/32951124 swapFree=67111528/67111528
[pid=11113] ppid=11111 vsize=1546052 CPUtime=1482.36
/proc/11113/stat : 11113 (pbscip.linux.x8) R 11111 11113 9762 0 -1 4202496 373596 0 0 0 139065 9171 0 0 25 0 1 0 130327509 1583157248 371877 4089446400 4194304 7136930 140733765585232 18446744073709551615 5892359 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/11113/statm: 386513 371877 394 719 0 385792 0
Current children cumulated CPU time (s) 1482.36
Current children cumulated vsize (KiB) 1546052

[startup+1542.3 s]
/proc/loadavg: 2.02 2.02 2.33 3/179 11281
/proc/meminfo: memFree=27045912/32951124 swapFree=67111528/67111528
[pid=11113] ppid=11111 vsize=1598704 CPUtime=1542.37
/proc/11113/stat : 11113 (pbscip.linux.x8) R 11111 11113 9762 0 -1 4202496 387470 0 0 0 144709 9528 0 0 25 0 1 0 130327509 1637072896 385751 4089446400 4194304 7136930 140733765585232 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/11113/statm: 399676 385751 394 719 0 398955 0
Current children cumulated CPU time (s) 1542.37
Current children cumulated vsize (KiB) 1598704

[startup+1602.3 s]
/proc/loadavg: 2.01 2.02 2.31 3/179 11283
/proc/meminfo: memFree=26988196/32951124 swapFree=67111528/67111528
[pid=11113] ppid=11111 vsize=1652652 CPUtime=1602.37
/proc/11113/stat : 11113 (pbscip.linux.x8) R 11111 11113 9762 0 -1 4202496 401695 0 0 0 150361 9876 0 0 25 0 1 0 130327509 1692315648 399976 4089446400 4194304 7136930 140733765585232 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/11113/statm: 413163 399976 394 719 0 412442 0
Current children cumulated CPU time (s) 1602.37
Current children cumulated vsize (KiB) 1652652

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 2.28 3/179 11285
/proc/meminfo: memFree=26928984/32951124 swapFree=67111528/67111528
[pid=11113] ppid=11111 vsize=1707696 CPUtime=1662.37
/proc/11113/stat : 11113 (pbscip.linux.x8) R 11111 11113 9762 0 -1 4202496 416168 0 0 0 156021 10216 0 0 25 0 1 0 130327509 1748680704 414449 4089446400 4194304 7136930 140733765585232 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/11113/statm: 426924 414449 394 719 0 426203 0
Current children cumulated CPU time (s) 1662.37
Current children cumulated vsize (KiB) 1707696

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.26 3/179 11287
/proc/meminfo: memFree=26874564/32951124 swapFree=67111528/67111528
[pid=11113] ppid=11111 vsize=1758536 CPUtime=1722.37
/proc/11113/stat : 11113 (pbscip.linux.x8) R 11111 11113 9762 0 -1 4202496 429597 0 0 0 161679 10558 0 0 25 0 1 0 130327509 1800740864 427878 4089446400 4194304 7136930 140733765585232 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/11113/statm: 439634 427878 394 719 0 438913 0
Current children cumulated CPU time (s) 1722.37
Current children cumulated vsize (KiB) 1758536

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.25 3/179 11297
/proc/meminfo: memFree=26817096/32951124 swapFree=67111528/67111528
[pid=11113] ppid=11111 vsize=1810304 CPUtime=1782.37
/proc/11113/stat : 11113 (pbscip.linux.x8) R 11111 11113 9762 0 -1 4202496 443267 0 0 0 167338 10899 0 0 25 0 1 0 130327509 1853751296 441548 4089446400 4194304 7136930 140733765585232 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/11113/statm: 452576 441548 394 719 0 451855 0
Current children cumulated CPU time (s) 1782.37
Current children cumulated vsize (KiB) 1810304



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.24 3/179 11298
/proc/meminfo: memFree=26799844/32951124 swapFree=67111528/67111528
[pid=11113] ppid=11111 vsize=1826468 CPUtime=1800.08
/proc/11113/stat : 11113 (pbscip.linux.x8) R 11111 11113 9762 0 -1 4202496 447543 0 0 0 169010 10998 0 0 25 0 1 0 130327509 1870303232 445824 4089446400 4194304 7136930 140733765585232 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/11113/statm: 456617 445824 394 719 0 455896 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 1826468

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -11113

Solver just ended. Dumping a history of the last processes samples

[startup+1801.4 s]
/proc/loadavg: 2.00 2.00 2.24 3/180 11299
/proc/meminfo: memFree=26799712/32951124 swapFree=67111528/67111528
[pid=11113] ppid=11111 vsize=1826536 CPUtime=1801.47
/proc/11113/stat : 11113 (pbscip.linux.x8) R 11111 11113 9762 0 -1 4202496 447580 0 0 0 169149 10998 0 0 19 0 1 0 130327509 1870372864 445861 4089446400 4194304 7136930 140733765585232 18446744073709551615 6165762 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/11113/statm: 456634 445861 399 719 0 455913 0
Current children cumulated CPU time (s) 1801.47
Current children cumulated vsize (KiB) 1826536

[startup+1801.81 s]
/proc/loadavg: 2.00 2.00 2.24 3/180 11299
/proc/meminfo: memFree=26799588/32951124 swapFree=67111528/67111528
[pid=11113] ppid=11111 vsize=1826536 CPUtime=1801.88
/proc/11113/stat : 11113 (pbscip.linux.x8) R 11111 11113 9762 0 -1 4202496 447580 0 0 0 169190 10998 0 0 20 0 1 0 130327509 1870372864 445861 4089446400 4194304 7136930 140733765585232 18446744073709551615 6165759 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/11113/statm: 456634 445861 399 719 0 455913 0
Current children cumulated CPU time (s) 1801.88
Current children cumulated vsize (KiB) 1826536

[startup+1802 s]
/proc/loadavg: 2.00 2.00 2.24 3/180 11299
/proc/meminfo: memFree=26799588/32951124 swapFree=67111528/67111528
[pid=11113] ppid=11111 vsize=1826536 CPUtime=1802.07
/proc/11113/stat : 11113 (pbscip.linux.x8) R 11111 11113 9762 0 -1 4202496 447580 0 0 0 169209 10998 0 0 21 0 1 0 130327509 1870372864 445861 4089446400 4194304 7136930 140733765585232 18446744073709551615 6165759 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/11113/statm: 456634 445861 399 719 0 455913 0
Current children cumulated CPU time (s) 1802.07
Current children cumulated vsize (KiB) 1826536

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.06
CPU time (s): 1802.15
CPU user time (s): 1692.1
CPU system time (s): 110.044
CPU usage (%): 100.005
Max. virtual memory (cumulated for all children) (KiB): 1826536

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1692.1
system time used= 110.044
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 447580
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2
involuntary context switches= 1132

runsolver used 2.53461 second user time and 5.83511 second system time

The end

Launcher Data

Begin job on node143 at 2010-06-30 11:32:03
IDJOB=2693714
IDBENCH=78682
IDSOLVER=1206
FILE ID=node143/2693714-1277890323
PBS_JOBID= 11197067
Free space on /tmp= 74192 MiB

SOLVER NAME= SCIPnone SCIP 1.2.1.2 without any LP solver
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB05/aloul/FPGA_SAT05/normalized-chnl40_45_pb.cnf.cr--soft-66-100-0.wbo
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.none -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2693714-1277890323/watcher-2693714-1277890323 -o /tmp/evaluation-result-2693714-1277890323/solver-2693714-1277890323 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2693714-1277890323.wbo -t 1800 -m 3800

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 3800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 21fdc20540498ec370dabc0ec726c40e
RANDOM SEED=190703466

node143.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.848
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.848
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.07
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.848
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.848
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.77
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.848
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5285.38
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.848
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.848
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.848
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31497024 kB
Buffers:        173580 kB
Cached:         974832 kB
SwapCached:          0 kB
Active:         565064 kB
Inactive:       744612 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31497024 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            5220 kB
Writeback:           0 kB
AnonPages:      160908 kB
Mapped:          18784 kB
Slab:            79640 kB
PageTables:       4816 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   372656 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74204 MiB
End job on node143 at 2010-06-30 12:02:06