Trace number 2705730

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
SCIPclp SCIP 1.2.1.3 with Clp 1.11.1 (Release Version) as LP solverMSAT 1794.15 1794.08

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/wcsp/jnh/
normalized-jnh307_wcsp.wbo
MD5SUM944c5e420229bce90a366c23629af03a
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark540
Best CPU time to get the best result obtained on this benchmark2.22266
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables200
Total number of constraints1000
Number of soft constraints900
Number of constraints which are clauses900
Number of constraints which are cardinality constraints (but not clauses)100
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint11
Top cost 444855
Min constraint cost 1
Max constraint cost 1000
Sum of constraints costs 444854
Biggest number in a constraint 10
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 21
Number of bits of the biggest sum of numbers5
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.3 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Clp 1.11.1]
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-2705730-1278580118.wbo>
0.00/0.01	c original problem has 2000 variables (1100 bin, 0 int, 900 impl, 0 cont) and 1901 constraints
0.00/0.01	c problem read
0.00/0.01	c presolving settings loaded
0.00/0.02	c presolving:
0.00/0.02	c (round 1) 100 del vars, 101 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 200 impls, 0 clqs
0.00/0.03	c (round 2) 100 del vars, 101 del conss, 900 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 200 impls, 0 clqs
0.00/0.06	c    (0.0s) probing: 101/1000 (10.1%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.00/0.06	c    (0.0s) probing aborted: 100/100 successive totally useless probings
0.00/0.06	c presolving (3 rounds):
0.00/0.06	c  100 deleted vars, 101 deleted constraints, 900 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.06	c  2000 implications, 0 cliques
0.00/0.06	c presolved problem has 1900 variables (1000 bin, 0 int, 900 impl, 0 cont) and 1800 constraints
0.00/0.06	c     900 constraints of type <linear>
0.00/0.06	c     900 constraints of type <indicator>
0.00/0.06	c transformed objective value is always integral (scale: 1)
0.00/0.06	c Presolving Time: 0.04
0.00/0.06	c - non default parameters ----------------------------------------------------------------------
0.00/0.06	c # SCIP version 1.2.1.3
0.00/0.06	c 
0.00/0.06	c # frequency for displaying node information lines
0.00/0.06	c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.06	c display/freq = 10000
0.00/0.06	c 
0.00/0.06	c # maximal time in seconds to run
0.00/0.06	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.06	c limits/time = 1789.99
0.00/0.06	c 
0.00/0.06	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.06	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.06	c limits/memory = 3420
0.00/0.06	c 
0.00/0.06	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.00/0.06	c # [type: int, range: [1,2], default: 1]
0.00/0.06	c timing/clocktype = 2
0.00/0.06	c 
0.00/0.06	c # should presolving try to simplify inequalities
0.00/0.06	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.06	c constraints/linear/simplifyinequalities = TRUE
0.00/0.06	c 
0.00/0.06	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.00/0.06	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.06	c constraints/indicator/addCouplingCons = TRUE
0.00/0.06	c 
0.00/0.06	c # should presolving try to simplify knapsacks
0.00/0.06	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.06	c constraints/knapsack/simplifyinequalities = TRUE
0.00/0.06	c 
0.00/0.06	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.00/0.06	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.06	c separating/rapidlearning/freq = 0
0.00/0.06	c 
0.00/0.06	c -----------------------------------------------------------------------------------------------
0.00/0.06	c start solving
0.00/0.06	c 
0.00/0.06	o 444854
0.00/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.00/0.06	c t 0.0s|     1 |     0 |     0 |     - |6617k|   0 |   - |1900 |1800 |   0 |   0 |   0 |   0 |   0 |      --      | 4.448540e+05 |    Inf 
0.00/0.06	c   0.0s|     1 |     0 |     0 |     - |7039k|   0 |   0 |1900 |1800 |1900 |   0 |   0 |   0 |   0 | 0.000000e+00 | 4.448540e+05 |    Inf 
0.09/0.12	c   0.1s|     1 |     0 |    43 |     - |7103k|   0 |   4 |1900 |1800 |1900 |  70 |  70 |   0 |   0 | 0.000000e+00 | 4.448540e+05 |    Inf 
0.09/0.12	c   0.1s|     1 |     0 |   130 |     - |7137k|   0 |  33 |1900 |1800 |1900 | 126 | 126 |   0 |   0 | 0.000000e+00 | 4.448540e+05 |    Inf 
0.09/0.14	c   0.1s|     1 |     0 |   206 |     - |7241k|   0 |  76 |1900 |1800 |1900 | 183 | 183 |   0 |   0 | 0.000000e+00 | 4.448540e+05 |    Inf 
0.09/0.16	c   0.2s|     1 |     0 |   254 |     - |7781k|   0 |  79 |1900 |1800 |1900 | 211 | 211 |   0 |   0 | 0.000000e+00 | 4.448540e+05 |    Inf 
0.19/0.20	c   0.2s|     1 |     0 |   297 |     - |8506k|   0 |  76 |1900 |1800 |1900 | 218 | 218 |   0 |   0 | 0.000000e+00 | 4.448540e+05 |    Inf 
0.19/0.23	c   0.2s|     1 |     0 |   331 |     - |9372k|   0 |  80 |1900 |1800 |1900 | 223 | 223 |   0 |   0 | 0.000000e+00 | 4.448540e+05 |    Inf 
0.29/0.33	c   0.3s|     1 |     2 |   331 |     - |9397k|   0 |  80 |1900 |1800 |1900 | 223 | 223 |   0 |  33 | 0.000000e+00 | 4.448540e+05 |    Inf 
9.49/9.57	c   9.6s| 10000 | 10001 | 10787 |   1.0 |  22M|  81 |   0 |1900 |1800 |1900 | 260 |3541 |   0 | 792 | 0.000000e+00 | 4.448540e+05 |    Inf 
18.28/18.36	c  18.3s| 20000 | 19997 | 21814 |   1.1 |  32M|  87 |   0 |1900 |1801 |1900 | 249 |7411 |   1 | 792 | 0.000000e+00 | 4.448540e+05 |    Inf 
27.49/27.56	c  27.5s| 30000 | 29993 | 38160 |   1.3 |  42M|  87 |   0 |1900 |1802 |1900 | 268 |  12k|   2 | 792 | 0.000000e+00 | 4.448540e+05 |    Inf 
37.40/37.41	c  37.4s| 40000 | 39993 | 85093 |   2.1 |  53M|  89 |   0 |1900 |1802 |1900 | 271 |  25k|   2 | 792 | 0.000000e+00 | 4.448540e+05 |    Inf 
46.88/46.97	c  47.0s| 50000 | 49993 |108599 |   2.2 |  63M|  89 |  20 |1900 |1802 |1900 | 236 |  33k|   2 | 810 | 0.000000e+00 | 4.448540e+05 |    Inf 
56.48/56.54	c  56.5s| 60000 | 59991 |143188 |   2.4 |  73M|  97 |  16 |1900 |1803 |1900 | 300 |  44k|   3 | 922 | 0.000000e+00 | 4.448540e+05 |    Inf 
66.59/66.61	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
66.59/66.61	c  66.6s| 70000 | 69991 |196356 |   2.8 |  84M|  97 |  27 |1900 |1803 |1900 | 220 |  56k|   3 |1109 | 0.000000e+00 | 4.448540e+05 |    Inf 
76.49/76.50	c  76.5s| 80000 | 79991 |249762 |   3.1 |  94M|  97 |  38 |1900 |1803 |1900 | 249 |  70k|   3 |1303 | 0.000000e+00 | 4.448540e+05 |    Inf 
86.28/86.35	c  86.3s| 90000 | 89991 |295914 |   3.3 | 104M|  97 |   0 |1900 |1803 |1900 | 298 |  82k|   3 |1462 | 0.000000e+00 | 4.448540e+05 |    Inf 
95.79/95.82	c  95.8s|100000 | 99991 |331031 |   3.3 | 114M|  97 |   0 |1900 |1803 |1900 | 300 |  93k|   3 |1575 | 0.000000e+00 | 4.448540e+05 |    Inf 
105.39/105.50	c   105s|110000 |109991 |363894 |   3.3 | 125M|  97 |   0 |1900 |1803 |1900 | 266 | 102k|   3 |1664 | 0.000000e+00 | 4.448540e+05 |    Inf 
114.69/114.74	c   115s|120000 |119991 |381717 |   3.2 | 135M|  97 |   0 |1900 |1803 |1900 | 260 | 109k|   3 |1714 | 0.000000e+00 | 4.448540e+05 |    Inf 
124.39/124.41	c   124s|130000 |129991 |411593 |   3.2 | 145M| 101 |   0 |1900 |1803 |1900 | 267 | 118k|   3 |1791 | 0.000000e+00 | 4.448540e+05 |    Inf 
133.59/133.61	c   134s|140000 |139989 |430062 |   3.1 | 155M| 109 |   0 |1900 |1803 |1900 | 283 | 125k|   3 |1838 | 0.000000e+00 | 4.448540e+05 |    Inf 
142.69/142.70	c   143s|150000 |149987 |444067 |   3.0 | 165M| 109 |   0 |1900 |1805 |1900 | 266 | 130k|   5 |1873 | 0.000000e+00 | 4.448540e+05 |    Inf 
151.80/151.84	c   152s|160000 |159987 |463036 |   2.9 | 175M| 109 |   0 |1900 |1805 |1900 | 313 | 136k|   5 |1900 | 0.000000e+00 | 4.448540e+05 |    Inf 
161.19/161.27	c   161s|170000 |169987 |484113 |   2.8 | 185M| 109 |   0 |1900 |1805 |1900 | 282 | 144k|   5 |1955 | 0.000000e+00 | 4.448540e+05 |    Inf 
170.50/170.52	c   171s|180000 |179987 |503142 |   2.8 | 196M| 109 |   0 |1900 |1805 |1900 | 290 | 150k|   5 |1995 | 0.000000e+00 | 4.448540e+05 |    Inf 
179.89/179.96	c   180s|190000 |189987 |523580 |   2.8 | 206M| 109 |   0 |1900 |1805 |1900 | 263 | 157k|   5 |2036 | 0.000000e+00 | 4.448540e+05 |    Inf 
188.79/188.89	c   189s|200000 |199987 |538069 |   2.7 | 216M| 109 |   0 |1900 |1804 |1900 | 284 | 162k|   5 |2060 | 0.000000e+00 | 4.448540e+05 |    Inf 
198.00/198.03	c   198s|210000 |209987 |554082 |   2.6 | 226M| 109 |   0 |1900 |1804 |1900 | 252 | 168k|   5 |2086 | 0.000000e+00 | 4.448540e+05 |    Inf 
207.10/207.15	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
207.10/207.15	c   207s|220000 |219987 |572991 |   2.6 | 236M| 109 |   0 |1900 |1804 |1900 | 298 | 174k|   5 |2133 | 0.000000e+00 | 4.448540e+05 |    Inf 
216.39/216.46	c   216s|230000 |229985 |592202 |   2.6 | 246M| 109 |   0 |1900 |1805 |1900 | 292 | 181k|   6 |2157 | 0.000000e+00 | 4.448540e+05 |    Inf 
225.49/225.51	c   225s|240000 |239985 |610088 |   2.5 | 256M| 109 |  31 |1900 |1805 |1900 | 259 | 187k|   6 |2184 | 0.000000e+00 | 4.448540e+05 |    Inf 
234.49/234.60	c   235s|250000 |249985 |629064 |   2.5 | 266M| 109 |   0 |1900 |1805 |1900 | 285 | 193k|   6 |2229 | 0.000000e+00 | 4.448540e+05 |    Inf 
243.90/243.97	c   244s|260000 |259985 |647854 |   2.5 | 277M| 109 |   0 |1900 |1805 |1900 | 282 | 200k|   6 |2257 | 0.000000e+00 | 4.448540e+05 |    Inf 
253.10/253.17	c   253s|270000 |269985 |668672 |   2.5 | 287M| 109 |   0 |1900 |1805 |1900 | 278 | 207k|   6 |2295 | 0.000000e+00 | 4.448540e+05 |    Inf 
261.81/261.86	c   262s|280000 |279985 |679824 |   2.4 | 297M| 115 |   0 |1900 |1805 |1900 | 282 | 210k|   6 |2305 | 0.000000e+00 | 4.448540e+05 |    Inf 
270.50/270.57	c   271s|290000 |289983 |688747 |   2.4 | 307M| 185 |   0 |1900 |1806 |1900 | 300 | 213k|   7 |2330 | 0.000000e+00 | 4.448540e+05 |    Inf 
278.89/278.90	c   279s|300000 |299979 |696323 |   2.3 | 317M| 185 |   0 |1900 |1808 |1900 | 261 | 215k|   9 |2346 | 0.000000e+00 | 4.448540e+05 |    Inf 
286.90/286.94	c   287s|310000 |309973 |704518 |   2.3 | 327M| 185 |   0 |1900 |1811 |1900 | 280 | 218k|  12 |2353 | 0.000000e+00 | 4.448540e+05 |    Inf 
295.30/295.36	c   295s|320000 |319971 |712753 |   2.2 | 337M| 185 |   0 |1900 |1812 |1900 | 266 | 221k|  13 |2374 | 0.000000e+00 | 4.448540e+05 |    Inf 
303.50/303.59	c   304s|330000 |329969 |721661 |   2.2 | 347M| 185 |   0 |1900 |1813 |1900 | 279 | 224k|  14 |2385 | 0.000000e+00 | 4.448540e+05 |    Inf 
311.70/311.72	c   312s|340000 |339969 |730476 |   2.1 | 357M| 185 |   6 |1900 |1812 |1900 | 251 | 226k|  14 |2400 | 0.000000e+00 | 4.448540e+05 |    Inf 
319.70/319.78	c   320s|350000 |349969 |739620 |   2.1 | 367M| 185 |   0 |1900 |1812 |1900 | 256 | 229k|  14 |2424 | 0.000000e+00 | 4.448540e+05 |    Inf 
328.00/328.08	c   328s|360000 |359967 |751377 |   2.1 | 377M| 185 |  13 |1900 |1812 |1900 | 285 | 233k|  15 |2445 | 0.000000e+00 | 4.448540e+05 |    Inf 
336.09/336.12	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
336.09/336.12	c   336s|370000 |369967 |758930 |   2.1 | 387M| 185 |   0 |1900 |1812 |1900 | 257 | 235k|  15 |2452 | 0.000000e+00 | 4.448540e+05 |    Inf 
344.10/344.11	c   344s|380000 |379967 |767682 |   2.0 | 397M| 185 |   6 |1900 |1811 |1900 | 280 | 238k|  15 |2468 | 0.000000e+00 | 4.448540e+05 |    Inf 
352.00/352.04	c   352s|390000 |389967 |776324 |   2.0 | 408M| 185 |   0 |1900 |1810 |1900 | 290 | 241k|  15 |2471 | 0.000000e+00 | 4.448540e+05 |    Inf 
359.90/359.99	c   360s|400000 |399965 |783583 |   2.0 | 418M| 185 |   0 |1900 |1811 |1900 | 288 | 244k|  16 |2494 | 0.000000e+00 | 4.448540e+05 |    Inf 
368.10/368.18	c   368s|410000 |409965 |797946 |   1.9 | 428M| 185 |   0 |1900 |1810 |1900 | 288 | 248k|  16 |2513 | 0.000000e+00 | 4.448540e+05 |    Inf 
376.30/376.36	c   376s|420000 |419965 |806847 |   1.9 | 438M| 185 |   4 |1900 |1810 |1900 | 248 | 251k|  16 |2525 | 0.000000e+00 | 4.448540e+05 |    Inf 
384.20/384.24	c   384s|430000 |429965 |814760 |   1.9 | 448M| 185 |   0 |1900 |1809 |1900 | 258 | 254k|  16 |2534 | 0.000000e+00 | 4.448540e+05 |    Inf 
392.30/392.32	c   392s|440000 |439965 |824378 |   1.9 | 458M| 185 |   5 |1900 |1809 |1900 | 273 | 257k|  16 |2552 | 0.000000e+00 | 4.448540e+05 |    Inf 
400.60/400.66	c   401s|450000 |449965 |833589 |   1.9 | 468M| 185 |   0 |1900 |1808 |1900 | 285 | 260k|  16 |2559 | 0.000000e+00 | 4.448540e+05 |    Inf 
408.60/408.69	c   409s|460000 |459965 |841948 |   1.8 | 478M| 185 |   0 |1900 |1807 |1900 | 268 | 263k|  16 |2576 | 0.000000e+00 | 4.448540e+05 |    Inf 
416.60/416.60	c   417s|470000 |469965 |850122 |   1.8 | 488M| 185 |   0 |1900 |1807 |1900 | 281 | 265k|  16 |2578 | 0.000000e+00 | 4.448540e+05 |    Inf 
424.10/424.11	c   424s|480000 |479963 |856750 |   1.8 | 498M| 331 |   0 |1900 |1807 |1900 | 263 | 267k|  16 |2597 | 0.000000e+00 | 4.448540e+05 |    Inf 
431.70/431.72	c   432s|490000 |489963 |862248 |   1.8 | 508M| 331 |   0 |1900 |1807 |1900 | 317 | 269k|  16 |2599 | 0.000000e+00 | 4.448540e+05 |    Inf 
439.40/439.40	c   439s|500000 |499959 |867389 |   1.7 | 518M| 331 |   0 |1900 |1809 |1900 | 287 | 271k|  18 |2606 | 0.000000e+00 | 4.448540e+05 |    Inf 
447.00/447.02	c   447s|510000 |509955 |872944 |   1.7 | 528M| 331 |   0 |1900 |1810 |1900 | 292 | 273k|  19 |2618 | 0.000000e+00 | 4.448540e+05 |    Inf 
454.51/454.59	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
454.51/454.59	c   455s|520000 |519955 |877631 |   1.7 | 538M| 331 |   0 |1900 |1808 |1900 | 282 | 274k|  19 |2618 | 0.000000e+00 | 4.448540e+05 |    Inf 
462.10/462.15	c   462s|530000 |529955 |882832 |   1.7 | 548M| 331 |   0 |1900 |1807 |1900 | 278 | 276k|  19 |2632 | 0.000000e+00 | 4.448540e+05 |    Inf 
469.71/469.74	c   470s|540000 |539955 |887955 |   1.6 | 558M| 331 |   0 |1900 |1806 |1900 | 284 | 277k|  19 |2639 | 0.000000e+00 | 4.448540e+05 |    Inf 
477.31/477.33	c   477s|550000 |549955 |895401 |   1.6 | 568M| 331 |   0 |1900 |1805 |1900 | 275 | 280k|  19 |2642 | 0.000000e+00 | 4.448540e+05 |    Inf 
484.81/484.85	c   485s|560000 |559953 |898681 |   1.6 | 578M| 331 |   0 |1900 |1806 |1900 | 285 | 281k|  20 |2659 | 0.000000e+00 | 4.448540e+05 |    Inf 
492.40/492.44	c   492s|570000 |569951 |903034 |   1.6 | 588M| 331 |   0 |1900 |1806 |1900 | 321 | 282k|  20 |2663 | 0.000000e+00 | 4.448540e+05 |    Inf 
500.10/500.19	c   500s|580000 |579949 |909648 |   1.6 | 598M| 331 |   0 |1900 |1807 |1900 | 291 | 285k|  21 |2668 | 0.000000e+00 | 4.448540e+05 |    Inf 
508.00/508.05	c   508s|590000 |589949 |915332 |   1.6 | 608M| 331 |   0 |1900 |1807 |1900 | 302 | 287k|  21 |2687 | 0.000000e+00 | 4.448540e+05 |    Inf 
515.61/515.66	c   516s|600000 |599949 |925559 |   1.5 | 618M| 331 |   0 |1900 |1805 |1900 | 284 | 290k|  21 |2703 | 0.000000e+00 | 4.448540e+05 |    Inf 
523.31/523.32	c   523s|610000 |609949 |929979 |   1.5 | 628M| 331 |   0 |1900 |1805 |1900 | 286 | 292k|  21 |2708 | 0.000000e+00 | 4.448540e+05 |    Inf 
531.01/531.04	c   531s|620000 |619947 |935783 |   1.5 | 639M| 331 |   0 |1900 |1806 |1900 | 317 | 294k|  22 |2710 | 0.000000e+00 | 4.448540e+05 |    Inf 
538.71/538.78	c   539s|630000 |629947 |943905 |   1.5 | 649M| 331 |   0 |1900 |1806 |1900 | 272 | 297k|  22 |2733 | 0.000000e+00 | 4.448540e+05 |    Inf 
546.50/546.54	c   547s|640000 |639947 |948091 |   1.5 | 659M| 331 |   0 |1900 |1806 |1900 | 277 | 298k|  22 |2734 | 0.000000e+00 | 4.448540e+05 |    Inf 
554.31/554.32	c   554s|650000 |649947 |954853 |   1.5 | 669M| 331 |   0 |1900 |1806 |1900 | 272 | 300k|  22 |2741 | 0.000000e+00 | 4.448540e+05 |    Inf 
561.81/561.83	c   562s|660000 |659945 |962219 |   1.5 | 679M| 331 |   0 |1900 |1806 |1900 | 291 | 303k|  22 |2757 | 0.000000e+00 | 4.448540e+05 |    Inf 
569.51/569.57	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
569.51/569.57	c   570s|670000 |669945 |970138 |   1.4 | 689M| 331 |   0 |1900 |1806 |1900 | 324 | 306k|  22 |2767 | 0.000000e+00 | 4.448540e+05 |    Inf 
576.91/576.99	c   577s|680000 |679943 |975056 |   1.4 | 699M| 331 |   0 |1900 |1806 |1900 | 286 | 307k|  22 |2779 | 0.000000e+00 | 4.448540e+05 |    Inf 
584.61/584.60	c   585s|690000 |689943 |982238 |   1.4 | 709M| 331 |   0 |1900 |1806 |1900 | 287 | 309k|  22 |2787 | 0.000000e+00 | 4.448540e+05 |    Inf 
592.11/592.13	c   592s|700000 |699943 |986335 |   1.4 | 719M| 331 |   0 |1900 |1806 |1900 | 299 | 311k|  22 |2787 | 0.000000e+00 | 4.448540e+05 |    Inf 
599.81/599.83	c   600s|710000 |709943 |992337 |   1.4 | 729M| 331 |   0 |1900 |1805 |1900 | 295 | 313k|  22 |2809 | 0.000000e+00 | 4.448540e+05 |    Inf 
607.22/607.29	c   607s|720000 |719943 |997385 |   1.4 | 739M| 331 |   0 |1900 |1805 |1900 | 299 | 314k|  22 |2810 | 0.000000e+00 | 4.448540e+05 |    Inf 
614.82/614.83	c   615s|730000 |729943 |  1001k|   1.4 | 749M| 331 |   0 |1900 |1805 |1900 | 285 | 316k|  22 |2811 | 0.000000e+00 | 4.448540e+05 |    Inf 
622.41/622.48	c   622s|740000 |739943 |  1005k|   1.4 | 759M| 331 |   0 |1900 |1805 |1900 | 300 | 317k|  22 |2831 | 0.000000e+00 | 4.448540e+05 |    Inf 
630.11/630.20	c   630s|750000 |749943 |  1008k|   1.3 | 769M| 331 |   0 |1900 |1805 |1900 | 322 | 318k|  22 |2831 | 0.000000e+00 | 4.448540e+05 |    Inf 
637.91/637.97	c   638s|760000 |759943 |  1013k|   1.3 | 779M| 331 |   0 |1900 |1805 |1900 | 279 | 320k|  22 |2831 | 0.000000e+00 | 4.448540e+05 |    Inf 
645.51/645.51	c   645s|770000 |769943 |  1016k|   1.3 | 789M| 331 |   0 |1900 |1805 |1900 | 275 | 321k|  22 |2835 | 0.000000e+00 | 4.448540e+05 |    Inf 
652.91/652.95	c   653s|780000 |779943 |  1021k|   1.3 | 799M| 331 |   0 |1900 |1805 |1900 | 274 | 322k|  22 |2852 | 0.000000e+00 | 4.448540e+05 |    Inf 
660.41/660.47	c   660s|790000 |789943 |  1025k|   1.3 | 809M| 331 |   0 |1900 |1805 |1900 | 284 | 324k|  22 |2854 | 0.000000e+00 | 4.448540e+05 |    Inf 
668.31/668.32	c   668s|800000 |799941 |  1033k|   1.3 | 819M| 331 |   0 |1900 |1805 |1900 | 269 | 326k|  22 |2868 | 0.000000e+00 | 4.448540e+05 |    Inf 
675.91/675.92	c   676s|810000 |809941 |  1038k|   1.3 | 829M| 331 |   0 |1900 |1805 |1900 | 274 | 328k|  22 |2874 | 0.000000e+00 | 4.448540e+05 |    Inf 
683.51/683.59	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
683.51/683.59	c   684s|820000 |819941 |  1043k|   1.3 | 839M| 331 |   0 |1900 |1805 |1900 | 292 | 330k|  22 |2880 | 0.000000e+00 | 4.448540e+05 |    Inf 
691.02/691.02	c   691s|830000 |829941 |  1047k|   1.3 | 849M| 331 |   0 |1900 |1805 |1900 | 263 | 331k|  22 |2880 | 0.000000e+00 | 4.448540e+05 |    Inf 
698.52/698.54	c   699s|840000 |839941 |  1050k|   1.3 | 859M| 331 |   0 |1900 |1805 |1900 | 279 | 332k|  22 |2897 | 0.000000e+00 | 4.448540e+05 |    Inf 
706.01/706.07	c   706s|850000 |849941 |  1056k|   1.2 | 869M| 331 |   0 |1900 |1805 |1900 | 282 | 334k|  22 |2901 | 0.000000e+00 | 4.448540e+05 |    Inf 
713.72/713.77	c   714s|860000 |859941 |  1062k|   1.2 | 879M| 331 |   0 |1900 |1805 |1900 | 277 | 336k|  22 |2906 | 0.000000e+00 | 4.448540e+05 |    Inf 
721.41/721.42	c   721s|870000 |869941 |  1067k|   1.2 | 889M| 331 |   0 |1900 |1805 |1900 | 310 | 338k|  22 |2921 | 0.000000e+00 | 4.448540e+05 |    Inf 
729.02/729.09	c   729s|880000 |879941 |  1072k|   1.2 | 899M| 331 |   0 |1900 |1805 |1900 | 260 | 340k|  22 |2924 | 0.000000e+00 | 4.448540e+05 |    Inf 
736.71/736.74	c   737s|890000 |889941 |  1077k|   1.2 | 909M| 331 |   0 |1900 |1805 |1900 | 256 | 341k|  22 |2928 | 0.000000e+00 | 4.448540e+05 |    Inf 
744.21/744.24	c   744s|900000 |899941 |  1081k|   1.2 | 919M| 331 |   0 |1900 |1805 |1900 | 314 | 343k|  22 |2949 | 0.000000e+00 | 4.448540e+05 |    Inf 
751.61/751.63	c   752s|910000 |909941 |  1087k|   1.2 | 929M| 331 |   0 |1900 |1805 |1900 | 302 | 344k|  22 |2951 | 0.000000e+00 | 4.448540e+05 |    Inf 
759.02/759.01	c   759s|920000 |919941 |  1091k|   1.2 | 939M| 331 |   0 |1900 |1805 |1900 | 266 | 345k|  22 |2951 | 0.000000e+00 | 4.448540e+05 |    Inf 
766.52/766.58	c   767s|930000 |929939 |  1096k|   1.2 | 949M| 331 |   0 |1900 |1806 |1900 | 253 | 347k|  23 |2963 | 0.000000e+00 | 4.448540e+05 |    Inf 
774.22/774.29	c   774s|940000 |939939 |  1101k|   1.2 | 959M| 331 |   0 |1900 |1806 |1900 | 300 | 349k|  23 |2971 | 0.000000e+00 | 4.448540e+05 |    Inf 
781.91/781.90	c   782s|950000 |949939 |  1105k|   1.2 | 969M| 331 |   0 |1900 |1806 |1900 | 322 | 350k|  23 |2972 | 0.000000e+00 | 4.448540e+05 |    Inf 
789.52/789.58	c   790s|960000 |959939 |  1113k|   1.2 | 980M| 331 |   0 |1900 |1805 |1900 | 301 | 352k|  23 |2991 | 0.000000e+00 | 4.448540e+05 |    Inf 
797.11/797.14	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
797.11/797.14	c   797s|970000 |969939 |  1116k|   1.2 | 990M| 331 |   0 |1900 |1805 |1900 | 278 | 354k|  23 |2992 | 0.000000e+00 | 4.448540e+05 |    Inf 
804.62/804.60	c   805s|980000 |979939 |  1119k|   1.1 |1000M| 331 |   0 |1900 |1804 |1900 | 275 | 354k|  23 |2992 | 0.000000e+00 | 4.448540e+05 |    Inf 
812.32/812.34	c   812s|990000 |989935 |  1124k|   1.1 |1010M| 331 |   0 |1900 |1806 |1900 | 295 | 356k|  25 |2993 | 0.000000e+00 | 4.448540e+05 |    Inf 
820.02/820.06	c   820s|  1000k|999935 |  1129k|   1.1 |1020M| 331 |   0 |1900 |1806 |1900 | 294 | 357k|  25 |3009 | 0.000000e+00 | 4.448540e+05 |    Inf 
827.82/827.81	c   828s|  1010k|  1009k|  1134k|   1.1 |1030M| 331 |   0 |1900 |1806 |1900 | 285 | 359k|  25 |3013 | 0.000000e+00 | 4.448540e+05 |    Inf 
835.62/835.61	c   836s|  1020k|  1019k|  1140k|   1.1 |1040M| 331 |   0 |1900 |1806 |1900 | 288 | 361k|  25 |3019 | 0.000000e+00 | 4.448540e+05 |    Inf 
843.12/843.10	c   843s|  1030k|  1029k|  1146k|   1.1 |1050M| 331 |   0 |1900 |1806 |1900 | 279 | 363k|  25 |3038 | 0.000000e+00 | 4.448540e+05 |    Inf 
850.72/850.79	c   851s|  1040k|  1039k|  1150k|   1.1 |1060M| 331 |   0 |1900 |1805 |1900 | 279 | 364k|  25 |3042 | 0.000000e+00 | 4.448540e+05 |    Inf 
858.21/858.29	c   858s|  1050k|  1049k|  1153k|   1.1 |1070M| 331 |   0 |1900 |1805 |1900 | 286 | 365k|  25 |3042 | 0.000000e+00 | 4.448540e+05 |    Inf 
865.92/865.94	c   866s|  1060k|  1059k|  1157k|   1.1 |1080M| 331 |   0 |1900 |1805 |1900 | 264 | 366k|  25 |3043 | 0.000000e+00 | 4.448540e+05 |    Inf 
873.82/873.84	c   874s|  1070k|  1069k|  1161k|   1.1 |1090M| 331 |   0 |1900 |1805 |1900 | 292 | 368k|  25 |3057 | 0.000000e+00 | 4.448540e+05 |    Inf 
881.62/881.66	c   882s|  1080k|  1079k|  1167k|   1.1 |1100M| 331 |   0 |1900 |1805 |1900 | 288 | 369k|  25 |3065 | 0.000000e+00 | 4.448540e+05 |    Inf 
889.32/889.32	c   889s|  1090k|  1089k|  1172k|   1.1 |1110M| 331 |   0 |1900 |1805 |1900 | 286 | 371k|  25 |3065 | 0.000000e+00 | 4.448540e+05 |    Inf 
896.92/896.94	c   897s|  1100k|  1099k|  1177k|   1.1 |1120M| 331 |   0 |1900 |1805 |1900 | 252 | 373k|  25 |3082 | 0.000000e+00 | 4.448540e+05 |    Inf 
904.52/904.51	c   905s|  1110k|  1109k|  1179k|   1.1 |1130M| 331 |   0 |1900 |1805 |1900 | 278 | 373k|  25 |3084 | 0.000000e+00 | 4.448540e+05 |    Inf 
912.22/912.29	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
912.22/912.29	c   912s|  1120k|  1119k|  1185k|   1.1 |1140M| 331 |   0 |1900 |1805 |1900 | 264 | 375k|  25 |3084 | 0.000000e+00 | 4.448540e+05 |    Inf 
920.13/920.10	c   920s|  1130k|  1129k|  1190k|   1.1 |1150M| 331 |   0 |1900 |1805 |1900 | 282 | 377k|  25 |3092 | 0.000000e+00 | 4.448540e+05 |    Inf 
928.02/928.01	c   928s|  1140k|  1139k|  1198k|   1.1 |1160M| 331 |   0 |1900 |1806 |1900 | 282 | 379k|  26 |3104 | 0.000000e+00 | 4.448540e+05 |    Inf 
935.73/935.74	c   936s|  1150k|  1149k|  1202k|   1.0 |1170M| 331 |   0 |1900 |1806 |1900 | 293 | 381k|  26 |3105 | 0.000000e+00 | 4.448540e+05 |    Inf 
943.42/943.43	c   943s|  1160k|  1159k|  1211k|   1.0 |1180M| 331 |  10 |1900 |1806 |1900 | 290 | 384k|  26 |3128 | 0.000000e+00 | 4.448540e+05 |    Inf 
951.02/951.05	c   951s|  1170k|  1169k|  1216k|   1.0 |1190M| 331 |   0 |1900 |1806 |1900 | 282 | 385k|  26 |3128 | 0.000000e+00 | 4.448540e+05 |    Inf 
958.72/958.75	c   959s|  1180k|  1179k|  1221k|   1.0 |1200M| 331 |   0 |1900 |1807 |1900 | 268 | 387k|  27 |3138 | 0.000000e+00 | 4.448540e+05 |    Inf 
966.42/966.40	c   966s|  1190k|  1189k|  1223k|   1.0 |1210M| 331 |   0 |1900 |1807 |1900 | 272 | 388k|  27 |3139 | 0.000000e+00 | 4.448540e+05 |    Inf 
974.02/974.06	c   974s|  1200k|  1199k|  1228k|   1.0 |1220M| 331 |   0 |1900 |1807 |1900 | 268 | 389k|  27 |3148 | 0.000000e+00 | 4.448540e+05 |    Inf 
981.73/981.72	c   982s|  1210k|  1209k|  1231k|   1.0 |1230M| 331 |   0 |1900 |1807 |1900 | 304 | 390k|  27 |3148 | 0.000000e+00 | 4.448540e+05 |    Inf 
989.53/989.52	c   990s|  1220k|  1219k|  1235k|   1.0 |1240M| 331 |   0 |1900 |1807 |1900 | 280 | 392k|  27 |3152 | 0.000000e+00 | 4.448540e+05 |    Inf 
997.32/997.34	c   997s|  1230k|  1229k|  1239k|   1.0 |1250M| 331 |   0 |1900 |1807 |1900 | 277 | 393k|  27 |3162 | 0.000000e+00 | 4.448540e+05 |    Inf 
1005.03/1005.06	c  1005s|  1240k|  1239k|  1242k|   1.0 |1260M| 331 |   0 |1900 |1807 |1900 | 283 | 394k|  27 |3167 | 0.000000e+00 | 4.448540e+05 |    Inf 
1012.82/1012.85	c  1013s|  1250k|  1249k|  1245k|   1.0 |1270M| 331 |   0 |1900 |1807 |1900 | 283 | 395k|  27 |3169 | 0.000000e+00 | 4.448540e+05 |    Inf 
1020.52/1020.52	c  1021s|  1260k|  1259k|  1250k|   1.0 |1280M| 331 |   0 |1900 |1806 |1900 | 288 | 396k|  27 |3172 | 0.000000e+00 | 4.448540e+05 |    Inf 
1028.12/1028.11	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1028.12/1028.11	c  1028s|  1270k|  1269k|  1252k|   1.0 |1290M| 331 |   0 |1900 |1805 |1900 | 294 | 397k|  27 |3172 | 0.000000e+00 | 4.448540e+05 |    Inf 
1035.93/1035.96	c  1036s|  1280k|  1279k|  1260k|   1.0 |1300M| 331 |   0 |1900 |1805 |1900 | 306 | 399k|  27 |3191 | 0.000000e+00 | 4.448540e+05 |    Inf 
1043.42/1043.44	c  1043s|  1290k|  1289k|  1262k|   1.0 |1310M| 331 |   0 |1900 |1806 |1900 | 267 | 400k|  28 |3192 | 0.000000e+00 | 4.448540e+05 |    Inf 
1051.12/1051.14	c  1051s|  1300k|  1299k|  1269k|   1.0 |1320M| 331 |   0 |1900 |1805 |1900 | 289 | 402k|  28 |3196 | 0.000000e+00 | 4.448540e+05 |    Inf 
1058.83/1058.81	c  1059s|  1310k|  1309k|  1274k|   1.0 |1330M| 331 |   0 |1900 |1805 |1900 | 278 | 403k|  28 |3201 | 0.000000e+00 | 4.448540e+05 |    Inf 
1066.43/1066.46	c  1066s|  1320k|  1319k|  1281k|   1.0 |1340M| 331 |   0 |1900 |1805 |1900 | 274 | 406k|  28 |3217 | 0.000000e+00 | 4.448540e+05 |    Inf 
1074.02/1074.04	c  1074s|  1330k|  1329k|  1286k|   1.0 |1351M| 331 |   0 |1900 |1805 |1900 | 298 | 408k|  28 |3220 | 0.000000e+00 | 4.448540e+05 |    Inf 
1081.83/1081.85	c  1082s|  1340k|  1339k|  1292k|   1.0 |1361M| 331 |   0 |1900 |1805 |1900 | 270 | 410k|  28 |3233 | 0.000000e+00 | 4.448540e+05 |    Inf 
1089.63/1089.62	c  1090s|  1350k|  1349k|  1300k|   1.0 |1371M| 331 |   0 |1900 |1805 |1900 | 281 | 412k|  28 |3245 | 0.000000e+00 | 4.448540e+05 |    Inf 
1097.33/1097.33	c  1097s|  1360k|  1359k|  1308k|   1.0 |1381M| 331 |   0 |1900 |1804 |1900 | 296 | 415k|  28 |3245 | 0.000000e+00 | 4.448540e+05 |    Inf 
1104.93/1104.94	c  1105s|  1370k|  1369k|  1315k|   1.0 |1391M| 331 |   0 |1900 |1803 |1900 | 289 | 417k|  28 |3263 | 0.000000e+00 | 4.448540e+05 |    Inf 
1112.63/1112.63	c  1113s|  1380k|  1379k|  1320k|   1.0 |1401M| 331 |   0 |1900 |1803 |1900 | 273 | 419k|  28 |3263 | 0.000000e+00 | 4.448540e+05 |    Inf 
1120.13/1120.17	c  1120s|  1390k|  1389k|  1324k|   1.0 |1411M| 331 |   0 |1900 |1803 |1900 | 274 | 420k|  28 |3266 | 0.000000e+00 | 4.448540e+05 |    Inf 
1127.82/1127.87	c  1128s|  1400k|  1399k|  1327k|   0.9 |1421M| 331 |   0 |1900 |1803 |1900 | 258 | 421k|  28 |3274 | 0.000000e+00 | 4.448540e+05 |    Inf 
1135.43/1135.50	c  1135s|  1410k|  1409k|  1329k|   0.9 |1431M| 331 |   0 |1900 |1803 |1900 | 260 | 422k|  28 |3276 | 0.000000e+00 | 4.448540e+05 |    Inf 
1143.03/1143.03	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1143.03/1143.03	c  1143s|  1420k|  1419k|  1331k|   0.9 |1441M| 331 |   0 |1900 |1803 |1900 | 260 | 422k|  28 |3282 | 0.000000e+00 | 4.448540e+05 |    Inf 
1150.64/1150.68	c  1151s|  1430k|  1429k|  1334k|   0.9 |1451M| 331 |   0 |1900 |1803 |1900 | 273 | 423k|  28 |3286 | 0.000000e+00 | 4.448540e+05 |    Inf 
1158.23/1158.22	c  1158s|  1440k|  1439k|  1337k|   0.9 |1461M| 331 |   0 |1900 |1803 |1900 | 271 | 424k|  28 |3287 | 0.000000e+00 | 4.448540e+05 |    Inf 
1165.63/1165.67	c  1166s|  1450k|  1449k|  1342k|   0.9 |1471M| 331 |   0 |1900 |1803 |1900 | 262 | 426k|  28 |3288 | 0.000000e+00 | 4.448540e+05 |    Inf 
1173.43/1173.44	c  1173s|  1460k|  1459k|  1345k|   0.9 |1481M| 331 |   0 |1900 |1803 |1900 | 269 | 427k|  28 |3299 | 0.000000e+00 | 4.448540e+05 |    Inf 
1181.13/1181.12	c  1181s|  1470k|  1469k|  1350k|   0.9 |1491M| 331 |   0 |1900 |1803 |1900 | 250 | 428k|  28 |3309 | 0.000000e+00 | 4.448540e+05 |    Inf 
1188.73/1188.71	c  1189s|  1480k|  1479k|  1353k|   0.9 |1501M| 331 |   0 |1900 |1803 |1900 | 272 | 430k|  28 |3309 | 0.000000e+00 | 4.448540e+05 |    Inf 
1196.33/1196.30	c  1196s|  1490k|  1489k|  1357k|   0.9 |1511M| 331 |   0 |1900 |1803 |1900 | 259 | 431k|  28 |3309 | 0.000000e+00 | 4.448540e+05 |    Inf 
1203.94/1203.98	c  1204s|  1500k|  1499k|  1360k|   0.9 |1521M| 331 |   0 |1900 |1803 |1900 | 279 | 432k|  28 |3319 | 0.000000e+00 | 4.448540e+05 |    Inf 
1211.44/1211.46	c  1211s|  1510k|  1509k|  1363k|   0.9 |1531M| 331 |   0 |1900 |1804 |1900 | 268 | 433k|  29 |3329 | 0.000000e+00 | 4.448540e+05 |    Inf 
1219.24/1219.23	c  1219s|  1520k|  1519k|  1368k|   0.9 |1541M| 331 |   0 |1900 |1804 |1900 | 319 | 435k|  29 |3329 | 0.000000e+00 | 4.448540e+05 |    Inf 
1226.94/1226.90	c  1227s|  1530k|  1529k|  1372k|   0.9 |1551M| 331 |   0 |1900 |1804 |1900 | 269 | 436k|  29 |3329 | 0.000000e+00 | 4.448540e+05 |    Inf 
1234.53/1234.52	c  1235s|  1540k|  1539k|  1375k|   0.9 |1561M| 331 |   0 |1900 |1804 |1900 | 292 | 437k|  29 |3341 | 0.000000e+00 | 4.448540e+05 |    Inf 
1242.13/1242.11	c  1242s|  1550k|  1549k|  1380k|   0.9 |1571M| 331 |   0 |1900 |1804 |1900 | 305 | 439k|  29 |3356 | 0.000000e+00 | 4.448540e+05 |    Inf 
1249.73/1249.73	c  1250s|  1560k|  1559k|  1386k|   0.9 |1581M| 331 |   0 |1900 |1804 |1900 | 261 | 441k|  29 |3358 | 0.000000e+00 | 4.448540e+05 |    Inf 
1257.43/1257.41	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1257.43/1257.41	c  1257s|  1570k|  1569k|  1391k|   0.9 |1591M| 331 |   0 |1900 |1804 |1900 | 293 | 442k|  29 |3359 | 0.000000e+00 | 4.448540e+05 |    Inf 
1265.43/1265.41	c  1265s|  1580k|  1579k|  1396k|   0.9 |1601M| 331 |   0 |1900 |1805 |1900 | 272 | 444k|  30 |3379 | 0.000000e+00 | 4.448540e+05 |    Inf 
1273.04/1273.02	c  1273s|  1590k|  1589k|  1402k|   0.9 |1611M| 331 |   0 |1900 |1804 |1900 | 264 | 446k|  30 |3381 | 0.000000e+00 | 4.448540e+05 |    Inf 
1280.63/1280.66	c  1281s|  1600k|  1599k|  1405k|   0.9 |1621M| 331 |   0 |1900 |1803 |1900 | 263 | 447k|  30 |3382 | 0.000000e+00 | 4.448540e+05 |    Inf 
1288.24/1288.28	c  1288s|  1610k|  1609k|  1408k|   0.9 |1631M| 331 |   0 |1900 |1803 |1900 | 261 | 448k|  30 |3383 | 0.000000e+00 | 4.448540e+05 |    Inf 
1295.84/1295.82	c  1296s|  1620k|  1619k|  1413k|   0.9 |1641M| 331 |   0 |1900 |1803 |1900 | 278 | 450k|  30 |3402 | 0.000000e+00 | 4.448540e+05 |    Inf 
1303.24/1303.29	c  1303s|  1630k|  1629k|  1416k|   0.9 |1651M| 331 |   0 |1900 |1804 |1900 | 258 | 451k|  31 |3408 | 0.000000e+00 | 4.448540e+05 |    Inf 
1310.74/1310.71	c  1311s|  1640k|  1639k|  1419k|   0.9 |1661M| 331 |   0 |1900 |1804 |1900 | 302 | 452k|  31 |3411 | 0.000000e+00 | 4.448540e+05 |    Inf 
1318.14/1318.12	c  1318s|  1650k|  1649k|  1422k|   0.9 |1671M| 331 |   0 |1900 |1804 |1900 | 265 | 453k|  31 |3411 | 0.000000e+00 | 4.448540e+05 |    Inf 
1325.55/1325.52	c  1326s|  1660k|  1659k|  1425k|   0.9 |1681M| 331 |   0 |1900 |1804 |1900 | 279 | 454k|  31 |3412 | 0.000000e+00 | 4.448540e+05 |    Inf 
1333.14/1333.15	c  1333s|  1670k|  1669k|  1429k|   0.9 |1691M| 331 |   0 |1900 |1804 |1900 | 271 | 455k|  31 |3426 | 0.000000e+00 | 4.448540e+05 |    Inf 
1340.74/1340.73	c  1341s|  1680k|  1679k|  1435k|   0.9 |1701M| 331 |   0 |1900 |1803 |1900 | 269 | 457k|  31 |3431 | 0.000000e+00 | 4.448540e+05 |    Inf 
1348.33/1348.35	c  1348s|  1690k|  1689k|  1437k|   0.9 |1711M| 331 |   0 |1900 |1803 |1900 | 275 | 457k|  31 |3432 | 0.000000e+00 | 4.448540e+05 |    Inf 
1355.74/1355.76	c  1356s|  1700k|  1699k|  1441k|   0.8 |1721M| 331 |   0 |1900 |1804 |1900 | 294 | 459k|  32 |3433 | 0.000000e+00 | 4.448540e+05 |    Inf 
1363.33/1363.36	c  1363s|  1710k|  1709k|  1444k|   0.8 |1731M| 331 |   0 |1900 |1804 |1900 | 282 | 460k|  32 |3438 | 0.000000e+00 | 4.448540e+05 |    Inf 
1370.73/1370.76	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1370.73/1370.76	c  1371s|  1720k|  1719k|  1447k|   0.8 |1741M| 331 |   0 |1900 |1804 |1900 | 294 | 461k|  32 |3446 | 0.000000e+00 | 4.448540e+05 |    Inf 
1378.35/1378.35	c  1378s|  1730k|  1729k|  1450k|   0.8 |1751M| 331 |   0 |1900 |1804 |1900 | 311 | 461k|  32 |3457 | 0.000000e+00 | 4.448540e+05 |    Inf 
1385.94/1385.98	c  1386s|  1740k|  1739k|  1453k|   0.8 |1761M| 331 |   0 |1900 |1804 |1900 | 275 | 463k|  32 |3458 | 0.000000e+00 | 4.448540e+05 |    Inf 
1393.64/1393.65	c  1394s|  1750k|  1749k|  1458k|   0.8 |1771M| 331 |   0 |1900 |1804 |1900 | 279 | 464k|  32 |3458 | 0.000000e+00 | 4.448540e+05 |    Inf 
1401.14/1401.10	c  1401s|  1760k|  1759k|  1463k|   0.8 |1781M| 331 |   0 |1900 |1802 |1900 | 313 | 466k|  32 |3469 | 0.000000e+00 | 4.448540e+05 |    Inf 
1408.74/1408.71	c  1409s|  1770k|  1769k|  1468k|   0.8 |1791M| 331 |   0 |1900 |1802 |1900 | 272 | 467k|  32 |3486 | 0.000000e+00 | 4.448540e+05 |    Inf 
1416.14/1416.11	c  1416s|  1780k|  1779k|  1473k|   0.8 |1801M| 331 |   0 |1900 |1802 |1900 | 278 | 469k|  32 |3488 | 0.000000e+00 | 4.448540e+05 |    Inf 
1423.64/1423.68	c  1424s|  1790k|  1789k|  1478k|   0.8 |1811M| 331 |   0 |1900 |1802 |1900 | 271 | 471k|  32 |3491 | 0.000000e+00 | 4.448540e+05 |    Inf 
1431.24/1431.23	c  1431s|  1800k|  1799k|  1481k|   0.8 |1821M| 331 |   0 |1900 |1802 |1900 | 272 | 472k|  32 |3492 | 0.000000e+00 | 4.448540e+05 |    Inf 
1438.94/1438.97	c  1439s|  1810k|  1809k|  1487k|   0.8 |1831M| 331 |   0 |1900 |1802 |1900 | 272 | 473k|  32 |3512 | 0.000000e+00 | 4.448540e+05 |    Inf 
1446.74/1446.73	c  1447s|  1820k|  1819k|  1491k|   0.8 |1841M| 331 |   0 |1900 |1802 |1900 | 294 | 475k|  32 |3515 | 0.000000e+00 | 4.448540e+05 |    Inf 
1454.25/1454.25	c  1454s|  1830k|  1829k|  1495k|   0.8 |1851M| 331 |   0 |1900 |1802 |1900 | 274 | 476k|  32 |3515 | 0.000000e+00 | 4.448540e+05 |    Inf 
1461.95/1461.92	c  1462s|  1840k|  1839k|  1500k|   0.8 |1861M| 331 |   0 |1900 |1802 |1900 | 295 | 478k|  32 |3521 | 0.000000e+00 | 4.448540e+05 |    Inf 
1469.65/1469.69	c  1470s|  1850k|  1849k|  1504k|   0.8 |1871M| 331 |   0 |1900 |1803 |1900 | 313 | 479k|  33 |3534 | 0.000000e+00 | 4.448540e+05 |    Inf 
1477.35/1477.37	c  1477s|  1860k|  1859k|  1508k|   0.8 |1881M| 331 |   0 |1900 |1803 |1900 | 275 | 480k|  33 |3536 | 0.000000e+00 | 4.448540e+05 |    Inf 
1484.95/1484.95	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1484.95/1484.95	c  1485s|  1870k|  1869k|  1511k|   0.8 |1891M| 331 |   0 |1900 |1804 |1900 | 288 | 481k|  34 |3536 | 0.000000e+00 | 4.448540e+05 |    Inf 
1492.55/1492.59	c  1493s|  1880k|  1879k|  1514k|   0.8 |1901M| 331 |   0 |1900 |1804 |1900 | 265 | 482k|  34 |3536 | 0.000000e+00 | 4.448540e+05 |    Inf 
1500.15/1500.14	c  1500s|  1890k|  1889k|  1517k|   0.8 |1911M| 331 |   0 |1900 |1804 |1900 | 264 | 483k|  34 |3543 | 0.000000e+00 | 4.448540e+05 |    Inf 
1507.94/1507.95	c  1508s|  1900k|  1899k|  1521k|   0.8 |1921M| 331 |   0 |1900 |1804 |1900 | 311 | 485k|  34 |3553 | 0.000000e+00 | 4.448540e+05 |    Inf 
1515.55/1515.56	c  1516s|  1910k|  1909k|  1526k|   0.8 |1931M| 331 |   0 |1900 |1804 |1900 | 270 | 486k|  34 |3557 | 0.000000e+00 | 4.448540e+05 |    Inf 
1523.25/1523.24	c  1523s|  1920k|  1919k|  1530k|   0.8 |1941M| 331 |   0 |1900 |1803 |1900 | 275 | 488k|  34 |3557 | 0.000000e+00 | 4.448540e+05 |    Inf 
1530.85/1530.84	c  1531s|  1930k|  1929k|  1536k|   0.8 |1951M| 331 |   0 |1900 |1803 |1900 | 256 | 489k|  34 |3567 | 0.000000e+00 | 4.448540e+05 |    Inf 
1538.54/1538.50	c  1538s|  1940k|  1939k|  1542k|   0.8 |1961M| 331 |   0 |1900 |1803 |1900 | 285 | 491k|  34 |3579 | 0.000000e+00 | 4.448540e+05 |    Inf 
1546.14/1546.13	c  1546s|  1950k|  1949k|  1552k|   0.8 |1971M| 331 |   0 |1900 |1802 |1900 | 288 | 495k|  34 |3579 | 0.000000e+00 | 4.448540e+05 |    Inf 
1553.75/1553.77	c  1554s|  1960k|  1959k|  1560k|   0.8 |1981M| 331 |   0 |1900 |1801 |1900 | 292 | 498k|  34 |3596 | 0.000000e+00 | 4.448540e+05 |    Inf 
1561.55/1561.53	c  1562s|  1970k|  1969k|  1565k|   0.8 |1991M| 331 |   0 |1900 |1801 |1900 | 281 | 499k|  34 |3596 | 0.000000e+00 | 4.448540e+05 |    Inf 
1569.15/1569.19	c  1569s|  1980k|  1979k|  1567k|   0.8 |2001M| 331 |   0 |1900 |1801 |1900 | 304 | 500k|  34 |3596 | 0.000000e+00 | 4.448540e+05 |    Inf 
1577.04/1577.06	c  1577s|  1990k|  1989k|  1572k|   0.8 |2011M| 331 |   0 |1900 |1802 |1900 | 263 | 502k|  35 |3615 | 0.000000e+00 | 4.448540e+05 |    Inf 
1584.65/1584.62	c  1585s|  2000k|  1999k|  1576k|   0.8 |2021M| 331 |   0 |1900 |1802 |1900 | 278 | 503k|  35 |3616 | 0.000000e+00 | 4.448540e+05 |    Inf 
1592.25/1592.29	c  1592s|  2010k|  2009k|  1580k|   0.8 |2031M| 331 |   0 |1900 |1802 |1900 | 286 | 504k|  35 |3621 | 0.000000e+00 | 4.448540e+05 |    Inf 
1599.95/1599.94	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1599.95/1599.94	c  1600s|  2020k|  2019k|  1582k|   0.8 |2041M| 331 |   0 |1900 |1801 |1900 | 293 | 505k|  35 |3621 | 0.000000e+00 | 4.448540e+05 |    Inf 
1607.65/1607.64	c  1608s|  2030k|  2029k|  1587k|   0.8 |2051M| 331 |   0 |1900 |1801 |1900 | 287 | 506k|  35 |3627 | 0.000000e+00 | 4.448540e+05 |    Inf 
1615.45/1615.49	c  1615s|  2040k|  2039k|  1594k|   0.8 |2061M| 331 |   0 |1900 |1802 |1900 | 261 | 509k|  36 |3637 | 0.000000e+00 | 4.448540e+05 |    Inf 
1623.05/1623.06	c  1623s|  2050k|  2049k|  1597k|   0.8 |2071M| 331 |   0 |1900 |1801 |1900 | 299 | 509k|  36 |3639 | 0.000000e+00 | 4.448540e+05 |    Inf 
1630.65/1630.68	c  1631s|  2060k|  2059k|  1600k|   0.8 |2081M| 331 |   0 |1900 |1802 |1900 | 257 | 510k|  37 |3640 | 0.000000e+00 | 4.448540e+05 |    Inf 
1638.25/1638.28	c  1638s|  2070k|  2069k|  1604k|   0.8 |2091M| 331 |   0 |1900 |1801 |1900 | 281 | 512k|  37 |3652 | 0.000000e+00 | 4.448540e+05 |    Inf 
1645.75/1645.79	c  1646s|  2080k|  2079k|  1608k|   0.8 |2101M| 331 |   0 |1900 |1801 |1900 | 259 | 513k|  37 |3660 | 0.000000e+00 | 4.448540e+05 |    Inf 
1653.45/1653.44	c  1653s|  2090k|  2089k|  1612k|   0.8 |2112M| 331 |   0 |1900 |1801 |1900 | 323 | 515k|  37 |3664 | 0.000000e+00 | 4.448540e+05 |    Inf 
1661.05/1661.02	c  1661s|  2100k|  2099k|  1617k|   0.8 |2122M| 331 |   0 |1900 |1800 |1900 | 304 | 516k|  37 |3664 | 0.000000e+00 | 4.448540e+05 |    Inf 
1668.45/1668.42	c  1668s|  2110k|  2109k|  1621k|   0.8 |2132M| 331 |   0 |1900 |1800 |1900 | 293 | 517k|  37 |3670 | 0.000000e+00 | 4.448540e+05 |    Inf 
1676.15/1676.17	c  1676s|  2120k|  2119k|  1627k|   0.8 |2142M| 331 |   0 |1900 |1800 |1900 | 281 | 520k|  37 |3681 | 0.000000e+00 | 4.448540e+05 |    Inf 
1683.85/1683.90	c  1684s|  2130k|  2129k|  1631k|   0.8 |2152M| 331 |   0 |1900 |1800 |1900 | 257 | 521k|  37 |3682 | 0.000000e+00 | 4.448540e+05 |    Inf 
1691.45/1691.47	c  1691s|  2140k|  2139k|  1635k|   0.8 |2162M| 331 |   0 |1900 |1800 |1900 | 277 | 522k|  37 |3684 | 0.000000e+00 | 4.448540e+05 |    Inf 
1699.15/1699.19	c  1699s|  2150k|  2149k|  1639k|   0.8 |2172M| 331 |   0 |1900 |1800 |1900 | 271 | 524k|  37 |3695 | 0.000000e+00 | 4.448540e+05 |    Inf 
1707.05/1707.02	c  1707s|  2160k|  2159k|  1645k|   0.8 |2182M| 331 |  11 |1900 |1800 |1900 | 256 | 526k|  37 |3705 | 0.000000e+00 | 4.448540e+05 |    Inf 
1714.85/1714.85	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1714.85/1714.85	c  1715s|  2170k|  2169k|  1651k|   0.8 |2192M| 331 |   0 |1900 |1800 |1900 | 285 | 527k|  37 |3705 | 0.000000e+00 | 4.448540e+05 |    Inf 
1722.56/1722.58	c  1723s|  2180k|  2179k|  1656k|   0.8 |2202M| 331 |   0 |1900 |1800 |1900 | 279 | 529k|  37 |3719 | 0.000000e+00 | 4.448540e+05 |    Inf 
1730.05/1730.04	c  1730s|  2190k|  2189k|  1661k|   0.8 |2212M| 331 |   0 |1900 |1800 |1900 | 282 | 531k|  37 |3726 | 0.000000e+00 | 4.448540e+05 |    Inf 
1737.65/1737.62	c  1738s|  2200k|  2199k|  1664k|   0.8 |2222M| 331 |   0 |1900 |1801 |1900 | 304 | 532k|  38 |3727 | 0.000000e+00 | 4.448540e+05 |    Inf 
1745.26/1745.26	c  1745s|  2210k|  2209k|  1667k|   0.8 |2232M| 331 |   0 |1900 |1801 |1900 | 288 | 533k|  38 |3727 | 0.000000e+00 | 4.448540e+05 |    Inf 
1752.96/1752.94	c  1753s|  2220k|  2219k|  1671k|   0.8 |2242M| 331 |   0 |1900 |1800 |1900 | 298 | 534k|  38 |3732 | 0.000000e+00 | 4.448540e+05 |    Inf 
1760.65/1760.65	c  1761s|  2230k|  2229k|  1676k|   0.8 |2252M| 331 |   0 |1900 |1801 |1900 | 284 | 536k|  39 |3732 | 0.000000e+00 | 4.448540e+05 |    Inf 
1768.36/1768.35	c  1768s|  2240k|  2239k|  1680k|   0.8 |2262M| 331 |   0 |1900 |1801 |1900 | 274 | 538k|  39 |3744 | 0.000000e+00 | 4.448540e+05 |    Inf 
1775.96/1775.99	c  1776s|  2250k|  2249k|  1685k|   0.7 |2272M| 331 |   0 |1900 |1800 |1900 | 275 | 539k|  39 |3746 | 0.000000e+00 | 4.448540e+05 |    Inf 
1783.86/1783.80	c  1784s|  2260k|  2259k|  1689k|   0.7 |2282M| 331 |   0 |1900 |1800 |1900 | 263 | 541k|  39 |3747 | 0.000000e+00 | 4.448540e+05 |    Inf 
1790.05/1790.00	c 
1790.05/1790.00	c SCIP Status        : solving was interrupted [time limit reached]
1790.05/1790.00	c Solving Time (sec) : 1789.99
1790.05/1790.00	c Solving Nodes      : 2268151
1790.05/1790.00	c Primal Bound       : +4.44854000000000e+05 (100 solutions)
1790.05/1790.00	c Dual Bound         : +0.00000000000000e+00
1790.05/1790.00	c Gap                : infinite
1790.05/1790.01	s SATISFIABLE
1790.05/1790.01	v x200 -x199 x198 -x197 x196 -x195 x194 -x193 x192 -x191 x190 -x189 x188 -x187 x186 -x185 x184 -x183 x182 -x181 x180 -x179 x178 -x177 
1790.05/1790.01	v x176 -x175 x174 -x173 x172 -x171 x170 -x169 x168 -x167 x166 -x165 x164 -x163 x162 -x161 x160 -x159 x158 -x157 x156 -x155 
1790.05/1790.01	v x154 -x153 x152 -x151 x150 -x149 x148 -x147 x146 -x145 x144 -x143 x142 -x141 x140 -x139 x138 -x137 x136 -x135 x134 -x133 x132 
1790.05/1790.01	v -x131 x130 -x129 x128 -x127 x126 -x125 x124 -x123 x122 -x121 x120 -x119 x118 -x117 x116 -x115 x114 -x113 x112 -x111 x110 -x109 
1790.05/1790.01	v x108 -x107 x106 -x105 x104 -x103 x102 -x101 x100 -x99 x98 -x97 x96 -x95 x94 -x93 x92 -x91 x90 -x89 x88 -x87 x86 -x85 x84 
1790.05/1790.01	v -x83 x82 -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 
1790.05/1790.01	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 x30 -x29 x28 
1790.05/1790.01	v -x27 x26 -x25 x24 -x23 x22 -x21 x20 -x19 x18 -x17 x16 -x15 x14 -x13 x12 -x11 x10 -x9 x8 -x7 x6 -x5 x4 -x3 x2 -x1 
1790.05/1790.01	c SCIP Status        : solving was interrupted [time limit reached]
1790.05/1790.01	c Solving Time       :    1789.99
1790.05/1790.01	c Original Problem   :
1790.05/1790.01	c   Problem name     : HOME/instance-2705730-1278580118.wbo
1790.05/1790.01	c   Variables        : 2000 (1100 binary, 0 integer, 900 implicit integer, 0 continuous)
1790.05/1790.01	c   Constraints      : 1901 initial, 1901 maximal
1790.05/1790.01	c Presolved Problem  :
1790.05/1790.01	c   Problem name     : t_HOME/instance-2705730-1278580118.wbo
1790.05/1790.01	c   Variables        : 1900 (1000 binary, 0 integer, 900 implicit integer, 0 continuous)
1790.05/1790.01	c   Constraints      : 1800 initial, 1813 maximal
1790.05/1790.01	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1790.05/1790.01	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1790.05/1790.01	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1790.05/1790.01	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1790.05/1790.01	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1790.05/1790.01	c   implics          :       0.00          0          0          0          0          0          0          0          0
1790.05/1790.01	c   probing          :       0.02          0          0          0          0          0          0          0          0
1790.05/1790.01	c   linear           :       0.02          0        100          0        900          0        101          0          0
1790.05/1790.01	c   indicator        :       0.00          0          0          0          0          0          0          0          0
1790.05/1790.01	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1790.05/1790.01	c   root node        :          -          0          -          -          0          -          -          -          -
1790.05/1790.01	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1790.05/1790.01	c   integral         :          0          0          0    2402043          0          0          0          0          0     310202
1790.05/1790.01	c   linear           :        900          6    3007453    2246942          1         38     498986     542818          0          0
1790.05/1790.01	c   indicator        :        900          0    3007415    2246942          1         16    2193262          0          0          0
1790.05/1790.01	c   logicor          :          0+         0      54405          0          0          0       8745          0          0          0
1790.05/1790.01	c   countsols        :          0          0          0    2112995          1          0          0          0          0          0
1790.05/1790.01	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1790.05/1790.01	c   integral         :       4.97       0.00       0.00       4.97       0.00
1790.05/1790.01	c   linear           :      44.23       0.00      11.43      32.80       0.00
1790.05/1790.01	c   indicator        :     240.30       0.05      86.65     153.61       0.00
1790.05/1790.01	c   logicor          :       0.08       0.00       0.08       0.00       0.00
1790.05/1790.01	c   countsols        :       0.29       0.00       0.00       0.29       0.00
1790.05/1790.01	c Propagators        :       Time      Calls    Cutoffs    DomReds
1790.05/1790.01	c   vbounds          :       0.63          2          0          0
1790.05/1790.01	c   rootredcost      :       0.61          0          0          0
1790.05/1790.01	c   pseudoobj        :      42.86    3007253          0          0
1790.05/1790.01	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1790.05/1790.01	c   propagation      :       0.00         38         38         39        6.4          0        0.0          -
1790.05/1790.01	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1790.05/1790.01	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1790.05/1790.01	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1790.05/1790.01	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1790.05/1790.01	c   applied globally :          -          -          -         39        6.4          -          -          -
1790.05/1790.01	c   applied locally  :          -          -          -          0        0.0          -          -          -
1790.05/1790.01	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1790.05/1790.01	c   cut pool         :       0.00          4          -          -         66          -    (maximal pool size: 496)
1790.05/1790.01	c   redcost          :     109.11    2401946          0          0          0          0
1790.05/1790.01	c   impliedbounds    :       0.00          5          0          0          0          0
1790.05/1790.01	c   intobj           :       0.00          0          0          0          0          0
1790.05/1790.01	c   cgmip            :       0.00          0          0          0          0          0
1790.05/1790.01	c   gomory           :       0.03          5          0          0         97          0
1790.05/1790.01	c   strongcg         :       0.04          5          0          0        624          0
1790.05/1790.01	c   cmir             :       0.01          5          0          0          0          0
1790.05/1790.01	c   flowcover        :       0.02          5          0          0          0          0
1790.05/1790.01	c   clique           :       0.00          1          0          0          0          0
1790.05/1790.01	c   zerohalf         :       0.00          0          0          0          0          0
1790.05/1790.01	c   mcf              :       0.00          1          0          0          0          0
1790.05/1790.01	c   rapidlearning    :       0.06          1          0          0          0          0
1790.05/1790.01	c Pricers            :       Time      Calls       Vars
1790.05/1790.01	c   problem variables:       0.00          0          0
1790.05/1790.01	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1790.05/1790.01	c   relpscost        :       4.22     155101          0          0          0          0     310202
1790.05/1790.01	c   pscost           :       0.00          0          0          0          0          0          0
1790.05/1790.01	c   inference        :     279.58    2112996          0          0          0          0    4225992
1790.05/1790.01	c   mostinf          :       0.00          0          0          0          0          0          0
1790.05/1790.01	c   leastinf         :       0.00          0          0          0          0          0          0
1790.05/1790.01	c   fullstrong       :       0.00          0          0          0          0          0          0
1790.05/1790.01	c   allfullstrong    :       0.00          0          0          0          0          0          0
1790.05/1790.01	c   random           :       0.00          0          0          0          0          0          0
1790.05/1790.01	c Primal Heuristics  :       Time      Calls      Found
1790.05/1790.01	c   LP solutions     :       0.00          -          0
1790.05/1790.01	c   pseudo solutions :       0.00          -          0
1790.05/1790.01	c   intshifting      :       0.00          0          0
1790.05/1790.01	c   feaspump         :       0.01          0          0
1790.05/1790.01	c   oneopt           :       1.04          1          0
1790.05/1790.01	c   crossover        :       0.76         13          2
1790.05/1790.01	c   fracdiving       :      12.94      17923          0
1790.05/1790.01	c   linesearchdiving :      12.93      17923          0
1790.05/1790.01	c   guideddiving     :      12.90      17923          0
1790.05/1790.01	c   coefdiving       :      12.96      17923          0
1790.05/1790.01	c   pscostdiving     :      12.93      17924          0
1790.05/1790.01	c   veclendiving     :      12.91      17924          0
1790.05/1790.01	c   objpscostdiving  :      13.39      17902          0
1790.05/1790.01	c   rootsoldiving    :      13.54      17902          0
1790.05/1790.01	c   trivial          :       0.00          2          1
1790.05/1790.01	c   simplerounding   :       0.73     155106          0
1790.05/1790.01	c   zirounding       :       0.50       1000          0
1790.05/1790.01	c   rounding         :       0.53       5466          0
1790.05/1790.01	c   shifting         :       0.23       1705          0
1790.05/1790.01	c   twoopt           :       0.00          0          0
1790.05/1790.01	c   fixandinfer      :       0.00          0          0
1790.05/1790.01	c   intdiving        :       0.00          0          0
1790.05/1790.01	c   actconsdiving    :       0.00          0          0
1790.05/1790.01	c   octane           :       0.00          0          0
1790.05/1790.01	c   rens             :       0.01          1          0
1790.05/1790.01	c   rins             :       0.00          0          0
1790.05/1790.01	c   localbranching   :       0.00          0          0
1790.05/1790.01	c   mutation         :       0.00          0          0
1790.05/1790.01	c   dins             :       0.00          0          0
1790.05/1790.01	c   undercover       :       0.00          0          0
1790.05/1790.01	c   nlp              :       0.34          0          0
1790.05/1790.01	c   trysol           :       0.64      18038         97
1790.05/1790.01	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1790.05/1790.01	c   primal LP        :       0.00          0          0       0.00          -
1790.05/1790.01	c   dual LP          :     606.65     403384    1692630       4.20    2790.13
1790.05/1790.01	c   lex dual LP      :       0.00          0          0       0.00          -
1790.05/1790.01	c   barrier LP       :       0.00          0          0       0.00          -
1790.05/1790.01	c   diving/probing LP:       0.16        325        664       2.04    4110.16
1790.05/1790.01	c   strong branching :       3.06       3751      47388      12.63   15477.07
1790.05/1790.01	c     (at root node) :          -         33       1995      60.45          -
1790.05/1790.01	c   conflict analysis:       0.00          0          0       0.00          -
1790.05/1790.01	c B&B Tree           :
1790.05/1790.01	c   number of runs   :          1
1790.05/1790.01	c   nodes            :    2268151
1790.05/1790.01	c   nodes (total)    :    2268151
1790.05/1790.01	c   nodes left       :    2268044
1790.05/1790.01	c   max depth        :        331
1790.05/1790.01	c   max depth (total):        331
1790.05/1790.01	c   backtracks       :      18029 (0.8%)
1790.05/1790.01	c   delayed cutoffs  :          0
1790.05/1790.01	c   repropagations   :         70 (170 domain reductions, 0 cutoffs)
1790.05/1790.01	c   avg switch length:       2.17
1790.05/1790.01	c   switching time   :      49.16
1790.05/1790.01	c Solution           :
1790.05/1790.01	c   Solutions found  :        100 (1 improvements)
1790.05/1790.01	c   First Solution   : +4.44854000000000e+05   (in run 1, after 1 nodes, 0.04 seconds, depth 0, found by <trivial>)
1790.05/1790.01	c   Primal Bound     : +4.44854000000000e+05   (in run 1, after 1 nodes, 0.04 seconds, depth 0, found by <trivial>)
1790.05/1790.01	c   Dual Bound       : +0.00000000000000e+00
1790.05/1790.01	c   Gap              :   infinite
1790.05/1790.01	c   Root Dual Bound  : +0.00000000000000e+00
1790.05/1790.01	c   Root Iterations  :        331
1794.07/1794.08	c Time complete: 1794.14.

Verifier Data

OK	24258

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2705730-1278580118/watcher-2705730-1278580118 -o /tmp/evaluation-result-2705730-1278580118/solver-2705730-1278580118 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2705730-1278580118.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: 2.00 2.00 1.95 4/178 23930
/proc/meminfo: memFree=29582080/32950928 swapFree=67111528/67111528
[pid=23930] ppid=23928 vsize=12548 CPUtime=0
/proc/23930/stat : 23930 (pbscip.linux.x8) R 23928 23930 23390 0 -1 4202496 1976 0 0 0 0 0 0 0 25 0 1 0 26225615 12849152 1894 4089446400 4194304 10345943 140735420754672 18446744073709551615 9107500 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/23930/statm: 3137 1903 429 1502 0 1630 0

[startup+0.0966579 s]
/proc/loadavg: 2.00 2.00 1.95 4/178 23930
/proc/meminfo: memFree=29582080/32950928 swapFree=67111528/67111528
[pid=23930] ppid=23928 vsize=40312 CPUtime=0.09
/proc/23930/stat : 23930 (pbscip.linux.x8) R 23928 23930 23390 0 -1 4202496 8968 0 0 0 8 1 0 0 25 0 1 0 26225615 41279488 8532 4089446400 4194304 10345943 140735420754672 18446744073709551615 4687909 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/23930/statm: 10078 8532 636 1502 0 8571 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 40312

[startup+0.100656 s]
/proc/loadavg: 2.00 2.00 1.95 4/178 23930
/proc/meminfo: memFree=29582080/32950928 swapFree=67111528/67111528
[pid=23930] ppid=23928 vsize=40312 CPUtime=0.09
/proc/23930/stat : 23930 (pbscip.linux.x8) R 23928 23930 23390 0 -1 4202496 8968 0 0 0 8 1 0 0 25 0 1 0 26225615 41279488 8532 4089446400 4194304 10345943 140735420754672 18446744073709551615 9186026 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/23930/statm: 10078 8532 636 1502 0 8571 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 40312

[startup+0.300618 s]
/proc/loadavg: 2.00 2.00 1.95 4/178 23930
/proc/meminfo: memFree=29582080/32950928 swapFree=67111528/67111528
[pid=23930] ppid=23928 vsize=37360 CPUtime=0.29
/proc/23930/stat : 23930 (pbscip.linux.x8) R 23928 23930 23390 0 -1 4202496 10429 0 0 0 28 1 0 0 25 0 1 0 26225615 38256640 8196 4089446400 4194304 10345943 140735420754672 18446744073709551615 6877968 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/23930/statm: 9340 8196 750 1502 0 7833 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 37360

[startup+0.700605 s]
/proc/loadavg: 2.00 2.00 1.95 4/178 23930
/proc/meminfo: memFree=29582080/32950928 swapFree=67111528/67111528
[pid=23930] ppid=23928 vsize=37360 CPUtime=0.69
/proc/23930/stat : 23930 (pbscip.linux.x8) R 23928 23930 23390 0 -1 4202496 10436 0 0 0 67 2 0 0 25 0 1 0 26225615 38256640 8203 4089446400 4194304 10345943 140735420754672 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/23930/statm: 9340 8203 757 1502 0 7833 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 37360

[startup+1.50045 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 23931
/proc/meminfo: memFree=29551568/32950928 swapFree=67111528/67111528
[pid=23930] ppid=23928 vsize=37360 CPUtime=1.49
/proc/23930/stat : 23930 (pbscip.linux.x8) R 23928 23930 23390 0 -1 4202496 11938 0 0 0 146 3 0 0 25 0 1 0 26225615 38256640 8207 4089446400 4194304 10345943 140735420754672 18446744073709551615 6551137 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/23930/statm: 9340 8207 760 1502 0 7833 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 37360

[startup+3.10115 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 23931
/proc/meminfo: memFree=29550824/32950928 swapFree=67111528/67111528
[pid=23930] ppid=23928 vsize=46876 CPUtime=3.09
/proc/23930/stat : 23930 (pbscip.linux.x8) R 23928 23930 23390 0 -1 4202496 15559 0 0 0 306 3 0 0 25 0 1 0 26225615 48001024 10291 4089446400 4194304 10345943 140735420754672 18446744073709551615 6119675 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/23930/statm: 11719 10291 760 1502 0 10212 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 46876

[startup+6.30047 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 23931
/proc/meminfo: memFree=29540944/32950928 swapFree=67111528/67111528
[pid=23930] ppid=23928 vsize=47872 CPUtime=6.29
/proc/23930/stat : 23930 (pbscip.linux.x8) R 23928 23930 23390 0 -1 4202496 16619 0 0 0 625 4 0 0 25 0 1 0 26225615 49020928 10858 4089446400 4194304 10345943 140735420754672 18446744073709551615 4688088 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/23930/statm: 11968 10858 760 1502 0 10461 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 47872

[startup+12.7002 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 23958
/proc/meminfo: memFree=29785564/32950928 swapFree=67111528/67111528
[pid=23930] ppid=23928 vsize=51048 CPUtime=12.69
/proc/23930/stat : 23930 (pbscip.linux.x8) R 23928 23930 23390 0 -1 4202496 21865 0 0 0 1264 5 0 0 25 0 1 0 26225615 52273152 11486 4089446400 4194304 10345943 140735420754672 18446744073709551615 6119418 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/23930/statm: 12762 11486 760 1502 0 11255 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 51048

[startup+25.5009 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 23958
/proc/meminfo: memFree=29758384/32950928 swapFree=67111528/67111528
[pid=23930] ppid=23928 vsize=65948 CPUtime=25.49
/proc/23930/stat : 23930 (pbscip.linux.x8) R 23928 23930 23390 0 -1 4202496 28061 0 0 0 2540 9 0 0 25 0 1 0 26225615 67530752 15202 4089446400 4194304 10345943 140735420754672 18446744073709551615 4476332 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23930/statm: 16487 15202 764 1502 0 14980 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 65948

[startup+51.1009 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 23960
/proc/meminfo: memFree=29691092/32950928 swapFree=67111528/67111528
[pid=23930] ppid=23928 vsize=94104 CPUtime=51.09
/proc/23930/stat : 23930 (pbscip.linux.x8) R 23928 23930 23390 0 -1 4202496 37522 0 0 0 5091 18 0 0 25 0 1 0 26225615 96362496 22180 4089446400 4194304 10345943 140735420754672 18446744073709551615 6328950 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23930/statm: 23526 22180 764 1502 0 22019 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 94104

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 23960
/proc/meminfo: memFree=29556412/32950928 swapFree=67111528/67111528
[pid=23930] ppid=23928 vsize=152540 CPUtime=102.29
/proc/23930/stat : 23930 (pbscip.linux.x8) R 23928 23930 23390 0 -1 4202496 54297 0 0 0 10191 38 0 0 25 0 1 0 26225615 156200960 36670 4089446400 4194304 10345943 140735420754672 18446744073709551615 4616704 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23930/statm: 38135 36670 764 1502 0 36628 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 152540

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 23962
/proc/meminfo: memFree=29403712/32950928 swapFree=67111528/67111528
[pid=23930] ppid=23928 vsize=216112 CPUtime=162.29
/proc/23930/stat : 23930 (pbscip.linux.x8) R 23928 23930 23390 0 -1 4202496 70127 0 0 0 16174 55 0 0 25 0 1 0 26225615 221298688 52498 4089446400 4194304 10345943 140735420754672 18446744073709551615 7578622 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23930/statm: 54028 52498 764 1502 0 52521 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 216112

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 23964
/proc/meminfo: memFree=29242828/32950928 swapFree=67111528/67111528
[pid=23930] ppid=23928 vsize=289552 CPUtime=222.29
/proc/23930/stat : 23930 (pbscip.linux.x8) R 23928 23930 23390 0 -1 4202496 89399 0 0 0 22158 71 0 0 25 0 1 0 26225615 296501248 69760 4089446400 4194304 10345943 140735420754672 18446744073709551615 5926454 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23930/statm: 72388 69760 764 1502 0 70881 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 289552

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 23966
/proc/meminfo: memFree=29085656/32950928 swapFree=67111528/67111528
[pid=23930] ppid=23928 vsize=357288 CPUtime=282.29
/proc/23930/stat : 23930 (pbscip.linux.x8) R 23928 23930 23390 0 -1 4202496 106540 0 0 0 28142 87 0 0 25 0 1 0 26225615 365862912 86901 4089446400 4194304 10345943 140735420754672 18446744073709551615 6777512 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23930/statm: 89322 86901 764 1502 0 87815 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 357288

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 23966
/proc/meminfo: memFree=28922548/32950928 swapFree=67111528/67111528
[pid=23930] ppid=23928 vsize=432244 CPUtime=342.3
/proc/23930/stat : 23930 (pbscip.linux.x8) R 23928 23930 23390 0 -1 4202496 125191 0 0 0 34130 100 0 0 25 0 1 0 26225615 442617856 105552 4089446400 4194304 10345943 140735420754672 18446744073709551615 6785120 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23930/statm: 108061 105552 764 1502 0 106554 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 432244

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 23968
/proc/meminfo: memFree=28759932/32950928 swapFree=67111528/67111528
[pid=23930] ppid=23928 vsize=507500 CPUtime=402.3
/proc/23930/stat : 23930 (pbscip.linux.x8) R 23928 23930 23390 0 -1 4202496 146527 0 0 0 40117 113 0 0 25 0 1 0 26225615 519680000 124736 4089446400 4194304 10345943 140735420754672 18446744073709551615 6003041 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23930/statm: 126875 124736 764 1502 0 125368 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 507500

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 23970
/proc/meminfo: memFree=28593576/32950928 swapFree=67111528/67111528
[pid=23930] ppid=23928 vsize=594148 CPUtime=462.31
/proc/23930/stat : 23930 (pbscip.linux.x8) R 23928 23930 23390 0 -1 4202496 165982 0 0 0 46103 128 0 0 25 0 1 0 26225615 608407552 144191 4089446400 4194304 10345943 140735420754672 18446744073709551615 8160417 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23930/statm: 148537 144191 764 1502 0 147030 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 594148

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 23972
/proc/meminfo: memFree=28426988/32950928 swapFree=67111528/67111528
[pid=23930] ppid=23928 vsize=675672 CPUtime=522.31
/proc/23930/stat : 23930 (pbscip.linux.x8) R 23928 23930 23390 0 -1 4202496 185966 0 0 0 52090 141 0 0 25 0 1 0 26225615 691888128 164175 4089446400 4194304 10345943 140735420754672 18446744073709551615 6307514 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23930/statm: 168918 164175 764 1502 0 167411 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 675672

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 23974
/proc/meminfo: memFree=28259880/32950928 swapFree=67111528/67111528
[pid=23930] ppid=23928 vsize=750576 CPUtime=582.3
/proc/23930/stat : 23930 (pbscip.linux.x8) R 23928 23930 23390 0 -1 4202496 204976 0 0 0 58076 154 0 0 25 0 1 0 26225615 768589824 183185 4089446400 4194304 10345943 140735420754672 18446744073709551615 6519498 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23930/statm: 187644 183185 764 1502 0 186137 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 750576

[startup+642.301 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 23977
/proc/meminfo: memFree=28095772/32950928 swapFree=67111528/67111528
[pid=23930] ppid=23928 vsize=827244 CPUtime=642.31
/proc/23930/stat : 23930 (pbscip.linux.x8) R 23928 23930 23390 0 -1 4202496 224312 0 0 0 64063 168 0 0 25 0 1 0 26225615 847097856 202521 4089446400 4194304 10345943 140735420754672 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23930/statm: 206811 202521 764 1502 0 205304 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 827244

[startup+702.3 s]

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

/proc/meminfo: memFree=26771536/32950928 swapFree=67111528/67111528
[pid=23930] ppid=23928 vsize=1473700 CPUtime=1122.33
/proc/23930/stat : 23930 (pbscip.linux.x8) R 23928 23930 23390 0 -1 4202496 383830 0 0 0 111956 277 0 0 25 0 1 0 26225615 1509068800 359880 4089446400 4194304 10345943 140735420754672 18446744073709551615 6866074 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23930/statm: 368425 359880 764 1502 0 366918 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 1473700

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 23993
/proc/meminfo: memFree=26611020/32950928 swapFree=67111528/67111528
[pid=23930] ppid=23928 vsize=1551860 CPUtime=1182.33
/proc/23930/stat : 23930 (pbscip.linux.x8) R 23928 23930 23390 0 -1 4202496 403400 0 0 0 117944 289 0 0 25 0 1 0 26225615 1589104640 379450 4089446400 4194304 10345943 140735420754672 18446744073709551615 4701094 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23930/statm: 387965 379450 764 1502 0 386458 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 1551860

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 23993
/proc/meminfo: memFree=26444176/32950928 swapFree=67111528/67111528
[pid=23930] ppid=23928 vsize=1631908 CPUtime=1242.34
/proc/23930/stat : 23930 (pbscip.linux.x8) R 23928 23930 23390 0 -1 4202496 423285 0 0 0 123933 301 0 0 25 0 1 0 26225615 1671073792 399335 4089446400 4194304 10345943 140735420754672 18446744073709551615 6119400 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23930/statm: 407977 399335 764 1502 0 406470 0
Current children cumulated CPU time (s) 1242.34
Current children cumulated vsize (KiB) 1631908

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 23995
/proc/meminfo: memFree=26282060/32950928 swapFree=67111528/67111528
[pid=23930] ppid=23928 vsize=1707436 CPUtime=1302.34
/proc/23930/stat : 23930 (pbscip.linux.x8) R 23928 23930 23390 0 -1 4202496 442226 0 0 0 129920 314 0 0 25 0 1 0 26225615 1748414464 418276 4089446400 4194304 10345943 140735420754672 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23930/statm: 426859 418276 764 1502 0 425352 0
Current children cumulated CPU time (s) 1302.34
Current children cumulated vsize (KiB) 1707436

[startup+1362.3 s]
/proc/loadavg: 2.08 2.02 1.96 3/179 23997
/proc/meminfo: memFree=26116568/32950928 swapFree=67111528/67111528
[pid=23930] ppid=23928 vsize=1789636 CPUtime=1362.34
/proc/23930/stat : 23930 (pbscip.linux.x8) R 23928 23930 23390 0 -1 4202496 464895 0 0 0 135907 327 0 0 25 0 1 0 26225615 1832587264 438856 4089446400 4194304 10345943 140735420754672 18446744073709551615 4900787 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23930/statm: 447409 438856 764 1502 0 445902 0
Current children cumulated CPU time (s) 1362.34
Current children cumulated vsize (KiB) 1789636

[startup+1422.31 s]
/proc/loadavg: 2.03 2.01 1.96 3/179 23999
/proc/meminfo: memFree=25947972/32950928 swapFree=67111528/67111528
[pid=23930] ppid=23928 vsize=1870352 CPUtime=1422.35
/proc/23930/stat : 23930 (pbscip.linux.x8) R 23928 23930 23390 0 -1 4202496 485211 0 0 0 141893 342 0 0 25 0 1 0 26225615 1915240448 459171 4089446400 4194304 10345943 140735420754672 18446744073709551615 6119719 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23930/statm: 467588 459171 764 1502 0 466081 0
Current children cumulated CPU time (s) 1422.35
Current children cumulated vsize (KiB) 1870352

[startup+1482.3 s]
/proc/loadavg: 2.07 2.02 1.96 3/179 24001
/proc/meminfo: memFree=25781144/32950928 swapFree=67111528/67111528
[pid=23930] ppid=23928 vsize=1951972 CPUtime=1482.34
/proc/23930/stat : 23930 (pbscip.linux.x8) R 23928 23930 23390 0 -1 4202496 505350 0 0 0 147877 357 0 0 25 0 1 0 26225615 1998819328 479308 4089446400 4194304 10345943 140735420754672 18446744073709551615 4608303 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23930/statm: 487993 479308 764 1502 0 486486 0
Current children cumulated CPU time (s) 1482.34
Current children cumulated vsize (KiB) 1951972

[startup+1542.3 s]
/proc/loadavg: 2.02 2.02 1.96 3/179 24001
/proc/meminfo: memFree=25614176/32950928 swapFree=67111528/67111528
[pid=23930] ppid=23928 vsize=2028728 CPUtime=1542.35
/proc/23930/stat : 23930 (pbscip.linux.x8) R 23928 23930 23390 0 -1 4202496 524319 0 0 0 153864 371 0 0 25 0 1 0 26225615 2077417472 498277 4089446400 4194304 10345943 140735420754672 18446744073709551615 6702720 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23930/statm: 507182 498277 764 1502 0 505675 0
Current children cumulated CPU time (s) 1542.35
Current children cumulated vsize (KiB) 2028728

[startup+1602.3 s]
/proc/loadavg: 2.01 2.01 1.96 3/179 24003
/proc/meminfo: memFree=25451776/32950928 swapFree=67111528/67111528
[pid=23930] ppid=23928 vsize=2107080 CPUtime=1602.35
/proc/23930/stat : 23930 (pbscip.linux.x8) R 23928 23930 23390 0 -1 4202496 543899 0 0 0 159851 384 0 0 25 0 1 0 26225615 2157649920 517857 4089446400 4194304 10345943 140735420754672 18446744073709551615 8159976 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23930/statm: 526770 517857 764 1502 0 525263 0
Current children cumulated CPU time (s) 1602.35
Current children cumulated vsize (KiB) 2107080

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 24005
/proc/meminfo: memFree=25281848/32950928 swapFree=67111528/67111528
[pid=23930] ppid=23928 vsize=2219568 CPUtime=1662.35
/proc/23930/stat : 23930 (pbscip.linux.x8) R 23928 23930 23390 0 -1 4202496 563736 0 0 0 165836 399 0 0 25 0 1 0 26225615 2272837632 537694 4089446400 4194304 10345943 140735420754672 18446744073709551615 6119711 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23930/statm: 554892 537694 764 1502 0 553385 0
Current children cumulated CPU time (s) 1662.35
Current children cumulated vsize (KiB) 2219568

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 24007
/proc/meminfo: memFree=25117872/32950928 swapFree=67111528/67111528
[pid=23930] ppid=23928 vsize=2295548 CPUtime=1722.36
/proc/23930/stat : 23930 (pbscip.linux.x8) R 23928 23930 23390 0 -1 4202496 582917 0 0 0 171825 411 0 0 25 0 1 0 26225615 2350641152 556875 4089446400 4194304 10345943 140735420754672 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23930/statm: 573887 556875 764 1502 0 572380 0
Current children cumulated CPU time (s) 1722.36
Current children cumulated vsize (KiB) 2295548

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 24009
/proc/meminfo: memFree=24949164/32950928 swapFree=67111528/67111528
[pid=23930] ppid=23928 vsize=2374216 CPUtime=1782.35
/proc/23930/stat : 23930 (pbscip.linux.x8) R 23928 23930 23390 0 -1 4202496 602575 0 0 0 177811 424 0 0 25 0 1 0 26225615 2431197184 576533 4089446400 4194304 10345943 140735420754672 18446744073709551615 6777348 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23930/statm: 593554 576533 764 1502 0 592047 0
Current children cumulated CPU time (s) 1782.35
Current children cumulated vsize (KiB) 2374216

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

[startup+1785.5 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 24009
/proc/meminfo: memFree=24941468/32950928 swapFree=67111528/67111528
[pid=23930] ppid=23928 vsize=2377544 CPUtime=1785.56
/proc/23930/stat : 23930 (pbscip.linux.x8) R 23928 23930 23390 0 -1 4202496 603455 0 0 0 178131 425 0 0 25 0 1 0 26225615 2434605056 577413 4089446400 4194304 10345943 140735420754672 18446744073709551615 4476332 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23930/statm: 594386 577413 764 1502 0 592879 0
Current children cumulated CPU time (s) 1785.56
Current children cumulated vsize (KiB) 2377544

[startup+1788.7 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 24009
/proc/meminfo: memFree=24932912/32950928 swapFree=67111528/67111528
[pid=23930] ppid=23928 vsize=2384076 CPUtime=1788.76
/proc/23930/stat : 23930 (pbscip.linux.x8) R 23928 23930 23390 0 -1 4202496 604670 0 0 0 178450 426 0 0 25 0 1 0 26225615 2441293824 578628 4089446400 4194304 10345943 140735420754672 18446744073709551615 6557687 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23930/statm: 596019 578628 764 1502 0 594512 0
Current children cumulated CPU time (s) 1788.76
Current children cumulated vsize (KiB) 2384076

[startup+1791.91 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 24009
/proc/meminfo: memFree=24924480/32950928 swapFree=67111528/67111528
[pid=23930] ppid=23928 vsize=2384572 CPUtime=1791.96
/proc/23930/stat : 23930 (pbscip.linux.x8) R 23928 23930 23390 0 -1 4202496 605229 0 0 0 178770 426 0 0 20 0 1 0 26225615 2441801728 579187 4089446400 4194304 10345943 140735420754672 18446744073709551615 6325130 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/23930/statm: 596143 579187 768 1502 0 594636 0
Current children cumulated CPU time (s) 1791.96
Current children cumulated vsize (KiB) 2384572

[startup+1792.7 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 24009
/proc/meminfo: memFree=24924480/32950928 swapFree=67111528/67111528
[pid=23930] ppid=23928 vsize=2384572 CPUtime=1792.76
/proc/23930/stat : 23930 (pbscip.linux.x8) R 23928 23930 23390 0 -1 4202496 605229 0 0 0 178850 426 0 0 23 0 1 0 26225615 2441801728 579187 4089446400 4194304 10345943 140735420754672 18446744073709551615 6324968 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/23930/statm: 596143 579187 768 1502 0 594636 0
Current children cumulated CPU time (s) 1792.76
Current children cumulated vsize (KiB) 2384572

[startup+1793.5 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 24009
/proc/meminfo: memFree=24924104/32950928 swapFree=67111528/67111528
[pid=23930] ppid=23928 vsize=2384572 CPUtime=1793.55
/proc/23930/stat : 23930 (pbscip.linux.x8) R 23928 23930 23390 0 -1 4202496 605229 0 0 0 178929 426 0 0 25 0 1 0 26225615 2441801728 579187 4089446400 4194304 10345943 140735420754672 18446744073709551615 4723516 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/23930/statm: 596143 579187 768 1502 0 594636 0
Current children cumulated CPU time (s) 1793.55
Current children cumulated vsize (KiB) 2384572

[startup+1793.9 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 24009
/proc/meminfo: memFree=24924104/32950928 swapFree=67111528/67111528
[pid=23930] ppid=23928 vsize=2384572 CPUtime=1793.95
/proc/23930/stat : 23930 (pbscip.linux.x8) R 23928 23930 23390 0 -1 4202496 605229 0 0 0 178969 426 0 0 25 0 1 0 26225615 2441801728 579187 4089446400 4194304 10345943 140735420754672 18446744073709551615 4723516 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/23930/statm: 596143 579187 768 1502 0 594636 0
Current children cumulated CPU time (s) 1793.95
Current children cumulated vsize (KiB) 2384572

[startup+1794 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 24009
/proc/meminfo: memFree=25156604/32950928 swapFree=67111528/67111528
[pid=23930] ppid=23928 vsize=2320048 CPUtime=1794.07
/proc/23930/stat : 23930 (pbscip.linux.x8) R 23928 23930 23390 0 -1 4202496 605229 0 0 0 178979 428 0 0 25 0 1 0 26225615 2375729152 481237 4089446400 4194304 10345943 140735420754672 18446744073709551615 9366586 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/23930/statm: 580012 480725 768 1502 0 578505 0
Current children cumulated CPU time (s) 1794.07
Current children cumulated vsize (KiB) 2320048

Child status: 0
Real time (s): 1794.08
CPU time (s): 1794.15
CPU user time (s): 1789.79
CPU system time (s): 4.35434
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 2384572

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1789.79
system time used= 4.35434
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 605232
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= 3
involuntary context switches= 20823

runsolver used 2.53361 second user time and 5.85711 second system time

The end

Launcher Data

Begin job on node127 at 2010-07-08 11:08:38
IDJOB=2705730
IDBENCH=79394
IDSOLVER=1214
FILE ID=node127/2705730-1278580118
PBS_JOBID= 11240199
Free space on /tmp= 73188 MiB

SOLVER NAME= SCIPclp SCIP 1.2.1.3 with Clp 1.11.1 (Release Version) as LP solver
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/wcsp/jnh/normalized-jnh307_wcsp.wbo
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.clp -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2705730-1278580118/watcher-2705730-1278580118 -o /tmp/evaluation-result-2705730-1278580118/solver-2705730-1278580118 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2705730-1278580118.wbo -t 1800 -m 3800

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

MD5SUM BENCH= 944c5e420229bce90a366c23629af03a
RANDOM SEED=948873935

node127.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.804
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.60
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.804
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	: 5424.67
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.804
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.74
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.804
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.83
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.804
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.75
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.804
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.68
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.804
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.804
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      29582732 kB
Buffers:        165164 kB
Cached:        2685628 kB
SwapCached:          0 kB
Active:        1489020 kB
Inactive:      1709040 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      29582732 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           12828 kB
Writeback:           0 kB
AnonPages:      347148 kB
Mapped:          17760 kB
Slab:           107140 kB
PageTables:       5400 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   492308 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= 73176 MiB
End job on node127 at 2010-07-08 11:38:32