Trace number 2693914

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 solverMSAT (TO) 1800.4 1800.35

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111221624--soft-66-100-0.wbo
MD5SUM973bd9f90df82f06bcaac12e428be840
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark22
Best CPU time to get the best result obtained on this benchmark0.239963
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables169
Total number of constraints101
Number of soft constraints42
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint169
Top cost 1838
Min constraint cost 1
Max constraint cost 97
Sum of constraints costs 1837
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1248
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

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-2693914-1277897102.wbo>
0.00/0.00	c original problem has 253 variables (211 bin, 0 int, 0 impl, 42 cont) and 144 constraints
0.00/0.00	c problem read
0.00/0.00	c presolving settings loaded
0.00/0.00	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.00	c presolving:
0.00/0.00	c (round 1) 0 del vars, 1 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 48 impls, 39 clqs
0.00/0.01	c (round 2) 0 del vars, 14 del conss, 42 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 48 impls, 39 clqs
0.00/0.01	c (round 3) 0 del vars, 14 del conss, 42 chg bounds, 0 chg sides, 0 chg coeffs, 46 upgd conss, 48 impls, 39 clqs
0.01/0.02	c    (0.0s) probing: 101/211 (47.9%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.01/0.02	c    (0.0s) probing aborted: 100/100 successive totally useless probings
0.01/0.02	c presolving (4 rounds):
0.01/0.02	c  0 deleted vars, 14 deleted constraints, 42 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.01/0.02	c  48 implications, 39 cliques
0.01/0.02	c presolved problem has 253 variables (211 bin, 0 int, 0 impl, 42 cont) and 130 constraints
0.01/0.02	c      42 constraints of type <indicator>
0.01/0.02	c       1 constraints of type <knapsack>
0.01/0.02	c      39 constraints of type <setppc>
0.01/0.02	c      42 constraints of type <linear>
0.01/0.02	c       6 constraints of type <logicor>
0.01/0.02	c transformed objective value is always integral (scale: 1)
0.01/0.02	c Presolving Time: 0.01
0.01/0.02	c - non default parameters ----------------------------------------------------------------------
0.01/0.02	c # SCIP version 1.2.1.2
0.01/0.02	c 
0.01/0.02	c # frequency for displaying node information lines
0.01/0.02	c # [type: int, range: [-1,2147483647], default: 100]
0.01/0.02	c display/freq = 10000
0.01/0.02	c 
0.01/0.02	c # maximal time in seconds to run
0.01/0.02	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.01/0.02	c limits/time = 1800
0.01/0.02	c 
0.01/0.02	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.01/0.02	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.01/0.02	c limits/memory = 3420
0.01/0.02	c 
0.01/0.02	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
0.01/0.02	c # [type: int, range: [-1,2147483647], default: 1]
0.01/0.02	c lp/solvefreq = -1
0.01/0.02	c 
0.01/0.02	c # should presolving try to simplify inequalities
0.01/0.02	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.01/0.02	c constraints/linear/simplifyinequalities = TRUE
0.01/0.02	c 
0.01/0.02	c # should presolving try to simplify knapsacks
0.01/0.02	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.01/0.02	c constraints/knapsack/simplifyinequalities = TRUE
0.01/0.02	c 
0.01/0.02	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.01/0.02	c # [type: int, range: [-1,2147483647], default: -1]
0.01/0.02	c separating/rapidlearning/freq = 0
0.01/0.02	c 
0.01/0.02	c -----------------------------------------------------------------------------------------------
0.01/0.02	c start solving
0.01/0.02	c 
0.01/0.02	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.01/0.02	c   0.0s|     1 |     2 |     0 |     - | 941k|   0 |   - | 253 | 130 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1.19/1.23	c   1.0s| 10000 |  7453 |     0 |   0.0 |6380k| 141 |   - | 253 |3241 |   0 |   0 |   0 |6043 |   0 | 0.000000e+00 |      --      |    Inf 
3.20/3.21	c   2.7s| 20000 | 13282 |     0 |   0.0 |  11M| 141 |   - | 253 |3952 |   0 |   0 |   0 |  14k|   0 | 0.000000e+00 |      --      |    Inf 
5.49/5.52	c   4.7s| 30000 | 18844 |     0 |   0.0 |  16M| 141 |   - | 253 |6334 |   0 |   0 |   0 |  23k|   0 | 0.000000e+00 |      --      |    Inf 
8.29/8.39	c   7.2s| 40000 | 23470 |     0 |   0.0 |  21M| 141 |   - | 253 |7985 |   0 |   0 |   0 |  35k|   0 | 0.000000e+00 |      --      |    Inf 
12.00/12.03	c  10.5s| 50000 | 26844 |     0 |   0.0 |  26M| 141 |   - | 253 |  11k|   0 |   0 |   0 |  49k|   0 | 0.000000e+00 |      --      |    Inf 
16.70/16.71	c  14.8s| 60000 | 28469 |     0 |   0.0 |  31M| 141 |   - | 253 |  15k|   0 |   0 |   0 |  64k|   0 | 0.000000e+00 |      --      |    Inf 
19.49/19.50	c  17.3s| 70000 | 34520 |     0 |   0.0 |  31M| 141 |   - | 253 |4109 |   0 |   0 |   0 |  71k|   0 | 0.000000e+00 |      --      |    Inf 
20.60/20.67	c  18.3s| 80000 | 42745 |     0 |   0.0 |  34M| 141 |   - | 253 |3459 |   0 |   0 |   0 |  73k|   0 | 0.000000e+00 |      --      |    Inf 
22.19/22.25	c  19.6s| 90000 | 49893 |     0 |   0.0 |  39M| 141 |   - | 253 |5197 |   0 |   0 |   0 |  78k|   0 | 0.000000e+00 |      --      |    Inf 
25.59/25.65	c  22.6s|100000 | 53619 |     0 |   0.0 |  44M| 141 |   - | 253 |  10k|   0 |   0 |   0 |  89k|   0 | 0.000000e+00 |      --      |    Inf 
31.29/31.31	c  27.9s|110000 | 54988 |     0 |   0.0 |  49M| 141 |   - | 253 |  14k|   0 |   0 |   0 | 106k|   0 | 0.000000e+00 |      --      |    Inf 
37.99/38.08	c  34.3s|120000 | 55553 |     0 |   0.0 |  53M| 141 |   - | 253 |  16k|   0 |   0 |   0 | 124k|   0 | 0.000000e+00 |      --      |    Inf 
45.20/45.25	c  41.1s|130000 | 55943 |     0 |   0.0 |  56M| 141 |   - | 253 |  19k|   0 |   0 |   0 | 142k|   0 | 0.000000e+00 |      --      |    Inf 
53.19/53.26	c  48.8s|140000 | 55882 |     0 |   0.0 |  59M| 141 |   - | 253 |  23k|   0 |   0 |   0 | 161k|   0 | 0.000000e+00 |      --      |    Inf 
62.99/63.08	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
62.99/63.08	c  58.2s|150000 | 54765 |     0 |   0.0 |  62M| 141 |   - | 253 |  28k|   0 |   0 |   0 | 180k|   0 | 0.000000e+00 |      --      |    Inf 
73.99/74.07	c  68.8s|160000 | 54279 |     0 |   0.0 |  63M| 141 |   - | 253 |  30k|   0 |   0 |   0 | 197k|   0 | 0.000000e+00 |      --      |    Inf 
77.00/77.05	c  71.5s|170000 | 62001 |     0 |   0.0 |  60M| 141 |   - | 253 |5518 |   0 |   0 |   0 | 200k|   0 | 0.000000e+00 |      --      |    Inf 
78.69/78.73	c  72.9s|180000 | 69433 |     0 |   0.0 |  63M| 141 |   - | 253 |4603 |   0 |   0 |   0 | 203k|   0 | 0.000000e+00 |      --      |    Inf 
80.40/80.47	c  74.3s|190000 | 76758 |     0 |   0.0 |  67M| 141 |   - | 253 |4490 |   0 |   0 |   0 | 207k|   0 | 0.000000e+00 |      --      |    Inf 
81.90/81.90	o 253
81.90/81.90	c *75.5s|198066 | 82563 |     0 |   0.0 |  70M| 141 |   - | 253 |4356 |   0 |   0 |   0 | 210k|   0 | 0.000000e+00 | 2.530000e+02 |    Inf 
82.19/82.24	c  75.8s|200000 | 83969 |     0 |   0.0 |  70M| 141 |   - | 253 |4297 |   0 |   0 |   0 | 211k|   0 | 0.000000e+00 | 2.530000e+02 |    Inf 
83.99/84.09	c  77.4s|210000 | 90948 |     0 |   0.0 |  74M| 141 |   - | 253 |4629 |   0 |   0 |   0 | 216k|   0 | 0.000000e+00 | 2.530000e+02 |    Inf 
85.99/86.05	c  79.0s|220000 | 97775 |     0 |   0.0 |  78M| 141 |   - | 253 |5042 |   0 |   0 |   0 | 221k|   0 | 0.000000e+00 | 2.530000e+02 |    Inf 
88.00/88.02	c  80.7s|230000 |104597 |     0 |   0.0 |  81M| 141 |   - | 253 |5478 |   0 |   0 |   0 | 225k|   0 | 0.000000e+00 | 2.530000e+02 |    Inf 
90.10/90.20	c  82.6s|240000 |111036 |     0 |   0.0 |  85M| 141 |   - | 253 |6374 |   0 |   0 |   0 | 230k|   0 | 0.000000e+00 | 2.530000e+02 |    Inf 
92.59/92.62	c  84.7s|250000 |117116 |     0 |   0.0 |  89M| 141 |   - | 253 |7099 |   0 |   0 |   0 | 235k|   0 | 0.000000e+00 | 2.530000e+02 |    Inf 
95.10/95.19	c  86.9s|260000 |123009 |     0 |   0.0 |  93M| 141 |   - | 253 |7879 |   0 |   0 |   0 | 241k|   0 | 0.000000e+00 | 2.530000e+02 |    Inf 
97.90/97.96	c  89.4s|270000 |128666 |     0 |   0.0 |  97M| 141 |   - | 253 |8733 |   0 |   0 |   0 | 247k|   0 | 0.000000e+00 | 2.530000e+02 |    Inf 
100.89/100.93	c  92.0s|280000 |134119 |     0 |   0.0 | 101M| 141 |   - | 253 |9874 |   0 |   0 |   0 | 253k|   0 | 0.000000e+00 | 2.530000e+02 |    Inf 
101.20/101.28	o 242
101.20/101.28	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
101.20/101.28	c *92.3s|281004 |134583 |     0 |   0.0 | 101M| 141 |   - | 253 |  10k|   0 |   0 |   0 | 254k|   0 | 0.000000e+00 | 2.420000e+02 |    Inf 
104.20/104.28	c  95.0s|290000 |139086 |     0 |   0.0 | 105M| 141 |   - | 253 |  11k|   0 |   0 |   0 | 260k|   0 | 0.000000e+00 | 2.420000e+02 |    Inf 
107.99/108.07	c  98.4s|300000 |143609 |     0 |   0.0 | 109M| 141 |   - | 253 |  12k|   0 |   0 |   0 | 269k|   0 | 0.000000e+00 | 2.420000e+02 |    Inf 
112.49/112.53	c   103s|310000 |147450 |     0 |   0.0 | 113M| 141 |   - | 253 |  15k|   0 |   0 |   0 | 278k|   0 | 0.000000e+00 | 2.420000e+02 |    Inf 
119.60/119.60	c   109s|320000 |148386 |     0 |   0.0 | 116M| 141 |   - | 253 |  18k|   0 |   0 |   0 | 293k|   0 | 0.000000e+00 | 2.420000e+02 |    Inf 
134.11/134.11	c   123s|330000 |143945 |     0 |   0.0 | 116M| 141 |   - | 253 |  27k|   0 |   0 |   0 | 318k|   0 | 0.000000e+00 | 2.420000e+02 |    Inf 
153.80/153.89	c   143s|340000 |137820 |     0 |   0.0 | 114M| 141 |   - | 253 |  37k|   0 |   0 |   0 | 343k|   0 | 0.000000e+00 | 2.420000e+02 |    Inf 
177.40/177.42	c   166s|350000 |131083 |     0 |   0.0 | 107M| 141 |   - | 253 |  47k|   0 |   0 |   0 | 367k|   0 | 0.000000e+00 | 2.420000e+02 |    Inf 
185.59/185.64	c   174s|360000 |137637 |     0 |   0.0 | 101M| 141 |   - | 253 |  17k|   0 |   0 |   0 | 371k|   0 | 0.000000e+00 | 2.420000e+02 |    Inf 
189.29/189.36	c   177s|370000 |143693 |     0 |   0.0 | 101M| 141 |   - | 253 |8359 |   0 |   0 |   0 | 376k|   0 | 0.000000e+00 | 2.420000e+02 |    Inf 
192.10/192.19	c   180s|380000 |149818 |     0 |   0.0 | 105M| 141 |   - | 253 |8091 |   0 |   0 |   0 | 380k|   0 | 0.000000e+00 | 2.420000e+02 |    Inf 
195.10/195.17	c   182s|390000 |155778 |     0 |   0.0 | 108M| 141 |   - | 253 |8398 |   0 |   0 |   0 | 385k|   0 | 0.000000e+00 | 2.420000e+02 |    Inf 
198.19/198.25	c   185s|400000 |161633 |     0 |   0.0 | 112M| 141 |   - | 253 |8411 |   0 |   0 |   0 | 391k|   0 | 0.000000e+00 | 2.420000e+02 |    Inf 
201.20/201.27	c   188s|410000 |167514 |     0 |   0.0 | 115M| 141 |   - | 253 |8384 |   0 |   0 |   0 | 396k|   0 | 0.000000e+00 | 2.420000e+02 |    Inf 
204.40/204.42	c   190s|420000 |173140 |     0 |   0.0 | 119M| 141 |   - | 253 |7887 |   0 |   0 |   0 | 402k|   0 | 0.000000e+00 | 2.420000e+02 |    Inf 
207.50/207.58	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
207.50/207.58	c   193s|430000 |178625 |     0 |   0.0 | 122M| 141 |   - | 253 |7872 |   0 |   0 |   0 | 409k|   0 | 0.000000e+00 | 2.420000e+02 |    Inf 
210.80/210.86	c   196s|440000 |183838 |     0 |   0.0 | 125M| 141 |   - | 253 |7755 |   0 |   0 |   0 | 416k|   0 | 0.000000e+00 | 2.420000e+02 |    Inf 
214.09/214.13	c   199s|450000 |189002 |     0 |   0.0 | 128M| 141 |   - | 253 |7568 |   0 |   0 |   0 | 424k|   0 | 0.000000e+00 | 2.420000e+02 |    Inf 
217.20/217.28	c   202s|460000 |194284 |     0 |   0.0 | 131M| 141 |   - | 253 |7732 |   0 |   0 |   0 | 431k|   0 | 0.000000e+00 | 2.420000e+02 |    Inf 
220.50/220.55	c   205s|470000 |199355 |     0 |   0.0 | 134M| 141 |   - | 253 |7940 |   0 |   0 |   0 | 438k|   0 | 0.000000e+00 | 2.420000e+02 |    Inf 
223.90/223.96	c   208s|480000 |204248 |     0 |   0.0 | 137M| 141 |   - | 253 |8078 |   0 |   0 |   0 | 445k|   0 | 0.000000e+00 | 2.420000e+02 |    Inf 
227.19/227.26	c   211s|490000 |209390 |     0 |   0.0 | 140M| 141 |   - | 253 |8686 |   0 |   0 |   0 | 452k|   0 | 0.000000e+00 | 2.420000e+02 |    Inf 
230.80/230.82	c   214s|500000 |214275 |     0 |   0.0 | 143M| 141 |   - | 253 |8884 |   0 |   0 |   0 | 459k|   0 | 0.000000e+00 | 2.420000e+02 |    Inf 
234.40/234.46	c   218s|510000 |219034 |     0 |   0.0 | 146M| 141 |   - | 253 |8981 |   0 |   0 |   0 | 467k|   0 | 0.000000e+00 | 2.420000e+02 |    Inf 
238.09/238.17	c   221s|520000 |223690 |     0 |   0.0 | 148M| 141 |   - | 253 |9351 |   0 |   0 |   0 | 474k|   0 | 0.000000e+00 | 2.420000e+02 |    Inf 
242.00/242.03	c   225s|530000 |228247 |     0 |   0.0 | 151M| 141 |   - | 253 |9598 |   0 |   0 |   0 | 482k|   0 | 0.000000e+00 | 2.420000e+02 |    Inf 
245.80/245.81	c   228s|540000 |233000 |     0 |   0.0 | 153M| 141 |   - | 253 |9795 |   0 |   0 |   0 | 490k|   0 | 0.000000e+00 | 2.420000e+02 |    Inf 
249.80/249.88	c   232s|550000 |237310 |     0 |   0.0 | 156M| 141 |   - | 253 |  10k|   0 |   0 |   0 | 498k|   0 | 0.000000e+00 | 2.420000e+02 |    Inf 
254.10/254.13	c   236s|560000 |241408 |     0 |   0.0 | 158M| 141 |   - | 253 |  10k|   0 |   0 |   0 | 507k|   0 | 0.000000e+00 | 2.420000e+02 |    Inf 
258.50/258.58	c   240s|570000 |245251 |     0 |   0.0 | 161M| 141 |   - | 253 |  11k|   0 |   0 |   0 | 516k|   0 | 0.000000e+00 | 2.420000e+02 |    Inf 
262.70/262.74	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
262.70/262.74	c   244s|580000 |249651 |     0 |   0.0 | 164M| 141 |   - | 253 |  11k|   0 |   0 |   0 | 524k|   0 | 0.000000e+00 | 2.420000e+02 |    Inf 
267.40/267.49	c   248s|590000 |253268 |     0 |   0.0 | 166M| 141 |   - | 253 |  11k|   0 |   0 |   0 | 532k|   0 | 0.000000e+00 | 2.420000e+02 |    Inf 
272.50/272.52	c   253s|600000 |256598 |     0 |   0.0 | 168M| 141 |   - | 253 |  12k|   0 |   0 |   0 | 541k|   0 | 0.000000e+00 | 2.420000e+02 |    Inf 
277.90/277.92	c   258s|610000 |259674 |     0 |   0.0 | 171M| 141 |   - | 253 |  13k|   0 |   0 |   0 | 550k|   0 | 0.000000e+00 | 2.420000e+02 |    Inf 
283.50/283.55	c   263s|620000 |262576 |     0 |   0.0 | 173M| 141 |   - | 253 |  14k|   0 |   0 |   0 | 560k|   0 | 0.000000e+00 | 2.420000e+02 |    Inf 
288.70/288.74	c   268s|630000 |266267 |     0 |   0.0 | 175M| 141 |   - | 253 |  15k|   0 |   0 |   0 | 568k|   0 | 0.000000e+00 | 2.420000e+02 |    Inf 
294.50/294.58	c   274s|640000 |269450 |     0 |   0.0 | 178M| 141 |   - | 253 |  15k|   0 |   0 |   0 | 577k|   0 | 1.000000e+00 | 2.420000e+02 |  Large 
300.40/300.45	c   279s|650000 |272726 |     0 |   0.0 | 181M| 141 |   - | 253 |  16k|   0 |   0 |   0 | 586k|   0 | 1.000000e+00 | 2.420000e+02 |  Large 
303.61/303.61	o 232
303.61/303.61	c * 282s|655483 |274593 |     0 |   0.0 | 183M| 141 |   - | 253 |  17k|   0 |   0 |   0 | 591k|   0 | 1.000000e+00 | 2.320000e+02 |  Large 
303.61/303.61	o 208
303.61/303.61	c * 282s|655484 |274555 |     0 |   0.0 | 183M| 141 |   - | 253 |  17k|   0 |   0 |   0 | 591k|   0 | 1.000000e+00 | 2.080000e+02 |  Large 
306.40/306.49	c   285s|660000 |275991 |     0 |   0.0 | 184M| 141 |   - | 253 |  17k|   0 |   0 |   0 | 595k|   0 | 1.000000e+00 | 2.080000e+02 |  Large 
312.70/312.72	c   291s|670000 |279314 |     0 |   0.0 | 188M| 141 |   - | 253 |  18k|   0 |   0 |   0 | 604k|   0 | 1.000000e+00 | 2.080000e+02 |  Large 
315.20/315.28	o 203
315.20/315.28	c * 293s|674285 |280807 |     0 |   0.0 | 189M| 141 |   - | 253 |  18k|   0 |   0 |   0 | 607k|   0 | 1.000000e+00 | 2.030000e+02 |  Large 
319.30/319.33	c   297s|680000 |282328 |     0 |   0.0 | 191M| 141 |   - | 253 |  19k|   0 |   0 |   0 | 613k|   0 | 1.000000e+00 | 2.030000e+02 |  Large 
326.00/326.08	c   303s|690000 |285305 |     0 |   0.0 | 194M| 141 |   - | 253 |  20k|   0 |   0 |   0 | 622k|   0 | 1.000000e+00 | 2.030000e+02 |  Large 
333.10/333.10	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
333.10/333.10	c   310s|700000 |288297 |     0 |   0.0 | 198M| 141 |   - | 253 |  22k|   0 |   0 |   0 | 632k|   0 | 1.000000e+00 | 2.030000e+02 |  Large 
340.60/340.69	c   317s|710000 |290971 |     0 |   0.0 | 201M| 141 |   - | 253 |  23k|   0 |   0 |   0 | 642k|   0 | 1.000000e+00 | 2.030000e+02 |  Large 
348.90/348.97	c   325s|720000 |293126 |     0 |   0.0 | 204M| 141 |   - | 253 |  25k|   0 |   0 |   0 | 653k|   0 | 1.000000e+00 | 2.030000e+02 |  Large 
358.30/358.35	c   334s|730000 |294709 |     0 |   0.0 | 208M| 141 |   - | 253 |  27k|   0 |   0 |   0 | 665k|   0 | 1.000000e+00 | 2.030000e+02 |  Large 
369.41/369.43	c   345s|740000 |295179 |     0 |   0.0 | 210M| 141 |   - | 253 |  29k|   0 |   0 |   0 | 679k|   0 | 1.000000e+00 | 2.030000e+02 |  Large 
371.51/371.50	o 182
371.51/371.50	c * 347s|741804 |294845 |     0 |   0.0 | 210M| 141 |   - | 253 |  30k|   0 |   0 |   0 | 681k|   0 | 1.000000e+00 | 1.820000e+02 |  Large 
380.30/380.39	c   355s|750000 |296710 |     0 |   0.0 | 209M| 141 |   - | 253 |  22k|   0 |   0 |   0 | 689k|   0 | 1.000000e+00 | 1.820000e+02 |  Large 
387.30/387.31	c   362s|760000 |300917 |     0 |   0.0 | 211M| 141 |   - | 253 |  14k|   0 |   0 |   0 | 696k|   0 | 1.000000e+00 | 1.820000e+02 |  Large 
393.50/393.58	c   368s|770000 |304340 |     0 |   0.0 | 214M| 141 |   - | 253 |  13k|   0 |   0 |   0 | 704k|   0 | 1.000000e+00 | 1.820000e+02 |  Large 
395.80/395.83	o 148
395.80/395.83	c * 370s|773612 |302671 |     0 |   0.0 | 213M| 141 |   - | 253 |  13k|   0 |   0 |   0 | 707k|   0 | 1.000000e+00 | 1.480000e+02 |  Large 
400.01/400.00	c   374s|780000 |304499 |     0 |   0.0 | 215M| 141 |   - | 253 |  13k|   0 |   0 |   0 | 713k|   0 | 1.000000e+00 | 1.480000e+02 |  Large 
406.20/406.29	c   380s|790000 |307773 |     0 |   0.0 | 219M| 141 |   - | 253 |  14k|   0 |   0 |   0 | 721k|   0 | 1.000000e+00 | 1.480000e+02 |  Large 
412.60/412.67	c   386s|800000 |311048 |     0 |   0.0 | 222M| 141 |   - | 253 |  15k|   0 |   0 |   0 | 730k|   0 | 1.000000e+00 | 1.480000e+02 |  Large 
419.30/419.32	c   392s|810000 |314233 |     0 |   0.0 | 225M| 141 |   - | 253 |  15k|   0 |   0 |   0 | 738k|   0 | 1.000000e+00 | 1.480000e+02 |  Large 
425.61/425.67	c   398s|820000 |317890 |     0 |   0.0 | 229M| 141 |   - | 253 |  16k|   0 |   0 |   0 | 746k|   0 | 1.000000e+00 | 1.480000e+02 |  Large 
432.40/432.48	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
432.40/432.48	c   404s|830000 |321074 |     0 |   0.0 | 232M| 141 |   - | 253 |  16k|   0 |   0 |   0 | 754k|   0 | 1.000000e+00 | 1.480000e+02 |  Large 
439.10/439.10	c   411s|840000 |324390 |     0 |   0.0 | 235M| 141 |   - | 253 |  15k|   0 |   0 |   0 | 762k|   0 | 1.000000e+00 | 1.480000e+02 |  Large 
440.10/440.11	o 135
440.10/440.11	c * 412s|841519 |321327 |     0 |   0.0 | 233M| 141 |   - | 253 |  15k|   0 |   0 |   0 | 764k|   0 | 1.000000e+00 | 1.350000e+02 |  Large 
446.20/446.21	c   417s|850000 |323577 |     0 |   0.0 | 235M| 141 |   - | 253 |  15k|   0 |   0 |   0 | 771k|   0 | 1.000000e+00 | 1.350000e+02 |  Large 
453.00/453.04	c   424s|860000 |326446 |     0 |   0.0 | 238M| 141 |   - | 253 |  16k|   0 |   0 |   0 | 779k|   0 | 1.000000e+00 | 1.350000e+02 |  Large 
460.31/460.36	c   431s|870000 |328835 |     0 |   0.0 | 241M| 141 |   - | 253 |  15k|   0 |   0 |   0 | 789k|   0 | 1.000000e+00 | 1.350000e+02 |  Large 
467.90/467.95	c   438s|880000 |330871 |     0 |   0.0 | 244M| 141 |   - | 253 |  15k|   0 |   0 |   0 | 798k|   0 | 1.000000e+00 | 1.350000e+02 |  Large 
475.50/475.57	c   445s|890000 |332755 |     0 |   0.0 | 246M| 141 |   - | 253 |  15k|   0 |   0 |   0 | 808k|   0 | 1.000000e+00 | 1.350000e+02 |  Large 
482.51/482.57	c   452s|900000 |335288 |     0 |   0.0 | 250M| 141 |   - | 253 |  16k|   0 |   0 |   0 | 817k|   0 | 1.000000e+00 | 1.350000e+02 |  Large 
491.21/491.24	c   460s|910000 |336298 |     0 |   0.0 | 251M| 141 |   - | 253 |  16k|   0 |   0 |   0 | 828k|   0 | 1.000000e+00 | 1.350000e+02 |  Large 
499.42/499.49	o 97
499.42/499.49	c * 468s|919720 |320985 |     0 |   0.0 | 242M| 141 |   - | 253 |  16k|   0 |   0 |   0 | 838k|   0 | 1.000000e+00 | 9.700000e+01 |9600.00%
499.81/499.84	c   469s|920000 |320984 |     0 |   0.0 | 242M| 141 |   - | 253 |  14k|   0 |   0 |   0 | 839k|   0 | 1.000000e+00 | 9.700000e+01 |9600.00%
505.40/505.46	c   474s|930000 |322458 |     0 |   0.0 | 243M| 141 |   - | 253 |6662 |   0 |   0 |   0 | 849k|   0 | 1.000000e+00 | 9.700000e+01 |9600.00%
510.51/510.50	c   479s|940000 |322508 |     0 |   0.0 | 244M| 141 |   - | 253 |4088 |   0 |   0 |   0 | 860k|   0 | 1.000000e+00 | 9.700000e+01 |9600.00%
515.21/515.25	c   483s|950000 |322555 |     0 |   0.0 | 246M| 141 |   - | 253 |5642 |   0 |   0 |   0 | 872k|   0 | 1.000000e+00 | 9.700000e+01 |9600.00%
520.01/520.00	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
520.01/520.00	c   487s|960000 |322874 |     0 |   0.0 | 248M| 141 |   - | 253 |6108 |   0 |   0 |   0 | 884k|   0 | 1.000000e+00 | 9.700000e+01 |9600.00%
524.91/524.90	c   492s|970000 |322680 |     0 |   0.0 | 250M| 141 |   - | 253 |5624 |   0 |   0 |   0 | 896k|   0 | 1.000000e+00 | 9.700000e+01 |9600.00%
529.81/529.85	c   496s|980000 |322033 |     0 |   0.0 | 251M| 141 |   - | 253 |4415 |   0 |   0 |   0 | 909k|   0 | 1.000000e+00 | 9.700000e+01 |9600.00%
535.11/535.17	c   501s|990000 |321180 |     0 |   0.0 | 253M| 141 |   - | 253 |5173 |   0 |   0 |   0 | 921k|   0 | 1.000000e+00 | 9.700000e+01 |9600.00%
540.11/540.19	c   506s|  1000k|321197 |     0 |   0.0 | 256M| 141 |   - | 253 |7229 |   0 |   0 |   0 | 933k|   0 | 1.000000e+00 | 9.700000e+01 |9600.00%
545.61/545.65	c   511s|  1010k|319882 |     0 |   0.0 | 256M| 141 |   - | 253 |6089 |   0 |   0 |   0 | 947k|   0 | 1.000000e+00 | 9.700000e+01 |9600.00%
550.90/550.97	c   516s|  1020k|318640 |     0 |   0.0 | 257M| 141 |   - | 253 |6790 |   0 |   0 |   0 | 960k|   0 | 1.000000e+00 | 9.700000e+01 |9600.00%
556.31/556.37	c   521s|  1030k|317673 |     0 |   0.0 | 258M| 141 |   - | 253 |5273 |   0 |   0 |   0 | 973k|   0 | 1.000000e+00 | 9.700000e+01 |9600.00%
561.41/561.41	c   526s|  1040k|317801 |     0 |   0.0 | 260M| 141 |   - | 253 |5293 |   0 |   0 |   0 | 985k|   0 | 1.000000e+00 | 9.700000e+01 |9600.00%
566.81/566.85	c   531s|  1050k|316119 |     0 |   0.0 | 261M| 141 |   - | 253 |5446 |   0 |   0 |   0 | 999k|   0 | 1.000000e+00 | 9.700000e+01 |9600.00%
572.21/572.26	c   536s|  1060k|314542 |     0 |   0.0 | 261M| 141 |   - | 253 |6534 |   0 |   0 |   0 |1013k|   0 | 1.000000e+00 | 9.700000e+01 |9600.00%
577.51/577.55	c   541s|  1070k|313380 |     0 |   0.0 | 262M| 141 |   - | 253 |6825 |   0 |   0 |   0 |1027k|   0 | 1.000000e+00 | 9.700000e+01 |9600.00%
582.81/582.90	c   546s|  1080k|312357 |     0 |   0.0 | 263M| 141 |   - | 253 |6968 |   0 |   0 |   0 |1040k|   0 | 1.000000e+00 | 9.700000e+01 |9600.00%
588.11/588.17	c   551s|  1090k|311087 |     0 |   0.0 | 263M| 141 |   - | 253 |5922 |   0 |   0 |   0 |1054k|   0 | 1.000000e+00 | 9.700000e+01 |9600.00%
593.01/593.01	c   555s|  1100k|310058 |     0 |   0.0 | 263M| 141 |   - | 253 |3907 |   0 |   0 |   0 |1067k|   0 | 1.000000e+00 | 9.700000e+01 |9600.00%
598.01/598.07	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
598.01/598.07	c   560s|  1110k|308404 |     0 |   0.0 | 264M| 141 |   - | 253 |4989 |   0 |   0 |   0 |1081k|   0 | 1.000000e+00 | 9.700000e+01 |9600.00%
603.21/603.22	c   565s|  1120k|306574 |     0 |   0.0 | 264M| 141 |   - | 253 |5777 |   0 |   0 |   0 |1095k|   0 | 1.000000e+00 | 9.700000e+01 |9600.00%
608.21/608.25	c   569s|  1130k|304846 |     0 |   0.0 | 264M| 141 |   - | 253 |5431 |   0 |   0 |   0 |1110k|   0 | 1.000000e+00 | 9.700000e+01 |9600.00%
614.01/614.04	c   575s|  1140k|302284 |     0 |   0.0 | 264M| 141 |   - | 253 |6747 |   0 |   0 |   0 |1125k|   0 | 1.000000e+00 | 9.700000e+01 |9600.00%
620.51/620.59	c   581s|  1150k|299004 |     0 |   0.0 | 263M| 141 |   - | 253 |6945 |   0 |   0 |   0 |1142k|   0 | 1.000000e+00 | 9.700000e+01 |9600.00%
627.90/627.92	c   588s|  1160k|294020 |     0 |   0.0 | 260M| 141 |   - | 253 |9335 |   0 |   0 |   0 |1160k|   0 | 1.000000e+00 | 9.700000e+01 |9600.00%
635.01/635.07	c   594s|  1170k|293474 |     0 |   0.0 | 262M| 141 |   - | 253 |  11k|   0 |   0 |   0 |1173k|   0 | 1.000000e+00 | 9.700000e+01 |9600.00%
644.71/644.75	c   604s|  1180k|292035 |     0 |   0.0 | 264M| 141 |   - | 253 |  13k|   0 |   0 |   0 |1187k|   0 | 1.000000e+00 | 9.700000e+01 |9600.00%
654.81/654.88	c   613s|  1190k|290399 |     0 |   0.0 | 265M| 141 |   - | 253 |  13k|   0 |   0 |   0 |1201k|   0 | 1.000000e+00 | 9.700000e+01 |9600.00%
663.71/663.70	c   622s|  1200k|288559 |     0 |   0.0 | 266M| 141 |   - | 253 |  10k|   0 |   0 |   0 |1215k|   0 | 1.000000e+00 | 9.700000e+01 |9600.00%
671.11/671.11	c   629s|  1210k|286523 |     0 |   0.0 | 265M| 141 |   - | 253 |7314 |   0 |   0 |   0 |1229k|   0 | 1.000000e+00 | 9.700000e+01 |9600.00%
677.62/677.66	c   635s|  1220k|284097 |     0 |   0.0 | 266M| 141 |   - | 253 |7359 |   0 |   0 |   0 |1244k|   0 | 1.000000e+00 | 9.700000e+01 |9600.00%
684.01/684.02	c   641s|  1230k|281871 |     0 |   0.0 | 266M| 141 |   - | 253 |7953 |   0 |   0 |   0 |1258k|   0 | 1.000000e+00 | 9.700000e+01 |9600.00%
691.02/691.06	c   647s|  1240k|279116 |     0 |   0.0 | 266M| 141 |   - | 253 |7641 |   0 |   0 |   0 |1272k|   0 | 1.000000e+00 | 9.700000e+01 |9600.00%
698.21/698.29	c   654s|  1250k|276232 |     0 |   0.0 | 266M| 141 |   - | 253 |8996 |   0 |   0 |   0 |1286k|   0 | 1.000000e+00 | 9.700000e+01 |9600.00%
701.32/701.34	o 60
701.32/701.34	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
701.32/701.34	c * 657s|  1253k|201005 |     0 |   0.0 | 209M| 141 |   - | 253 |  10k|   0 |   0 |   0 |1291k|   0 | 1.000000e+00 | 6.000000e+01 |5900.00%
709.21/709.20	c   664s|  1260k|194783 |     0 |   0.0 | 208M| 141 |   - | 253 |9853 |   0 |   0 |   0 |1308k|   0 | 1.000000e+00 | 6.000000e+01 |5900.00%
728.42/728.46	c   683s|  1270k|179989 |     0 |   0.0 | 205M| 141 |   - | 253 |  22k|   0 |   0 |   0 |1340k|   0 | 1.000000e+00 | 6.000000e+01 |5900.00%
760.92/760.96	c   715s|  1280k|162730 |     0 |   0.0 | 196M| 141 |   - | 253 |  30k|   0 |   0 |   0 |1372k|   0 | 1.000000e+00 | 6.000000e+01 |5900.00%
801.92/801.97	c   755s|  1290k|145231 |     0 |   0.0 | 185M| 141 |   - | 253 |  37k|   0 |   0 |   0 |1404k|   0 | 1.000000e+00 | 6.000000e+01 |5900.00%
847.02/847.06	c   799s|  1300k|127102 |     0 |   0.0 | 167M| 141 |   - | 253 |  43k|   0 |   0 |   0 |1435k|   0 | 1.000000e+00 | 6.000000e+01 |5900.00%
890.82/890.89	c   843s|  1310k|111090 |     0 |   0.0 | 145M| 141 |   - | 253 |  30k|   0 |   0 |   0 |1468k|   0 | 1.000000e+00 | 6.000000e+01 |5900.00%
943.42/943.40	c   894s|  1320k| 86179 |     0 |   0.0 | 120M| 141 |   - | 253 |  47k|   0 |   0 |   0 |1505k|   0 | 1.000000e+00 | 6.000000e+01 |5900.00%
956.12/956.13	c   907s|  1330k| 88862 |     0 |   0.0 | 108M| 141 |   - | 253 |  21k|   0 |   0 |   0 |1514k|   0 | 1.000000e+00 | 6.000000e+01 |5900.00%
961.02/961.03	o 40
961.02/961.03	c * 912s|  1335k| 63161 |     0 |   0.0 |  79M| 141 |   - | 253 |  13k|   0 |   0 |   0 |1522k|   0 | 1.000000e+00 | 4.000000e+01 |3900.00%
964.82/964.84	c   915s|  1340k| 62675 |     0 |   0.0 |  79M| 141 |   - | 253 |  14k|   0 |   0 |   0 |1528k|   0 | 1.000000e+00 | 4.000000e+01 |3900.00%
973.12/973.13	c   923s|  1350k| 61130 |     0 |   0.0 |  73M| 141 |   - | 253 |  13k|   0 |   0 |   0 |1543k|   0 | 6.000000e+00 | 4.000000e+01 | 566.67%
976.32/976.38	c   926s|  1360k| 67345 |     0 |   0.0 |  77M| 141 |   - | 253 |  13k|   0 |   0 |   0 |1551k|   0 | 6.000000e+00 | 4.000000e+01 | 566.67%
981.42/981.47	c   931s|  1370k| 71600 |     0 |   0.0 |  83M| 141 |   - | 253 |  18k|   0 |   0 |   0 |1562k|   0 | 6.000000e+00 | 4.000000e+01 | 566.67%
988.62/988.67	c   938s|  1380k| 74078 |     0 |   0.0 |  88M| 141 |   - | 253 |  22k|   0 |   0 |   0 |1576k|   0 | 6.000000e+00 | 4.000000e+01 | 566.67%
998.52/998.53	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
998.52/998.53	c   947s|  1390k| 74380 |     0 |   0.0 |  88M| 141 |   - | 253 |  15k|   0 |   0 |   0 |1592k|   0 | 6.000000e+00 | 4.000000e+01 | 566.67%
1006.72/1006.78	c   955s|  1400k| 74293 |     0 |   0.0 |  89M| 141 |   - | 253 |  15k|   0 |   0 |   0 |1609k|   0 | 6.000000e+00 | 4.000000e+01 | 566.67%
1012.52/1012.56	c   960s|  1410k| 77252 |     0 |   0.0 |  91M| 141 |   - | 253 |  15k|   0 |   0 |   0 |1621k|   0 | 6.000000e+00 | 4.000000e+01 | 566.67%
1017.53/1017.52	c   965s|  1420k| 82152 |     0 |   0.0 |  96M| 141 |   - | 253 |  18k|   0 |   0 |   0 |1634k|   0 | 6.000000e+00 | 4.000000e+01 | 566.67%
1024.32/1024.36	c   972s|  1430k| 85805 |     0 |   0.0 | 101M| 141 |   - | 253 |  22k|   0 |   0 |   0 |1648k|   0 | 6.000000e+00 | 4.000000e+01 | 566.67%
1035.52/1035.53	c   982s|  1440k| 86755 |     0 |   0.0 | 105M| 141 |   - | 253 |  26k|   0 |   0 |   0 |1665k|   0 | 6.000000e+00 | 4.000000e+01 | 566.67%
1050.02/1050.06	c   997s|  1450k| 85843 |     0 |   0.0 | 108M| 141 |   - | 253 |  30k|   0 |   0 |   0 |1684k|   0 | 6.000000e+00 | 4.000000e+01 | 566.67%
1067.22/1067.20	c  1013s|  1460k| 83707 |     0 |   0.0 | 111M| 141 |   - | 253 |  36k|   0 |   0 |   0 |1704k|   0 | 6.000000e+00 | 4.000000e+01 | 566.67%
1087.72/1087.75	c  1033s|  1470k| 79724 |     0 |   0.0 | 104M| 141 |   - | 253 |  23k|   0 |   0 |   0 |1725k|   0 | 6.000000e+00 | 4.000000e+01 | 566.67%
1097.63/1097.65	c  1043s|  1480k| 80016 |     0 |   0.0 | 101M| 141 |   - | 253 |  14k|   0 |   0 |   0 |1740k|   0 | 6.000000e+00 | 4.000000e+01 | 566.67%
1106.53/1106.53	c  1052s|  1490k| 80659 |     0 |   0.0 | 106M| 141 |   - | 253 |  20k|   0 |   0 |   0 |1759k|   0 | 6.000000e+00 | 4.000000e+01 | 566.67%
1120.13/1120.16	c  1065s|  1500k| 80092 |     0 |   0.0 | 111M| 141 |   - | 253 |  28k|   0 |   0 |   0 |1779k|   0 | 6.000000e+00 | 4.000000e+01 | 566.67%
1140.13/1140.13	c  1084s|  1510k| 77535 |     0 |   0.0 | 113M| 141 |   - | 253 |  34k|   0 |   0 |   0 |1801k|   0 | 6.000000e+00 | 4.000000e+01 | 566.67%
1167.23/1167.25	c  1111s|  1520k| 72068 |     0 |   0.0 | 111M| 141 |   - | 253 |  39k|   0 |   0 |   0 |1825k|   0 | 6.000000e+00 | 4.000000e+01 | 566.67%
1200.22/1200.29	c  1143s|  1530k| 62254 |     0 |   0.0 |  95M| 141 |   - | 253 |  33k|   0 |   0 |   0 |1852k|   0 | 6.000000e+00 | 4.000000e+01 | 566.67%
1206.22/1206.25	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1206.22/1206.25	c  1149s|  1540k| 68101 |     0 |   0.0 |  90M| 141 |   - | 253 |9754 |   0 |   0 |   0 |1859k|   0 | 6.000000e+00 | 4.000000e+01 | 566.67%
1209.72/1209.76	c  1152s|  1550k| 73284 |     0 |   0.0 |  95M| 141 |   - | 253 |  13k|   0 |   0 |   0 |1867k|   0 | 6.000000e+00 | 4.000000e+01 | 566.67%
1220.63/1220.67	c  1163s|  1560k| 68440 |     0 |   0.0 |  92M| 141 |   - | 253 |  20k|   0 |   0 |   0 |1889k|   0 | 6.000000e+00 | 4.000000e+01 | 566.67%
1235.33/1235.36	c  1177s|  1570k| 64718 |     0 |   0.0 |  75M| 141 |   - | 253 |  12k|   0 |   0 |   0 |1906k|   0 | 6.000000e+00 | 4.000000e+01 | 566.67%
1238.33/1238.32	c  1180s|  1580k| 71430 |     0 |   0.0 |  78M| 141 |   - | 253 |  11k|   0 |   0 |   0 |1913k|   0 | 6.000000e+00 | 4.000000e+01 | 566.67%
1242.03/1242.07	c  1183s|  1590k| 77388 |     0 |   0.0 |  82M| 141 |   - | 253 |  15k|   0 |   0 |   0 |1922k|   0 | 9.000000e+00 | 4.000000e+01 | 344.44%
1246.73/1246.74	c  1188s|  1600k| 82811 |     0 |   0.0 |  86M| 141 |   - | 253 |  17k|   0 |   0 |   0 |1931k|   0 | 9.000000e+00 | 4.000000e+01 | 344.44%
1252.42/1252.48	c  1193s|  1610k| 87420 |     0 |   0.0 |  91M| 141 |   - | 253 |  19k|   0 |   0 |   0 |1942k|   0 | 9.000000e+00 | 4.000000e+01 | 344.44%
1259.33/1259.39	c  1200s|  1620k| 91205 |     0 |   0.0 |  96M| 141 |   - | 253 |  22k|   0 |   0 |   0 |1954k|   0 | 9.000000e+00 | 4.000000e+01 | 344.44%
1267.63/1267.61	c  1208s|  1630k| 94059 |     0 |   0.0 | 100M| 141 |   - | 253 |  25k|   0 |   0 |   0 |1967k|   0 | 9.000000e+00 | 4.000000e+01 | 344.44%
1278.63/1278.67	c  1218s|  1640k| 94683 |     0 |   0.0 | 103M| 141 |   - | 253 |  28k|   0 |   0 |   0 |1982k|   0 | 9.000000e+00 | 4.000000e+01 | 344.44%
1283.23/1283.20	c  1223s|  1650k|101780 |     0 |   0.0 | 104M| 141 |   - | 253 |  15k|   0 |   0 |   0 |1988k|   0 | 9.000000e+00 | 4.000000e+01 | 344.44%
1287.53/1287.50	c  1227s|  1660k|107091 |     0 |   0.0 | 108M| 141 |   - | 253 |  13k|   0 |   0 |   0 |1997k|   0 | 9.000000e+00 | 4.000000e+01 | 344.44%
1291.63/1291.63	c  1230s|  1670k|112811 |     0 |   0.0 | 112M| 141 |   - | 253 |  16k|   0 |   0 |   0 |2008k|   0 | 9.000000e+00 | 4.000000e+01 | 344.44%
1297.63/1297.63	c  1236s|  1680k|117473 |     0 |   0.0 | 117M| 141 |   - | 253 |  20k|   0 |   0 |   0 |2022k|   0 | 9.000000e+00 | 4.000000e+01 | 344.44%
1305.83/1305.82	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1305.83/1305.82	c  1244s|  1690k|121197 |     0 |   0.0 | 122M| 141 |   - | 253 |  25k|   0 |   0 |   0 |2036k|   0 | 9.000000e+00 | 4.000000e+01 | 344.44%
1316.23/1316.26	c  1254s|  1700k|123997 |     0 |   0.0 | 127M| 141 |   - | 253 |  28k|   0 |   0 |   0 |2050k|   0 | 9.000000e+00 | 4.000000e+01 | 344.44%
1327.83/1327.85	c  1265s|  1710k|126685 |     0 |   0.0 | 131M| 141 |   - | 253 |  31k|   0 |   0 |   0 |2065k|   0 | 9.000000e+00 | 4.000000e+01 | 344.44%
1341.23/1341.29	c  1278s|  1720k|128640 |     0 |   0.0 | 135M| 141 |   - | 253 |  32k|   0 |   0 |   0 |2081k|   0 | 9.000000e+00 | 4.000000e+01 | 344.44%
1355.93/1355.96	c  1293s|  1730k|130117 |     0 |   0.0 | 138M| 141 |   - | 253 |  34k|   0 |   0 |   0 |2098k|   0 | 9.000000e+00 | 4.000000e+01 | 344.44%
1371.54/1371.50	c  1308s|  1740k|131303 |     0 |   0.0 | 142M| 141 |   - | 253 |  36k|   0 |   0 |   0 |2115k|   0 | 9.000000e+00 | 4.000000e+01 | 344.44%
1388.14/1388.14	c  1324s|  1750k|132158 |     0 |   0.0 | 145M| 141 |   - | 253 |  38k|   0 |   0 |   0 |2132k|   0 | 9.000000e+00 | 4.000000e+01 | 344.44%
1405.33/1405.35	c  1341s|  1760k|132821 |     0 |   0.0 | 149M| 141 |   - | 253 |  40k|   0 |   0 |   0 |2149k|   0 | 9.000000e+00 | 4.000000e+01 | 344.44%
1423.94/1423.97	c  1359s|  1770k|132790 |     0 |   0.0 | 152M| 141 |   - | 253 |  43k|   0 |   0 |   0 |2168k|   0 | 9.000000e+00 | 4.000000e+01 | 344.44%
1443.73/1443.70	c  1379s|  1780k|132247 |     0 |   0.0 | 154M| 141 |   - | 253 |  46k|   0 |   0 |   0 |2187k|   0 | 9.000000e+00 | 4.000000e+01 | 344.44%
1465.84/1465.80	c  1400s|  1790k|130542 |     0 |   0.0 | 154M| 141 |   - | 253 |  48k|   0 |   0 |   0 |2206k|   0 | 9.000000e+00 | 4.000000e+01 | 344.44%
1478.03/1478.07	c  1412s|  1800k|136158 |     0 |   0.0 | 153M| 141 |   - | 253 |  30k|   0 |   0 |   0 |2214k|   0 | 9.000000e+00 | 4.000000e+01 | 344.44%
1487.14/1487.18	c  1421s|  1810k|140719 |     0 |   0.0 | 156M| 141 |   - | 253 |  26k|   0 |   0 |   0 |2225k|   0 | 9.000000e+00 | 4.000000e+01 | 344.44%
1495.83/1495.89	c  1430s|  1820k|144724 |     0 |   0.0 | 161M| 141 |   - | 253 |  26k|   0 |   0 |   0 |2237k|   0 | 9.000000e+00 | 4.000000e+01 | 344.44%
1504.94/1504.99	c  1438s|  1830k|148008 |     0 |   0.0 | 165M| 141 |   - | 253 |  28k|   0 |   0 |   0 |2250k|   0 | 9.000000e+00 | 4.000000e+01 | 344.44%
1514.94/1514.98	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1514.94/1514.98	c  1448s|  1840k|150671 |     0 |   0.0 | 170M| 141 |   - | 253 |  34k|   0 |   0 |   0 |2264k|   0 | 9.000000e+00 | 4.000000e+01 | 344.44%
1524.43/1524.41	c  1457s|  1850k|155244 |     0 |   0.0 | 170M| 141 |   - | 253 |  20k|   0 |   0 |   0 |2274k|   0 | 9.000000e+00 | 4.000000e+01 | 344.44%
1531.25/1531.28	c  1464s|  1860k|159206 |     0 |   0.0 | 174M| 141 |   - | 253 |  21k|   0 |   0 |   0 |2287k|   0 | 9.000000e+00 | 4.000000e+01 | 344.44%
1544.45/1544.42	c  1476s|  1870k|160153 |     0 |   0.0 | 178M| 141 |   - | 253 |  26k|   0 |   0 |   0 |2309k|   0 | 9.000000e+00 | 4.000000e+01 | 344.44%
1561.03/1561.09	c  1493s|  1880k|160154 |     0 |   0.0 | 182M| 141 |   - | 253 |  32k|   0 |   0 |   0 |2330k|   0 | 9.000000e+00 | 4.000000e+01 | 344.44%
1582.43/1582.46	c  1514s|  1890k|159232 |     0 |   0.0 | 186M| 141 |   - | 253 |  40k|   0 |   0 |   0 |2352k|   0 | 9.000000e+00 | 4.000000e+01 | 344.44%
1607.04/1607.04	c  1538s|  1900k|158485 |     0 |   0.0 | 189M| 141 |   - | 253 |  46k|   0 |   0 |   0 |2373k|   0 | 9.000000e+00 | 4.000000e+01 | 344.44%
1625.14/1625.15	o 31
1625.14/1625.15	c *1556s|  1906k|140664 |     0 |   0.0 | 173M| 141 |   - | 253 |  50k|   0 |   0 |   0 |2388k|   0 | 9.000000e+00 | 3.100000e+01 | 244.44%
1636.24/1636.28	c  1567s|  1910k|139745 |     0 |   0.0 | 172M| 141 |   - | 253 |  44k|   0 |   0 |   0 |2396k|   0 | 9.000000e+00 | 3.100000e+01 | 244.44%
1663.84/1663.82	c  1594s|  1920k|137206 |     0 |   0.0 | 170M| 141 |   - | 253 |  39k|   0 |   0 |   0 |2420k|   0 | 9.000000e+00 | 3.100000e+01 | 244.44%
1690.14/1690.15	c  1620s|  1930k|133803 |     0 |   0.0 | 169M| 141 |   - | 253 |  39k|   0 |   0 |   0 |2444k|   0 | 9.000000e+00 | 3.100000e+01 | 244.44%
1719.94/1719.94	c  1649s|  1940k|129087 |     0 |   0.0 | 167M| 141 |   - | 253 |  45k|   0 |   0 |   0 |2470k|   0 | 9.000000e+00 | 3.100000e+01 | 244.44%
1752.54/1752.52	c  1681s|  1950k|123882 |     0 |   0.0 | 164M| 141 |   - | 253 |  53k|   0 |   0 |   0 |2495k|   0 | 9.000000e+00 | 3.100000e+01 | 244.44%
1786.55/1786.51	c  1715s|  1960k|120271 |     0 |   0.0 | 158M| 141 |   - | 253 |  46k|   0 |   0 |   0 |2519k|   0 | 9.000000e+00 | 3.100000e+01 | 244.44%
1800.05/1800.00	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.05/1800.00	c 
1800.05/1800.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.05/1800.00	c Solving Time (sec) : 1728.15
1800.05/1800.00	c Solving Nodes      : 1966229
1800.05/1800.00	c Primal Bound       : +3.10000000000000e+01 (12 solutions)
1800.05/1800.00	c Dual Bound         : +9.00000000000000e+00
1800.05/1800.00	c Gap                : 244.44 %
1800.05/1800.00	s SATISFIABLE
1800.05/1800.00	v -x169 -x168 -x167 -x166 -x165 -x164 x163 -x162 -x161 -x160 -x159 -x158 -x157 -x156 -x155 -x154 -x153 x152 -x151 -x150 -x149 -x148 
1800.05/1800.00	v -x147 -x146 -x145 -x144 -x143 -x142 -x141 -x140 -x139 -x138 -x137 -x136 -x135 x134 -x133 -x132 -x131 -x130 -x129 -x128 -x127 
1800.05/1800.00	v -x126 -x125 -x124 x123 -x122 -x121 -x120 -x119 -x118 x117 -x116 -x115 -x114 -x113 -x112 -x111 -x110 -x109 -x108 -x107 -x106 
1800.05/1800.00	v -x105 -x104 -x103 x102 -x101 -x100 -x99 -x98 -x97 -x96 -x95 -x94 -x93 -x92 -x91 -x90 -x89 x88 -x87 -x86 -x85 -x84 -x83 -x82 
1800.05/1800.00	v -x81 -x80 -x79 -x78 -x77 -x76 -x75 -x74 -x73 -x72 -x71 -x70 -x69 -x68 -x67 x66 -x65 -x64 -x63 -x62 -x61 -x60 -x59 -x58 x57 -x56 
1800.05/1800.00	v -x55 -x54 -x53 -x52 -x51 -x50 -x49 -x48 -x47 -x46 -x45 -x44 -x43 -x42 x41 -x40 -x39 -x38 -x37 -x36 -x35 x34 -x33 -x32 -x31 
1800.05/1800.00	v -x30 -x29 -x28 -x27 -x26 -x25 -x24 -x23 -x22 -x21 -x20 -x19 -x18 -x17 x16 -x15 -x14 -x13 x12 -x11 -x10 -x9 -x8 -x7 -x6 -x5 
1800.05/1800.00	v -x4 -x3 -x2 -x1 
1800.05/1800.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.05/1800.00	c Solving Time       :    1728.15
1800.05/1800.00	c Original Problem   :
1800.05/1800.00	c   Problem name     : HOME/instance-2693914-1277897102.wbo
1800.05/1800.00	c   Variables        : 253 (211 binary, 0 integer, 0 implicit integer, 42 continuous)
1800.05/1800.00	c   Constraints      : 144 initial, 144 maximal
1800.05/1800.00	c Presolved Problem  :
1800.05/1800.00	c   Problem name     : t_HOME/instance-2693914-1277897102.wbo
1800.05/1800.00	c   Variables        : 253 (211 binary, 0 integer, 0 implicit integer, 42 continuous)
1800.05/1800.00	c   Constraints      : 130 initial, 59044 maximal
1800.05/1800.00	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.05/1800.00	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.00	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.00	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.00	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.00	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.00	c   probing          :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.00	c   indicator        :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.00	c   knapsack         :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.00	c   setppc           :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.00	c   linear           :       0.00          0          0          0         42          0         14          0          0
1800.05/1800.00	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.00	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.00	c   root node        :          -          0          -          -          0          -          -          -          -
1800.05/1800.00	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.05/1800.00	c   integral         :          0          0          0          0          0          0          0          0          0          0
1800.05/1800.00	c   indicator        :         42          0    5188371          0    1217772       5649     748869          0          0          0
1800.05/1800.00	c   knapsack         :          1          0    5749828          0    1325063     110996   23905194          0          0          0
1800.05/1800.00	c   setppc           :         39          0    5638808          0    1325057     561099    6714265          0          0          0
1800.05/1800.00	c   linear           :         42          0    5077713          0    1325053     195492    3401357          0          0          0
1800.05/1800.00	c   logicor          :          6+         0    2476541          0    1291967      30420    1031207          0          0          0
1800.05/1800.00	c   bounddisjunction :          0+         0     269810          0          0         12       5570          0          0          0
1800.05/1800.00	c   countsols        :          0          0          0          0    1325064          0          0          0          0          0
1800.05/1800.00	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.05/1800.00	c   integral         :       0.00       0.00       0.00       0.00       0.00
1800.05/1800.00	c   indicator        :       1.59       0.00       0.68       0.00       0.91
1800.05/1800.00	c   knapsack         :     183.93       0.00     181.40       0.00       2.53
1800.05/1800.00	c   setppc           :      35.99       0.00      31.18       0.00       4.81
1800.05/1800.00	c   linear           :      37.95       0.00      37.91       0.00       0.04
1800.05/1800.00	c   logicor          :     708.40       0.00     708.14       0.00       0.26
1800.05/1800.00	c   bounddisjunction :       8.97       0.00       8.97       0.00       0.00
1800.05/1800.00	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.05/1800.00	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.05/1800.00	c   vbounds          :       0.00          2          0          0
1800.05/1800.00	c   rootredcost      :       0.00          0          0          0
1800.05/1800.00	c   pseudoobj        :       6.53    5760763       5472     599556
1800.05/1800.00	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.05/1800.00	c   propagation      :      25.65     903490     902685    4649881       19.8     164172       13.4          -
1800.05/1800.00	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.05/1800.00	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.05/1800.00	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.05/1800.00	c   pseudo solution  :       0.00         78         78        264       15.3         11       12.9          -
1800.05/1800.00	c   applied globally :          -          -          -    2509514       15.6          -          -          -
1800.05/1800.00	c   applied locally  :          -          -          -      20080       36.0          -          -          -
1800.05/1800.00	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.05/1800.00	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
1800.05/1800.00	c   redcost          :       0.00          0          0          0          0          0
1800.05/1800.00	c   impliedbounds    :       0.00          0          0          0          0          0
1800.05/1800.00	c   intobj           :       0.00          0          0          0          0          0
1800.05/1800.00	c   cgmip            :       0.00          0          0          0          0          0
1800.05/1800.00	c   gomory           :       0.00          0          0          0          0          0
1800.05/1800.00	c   strongcg         :       0.00          0          0          0          0          0
1800.05/1800.00	c   cmir             :       0.00          0          0          0          0          0
1800.05/1800.00	c   flowcover        :       0.00          0          0          0          0          0
1800.05/1800.00	c   clique           :       0.00          0          0          0          0          0
1800.05/1800.00	c   zerohalf         :       0.00          0          0          0          0          0
1800.05/1800.00	c   mcf              :       0.00          0          0          0          0          0
1800.05/1800.00	c   rapidlearning    :       0.00          0          0          0          0          0
1800.05/1800.00	c Pricers            :       Time      Calls       Vars
1800.05/1800.00	c   problem variables:       0.00          0          0
1800.05/1800.00	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.05/1800.00	c   relpscost        :       0.00          0          0          0          0          0          0
1800.05/1800.00	c   pscost           :       0.00          0          0          0          0          0          0
1800.05/1800.00	c   inference        :       9.31    1325052          0          0          0          0    2650104
1800.05/1800.00	c   mostinf          :       0.00          0          0          0          0          0          0
1800.05/1800.00	c   leastinf         :       0.00          0          0          0          0          0          0
1800.05/1800.00	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.05/1800.00	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.05/1800.00	c   random           :       0.00          0          0          0          0          0          0
1800.05/1800.00	c Primal Heuristics  :       Time      Calls      Found
1800.05/1800.00	c   LP solutions     :       0.00          -          0
1800.05/1800.00	c   pseudo solutions :       0.31          -         12
1800.05/1800.00	c   oneopt           :       0.12          0          0
1800.05/1800.00	c   trivial          :       0.00          2          0
1800.05/1800.00	c   simplerounding   :       0.00          0          0
1800.05/1800.00	c   zirounding       :       0.00          0          0
1800.05/1800.00	c   rounding         :       0.00          0          0
1800.05/1800.00	c   shifting         :       0.00          0          0
1800.05/1800.00	c   intshifting      :       0.00          0          0
1800.05/1800.00	c   twoopt           :       0.00          0          0
1800.05/1800.00	c   fixandinfer      :       0.00          0          0
1800.05/1800.00	c   feaspump         :       0.00          0          0
1800.05/1800.00	c   coefdiving       :       0.00          0          0
1800.05/1800.00	c   pscostdiving     :       0.00          0          0
1800.05/1800.00	c   fracdiving       :       0.00          0          0
1800.05/1800.00	c   veclendiving     :       0.00          0          0
1800.05/1800.00	c   intdiving        :       0.00          0          0
1800.05/1800.00	c   actconsdiving    :       0.00          0          0
1800.05/1800.00	c   objpscostdiving  :       0.00          0          0
1800.05/1800.00	c   rootsoldiving    :       0.00          0          0
1800.05/1800.00	c   linesearchdiving :       0.00          0          0
1800.05/1800.00	c   guideddiving     :       0.00          0          0
1800.05/1800.00	c   octane           :       0.00          0          0
1800.05/1800.00	c   rens             :       0.00          0          0
1800.05/1800.00	c   rins             :       0.00          0          0
1800.05/1800.00	c   localbranching   :       0.00          0          0
1800.05/1800.00	c   mutation         :       0.00          0          0
1800.05/1800.00	c   crossover        :       0.00          0          0
1800.05/1800.00	c   dins             :       0.00          0          0
1800.05/1800.00	c   undercover       :       0.00          0          0
1800.05/1800.00	c   nlp              :       0.00          0          0
1800.05/1800.00	c   trysol           :       0.01          1          0
1800.05/1800.00	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.05/1800.00	c   primal LP        :       0.00          0          0       0.00          -
1800.05/1800.00	c   dual LP          :       0.00          0          0       0.00          -
1800.05/1800.00	c   lex dual LP      :       0.00          0          0       0.00          -
1800.05/1800.00	c   barrier LP       :       0.00          0          0       0.00          -
1800.05/1800.00	c   diving/probing LP:       0.00          0          0       0.00          -
1800.05/1800.00	c   strong branching :       0.00          0          0       0.00          -
1800.05/1800.00	c     (at root node) :          -          0          0       0.00          -
1800.05/1800.00	c   conflict analysis:       0.00          0          0       0.00          -
1800.05/1800.00	c B&B Tree           :
1800.05/1800.00	c   number of runs   :          1
1800.05/1800.00	c   nodes            :    1966229
1800.05/1800.00	c   nodes (total)    :    1966229
1800.05/1800.00	c   nodes left       :     120838
1800.05/1800.00	c   max depth        :        141
1800.05/1800.00	c   max depth (total):        141
1800.05/1800.00	c   backtracks       :     687065 (34.9%)
1800.05/1800.00	c   delayed cutoffs  :     421614
1800.05/1800.00	c   repropagations   :    2095557 (9308215 domain reductions, 268053 cutoffs)
1800.05/1800.00	c   avg switch length:      22.66
1800.05/1800.00	c   switching time   :     544.60
1800.05/1800.00	c Solution           :
1800.05/1800.00	c   Solutions found  :         12 (12 improvements)
1800.05/1800.00	c   First Solution   : +2.53000000000000e+02   (in run 1, after 198066 nodes, 75.55 seconds, depth 74, found by <relaxation>)
1800.05/1800.00	c   Primal Bound     : +3.10000000000000e+01   (in run 1, after 1906524 nodes, 1555.77 seconds, depth 38, found by <relaxation>)
1800.05/1800.00	c   Dual Bound       : +9.00000000000000e+00
1800.05/1800.00	c   Gap              :     244.44 %
1800.05/1800.00	c   Root Dual Bound  : +0.00000000000000e+00
1800.05/1800.00	c   Root Iterations  :          0
1800.35/1800.34	c Time complete: 1800.39.

Verifier Data

OK	22

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2693914-1277897102/watcher-2693914-1277897102 -o /tmp/evaluation-result-2693914-1277897102/solver-2693914-1277897102 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2693914-1277897102.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.94 1.99 1.99 3/178 10995
/proc/meminfo: memFree=31009800/32951124 swapFree=67111528/67111528
[pid=10995] ppid=10993 vsize=8124 CPUtime=0
/proc/10995/stat : 10995 (pbscip.linux.x8) R 10993 10995 10943 0 -1 4202496 1513 0 0 0 0 0 0 0 21 0 1 0 131007889 8318976 1436 4089446400 4194304 7136930 140734730448848 18446744073709551615 6328631 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/10995/statm: 2031 1437 275 719 0 1310 0

[startup+0.0151211 s]
/proc/loadavg: 1.94 1.99 1.99 3/178 10995
/proc/meminfo: memFree=31009800/32951124 swapFree=67111528/67111528
[pid=10995] ppid=10993 vsize=10972 CPUtime=0.01
/proc/10995/stat : 10995 (pbscip.linux.x8) R 10993 10995 10943 0 -1 4202496 4251 0 0 0 1 0 0 0 21 0 1 0 131007889 11235328 2022 4089446400 4194304 7136930 140734730448848 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10995/statm: 2743 2022 379 719 0 2022 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 10972

[startup+0.101115 s]
/proc/loadavg: 1.94 1.99 1.99 3/178 10995
/proc/meminfo: memFree=31009800/32951124 swapFree=67111528/67111528
[pid=10995] ppid=10993 vsize=12816 CPUtime=0.09
/proc/10995/stat : 10995 (pbscip.linux.x8) R 10993 10995 10943 0 -1 4202496 4717 0 0 0 7 2 0 0 21 0 1 0 131007889 13123584 2488 4089446400 4194304 7136930 140734730448848 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10995/statm: 3204 2488 403 719 0 2483 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12816

[startup+0.301068 s]
/proc/loadavg: 1.94 1.99 1.99 3/178 10995
/proc/meminfo: memFree=31009800/32951124 swapFree=67111528/67111528
[pid=10995] ppid=10993 vsize=14484 CPUtime=0.29
/proc/10995/stat : 10995 (pbscip.linux.x8) R 10993 10995 10943 0 -1 4202496 5142 0 0 0 22 7 0 0 21 0 1 0 131007889 14831616 2913 4089446400 4194304 7136930 140734730448848 18446744073709551615 4854288 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10995/statm: 3621 2913 403 719 0 2900 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 14484

[startup+0.701007 s]
/proc/loadavg: 1.94 1.99 1.99 3/178 10995
/proc/meminfo: memFree=31009800/32951124 swapFree=67111528/67111528
[pid=10995] ppid=10993 vsize=17036 CPUtime=0.69
/proc/10995/stat : 10995 (pbscip.linux.x8) R 10993 10995 10943 0 -1 4202496 5818 0 0 0 54 15 0 0 22 0 1 0 131007889 17444864 3589 4089446400 4194304 7136930 140734730448848 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10995/statm: 4259 3589 403 719 0 3538 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 17036

[startup+1.50086 s]
/proc/loadavg: 1.94 1.99 1.99 3/179 10996
/proc/meminfo: memFree=30994664/32951124 swapFree=67111528/67111528
[pid=10995] ppid=10993 vsize=20844 CPUtime=1.49
/proc/10995/stat : 10995 (pbscip.linux.x8) R 10993 10995 10943 0 -1 4202496 6781 0 0 0 120 29 0 0 25 0 1 0 131007889 21344256 4552 4089446400 4194304 7136930 140734730448848 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10995/statm: 5211 4552 403 719 0 4490 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 20844

[startup+3.10057 s]
/proc/loadavg: 1.94 1.99 1.99 3/179 10996
/proc/meminfo: memFree=30988216/32951124 swapFree=67111528/67111528
[pid=10995] ppid=10993 vsize=26036 CPUtime=3.09
/proc/10995/stat : 10995 (pbscip.linux.x8) R 10993 10995 10943 0 -1 4202496 8083 0 0 0 257 52 0 0 25 0 1 0 131007889 26660864 5854 4089446400 4194304 7136930 140734730448848 18446744073709551615 4999910 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10995/statm: 6509 5854 403 719 0 5788 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 26036

[startup+6.30099 s]
/proc/loadavg: 1.94 1.99 1.99 3/179 10996
/proc/meminfo: memFree=30974708/32951124 swapFree=67111528/67111528
[pid=10995] ppid=10993 vsize=34572 CPUtime=6.29
/proc/10995/stat : 10995 (pbscip.linux.x8) R 10993 10995 10943 0 -1 4202496 10219 0 0 0 539 90 0 0 25 0 1 0 131007889 35401728 7990 4089446400 4194304 7136930 140734730448848 18446744073709551615 4210623 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10995/statm: 8643 7990 403 719 0 7922 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 34572

[startup+12.7008 s]
/proc/loadavg: 1.95 1.99 1.99 3/179 10996
/proc/meminfo: memFree=30956144/32951124 swapFree=67111528/67111528
[pid=10995] ppid=10993 vsize=46148 CPUtime=12.69
/proc/10995/stat : 10995 (pbscip.linux.x8) R 10993 10995 10943 0 -1 4202496 13156 0 0 0 1114 155 0 0 25 0 1 0 131007889 47255552 10927 4089446400 4194304 7136930 140734730448848 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10995/statm: 11537 10927 403 719 0 10816 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 46148

[startup+25.5005 s]
/proc/loadavg: 1.96 1.99 1.99 3/179 10996
/proc/meminfo: memFree=30926176/32951124 swapFree=67111528/67111528
[pid=10995] ppid=10993 vsize=66816 CPUtime=25.49
/proc/10995/stat : 10995 (pbscip.linux.x8) R 10993 10995 10943 0 -1 4202496 18362 0 0 0 2249 300 0 0 25 0 1 0 131007889 68419584 16133 4089446400 4194304 7136930 140734730448848 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10995/statm: 16704 16133 403 719 0 15983 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 66816

[startup+51.1009 s]
/proc/loadavg: 1.97 1.99 1.99 3/179 10998
/proc/meminfo: memFree=30897856/32951124 swapFree=67111528/67111528
[pid=10995] ppid=10993 vsize=86424 CPUtime=51.1
/proc/10995/stat : 10995 (pbscip.linux.x8) R 10993 10995 10943 0 -1 4202496 23175 0 0 0 4669 441 0 0 25 0 1 0 131007889 88498176 20946 4089446400 4194304 7136930 140734730448848 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10995/statm: 21606 20946 403 719 0 20885 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 86424

[startup+102.307 s]
/proc/loadavg: 1.99 1.99 1.99 3/179 10998
/proc/meminfo: memFree=30757308/32951124 swapFree=67111528/67111528
[pid=10995] ppid=10993 vsize=145032 CPUtime=102.3
/proc/10995/stat : 10995 (pbscip.linux.x8) R 10993 10995 10943 0 -1 4202496 37530 0 0 0 9319 911 0 0 25 0 1 0 131007889 148512768 35301 4089446400 4194304 7136930 140734730448848 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10995/statm: 36258 35301 404 719 0 35537 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 145032

[startup+162.301 s]
/proc/loadavg: 1.99 1.99 1.99 3/179 11000
/proc/meminfo: memFree=30633260/32951124 swapFree=67111528/67111528
[pid=10995] ppid=10993 vsize=160892 CPUtime=162.3
/proc/10995/stat : 10995 (pbscip.linux.x8) R 10993 10995 10943 0 -1 4202496 41497 0 0 0 15086 1144 0 0 25 0 1 0 131007889 164753408 39268 4089446400 4194304 7136930 140734730448848 18446744073709551615 4210013 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10995/statm: 40223 39268 404 719 0 39502 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 160892

[startup+222.301 s]
/proc/loadavg: 1.99 1.99 1.99 3/179 11002
/proc/meminfo: memFree=30528148/32951124 swapFree=67111528/67111528
[pid=10995] ppid=10993 vsize=194524 CPUtime=222.3
/proc/10995/stat : 10995 (pbscip.linux.x8) R 10993 10995 10943 0 -1 4202496 49044 0 0 0 20662 1568 0 0 25 0 1 0 131007889 199192576 46815 4089446400 4194304 7136930 140734730448848 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10995/statm: 48631 46815 404 719 0 47910 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 194524

[startup+282.301 s]
/proc/loadavg: 1.99 1.99 1.99 3/179 11004
/proc/meminfo: memFree=30448112/32951124 swapFree=67111528/67111528
[pid=10995] ppid=10993 vsize=226548 CPUtime=282.3
/proc/10995/stat : 10995 (pbscip.linux.x8) R 10993 10995 10943 0 -1 4202496 57277 0 0 0 26209 2021 0 0 25 0 1 0 131007889 231985152 55048 4089446400 4194304 7136930 140734730448848 18446744073709551615 5955597 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10995/statm: 56637 55048 404 719 0 55916 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 226548

[startup+342.301 s]
/proc/loadavg: 1.99 1.99 1.99 3/179 11005
/proc/meminfo: memFree=30397192/32951124 swapFree=67111528/67111528
[pid=10995] ppid=10993 vsize=258520 CPUtime=342.3
/proc/10995/stat : 10995 (pbscip.linux.x8) R 10993 10995 10943 0 -1 4202496 65293 0 0 0 31869 2361 0 0 25 0 1 0 131007889 264724480 63064 4089446400 4194304 7136930 140734730448848 18446744073709551615 4660898 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10995/statm: 64630 63064 404 719 0 63909 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 258520

[startup+402.3 s]
/proc/loadavg: 1.99 1.99 1.99 3/179 11009
/proc/meminfo: memFree=30376360/32951124 swapFree=67111528/67111528
[pid=10995] ppid=10993 vsize=276108 CPUtime=402.3
/proc/10995/stat : 10995 (pbscip.linux.x8) R 10993 10995 10943 0 -1 4202496 69769 0 0 0 37594 2636 0 0 25 0 1 0 131007889 282734592 67540 4089446400 4194304 7136930 140734730448848 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10995/statm: 69027 67540 404 719 0 68306 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 276108

[startup+462.3 s]
/proc/loadavg: 1.99 1.99 1.99 3/179 11011
/proc/meminfo: memFree=30351332/32951124 swapFree=67111528/67111528
[pid=10995] ppid=10993 vsize=300500 CPUtime=462.3
/proc/10995/stat : 10995 (pbscip.linux.x8) R 10993 10995 10943 0 -1 4202496 75933 0 0 0 43277 2953 0 0 25 0 1 0 131007889 307712000 73704 4089446400 4194304 7136930 140734730448848 18446744073709551615 4999842 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10995/statm: 75125 73704 406 719 0 74404 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 300500

[startup+522.3 s]
/proc/loadavg: 1.99 1.99 1.99 3/179 11013
/proc/meminfo: memFree=30337868/32951124 swapFree=67111528/67111528
[pid=10995] ppid=10993 vsize=313812 CPUtime=522.3
/proc/10995/stat : 10995 (pbscip.linux.x8) R 10993 10995 10943 0 -1 4202496 79301 0 0 0 48948 3282 0 0 25 0 1 0 131007889 321343488 77072 4089446400 4194304 7136930 140734730448848 18446744073709551615 4999811 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10995/statm: 78453 77072 406 719 0 77732 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 313812

[startup+582.301 s]
/proc/loadavg: 1.99 1.99 1.99 3/179 11015
/proc/meminfo: memFree=30325764/32951124 swapFree=67111528/67111528
[pid=10995] ppid=10993 vsize=325536 CPUtime=582.31
/proc/10995/stat : 10995 (pbscip.linux.x8) R 10993 10995 10943 0 -1 4202496 82216 0 0 0 54524 3707 0 0 25 0 1 0 131007889 333348864 79987 4089446400 4194304 7136930 140734730448848 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10995/statm: 81384 79987 406 719 0 80663 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 325536

[startup+642.301 s]
/proc/loadavg: 1.99 1.99 1.99 3/179 11016
/proc/meminfo: memFree=30316644/32951124 swapFree=67111528/67111528
[pid=10995] ppid=10993 vsize=334504 CPUtime=642.31
/proc/10995/stat : 10995 (pbscip.linux.x8) R 10993 10995 10943 0 -1 4202496 84429 0 0 0 60117 4114 0 0 25 0 1 0 131007889 342532096 82200 4089446400 4194304 7136930 140734730448848 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10995/statm: 83626 82200 406 719 0 82905 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 334504

[startup+702.301 s]

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

[startup+942.3 s]
/proc/loadavg: 2.05 2.00 2.00 3/179 11051
/proc/meminfo: memFree=30814760/32951124 swapFree=67111528/67111528
[pid=10995] ppid=10993 vsize=342588 CPUtime=942.32
/proc/10995/stat : 10995 (pbscip.linux.x8) R 10993 10995 10943 0 -1 4202496 86138 0 0 0 89339 4893 0 0 25 0 1 0 131007889 350810112 83909 4089446400 4194304 7136930 140734730448848 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10995/statm: 85647 83909 406 719 0 84926 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 342588

[startup+1002.3 s]
/proc/loadavg: 2.02 2.00 2.00 3/179 11052
/proc/meminfo: memFree=30802892/32951124 swapFree=67111528/67111528
[pid=10995] ppid=10993 vsize=342588 CPUtime=1002.33
/proc/10995/stat : 10995 (pbscip.linux.x8) R 10993 10995 10943 0 -1 4202496 86172 0 0 0 95077 5156 0 0 25 0 1 0 131007889 350810112 83943 4089446400 4194304 7136930 140734730448848 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10995/statm: 85647 83943 406 719 0 84926 0
Current children cumulated CPU time (s) 1002.33
Current children cumulated vsize (KiB) 342588

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 11054
/proc/meminfo: memFree=30787060/32951124 swapFree=67111528/67111528
[pid=10995] ppid=10993 vsize=342588 CPUtime=1062.32
/proc/10995/stat : 10995 (pbscip.linux.x8) R 10993 10995 10943 0 -1 4202496 86173 0 0 0 100856 5376 0 0 25 0 1 0 131007889 350810112 83944 4089446400 4194304 7136930 140734730448848 18446744073709551615 4208913 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10995/statm: 85647 83944 406 719 0 84926 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 342588

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 11056
/proc/meminfo: memFree=30785640/32951124 swapFree=67111528/67111528
[pid=10995] ppid=10993 vsize=342880 CPUtime=1122.33
/proc/10995/stat : 10995 (pbscip.linux.x8) R 10993 10995 10943 0 -1 4202496 86214 0 0 0 106684 5549 0 0 25 0 1 0 131007889 351109120 83985 4089446400 4194304 7136930 140734730448848 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10995/statm: 85720 83985 406 719 0 84999 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 342880

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 11058
/proc/meminfo: memFree=30782732/32951124 swapFree=67111528/67111528
[pid=10995] ppid=10993 vsize=342880 CPUtime=1182.32
/proc/10995/stat : 10995 (pbscip.linux.x8) R 10993 10995 10943 0 -1 4202496 86264 0 0 0 112575 5657 0 0 25 0 1 0 131007889 351109120 84035 4089446400 4194304 7136930 140734730448848 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10995/statm: 85720 84035 406 719 0 84999 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 342880

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 11059
/proc/meminfo: memFree=30781148/32951124 swapFree=67111528/67111528
[pid=10995] ppid=10993 vsize=342880 CPUtime=1242.33
/proc/10995/stat : 10995 (pbscip.linux.x8) R 10993 10995 10943 0 -1 4202496 86264 0 0 0 118353 5880 0 0 25 0 1 0 131007889 351109120 84035 4089446400 4194304 7136930 140734730448848 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10995/statm: 85720 84035 406 719 0 84999 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 342880

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 11060
/proc/meminfo: memFree=30780564/32951124 swapFree=67111528/67111528
[pid=10995] ppid=10993 vsize=342880 CPUtime=1302.34
/proc/10995/stat : 10995 (pbscip.linux.x8) R 10993 10995 10943 0 -1 4202496 86271 0 0 0 124067 6167 0 0 25 0 1 0 131007889 351109120 84042 4089446400 4194304 7136930 140734730448848 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10995/statm: 85720 84042 406 719 0 84999 0
Current children cumulated CPU time (s) 1302.34
Current children cumulated vsize (KiB) 342880

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 11062
/proc/meminfo: memFree=30779512/32951124 swapFree=67111528/67111528
[pid=10995] ppid=10993 vsize=343452 CPUtime=1362.33
/proc/10995/stat : 10995 (pbscip.linux.x8) R 10993 10995 10943 0 -1 4202496 86351 0 0 0 129892 6341 0 0 25 0 1 0 131007889 351694848 84122 4089446400 4194304 7136930 140734730448848 18446744073709551615 4999811 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10995/statm: 85863 84122 406 719 0 85142 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 343452

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 11064
/proc/meminfo: memFree=30779456/32951124 swapFree=67111528/67111528
[pid=10995] ppid=10993 vsize=344004 CPUtime=1422.34
/proc/10995/stat : 10995 (pbscip.linux.x8) R 10993 10995 10943 0 -1 4202496 86413 0 0 0 135766 6468 0 0 25 0 1 0 131007889 352260096 84184 4089446400 4194304 7136930 140734730448848 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10995/statm: 86001 84184 406 719 0 85280 0
Current children cumulated CPU time (s) 1422.34
Current children cumulated vsize (KiB) 344004

[startup+1482.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/179 11066
/proc/meminfo: memFree=30778620/32951124 swapFree=67111528/67111528
[pid=10995] ppid=10993 vsize=344004 CPUtime=1482.34
/proc/10995/stat : 10995 (pbscip.linux.x8) R 10993 10995 10943 0 -1 4202496 86472 0 0 0 141646 6588 0 0 25 0 1 0 131007889 352260096 84243 4089446400 4194304 7136930 140734730448848 18446744073709551615 4999867 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10995/statm: 86001 84243 406 719 0 85280 0
Current children cumulated CPU time (s) 1482.34
Current children cumulated vsize (KiB) 344004

[startup+1542.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 11067
/proc/meminfo: memFree=30778184/32951124 swapFree=67111528/67111528
[pid=10995] ppid=10993 vsize=344004 CPUtime=1542.34
/proc/10995/stat : 10995 (pbscip.linux.x8) R 10993 10995 10943 0 -1 4202496 86481 0 0 0 147437 6797 0 0 25 0 1 0 131007889 352260096 84252 4089446400 4194304 7136930 140734730448848 18446744073709551615 4209993 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10995/statm: 86001 84252 406 719 0 85280 0
Current children cumulated CPU time (s) 1542.34
Current children cumulated vsize (KiB) 344004

[startup+1602.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 11068
/proc/meminfo: memFree=30776764/32951124 swapFree=67111528/67111528
[pid=10995] ppid=10993 vsize=344840 CPUtime=1602.34
/proc/10995/stat : 10995 (pbscip.linux.x8) R 10993 10995 10943 0 -1 4202496 86705 0 0 0 153329 6905 0 0 25 0 1 0 131007889 353116160 84476 4089446400 4194304 7136930 140734730448848 18446744073709551615 5955613 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10995/statm: 86210 84476 406 719 0 85489 0
Current children cumulated CPU time (s) 1602.34
Current children cumulated vsize (KiB) 344840

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 11070
/proc/meminfo: memFree=30775340/32951124 swapFree=67111528/67111528
[pid=10995] ppid=10993 vsize=346956 CPUtime=1662.34
/proc/10995/stat : 10995 (pbscip.linux.x8) R 10993 10995 10943 0 -1 4202496 87086 0 0 0 159239 6995 0 0 25 0 1 0 131007889 355282944 84857 4089446400 4194304 7136930 140734730448848 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10995/statm: 86739 84857 406 719 0 86018 0
Current children cumulated CPU time (s) 1662.34
Current children cumulated vsize (KiB) 346956

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 11072
/proc/meminfo: memFree=30774548/32951124 swapFree=67111528/67111528
[pid=10995] ppid=10993 vsize=346956 CPUtime=1722.34
/proc/10995/stat : 10995 (pbscip.linux.x8) R 10993 10995 10943 0 -1 4202496 87099 0 0 0 165148 7086 0 0 25 0 1 0 131007889 355282944 84870 4089446400 4194304 7136930 140734730448848 18446744073709551615 4223056 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10995/statm: 86739 84870 406 719 0 86018 0
Current children cumulated CPU time (s) 1722.34
Current children cumulated vsize (KiB) 346956

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 11074
/proc/meminfo: memFree=30774128/32951124 swapFree=67111528/67111528
[pid=10995] ppid=10993 vsize=347040 CPUtime=1782.34
/proc/10995/stat : 10995 (pbscip.linux.x8) R 10993 10995 10943 0 -1 4202496 87168 0 0 0 171073 7161 0 0 25 0 1 0 131007889 355368960 84939 4089446400 4194304 7136930 140734730448848 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10995/statm: 86760 84939 406 719 0 86039 0
Current children cumulated CPU time (s) 1782.34
Current children cumulated vsize (KiB) 347040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 11074
/proc/meminfo: memFree=30774116/32951124 swapFree=67111528/67111528
[pid=10995] ppid=10993 vsize=347040 CPUtime=1800.05
/proc/10995/stat : 10995 (pbscip.linux.x8) R 10993 10995 10943 0 -1 4202496 87168 0 0 0 172815 7190 0 0 25 0 1 0 131007889 355368960 84939 4089446400 4194304 7136930 140734730448848 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10995/statm: 86760 84939 406 719 0 86039 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 347040

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

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

[startup+1800.2 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 11074
/proc/meminfo: memFree=30774116/32951124 swapFree=67111528/67111528
[pid=10995] ppid=10993 vsize=347040 CPUtime=1800.25
/proc/10995/stat : 10995 (pbscip.linux.x8) R 10993 10995 10943 0 -1 4202496 87173 0 0 0 172835 7190 0 0 25 0 1 0 131007889 355368960 84944 4089446400 4194304 7136930 140734730448848 18446744073709551615 5003457 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/10995/statm: 86760 84944 411 719 0 86039 0
Current children cumulated CPU time (s) 1800.25
Current children cumulated vsize (KiB) 347040

[startup+1800.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 11074
/proc/meminfo: memFree=30774116/32951124 swapFree=67111528/67111528
[pid=10995] ppid=10993 vsize=320696 CPUtime=1800.35
/proc/10995/stat : 10995 (pbscip.linux.x8) R 10993 10995 10943 0 -1 4202496 87173 0 0 0 172845 7190 0 0 25 0 1 0 131007889 328392704 78358 4089446400 4194304 7136930 140734730448848 18446744073709551615 6165594 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/10995/statm: 80174 78358 411 719 0 79453 0
Current children cumulated CPU time (s) 1800.35
Current children cumulated vsize (KiB) 320696

Child status: 0
Real time (s): 1800.35
CPU time (s): 1800.4
CPU user time (s): 1728.49
CPU system time (s): 71.9161
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 347040

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

runsolver used 2.46563 second user time and 5.74313 second system time

The end

Launcher Data

Begin job on node106 at 2010-06-30 13:25:02
IDJOB=2693914
IDBENCH=78803
IDSOLVER=1206
FILE ID=node106/2693914-1277897102
PBS_JOBID= 11197172
Free space on /tmp= 74208 MiB

SOLVER NAME= SCIPnone SCIP 1.2.1.2 without any LP solver
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1111221624--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-2693914-1277897102/watcher-2693914-1277897102 -o /tmp/evaluation-result-2693914-1277897102/solver-2693914-1277897102 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2693914-1277897102.wbo -t 1800 -m 3800

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

MD5SUM BENCH= 973bd9f90df82f06bcaac12e428be840
RANDOM SEED=1308018158

node106.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.825
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.65
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.825
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.825
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.825
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.76
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.825
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.825
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.73
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.825
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.83
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.825
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.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31010576 kB
Buffers:        179172 kB
Cached:        1272356 kB
SwapCached:          0 kB
Active:         777764 kB
Inactive:      1019544 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31010576 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            3544 kB
Writeback:           0 kB
AnonPages:      346016 kB
Mapped:          16212 kB
Slab:            78336 kB
PageTables:       5356 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   494916 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74204 MiB
End job on node106 at 2010-06-30 13:55:04