Trace number 2693807

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.11 1802.07

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/roussel/
normalized-pigeon-cardinality-65-60--soft-66-100-0.wbo
MD5SUM7e0724db75f314e84b0472c27c0a5114
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark4
Best CPU time to get the best result obtained on this benchmark0.19297
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables3900
Total number of constraints125
Number of soft constraints39
Number of constraints which are clauses65
Number of constraints which are cardinality constraints (but not clauses)60
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint60
Maximum length of a constraint65
Top cost 2003
Min constraint cost 1
Max constraint cost 97
Sum of constraints costs 2002
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 66
Number of bits of the biggest sum of numbers7
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-2693807-1277893568.wbo>
0.00/0.01	c original problem has 3978 variables (3939 bin, 0 int, 0 impl, 39 cont) and 165 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.00/0.02	c presolving:
0.00/0.02	c (round 1) 0 del vars, 1 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 39 impls, 45 clqs
0.00/0.02	c (round 2) 0 del vars, 1 del conss, 39 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 39 impls, 45 clqs
0.00/0.03	c (round 3) 0 del vars, 1 del conss, 39 chg bounds, 0 chg sides, 0 chg coeffs, 41 upgd conss, 39 impls, 45 clqs
0.00/0.03	c (round 4) 0 del vars, 1 del conss, 39 chg bounds, 0 chg sides, 0 chg coeffs, 86 upgd conss, 39 impls, 45 clqs
0.03/0.06	c    (0.0s) probing: 101/3939 (2.6%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.03/0.06	c    (0.0s) probing aborted: 100/100 successive totally useless probings
0.03/0.06	c presolving (5 rounds):
0.03/0.06	c  0 deleted vars, 1 deleted constraints, 39 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.03/0.06	c  39 implications, 45 cliques
0.03/0.06	c presolved problem has 3978 variables (3939 bin, 0 int, 0 impl, 39 cont) and 164 constraints
0.03/0.06	c      39 constraints of type <indicator>
0.03/0.06	c      45 constraints of type <setppc>
0.03/0.06	c      39 constraints of type <linear>
0.03/0.06	c      41 constraints of type <logicor>
0.03/0.06	c transformed objective value is always integral (scale: 1)
0.03/0.06	c Presolving Time: 0.04
0.03/0.06	c - non default parameters ----------------------------------------------------------------------
0.03/0.06	c # SCIP version 1.2.1.2
0.03/0.06	c 
0.03/0.06	c # frequency for displaying node information lines
0.03/0.06	c # [type: int, range: [-1,2147483647], default: 100]
0.03/0.06	c display/freq = 10000
0.03/0.06	c 
0.03/0.06	c # maximal time in seconds to run
0.03/0.06	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.03/0.06	c limits/time = 1799.99
0.03/0.06	c 
0.03/0.06	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.03/0.06	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.03/0.06	c limits/memory = 3420
0.03/0.06	c 
0.03/0.06	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
0.03/0.06	c # [type: int, range: [-1,2147483647], default: 1]
0.03/0.06	c lp/solvefreq = -1
0.03/0.06	c 
0.03/0.06	c # should presolving try to simplify inequalities
0.03/0.06	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.03/0.06	c constraints/linear/simplifyinequalities = TRUE
0.03/0.06	c 
0.03/0.06	c # should presolving try to simplify knapsacks
0.03/0.06	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.03/0.06	c constraints/knapsack/simplifyinequalities = TRUE
0.03/0.06	c 
0.03/0.06	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.03/0.06	c # [type: int, range: [-1,2147483647], default: -1]
0.03/0.06	c separating/rapidlearning/freq = 0
0.03/0.06	c 
0.03/0.06	c -----------------------------------------------------------------------------------------------
0.03/0.06	c start solving
0.03/0.06	c 
0.03/0.06	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.03/0.06	c   0.0s|     1 |     2 |     0 |     - |7772k|   0 |   - |3978 | 164 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
2.68/2.75	c   2.7s| 10000 |  9976 |     0 |   0.0 |  11M|2772 |   - |3978 | 252 |   0 |   0 |   0 | 124 |   0 | 0.000000e+00 |      --      |    Inf 
5.39/5.47	c   5.3s| 20000 | 19951 |     0 |   0.0 |  14M|2772 |   - |3978 | 232 |   0 |   0 |   0 | 253 |   0 | 0.000000e+00 |      --      |    Inf 
8.18/8.22	c   8.0s| 30000 | 29927 |     0 |   0.0 |  17M|2775 |   - |3978 | 243 |   0 |   0 |   0 | 373 |   0 | 0.000000e+00 |      --      |    Inf 
11.08/11.13	c  10.9s| 40000 | 39903 |     0 |   0.0 |  20M|2775 |   - |3978 | 247 |   0 |   0 |   0 | 493 |   0 | 0.000000e+00 |      --      |    Inf 
13.99/14.04	c  13.7s| 50000 | 49883 |     0 |   0.0 |  22M|2775 |   - |3978 | 227 |   0 |   0 |   0 | 593 |   0 | 0.000000e+00 |      --      |    Inf 
16.99/17.07	c  16.5s| 60000 | 59866 |     0 |   0.0 |  25M|2775 |   - |3978 | 240 |   0 |   0 |   0 | 683 |   0 | 0.000000e+00 |      --      |    Inf 
20.18/20.23	c  19.5s| 70000 | 69842 |     0 |   0.0 |  28M|2775 |   - |3978 | 271 |   0 |   0 |   0 | 786 |   0 | 0.000000e+00 |      --      |    Inf 
23.18/23.26	c  22.4s| 80000 | 79826 |     0 |   0.0 |  31M|2775 |   - |3978 | 261 |   0 |   0 |   0 | 876 |   0 | 0.000000e+00 |      --      |    Inf 
26.29/26.32	c  25.3s| 90000 | 89809 |     0 |   0.0 |  34M|2775 |   - |3978 | 276 |   0 |   0 |   0 | 966 |   0 | 0.000000e+00 |      --      |    Inf 
29.28/29.35	c  28.2s|100000 | 99787 |     0 |   0.0 |  36M|2775 |   - |3978 | 296 |   0 |   0 |   0 |1076 |   0 | 0.000000e+00 |      --      |    Inf 
32.18/32.29	c  31.0s|110000 |109765 |     0 |   0.0 |  39M|2876 |   - |3978 | 292 |   0 |   0 |   0 |1186 |   0 | 0.000000e+00 |      --      |    Inf 
35.19/35.27	c  33.8s|120000 |119750 |     0 |   0.0 |  42M|2876 |   - |3978 | 288 |   0 |   0 |   0 |1266 |   0 | 0.000000e+00 |      --      |    Inf 
38.29/38.32	c  36.7s|130000 |129728 |     0 |   0.0 |  45M|2892 |   - |3978 | 288 |   0 |   0 |   0 |1375 |   0 | 0.000000e+00 |      --      |    Inf 
41.28/41.32	c  39.5s|140000 |139710 |     0 |   0.0 |  48M|2900 |   - |3978 | 286 |   0 |   0 |   0 |1465 |   0 | 0.000000e+00 |      --      |    Inf 
44.38/44.48	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
44.38/44.48	c  42.6s|150000 |149690 |     0 |   0.0 |  50M|2908 |   - |3978 | 306 |   0 |   0 |   0 |1565 |   0 | 0.000000e+00 |      --      |    Inf 
47.48/47.51	c  45.5s|160000 |159665 |     0 |   0.0 |  53M|2912 |   - |3978 | 363 |   0 |   0 |   0 |1675 |   0 | 0.000000e+00 |      --      |    Inf 
50.48/50.53	c  48.3s|170000 |169653 |     0 |   0.0 |  56M|2929 |   - |3978 | 334 |   0 |   0 |   0 |1735 |   0 | 0.000000e+00 |      --      |    Inf 
53.58/53.67	c  51.3s|180000 |179627 |     0 |   0.0 |  59M|2929 |   - |3978 | 349 |   0 |   0 |   0 |1864 |   0 | 0.000000e+00 |      --      |    Inf 
56.58/56.68	c  54.2s|190000 |189605 |     0 |   0.0 |  61M|2929 |   - |3978 | 353 |   0 |   0 |   0 |1974 |   0 | 0.000000e+00 |      --      |    Inf 
59.78/59.82	c  57.2s|200000 |199587 |     0 |   0.0 |  64M|2929 |   - |3978 | 330 |   0 |   0 |   0 |2064 |   0 | 0.000000e+00 |      --      |    Inf 
62.78/62.80	c  60.0s|210000 |209565 |     0 |   0.0 |  67M|2929 |   - |3978 | 335 |   0 |   0 |   0 |2174 |   0 | 0.000000e+00 |      --      |    Inf 
65.68/65.74	c  62.8s|220000 |219549 |     0 |   0.0 |  70M|2929 |   - |3978 | 326 |   0 |   0 |   0 |2254 |   0 | 0.000000e+00 |      --      |    Inf 
68.79/68.80	c  65.7s|230000 |229531 |     0 |   0.0 |  72M|2929 |   - |3978 | 340 |   0 |   0 |   0 |2344 |   0 | 0.000000e+00 |      --      |    Inf 
71.68/71.78	c  68.6s|240000 |239511 |     0 |   0.0 |  75M|2929 |   - |3978 | 357 |   0 |   0 |   0 |2444 |   0 | 0.000000e+00 |      --      |    Inf 
74.79/74.85	c  71.5s|250000 |249495 |     0 |   0.0 |  78M|2940 |   - |3978 | 355 |   0 |   0 |   0 |2524 |   0 | 0.000000e+00 |      --      |    Inf 
77.88/77.91	c  74.4s|260000 |259469 |     0 |   0.0 |  81M|2997 |   - |3978 | 392 |   0 |   0 |   0 |2654 |   0 | 0.000000e+00 |      --      |    Inf 
80.89/80.96	c  77.3s|270000 |269445 |     0 |   0.0 |  83M|3019 |   - |3978 | 397 |   0 |   0 |   0 |2774 |   0 | 0.000000e+00 |      --      |    Inf 
83.98/84.00	c  80.2s|280000 |279425 |     0 |   0.0 |  86M|3053 |   - |3978 | 376 |   0 |   0 |   0 |2874 |   0 | 0.000000e+00 |      --      |    Inf 
86.99/87.05	c  83.1s|290000 |289404 |     0 |   0.0 |  89M|3053 |   - |3978 | 409 |   0 |   0 |   0 |2984 |   0 | 0.000000e+00 |      --      |    Inf 
90.09/90.11	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
90.09/90.11	c  86.1s|300000 |299380 |     0 |   0.0 |  92M|3062 |   - |3978 | 429 |   0 |   0 |   0 |3104 |   0 | 0.000000e+00 |      --      |    Inf 
93.08/93.11	c  88.9s|310000 |309362 |     0 |   0.0 |  94M|3062 |   - |3978 | 420 |   0 |   0 |   0 |3194 |   0 | 0.000000e+00 |      --      |    Inf 
96.18/96.22	c  91.8s|320000 |319336 |     0 |   0.0 |  97M|3062 |   - |3978 | 460 |   0 |   0 |   0 |3324 |   0 | 0.000000e+00 |      --      |    Inf 
99.18/99.23	c  94.7s|330000 |329320 |     0 |   0.0 | 100M|3062 |   - |3978 | 433 |   0 |   0 |   0 |3404 |   0 | 0.000000e+00 |      --      |    Inf 
102.19/102.29	c  97.6s|340000 |339296 |     0 |   0.0 | 102M|3062 |   - |3978 | 455 |   0 |   0 |   0 |3524 |   0 | 0.000000e+00 |      --      |    Inf 
105.19/105.21	c   100s|350000 |349276 |     0 |   0.0 | 105M|3062 |   - |3978 | 470 |   0 |   0 |   0 |3624 |   0 | 0.000000e+00 |      --      |    Inf 
108.28/108.31	c   103s|360000 |359261 |     0 |   0.0 | 108M|3062 |   - |3978 | 480 |   0 |   0 |   0 |3704 |   0 | 0.000000e+00 |      --      |    Inf 
111.28/111.33	c   106s|370000 |369233 |     0 |   0.0 | 111M|3062 |   - |3978 | 525 |   0 |   0 |   0 |3842 |   0 | 0.000000e+00 |      --      |    Inf 
114.29/114.38	c   109s|380000 |379216 |     0 |   0.0 | 113M|3062 |   - |3978 | 504 |   0 |   0 |   0 |3932 |   0 | 0.000000e+00 |      --      |    Inf 
117.28/117.37	c   112s|390000 |389194 |     0 |   0.0 | 116M|3062 |   - |3978 | 520 |   0 |   0 |   0 |4042 |   0 | 0.000000e+00 |      --      |    Inf 
120.29/120.35	c   115s|400000 |399170 |     0 |   0.0 | 119M|3062 |   - |3978 | 537 |   0 |   0 |   0 |4162 |   0 | 0.000000e+00 |      --      |    Inf 
123.28/123.37	c   118s|410000 |409154 |     0 |   0.0 | 122M|3062 |   - |3978 | 513 |   0 |   0 |   0 |4242 |   0 | 0.000000e+00 |      --      |    Inf 
126.29/126.34	c   120s|420000 |419134 |     0 |   0.0 | 124M|3062 |   - |3978 | 544 |   0 |   0 |   0 |4342 |   0 | 0.000000e+00 |      --      |    Inf 
129.18/129.20	c   123s|430000 |429114 |     0 |   0.0 | 127M|3062 |   - |3978 | 541 |   0 |   0 |   0 |4442 |   0 | 0.000000e+00 |      --      |    Inf 
132.19/132.23	c   126s|440000 |439094 |     0 |   0.0 | 130M|3062 |   - |3978 | 552 |   0 |   0 |   0 |4542 |   0 | 0.000000e+00 |      --      |    Inf 
135.08/135.16	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
135.08/135.16	c   129s|450000 |449064 |     0 |   0.0 | 133M|3062 |   - |3978 | 598 |   0 |   0 |   0 |4692 |   0 | 0.000000e+00 |      --      |    Inf 
138.09/138.11	c   131s|460000 |459036 |     0 |   0.0 | 135M|3062 |   - |3978 | 609 |   0 |   0 |   0 |4832 |   0 | 0.000000e+00 |      --      |    Inf 
141.09/141.12	c   134s|470000 |469018 |     0 |   0.0 | 138M|3062 |   - |3978 | 605 |   0 |   0 |   0 |4922 |   0 | 0.000000e+00 |      --      |    Inf 
143.99/144.08	c   137s|480000 |478998 |     0 |   0.0 | 141M|3062 |   - |3978 | 608 |   0 |   0 |   0 |5022 |   0 | 0.000000e+00 |      --      |    Inf 
147.08/147.16	c   140s|490000 |488965 |     0 |   0.0 | 144M|3062 |   - |3978 | 666 |   0 |   0 |   0 |5192 |   0 | 0.000000e+00 |      --      |    Inf 
149.99/150.01	c   143s|500000 |498943 |     0 |   0.0 | 146M|3062 |   - |3978 | 622 |   0 |   0 |   0 |5302 |   0 | 0.000000e+00 |      --      |    Inf 
152.89/152.94	c   145s|510000 |508923 |     0 |   0.0 | 149M|3062 |   - |3978 | 645 |   0 |   0 |   0 |5402 |   0 | 0.000000e+00 |      --      |    Inf 
155.98/156.04	c   148s|520000 |518897 |     0 |   0.0 | 152M|3062 |   - |3978 | 657 |   0 |   0 |   0 |5532 |   0 | 0.000000e+00 |      --      |    Inf 
158.99/159.05	c   151s|530000 |528875 |     0 |   0.0 | 155M|3062 |   - |3978 | 641 |   0 |   0 |   0 |5642 |   0 | 0.000000e+00 |      --      |    Inf 
161.99/162.03	c   154s|540000 |538851 |     0 |   0.0 | 157M|3062 |   - |3978 | 667 |   0 |   0 |   0 |5762 |   0 | 0.000000e+00 |      --      |    Inf 
164.89/164.98	c   157s|550000 |548823 |     0 |   0.0 | 160M|3062 |   - |3978 | 679 |   0 |   0 |   0 |5902 |   0 | 0.000000e+00 |      --      |    Inf 
167.88/167.90	c   159s|560000 |558807 |     0 |   0.0 | 163M|3062 |   - |3978 | 662 |   0 |   0 |   0 |5982 |   0 | 0.000000e+00 |      --      |    Inf 
170.88/170.91	c   162s|570000 |568781 |     0 |   0.0 | 166M|3062 |   - |3978 | 677 |   0 |   0 |   0 |6112 |   0 | 0.000000e+00 |      --      |    Inf 
173.79/173.81	c   165s|580000 |578761 |     0 |   0.0 | 168M|3062 |   - |3978 | 668 |   0 |   0 |   0 |6212 |   0 | 0.000000e+00 |      --      |    Inf 
176.69/176.79	c   168s|590000 |588725 |     0 |   0.0 | 171M|3062 |   - |3978 | 734 |   0 |   0 |   0 |6392 |   0 | 0.000000e+00 |      --      |    Inf 
179.58/179.66	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
179.58/179.66	c   170s|600000 |598707 |     0 |   0.0 | 174M|3062 |   - |3978 | 671 |   0 |   0 |   0 |6482 |   0 | 0.000000e+00 |      --      |    Inf 
182.59/182.64	c   173s|610000 |608685 |     0 |   0.0 | 177M|3062 |   - |3978 | 686 |   0 |   0 |   0 |6592 |   0 | 0.000000e+00 |      --      |    Inf 
185.49/185.54	c   176s|620000 |618663 |     0 |   0.0 | 179M|3062 |   - |3978 | 680 |   0 |   0 |   0 |6702 |   0 | 0.000000e+00 |      --      |    Inf 
188.38/188.40	c   178s|630000 |628637 |     0 |   0.0 | 182M|3062 |   - |3978 | 718 |   0 |   0 |   0 |6831 |   0 | 0.000000e+00 |      --      |    Inf 
191.30/191.31	c   181s|640000 |638615 |     0 |   0.0 | 185M|3062 |   - |3978 | 716 |   0 |   0 |   0 |6941 |   0 | 0.000000e+00 |      --      |    Inf 
194.08/194.18	c   184s|650000 |648593 |     0 |   0.0 | 188M|3062 |   - |3978 | 715 |   0 |   0 |   0 |7051 |   0 | 0.000000e+00 |      --      |    Inf 
197.09/197.11	c   187s|660000 |658567 |     0 |   0.0 | 190M|3062 |   - |3978 | 702 |   0 |   0 |   0 |7181 |   0 | 0.000000e+00 |      --      |    Inf 
199.99/200.05	c   189s|670000 |668541 |     0 |   0.0 | 193M|3062 |   - |3978 | 694 |   0 |   0 |   0 |7311 |   0 | 0.000000e+00 |      --      |    Inf 
202.98/203.05	c   192s|680000 |678515 |     0 |   0.0 | 196M|3062 |   - |3978 | 698 |   0 |   0 |   0 |7441 |   0 | 0.000000e+00 |      --      |    Inf 
205.89/205.94	c   195s|690000 |688497 |     0 |   0.0 | 199M|3062 |   - |3978 | 701 |   0 |   0 |   0 |7531 |   0 | 0.000000e+00 |      --      |    Inf 
208.69/208.77	c   198s|700000 |698475 |     0 |   0.0 | 201M|3062 |   - |3978 | 709 |   0 |   0 |   0 |7641 |   0 | 0.000000e+00 |      --      |    Inf 
211.59/211.62	c   200s|710000 |708453 |     0 |   0.0 | 204M|3062 |   - |3978 | 700 |   0 |   0 |   0 |7751 |   0 | 0.000000e+00 |      --      |    Inf 
214.39/214.44	c   203s|720000 |718433 |     0 |   0.0 | 207M|3062 |   - |3978 | 696 |   0 |   0 |   0 |7851 |   0 | 0.000000e+00 |      --      |    Inf 
217.19/217.25	c   205s|730000 |728411 |     0 |   0.0 | 210M|3062 |   - |3978 | 692 |   0 |   0 |   0 |7961 |   0 | 0.000000e+00 |      --      |    Inf 
220.00/220.09	c   208s|740000 |738375 |     0 |   0.0 | 213M|3062 |   - |3978 | 751 |   0 |   0 |   0 |8141 |   0 | 0.000000e+00 |      --      |    Inf 
222.88/222.98	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
222.88/222.98	c   211s|750000 |748351 |     0 |   0.0 | 215M|3062 |   - |3978 | 692 |   0 |   0 |   0 |8261 |   0 | 0.000000e+00 |      --      |    Inf 
225.69/225.73	c   213s|760000 |758330 |     0 |   0.0 | 218M|3062 |   - |3978 | 688 |   0 |   0 |   0 |8371 |   0 | 0.000000e+00 |      --      |    Inf 
228.49/228.58	c   216s|770000 |768296 |     0 |   0.0 | 221M|3062 |   - |3978 | 732 |   0 |   0 |   0 |8541 |   0 | 0.000000e+00 |      --      |    Inf 
231.39/231.40	c   219s|780000 |778272 |     0 |   0.0 | 224M|3062 |   - |3978 | 716 |   0 |   0 |   0 |8661 |   0 | 0.000000e+00 |      --      |    Inf 
234.29/234.33	c   222s|790000 |788240 |     0 |   0.0 | 227M|3062 |   - |3978 | 731 |   0 |   0 |   0 |8821 |   0 | 0.000000e+00 |      --      |    Inf 
237.08/237.15	c   224s|800000 |798218 |     0 |   0.0 | 229M|3062 |   - |3978 | 696 |   0 |   0 |   0 |8931 |   0 | 0.000000e+00 |      --      |    Inf 
239.89/239.96	c   227s|810000 |808198 |     0 |   0.0 | 232M|3062 |   - |3978 | 687 |   0 |   0 |   0 |9030 |   0 | 0.000000e+00 |      --      |    Inf 
242.69/242.73	c   229s|820000 |818174 |     0 |   0.0 | 235M|3062 |   - |3978 | 697 |   0 |   0 |   0 |9150 |   0 | 0.000000e+00 |      --      |    Inf 
245.48/245.58	c   232s|830000 |828138 |     0 |   0.0 | 238M|3062 |   - |3978 | 730 |   0 |   0 |   0 |9330 |   0 | 0.000000e+00 |      --      |    Inf 
248.39/248.42	c   235s|840000 |838104 |     0 |   0.0 | 241M|3062 |   - |3978 | 739 |   0 |   0 |   0 |9500 |   0 | 0.000000e+00 |      --      |    Inf 
251.28/251.33	c   237s|850000 |848078 |     0 |   0.0 | 243M|3062 |   - |3978 | 723 |   0 |   0 |   0 |9630 |   0 | 0.000000e+00 |      --      |    Inf 
254.18/254.20	c   240s|860000 |858052 |     0 |   0.0 | 246M|3062 |   - |3978 | 705 |   0 |   0 |   0 |9760 |   0 | 0.000000e+00 |      --      |    Inf 
256.89/256.96	c   243s|870000 |868028 |     0 |   0.0 | 249M|3062 |   - |3978 | 683 |   0 |   0 |   0 |9880 |   0 | 0.000000e+00 |      --      |    Inf 
259.68/259.70	c   245s|880000 |877996 |     0 |   0.0 | 252M|3062 |   - |3978 | 706 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 |      --      |    Inf 
262.49/262.54	c   248s|890000 |887966 |     0 |   0.0 | 254M|3062 |   - |3978 | 691 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 |      --      |    Inf 
265.39/265.44	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
265.39/265.44	c   251s|900000 |897940 |     0 |   0.0 | 257M|3062 |   - |3978 | 693 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 |      --      |    Inf 
268.18/268.22	c   253s|910000 |907916 |     0 |   0.0 | 260M|3062 |   - |3978 | 685 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 |      --      |    Inf 
270.98/271.08	c   256s|920000 |917882 |     0 |   0.0 | 263M|3062 |   - |3978 | 692 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 |      --      |    Inf 
273.90/273.95	c   259s|930000 |927858 |     0 |   0.0 | 266M|3062 |   - |3978 | 689 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 |      --      |    Inf 
276.79/276.82	c   261s|940000 |937828 |     0 |   0.0 | 269M|3062 |   - |3978 | 706 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 |      --      |    Inf 
279.49/279.56	c   264s|950000 |947802 |     0 |   0.0 | 271M|3062 |   - |3978 | 701 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 |      --      |    Inf 
282.39/282.40	c   267s|960000 |957780 |     0 |   0.0 | 274M|3062 |   - |3978 | 676 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 |      --      |    Inf 
285.19/285.24	c   269s|970000 |967754 |     0 |   0.0 | 277M|3062 |   - |3978 | 699 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 |      --      |    Inf 
287.99/288.01	c   272s|980000 |977721 |     0 |   0.0 | 280M|3062 |   - |3978 | 691 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 |      --      |    Inf 
290.89/290.94	c   275s|990000 |987695 |     0 |   0.0 | 283M|3062 |   - |3978 | 700 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 |      --      |    Inf 
293.69/293.72	c   277s|  1000k|997671 |     0 |   0.0 | 285M|3062 |   - |3978 | 675 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 |      --      |    Inf 
296.39/296.48	c   280s|  1010k|  1007k|     0 |   0.0 | 288M|3062 |   - |3978 | 686 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 |      --      |    Inf 
299.29/299.33	c   282s|  1020k|  1017k|     0 |   0.0 | 291M|3062 |   - |3978 | 677 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 |      --      |    Inf 
301.99/302.02	c   285s|  1030k|  1027k|     0 |   0.0 | 294M|3062 |   - |3978 | 673 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 |      --      |    Inf 
304.79/304.88	c   288s|  1040k|  1037k|     0 |   0.0 | 297M|3062 |   - |3978 | 682 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 |      --      |    Inf 
307.59/307.67	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
307.59/307.67	c   290s|  1050k|  1047k|     0 |   0.0 | 299M|3062 |   - |3978 | 667 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 |      --      |    Inf 
310.49/310.52	c   293s|  1060k|  1057k|     0 |   0.0 | 302M|3062 |   - |3978 | 664 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 |      --      |    Inf 
313.19/313.26	c   295s|  1070k|  1067k|     0 |   0.0 | 305M|3062 |   - |3978 | 688 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 |      --      |    Inf 
316.09/316.16	c   298s|  1080k|  1077k|     0 |   0.0 | 308M|3062 |   - |3978 | 670 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 |      --      |    Inf 
319.09/319.11	c   301s|  1090k|  1087k|     0 |   0.0 | 311M|3062 |   - |3978 | 673 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 |      --      |    Inf 
321.89/321.96	c   304s|  1100k|  1097k|     0 |   0.0 | 314M|3062 |   - |3978 | 679 |   0 |   0 |   0 |  13k|   0 | 0.000000e+00 |      --      |    Inf 
324.59/324.67	c   306s|  1110k|  1107k|     0 |   0.0 | 316M|3062 |   - |3978 | 659 |   0 |   0 |   0 |  13k|   0 | 0.000000e+00 |      --      |    Inf 
327.39/327.45	c   309s|  1120k|  1117k|     0 |   0.0 | 319M|3062 |   - |3978 | 675 |   0 |   0 |   0 |  13k|   0 | 0.000000e+00 |      --      |    Inf 
330.19/330.29	c   311s|  1130k|  1127k|     0 |   0.0 | 322M|3062 |   - |3978 | 689 |   0 |   0 |   0 |  13k|   0 | 0.000000e+00 |      --      |    Inf 
332.99/333.00	c   314s|  1140k|  1137k|     0 |   0.0 | 325M|3062 |   - |3978 | 659 |   0 |   0 |   0 |  13k|   0 | 0.000000e+00 |      --      |    Inf 
335.79/335.84	c   317s|  1150k|  1147k|     0 |   0.0 | 328M|3062 |   - |3978 | 685 |   0 |   0 |   0 |  13k|   0 | 0.000000e+00 |      --      |    Inf 
338.48/338.54	c   319s|  1160k|  1157k|     0 |   0.0 | 331M|3062 |   - |3978 | 672 |   0 |   0 |   0 |  13k|   0 | 0.000000e+00 |      --      |    Inf 
341.19/341.27	c   322s|  1170k|  1167k|     0 |   0.0 | 333M|3062 |   - |3978 | 688 |   0 |   0 |   0 |  14k|   0 | 0.000000e+00 |      --      |    Inf 
344.09/344.12	c   324s|  1180k|  1177k|     0 |   0.0 | 336M|3062 |   - |3978 | 662 |   0 |   0 |   0 |  14k|   0 | 0.000000e+00 |      --      |    Inf 
346.89/346.97	c   327s|  1190k|  1187k|     0 |   0.0 | 339M|3062 |   - |3978 | 664 |   0 |   0 |   0 |  14k|   0 | 0.000000e+00 |      --      |    Inf 
349.69/349.77	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
349.69/349.77	c   330s|  1200k|  1197k|     0 |   0.0 | 342M|3062 |   - |3978 | 677 |   0 |   0 |   0 |  14k|   0 | 0.000000e+00 |      --      |    Inf 
352.58/352.60	c   332s|  1210k|  1207k|     0 |   0.0 | 345M|3062 |   - |3978 | 678 |   0 |   0 |   0 |  14k|   0 | 0.000000e+00 |      --      |    Inf 
355.39/355.40	c   335s|  1220k|  1217k|     0 |   0.0 | 348M|3062 |   - |3978 | 670 |   0 |   0 |   0 |  14k|   0 | 0.000000e+00 |      --      |    Inf 
358.19/358.23	c   337s|  1230k|  1227k|     0 |   0.0 | 350M|3062 |   - |3978 | 689 |   0 |   0 |   0 |  14k|   0 | 0.000000e+00 |      --      |    Inf 
360.99/361.01	c   340s|  1240k|  1236k|     0 |   0.0 | 353M|3062 |   - |3978 | 693 |   0 |   0 |   0 |  15k|   0 | 0.000000e+00 |      --      |    Inf 
363.69/363.75	c   343s|  1250k|  1246k|     0 |   0.0 | 356M|3062 |   - |3978 | 695 |   0 |   0 |   0 |  15k|   0 | 0.000000e+00 |      --      |    Inf 
366.59/366.60	c   345s|  1260k|  1256k|     0 |   0.0 | 359M|3062 |   - |3978 | 712 |   0 |   0 |   0 |  15k|   0 | 0.000000e+00 |      --      |    Inf 
369.39/369.40	c   348s|  1270k|  1266k|     0 |   0.0 | 362M|3062 |   - |3978 | 661 |   0 |   0 |   0 |  15k|   0 | 0.000000e+00 |      --      |    Inf 
372.09/372.19	c   350s|  1280k|  1276k|     0 |   0.0 | 365M|3062 |   - |3978 | 657 |   0 |   0 |   0 |  15k|   0 | 0.000000e+00 |      --      |    Inf 
374.89/375.00	c   353s|  1290k|  1286k|     0 |   0.0 | 368M|3062 |   - |3978 | 672 |   0 |   0 |   0 |  15k|   0 | 0.000000e+00 |      --      |    Inf 
377.78/377.83	c   356s|  1300k|  1296k|     0 |   0.0 | 371M|3062 |   - |3978 | 657 |   0 |   0 |   0 |  15k|   0 | 0.000000e+00 |      --      |    Inf 
380.69/380.70	c   358s|  1310k|  1306k|     0 |   0.0 | 373M|3062 |   - |3978 | 665 |   0 |   0 |   0 |  16k|   0 | 0.000000e+00 |      --      |    Inf 
383.49/383.51	c   361s|  1320k|  1316k|     0 |   0.0 | 376M|3062 |   - |3978 | 656 |   0 |   0 |   0 |  16k|   0 | 0.000000e+00 |      --      |    Inf 
386.29/386.30	c   364s|  1330k|  1326k|     0 |   0.0 | 379M|3062 |   - |3978 | 668 |   0 |   0 |   0 |  16k|   0 | 0.000000e+00 |      --      |    Inf 
389.09/389.16	c   366s|  1340k|  1336k|     0 |   0.0 | 382M|3062 |   - |3978 | 684 |   0 |   0 |   0 |  16k|   0 | 0.000000e+00 |      --      |    Inf 
392.09/392.11	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
392.09/392.11	c   369s|  1350k|  1346k|     0 |   0.0 | 385M|3062 |   - |3978 | 670 |   0 |   0 |   0 |  16k|   0 | 0.000000e+00 |      --      |    Inf 
394.89/394.92	c   372s|  1360k|  1356k|     0 |   0.0 | 388M|3062 |   - |3978 | 655 |   0 |   0 |   0 |  16k|   0 | 0.000000e+00 |      --      |    Inf 
397.69/397.75	c   374s|  1370k|  1366k|     0 |   0.0 | 391M|3062 |   - |3978 | 675 |   0 |   0 |   0 |  16k|   0 | 0.000000e+00 |      --      |    Inf 
400.49/400.56	c   377s|  1380k|  1376k|     0 |   0.0 | 393M|3062 |   - |3978 | 653 |   0 |   0 |   0 |  17k|   0 | 0.000000e+00 |      --      |    Inf 
403.29/403.39	c   380s|  1390k|  1386k|     0 |   0.0 | 396M|3062 |   - |3978 | 676 |   0 |   0 |   0 |  17k|   0 | 0.000000e+00 |      --      |    Inf 
406.29/406.36	c   383s|  1400k|  1396k|     0 |   0.0 | 399M|3062 |   - |3978 | 708 |   0 |   0 |   0 |  17k|   0 | 0.000000e+00 |      --      |    Inf 
409.10/409.17	c   385s|  1410k|  1406k|     0 |   0.0 | 402M|3062 |   - |3978 | 660 |   0 |   0 |   0 |  17k|   0 | 0.000000e+00 |      --      |    Inf 
411.99/412.02	c   388s|  1420k|  1416k|     0 |   0.0 | 405M|3062 |   - |3978 | 665 |   0 |   0 |   0 |  17k|   0 | 0.000000e+00 |      --      |    Inf 
414.80/414.88	c   390s|  1430k|  1426k|     0 |   0.0 | 408M|3062 |   - |3978 | 685 |   0 |   0 |   0 |  17k|   0 | 0.000000e+00 |      --      |    Inf 
417.79/417.87	c   393s|  1440k|  1436k|     0 |   0.0 | 411M|3062 |   - |3978 | 700 |   0 |   0 |   0 |  18k|   0 | 0.000000e+00 |      --      |    Inf 
420.79/420.83	c   396s|  1450k|  1446k|     0 |   0.0 | 414M|3062 |   - |3978 | 720 |   0 |   0 |   0 |  18k|   0 | 0.000000e+00 |      --      |    Inf 
423.69/423.78	c   399s|  1460k|  1456k|     0 |   0.0 | 416M|3062 |   - |3978 | 673 |   0 |   0 |   0 |  18k|   0 | 0.000000e+00 |      --      |    Inf 
426.70/426.75	c   402s|  1470k|  1466k|     0 |   0.0 | 419M|3062 |   - |3978 | 704 |   0 |   0 |   0 |  18k|   0 | 0.000000e+00 |      --      |    Inf 
429.59/429.67	c   404s|  1480k|  1476k|     0 |   0.0 | 422M|3062 |   - |3978 | 696 |   0 |   0 |   0 |  18k|   0 | 0.000000e+00 |      --      |    Inf 
432.60/432.64	c   407s|  1490k|  1486k|     0 |   0.0 | 425M|3062 |   - |3978 | 689 |   0 |   0 |   0 |  18k|   0 | 0.000000e+00 |      --      |    Inf 
435.59/435.63	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
435.59/435.63	c   410s|  1500k|  1496k|     0 |   0.0 | 428M|3062 |   - |3978 | 675 |   0 |   0 |   0 |  18k|   0 | 0.000000e+00 |      --      |    Inf 
438.59/438.69	c   413s|  1510k|  1506k|     0 |   0.0 | 431M|3062 |   - |3978 | 751 |   0 |   0 |   0 |  19k|   0 | 0.000000e+00 |      --      |    Inf 
441.79/441.80	c   416s|  1520k|  1516k|     0 |   0.0 | 434M|3062 |   - |3978 | 761 |   0 |   0 |   0 |  19k|   0 | 0.000000e+00 |      --      |    Inf 
444.79/444.83	c   419s|  1530k|  1526k|     0 |   0.0 | 436M|3062 |   - |3978 | 706 |   0 |   0 |   0 |  19k|   0 | 0.000000e+00 |      --      |    Inf 
447.79/447.86	c   422s|  1540k|  1536k|     0 |   0.0 | 439M|3062 |   - |3978 | 722 |   0 |   0 |   0 |  19k|   0 | 0.000000e+00 |      --      |    Inf 
450.79/450.84	c   424s|  1550k|  1546k|     0 |   0.0 | 442M|3062 |   - |3978 | 710 |   0 |   0 |   0 |  19k|   0 | 0.000000e+00 |      --      |    Inf 
453.79/453.82	c   427s|  1560k|  1556k|     0 |   0.0 | 445M|3062 |   - |3978 | 719 |   0 |   0 |   0 |  19k|   0 | 0.000000e+00 |      --      |    Inf 
456.99/457.08	c   430s|  1570k|  1565k|     0 |   0.0 | 448M|3062 |   - |3978 | 731 |   0 |   0 |   0 |  20k|   0 | 0.000000e+00 |      --      |    Inf 
460.19/460.20	c   433s|  1580k|  1575k|     0 |   0.0 | 451M|3062 |   - |3978 | 718 |   0 |   0 |   0 |  20k|   0 | 0.000000e+00 |      --      |    Inf 
463.19/463.20	c   436s|  1590k|  1585k|     0 |   0.0 | 454M|3062 |   - |3978 | 705 |   0 |   0 |   0 |  20k|   0 | 0.000000e+00 |      --      |    Inf 
466.19/466.20	c   439s|  1600k|  1595k|     0 |   0.0 | 457M|3062 |   - |3978 | 700 |   0 |   0 |   0 |  20k|   0 | 0.000000e+00 |      --      |    Inf 
469.29/469.33	c   442s|  1610k|  1605k|     0 |   0.0 | 460M|3062 |   - |3978 | 714 |   0 |   0 |   0 |  20k|   0 | 0.000000e+00 |      --      |    Inf 
472.39/472.44	c   445s|  1620k|  1615k|     0 |   0.0 | 462M|3062 |   - |3978 | 717 |   0 |   0 |   0 |  20k|   0 | 0.000000e+00 |      --      |    Inf 
475.29/475.39	c   447s|  1630k|  1625k|     0 |   0.0 | 465M|3062 |   - |3978 | 741 |   0 |   0 |   0 |  20k|   0 | 0.000000e+00 |      --      |    Inf 
478.40/478.42	c   450s|  1640k|  1635k|     0 |   0.0 | 468M|3062 |   - |3978 | 725 |   0 |   0 |   0 |  21k|   0 | 0.000000e+00 |      --      |    Inf 
481.59/481.65	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
481.59/481.65	c   453s|  1650k|  1645k|     0 |   0.0 | 471M|3062 |   - |3978 | 730 |   0 |   0 |   0 |  21k|   0 | 0.000000e+00 |      --      |    Inf 
484.59/484.67	c   456s|  1660k|  1655k|     0 |   0.0 | 474M|3062 |   - |3978 | 740 |   0 |   0 |   0 |  21k|   0 | 0.000000e+00 |      --      |    Inf 
487.80/487.82	c   459s|  1670k|  1665k|     0 |   0.0 | 477M|3062 |   - |3978 | 705 |   0 |   0 |   0 |  21k|   0 | 0.000000e+00 |      --      |    Inf 
490.90/490.99	c   462s|  1680k|  1675k|     0 |   0.0 | 480M|3062 |   - |3978 | 757 |   0 |   0 |   0 |  21k|   0 | 0.000000e+00 |      --      |    Inf 
494.09/494.19	c   465s|  1690k|  1685k|     0 |   0.0 | 483M|3062 |   - |3978 | 730 |   0 |   0 |   0 |  21k|   0 | 0.000000e+00 |      --      |    Inf 
497.39/497.42	c   468s|  1700k|  1695k|     0 |   0.0 | 486M|3062 |   - |3978 | 767 |   0 |   0 |   0 |  22k|   0 | 0.000000e+00 |      --      |    Inf 
500.40/500.42	c   471s|  1710k|  1705k|     0 |   0.0 | 488M|3062 |   - |3978 | 740 |   0 |   0 |   0 |  22k|   0 | 0.000000e+00 |      --      |    Inf 
503.39/503.46	c   474s|  1720k|  1715k|     0 |   0.0 | 491M|3062 |   - |3978 | 746 |   0 |   0 |   0 |  22k|   0 | 0.000000e+00 |      --      |    Inf 
506.40/506.44	c   477s|  1730k|  1725k|     0 |   0.0 | 494M|3062 |   - |3978 | 741 |   0 |   0 |   0 |  22k|   0 | 0.000000e+00 |      --      |    Inf 
509.50/509.51	c   480s|  1740k|  1735k|     0 |   0.0 | 497M|3062 |   - |3978 | 753 |   0 |   0 |   0 |  22k|   0 | 0.000000e+00 |      --      |    Inf 
512.50/512.52	c   482s|  1750k|  1745k|     0 |   0.0 | 500M|3062 |   - |3978 | 735 |   0 |   0 |   0 |  22k|   0 | 0.000000e+00 |      --      |    Inf 
515.49/515.55	c   485s|  1760k|  1755k|     0 |   0.0 | 503M|3062 |   - |3978 | 745 |   0 |   0 |   0 |  22k|   0 | 0.000000e+00 |      --      |    Inf 
518.60/518.60	c   488s|  1770k|  1765k|     0 |   0.0 | 506M|3062 |   - |3978 | 726 |   0 |   0 |   0 |  23k|   0 | 0.000000e+00 |      --      |    Inf 
521.70/521.72	c   491s|  1780k|  1775k|     0 |   0.0 | 509M|3062 |   - |3978 | 766 |   0 |   0 |   0 |  23k|   0 | 0.000000e+00 |      --      |    Inf 
524.70/524.71	c   494s|  1790k|  1785k|     0 |   0.0 | 512M|3062 |   - |3978 | 725 |   0 |   0 |   0 |  23k|   0 | 0.000000e+00 |      --      |    Inf 
527.69/527.73	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
527.69/527.73	c   497s|  1800k|  1795k|     0 |   0.0 | 514M|3062 |   - |3978 | 729 |   0 |   0 |   0 |  23k|   0 | 0.000000e+00 |      --      |    Inf 
530.70/530.73	c   499s|  1810k|  1805k|     0 |   0.0 | 517M|3062 |   - |3978 | 733 |   0 |   0 |   0 |  23k|   0 | 0.000000e+00 |      --      |    Inf 
533.60/533.67	c   502s|  1820k|  1815k|     0 |   0.0 | 520M|3062 |   - |3978 | 720 |   0 |   0 |   0 |  23k|   0 | 0.000000e+00 |      --      |    Inf 
536.60/536.68	c   505s|  1830k|  1825k|     0 |   0.0 | 523M|3062 |   - |3978 | 707 |   0 |   0 |   0 |  23k|   0 | 0.000000e+00 |      --      |    Inf 
539.60/539.66	c   508s|  1840k|  1835k|     0 |   0.0 | 526M|3062 |   - |3978 | 725 |   0 |   0 |   0 |  24k|   0 | 0.000000e+00 |      --      |    Inf 
542.60/542.62	c   511s|  1850k|  1845k|     0 |   0.0 | 529M|3062 |   - |3978 | 724 |   0 |   0 |   0 |  24k|   0 | 0.000000e+00 |      --      |    Inf 
545.50/545.59	c   513s|  1860k|  1855k|     0 |   0.0 | 532M|3062 |   - |3978 | 727 |   0 |   0 |   0 |  24k|   0 | 0.000000e+00 |      --      |    Inf 
548.50/548.56	c   516s|  1870k|  1865k|     0 |   0.0 | 535M|3062 |   - |3978 | 710 |   0 |   0 |   0 |  24k|   0 | 0.000000e+00 |      --      |    Inf 
551.50/551.50	c   519s|  1880k|  1875k|     0 |   0.0 | 538M|3062 |   - |3978 | 741 |   0 |   0 |   0 |  24k|   0 | 0.000000e+00 |      --      |    Inf 
554.40/554.45	c   522s|  1890k|  1884k|     0 |   0.0 | 541M|3062 |   - |3978 | 742 |   0 |   0 |   0 |  24k|   0 | 0.000000e+00 |      --      |    Inf 
557.29/557.36	c   524s|  1900k|  1894k|     0 |   0.0 | 544M|3062 |   - |3978 | 726 |   0 |   0 |   0 |  25k|   0 | 0.000000e+00 |      --      |    Inf 
560.29/560.31	c   527s|  1910k|  1904k|     0 |   0.0 | 547M|3062 |   - |3978 | 725 |   0 |   0 |   0 |  25k|   0 | 0.000000e+00 |      --      |    Inf 
563.09/563.18	c   530s|  1920k|  1914k|     0 |   0.0 | 550M|3062 |   - |3978 | 719 |   0 |   0 |   0 |  25k|   0 | 0.000000e+00 |      --      |    Inf 
566.00/566.04	c   533s|  1930k|  1924k|     0 |   0.0 | 552M|3062 |   - |3978 | 734 |   0 |   0 |   0 |  25k|   0 | 0.000000e+00 |      --      |    Inf 
568.90/568.94	c   535s|  1940k|  1934k|     0 |   0.0 | 555M|3062 |   - |3978 | 735 |   0 |   0 |   0 |  25k|   0 | 0.000000e+00 |      --      |    Inf 
571.80/571.80	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
571.80/571.80	c   538s|  1950k|  1944k|     0 |   0.0 | 558M|3062 |   - |3978 | 714 |   0 |   0 |   0 |  25k|   0 | 0.000000e+00 |      --      |    Inf 
574.60/574.68	c   541s|  1960k|  1954k|     0 |   0.0 | 561M|3062 |   - |3978 | 728 |   0 |   0 |   0 |  26k|   0 | 0.000000e+00 |      --      |    Inf 
577.51/577.56	c   543s|  1970k|  1964k|     0 |   0.0 | 564M|3062 |   - |3978 | 748 |   0 |   0 |   0 |  26k|   0 | 0.000000e+00 |      --      |    Inf 
580.39/580.41	c   546s|  1980k|  1974k|     0 |   0.0 | 567M|3062 |   - |3978 | 721 |   0 |   0 |   0 |  26k|   0 | 0.000000e+00 |      --      |    Inf 
583.20/583.29	c   549s|  1990k|  1984k|     0 |   0.0 | 570M|3062 |   - |3978 | 732 |   0 |   0 |   0 |  26k|   0 | 0.000000e+00 |      --      |    Inf 
586.09/586.17	c   551s|  2000k|  1994k|     0 |   0.0 | 573M|3062 |   - |3978 | 753 |   0 |   0 |   0 |  26k|   0 | 0.000000e+00 |      --      |    Inf 
589.00/589.02	c   554s|  2010k|  2004k|     0 |   0.0 | 576M|3062 |   - |3978 | 750 |   0 |   0 |   0 |  26k|   0 | 0.000000e+00 |      --      |    Inf 
591.90/591.94	c   557s|  2020k|  2014k|     0 |   0.0 | 579M|3062 |   - |3978 | 740 |   0 |   0 |   0 |  27k|   0 | 0.000000e+00 |      --      |    Inf 
594.79/594.87	c   560s|  2030k|  2024k|     0 |   0.0 | 582M|3062 |   - |3978 | 742 |   0 |   0 |   0 |  27k|   0 | 0.000000e+00 |      --      |    Inf 
597.69/597.73	c   562s|  2040k|  2034k|     0 |   0.0 | 585M|3062 |   - |3978 | 738 |   0 |   0 |   0 |  27k|   0 | 0.000000e+00 |      --      |    Inf 
600.60/600.62	c   565s|  2050k|  2044k|     0 |   0.0 | 588M|3062 |   - |3978 | 723 |   0 |   0 |   0 |  27k|   0 | 0.000000e+00 |      --      |    Inf 
603.50/603.50	c   568s|  2060k|  2054k|     0 |   0.0 | 591M|3062 |   - |3978 | 754 |   0 |   0 |   0 |  27k|   0 | 0.000000e+00 |      --      |    Inf 
606.30/606.37	c   570s|  2070k|  2064k|     0 |   0.0 | 594M|3062 |   - |3978 | 765 |   0 |   0 |   0 |  28k|   0 | 0.000000e+00 |      --      |    Inf 
609.20/609.24	c   573s|  2080k|  2074k|     0 |   0.0 | 597M|3062 |   - |3978 | 739 |   0 |   0 |   0 |  28k|   0 | 0.000000e+00 |      --      |    Inf 
612.00/612.05	c   576s|  2090k|  2084k|     0 |   0.0 | 600M|3062 |   - |3978 | 736 |   0 |   0 |   0 |  28k|   0 | 0.000000e+00 |      --      |    Inf 
614.90/614.97	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
614.90/614.97	c   578s|  2100k|  2094k|     0 |   0.0 | 603M|3062 |   - |3978 | 740 |   0 |   0 |   0 |  28k|   0 | 0.000000e+00 |      --      |    Inf 
617.59/617.66	c   581s|  2110k|  2104k|     0 |   0.0 | 606M|3062 |   - |3978 | 726 |   0 |   0 |   0 |  28k|   0 | 0.000000e+00 |      --      |    Inf 
620.50/620.53	c   584s|  2120k|  2114k|     0 |   0.0 | 609M|3062 |   - |3978 | 749 |   0 |   0 |   0 |  29k|   0 | 0.000000e+00 |      --      |    Inf 
623.19/623.27	c   586s|  2130k|  2124k|     0 |   0.0 | 612M|3062 |   - |3978 | 742 |   0 |   0 |   0 |  29k|   0 | 0.000000e+00 |      --      |    Inf 
626.10/626.12	c   589s|  2140k|  2134k|     0 |   0.0 | 614M|3062 |   - |3978 | 766 |   0 |   0 |   0 |  29k|   0 | 0.000000e+00 |      --      |    Inf 
628.79/628.88	c   591s|  2150k|  2144k|     0 |   0.0 | 617M|3062 |   - |3978 | 733 |   0 |   0 |   0 |  29k|   0 | 0.000000e+00 |      --      |    Inf 
631.49/631.56	c   594s|  2160k|  2154k|     0 |   0.0 | 620M|3062 |   - |3978 | 722 |   0 |   0 |   0 |  29k|   0 | 0.000000e+00 |      --      |    Inf 
634.30/634.36	c   596s|  2170k|  2164k|     0 |   0.0 | 623M|3062 |   - |3978 | 727 |   0 |   0 |   0 |  29k|   0 | 0.000000e+00 |      --      |    Inf 
637.09/637.11	c   599s|  2180k|  2174k|     0 |   0.0 | 626M|3062 |   - |3978 | 728 |   0 |   0 |   0 |  30k|   0 | 0.000000e+00 |      --      |    Inf 
639.80/639.86	c   602s|  2190k|  2184k|     0 |   0.0 | 629M|3062 |   - |3978 | 746 |   0 |   0 |   0 |  30k|   0 | 0.000000e+00 |      --      |    Inf 
642.70/642.70	c   604s|  2200k|  2193k|     0 |   0.0 | 632M|3062 |   - |3978 | 774 |   0 |   0 |   0 |  30k|   0 | 0.000000e+00 |      --      |    Inf 
645.39/645.46	c   607s|  2210k|  2203k|     0 |   0.0 | 635M|3062 |   - |3978 | 760 |   0 |   0 |   0 |  30k|   0 | 0.000000e+00 |      --      |    Inf 
648.20/648.24	c   609s|  2220k|  2213k|     0 |   0.0 | 638M|3062 |   - |3978 | 745 |   0 |   0 |   0 |  30k|   0 | 0.000000e+00 |      --      |    Inf 
650.90/650.96	c   612s|  2230k|  2223k|     0 |   0.0 | 641M|3062 |   - |3978 | 720 |   0 |   0 |   0 |  31k|   0 | 0.000000e+00 |      --      |    Inf 
653.70/653.73	c   615s|  2240k|  2233k|     0 |   0.0 | 644M|3062 |   - |3978 | 745 |   0 |   0 |   0 |  31k|   0 | 0.000000e+00 |      --      |    Inf 
656.39/656.48	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
656.39/656.48	c   617s|  2250k|  2243k|     0 |   0.0 | 647M|3062 |   - |3978 | 753 |   0 |   0 |   0 |  31k|   0 | 0.000000e+00 |      --      |    Inf 
659.10/659.17	c   620s|  2260k|  2253k|     0 |   0.0 | 650M|3062 |   - |3978 | 740 |   0 |   0 |   0 |  31k|   0 | 0.000000e+00 |      --      |    Inf 
661.90/661.90	c   622s|  2270k|  2263k|     0 |   0.0 | 653M|3062 |   - |3978 | 755 |   0 |   0 |   0 |  31k|   0 | 0.000000e+00 |      --      |    Inf 
664.60/664.62	c   625s|  2280k|  2273k|     0 |   0.0 | 656M|3062 |   - |3978 | 757 |   0 |   0 |   0 |  32k|   0 | 0.000000e+00 |      --      |    Inf 
667.30/667.39	c   627s|  2290k|  2283k|     0 |   0.0 | 659M|3062 |   - |3978 | 775 |   0 |   0 |   0 |  32k|   0 | 0.000000e+00 |      --      |    Inf 
670.19/670.20	c   630s|  2300k|  2293k|     0 |   0.0 | 662M|3062 |   - |3978 | 765 |   0 |   0 |   0 |  32k|   0 | 0.000000e+00 |      --      |    Inf 
672.79/672.85	c   632s|  2310k|  2303k|     0 |   0.0 | 665M|3062 |   - |3978 | 748 |   0 |   0 |   0 |  32k|   0 | 0.000000e+00 |      --      |    Inf 
675.50/675.52	c   635s|  2320k|  2313k|     0 |   0.0 | 668M|3062 |   - |3978 | 805 |   0 |   0 |   0 |  32k|   0 | 0.000000e+00 |      --      |    Inf 
678.10/678.13	c   637s|  2330k|  2323k|     0 |   0.0 | 671M|3062 |   - |3978 | 763 |   0 |   0 |   0 |  33k|   0 | 0.000000e+00 |      --      |    Inf 
680.70/680.71	c   640s|  2340k|  2333k|     0 |   0.0 | 674M|3062 |   - |3978 | 762 |   0 |   0 |   0 |  33k|   0 | 0.000000e+00 |      --      |    Inf 
683.29/683.30	c   642s|  2350k|  2343k|     0 |   0.0 | 677M|3062 |   - |3978 | 779 |   0 |   0 |   0 |  33k|   0 | 0.000000e+00 |      --      |    Inf 
685.80/685.87	c   644s|  2360k|  2353k|     0 |   0.0 | 680M|3062 |   - |3978 | 790 |   0 |   0 |   0 |  33k|   0 | 0.000000e+00 |      --      |    Inf 
688.40/688.48	c   647s|  2370k|  2363k|     0 |   0.0 | 683M|3062 |   - |3978 | 770 |   0 |   0 |   0 |  33k|   0 | 0.000000e+00 |      --      |    Inf 
691.00/691.04	c   649s|  2380k|  2373k|     0 |   0.0 | 686M|3062 |   - |3978 | 807 |   0 |   0 |   0 |  34k|   0 | 0.000000e+00 |      --      |    Inf 
693.49/693.55	c   652s|  2390k|  2383k|     0 |   0.0 | 689M|3062 |   - |3978 | 784 |   0 |   0 |   0 |  34k|   0 | 0.000000e+00 |      --      |    Inf 
696.20/696.23	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
696.20/696.23	c   654s|  2400k|  2393k|     0 |   0.0 | 693M|3062 |   - |3978 | 869 |   0 |   0 |   0 |  34k|   0 | 0.000000e+00 |      --      |    Inf 
698.80/698.82	c   656s|  2410k|  2403k|     0 |   0.0 | 696M|3062 |   - |3978 | 832 |   0 |   0 |   0 |  34k|   0 | 0.000000e+00 |      --      |    Inf 
701.30/701.33	c   659s|  2420k|  2413k|     0 |   0.0 | 699M|3062 |   - |3978 | 788 |   0 |   0 |   0 |  34k|   0 | 0.000000e+00 |      --      |    Inf 
703.91/703.90	c   661s|  2430k|  2423k|     0 |   0.0 | 702M|3062 |   - |3978 | 849 |   0 |   0 |   0 |  35k|   0 | 0.000000e+00 |      --      |    Inf 
706.40/706.43	c   664s|  2440k|  2433k|     0 |   0.0 | 705M|3062 |   - |3978 | 843 |   0 |   0 |   0 |  35k|   0 | 0.000000e+00 |      --      |    Inf 
708.80/708.88	c   666s|  2450k|  2443k|     0 |   0.0 | 708M|3062 |   - |3978 | 839 |   0 |   0 |   0 |  35k|   0 | 0.000000e+00 |      --      |    Inf 
711.30/711.38	c   668s|  2460k|  2452k|     0 |   0.0 | 711M|3062 |   - |3978 | 825 |   0 |   0 |   0 |  35k|   0 | 0.000000e+00 |      --      |    Inf 
713.80/713.90	c   671s|  2470k|  2462k|     0 |   0.0 | 714M|3062 |   - |3978 | 864 |   0 |   0 |   0 |  36k|   0 | 0.000000e+00 |      --      |    Inf 
716.30/716.35	c   673s|  2480k|  2472k|     0 |   0.0 | 717M|3062 |   - |3978 | 843 |   0 |   0 |   0 |  36k|   0 | 0.000000e+00 |      --      |    Inf 
718.80/718.80	c   675s|  2490k|  2482k|     0 |   0.0 | 720M|3062 |   - |3978 | 827 |   0 |   0 |   0 |  36k|   0 | 0.000000e+00 |      --      |    Inf 
721.20/721.26	c   677s|  2500k|  2492k|     0 |   0.0 | 723M|3062 |   - |3978 | 843 |   0 |   0 |   0 |  36k|   0 | 0.000000e+00 |      --      |    Inf 
723.71/723.70	c   680s|  2510k|  2502k|     0 |   0.0 | 726M|3062 |   - |3978 | 851 |   0 |   0 |   0 |  37k|   0 | 0.000000e+00 |      --      |    Inf 
726.10/726.14	c   682s|  2520k|  2512k|     0 |   0.0 | 729M|3062 |   - |3978 | 844 |   0 |   0 |   0 |  37k|   0 | 0.000000e+00 |      --      |    Inf 
728.60/728.60	c   684s|  2530k|  2522k|     0 |   0.0 | 732M|3062 |   - |3978 | 856 |   0 |   0 |   0 |  37k|   0 | 0.000000e+00 |      --      |    Inf 
730.90/730.94	c   686s|  2540k|  2532k|     0 |   0.0 | 736M|3062 |   - |3978 | 854 |   0 |   0 |   0 |  37k|   0 | 0.000000e+00 |      --      |    Inf 
733.30/733.37	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
733.30/733.37	c   689s|  2550k|  2542k|     0 |   0.0 | 739M|3062 |   - |3978 | 849 |   0 |   0 |   0 |  38k|   0 | 0.000000e+00 |      --      |    Inf 
735.70/735.78	c   691s|  2560k|  2552k|     0 |   0.0 | 742M|3062 |   - |3978 | 894 |   0 |   0 |   0 |  38k|   0 | 0.000000e+00 |      --      |    Inf 
738.11/738.16	c   693s|  2570k|  2562k|     0 |   0.0 | 745M|3062 |   - |3978 | 841 |   0 |   0 |   0 |  38k|   0 | 0.000000e+00 |      --      |    Inf 
740.50/740.52	c   695s|  2580k|  2572k|     0 |   0.0 | 748M|3062 |   - |3978 | 869 |   0 |   0 |   0 |  38k|   0 | 0.000000e+00 |      --      |    Inf 
742.80/742.80	c   697s|  2590k|  2582k|     0 |   0.0 | 751M|3062 |   - |3978 | 839 |   0 |   0 |   0 |  39k|   0 | 0.000000e+00 |      --      |    Inf 
745.10/745.13	c   699s|  2600k|  2592k|     0 |   0.0 | 754M|3062 |   - |3978 | 874 |   0 |   0 |   0 |  39k|   0 | 0.000000e+00 |      --      |    Inf 
747.40/747.44	c   702s|  2610k|  2602k|     0 |   0.0 | 757M|3062 |   - |3978 | 855 |   0 |   0 |   0 |  39k|   0 | 0.000000e+00 |      --      |    Inf 
749.70/749.70	c   704s|  2620k|  2612k|     0 |   0.0 | 761M|3062 |   - |3978 | 879 |   0 |   0 |   0 |  39k|   0 | 0.000000e+00 |      --      |    Inf 
751.90/751.95	c   706s|  2630k|  2622k|     0 |   0.0 | 764M|3062 |   - |3978 | 874 |   0 |   0 |   0 |  40k|   0 | 0.000000e+00 |      --      |    Inf 
754.10/754.16	c   708s|  2640k|  2632k|     0 |   0.0 | 767M|3062 |   - |3978 | 892 |   0 |   0 |   0 |  40k|   0 | 0.000000e+00 |      --      |    Inf 
756.30/756.34	c   710s|  2650k|  2642k|     0 |   0.0 | 770M|3062 |   - |3978 | 867 |   0 |   0 |   0 |  40k|   0 | 0.000000e+00 |      --      |    Inf 
758.50/758.52	c   712s|  2660k|  2652k|     0 |   0.0 | 773M|3062 |   - |3978 | 894 |   0 |   0 |   0 |  41k|   0 | 0.000000e+00 |      --      |    Inf 
760.70/760.71	c   714s|  2670k|  2661k|     0 |   0.0 | 777M|3062 |   - |3978 | 890 |   0 |   0 |   0 |  41k|   0 | 0.000000e+00 |      --      |    Inf 
762.90/762.93	c   716s|  2680k|  2671k|     0 |   0.0 | 780M|3062 |   - |3978 | 929 |   0 |   0 |   0 |  41k|   0 | 0.000000e+00 |      --      |    Inf 
765.10/765.11	c   718s|  2690k|  2681k|     0 |   0.0 | 783M|3062 |   - |3978 | 893 |   0 |   0 |   0 |  42k|   0 | 0.000000e+00 |      --      |    Inf 
767.20/767.27	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
767.20/767.27	c   720s|  2700k|  2691k|     0 |   0.0 | 786M|3062 |   - |3978 | 928 |   0 |   0 |   0 |  42k|   0 | 0.000000e+00 |      --      |    Inf 
769.30/769.39	c   722s|  2710k|  2701k|     0 |   0.0 | 790M|3062 |   - |3978 | 902 |   0 |   0 |   0 |  42k|   0 | 0.000000e+00 |      --      |    Inf 
771.40/771.46	c   724s|  2720k|  2711k|     0 |   0.0 | 793M|3062 |   - |3978 | 911 |   0 |   0 |   0 |  42k|   0 | 0.000000e+00 |      --      |    Inf 
773.60/773.60	c   726s|  2730k|  2721k|     0 |   0.0 | 796M|3062 |   - |3978 | 913 |   0 |   0 |   0 |  43k|   0 | 0.000000e+00 |      --      |    Inf 
775.80/775.84	c   728s|  2740k|  2731k|     0 |   0.0 | 800M|3062 |   - |3978 | 955 |   0 |   0 |   0 |  43k|   0 | 0.000000e+00 |      --      |    Inf 
777.90/777.97	c   730s|  2750k|  2741k|     0 |   0.0 | 803M|3062 |   - |3978 | 952 |   0 |   0 |   0 |  44k|   0 | 0.000000e+00 |      --      |    Inf 
780.10/780.14	c   732s|  2760k|  2751k|     0 |   0.0 | 806M|3062 |   - |3978 | 963 |   0 |   0 |   0 |  44k|   0 | 0.000000e+00 |      --      |    Inf 
782.10/782.19	c   733s|  2770k|  2761k|     0 |   0.0 | 810M|3062 |   - |3978 | 915 |   0 |   0 |   0 |  44k|   0 | 0.000000e+00 |      --      |    Inf 
784.21/784.23	c   735s|  2780k|  2771k|     0 |   0.0 | 813M|3062 |   - |3978 | 973 |   0 |   0 |   0 |  45k|   0 | 0.000000e+00 |      --      |    Inf 
786.20/786.26	c   737s|  2790k|  2781k|     0 |   0.0 | 816M|3062 |   - |3978 | 972 |   0 |   0 |   0 |  45k|   0 | 0.000000e+00 |      --      |    Inf 
788.20/788.27	c   739s|  2800k|  2791k|     0 |   0.0 | 820M|3062 |   - |3978 | 966 |   0 |   0 |   0 |  45k|   0 | 0.000000e+00 |      --      |    Inf 
790.20/790.21	c   741s|  2810k|  2800k|     0 |   0.0 | 823M|3062 |   - |3978 | 983 |   0 |   0 |   0 |  46k|   0 | 0.000000e+00 |      --      |    Inf 
792.10/792.17	c   742s|  2820k|  2810k|     0 |   0.0 | 827M|3062 |   - |3978 | 976 |   0 |   0 |   0 |  46k|   0 | 0.000000e+00 |      --      |    Inf 
794.11/794.16	c   744s|  2830k|  2820k|     0 |   0.0 | 830M|3062 |   - |3978 | 982 |   0 |   0 |   0 |  47k|   0 | 0.000000e+00 |      --      |    Inf 
796.10/796.10	c   746s|  2840k|  2830k|     0 |   0.0 | 834M|3062 |   - |3978 | 981 |   0 |   0 |   0 |  47k|   0 | 0.000000e+00 |      --      |    Inf 
798.00/798.02	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
798.00/798.02	c   748s|  2850k|  2840k|     0 |   0.0 | 837M|3062 |   - |3978 | 982 |   0 |   0 |   0 |  48k|   0 | 0.000000e+00 |      --      |    Inf 
799.90/799.91	c   749s|  2860k|  2850k|     0 |   0.0 | 841M|3062 |   - |3978 | 947 |   0 |   0 |   0 |  48k|   0 | 0.000000e+00 |      --      |    Inf 
801.81/801.88	c   751s|  2870k|  2860k|     0 |   0.0 | 844M|3062 |   - |3978 |1002 |   0 |   0 |   0 |  49k|   0 | 0.000000e+00 |      --      |    Inf 
803.81/803.85	c   753s|  2880k|  2870k|     0 |   0.0 | 848M|3062 |   - |3978 |1024 |   0 |   0 |   0 |  49k|   0 | 0.000000e+00 |      --      |    Inf 
805.60/805.66	c   755s|  2890k|  2880k|     0 |   0.0 | 851M|3062 |   - |3978 |1005 |   0 |   0 |   0 |  50k|   0 | 0.000000e+00 |      --      |    Inf 
807.60/807.60	c   756s|  2900k|  2890k|     0 |   0.0 | 855M|3062 |   - |3978 |1004 |   0 |   0 |   0 |  50k|   0 | 0.000000e+00 |      --      |    Inf 
809.40/809.45	c   758s|  2910k|  2900k|     0 |   0.0 | 859M|3062 |   - |3978 |1044 |   0 |   0 |   0 |  51k|   0 | 0.000000e+00 |      --      |    Inf 
811.30/811.33	c   760s|  2920k|  2909k|     0 |   0.0 | 863M|3062 |   - |3978 | 971 |   0 |   0 |   0 |  51k|   0 | 0.000000e+00 |      --      |    Inf 
813.00/813.07	c   761s|  2930k|  2919k|     0 |   0.0 | 866M|3062 |   - |3978 | 982 |   0 |   0 |   0 |  52k|   0 | 0.000000e+00 |      --      |    Inf 
814.80/814.86	c   763s|  2940k|  2929k|     0 |   0.0 | 870M|3062 |   - |3978 |1035 |   0 |   0 |   0 |  53k|   0 | 0.000000e+00 |      --      |    Inf 
816.60/816.62	c   764s|  2950k|  2939k|     0 |   0.0 | 874M|3062 |   - |3978 |1057 |   0 |   0 |   0 |  53k|   0 | 0.000000e+00 |      --      |    Inf 
818.31/818.39	c   766s|  2960k|  2949k|     0 |   0.0 | 878M|3062 |   - |3978 |1022 |   0 |   0 |   0 |  54k|   0 | 0.000000e+00 |      --      |    Inf 
820.10/820.14	c   768s|  2970k|  2959k|     0 |   0.0 | 882M|3062 |   - |3978 |1034 |   0 |   0 |   0 |  54k|   0 | 0.000000e+00 |      --      |    Inf 
821.81/821.88	c   769s|  2980k|  2969k|     0 |   0.0 | 886M|3062 |   - |3978 |1040 |   0 |   0 |   0 |  55k|   0 | 0.000000e+00 |      --      |    Inf 
823.60/823.65	c   771s|  2990k|  2978k|     0 |   0.0 | 890M|3062 |   - |3978 |1085 |   0 |   0 |   0 |  56k|   0 | 0.000000e+00 |      --      |    Inf 
825.40/825.43	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
825.40/825.43	c   772s|  3000k|  2988k|     0 |   0.0 | 894M|3062 |   - |3978 |1106 |   0 |   0 |   0 |  57k|   0 | 0.000000e+00 |      --      |    Inf 
827.11/827.14	c   774s|  3010k|  2998k|     0 |   0.0 | 898M|3062 |   - |3978 |1067 |   0 |   0 |   0 |  58k|   0 | 0.000000e+00 |      --      |    Inf 
828.91/828.97	c   776s|  3020k|  3008k|     0 |   0.0 | 903M|3062 |   - |3978 |1042 |   0 |   0 |   0 |  59k|   0 | 0.000000e+00 |      --      |    Inf 
830.60/830.68	c   777s|  3030k|  3018k|     0 |   0.0 | 907M|3062 |   - |3978 |1065 |   0 |   0 |   0 |  60k|   0 | 0.000000e+00 |      --      |    Inf 
832.40/832.48	c   779s|  3040k|  3027k|     0 |   0.0 | 912M|3062 |   - |3978 |1122 |   0 |   0 |   0 |  61k|   0 | 0.000000e+00 |      --      |    Inf 
834.40/834.41	c   780s|  3050k|  3037k|     0 |   0.0 | 917M|3062 |   - |3978 |1087 |   0 |   0 |   0 |  62k|   0 | 0.000000e+00 |      --      |    Inf 
836.50/836.56	c   782s|  3060k|  3047k|     0 |   0.0 | 923M|3062 |   - |3978 |1100 |   0 |   0 |   0 |  64k|   0 | 0.000000e+00 |      --      |    Inf 
839.50/839.50	c   785s|  3070k|  3057k|     0 |   0.0 | 926M|3287 |   - |3978 |1048 |   0 |   0 |   0 |  65k|   0 | 0.000000e+00 |      --      |    Inf 
842.61/842.61	c   788s|  3080k|  3067k|     0 |   0.0 | 928M|3287 |   - |3978 | 822 |   0 |   0 |   0 |  65k|   0 | 0.000000e+00 |      --      |    Inf 
845.60/845.61	c   791s|  3090k|  3077k|     0 |   0.0 | 931M|3287 |   - |3978 | 731 |   0 |   0 |   0 |  65k|   0 | 0.000000e+00 |      --      |    Inf 
848.70/848.71	c   794s|  3100k|  3087k|     0 |   0.0 | 934M|3287 |   - |3978 | 707 |   0 |   0 |   0 |  65k|   0 | 0.000000e+00 |      --      |    Inf 
851.80/851.87	c   797s|  3110k|  3097k|     0 |   0.0 | 936M|3287 |   - |3978 | 761 |   0 |   0 |   0 |  65k|   0 | 0.000000e+00 |      --      |    Inf 
855.00/855.00	c   800s|  3120k|  3107k|     0 |   0.0 | 939M|3287 |   - |3978 | 727 |   0 |   0 |   0 |  65k|   0 | 0.000000e+00 |      --      |    Inf 
857.80/857.90	c   802s|  3130k|  3117k|     0 |   0.0 | 942M|3287 |   - |3978 | 685 |   0 |   0 |   0 |  65k|   0 | 0.000000e+00 |      --      |    Inf 
860.70/860.75	c   805s|  3140k|  3127k|     0 |   0.0 | 945M|3287 |   - |3978 | 696 |   0 |   0 |   0 |  65k|   0 | 0.000000e+00 |      --      |    Inf 
863.70/863.70	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
863.70/863.70	c   808s|  3150k|  3137k|     0 |   0.0 | 947M|3287 |   - |3978 | 695 |   0 |   0 |   0 |  65k|   0 | 0.000000e+00 |      --      |    Inf 
866.70/866.71	c   811s|  3160k|  3147k|     0 |   0.0 | 950M|3287 |   - |3978 | 688 |   0 |   0 |   0 |  66k|   0 | 0.000000e+00 |      --      |    Inf 
869.70/869.73	c   814s|  3170k|  3157k|     0 |   0.0 | 953M|3287 |   - |3978 | 668 |   0 |   0 |   0 |  66k|   0 | 0.000000e+00 |      --      |    Inf 
872.61/872.68	c   816s|  3180k|  3167k|     0 |   0.0 | 956M|3287 |   - |3978 | 653 |   0 |   0 |   0 |  66k|   0 | 0.000000e+00 |      --      |    Inf 
875.51/875.50	c   819s|  3190k|  3176k|     0 |   0.0 | 958M|3287 |   - |3978 | 654 |   0 |   0 |   0 |  66k|   0 | 0.000000e+00 |      --      |    Inf 
878.50/878.50	c   822s|  3200k|  3186k|     0 |   0.0 | 961M|3287 |   - |3978 | 661 |   0 |   0 |   0 |  66k|   0 | 0.000000e+00 |      --      |    Inf 
881.40/881.48	c   825s|  3210k|  3196k|     0 |   0.0 | 964M|3287 |   - |3978 | 646 |   0 |   0 |   0 |  66k|   0 | 0.000000e+00 |      --      |    Inf 
884.41/884.46	c   827s|  3220k|  3206k|     0 |   0.0 | 967M|3287 |   - |3978 | 654 |   0 |   0 |   0 |  66k|   0 | 0.000000e+00 |      --      |    Inf 
887.50/887.57	c   830s|  3230k|  3216k|     0 |   0.0 | 969M|3287 |   - |3978 | 667 |   0 |   0 |   0 |  66k|   0 | 0.000000e+00 |      --      |    Inf 
890.61/890.62	c   833s|  3240k|  3226k|     0 |   0.0 | 972M|3287 |   - |3978 | 674 |   0 |   0 |   0 |  66k|   0 | 0.000000e+00 |      --      |    Inf 
893.51/893.52	c   836s|  3250k|  3236k|     0 |   0.0 | 975M|3287 |   - |3978 | 661 |   0 |   0 |   0 |  66k|   0 | 0.000000e+00 |      --      |    Inf 
896.51/896.56	c   839s|  3260k|  3246k|     0 |   0.0 | 977M|3287 |   - |3978 | 659 |   0 |   0 |   0 |  67k|   0 | 0.000000e+00 |      --      |    Inf 
899.61/899.61	c   842s|  3270k|  3256k|     0 |   0.0 | 980M|3287 |   - |3978 | 666 |   0 |   0 |   0 |  67k|   0 | 0.000000e+00 |      --      |    Inf 
902.60/902.64	c   844s|  3280k|  3266k|     0 |   0.0 | 983M|3287 |   - |3978 | 646 |   0 |   0 |   0 |  67k|   0 | 0.000000e+00 |      --      |    Inf 
905.71/905.77	c   847s|  3290k|  3276k|     0 |   0.0 | 986M|3287 |   - |3978 | 684 |   0 |   0 |   0 |  67k|   0 | 0.000000e+00 |      --      |    Inf 
908.80/908.80	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
908.80/908.80	c   850s|  3300k|  3286k|     0 |   0.0 | 989M|3287 |   - |3978 | 658 |   0 |   0 |   0 |  67k|   0 | 0.000000e+00 |      --      |    Inf 
911.70/911.76	c   853s|  3310k|  3296k|     0 |   0.0 | 991M|3287 |   - |3978 | 655 |   0 |   0 |   0 |  67k|   0 | 0.000000e+00 |      --      |    Inf 
914.80/914.80	c   856s|  3320k|  3306k|     0 |   0.0 | 994M|3287 |   - |3978 | 642 |   0 |   0 |   0 |  67k|   0 | 0.000000e+00 |      --      |    Inf 
917.81/917.83	c   859s|  3330k|  3316k|     0 |   0.0 | 997M|3287 |   - |3978 | 656 |   0 |   0 |   0 |  67k|   0 | 0.000000e+00 |      --      |    Inf 
920.71/920.78	c   862s|  3340k|  3326k|     0 |   0.0 |1000M|3287 |   - |3978 | 675 |   0 |   0 |   0 |  67k|   0 | 0.000000e+00 |      --      |    Inf 
923.81/923.89	c   864s|  3350k|  3336k|     0 |   0.0 |1002M|3287 |   - |3978 | 662 |   0 |   0 |   0 |  68k|   0 | 0.000000e+00 |      --      |    Inf 
926.90/926.93	c   867s|  3360k|  3346k|     0 |   0.0 |1005M|3287 |   - |3978 | 657 |   0 |   0 |   0 |  68k|   0 | 0.000000e+00 |      --      |    Inf 
929.80/929.89	c   870s|  3370k|  3356k|     0 |   0.0 |1008M|3287 |   - |3978 | 679 |   0 |   0 |   0 |  68k|   0 | 0.000000e+00 |      --      |    Inf 
932.90/932.92	c   873s|  3380k|  3366k|     0 |   0.0 |1010M|3287 |   - |3978 | 642 |   0 |   0 |   0 |  68k|   0 | 0.000000e+00 |      --      |    Inf 
935.90/936.00	c   876s|  3390k|  3376k|     0 |   0.0 |1013M|3287 |   - |3978 | 659 |   0 |   0 |   0 |  68k|   0 | 0.000000e+00 |      --      |    Inf 
939.01/939.03	c   879s|  3400k|  3386k|     0 |   0.0 |1016M|3287 |   - |3978 | 651 |   0 |   0 |   0 |  68k|   0 | 0.000000e+00 |      --      |    Inf 
942.10/942.14	c   882s|  3410k|  3396k|     0 |   0.0 |1019M|3287 |   - |3978 | 624 |   0 |   0 |   0 |  68k|   0 | 0.000000e+00 |      --      |    Inf 
945.00/945.04	c   884s|  3420k|  3406k|     0 |   0.0 |1021M|3287 |   - |3978 | 618 |   0 |   0 |   0 |  68k|   0 | 0.000000e+00 |      --      |    Inf 
948.21/948.25	c   887s|  3430k|  3416k|     0 |   0.0 |1024M|3287 |   - |3978 | 618 |   0 |   0 |   0 |  68k|   0 | 0.000000e+00 |      --      |    Inf 
951.11/951.19	c   890s|  3440k|  3426k|     0 |   0.0 |1027M|3287 |   - |3978 | 551 |   0 |   0 |   0 |  69k|   0 | 0.000000e+00 |      --      |    Inf 
954.20/954.25	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
954.20/954.25	c   893s|  3450k|  3436k|     0 |   0.0 |1030M|3287 |   - |3978 | 552 |   0 |   0 |   0 |  69k|   0 | 0.000000e+00 |      --      |    Inf 
957.31/957.35	c   896s|  3460k|  3446k|     0 |   0.0 |1032M|3287 |   - |3978 | 554 |   0 |   0 |   0 |  69k|   0 | 0.000000e+00 |      --      |    Inf 
960.21/960.29	c   899s|  3470k|  3456k|     0 |   0.0 |1035M|3287 |   - |3978 | 524 |   0 |   0 |   0 |  69k|   0 | 0.000000e+00 |      --      |    Inf 
963.31/963.39	c   902s|  3480k|  3466k|     0 |   0.0 |1038M|3287 |   - |3978 | 535 |   0 |   0 |   0 |  69k|   0 | 0.000000e+00 |      --      |    Inf 
966.31/966.37	c   904s|  3490k|  3476k|     0 |   0.0 |1040M|3287 |   - |3978 | 542 |   0 |   0 |   0 |  69k|   0 | 0.000000e+00 |      --      |    Inf 
969.31/969.38	c   907s|  3500k|  3486k|     0 |   0.0 |1043M|3287 |   - |3978 | 512 |   0 |   0 |   0 |  69k|   0 | 0.000000e+00 |      --      |    Inf 
972.31/972.35	c   910s|  3510k|  3496k|     0 |   0.0 |1046M|3287 |   - |3978 | 539 |   0 |   0 |   0 |  69k|   0 | 0.000000e+00 |      --      |    Inf 
975.40/975.42	c   913s|  3520k|  3506k|     0 |   0.0 |1049M|3287 |   - |3978 | 556 |   0 |   0 |   0 |  69k|   0 | 0.000000e+00 |      --      |    Inf 
978.40/978.48	c   916s|  3530k|  3516k|     0 |   0.0 |1051M|3287 |   - |3978 | 576 |   0 |   0 |   0 |  70k|   0 | 0.000000e+00 |      --      |    Inf 
981.40/981.46	c   919s|  3540k|  3526k|     0 |   0.0 |1054M|3287 |   - |3978 | 536 |   0 |   0 |   0 |  70k|   0 | 0.000000e+00 |      --      |    Inf 
984.42/984.45	c   921s|  3550k|  3536k|     0 |   0.0 |1057M|3287 |   - |3978 | 549 |   0 |   0 |   0 |  70k|   0 | 0.000000e+00 |      --      |    Inf 
987.51/987.50	c   924s|  3560k|  3546k|     0 |   0.0 |1059M|3287 |   - |3978 | 568 |   0 |   0 |   0 |  70k|   0 | 0.000000e+00 |      --      |    Inf 
990.51/990.57	c   927s|  3570k|  3556k|     0 |   0.0 |1062M|3287 |   - |3978 | 588 |   0 |   0 |   0 |  70k|   0 | 0.000000e+00 |      --      |    Inf 
993.61/993.64	c   930s|  3580k|  3566k|     0 |   0.0 |1065M|3287 |   - |3978 | 573 |   0 |   0 |   0 |  70k|   0 | 0.000000e+00 |      --      |    Inf 
996.71/996.72	c   933s|  3590k|  3576k|     0 |   0.0 |1068M|3287 |   - |3978 | 568 |   0 |   0 |   0 |  70k|   0 | 0.000000e+00 |      --      |    Inf 
999.61/999.65	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
999.61/999.65	c   936s|  3600k|  3586k|     0 |   0.0 |1070M|3287 |   - |3978 | 543 |   0 |   0 |   0 |  70k|   0 | 0.000000e+00 |      --      |    Inf 
1002.50/1002.55	c   938s|  3610k|  3596k|     0 |   0.0 |1073M|3287 |   - |3978 | 548 |   0 |   0 |   0 |  70k|   0 | 0.000000e+00 |      --      |    Inf 
1005.60/1005.61	c   941s|  3620k|  3606k|     0 |   0.0 |1076M|3287 |   - |3978 | 539 |   0 |   0 |   0 |  70k|   0 | 0.000000e+00 |      --      |    Inf 
1008.61/1008.61	c   944s|  3630k|  3616k|     0 |   0.0 |1078M|3287 |   - |3978 | 542 |   0 |   0 |   0 |  71k|   0 | 0.000000e+00 |      --      |    Inf 
1011.61/1011.65	c   947s|  3640k|  3626k|     0 |   0.0 |1081M|3287 |   - |3978 | 537 |   0 |   0 |   0 |  71k|   0 | 0.000000e+00 |      --      |    Inf 
1014.60/1014.63	c   950s|  3650k|  3636k|     0 |   0.0 |1084M|3287 |   - |3978 | 533 |   0 |   0 |   0 |  71k|   0 | 0.000000e+00 |      --      |    Inf 
1017.61/1017.63	c   953s|  3660k|  3645k|     0 |   0.0 |1087M|3287 |   - |3978 | 536 |   0 |   0 |   0 |  71k|   0 | 0.000000e+00 |      --      |    Inf 
1020.51/1020.59	c   955s|  3670k|  3655k|     0 |   0.0 |1089M|3287 |   - |3978 | 529 |   0 |   0 |   0 |  71k|   0 | 0.000000e+00 |      --      |    Inf 
1023.61/1023.65	c   958s|  3680k|  3665k|     0 |   0.0 |1092M|3287 |   - |3978 | 547 |   0 |   0 |   0 |  71k|   0 | 0.000000e+00 |      --      |    Inf 
1026.71/1026.72	c   961s|  3690k|  3675k|     0 |   0.0 |1095M|3287 |   - |3978 | 528 |   0 |   0 |   0 |  71k|   0 | 0.000000e+00 |      --      |    Inf 
1029.71/1029.73	c   964s|  3700k|  3685k|     0 |   0.0 |1097M|3287 |   - |3978 | 529 |   0 |   0 |   0 |  71k|   0 | 0.000000e+00 |      --      |    Inf 
1032.71/1032.75	c   967s|  3710k|  3695k|     0 |   0.0 |1100M|3287 |   - |3978 | 538 |   0 |   0 |   0 |  71k|   0 | 0.000000e+00 |      --      |    Inf 
1035.70/1035.76	c   970s|  3720k|  3705k|     0 |   0.0 |1103M|3287 |   - |3978 | 557 |   0 |   0 |   0 |  71k|   0 | 0.000000e+00 |      --      |    Inf 
1038.80/1038.85	c   973s|  3730k|  3715k|     0 |   0.0 |1106M|3287 |   - |3978 | 567 |   0 |   0 |   0 |  72k|   0 | 0.000000e+00 |      --      |    Inf 
1041.80/1041.89	c   975s|  3740k|  3725k|     0 |   0.0 |1108M|3287 |   - |3978 | 579 |   0 |   0 |   0 |  72k|   0 | 0.000000e+00 |      --      |    Inf 
1044.81/1044.87	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1044.81/1044.87	c   978s|  3750k|  3735k|     0 |   0.0 |1111M|3287 |   - |3978 | 526 |   0 |   0 |   0 |  72k|   0 | 0.000000e+00 |      --      |    Inf 
1047.71/1047.78	c   981s|  3760k|  3745k|     0 |   0.0 |1114M|3287 |   - |3978 | 523 |   0 |   0 |   0 |  72k|   0 | 0.000000e+00 |      --      |    Inf 
1050.71/1050.79	c   984s|  3770k|  3755k|     0 |   0.0 |1116M|3287 |   - |3978 | 536 |   0 |   0 |   0 |  72k|   0 | 0.000000e+00 |      --      |    Inf 
1053.61/1053.70	c   987s|  3780k|  3765k|     0 |   0.0 |1119M|3287 |   - |3978 | 529 |   0 |   0 |   0 |  72k|   0 | 0.000000e+00 |      --      |    Inf 
1056.71/1056.78	c   989s|  3790k|  3775k|     0 |   0.0 |1122M|3287 |   - |3978 | 553 |   0 |   0 |   0 |  72k|   0 | 0.000000e+00 |      --      |    Inf 
1059.81/1059.80	c   992s|  3800k|  3785k|     0 |   0.0 |1125M|3287 |   - |3978 | 550 |   0 |   0 |   0 |  72k|   0 | 0.000000e+00 |      --      |    Inf 
1062.91/1062.90	c   995s|  3810k|  3795k|     0 |   0.0 |1127M|3287 |   - |3978 | 547 |   0 |   0 |   0 |  72k|   0 | 0.000000e+00 |      --      |    Inf 
1065.91/1065.95	c   998s|  3820k|  3805k|     0 |   0.0 |1130M|3287 |   - |3978 | 553 |   0 |   0 |   0 |  72k|   0 | 0.000000e+00 |      --      |    Inf 
1068.91/1068.96	c  1001s|  3830k|  3815k|     0 |   0.0 |1133M|3287 |   - |3978 | 543 |   0 |   0 |   0 |  73k|   0 | 0.000000e+00 |      --      |    Inf 
1071.91/1071.90	c  1004s|  3840k|  3825k|     0 |   0.0 |1135M|3287 |   - |3978 | 575 |   0 |   0 |   0 |  73k|   0 | 0.000000e+00 |      --      |    Inf 
1074.91/1074.93	c  1006s|  3850k|  3835k|     0 |   0.0 |1138M|3287 |   - |3978 | 538 |   0 |   0 |   0 |  73k|   0 | 0.000000e+00 |      --      |    Inf 
1077.91/1077.97	c  1009s|  3860k|  3845k|     0 |   0.0 |1141M|3287 |   - |3978 | 554 |   0 |   0 |   0 |  73k|   0 | 0.000000e+00 |      --      |    Inf 
1081.01/1081.06	c  1012s|  3870k|  3855k|     0 |   0.0 |1143M|3287 |   - |3978 | 561 |   0 |   0 |   0 |  73k|   0 | 0.000000e+00 |      --      |    Inf 
1084.01/1084.02	c  1015s|  3880k|  3865k|     0 |   0.0 |1146M|3287 |   - |3978 | 547 |   0 |   0 |   0 |  73k|   0 | 0.000000e+00 |      --      |    Inf 
1087.01/1087.08	c  1018s|  3890k|  3875k|     0 |   0.0 |1149M|3287 |   - |3978 | 528 |   0 |   0 |   0 |  73k|   0 | 0.000000e+00 |      --      |    Inf 
1090.01/1090.03	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1090.01/1090.03	c  1021s|  3900k|  3885k|     0 |   0.0 |1152M|3287 |   - |3978 | 536 |   0 |   0 |   0 |  73k|   0 | 0.000000e+00 |      --      |    Inf 
1093.11/1093.10	c  1024s|  3910k|  3895k|     0 |   0.0 |1154M|3287 |   - |3978 | 560 |   0 |   0 |   0 |  73k|   0 | 0.000000e+00 |      --      |    Inf 
1096.11/1096.17	c  1027s|  3920k|  3905k|     0 |   0.0 |1157M|3287 |   - |3978 | 589 |   0 |   0 |   0 |  74k|   0 | 0.000000e+00 |      --      |    Inf 
1099.21/1099.29	c  1029s|  3930k|  3915k|     0 |   0.0 |1160M|3287 |   - |3978 | 586 |   0 |   0 |   0 |  74k|   0 | 0.000000e+00 |      --      |    Inf 
1102.31/1102.30	c  1032s|  3940k|  3925k|     0 |   0.0 |1162M|3287 |   - |3978 | 563 |   0 |   0 |   0 |  74k|   0 | 0.000000e+00 |      --      |    Inf 
1105.31/1105.33	c  1035s|  3950k|  3935k|     0 |   0.0 |1165M|3287 |   - |3978 | 566 |   0 |   0 |   0 |  74k|   0 | 0.000000e+00 |      --      |    Inf 
1108.41/1108.45	c  1038s|  3960k|  3945k|     0 |   0.0 |1168M|3287 |   - |3978 | 549 |   0 |   0 |   0 |  74k|   0 | 0.000000e+00 |      --      |    Inf 
1111.51/1111.56	c  1041s|  3970k|  3955k|     0 |   0.0 |1171M|3287 |   - |3978 | 570 |   0 |   0 |   0 |  74k|   0 | 0.000000e+00 |      --      |    Inf 
1114.61/1114.65	c  1044s|  3980k|  3965k|     0 |   0.0 |1173M|3287 |   - |3978 | 579 |   0 |   0 |   0 |  74k|   0 | 0.000000e+00 |      --      |    Inf 
1117.71/1117.75	c  1047s|  3990k|  3975k|     0 |   0.0 |1176M|3287 |   - |3978 | 551 |   0 |   0 |   0 |  74k|   0 | 0.000000e+00 |      --      |    Inf 
1120.81/1120.82	c  1050s|  4000k|  3985k|     0 |   0.0 |1179M|3287 |   - |3978 | 565 |   0 |   0 |   0 |  75k|   0 | 0.000000e+00 |      --      |    Inf 
1123.81/1123.82	c  1053s|  4010k|  3995k|     0 |   0.0 |1181M|3287 |   - |3978 | 612 |   0 |   0 |   0 |  75k|   0 | 0.000000e+00 |      --      |    Inf 
1126.81/1126.84	c  1055s|  4020k|  4005k|     0 |   0.0 |1184M|3287 |   - |3978 | 607 |   0 |   0 |   0 |  75k|   0 | 0.000000e+00 |      --      |    Inf 
1129.91/1129.93	c  1058s|  4030k|  4015k|     0 |   0.0 |1187M|3287 |   - |3978 | 614 |   0 |   0 |   0 |  75k|   0 | 0.000000e+00 |      --      |    Inf 
1132.92/1132.97	c  1061s|  4040k|  4025k|     0 |   0.0 |1190M|3287 |   - |3978 | 626 |   0 |   0 |   0 |  75k|   0 | 0.000000e+00 |      --      |    Inf 
1136.01/1136.06	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1136.01/1136.06	c  1064s|  4050k|  4035k|     0 |   0.0 |1192M|3287 |   - |3978 | 611 |   0 |   0 |   0 |  75k|   0 | 0.000000e+00 |      --      |    Inf 
1138.91/1138.95	c  1067s|  4060k|  4045k|     0 |   0.0 |1195M|3287 |   - |3978 | 559 |   0 |   0 |   0 |  75k|   0 | 0.000000e+00 |      --      |    Inf 
1142.11/1142.15	c  1070s|  4070k|  4055k|     0 |   0.0 |1198M|3287 |   - |3978 | 609 |   0 |   0 |   0 |  75k|   0 | 0.000000e+00 |      --      |    Inf 
1145.02/1145.07	c  1073s|  4080k|  4065k|     0 |   0.0 |1200M|3287 |   - |3978 | 574 |   0 |   0 |   0 |  75k|   0 | 0.000000e+00 |      --      |    Inf 
1148.11/1148.10	c  1075s|  4090k|  4075k|     0 |   0.0 |1203M|3287 |   - |3978 | 592 |   0 |   0 |   0 |  76k|   0 | 0.000000e+00 |      --      |    Inf 
1151.11/1151.15	c  1078s|  4100k|  4085k|     0 |   0.0 |1206M|3287 |   - |3978 | 590 |   0 |   0 |   0 |  76k|   0 | 0.000000e+00 |      --      |    Inf 
1154.01/1154.04	c  1081s|  4110k|  4095k|     0 |   0.0 |1208M|3287 |   - |3978 | 565 |   0 |   0 |   0 |  76k|   0 | 0.000000e+00 |      --      |    Inf 
1157.01/1157.10	c  1084s|  4120k|  4104k|     0 |   0.0 |1211M|3287 |   - |3978 | 615 |   0 |   0 |   0 |  76k|   0 | 0.000000e+00 |      --      |    Inf 
1160.01/1160.04	c  1087s|  4130k|  4114k|     0 |   0.0 |1214M|3287 |   - |3978 | 593 |   0 |   0 |   0 |  76k|   0 | 0.000000e+00 |      --      |    Inf 
1163.01/1163.07	c  1090s|  4140k|  4124k|     0 |   0.0 |1217M|3287 |   - |3978 | 576 |   0 |   0 |   0 |  76k|   0 | 0.000000e+00 |      --      |    Inf 
1166.01/1166.08	c  1092s|  4150k|  4134k|     0 |   0.0 |1219M|3287 |   - |3978 | 572 |   0 |   0 |   0 |  76k|   0 | 0.000000e+00 |      --      |    Inf 
1169.11/1169.15	c  1095s|  4160k|  4144k|     0 |   0.0 |1222M|3287 |   - |3978 | 574 |   0 |   0 |   0 |  76k|   0 | 0.000000e+00 |      --      |    Inf 
1172.01/1172.08	c  1098s|  4170k|  4154k|     0 |   0.0 |1225M|3287 |   - |3978 | 562 |   0 |   0 |   0 |  76k|   0 | 0.000000e+00 |      --      |    Inf 
1175.21/1175.23	c  1101s|  4180k|  4164k|     0 |   0.0 |1227M|3287 |   - |3978 | 579 |   0 |   0 |   0 |  76k|   0 | 0.000000e+00 |      --      |    Inf 
1178.12/1178.16	c  1104s|  4190k|  4174k|     0 |   0.0 |1230M|3287 |   - |3978 | 573 |   0 |   0 |   0 |  77k|   0 | 0.000000e+00 |      --      |    Inf 
1181.21/1181.22	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1181.21/1181.22	c  1107s|  4200k|  4184k|     0 |   0.0 |1233M|3287 |   - |3978 | 612 |   0 |   0 |   0 |  77k|   0 | 0.000000e+00 |      --      |    Inf 
1184.12/1184.17	c  1109s|  4210k|  4194k|     0 |   0.0 |1236M|3287 |   - |3978 | 573 |   0 |   0 |   0 |  77k|   0 | 0.000000e+00 |      --      |    Inf 
1187.31/1187.30	c  1112s|  4220k|  4204k|     0 |   0.0 |1238M|3287 |   - |3978 | 593 |   0 |   0 |   0 |  77k|   0 | 0.000000e+00 |      --      |    Inf 
1190.22/1190.24	c  1115s|  4230k|  4214k|     0 |   0.0 |1241M|3287 |   - |3978 | 563 |   0 |   0 |   0 |  77k|   0 | 0.000000e+00 |      --      |    Inf 
1193.31/1193.34	c  1118s|  4240k|  4224k|     0 |   0.0 |1244M|3287 |   - |3978 | 575 |   0 |   0 |   0 |  77k|   0 | 0.000000e+00 |      --      |    Inf 
1196.11/1196.18	c  1121s|  4250k|  4234k|     0 |   0.0 |1246M|3287 |   - |3978 | 568 |   0 |   0 |   0 |  77k|   0 | 0.000000e+00 |      --      |    Inf 
1199.31/1199.32	c  1124s|  4260k|  4244k|     0 |   0.0 |1249M|3287 |   - |3978 | 575 |   0 |   0 |   0 |  77k|   0 | 0.000000e+00 |      --      |    Inf 
1202.22/1202.25	c  1126s|  4270k|  4254k|     0 |   0.0 |1252M|3287 |   - |3978 | 575 |   0 |   0 |   0 |  77k|   0 | 0.000000e+00 |      --      |    Inf 
1205.31/1205.36	c  1129s|  4280k|  4264k|     0 |   0.0 |1254M|3287 |   - |3978 | 557 |   0 |   0 |   0 |  78k|   0 | 0.000000e+00 |      --      |    Inf 
1208.31/1208.38	c  1132s|  4290k|  4274k|     0 |   0.0 |1257M|3287 |   - |3978 | 554 |   0 |   0 |   0 |  78k|   0 | 0.000000e+00 |      --      |    Inf 
1211.41/1211.40	c  1135s|  4300k|  4284k|     0 |   0.0 |1260M|3287 |   - |3978 | 548 |   0 |   0 |   0 |  78k|   0 | 0.000000e+00 |      --      |    Inf 
1214.31/1214.37	c  1138s|  4310k|  4294k|     0 |   0.0 |1263M|3287 |   - |3978 | 553 |   0 |   0 |   0 |  78k|   0 | 0.000000e+00 |      --      |    Inf 
1217.42/1217.45	c  1141s|  4320k|  4304k|     0 |   0.0 |1265M|3287 |   - |3978 | 538 |   0 |   0 |   0 |  78k|   0 | 0.000000e+00 |      --      |    Inf 
1220.32/1220.35	c  1143s|  4330k|  4314k|     0 |   0.0 |1268M|3287 |   - |3978 | 565 |   0 |   0 |   0 |  78k|   0 | 0.000000e+00 |      --      |    Inf 
1223.31/1223.38	c  1146s|  4340k|  4324k|     0 |   0.0 |1271M|3287 |   - |3978 | 544 |   0 |   0 |   0 |  78k|   0 | 0.000000e+00 |      --      |    Inf 
1226.41/1226.41	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1226.41/1226.41	c  1149s|  4350k|  4334k|     0 |   0.0 |1273M|3287 |   - |3978 | 585 |   0 |   0 |   0 |  78k|   0 | 0.000000e+00 |      --      |    Inf 
1229.42/1229.40	c  1152s|  4360k|  4344k|     0 |   0.0 |1276M|3287 |   - |3978 | 566 |   0 |   0 |   0 |  78k|   0 | 0.000000e+00 |      --      |    Inf 
1232.41/1232.47	c  1155s|  4370k|  4354k|     0 |   0.0 |1279M|3287 |   - |3978 | 608 |   0 |   0 |   0 |  79k|   0 | 0.000000e+00 |      --      |    Inf 
1235.41/1235.49	c  1158s|  4380k|  4364k|     0 |   0.0 |1282M|3287 |   - |3978 | 580 |   0 |   0 |   0 |  79k|   0 | 0.000000e+00 |      --      |    Inf 
1238.52/1238.51	c  1160s|  4390k|  4374k|     0 |   0.0 |1284M|3287 |   - |3978 | 560 |   0 |   0 |   0 |  79k|   0 | 0.000000e+00 |      --      |    Inf 
1241.51/1241.54	c  1163s|  4400k|  4384k|     0 |   0.0 |1287M|3287 |   - |3978 | 555 |   0 |   0 |   0 |  79k|   0 | 0.000000e+00 |      --      |    Inf 
1244.52/1244.57	c  1166s|  4410k|  4394k|     0 |   0.0 |1290M|3287 |   - |3978 | 562 |   0 |   0 |   0 |  79k|   0 | 0.000000e+00 |      --      |    Inf 
1247.51/1247.50	c  1169s|  4420k|  4404k|     0 |   0.0 |1292M|3287 |   - |3978 | 561 |   0 |   0 |   0 |  79k|   0 | 0.000000e+00 |      --      |    Inf 
1250.62/1250.65	c  1172s|  4430k|  4414k|     0 |   0.0 |1295M|3287 |   - |3978 | 577 |   0 |   0 |   0 |  79k|   0 | 0.000000e+00 |      --      |    Inf 
1253.51/1253.59	c  1175s|  4440k|  4424k|     0 |   0.0 |1298M|3287 |   - |3978 | 591 |   0 |   0 |   0 |  79k|   0 | 0.000000e+00 |      --      |    Inf 
1256.71/1256.76	c  1178s|  4450k|  4434k|     0 |   0.0 |1301M|3287 |   - |3978 | 586 |   0 |   0 |   0 |  79k|   0 | 0.000000e+00 |      --      |    Inf 
1259.82/1259.81	c  1181s|  4460k|  4444k|     0 |   0.0 |1303M|3287 |   - |3978 | 595 |   0 |   0 |   0 |  79k|   0 | 0.000000e+00 |      --      |    Inf 
1262.82/1262.88	c  1183s|  4470k|  4454k|     0 |   0.0 |1306M|3287 |   - |3978 | 556 |   0 |   0 |   0 |  80k|   0 | 0.000000e+00 |      --      |    Inf 
1265.81/1265.84	c  1186s|  4480k|  4464k|     0 |   0.0 |1309M|3287 |   - |3978 | 558 |   0 |   0 |   0 |  80k|   0 | 0.000000e+00 |      --      |    Inf 
1268.91/1268.93	c  1189s|  4490k|  4474k|     0 |   0.0 |1311M|3287 |   - |3978 | 581 |   0 |   0 |   0 |  80k|   0 | 0.000000e+00 |      --      |    Inf 
1271.92/1271.99	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1271.92/1271.99	c  1192s|  4500k|  4484k|     0 |   0.0 |1314M|3287 |   - |3978 | 623 |   0 |   0 |   0 |  80k|   0 | 0.000000e+00 |      --      |    Inf 
1275.01/1275.05	c  1195s|  4510k|  4494k|     0 |   0.0 |1317M|3287 |   - |3978 | 600 |   0 |   0 |   0 |  80k|   0 | 0.000000e+00 |      --      |    Inf 
1278.12/1278.12	c  1198s|  4520k|  4504k|     0 |   0.0 |1319M|3287 |   - |3978 | 583 |   0 |   0 |   0 |  80k|   0 | 0.000000e+00 |      --      |    Inf 
1281.02/1281.01	c  1200s|  4530k|  4514k|     0 |   0.0 |1322M|3287 |   - |3978 | 599 |   0 |   0 |   0 |  80k|   0 | 0.000000e+00 |      --      |    Inf 
1284.12/1284.12	c  1203s|  4540k|  4524k|     0 |   0.0 |1325M|3287 |   - |3978 | 608 |   0 |   0 |   0 |  80k|   0 | 0.000000e+00 |      --      |    Inf 
1287.02/1287.07	c  1206s|  4550k|  4534k|     0 |   0.0 |1328M|3287 |   - |3978 | 596 |   0 |   0 |   0 |  81k|   0 | 0.000000e+00 |      --      |    Inf 
1290.01/1290.05	c  1209s|  4560k|  4544k|     0 |   0.0 |1330M|3287 |   - |3978 | 604 |   0 |   0 |   0 |  81k|   0 | 0.000000e+00 |      --      |    Inf 
1293.01/1293.05	c  1212s|  4570k|  4554k|     0 |   0.0 |1333M|3287 |   - |3978 | 601 |   0 |   0 |   0 |  81k|   0 | 0.000000e+00 |      --      |    Inf 
1296.02/1296.05	c  1215s|  4580k|  4563k|     0 |   0.0 |1336M|3287 |   - |3978 | 582 |   0 |   0 |   0 |  81k|   0 | 0.000000e+00 |      --      |    Inf 
1299.12/1299.10	c  1218s|  4590k|  4573k|     0 |   0.0 |1338M|3287 |   - |3978 | 576 |   0 |   0 |   0 |  81k|   0 | 0.000000e+00 |      --      |    Inf 
1301.91/1301.93	c  1220s|  4600k|  4583k|     0 |   0.0 |1341M|3287 |   - |3978 | 557 |   0 |   0 |   0 |  81k|   0 | 0.000000e+00 |      --      |    Inf 
1305.02/1305.02	c  1223s|  4610k|  4593k|     0 |   0.0 |1344M|3287 |   - |3978 | 609 |   0 |   0 |   0 |  81k|   0 | 0.000000e+00 |      --      |    Inf 
1308.02/1308.06	c  1226s|  4620k|  4603k|     0 |   0.0 |1346M|3287 |   - |3978 | 609 |   0 |   0 |   0 |  81k|   0 | 0.000000e+00 |      --      |    Inf 
1311.01/1311.03	c  1229s|  4630k|  4613k|     0 |   0.0 |1349M|3287 |   - |3978 | 590 |   0 |   0 |   0 |  81k|   0 | 0.000000e+00 |      --      |    Inf 
1313.92/1313.96	c  1232s|  4640k|  4623k|     0 |   0.0 |1352M|3287 |   - |3978 | 600 |   0 |   0 |   0 |  81k|   0 | 0.000000e+00 |      --      |    Inf 
1316.92/1316.97	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1316.92/1316.97	c  1234s|  4650k|  4633k|     0 |   0.0 |1355M|3287 |   - |3978 | 595 |   0 |   0 |   0 |  82k|   0 | 0.000000e+00 |      --      |    Inf 
1319.92/1319.99	c  1237s|  4660k|  4643k|     0 |   0.0 |1357M|3287 |   - |3978 | 592 |   0 |   0 |   0 |  82k|   0 | 0.000000e+00 |      --      |    Inf 
1323.01/1323.01	c  1240s|  4670k|  4653k|     0 |   0.0 |1360M|3287 |   - |3978 | 585 |   0 |   0 |   0 |  82k|   0 | 0.000000e+00 |      --      |    Inf 
1325.92/1325.98	c  1243s|  4680k|  4663k|     0 |   0.0 |1363M|3287 |   - |3978 | 591 |   0 |   0 |   0 |  82k|   0 | 0.000000e+00 |      --      |    Inf 
1328.91/1328.96	c  1246s|  4690k|  4673k|     0 |   0.0 |1365M|3287 |   - |3978 | 593 |   0 |   0 |   0 |  82k|   0 | 0.000000e+00 |      --      |    Inf 
1331.92/1331.95	c  1248s|  4700k|  4683k|     0 |   0.0 |1368M|3287 |   - |3978 | 595 |   0 |   0 |   0 |  82k|   0 | 0.000000e+00 |      --      |    Inf 
1334.91/1334.90	c  1251s|  4710k|  4693k|     0 |   0.0 |1371M|3287 |   - |3978 | 588 |   0 |   0 |   0 |  82k|   0 | 0.000000e+00 |      --      |    Inf 
1337.91/1337.91	c  1254s|  4720k|  4703k|     0 |   0.0 |1374M|3287 |   - |3978 | 574 |   0 |   0 |   0 |  82k|   0 | 0.000000e+00 |      --      |    Inf 
1340.93/1340.95	c  1257s|  4730k|  4713k|     0 |   0.0 |1376M|3287 |   - |3978 | 588 |   0 |   0 |   0 |  82k|   0 | 0.000000e+00 |      --      |    Inf 
1343.82/1343.86	c  1260s|  4740k|  4723k|     0 |   0.0 |1379M|3287 |   - |3978 | 581 |   0 |   0 |   0 |  83k|   0 | 0.000000e+00 |      --      |    Inf 
1346.92/1346.99	c  1263s|  4750k|  4733k|     0 |   0.0 |1382M|3287 |   - |3978 | 581 |   0 |   0 |   0 |  83k|   0 | 0.000000e+00 |      --      |    Inf 
1349.91/1349.98	c  1265s|  4760k|  4743k|     0 |   0.0 |1384M|3287 |   - |3978 | 610 |   0 |   0 |   0 |  83k|   0 | 0.000000e+00 |      --      |    Inf 
1353.02/1353.09	c  1268s|  4770k|  4753k|     0 |   0.0 |1387M|3287 |   - |3978 | 629 |   0 |   0 |   0 |  83k|   0 | 0.000000e+00 |      --      |    Inf 
1355.92/1355.95	c  1271s|  4780k|  4763k|     0 |   0.0 |1390M|3287 |   - |3978 | 606 |   0 |   0 |   0 |  83k|   0 | 0.000000e+00 |      --      |    Inf 
1359.02/1359.08	c  1274s|  4790k|  4773k|     0 |   0.0 |1393M|3287 |   - |3978 | 624 |   0 |   0 |   0 |  83k|   0 | 0.000000e+00 |      --      |    Inf 
1362.12/1362.11	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1362.12/1362.11	c  1277s|  4800k|  4783k|     0 |   0.0 |1395M|3287 |   - |3978 | 621 |   0 |   0 |   0 |  83k|   0 | 0.000000e+00 |      --      |    Inf 
1365.12/1365.17	c  1280s|  4810k|  4793k|     0 |   0.0 |1398M|3287 |   - |3978 | 602 |   0 |   0 |   0 |  83k|   0 | 0.000000e+00 |      --      |    Inf 
1368.12/1368.15	c  1283s|  4820k|  4803k|     0 |   0.0 |1401M|3287 |   - |3978 | 587 |   0 |   0 |   0 |  83k|   0 | 0.000000e+00 |      --      |    Inf 
1371.12/1371.14	c  1285s|  4830k|  4813k|     0 |   0.0 |1403M|3287 |   - |3978 | 603 |   0 |   0 |   0 |  83k|   0 | 0.000000e+00 |      --      |    Inf 
1374.12/1374.16	c  1288s|  4840k|  4823k|     0 |   0.0 |1406M|3287 |   - |3978 | 595 |   0 |   0 |   0 |  84k|   0 | 0.000000e+00 |      --      |    Inf 
1377.12/1377.14	c  1291s|  4850k|  4833k|     0 |   0.0 |1409M|3287 |   - |3978 | 601 |   0 |   0 |   0 |  84k|   0 | 0.000000e+00 |      --      |    Inf 
1380.11/1380.12	c  1294s|  4860k|  4843k|     0 |   0.0 |1411M|3287 |   - |3978 | 584 |   0 |   0 |   0 |  84k|   0 | 0.000000e+00 |      --      |    Inf 
1383.11/1383.14	c  1297s|  4870k|  4853k|     0 |   0.0 |1414M|3287 |   - |3978 | 582 |   0 |   0 |   0 |  84k|   0 | 0.000000e+00 |      --      |    Inf 
1386.11/1386.17	c  1299s|  4880k|  4863k|     0 |   0.0 |1417M|3287 |   - |3978 | 600 |   0 |   0 |   0 |  84k|   0 | 0.000000e+00 |      --      |    Inf 
1389.12/1389.14	c  1302s|  4890k|  4873k|     0 |   0.0 |1420M|3287 |   - |3978 | 605 |   0 |   0 |   0 |  84k|   0 | 0.000000e+00 |      --      |    Inf 
1392.12/1392.16	c  1305s|  4900k|  4883k|     0 |   0.0 |1422M|3287 |   - |3978 | 575 |   0 |   0 |   0 |  84k|   0 | 0.000000e+00 |      --      |    Inf 
1395.12/1395.10	c  1308s|  4910k|  4893k|     0 |   0.0 |1425M|3287 |   - |3978 | 588 |   0 |   0 |   0 |  84k|   0 | 0.000000e+00 |      --      |    Inf 
1398.13/1398.16	c  1311s|  4920k|  4903k|     0 |   0.0 |1428M|3287 |   - |3978 | 606 |   0 |   0 |   0 |  84k|   0 | 0.000000e+00 |      --      |    Inf 
1401.02/1401.07	c  1313s|  4930k|  4913k|     0 |   0.0 |1430M|3287 |   - |3978 | 607 |   0 |   0 |   0 |  84k|   0 | 0.000000e+00 |      --      |    Inf 
1404.12/1404.15	c  1316s|  4940k|  4923k|     0 |   0.0 |1433M|3287 |   - |3978 | 636 |   0 |   0 |   0 |  85k|   0 | 0.000000e+00 |      --      |    Inf 
1407.21/1407.20	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1407.21/1407.20	c  1319s|  4950k|  4933k|     0 |   0.0 |1436M|3287 |   - |3978 | 612 |   0 |   0 |   0 |  85k|   0 | 0.000000e+00 |      --      |    Inf 
1410.32/1410.33	c  1322s|  4960k|  4943k|     0 |   0.0 |1439M|3287 |   - |3978 | 605 |   0 |   0 |   0 |  85k|   0 | 0.000000e+00 |      --      |    Inf 
1413.22/1413.25	c  1325s|  4970k|  4953k|     0 |   0.0 |1441M|3287 |   - |3978 | 591 |   0 |   0 |   0 |  85k|   0 | 0.000000e+00 |      --      |    Inf 
1416.32/1416.36	c  1328s|  4980k|  4963k|     0 |   0.0 |1444M|3287 |   - |3978 | 628 |   0 |   0 |   0 |  85k|   0 | 0.000000e+00 |      --      |    Inf 
1419.21/1419.27	c  1331s|  4990k|  4973k|     0 |   0.0 |1447M|3287 |   - |3978 | 615 |   0 |   0 |   0 |  85k|   0 | 0.000000e+00 |      --      |    Inf 
1422.32/1422.34	c  1333s|  5000k|  4983k|     0 |   0.0 |1449M|3287 |   - |3978 | 614 |   0 |   0 |   0 |  85k|   0 | 0.000000e+00 |      --      |    Inf 
1425.32/1425.36	c  1336s|  5010k|  4993k|     0 |   0.0 |1452M|3287 |   - |3978 | 604 |   0 |   0 |   0 |  85k|   0 | 0.000000e+00 |      --      |    Inf 
1428.31/1428.32	c  1339s|  5020k|  5003k|     0 |   0.0 |1455M|3287 |   - |3978 | 581 |   0 |   0 |   0 |  85k|   0 | 0.000000e+00 |      --      |    Inf 
1431.32/1431.39	c  1342s|  5030k|  5013k|     0 |   0.0 |1458M|3287 |   - |3978 | 591 |   0 |   0 |   0 |  86k|   0 | 0.000000e+00 |      --      |    Inf 
1434.32/1434.34	c  1345s|  5040k|  5023k|     0 |   0.0 |1460M|3287 |   - |3978 | 596 |   0 |   0 |   0 |  86k|   0 | 0.000000e+00 |      --      |    Inf 
1437.42/1437.43	c  1348s|  5050k|  5033k|     0 |   0.0 |1463M|3287 |   - |3978 | 602 |   0 |   0 |   0 |  86k|   0 | 0.000000e+00 |      --      |    Inf 
1440.31/1440.37	c  1350s|  5060k|  5043k|     0 |   0.0 |1466M|3287 |   - |3978 | 625 |   0 |   0 |   0 |  86k|   0 | 0.000000e+00 |      --      |    Inf 
1443.42/1443.43	c  1353s|  5070k|  5052k|     0 |   0.0 |1468M|3287 |   - |3978 | 600 |   0 |   0 |   0 |  86k|   0 | 0.000000e+00 |      --      |    Inf 
1446.42/1446.49	c  1356s|  5080k|  5062k|     0 |   0.0 |1471M|3287 |   - |3978 | 620 |   0 |   0 |   0 |  86k|   0 | 0.000000e+00 |      --      |    Inf 
1449.52/1449.53	c  1359s|  5090k|  5072k|     0 |   0.0 |1474M|3287 |   - |3978 | 579 |   0 |   0 |   0 |  86k|   0 | 0.000000e+00 |      --      |    Inf 
1452.62/1452.63	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1452.62/1452.63	c  1362s|  5100k|  5082k|     0 |   0.0 |1477M|3287 |   - |3978 | 597 |   0 |   0 |   0 |  86k|   0 | 0.000000e+00 |      --      |    Inf 
1455.62/1455.61	c  1365s|  5110k|  5092k|     0 |   0.0 |1479M|3287 |   - |3978 | 579 |   0 |   0 |   0 |  86k|   0 | 0.000000e+00 |      --      |    Inf 
1458.63/1458.69	c  1368s|  5120k|  5102k|     0 |   0.0 |1482M|3287 |   - |3978 | 609 |   0 |   0 |   0 |  86k|   0 | 0.000000e+00 |      --      |    Inf 
1461.62/1461.63	c  1370s|  5130k|  5112k|     0 |   0.0 |1485M|3287 |   - |3978 | 580 |   0 |   0 |   0 |  87k|   0 | 0.000000e+00 |      --      |    Inf 
1464.72/1464.70	c  1373s|  5140k|  5122k|     0 |   0.0 |1487M|3287 |   - |3978 | 563 |   0 |   0 |   0 |  87k|   0 | 0.000000e+00 |      --      |    Inf 
1467.62/1467.64	c  1376s|  5150k|  5132k|     0 |   0.0 |1490M|3287 |   - |3978 | 583 |   0 |   0 |   0 |  87k|   0 | 0.000000e+00 |      --      |    Inf 
1470.63/1470.68	c  1379s|  5160k|  5142k|     0 |   0.0 |1493M|3287 |   - |3978 | 549 |   0 |   0 |   0 |  87k|   0 | 0.000000e+00 |      --      |    Inf 
1473.62/1473.62	c  1382s|  5170k|  5152k|     0 |   0.0 |1496M|3287 |   - |3978 | 553 |   0 |   0 |   0 |  87k|   0 | 0.000000e+00 |      --      |    Inf 
1476.62/1476.64	c  1385s|  5180k|  5162k|     0 |   0.0 |1498M|3287 |   - |3978 | 563 |   0 |   0 |   0 |  87k|   0 | 0.000000e+00 |      --      |    Inf 
1479.53/1479.56	c  1387s|  5190k|  5172k|     0 |   0.0 |1501M|3287 |   - |3978 | 559 |   0 |   0 |   0 |  87k|   0 | 0.000000e+00 |      --      |    Inf 
1482.62/1482.65	c  1390s|  5200k|  5182k|     0 |   0.0 |1504M|3287 |   - |3978 | 546 |   0 |   0 |   0 |  87k|   0 | 0.000000e+00 |      --      |    Inf 
1485.62/1485.63	c  1393s|  5210k|  5192k|     0 |   0.0 |1506M|3287 |   - |3978 | 550 |   0 |   0 |   0 |  87k|   0 | 0.000000e+00 |      --      |    Inf 
1488.82/1488.82	c  1396s|  5220k|  5202k|     0 |   0.0 |1509M|3287 |   - |3978 | 569 |   0 |   0 |   0 |  87k|   0 | 0.000000e+00 |      --      |    Inf 
1491.72/1491.76	c  1399s|  5230k|  5212k|     0 |   0.0 |1512M|3287 |   - |3978 | 573 |   0 |   0 |   0 |  88k|   0 | 0.000000e+00 |      --      |    Inf 
1494.72/1494.78	c  1402s|  5240k|  5222k|     0 |   0.0 |1515M|3287 |   - |3978 | 587 |   0 |   0 |   0 |  88k|   0 | 0.000000e+00 |      --      |    Inf 
1497.72/1497.74	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1497.72/1497.74	c  1404s|  5250k|  5232k|     0 |   0.0 |1517M|3287 |   - |3978 | 573 |   0 |   0 |   0 |  88k|   0 | 0.000000e+00 |      --      |    Inf 
1500.72/1500.74	c  1407s|  5260k|  5242k|     0 |   0.0 |1520M|3287 |   - |3978 | 597 |   0 |   0 |   0 |  88k|   0 | 0.000000e+00 |      --      |    Inf 
1503.72/1503.72	c  1410s|  5270k|  5252k|     0 |   0.0 |1523M|3287 |   - |3978 | 612 |   0 |   0 |   0 |  88k|   0 | 0.000000e+00 |      --      |    Inf 
1506.82/1506.82	c  1413s|  5280k|  5262k|     0 |   0.0 |1525M|3287 |   - |3978 | 603 |   0 |   0 |   0 |  88k|   0 | 0.000000e+00 |      --      |    Inf 
1509.82/1509.81	c  1416s|  5290k|  5272k|     0 |   0.0 |1528M|3287 |   - |3978 | 584 |   0 |   0 |   0 |  88k|   0 | 0.000000e+00 |      --      |    Inf 
1512.82/1512.86	c  1419s|  5300k|  5282k|     0 |   0.0 |1531M|3287 |   - |3978 | 588 |   0 |   0 |   0 |  88k|   0 | 0.000000e+00 |      --      |    Inf 
1515.72/1515.80	c  1421s|  5310k|  5292k|     0 |   0.0 |1533M|3287 |   - |3978 | 553 |   0 |   0 |   0 |  88k|   0 | 0.000000e+00 |      --      |    Inf 
1518.83/1518.89	c  1424s|  5320k|  5302k|     0 |   0.0 |1536M|3287 |   - |3978 | 614 |   0 |   0 |   0 |  89k|   0 | 0.000000e+00 |      --      |    Inf 
1521.83/1521.86	c  1427s|  5330k|  5312k|     0 |   0.0 |1539M|3287 |   - |3978 | 560 |   0 |   0 |   0 |  89k|   0 | 0.000000e+00 |      --      |    Inf 
1524.92/1524.91	c  1430s|  5340k|  5322k|     0 |   0.0 |1542M|3287 |   - |3978 | 590 |   0 |   0 |   0 |  89k|   0 | 0.000000e+00 |      --      |    Inf 
1527.92/1527.99	c  1433s|  5350k|  5332k|     0 |   0.0 |1544M|3287 |   - |3978 | 583 |   0 |   0 |   0 |  89k|   0 | 0.000000e+00 |      --      |    Inf 
1531.02/1531.03	c  1436s|  5360k|  5342k|     0 |   0.0 |1547M|3287 |   - |3978 | 592 |   0 |   0 |   0 |  89k|   0 | 0.000000e+00 |      --      |    Inf 
1534.02/1534.00	c  1439s|  5370k|  5352k|     0 |   0.0 |1550M|3287 |   - |3978 | 572 |   0 |   0 |   0 |  89k|   0 | 0.000000e+00 |      --      |    Inf 
1536.92/1536.95	c  1441s|  5380k|  5362k|     0 |   0.0 |1552M|3287 |   - |3978 | 567 |   0 |   0 |   0 |  89k|   0 | 0.000000e+00 |      --      |    Inf 
1540.03/1540.01	c  1444s|  5390k|  5372k|     0 |   0.0 |1555M|3287 |   - |3978 | 578 |   0 |   0 |   0 |  89k|   0 | 0.000000e+00 |      --      |    Inf 
1542.92/1542.93	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1542.92/1542.93	c  1447s|  5400k|  5382k|     0 |   0.0 |1558M|3287 |   - |3978 | 569 |   0 |   0 |   0 |  89k|   0 | 0.000000e+00 |      --      |    Inf 
1546.02/1546.06	c  1450s|  5410k|  5392k|     0 |   0.0 |1560M|3287 |   - |3978 | 575 |   0 |   0 |   0 |  90k|   0 | 0.000000e+00 |      --      |    Inf 
1548.92/1548.99	c  1453s|  5420k|  5402k|     0 |   0.0 |1563M|3287 |   - |3978 | 596 |   0 |   0 |   0 |  90k|   0 | 0.000000e+00 |      --      |    Inf 
1551.93/1551.94	c  1455s|  5430k|  5412k|     0 |   0.0 |1566M|3287 |   - |3978 | 560 |   0 |   0 |   0 |  90k|   0 | 0.000000e+00 |      --      |    Inf 
1554.93/1554.97	c  1458s|  5440k|  5422k|     0 |   0.0 |1569M|3287 |   - |3978 | 565 |   0 |   0 |   0 |  90k|   0 | 0.000000e+00 |      --      |    Inf 
1557.82/1557.89	c  1461s|  5450k|  5432k|     0 |   0.0 |1571M|3287 |   - |3978 | 582 |   0 |   0 |   0 |  90k|   0 | 0.000000e+00 |      --      |    Inf 
1560.93/1560.96	c  1464s|  5460k|  5442k|     0 |   0.0 |1574M|3287 |   - |3978 | 576 |   0 |   0 |   0 |  90k|   0 | 0.000000e+00 |      --      |    Inf 
1563.92/1563.92	c  1467s|  5470k|  5452k|     0 |   0.0 |1577M|3287 |   - |3978 | 588 |   0 |   0 |   0 |  90k|   0 | 0.000000e+00 |      --      |    Inf 
1567.02/1567.03	c  1470s|  5480k|  5462k|     0 |   0.0 |1579M|3287 |   - |3978 | 597 |   0 |   0 |   0 |  90k|   0 | 0.000000e+00 |      --      |    Inf 
1569.92/1569.95	c  1472s|  5490k|  5472k|     0 |   0.0 |1582M|3287 |   - |3978 | 580 |   0 |   0 |   0 |  90k|   0 | 0.000000e+00 |      --      |    Inf 
1572.93/1572.99	c  1475s|  5500k|  5482k|     0 |   0.0 |1585M|3287 |   - |3978 | 577 |   0 |   0 |   0 |  90k|   0 | 0.000000e+00 |      --      |    Inf 
1575.92/1575.92	c  1478s|  5510k|  5492k|     0 |   0.0 |1588M|3287 |   - |3978 | 585 |   0 |   0 |   0 |  90k|   0 | 0.000000e+00 |      --      |    Inf 
1578.92/1578.91	c  1481s|  5520k|  5502k|     0 |   0.0 |1590M|3287 |   - |3978 | 595 |   0 |   0 |   0 |  91k|   0 | 0.000000e+00 |      --      |    Inf 
1581.92/1581.96	c  1484s|  5530k|  5512k|     0 |   0.0 |1593M|3287 |   - |3978 | 613 |   0 |   0 |   0 |  91k|   0 | 0.000000e+00 |      --      |    Inf 
1585.02/1585.02	c  1486s|  5540k|  5522k|     0 |   0.0 |1596M|3287 |   - |3978 | 598 |   0 |   0 |   0 |  91k|   0 | 0.000000e+00 |      --      |    Inf 
1588.02/1588.05	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1588.02/1588.05	c  1489s|  5550k|  5532k|     0 |   0.0 |1598M|3287 |   - |3978 | 601 |   0 |   0 |   0 |  91k|   0 | 0.000000e+00 |      --      |    Inf 
1591.12/1591.13	c  1492s|  5560k|  5541k|     0 |   0.0 |1601M|3287 |   - |3978 | 629 |   0 |   0 |   0 |  91k|   0 | 0.000000e+00 |      --      |    Inf 
1594.12/1594.18	c  1495s|  5570k|  5551k|     0 |   0.0 |1604M|3287 |   - |3978 | 596 |   0 |   0 |   0 |  91k|   0 | 0.000000e+00 |      --      |    Inf 
1597.13/1597.18	c  1498s|  5580k|  5561k|     0 |   0.0 |1607M|3287 |   - |3978 | 597 |   0 |   0 |   0 |  91k|   0 | 0.000000e+00 |      --      |    Inf 
1600.32/1600.32	c  1501s|  5590k|  5571k|     0 |   0.0 |1609M|3287 |   - |3978 | 594 |   0 |   0 |   0 |  91k|   0 | 0.000000e+00 |      --      |    Inf 
1603.33/1603.32	c  1504s|  5600k|  5581k|     0 |   0.0 |1612M|3287 |   - |3978 | 599 |   0 |   0 |   0 |  91k|   0 | 0.000000e+00 |      --      |    Inf 
1606.42/1606.47	c  1507s|  5610k|  5591k|     0 |   0.0 |1615M|3287 |   - |3978 | 623 |   0 |   0 |   0 |  92k|   0 | 0.000000e+00 |      --      |    Inf 
1609.42/1609.49	c  1509s|  5620k|  5601k|     0 |   0.0 |1617M|3287 |   - |3978 | 601 |   0 |   0 |   0 |  92k|   0 | 0.000000e+00 |      --      |    Inf 
1612.52/1612.53	c  1512s|  5630k|  5611k|     0 |   0.0 |1620M|3287 |   - |3978 | 579 |   0 |   0 |   0 |  92k|   0 | 0.000000e+00 |      --      |    Inf 
1615.52/1615.53	c  1515s|  5640k|  5621k|     0 |   0.0 |1623M|3287 |   - |3978 | 557 |   0 |   0 |   0 |  92k|   0 | 0.000000e+00 |      --      |    Inf 
1618.52/1618.55	c  1518s|  5650k|  5631k|     0 |   0.0 |1625M|3287 |   - |3978 | 555 |   0 |   0 |   0 |  92k|   0 | 0.000000e+00 |      --      |    Inf 
1621.53/1621.53	c  1521s|  5660k|  5641k|     0 |   0.0 |1628M|3287 |   - |3978 | 575 |   0 |   0 |   0 |  92k|   0 | 0.000000e+00 |      --      |    Inf 
1624.53/1624.52	c  1524s|  5670k|  5651k|     0 |   0.0 |1631M|3287 |   - |3978 | 590 |   0 |   0 |   0 |  92k|   0 | 0.000000e+00 |      --      |    Inf 
1627.52/1627.56	c  1526s|  5680k|  5661k|     0 |   0.0 |1634M|3287 |   - |3978 | 567 |   0 |   0 |   0 |  92k|   0 | 0.000000e+00 |      --      |    Inf 
1630.42/1630.49	c  1529s|  5690k|  5671k|     0 |   0.0 |1636M|3287 |   - |3978 | 560 |   0 |   0 |   0 |  92k|   0 | 0.000000e+00 |      --      |    Inf 
1633.62/1633.64	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1633.62/1633.64	c  1532s|  5700k|  5681k|     0 |   0.0 |1639M|3287 |   - |3978 | 575 |   0 |   0 |   0 |  93k|   0 | 0.000000e+00 |      --      |    Inf 
1636.63/1636.63	c  1535s|  5710k|  5691k|     0 |   0.0 |1642M|3287 |   - |3978 | 565 |   0 |   0 |   0 |  93k|   0 | 0.000000e+00 |      --      |    Inf 
1639.73/1639.71	c  1538s|  5720k|  5701k|     0 |   0.0 |1644M|3287 |   - |3978 | 621 |   0 |   0 |   0 |  93k|   0 | 0.000000e+00 |      --      |    Inf 
1642.72/1642.73	c  1541s|  5730k|  5711k|     0 |   0.0 |1647M|3287 |   - |3978 | 599 |   0 |   0 |   0 |  93k|   0 | 0.000000e+00 |      --      |    Inf 
1645.83/1645.87	c  1544s|  5740k|  5721k|     0 |   0.0 |1650M|3287 |   - |3978 | 603 |   0 |   0 |   0 |  93k|   0 | 0.000000e+00 |      --      |    Inf 
1648.93/1648.99	c  1547s|  5750k|  5731k|     0 |   0.0 |1652M|3287 |   - |3978 | 588 |   0 |   0 |   0 |  93k|   0 | 0.000000e+00 |      --      |    Inf 
1651.93/1651.99	c  1549s|  5760k|  5741k|     0 |   0.0 |1655M|3287 |   - |3978 | 561 |   0 |   0 |   0 |  93k|   0 | 0.000000e+00 |      --      |    Inf 
1655.02/1655.05	c  1552s|  5770k|  5751k|     0 |   0.0 |1658M|3287 |   - |3978 | 599 |   0 |   0 |   0 |  93k|   0 | 0.000000e+00 |      --      |    Inf 
1658.12/1658.11	c  1555s|  5780k|  5761k|     0 |   0.0 |1661M|3287 |   - |3978 | 600 |   0 |   0 |   0 |  93k|   0 | 0.000000e+00 |      --      |    Inf 
1661.12/1661.18	c  1558s|  5790k|  5771k|     0 |   0.0 |1663M|3287 |   - |3978 | 593 |   0 |   0 |   0 |  94k|   0 | 0.000000e+00 |      --      |    Inf 
1664.12/1664.14	c  1561s|  5800k|  5781k|     0 |   0.0 |1666M|3287 |   - |3978 | 572 |   0 |   0 |   0 |  94k|   0 | 0.000000e+00 |      --      |    Inf 
1667.22/1667.28	c  1564s|  5810k|  5791k|     0 |   0.0 |1669M|3287 |   - |3978 | 582 |   0 |   0 |   0 |  94k|   0 | 0.000000e+00 |      --      |    Inf 
1670.23/1670.27	c  1567s|  5820k|  5801k|     0 |   0.0 |1671M|3287 |   - |3978 | 565 |   0 |   0 |   0 |  94k|   0 | 0.000000e+00 |      --      |    Inf 
1673.43/1673.46	c  1570s|  5830k|  5811k|     0 |   0.0 |1674M|3287 |   - |3978 | 568 |   0 |   0 |   0 |  94k|   0 | 0.000000e+00 |      --      |    Inf 
1676.52/1676.51	c  1572s|  5840k|  5821k|     0 |   0.0 |1677M|3287 |   - |3978 | 552 |   0 |   0 |   0 |  94k|   0 | 0.000000e+00 |      --      |    Inf 
1679.53/1679.58	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1679.53/1679.58	c  1575s|  5850k|  5831k|     0 |   0.0 |1679M|3287 |   - |3978 | 560 |   0 |   0 |   0 |  94k|   0 | 0.000000e+00 |      --      |    Inf 
1682.62/1682.68	c  1578s|  5860k|  5841k|     0 |   0.0 |1682M|3287 |   - |3978 | 590 |   0 |   0 |   0 |  94k|   0 | 0.000000e+00 |      --      |    Inf 
1685.63/1685.66	c  1581s|  5870k|  5851k|     0 |   0.0 |1685M|3287 |   - |3978 | 584 |   0 |   0 |   0 |  94k|   0 | 0.000000e+00 |      --      |    Inf 
1688.73/1688.79	c  1584s|  5880k|  5861k|     0 |   0.0 |1688M|3287 |   - |3978 | 598 |   0 |   0 |   0 |  95k|   0 | 0.000000e+00 |      --      |    Inf 
1691.73/1691.79	c  1587s|  5890k|  5871k|     0 |   0.0 |1690M|3287 |   - |3978 | 556 |   0 |   0 |   0 |  95k|   0 | 0.000000e+00 |      --      |    Inf 
1694.73/1694.78	c  1590s|  5900k|  5881k|     0 |   0.0 |1693M|3287 |   - |3978 | 550 |   0 |   0 |   0 |  95k|   0 | 0.000000e+00 |      --      |    Inf 
1697.72/1697.79	c  1593s|  5910k|  5891k|     0 |   0.0 |1696M|3287 |   - |3978 | 563 |   0 |   0 |   0 |  95k|   0 | 0.000000e+00 |      --      |    Inf 
1700.72/1700.78	c  1595s|  5920k|  5901k|     0 |   0.0 |1698M|3287 |   - |3978 | 562 |   0 |   0 |   0 |  95k|   0 | 0.000000e+00 |      --      |    Inf 
1703.93/1703.93	c  1598s|  5930k|  5911k|     0 |   0.0 |1701M|3287 |   - |3978 | 541 |   0 |   0 |   0 |  95k|   0 | 0.000000e+00 |      --      |    Inf 
1706.92/1706.92	c  1601s|  5940k|  5921k|     0 |   0.0 |1704M|3287 |   - |3978 | 555 |   0 |   0 |   0 |  95k|   0 | 0.000000e+00 |      --      |    Inf 
1710.03/1710.06	c  1604s|  5950k|  5931k|     0 |   0.0 |1707M|3287 |   - |3978 | 578 |   0 |   0 |   0 |  95k|   0 | 0.000000e+00 |      --      |    Inf 
1712.92/1712.97	c  1607s|  5960k|  5941k|     0 |   0.0 |1709M|3287 |   - |3978 | 555 |   0 |   0 |   0 |  95k|   0 | 0.000000e+00 |      --      |    Inf 
1716.03/1716.01	c  1610s|  5970k|  5951k|     0 |   0.0 |1712M|3287 |   - |3978 | 540 |   0 |   0 |   0 |  95k|   0 | 0.000000e+00 |      --      |    Inf 
1718.92/1718.98	c  1612s|  5980k|  5961k|     0 |   0.0 |1715M|3287 |   - |3978 | 548 |   0 |   0 |   0 |  95k|   0 | 0.000000e+00 |      --      |    Inf 
1722.12/1722.12	c  1615s|  5990k|  5971k|     0 |   0.0 |1717M|3287 |   - |3978 | 570 |   0 |   0 |   0 |  96k|   0 | 0.000000e+00 |      --      |    Inf 
1725.03/1725.08	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1725.03/1725.08	c  1618s|  6000k|  5981k|     0 |   0.0 |1720M|3287 |   - |3978 | 577 |   0 |   0 |   0 |  96k|   0 | 0.000000e+00 |      --      |    Inf 
1728.23/1728.22	c  1621s|  6010k|  5991k|     0 |   0.0 |1723M|3287 |   - |3978 | 581 |   0 |   0 |   0 |  96k|   0 | 0.000000e+00 |      --      |    Inf 
1731.13/1731.19	c  1624s|  6020k|  6001k|     0 |   0.0 |1725M|3287 |   - |3978 | 580 |   0 |   0 |   0 |  96k|   0 | 0.000000e+00 |      --      |    Inf 
1734.23/1734.29	c  1627s|  6030k|  6010k|     0 |   0.0 |1728M|3287 |   - |3978 | 579 |   0 |   0 |   0 |  96k|   0 | 0.000000e+00 |      --      |    Inf 
1737.22/1737.27	c  1630s|  6040k|  6020k|     0 |   0.0 |1731M|3287 |   - |3978 | 571 |   0 |   0 |   0 |  96k|   0 | 0.000000e+00 |      --      |    Inf 
1740.23/1740.22	c  1632s|  6050k|  6030k|     0 |   0.0 |1734M|3287 |   - |3978 | 578 |   0 |   0 |   0 |  96k|   0 | 0.000000e+00 |      --      |    Inf 
1743.22/1743.29	c  1635s|  6060k|  6040k|     0 |   0.0 |1736M|3287 |   - |3978 | 568 |   0 |   0 |   0 |  96k|   0 | 0.000000e+00 |      --      |    Inf 
1746.33/1746.32	c  1638s|  6070k|  6050k|     0 |   0.0 |1739M|3287 |   - |3978 | 587 |   0 |   0 |   0 |  96k|   0 | 0.000000e+00 |      --      |    Inf 
1749.33/1749.37	c  1641s|  6080k|  6060k|     0 |   0.0 |1742M|3287 |   - |3978 | 588 |   0 |   0 |   0 |  96k|   0 | 0.000000e+00 |      --      |    Inf 
1752.43/1752.43	c  1644s|  6090k|  6070k|     0 |   0.0 |1744M|3287 |   - |3978 | 569 |   0 |   0 |   0 |  97k|   0 | 0.000000e+00 |      --      |    Inf 
1755.53/1755.58	c  1647s|  6100k|  6080k|     0 |   0.0 |1747M|3287 |   - |3978 | 565 |   0 |   0 |   0 |  97k|   0 | 0.000000e+00 |      --      |    Inf 
1758.52/1758.56	c  1650s|  6110k|  6090k|     0 |   0.0 |1750M|3287 |   - |3978 | 575 |   0 |   0 |   0 |  97k|   0 | 0.000000e+00 |      --      |    Inf 
1761.53/1761.57	c  1653s|  6120k|  6100k|     0 |   0.0 |1753M|3287 |   - |3978 | 550 |   0 |   0 |   0 |  97k|   0 | 0.000000e+00 |      --      |    Inf 
1764.53/1764.58	c  1655s|  6130k|  6110k|     0 |   0.0 |1755M|3287 |   - |3978 | 540 |   0 |   0 |   0 |  97k|   0 | 0.000000e+00 |      --      |    Inf 
1767.63/1767.60	c  1658s|  6140k|  6120k|     0 |   0.0 |1758M|3287 |   - |3978 | 546 |   0 |   0 |   0 |  97k|   0 | 0.000000e+00 |      --      |    Inf 
1770.62/1770.61	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1770.62/1770.61	c  1661s|  6150k|  6130k|     0 |   0.0 |1761M|3287 |   - |3978 | 555 |   0 |   0 |   0 |  97k|   0 | 0.000000e+00 |      --      |    Inf 
1773.73/1773.71	c  1664s|  6160k|  6140k|     0 |   0.0 |1763M|3287 |   - |3978 | 584 |   0 |   0 |   0 |  97k|   0 | 0.000000e+00 |      --      |    Inf 
1776.72/1776.74	c  1667s|  6170k|  6150k|     0 |   0.0 |1766M|3287 |   - |3978 | 540 |   0 |   0 |   0 |  97k|   0 | 0.000000e+00 |      --      |    Inf 
1779.74/1779.76	c  1670s|  6180k|  6160k|     0 |   0.0 |1769M|3287 |   - |3978 | 561 |   0 |   0 |   0 |  97k|   0 | 0.000000e+00 |      --      |    Inf 
1782.73/1782.75	c  1673s|  6190k|  6170k|     0 |   0.0 |1772M|3287 |   - |3978 | 566 |   0 |   0 |   0 |  98k|   0 | 0.000000e+00 |      --      |    Inf 
1785.83/1785.80	c  1676s|  6200k|  6180k|     0 |   0.0 |1774M|3287 |   - |3978 | 574 |   0 |   0 |   0 |  98k|   0 | 0.000000e+00 |      --      |    Inf 
1788.83/1788.87	c  1679s|  6210k|  6190k|     0 |   0.0 |1777M|3287 |   - |3978 | 578 |   0 |   0 |   0 |  98k|   0 | 0.000000e+00 |      --      |    Inf 
1792.03/1792.08	c  1682s|  6220k|  6200k|     0 |   0.0 |1780M|3287 |   - |3978 | 612 |   0 |   0 |   0 |  98k|   0 | 0.000000e+00 |      --      |    Inf 
1794.92/1794.99	c  1684s|  6230k|  6210k|     0 |   0.0 |1782M|3287 |   - |3978 | 560 |   0 |   0 |   0 |  98k|   0 | 0.000000e+00 |      --      |    Inf 
1798.03/1798.07	c  1687s|  6240k|  6220k|     0 |   0.0 |1785M|3287 |   - |3978 | 572 |   0 |   0 |   0 |  98k|   0 | 0.000000e+00 |      --      |    Inf 
1800.03/1800.00	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.03/1800.00	c 
1800.03/1800.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.03/1800.00	c Solving Time (sec) : 1689.10
1800.03/1800.00	c Solving Nodes      : 6246182
1800.03/1800.00	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1800.03/1800.00	c Dual Bound         : +0.00000000000000e+00
1800.03/1800.00	c Gap                : infinite
1800.03/1800.00	s UNKNOWN
1800.03/1800.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.03/1800.00	c Solving Time       :    1689.10
1800.03/1800.00	c Original Problem   :
1800.03/1800.00	c   Problem name     : HOME/instance-2693807-1277893568.wbo
1800.03/1800.00	c   Variables        : 3978 (3939 binary, 0 integer, 0 implicit integer, 39 continuous)
1800.03/1800.00	c   Constraints      : 165 initial, 165 maximal
1800.03/1800.00	c Presolved Problem  :
1800.03/1800.00	c   Problem name     : t_HOME/instance-2693807-1277893568.wbo
1800.03/1800.00	c   Variables        : 3978 (3939 binary, 0 integer, 0 implicit integer, 39 continuous)
1800.03/1800.00	c   Constraints      : 164 initial, 1231 maximal
1800.03/1800.00	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.03/1800.00	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.00	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.00	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.00	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.00	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.00	c   probing          :       0.03          0          0          0          0          0          0          0          0
1800.03/1800.00	c   indicator        :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.00	c   setppc           :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.00	c   linear           :       0.01          0          0          0         39          0          1          0          0
1800.03/1800.00	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.00	c   root node        :          -          0          -          -          0          -          -          -          -
1800.03/1800.00	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.03/1800.00	c   integral         :          0          0          0          0          0          0          0          0          0          0
1800.03/1800.00	c   indicator        :         39          0       3535          0       3296          0         48          0          0          0
1800.03/1800.00	c   setppc           :         45          0    6523845          0    6235939       6772    3623290          0          0          0
1800.03/1800.00	c   linear           :         39          0    6519693          0    6236943       2129     436925          0          0          0
1800.03/1800.00	c   logicor          :         41+         0     771269          0    6236943       1218     134085          0          0          0
1800.03/1800.00	c   countsols        :          0          0          0          0    6236943          0          0          0          0          0
1800.03/1800.00	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.03/1800.00	c   integral         :       0.00       0.00       0.00       0.00       0.00
1800.03/1800.00	c   indicator        :       0.00       0.00       0.00       0.00       0.00
1800.03/1800.00	c   setppc           :     277.16       0.00      56.66       0.00     220.50
1800.03/1800.00	c   linear           :      34.96       0.00      34.79       0.00       0.17
1800.03/1800.00	c   logicor          :     163.39       0.00      10.79       0.00     152.60
1800.03/1800.00	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.03/1800.00	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.03/1800.00	c   vbounds          :       0.03          2          0          0
1800.03/1800.00	c   rootredcost      :       0.00          0          0          0
1800.03/1800.00	c   pseudoobj        :       5.47    6526266          0          0
1800.03/1800.00	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.03/1800.00	c   propagation      :      82.96      10119      10119     286203      578.9     119061       57.9          -
1800.03/1800.00	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.03/1800.00	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.03/1800.00	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.03/1800.00	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.03/1800.00	c   applied globally :          -          -          -      98335       66.3          -          -          -
1800.03/1800.00	c   applied locally  :          -          -          -        349      517.2          -          -          -
1800.03/1800.00	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.03/1800.00	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
1800.03/1800.00	c   redcost          :       0.00          0          0          0          0          0
1800.03/1800.00	c   impliedbounds    :       0.00          0          0          0          0          0
1800.03/1800.00	c   intobj           :       0.00          0          0          0          0          0
1800.03/1800.00	c   cgmip            :       0.00          0          0          0          0          0
1800.03/1800.00	c   gomory           :       0.00          0          0          0          0          0
1800.03/1800.00	c   strongcg         :       0.00          0          0          0          0          0
1800.03/1800.00	c   cmir             :       0.00          0          0          0          0          0
1800.03/1800.00	c   flowcover        :       0.00          0          0          0          0          0
1800.03/1800.00	c   clique           :       0.00          0          0          0          0          0
1800.03/1800.00	c   zerohalf         :       0.00          0          0          0          0          0
1800.03/1800.00	c   mcf              :       0.00          0          0          0          0          0
1800.03/1800.00	c   rapidlearning    :       0.00          0          0          0          0          0
1800.03/1800.00	c Pricers            :       Time      Calls       Vars
1800.03/1800.00	c   problem variables:       0.00          0          0
1800.03/1800.00	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.03/1800.00	c   relpscost        :       0.00          0          0          0          0          0          0
1800.03/1800.00	c   pscost           :       0.00          0          0          0          0          0          0
1800.03/1800.00	c   inference        :    1158.71    6236943          0          0          0          0   12473886
1800.03/1800.00	c   mostinf          :       0.00          0          0          0          0          0          0
1800.03/1800.00	c   leastinf         :       0.00          0          0          0          0          0          0
1800.03/1800.00	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.03/1800.00	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.03/1800.00	c   random           :       0.00          0          0          0          0          0          0
1800.03/1800.00	c Primal Heuristics  :       Time      Calls      Found
1800.03/1800.00	c   LP solutions     :       0.00          -          0
1800.03/1800.00	c   pseudo solutions :       0.00          -          0
1800.03/1800.00	c   oneopt           :       0.03          0          0
1800.03/1800.00	c   trivial          :       0.00          2          0
1800.03/1800.00	c   simplerounding   :       0.00          0          0
1800.03/1800.00	c   zirounding       :       0.00          0          0
1800.03/1800.00	c   rounding         :       0.00          0          0
1800.03/1800.00	c   shifting         :       0.00          0          0
1800.03/1800.00	c   intshifting      :       0.00          0          0
1800.03/1800.00	c   twoopt           :       0.00          0          0
1800.03/1800.00	c   fixandinfer      :       0.00          0          0
1800.03/1800.00	c   feaspump         :       0.00          0          0
1800.03/1800.00	c   coefdiving       :       0.00          0          0
1800.03/1800.00	c   pscostdiving     :       0.00          0          0
1800.03/1800.00	c   fracdiving       :       0.00          0          0
1800.03/1800.00	c   veclendiving     :       0.00          0          0
1800.03/1800.00	c   intdiving        :       0.00          0          0
1800.03/1800.00	c   actconsdiving    :       0.00          0          0
1800.03/1800.00	c   objpscostdiving  :       0.00          0          0
1800.03/1800.00	c   rootsoldiving    :       0.00          0          0
1800.03/1800.00	c   linesearchdiving :       0.00          0          0
1800.03/1800.00	c   guideddiving     :       0.00          0          0
1800.03/1800.00	c   octane           :       0.00          0          0
1800.03/1800.00	c   rens             :       0.00          0          0
1800.03/1800.00	c   rins             :       0.00          0          0
1800.03/1800.00	c   localbranching   :       0.00          0          0
1800.03/1800.00	c   mutation         :       0.00          0          0
1800.03/1800.00	c   crossover        :       0.00          0          0
1800.03/1800.00	c   dins             :       0.00          0          0
1800.03/1800.00	c   undercover       :       0.00          0          0
1800.03/1800.00	c   nlp              :       0.02          0          0
1800.03/1800.00	c   trysol           :       0.01          1          0
1800.03/1800.00	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.03/1800.00	c   primal LP        :       0.00          0          0       0.00          -
1800.03/1800.00	c   dual LP          :       0.00          0          0       0.00          -
1800.03/1800.00	c   lex dual LP      :       0.00          0          0       0.00          -
1800.03/1800.00	c   barrier LP       :       0.00          0          0       0.00          -
1800.03/1800.00	c   diving/probing LP:       0.00          0          0       0.00          -
1800.03/1800.00	c   strong branching :       0.00          0          0       0.00          -
1800.03/1800.00	c     (at root node) :          -          0          0       0.00          -
1800.03/1800.00	c   conflict analysis:       0.00          0          0       0.00          -
1800.03/1800.00	c B&B Tree           :
1800.03/1800.00	c   number of runs   :          1
1800.03/1800.00	c   nodes            :    6246182
1800.03/1800.00	c   nodes (total)    :    6246182
1800.03/1800.00	c   nodes left       :    6226744
1800.03/1800.00	c   max depth        :       3287
1800.03/1800.00	c   max depth (total):       3287
1800.03/1800.00	c   backtracks       :       3824 (0.1%)
1800.03/1800.00	c   delayed cutoffs  :        961
1800.03/1800.00	c   repropagations   :      10886 (98452 domain reductions, 880 cutoffs)
1800.03/1800.00	c   avg switch length:       2.25
1800.03/1800.00	c   switching time   :      23.02
1800.03/1800.00	c Solution           :
1800.03/1800.00	c   Solutions found  :          0 (0 improvements)
1800.03/1800.00	c   Primal Bound     :          -
1800.03/1800.00	c   Dual Bound       : +0.00000000000000e+00
1800.03/1800.00	c   Gap              :   infinite
1800.03/1800.00	c   Root Dual Bound  : +0.00000000000000e+00
1800.03/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-2693807-1277893568/watcher-2693807-1277893568 -o /tmp/evaluation-result-2693807-1277893568/solver-2693807-1277893568 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2693807-1277893568.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: 1.93 1.98 2.01 4/196 12650
/proc/meminfo: memFree=31161172/32951124 swapFree=67111528/67111528
[pid=12650] ppid=12648 vsize=9176 CPUtime=0
/proc/12650/stat : 12650 (pbscip.linux.x8) R 12648 12650 11529 0 -1 4202496 1784 0 0 0 0 0 0 0 24 0 1 0 130652020 9396224 1707 4089446400 4194304 7136930 140735443045424 18446744073709551615 6164672 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/12650/statm: 2294 1707 275 719 0 1573 0

[startup+0.0403761 s]
/proc/loadavg: 1.93 1.98 2.01 4/196 12650
/proc/meminfo: memFree=31161172/32951124 swapFree=67111528/67111528
[pid=12650] ppid=12648 vsize=20804 CPUtime=0.03
/proc/12650/stat : 12650 (pbscip.linux.x8) R 12648 12650 11529 0 -1 4202496 6197 0 0 0 3 0 0 0 24 0 1 0 130652020 21303296 4481 4089446400 4194304 7136930 140735443045424 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/12650/statm: 5201 4481 370 719 0 4480 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 20804

[startup+0.100364 s]
/proc/loadavg: 1.93 1.98 2.01 4/196 12650
/proc/meminfo: memFree=31161172/32951124 swapFree=67111528/67111528
[pid=12650] ppid=12648 vsize=22868 CPUtime=0.09
/proc/12650/stat : 12650 (pbscip.linux.x8) R 12648 12650 11529 0 -1 4202496 6696 0 0 0 9 0 0 0 24 0 1 0 130652020 23416832 4980 4089446400 4194304 7136930 140735443045424 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/12650/statm: 5717 4980 390 719 0 4996 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 22868

[startup+0.300332 s]
/proc/loadavg: 1.93 1.98 2.01 4/196 12650
/proc/meminfo: memFree=31161172/32951124 swapFree=67111528/67111528
[pid=12650] ppid=12648 vsize=23056 CPUtime=0.29
/proc/12650/stat : 12650 (pbscip.linux.x8) R 12648 12650 11529 0 -1 4202496 6726 0 0 0 28 1 0 0 25 0 1 0 130652020 23609344 5010 4089446400 4194304 7136930 140735443045424 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/12650/statm: 5764 5010 390 719 0 5043 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 23056

[startup+0.700252 s]
/proc/loadavg: 1.93 1.98 2.01 4/196 12650
/proc/meminfo: memFree=31161172/32951124 swapFree=67111528/67111528
[pid=12650] ppid=12648 vsize=23724 CPUtime=0.68
/proc/12650/stat : 12650 (pbscip.linux.x8) R 12648 12650 11529 0 -1 4202496 6908 0 0 0 67 1 0 0 25 0 1 0 130652020 24293376 5192 4089446400 4194304 7136930 140735443045424 18446744073709551615 4436406 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/12650/statm: 5931 5192 390 719 0 5210 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 23724

[startup+1.50011 s]
/proc/loadavg: 1.94 1.98 2.01 3/197 12651
/proc/meminfo: memFree=31140084/32951124 swapFree=67111528/67111528
[pid=12650] ppid=12648 vsize=25928 CPUtime=1.49
/proc/12650/stat : 12650 (pbscip.linux.x8) R 12648 12650 11529 0 -1 4202496 7476 0 0 0 145 4 0 0 25 0 1 0 130652020 26550272 5759 4089446400 4194304 7136930 140735443045424 18446744073709551615 4643249 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/12650/statm: 6482 5759 394 719 0 5761 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 25928

[startup+3.10083 s]
/proc/loadavg: 1.94 1.98 2.01 3/197 12651
/proc/meminfo: memFree=31138348/32951124 swapFree=67111528/67111528
[pid=12650] ppid=12648 vsize=28160 CPUtime=3.09
/proc/12650/stat : 12650 (pbscip.linux.x8) R 12648 12650 11529 0 -1 4202496 8068 0 0 0 303 6 0 0 25 0 1 0 130652020 28835840 6351 4089446400 4194304 7136930 140735443045424 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/12650/statm: 7040 6351 394 719 0 6319 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 28160

[startup+6.30025 s]
/proc/loadavg: 1.94 1.98 2.01 3/197 12651
/proc/meminfo: memFree=31133992/32951124 swapFree=67111528/67111528
[pid=12650] ppid=12648 vsize=32620 CPUtime=6.28
/proc/12650/stat : 12650 (pbscip.linux.x8) R 12648 12650 11529 0 -1 4202496 9238 0 0 0 616 12 0 0 25 0 1 0 130652020 33402880 7521 4089446400 4194304 7136930 140735443045424 18446744073709551615 4436423 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/12650/statm: 8155 7521 394 719 0 7434 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 32620

[startup+12.7001 s]
/proc/loadavg: 1.94 1.98 2.01 3/197 12651
/proc/meminfo: memFree=31126128/32951124 swapFree=67111528/67111528
[pid=12650] ppid=12648 vsize=39064 CPUtime=12.69
/proc/12650/stat : 12650 (pbscip.linux.x8) R 12648 12650 11529 0 -1 4202496 10934 0 0 0 1243 26 0 0 25 0 1 0 130652020 40001536 9217 4089446400 4194304 7136930 140735443045424 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/12650/statm: 9766 9217 394 719 0 9045 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 39064

[startup+25.5008 s]
/proc/loadavg: 1.95 1.98 2.01 3/197 12651
/proc/meminfo: memFree=31113072/32951124 swapFree=67111528/67111528
[pid=12650] ppid=12648 vsize=54480 CPUtime=25.48
/proc/12650/stat : 12650 (pbscip.linux.x8) R 12648 12650 11529 0 -1 4202496 14409 0 0 0 2454 94 0 0 25 0 1 0 130652020 55787520 12692 4089446400 4194304 7136930 140735443045424 18446744073709551615 4407986 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/12650/statm: 13620 12692 394 719 0 12899 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 54480

[startup+51.1002 s]
/proc/loadavg: 1.97 1.98 2.01 3/197 12653
/proc/meminfo: memFree=31065732/32951124 swapFree=67111528/67111528
[pid=12650] ppid=12648 vsize=81512 CPUtime=51.08
/proc/12650/stat : 12650 (pbscip.linux.x8) R 12648 12650 11529 0 -1 4202496 21509 0 0 0 4888 220 0 0 25 0 1 0 130652020 83468288 19791 4089446400 4194304 7136930 140735443045424 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/12650/statm: 20378 19791 394 719 0 19657 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 81512

[startup+102.306 s]
/proc/loadavg: 1.99 1.98 2.00 3/197 12653
/proc/meminfo: memFree=30978636/32951124 swapFree=67111528/67111528
[pid=12650] ppid=12648 vsize=135848 CPUtime=102.29
/proc/12650/stat : 12650 (pbscip.linux.x8) R 12648 12650 11529 0 -1 4202496 34647 0 0 0 9766 463 0 0 25 0 1 0 130652020 139108352 32929 4089446400 4194304 7136930 140735443045424 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/12650/statm: 33962 32929 394 719 0 33241 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 135848

[startup+162.3 s]
/proc/loadavg: 2.03 2.00 2.00 3/197 12655
/proc/meminfo: memFree=30916320/32951124 swapFree=67111528/67111528
[pid=12650] ppid=12648 vsize=202908 CPUtime=162.29
/proc/12650/stat : 12650 (pbscip.linux.x8) R 12648 12650 11529 0 -1 4202496 50082 0 0 0 15407 822 0 0 25 0 1 0 130652020 207777792 48364 4089446400 4194304 7136930 140735443045424 18446744073709551615 4407853 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/12650/statm: 50727 48364 394 719 0 50006 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 202908

[startup+222.301 s]
/proc/loadavg: 2.01 2.00 2.00 3/197 12657
/proc/meminfo: memFree=30853876/32951124 swapFree=67111528/67111528
[pid=12650] ppid=12648 vsize=262136 CPUtime=222.29
/proc/12650/stat : 12650 (pbscip.linux.x8) R 12648 12650 11529 0 -1 4202496 65597 0 0 0 21024 1205 0 0 25 0 1 0 130652020 268427264 63879 4089446400 4194304 7136930 140735443045424 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/12650/statm: 65534 63879 394 719 0 64813 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 262136

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 12659
/proc/meminfo: memFree=30790196/32951124 swapFree=67111528/67111528
[pid=12650] ppid=12648 vsize=322412 CPUtime=282.28
/proc/12650/stat : 12650 (pbscip.linux.x8) R 12648 12650 11529 0 -1 4202496 81465 0 0 0 26645 1583 0 0 25 0 1 0 130652020 330149888 79747 4089446400 4194304 7136930 140735443045424 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/12650/statm: 80603 79747 394 719 0 79882 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 322412

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 12663
/proc/meminfo: memFree=30721548/32951124 swapFree=67111528/67111528
[pid=12650] ppid=12648 vsize=403060 CPUtime=342.29
/proc/12650/stat : 12650 (pbscip.linux.x8) R 12648 12650 11529 0 -1 4202496 98318 0 0 0 32259 1970 0 0 25 0 1 0 130652020 412733440 96600 4089446400 4194304 7136930 140735443045424 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/12650/statm: 100765 96600 394 719 0 100044 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 403060

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 12664
/proc/meminfo: memFree=30655796/32951124 swapFree=67111528/67111528
[pid=12650] ppid=12648 vsize=466464 CPUtime=402.29
/proc/12650/stat : 12650 (pbscip.linux.x8) R 12648 12650 11529 0 -1 4202496 114996 0 0 0 37871 2358 0 0 25 0 1 0 130652020 477659136 113278 4089446400 4194304 7136930 140735443045424 18446744073709551615 4436346 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/12650/statm: 116616 113278 394 719 0 115895 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 466464

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 12666
/proc/meminfo: memFree=30588904/32951124 swapFree=67111528/67111528
[pid=12650] ppid=12648 vsize=528940 CPUtime=462.29
/proc/12650/stat : 12650 (pbscip.linux.x8) R 12648 12650 11529 0 -1 4202496 131279 0 0 0 43512 2717 0 0 25 0 1 0 130652020 541634560 129561 4089446400 4194304 7136930 140735443045424 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/12650/statm: 132235 129561 394 719 0 131514 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 528940

[startup+522.301 s]
/proc/loadavg: 2.03 2.01 2.00 3/197 12668
/proc/meminfo: memFree=30515676/32951124 swapFree=67111528/67111528
[pid=12650] ppid=12648 vsize=584996 CPUtime=522.29
/proc/12650/stat : 12650 (pbscip.linux.x8) R 12648 12650 11529 0 -1 4202496 145917 0 0 0 49158 3071 0 0 25 0 1 0 130652020 599035904 144199 4089446400 4194304 7136930 140735443045424 18446744073709551615 4642180 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/12650/statm: 146249 144199 394 719 0 145528 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 584996

[startup+582.301 s]
/proc/loadavg: 2.01 2.01 2.00 3/197 12670
/proc/meminfo: memFree=30443092/32951124 swapFree=67111528/67111528
[pid=12650] ppid=12648 vsize=649720 CPUtime=582.29
/proc/12650/stat : 12650 (pbscip.linux.x8) R 12648 12650 11529 0 -1 4202496 162874 0 0 0 54779 3450 0 0 25 0 1 0 130652020 665313280 161156 4089446400 4194304 7136930 140735443045424 18446744073709551615 4436423 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/12650/statm: 162430 161156 394 719 0 161709 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 649720

[startup+642.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 12671
/proc/meminfo: memFree=30372840/32951124 swapFree=67111528/67111528
[pid=12650] ppid=12648 vsize=746904 CPUtime=642.31
/proc/12650/stat : 12650 (pbscip.linux.x8) R 12648 12650 11529 0 -1 4202496 179805 0 0 0 60393 3838 0 0 25 0 1 0 130652020 764829696 178087 4089446400 4194304 7136930 140735443045424 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/12650/statm: 186726 178087 394 719 0 186005 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 746904

[startup+702.3 s]

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

/proc/12650/stat : 12650 (pbscip.linux.x8) R 12648 12650 11529 0 -1 4202496 297089 0 0 0 93819 6412 0 0 25 0 1 0 130652020 1224232960 295371 4089446400 4194304 7136930 140735443045424 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/12650/statm: 298885 295371 394 719 0 298164 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 1195540

[startup+1062.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/197 12682
/proc/meminfo: memFree=29811172/32951124 swapFree=67111528/67111528
[pid=12650] ppid=12648 vsize=1253064 CPUtime=1062.3
/proc/12650/stat : 12650 (pbscip.linux.x8) R 12648 12650 11529 0 -1 4202496 312216 0 0 0 99463 6767 0 0 25 0 1 0 130652020 1283137536 310498 4089446400 4194304 7136930 140735443045424 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/12650/statm: 313266 310498 394 719 0 312545 0
Current children cumulated CPU time (s) 1062.3
Current children cumulated vsize (KiB) 1253064

[startup+1122.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/197 12684
/proc/meminfo: memFree=29755436/32951124 swapFree=67111528/67111528
[pid=12650] ppid=12648 vsize=1305480 CPUtime=1122.31
/proc/12650/stat : 12650 (pbscip.linux.x8) R 12648 12650 11529 0 -1 4202496 326055 0 0 0 105115 7116 0 0 25 0 1 0 130652020 1336811520 324337 4089446400 4194304 7136930 140735443045424 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/12650/statm: 326370 324337 394 719 0 325649 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 1305480

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 12686
/proc/meminfo: memFree=29695212/32951124 swapFree=67111528/67111528
[pid=12650] ppid=12648 vsize=1427944 CPUtime=1182.31
/proc/12650/stat : 12650 (pbscip.linux.x8) R 12648 12650 11529 0 -1 4202496 341049 0 0 0 110769 7462 0 0 25 0 1 0 130652020 1462214656 339331 4089446400 4194304 7136930 140735443045424 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/12650/statm: 356986 339331 394 719 0 356265 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 1427944

[startup+1242.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/197 12687
/proc/meminfo: memFree=29636748/32951124 swapFree=67111528/67111528
[pid=12650] ppid=12648 vsize=1482416 CPUtime=1242.31
/proc/12650/stat : 12650 (pbscip.linux.x8) R 12648 12650 11529 0 -1 4202496 355421 0 0 0 116403 7828 0 0 25 0 1 0 130652020 1517993984 353703 4089446400 4194304 7136930 140735443045424 18446744073709551615 5892230 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/12650/statm: 370604 353703 394 719 0 369883 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 1482416

[startup+1302.3 s]
/proc/loadavg: 2.08 2.03 2.00 3/197 12688
/proc/meminfo: memFree=29580132/32951124 swapFree=67111528/67111528
[pid=12650] ppid=12648 vsize=1534628 CPUtime=1302.32
/proc/12650/stat : 12650 (pbscip.linux.x8) R 12648 12650 11529 0 -1 4202496 369220 0 0 0 122057 8175 0 0 25 0 1 0 130652020 1571459072 367502 4089446400 4194304 7136930 140735443045424 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/12650/statm: 383657 367502 394 719 0 382936 0
Current children cumulated CPU time (s) 1302.32
Current children cumulated vsize (KiB) 1534628

[startup+1362.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/197 12690
/proc/meminfo: memFree=29525876/32951124 swapFree=67111528/67111528
[pid=12650] ppid=12648 vsize=1585920 CPUtime=1362.31
/proc/12650/stat : 12650 (pbscip.linux.x8) R 12648 12650 11529 0 -1 4202496 382811 0 0 0 127701 8530 0 0 25 0 1 0 130652020 1623982080 381093 4089446400 4194304 7136930 140735443045424 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/12650/statm: 396480 381093 394 719 0 395759 0
Current children cumulated CPU time (s) 1362.31
Current children cumulated vsize (KiB) 1585920

[startup+1422.31 s]
/proc/loadavg: 2.01 2.02 2.00 3/197 12692
/proc/meminfo: memFree=29469392/32951124 swapFree=67111528/67111528
[pid=12650] ppid=12648 vsize=1638764 CPUtime=1422.32
/proc/12650/stat : 12650 (pbscip.linux.x8) R 12648 12650 11529 0 -1 4202496 396803 0 0 0 133347 8885 0 0 25 0 1 0 130652020 1678094336 395085 4089446400 4194304 7136930 140735443045424 18446744073709551615 4436399 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/12650/statm: 409691 395085 394 719 0 408970 0
Current children cumulated CPU time (s) 1422.32
Current children cumulated vsize (KiB) 1638764

[startup+1482.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/197 12694
/proc/meminfo: memFree=29412052/32951124 swapFree=67111528/67111528
[pid=12650] ppid=12648 vsize=1694476 CPUtime=1482.32
/proc/12650/stat : 12650 (pbscip.linux.x8) R 12648 12650 11529 0 -1 4202496 411473 0 0 0 138992 9240 0 0 25 0 1 0 130652020 1735143424 409755 4089446400 4194304 7136930 140735443045424 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/12650/statm: 423619 409755 394 719 0 422898 0
Current children cumulated CPU time (s) 1482.32
Current children cumulated vsize (KiB) 1694476

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 12695
/proc/meminfo: memFree=29352344/32951124 swapFree=67111528/67111528
[pid=12650] ppid=12648 vsize=1749564 CPUtime=1542.32
/proc/12650/stat : 12650 (pbscip.linux.x8) R 12648 12650 11529 0 -1 4202496 426036 0 0 0 144638 9594 0 0 25 0 1 0 130652020 1791553536 424318 4089446400 4194304 7136930 140735443045424 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/12650/statm: 437391 424318 394 719 0 436670 0
Current children cumulated CPU time (s) 1542.32
Current children cumulated vsize (KiB) 1749564

[startup+1602.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/197 12696
/proc/meminfo: memFree=29294244/32951124 swapFree=67111528/67111528
[pid=12650] ppid=12648 vsize=1805464 CPUtime=1602.33
/proc/12650/stat : 12650 (pbscip.linux.x8) R 12648 12650 11529 0 -1 4202496 440761 0 0 0 150267 9966 0 0 25 0 1 0 130652020 1848795136 439043 4089446400 4194304 7136930 140735443045424 18446744073709551615 4642122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/12650/statm: 451366 439043 394 719 0 450645 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 1805464

[startup+1662.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/197 12698
/proc/meminfo: memFree=29239380/32951124 swapFree=67111528/67111528
[pid=12650] ppid=12648 vsize=1857460 CPUtime=1662.33
/proc/12650/stat : 12650 (pbscip.linux.x8) R 12648 12650 11529 0 -1 4202496 454449 0 0 0 155914 10319 0 0 25 0 1 0 130652020 1902039040 452731 4089446400 4194304 7136930 140735443045424 18446744073709551615 4642122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/12650/statm: 464365 452731 394 719 0 463644 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 1857460

[startup+1722.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/197 12748
/proc/meminfo: memFree=29205532/32951124 swapFree=67111528/67111528
[pid=12650] ppid=12648 vsize=1907192 CPUtime=1722.33
/proc/12650/stat : 12650 (pbscip.linux.x8) R 12648 12650 11529 0 -1 4202496 467628 0 0 0 161551 10682 0 0 25 0 1 0 130652020 1952964608 465910 4089446400 4194304 7136930 140735443045424 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/12650/statm: 476798 465910 394 719 0 476077 0
Current children cumulated CPU time (s) 1722.33
Current children cumulated vsize (KiB) 1907192

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 12750
/proc/meminfo: memFree=29102312/32951124 swapFree=67111528/67111528
[pid=12650] ppid=12648 vsize=1959832 CPUtime=1782.33
/proc/12650/stat : 12650 (pbscip.linux.x8) R 12648 12650 11529 0 -1 4202496 481563 0 0 0 167228 11005 0 0 25 0 1 0 130652020 2006867968 479845 4089446400 4194304 7136930 140735443045424 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/12650/statm: 489958 479845 394 719 0 489237 0
Current children cumulated CPU time (s) 1782.33
Current children cumulated vsize (KiB) 1959832



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 12750
/proc/meminfo: memFree=29072040/32951124 swapFree=67111528/67111528
[pid=12650] ppid=12648 vsize=1974340 CPUtime=1800.03
/proc/12650/stat : 12650 (pbscip.linux.x8) R 12648 12650 11529 0 -1 4202496 485434 0 0 0 168911 11092 0 0 25 0 1 0 130652020 2021724160 483716 4089446400 4194304 7136930 140735443045424 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/12650/statm: 493585 483716 394 719 0 492864 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 1974340

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -12650

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

[startup+1801.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/198 12751
/proc/meminfo: memFree=29071164/32951124 swapFree=67111528/67111528
[pid=12650] ppid=12648 vsize=1974464 CPUtime=1801.42
/proc/12650/stat : 12650 (pbscip.linux.x8) R 12648 12650 11529 0 -1 4202496 485484 0 0 0 169050 11092 0 0 20 0 1 0 130652020 2021851136 483766 4089446400 4194304 7136930 140735443045424 18446744073709551615 4212764 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/12650/statm: 493616 483766 399 719 0 492895 0
Current children cumulated CPU time (s) 1801.42
Current children cumulated vsize (KiB) 1974464

[startup+1801.81 s]
/proc/loadavg: 2.00 2.00 2.00 3/198 12751
/proc/meminfo: memFree=29071040/32951124 swapFree=67111528/67111528
[pid=12650] ppid=12648 vsize=1971880 CPUtime=1801.83
/proc/12650/stat : 12650 (pbscip.linux.x8) R 12648 12650 11529 0 -1 4202496 485484 0 0 0 169091 11092 0 0 20 0 1 0 130652020 2019205120 483120 4089446400 4194304 7136930 140735443045424 18446744073709551615 6165759 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/12650/statm: 492970 483120 399 719 0 492249 0
Current children cumulated CPU time (s) 1801.83
Current children cumulated vsize (KiB) 1971880

[startup+1802 s]
/proc/loadavg: 2.00 2.00 2.00 3/198 12751
/proc/meminfo: memFree=29071040/32951124 swapFree=67111528/67111528
[pid=12650] ppid=12648 vsize=1971880 CPUtime=1802.02
/proc/12650/stat : 12650 (pbscip.linux.x8) R 12648 12650 11529 0 -1 4202496 485484 0 0 0 169110 11092 0 0 21 0 1 0 130652020 2019205120 483120 4089446400 4194304 7136930 140735443045424 18446744073709551615 4616916 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/12650/statm: 492970 483120 399 719 0 492249 0
Current children cumulated CPU time (s) 1802.02
Current children cumulated vsize (KiB) 1971880

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.07
CPU time (s): 1802.11
CPU user time (s): 1691.12
CPU system time (s): 110.992
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 1974464

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1691.12
system time used= 110.992
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 485484
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= 4
involuntary context switches= 19255

runsolver used 2.93655 second user time and 5.9381 second system time

The end

Launcher Data

Begin job on node145 at 2010-06-30 12:26:08
IDJOB=2693807
IDBENCH=78729
IDSOLVER=1206
FILE ID=node145/2693807-1277893568
PBS_JOBID= 11197064
Free space on /tmp= 74212 MiB

SOLVER NAME= SCIPnone SCIP 1.2.1.2 without any LP solver
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/roussel/normalized-pigeon-cardinality-65-60--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-2693807-1277893568/watcher-2693807-1277893568 -o /tmp/evaluation-result-2693807-1277893568/solver-2693807-1277893568 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2693807-1277893568.wbo -t 1800 -m 3800

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

MD5SUM BENCH= 7e0724db75f314e84b0472c27c0a5114
RANDOM SEED=1164624243

node145.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.851
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.70
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.851
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	: 5332.75
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.851
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.82
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.851
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.75
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.851
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	: 5332.82
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.851
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.67
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.851
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.82
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.851
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31161700 kB
Buffers:        178200 kB
Cached:        1259864 kB
SwapCached:          0 kB
Active:         675196 kB
Inactive:       970856 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31161700 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            3272 kB
Writeback:           0 kB
AnonPages:      207672 kB
Mapped:          20268 kB
Slab:            79752 kB
PageTables:       4984 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1642660 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= 74208 MiB
End job on node145 at 2010-06-30 12:56:11