Trace number 2664589

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 NameAnswerobjective functionCPU timeWall clock time
SCIPnone SCIP 1.2.1.2 without any LP solver? (TO) 1802.17 1802.69

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/mps-v2-20-10/plato.asu.edu/
pub/milp/normalized-mps-v2-20-10-neos1.opb
MD5SUM374deb5d477559ba9c51d0ad1d758624
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark19
Best CPU time to get the best result obtained on this benchmark2.37564
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 19
Optimality of the best value was proved YES
Number of variables2112
Total number of constraints5020
Number of constraints which are clauses4128
Number of constraints which are cardinality constraints (but not clauses)216
Number of constraints which are nor clauses,nor cardinality constraints676
Minimum length of a constraint2
Maximum length of a constraint32
Number of terms in the objective function 288
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 288
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 5
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 288
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c SCIP version 1.2.1.2 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: NONE] [Expressions interpreter: NONE]
0.00/0.00	c Copyright (c) 2002-2010 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-2664589-1276351658.opb>
0.10/0.11	c original problem has 2112 variables (2112 bin, 0 int, 0 impl, 0 cont) and 5020 constraints
0.10/0.11	c problem read
0.10/0.11	c presolving settings loaded
0.10/0.11	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.10/0.14	c presolving:
0.10/0.17	c (round 1) 384 del vars, 3840 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 432 impls, 90 clqs
0.19/0.20	c (round 2) 384 del vars, 4002 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 918 upgd conss, 432 impls, 90 clqs
0.19/0.25	c (round 3) 384 del vars, 4026 del conss, 0 chg bounds, 144 chg sides, 288 chg coeffs, 918 upgd conss, 18432 impls, 378 clqs
0.19/0.28	c (round 4) 384 del vars, 4170 del conss, 0 chg bounds, 576 chg sides, 1704 chg coeffs, 918 upgd conss, 18432 impls, 522 clqs
0.29/0.30	c (round 5) 384 del vars, 4794 del conss, 0 chg bounds, 1368 chg sides, 3816 chg coeffs, 918 upgd conss, 18432 impls, 666 clqs
0.29/0.36	c    (0.2s) probing: 101/1728 (5.8%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.29/0.36	c    (0.2s) probing aborted: 100/100 successive totally useless probings
0.29/0.36	c presolving (6 rounds):
0.29/0.36	c  384 deleted vars, 4794 deleted constraints, 0 tightened bounds, 0 added holes, 1368 changed sides, 3816 changed coefficients
0.29/0.36	c  18432 implications, 666 cliques
0.29/0.36	c presolved problem has 1728 variables (1728 bin, 0 int, 0 impl, 0 cont) and 1450 constraints
0.29/0.36	c     180 constraints of type <knapsack>
0.29/0.36	c     954 constraints of type <setppc>
0.29/0.36	c     100 constraints of type <linear>
0.29/0.36	c     216 constraints of type <logicor>
0.29/0.36	c transformed objective value is always integral (scale: 1)
0.29/0.36	c Presolving Time: 0.19
0.29/0.36	c - non default parameters ----------------------------------------------------------------------
0.29/0.36	c # SCIP version 1.2.1.2
0.29/0.36	c 
0.29/0.36	c # frequency for displaying node information lines
0.29/0.36	c # [type: int, range: [-1,2147483647], default: 100]
0.29/0.36	c display/freq = 10000
0.29/0.36	c 
0.29/0.36	c # maximal time in seconds to run
0.29/0.36	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.29/0.36	c limits/time = 1799.89
0.29/0.36	c 
0.29/0.36	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.29/0.36	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.29/0.36	c limits/memory = 1620
0.29/0.36	c 
0.29/0.36	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
0.29/0.36	c # [type: int, range: [-1,2147483647], default: 1]
0.29/0.36	c lp/solvefreq = -1
0.29/0.36	c 
0.29/0.36	c # should presolving try to simplify inequalities
0.29/0.36	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.29/0.36	c constraints/linear/simplifyinequalities = TRUE
0.29/0.36	c 
0.29/0.36	c # should presolving try to simplify knapsacks
0.29/0.36	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.29/0.36	c constraints/knapsack/simplifyinequalities = TRUE
0.29/0.36	c 
0.29/0.36	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.29/0.36	c # [type: int, range: [-1,2147483647], default: -1]
0.29/0.36	c separating/rapidlearning/freq = 0
0.29/0.36	c 
0.29/0.36	c -----------------------------------------------------------------------------------------------
0.29/0.36	c start solving
0.29/0.37	c 
0.29/0.37	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.29/0.37	c   0.2s|     1 |     2 |     0 |     - |8794k|   0 |   - |1728 |1450 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
11.78/11.84	c  11.4s| 10000 |  9880 |     0 |   0.0 |  13M| 241 |   - |1728 |1678 |   0 |   0 |   0 | 258 |   0 | 1.000000e+00 |      --      |    Inf 
23.28/23.35	c  22.7s| 20000 | 19820 |     0 |   0.0 |  17M| 261 |   - |1728 |1587 |   0 |   0 |   0 | 338 |   0 | 1.000000e+00 |      --      |    Inf 
34.48/34.52	c  33.6s| 30000 | 29773 |     0 |   0.0 |  21M| 269 |   - |1728 |1562 |   0 |   0 |   0 | 397 |   0 | 1.000000e+00 |      --      |    Inf 
45.48/45.55	c  44.5s| 40000 | 39694 |     0 |   0.0 |  26M| 273 |   - |1728 |1581 |   0 |   0 |   0 | 506 |   0 | 1.000000e+00 |      --      |    Inf 
56.19/56.27	c  55.0s| 50000 | 49608 |     0 |   0.0 |  30M| 273 |   - |1728 |1605 |   0 |   0 |   0 | 637 |   0 | 1.000000e+00 |      --      |    Inf 
65.98/66.07	c  64.5s| 60000 | 59431 |     0 |   0.0 |  34M| 305 |   - |1728 |1666 |   0 |   0 |   0 | 871 |   0 | 1.000000e+00 |      --      |    Inf 
77.07/77.11	c  75.3s| 70000 | 69420 |     0 |   0.0 |  38M| 305 |   - |1728 |1521 |   0 |   0 |   0 | 889 |   0 | 1.000000e+00 |      --      |    Inf 
87.76/87.87	c  85.8s| 80000 | 79416 |     0 |   0.0 |  42M| 305 |   - |1728 |1490 |   0 |   0 |   0 | 895 |   0 | 1.000000e+00 |      --      |    Inf 
98.26/98.38	c  96.1s| 90000 | 89404 |     0 |   0.0 |  46M| 305 |   - |1728 |1485 |   0 |   0 |   0 | 915 |   0 | 1.000000e+00 |      --      |    Inf 
108.66/108.74	c   106s|100000 | 99398 |     0 |   0.0 |  49M| 305 |   - |1728 |1480 |   0 |   0 |   0 | 931 |   0 | 1.000000e+00 |      --      |    Inf 
118.86/118.97	c   116s|110000 |109387 |     0 |   0.0 |  53M| 305 |   - |1728 |1482 |   0 |   0 |   0 | 947 |   0 | 1.000000e+00 |      --      |    Inf 
128.95/129.04	c   126s|120000 |119376 |     0 |   0.0 |  58M| 305 |   - |1728 |1486 |   0 |   0 |   0 | 965 |   0 | 1.000000e+00 |      --      |    Inf 
138.75/138.85	c   136s|130000 |129376 |     0 |   0.0 |  62M| 305 |   - |1728 |1478 |   0 |   0 |   0 | 965 |   0 | 1.000000e+00 |      --      |    Inf 
147.75/147.89	c   144s|140000 |139368 |     0 |   0.0 |  66M| 305 |   - |1728 |1480 |   0 |   0 |   0 | 977 |   0 | 1.000000e+00 |      --      |    Inf 
156.26/156.37	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
156.26/156.37	c   153s|150000 |149301 |     0 |   0.0 |  72M| 305 |   - |1728 |1537 |   0 |   0 |   0 |1093 |   0 | 1.000000e+00 |      --      |    Inf 
164.85/164.91	c   161s|160000 |159252 |     0 |   0.0 |  76M| 321 |   - |1728 |1512 |   0 |   0 |   0 |1150 |   0 | 1.000000e+00 |      --      |    Inf 
173.94/174.02	c   170s|170000 |169190 |     0 |   0.0 |  81M| 321 |   - |1728 |1532 |   0 |   0 |   0 |1259 |   0 | 2.000000e+00 |      --      |    Inf 
185.14/185.20	c   181s|180000 |179167 |     0 |   0.0 |  85M| 321 |   - |1728 |1484 |   0 |   0 |   0 |1277 |   0 | 2.000000e+00 |      --      |    Inf 
196.13/196.20	c   192s|190000 |189117 |     0 |   0.0 |  88M| 321 |   - |1728 |1510 |   0 |   0 |   0 |1323 |   0 | 2.000000e+00 |      --      |    Inf 
207.23/207.39	c   203s|200000 |199077 |     0 |   0.0 |  92M| 321 |   - |1728 |1504 |   0 |   0 |   0 |1368 |   0 | 2.000000e+00 |      --      |    Inf 
218.52/218.61	c   214s|210000 |209024 |     0 |   0.0 |  96M| 321 |   - |1728 |1520 |   0 |   0 |   0 |1410 |   0 | 2.000000e+00 |      --      |    Inf 
229.73/229.82	c   225s|220000 |218974 |     0 |   0.0 |  99M| 321 |   - |1728 |1534 |   0 |   0 |   0 |1463 |   0 | 2.000000e+00 |      --      |    Inf 
240.93/241.01	c   236s|230000 |228917 |     0 |   0.0 | 103M| 321 |   - |1728 |1548 |   0 |   0 |   0 |1512 |   0 | 2.000000e+00 |      --      |    Inf 
252.02/252.15	c   246s|240000 |238833 |     0 |   0.0 | 107M| 321 |   - |1728 |1571 |   0 |   0 |   0 |1599 |   0 | 2.000000e+00 |      --      |    Inf 
262.93/263.05	c   257s|250000 |248742 |     0 |   0.0 | 111M| 321 |   - |1728 |1583 |   0 |   0 |   0 |1686 |   0 | 2.000000e+00 |      --      |    Inf 
273.92/274.09	c   268s|260000 |258686 |     0 |   0.0 | 115M| 321 |   - |1728 |1568 |   0 |   0 |   0 |1741 |   0 | 2.000000e+00 |      --      |    Inf 
284.81/284.95	c   278s|270000 |268585 |     0 |   0.0 | 119M| 321 |   - |1728 |1592 |   0 |   0 |   0 |1847 |   0 | 2.000000e+00 |      --      |    Inf 
295.70/295.88	c   289s|280000 |278498 |     0 |   0.0 | 123M| 321 |   - |1728 |1579 |   0 |   0 |   0 |1926 |   0 | 2.000000e+00 |      --      |    Inf 
306.50/306.60	c   300s|290000 |288439 |     0 |   0.0 | 128M| 321 |   - |1728 |1551 |   0 |   0 |   0 |1999 |   0 | 2.000000e+00 |      --      |    Inf 
317.30/317.46	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
317.30/317.46	c   310s|300000 |298357 |     0 |   0.0 | 132M| 321 |   - |1728 |1580 |   0 |   0 |   0 |2075 |   0 | 2.000000e+00 |      --      |    Inf 
328.29/328.41	c   321s|310000 |308302 |     0 |   0.0 | 136M| 321 |   - |1728 |1564 |   0 |   0 |   0 |2148 |   0 | 2.000000e+00 |      --      |    Inf 
339.09/339.28	c   332s|320000 |318224 |     0 |   0.0 | 140M| 321 |   - |1728 |1568 |   0 |   0 |   0 |2205 |   0 | 2.000000e+00 |      --      |    Inf 
349.80/349.99	c   342s|330000 |328185 |     0 |   0.0 | 144M| 321 |   - |1728 |1553 |   0 |   0 |   0 |2251 |   0 | 2.000000e+00 |      --      |    Inf 
360.59/360.71	c   353s|340000 |338141 |     0 |   0.0 | 148M| 321 |   - |1728 |1536 |   0 |   0 |   0 |2270 |   0 | 2.000000e+00 |      --      |    Inf 
371.58/371.71	c   363s|350000 |348069 |     0 |   0.0 | 152M| 321 |   - |1728 |1571 |   0 |   0 |   0 |2353 |   0 | 2.000000e+00 |      --      |    Inf 
382.18/382.33	c   374s|360000 |358028 |     0 |   0.0 | 156M| 321 |   - |1728 |1550 |   0 |   0 |   0 |2383 |   0 | 2.000000e+00 |      --      |    Inf 
392.97/393.12	c   384s|370000 |367947 |     0 |   0.0 | 160M| 321 |   - |1728 |1592 |   0 |   0 |   0 |2466 |   0 | 2.000000e+00 |      --      |    Inf 
403.97/404.13	c   395s|380000 |377916 |     0 |   0.0 | 164M| 321 |   - |1728 |1555 |   0 |   0 |   0 |2492 |   0 | 2.000000e+00 |      --      |    Inf 
414.77/414.90	c   406s|390000 |387873 |     0 |   0.0 | 168M| 321 |   - |1728 |1554 |   0 |   0 |   0 |2524 |   0 | 2.000000e+00 |      --      |    Inf 
425.36/425.55	c   416s|400000 |397812 |     0 |   0.0 | 172M| 321 |   - |1728 |1594 |   0 |   0 |   0 |2597 |   0 | 2.000000e+00 |      --      |    Inf 
436.06/436.29	c   427s|410000 |407766 |     0 |   0.0 | 176M| 321 |   - |1728 |1588 |   0 |   0 |   0 |2660 |   0 | 2.000000e+00 |      --      |    Inf 
446.76/446.94	c   437s|420000 |417679 |     0 |   0.0 | 181M| 321 |   - |1728 |1632 |   0 |   0 |   0 |2790 |   0 | 2.000000e+00 |      --      |    Inf 
457.56/457.71	c   448s|430000 |427617 |     0 |   0.0 | 185M| 321 |   - |1728 |1601 |   0 |   0 |   0 |2872 |   0 | 2.000000e+00 |      --      |    Inf 
468.46/468.60	c   458s|440000 |437587 |     0 |   0.0 | 189M| 321 |   - |1728 |1578 |   0 |   0 |   0 |2917 |   0 | 2.000000e+00 |      --      |    Inf 
479.16/479.33	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
479.16/479.33	c   469s|450000 |447534 |     0 |   0.0 | 193M| 321 |   - |1728 |1569 |   0 |   0 |   0 |2960 |   0 | 2.000000e+00 |      --      |    Inf 
489.65/489.90	c   479s|460000 |457458 |     0 |   0.0 | 197M| 321 |   - |1728 |1600 |   0 |   0 |   0 |3037 |   0 | 2.000000e+00 |      --      |    Inf 
500.35/500.54	c   490s|470000 |467438 |     0 |   0.0 | 201M| 321 |   - |1728 |1584 |   0 |   0 |   0 |3069 |   0 | 2.000000e+00 |      --      |    Inf 
510.94/511.11	c   500s|480000 |477398 |     0 |   0.0 | 205M| 321 |   - |1728 |1585 |   0 |   0 |   0 |3121 |   0 | 2.000000e+00 |      --      |    Inf 
521.54/521.71	c   510s|490000 |487332 |     0 |   0.0 | 210M| 321 |   - |1728 |1587 |   0 |   0 |   0 |3196 |   0 | 2.000000e+00 |      --      |    Inf 
532.04/532.27	c   521s|500000 |497260 |     0 |   0.0 | 214M| 321 |   - |1728 |1588 |   0 |   0 |   0 |3272 |   0 | 2.000000e+00 |      --      |    Inf 
542.73/542.95	c   531s|510000 |507197 |     0 |   0.0 | 218M| 321 |   - |1728 |1585 |   0 |   0 |   0 |3372 |   0 | 2.000000e+00 |      --      |    Inf 
553.53/553.74	c   542s|520000 |517130 |     0 |   0.0 | 222M| 321 |   - |1728 |1588 |   0 |   0 |   0 |3460 |   0 | 2.000000e+00 |      --      |    Inf 
564.43/564.61	c   552s|530000 |527100 |     0 |   0.0 | 226M| 321 |   - |1728 |1560 |   0 |   0 |   0 |3500 |   0 | 2.000000e+00 |      --      |    Inf 
575.02/575.27	c   563s|540000 |537080 |     0 |   0.0 | 230M| 321 |   - |1728 |1567 |   0 |   0 |   0 |3528 |   0 | 2.000000e+00 |      --      |    Inf 
585.82/586.00	c   573s|550000 |547055 |     0 |   0.0 | 234M| 321 |   - |1728 |1559 |   0 |   0 |   0 |3558 |   0 | 2.000000e+00 |      --      |    Inf 
596.52/596.76	c   584s|560000 |556990 |     0 |   0.0 | 239M| 321 |   - |1728 |1596 |   0 |   0 |   0 |3640 |   0 | 2.000000e+00 |      --      |    Inf 
607.42/607.67	c   594s|570000 |566956 |     0 |   0.0 | 243M| 321 |   - |1728 |1592 |   0 |   0 |   0 |3677 |   0 | 2.000000e+00 |      --      |    Inf 
618.02/618.27	c   605s|580000 |576893 |     0 |   0.0 | 247M| 321 |   - |1728 |1600 |   0 |   0 |   0 |3781 |   0 | 2.000000e+00 |      --      |    Inf 
628.41/628.64	c   615s|590000 |586818 |     0 |   0.0 | 251M| 321 |   - |1728 |1598 |   0 |   0 |   0 |3887 |   0 | 2.000000e+00 |      --      |    Inf 
638.91/639.19	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
638.91/639.19	c   625s|600000 |596754 |     0 |   0.0 | 255M| 321 |   - |1728 |1579 |   0 |   0 |   0 |3954 |   0 | 2.000000e+00 |      --      |    Inf 
649.50/649.72	c   636s|610000 |606728 |     0 |   0.0 | 259M| 321 |   - |1728 |1568 |   0 |   0 |   0 |4006 |   0 | 2.000000e+00 |      --      |    Inf 
660.00/660.24	c   646s|620000 |616697 |     0 |   0.0 | 264M| 321 |   - |1728 |1576 |   0 |   0 |   0 |4048 |   0 | 2.000000e+00 |      --      |    Inf 
670.50/670.76	c   656s|630000 |626648 |     0 |   0.0 | 268M| 321 |   - |1728 |1586 |   0 |   0 |   0 |4116 |   0 | 2.000000e+00 |      --      |    Inf 
681.19/681.45	c   667s|640000 |636591 |     0 |   0.0 | 272M| 321 |   - |1728 |1596 |   0 |   0 |   0 |4187 |   0 | 2.000000e+00 |      --      |    Inf 
691.59/691.89	c   677s|650000 |646551 |     0 |   0.0 | 276M| 321 |   - |1728 |1579 |   0 |   0 |   0 |4243 |   0 | 2.000000e+00 |      --      |    Inf 
701.99/702.30	c   687s|660000 |656511 |     0 |   0.0 | 281M| 321 |   - |1728 |1600 |   0 |   0 |   0 |4306 |   0 | 2.000000e+00 |      --      |    Inf 
712.49/712.76	c   697s|670000 |666441 |     0 |   0.0 | 285M| 321 |   - |1728 |1614 |   0 |   0 |   0 |4401 |   0 | 2.000000e+00 |      --      |    Inf 
722.88/723.16	c   707s|680000 |676373 |     0 |   0.0 | 290M| 321 |   - |1728 |1603 |   0 |   0 |   0 |4490 |   0 | 2.000000e+00 |      --      |    Inf 
733.28/733.58	c   718s|690000 |686344 |     0 |   0.0 | 294M| 321 |   - |1728 |1581 |   0 |   0 |   0 |4544 |   0 | 2.000000e+00 |      --      |    Inf 
743.78/744.02	c   728s|700000 |696282 |     0 |   0.0 | 298M| 321 |   - |1728 |1585 |   0 |   0 |   0 |4635 |   0 | 2.000000e+00 |      --      |    Inf 
754.48/754.73	c   738s|710000 |706231 |     0 |   0.0 | 302M| 321 |   - |1728 |1593 |   0 |   0 |   0 |4700 |   0 | 2.000000e+00 |      --      |    Inf 
764.77/765.09	c   748s|720000 |716182 |     0 |   0.0 | 306M| 321 |   - |1728 |1602 |   0 |   0 |   0 |4757 |   0 | 2.000000e+00 |      --      |    Inf 
775.17/775.47	c   758s|730000 |726150 |     0 |   0.0 | 311M| 321 |   - |1728 |1600 |   0 |   0 |   0 |4811 |   0 | 2.000000e+00 |      --      |    Inf 
785.56/785.87	c   769s|740000 |736121 |     0 |   0.0 | 315M| 321 |   - |1728 |1581 |   0 |   0 |   0 |4862 |   0 | 2.000000e+00 |      --      |    Inf 
795.96/796.28	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
795.96/796.28	c   779s|750000 |746082 |     0 |   0.0 | 319M| 321 |   - |1728 |1591 |   0 |   0 |   0 |4912 |   0 | 2.000000e+00 |      --      |    Inf 
806.56/806.85	c   789s|760000 |756042 |     0 |   0.0 | 323M| 321 |   - |1728 |1600 |   0 |   0 |   0 |4972 |   0 | 2.000000e+00 |      --      |    Inf 
816.86/817.14	c   799s|770000 |766028 |     0 |   0.0 | 328M| 321 |   - |1728 |1569 |   0 |   0 |   0 |4992 |   0 | 2.000000e+00 |      --      |    Inf 
827.16/827.40	c   809s|780000 |776016 |     0 |   0.0 | 332M| 321 |   - |1728 |1561 |   0 |   0 |   0 |5012 |   0 | 2.000000e+00 |      --      |    Inf 
837.35/837.69	c   819s|790000 |786003 |     0 |   0.0 | 336M| 321 |   - |1728 |1556 |   0 |   0 |   0 |5025 |   0 | 2.000000e+00 |      --      |    Inf 
848.05/848.34	c   830s|800000 |795974 |     0 |   0.0 | 341M| 321 |   - |1728 |1569 |   0 |   0 |   0 |5054 |   0 | 2.000000e+00 |      --      |    Inf 
858.44/858.79	c   840s|810000 |805937 |     0 |   0.0 | 345M| 321 |   - |1728 |1577 |   0 |   0 |   0 |5107 |   0 | 2.000000e+00 |      --      |    Inf 
869.04/869.32	c   850s|820000 |815933 |     0 |   0.0 | 349M| 321 |   - |1728 |1548 |   0 |   0 |   0 |5111 |   0 | 2.000000e+00 |      --      |    Inf 
879.54/879.85	c   861s|830000 |825926 |     0 |   0.0 | 353M| 321 |   - |1728 |1546 |   0 |   0 |   0 |5119 |   0 | 2.000000e+00 |      --      |    Inf 
890.23/890.52	c   871s|840000 |835901 |     0 |   0.0 | 357M| 321 |   - |1728 |1567 |   0 |   0 |   0 |5150 |   0 | 2.000000e+00 |      --      |    Inf 
900.74/901.02	c   881s|850000 |845827 |     0 |   0.0 | 362M| 321 |   - |1728 |1625 |   0 |   0 |   0 |5275 |   0 | 2.000000e+00 |      --      |    Inf 
911.03/911.33	c   891s|860000 |855784 |     0 |   0.0 | 366M| 321 |   - |1728 |1590 |   0 |   0 |   0 |5348 |   0 | 2.000000e+00 |      --      |    Inf 
921.53/921.80	c   902s|870000 |865722 |     0 |   0.0 | 370M| 321 |   - |1728 |1593 |   0 |   0 |   0 |5443 |   0 | 2.000000e+00 |      --      |    Inf 
931.82/932.17	c   912s|880000 |875648 |     0 |   0.0 | 375M| 321 |   - |1728 |1649 |   0 |   0 |   0 |5569 |   0 | 2.000000e+00 |      --      |    Inf 
942.32/942.65	c   922s|890000 |885571 |     0 |   0.0 | 379M| 321 |   - |1728 |1634 |   0 |   0 |   0 |5668 |   0 | 2.000000e+00 |      --      |    Inf 
952.62/952.90	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
952.62/952.90	c   932s|900000 |895487 |     0 |   0.0 | 384M| 321 |   - |1728 |1629 |   0 |   0 |   0 |5779 |   0 | 2.000000e+00 |      --      |    Inf 
962.82/963.19	c   942s|910000 |905428 |     0 |   0.0 | 389M| 321 |   - |1728 |1615 |   0 |   0 |   0 |5872 |   0 | 2.000000e+00 |      --      |    Inf 
973.11/973.45	c   952s|920000 |915408 |     0 |   0.0 | 393M| 321 |   - |1728 |1586 |   0 |   0 |   0 |5902 |   0 | 2.000000e+00 |      --      |    Inf 
983.61/983.99	c   962s|930000 |925379 |     0 |   0.0 | 397M| 321 |   - |1728 |1601 |   0 |   0 |   0 |5950 |   0 | 2.000000e+00 |      --      |    Inf 
994.21/994.53	c   973s|940000 |935296 |     0 |   0.0 | 402M| 321 |   - |1728 |1671 |   0 |   0 |   0 |6068 |   0 | 2.000000e+00 |      --      |    Inf 
1004.60/1004.94	c   983s|950000 |945200 |     0 |   0.0 | 406M| 321 |   - |1728 |1671 |   0 |   0 |   0 |6213 |   0 | 2.000000e+00 |      --      |    Inf 
1014.80/1015.11	c   993s|960000 |955140 |     0 |   0.0 | 411M| 321 |   - |1728 |1662 |   0 |   0 |   0 |6316 |   0 | 2.000000e+00 |      --      |    Inf 
1024.79/1025.11	c  1003s|970000 |965115 |     0 |   0.0 | 415M| 321 |   - |1728 |1594 |   0 |   0 |   0 |6348 |   0 | 2.000000e+00 |      --      |    Inf 
1034.99/1035.31	c  1013s|980000 |975064 |     0 |   0.0 | 420M| 321 |   - |1728 |1630 |   0 |   0 |   0 |6431 |   0 | 2.000000e+00 |      --      |    Inf 
1045.29/1045.65	c  1023s|990000 |984999 |     0 |   0.0 | 424M| 321 |   - |1728 |1668 |   0 |   0 |   0 |6549 |   0 | 2.000000e+00 |      --      |    Inf 
1055.80/1056.15	c  1033s|  1000k|994956 |     0 |   0.0 | 428M| 321 |   - |1728 |1613 |   0 |   0 |   0 |6611 |   0 | 2.000000e+00 |      --      |    Inf 
1066.08/1066.45	c  1043s|  1010k|  1004k|     0 |   0.0 | 432M| 321 |   - |1728 |1587 |   0 |   0 |   0 |6628 |   0 | 2.000000e+00 |      --      |    Inf 
1076.08/1076.45	c  1053s|  1020k|  1014k|     0 |   0.0 | 437M| 321 |   - |1728 |1568 |   0 |   0 |   0 |6641 |   0 | 2.000000e+00 |      --      |    Inf 
1086.27/1086.62	c  1063s|  1030k|  1024k|     0 |   0.0 | 441M| 321 |   - |1728 |1588 |   0 |   0 |   0 |6689 |   0 | 2.000000e+00 |      --      |    Inf 
1096.68/1097.03	c  1073s|  1040k|  1034k|     0 |   0.0 | 446M| 321 |   - |1728 |1588 |   0 |   0 |   0 |6751 |   0 | 2.000000e+00 |      --      |    Inf 
1107.07/1107.40	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1107.07/1107.40	c  1083s|  1050k|  1044k|     0 |   0.0 | 450M| 321 |   - |1728 |1620 |   0 |   0 |   0 |6849 |   0 | 2.000000e+00 |      --      |    Inf 
1117.17/1117.54	c  1093s|  1060k|  1054k|     0 |   0.0 | 454M| 321 |   - |1728 |1594 |   0 |   0 |   0 |6885 |   0 | 2.000000e+00 |      --      |    Inf 
1127.37/1127.72	c  1103s|  1070k|  1064k|     0 |   0.0 | 458M| 321 |   - |1728 |1569 |   0 |   0 |   0 |6917 |   0 | 2.000000e+00 |      --      |    Inf 
1137.67/1138.09	c  1113s|  1080k|  1074k|     0 |   0.0 | 463M| 321 |   - |1728 |1589 |   0 |   0 |   0 |6963 |   0 | 2.000000e+00 |      --      |    Inf 
1147.86/1148.23	c  1123s|  1090k|  1084k|     0 |   0.0 | 467M| 321 |   - |1728 |1603 |   0 |   0 |   0 |7023 |   0 | 2.000000e+00 |      --      |    Inf 
1158.07/1158.42	c  1133s|  1100k|  1094k|     0 |   0.0 | 471M| 321 |   - |1728 |1616 |   0 |   0 |   0 |7151 |   0 | 2.000000e+00 |      --      |    Inf 
1168.06/1168.49	c  1143s|  1110k|  1104k|     0 |   0.0 | 476M| 321 |   - |1728 |1583 |   0 |   0 |   0 |7183 |   0 | 2.000000e+00 |      --      |    Inf 
1178.25/1178.66	c  1153s|  1120k|  1114k|     0 |   0.0 | 480M| 321 |   - |1728 |1583 |   0 |   0 |   0 |7223 |   0 | 2.000000e+00 |      --      |    Inf 
1188.65/1189.00	c  1163s|  1130k|  1124k|     0 |   0.0 | 484M| 321 |   - |1728 |1605 |   0 |   0 |   0 |7284 |   0 | 2.000000e+00 |      --      |    Inf 
1198.85/1199.29	c  1173s|  1140k|  1134k|     0 |   0.0 | 489M| 321 |   - |1728 |1650 |   0 |   0 |   0 |7394 |   0 | 2.000000e+00 |      --      |    Inf 
1209.14/1209.56	c  1183s|  1150k|  1144k|     0 |   0.0 | 493M| 321 |   - |1728 |1647 |   0 |   0 |   0 |7514 |   0 | 2.000000e+00 |      --      |    Inf 
1219.24/1219.69	c  1193s|  1160k|  1154k|     0 |   0.0 | 498M| 321 |   - |1728 |1581 |   0 |   0 |   0 |7524 |   0 | 2.000000e+00 |      --      |    Inf 
1229.45/1229.83	c  1203s|  1170k|  1164k|     0 |   0.0 | 502M| 321 |   - |1728 |1578 |   0 |   0 |   0 |7552 |   0 | 2.000000e+00 |      --      |    Inf 
1239.63/1240.08	c  1213s|  1180k|  1174k|     0 |   0.0 | 506M| 321 |   - |1728 |1595 |   0 |   0 |   0 |7619 |   0 | 2.000000e+00 |      --      |    Inf 
1249.53/1249.98	c  1222s|  1190k|  1184k|     0 |   0.0 | 511M| 321 |   - |1728 |1586 |   0 |   0 |   0 |7668 |   0 | 2.000000e+00 |      --      |    Inf 
1259.63/1260.06	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1259.63/1260.06	c  1232s|  1200k|  1194k|     0 |   0.0 | 515M| 321 |   - |1728 |1595 |   0 |   0 |   0 |7732 |   0 | 2.000000e+00 |      --      |    Inf 
1269.93/1270.40	c  1242s|  1210k|  1204k|     0 |   0.0 | 519M| 321 |   - |1728 |1622 |   0 |   0 |   0 |7840 |   0 | 2.000000e+00 |      --      |    Inf 
1280.13/1280.58	c  1252s|  1220k|  1214k|     0 |   0.0 | 524M| 321 |   - |1728 |1592 |   0 |   0 |   0 |7891 |   0 | 2.000000e+00 |      --      |    Inf 
1290.43/1290.82	c  1262s|  1230k|  1223k|     0 |   0.0 | 528M| 321 |   - |1728 |1630 |   0 |   0 |   0 |8017 |   0 | 2.000000e+00 |      --      |    Inf 
1300.52/1300.92	c  1272s|  1240k|  1233k|     0 |   0.0 | 532M| 321 |   - |1728 |1629 |   0 |   0 |   0 |8113 |   0 | 2.000000e+00 |      --      |    Inf 
1310.51/1310.94	c  1282s|  1250k|  1243k|     0 |   0.0 | 537M| 321 |   - |1728 |1619 |   0 |   0 |   0 |8206 |   0 | 2.000000e+00 |      --      |    Inf 
1320.61/1321.09	c  1292s|  1260k|  1253k|     0 |   0.0 | 541M| 321 |   - |1728 |1616 |   0 |   0 |   0 |8292 |   0 | 2.000000e+00 |      --      |    Inf 
1330.81/1331.27	c  1302s|  1270k|  1263k|     0 |   0.0 | 545M| 321 |   - |1728 |1596 |   0 |   0 |   0 |8337 |   0 | 2.000000e+00 |      --      |    Inf 
1341.21/1341.62	c  1312s|  1280k|  1273k|     0 |   0.0 | 550M| 321 |   - |1728 |1610 |   0 |   0 |   0 |8414 |   0 | 2.000000e+00 |      --      |    Inf 
1351.20/1351.65	c  1322s|  1290k|  1283k|     0 |   0.0 | 554M| 321 |   - |1728 |1676 |   0 |   0 |   0 |8535 |   0 | 2.000000e+00 |      --      |    Inf 
1361.30/1361.71	c  1332s|  1300k|  1293k|     0 |   0.0 | 558M| 321 |   - |1728 |1650 |   0 |   0 |   0 |8654 |   0 | 2.000000e+00 |      --      |    Inf 
1371.41/1371.89	c  1341s|  1310k|  1303k|     0 |   0.0 | 563M| 321 |   - |1728 |1656 |   0 |   0 |   0 |8791 |   0 | 2.000000e+00 |      --      |    Inf 
1381.49/1381.99	c  1351s|  1320k|  1313k|     0 |   0.0 | 567M| 321 |   - |1728 |1608 |   0 |   0 |   0 |8835 |   0 | 2.000000e+00 |      --      |    Inf 
1391.59/1392.08	c  1361s|  1330k|  1323k|     0 |   0.0 | 571M| 321 |   - |1728 |1605 |   0 |   0 |   0 |8883 |   0 | 2.000000e+00 |      --      |    Inf 
1401.78/1402.25	c  1371s|  1340k|  1333k|     0 |   0.0 | 576M| 321 |   - |1728 |1688 |   0 |   0 |   0 |9057 |   0 | 2.000000e+00 |      --      |    Inf 
1411.99/1412.43	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1411.99/1412.43	c  1381s|  1350k|  1343k|     0 |   0.0 | 580M| 321 |   - |1728 |1595 |   0 |   0 |   0 |9106 |   0 | 2.000000e+00 |      --      |    Inf 
1422.09/1422.57	c  1391s|  1360k|  1353k|     0 |   0.0 | 585M| 321 |   - |1728 |1589 |   0 |   0 |   0 |9179 |   0 | 2.000000e+00 |      --      |    Inf 
1432.09/1432.50	c  1401s|  1370k|  1363k|     0 |   0.0 | 589M| 321 |   - |1728 |1628 |   0 |   0 |   0 |9302 |   0 | 2.000000e+00 |      --      |    Inf 
1442.18/1442.63	c  1410s|  1380k|  1373k|     0 |   0.0 | 593M| 321 |   - |1728 |1594 |   0 |   0 |   0 |9375 |   0 | 2.000000e+00 |      --      |    Inf 
1451.98/1452.47	c  1420s|  1390k|  1383k|     0 |   0.0 | 598M| 321 |   - |1728 |1639 |   0 |   0 |   0 |9524 |   0 | 2.000000e+00 |      --      |    Inf 
1461.77/1462.26	c  1430s|  1400k|  1393k|     0 |   0.0 | 602M| 321 |   - |1728 |1585 |   0 |   0 |   0 |9541 |   0 | 2.000000e+00 |      --      |    Inf 
1471.77/1472.29	c  1439s|  1410k|  1402k|     0 |   0.0 | 607M| 321 |   - |1728 |1601 |   0 |   0 |   0 |9605 |   0 | 2.000000e+00 |      --      |    Inf 
1481.97/1482.47	c  1449s|  1420k|  1412k|     0 |   0.0 | 611M| 321 |   - |1728 |1595 |   0 |   0 |   0 |9694 |   0 | 2.000000e+00 |      --      |    Inf 
1492.37/1492.80	c  1459s|  1430k|  1422k|     0 |   0.0 | 615M| 321 |   - |1728 |1642 |   0 |   0 |   0 |9839 |   0 | 2.000000e+00 |      --      |    Inf 
1502.36/1502.89	c  1469s|  1440k|  1432k|     0 |   0.0 | 620M| 321 |   - |1728 |1697 |   0 |   0 |   0 |  10k|   0 | 2.000000e+00 |      --      |    Inf 
1512.26/1512.72	c  1479s|  1450k|  1442k|     0 |   0.0 | 624M| 321 |   - |1728 |1643 |   0 |   0 |   0 |  10k|   0 | 2.000000e+00 |      --      |    Inf 
1522.15/1522.64	c  1489s|  1460k|  1452k|     0 |   0.0 | 629M| 321 |   - |1728 |1628 |   0 |   0 |   0 |  10k|   0 | 2.000000e+00 |      --      |    Inf 
1532.25/1532.73	c  1498s|  1470k|  1462k|     0 |   0.0 | 633M| 321 |   - |1728 |1641 |   0 |   0 |   0 |  10k|   0 | 2.000000e+00 |      --      |    Inf 
1542.55/1543.00	c  1508s|  1480k|  1472k|     0 |   0.0 | 638M| 321 |   - |1728 |1616 |   0 |   0 |   0 |  10k|   0 | 2.000000e+00 |      --      |    Inf 
1552.44/1552.93	c  1518s|  1490k|  1482k|     0 |   0.0 | 642M| 321 |   - |1728 |1623 |   0 |   0 |   0 |  10k|   0 | 2.000000e+00 |      --      |    Inf 
1562.05/1562.54	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1562.05/1562.54	c  1528s|  1500k|  1492k|     0 |   0.0 | 647M| 321 |   - |1728 |1626 |   0 |   0 |   0 |  10k|   0 | 2.000000e+00 |      --      |    Inf 
1571.84/1572.36	c  1537s|  1510k|  1502k|     0 |   0.0 | 651M| 321 |   - |1728 |1643 |   0 |   0 |   0 |  10k|   0 | 2.000000e+00 |      --      |    Inf 
1581.84/1582.38	c  1547s|  1520k|  1512k|     0 |   0.0 | 656M| 321 |   - |1728 |1713 |   0 |   0 |   0 |  11k|   0 | 2.000000e+00 |      --      |    Inf 
1591.84/1592.31	c  1557s|  1530k|  1521k|     0 |   0.0 | 661M| 321 |   - |1728 |1671 |   0 |   0 |   0 |  11k|   0 | 2.000000e+00 |      --      |    Inf 
1601.73/1602.25	c  1566s|  1540k|  1531k|     0 |   0.0 | 665M| 321 |   - |1728 |1687 |   0 |   0 |   0 |  11k|   0 | 2.000000e+00 |      --      |    Inf 
1611.52/1612.07	c  1576s|  1550k|  1541k|     0 |   0.0 | 670M| 321 |   - |1728 |1638 |   0 |   0 |   0 |  11k|   0 | 2.000000e+00 |      --      |    Inf 
1621.23/1621.72	c  1585s|  1560k|  1551k|     0 |   0.0 | 674M| 321 |   - |1728 |1640 |   0 |   0 |   0 |  11k|   0 | 2.000000e+00 |      --      |    Inf 
1631.02/1631.59	c  1595s|  1570k|  1561k|     0 |   0.0 | 679M| 321 |   - |1728 |1693 |   0 |   0 |   0 |  11k|   0 | 2.000000e+00 |      --      |    Inf 
1640.92/1641.49	c  1604s|  1580k|  1571k|     0 |   0.0 | 683M| 321 |   - |1728 |1627 |   0 |   0 |   0 |  11k|   0 | 2.000000e+00 |      --      |    Inf 
1650.72/1651.29	c  1614s|  1590k|  1581k|     0 |   0.0 | 688M| 321 |   - |1728 |1678 |   0 |   0 |   0 |  12k|   0 | 2.000000e+00 |      --      |    Inf 
1660.42/1660.99	c  1623s|  1600k|  1591k|     0 |   0.0 | 692M| 321 |   - |1728 |1620 |   0 |   0 |   0 |  12k|   0 | 2.000000e+00 |      --      |    Inf 
1670.52/1671.03	c  1633s|  1610k|  1601k|     0 |   0.0 | 696M| 321 |   - |1728 |1639 |   0 |   0 |   0 |  12k|   0 | 2.000000e+00 |      --      |    Inf 
1680.42/1680.92	c  1643s|  1620k|  1611k|     0 |   0.0 | 701M| 321 |   - |1728 |1619 |   0 |   0 |   0 |  12k|   0 | 2.000000e+00 |      --      |    Inf 
1690.40/1690.91	c  1653s|  1630k|  1621k|     0 |   0.0 | 705M| 321 |   - |1728 |1633 |   0 |   0 |   0 |  12k|   0 | 2.000000e+00 |      --      |    Inf 
1700.00/1700.55	c  1662s|  1640k|  1631k|     0 |   0.0 | 710M| 321 |   - |1728 |1619 |   0 |   0 |   0 |  12k|   0 | 2.000000e+00 |      --      |    Inf 
1709.70/1710.28	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1709.70/1710.28	c  1672s|  1650k|  1641k|     0 |   0.0 | 715M| 321 |   - |1728 |1671 |   0 |   0 |   0 |  12k|   0 | 2.000000e+00 |      --      |    Inf 
1719.40/1719.92	c  1681s|  1660k|  1650k|     0 |   0.0 | 719M| 321 |   - |1728 |1643 |   0 |   0 |   0 |  13k|   0 | 2.000000e+00 |      --      |    Inf 
1729.29/1729.86	c  1691s|  1670k|  1660k|     0 |   0.0 | 724M| 321 |   - |1728 |1663 |   0 |   0 |   0 |  13k|   0 | 2.000000e+00 |      --      |    Inf 
1739.10/1739.62	c  1700s|  1680k|  1670k|     0 |   0.0 | 728M| 321 |   - |1728 |1677 |   0 |   0 |   0 |  13k|   0 | 2.000000e+00 |      --      |    Inf 
1749.09/1749.60	c  1710s|  1690k|  1680k|     0 |   0.0 | 733M| 321 |   - |1728 |1687 |   0 |   0 |   0 |  13k|   0 | 2.000000e+00 |      --      |    Inf 
1759.08/1759.69	c  1720s|  1700k|  1690k|     0 |   0.0 | 737M| 321 |   - |1728 |1693 |   0 |   0 |   0 |  13k|   0 | 2.000000e+00 |      --      |    Inf 
1768.79/1769.31	c  1729s|  1710k|  1700k|     0 |   0.0 | 742M| 321 |   - |1728 |1629 |   0 |   0 |   0 |  13k|   0 | 2.000000e+00 |      --      |    Inf 
1778.48/1779.03	c  1739s|  1720k|  1710k|     0 |   0.0 | 746M| 321 |   - |1728 |1626 |   0 |   0 |   0 |  13k|   0 | 2.000000e+00 |      --      |    Inf 
1788.37/1788.99	c  1748s|  1730k|  1720k|     0 |   0.0 | 751M| 321 |   - |1728 |1696 |   0 |   0 |   0 |  13k|   0 | 2.000000e+00 |      --      |    Inf 
1798.28/1798.81	c  1758s|  1740k|  1730k|     0 |   0.0 | 755M| 321 |   - |1728 |1651 |   0 |   0 |   0 |  13k|   0 | 2.000000e+00 |      --      |    Inf 
1800.08/1800.60	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.08/1800.61	c 
1800.08/1800.61	c SCIP Status        : solving was interrupted [user interrupt]
1800.08/1800.61	c Solving Time (sec) : 1759.68
1800.08/1800.61	c Solving Nodes      : 1741874
1800.08/1800.61	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1800.08/1800.61	c Dual Bound         : +2.00000000000000e+00
1800.08/1800.61	c Gap                : infinite
1800.08/1800.61	s UNKNOWN
1800.08/1800.61	c SCIP Status        : solving was interrupted [user interrupt]
1800.08/1800.61	c Solving Time       :    1759.68
1800.08/1800.61	c Original Problem   :
1800.08/1800.61	c   Problem name     : HOME/instance-2664589-1276351658.opb
1800.08/1800.61	c   Variables        : 2112 (2112 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.08/1800.61	c   Constraints      : 5020 initial, 5020 maximal
1800.08/1800.61	c Presolved Problem  :
1800.08/1800.61	c   Problem name     : t_HOME/instance-2664589-1276351658.opb
1800.08/1800.61	c   Variables        : 1728 (1728 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.08/1800.61	c   Constraints      : 1450 initial, 1726 maximal
1800.08/1800.61	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.08/1800.61	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.08/1800.61	c   dualfix          :       0.01        384          0          0          0          0          0          0          0
1800.08/1800.61	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.08/1800.61	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.08/1800.61	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.08/1800.61	c   probing          :       0.05          0          0          0          0          0          0          0          0
1800.08/1800.61	c   knapsack         :       0.05          0          0          0          0          0        432       1368       3816
1800.08/1800.61	c   setppc           :       0.03          0          0          0          0          0        360          0          0
1800.08/1800.61	c   linear           :       0.04          0          0          0          0          0       4002          0          0
1800.08/1800.61	c   logicor          :       0.01          0          0          0          0          0          0          0          0
1800.08/1800.61	c   root node        :          -          2          -          -          2          -          -          -          -
1800.08/1800.61	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.08/1800.61	c   integral         :          0          0          0          0          0          0          0          0          0          0
1800.08/1800.61	c   knapsack         :        180          0    2625300          0    1738110          0     521181          0          0          0
1800.08/1800.61	c   setppc           :        954          0    2625300          0    1738110        407    2673590          0          0          0
1800.08/1800.61	c   linear           :        100          0    2624893          0    1738105       4475    1591311          0          0          0
1800.08/1800.61	c   logicor          :        216+         0     295905          0    1738105        177     243862          0          0          0
1800.08/1800.61	c   countsols        :          0          0          0          0    1738104          0          0          0          0          0
1800.08/1800.61	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.08/1800.61	c   integral         :       0.00       0.00       0.00       0.00       0.00
1800.08/1800.61	c   knapsack         :     186.27       0.00      27.83       0.00     158.44
1800.08/1800.61	c   setppc           :     558.83       0.00      88.55       0.00     470.28
1800.08/1800.61	c   linear           :      69.27       0.00      65.28       0.00       3.99
1800.08/1800.61	c   logicor          :      44.79       0.00       3.23       0.00      41.56
1800.08/1800.61	c   countsols        :       0.72       0.00       0.00       0.00       0.72
1800.08/1800.61	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.08/1800.61	c   vbounds          :       1.32          2          0          0
1800.08/1800.61	c   rootredcost      :       1.51          0          0          0
1800.08/1800.61	c   pseudoobj        :      42.96    2625100          0          0
1800.08/1800.61	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.08/1800.61	c   propagation      :       0.57       5059       5049      19302       35.6        199       30.1          -
1800.08/1800.61	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.08/1800.61	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.08/1800.61	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.08/1800.61	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.08/1800.61	c   applied globally :          -          -          -      13992       34.0          -          -          -
1800.08/1800.61	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.08/1800.61	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.08/1800.61	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
1800.08/1800.61	c   redcost          :       0.00          0          0          0          0          0
1800.08/1800.61	c   impliedbounds    :       0.00          0          0          0          0          0
1800.08/1800.61	c   intobj           :       0.00          0          0          0          0          0
1800.08/1800.61	c   cgmip            :       0.00          0          0          0          0          0
1800.08/1800.61	c   gomory           :       0.00          0          0          0          0          0
1800.08/1800.61	c   strongcg         :       0.00          0          0          0          0          0
1800.08/1800.61	c   cmir             :       0.00          0          0          0          0          0
1800.08/1800.61	c   flowcover        :       0.00          0          0          0          0          0
1800.08/1800.61	c   clique           :       0.00          0          0          0          0          0
1800.08/1800.61	c   zerohalf         :       0.00          0          0          0          0          0
1800.08/1800.61	c   mcf              :       0.00          0          0          0          0          0
1800.08/1800.61	c   rapidlearning    :       0.00          0          0          0          0          0
1800.08/1800.61	c Pricers            :       Time      Calls       Vars
1800.08/1800.61	c   problem variables:       0.00          0          0
1800.08/1800.61	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.08/1800.61	c   relpscost        :       0.00          0          0          0          0          0          0
1800.08/1800.61	c   pscost           :       0.00          0          0          0          0          0          0
1800.08/1800.61	c   inference        :     746.28    1738104          0          0          0          0    3476208
1800.08/1800.61	c   mostinf          :       0.00          0          0          0          0          0          0
1800.08/1800.61	c   leastinf         :       0.00          0          0          0          0          0          0
1800.08/1800.61	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.08/1800.61	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.08/1800.61	c   random           :       0.00          0          0          0          0          0          0
1800.08/1800.61	c Primal Heuristics  :       Time      Calls      Found
1800.08/1800.61	c   LP solutions     :       0.00          -          0
1800.08/1800.61	c   pseudo solutions :       0.00          -          0
1800.08/1800.61	c   oneopt           :       1.11          0          0
1800.08/1800.61	c   trivial          :       0.00          2          0
1800.08/1800.61	c   simplerounding   :       0.00          0          0
1800.08/1800.61	c   zirounding       :       0.00          0          0
1800.08/1800.61	c   rounding         :       0.00          0          0
1800.08/1800.61	c   shifting         :       0.00          0          0
1800.08/1800.61	c   intshifting      :       0.00          0          0
1800.08/1800.61	c   twoopt           :       0.00          0          0
1800.08/1800.61	c   fixandinfer      :       0.00          0          0
1800.08/1800.61	c   feaspump         :       0.00          0          0
1800.08/1800.61	c   coefdiving       :       0.00          0          0
1800.08/1800.61	c   pscostdiving     :       0.00          0          0
1800.08/1800.61	c   fracdiving       :       0.00          0          0
1800.08/1800.61	c   veclendiving     :       0.00          0          0
1800.08/1800.61	c   intdiving        :       0.00          0          0
1800.08/1800.61	c   actconsdiving    :       0.00          0          0
1800.08/1800.61	c   objpscostdiving  :       0.00          0          0
1800.08/1800.61	c   rootsoldiving    :       0.00          0          0
1800.08/1800.61	c   linesearchdiving :       0.00          0          0
1800.08/1800.61	c   guideddiving     :       0.00          0          0
1800.08/1800.61	c   octane           :       0.00          0          0
1800.08/1800.61	c   rens             :       0.00          0          0
1800.08/1800.61	c   rins             :       0.00          0          0
1800.08/1800.61	c   localbranching   :       0.00          0          0
1800.08/1800.61	c   mutation         :       0.00          0          0
1800.08/1800.61	c   crossover        :       0.00          0          0
1800.08/1800.61	c   dins             :       0.00          0          0
1800.08/1800.61	c   undercover       :       0.00          0          0
1800.08/1800.61	c   nlp              :       1.95          0          0
1800.08/1800.61	c   trysol           :       0.87          0          0
1800.08/1800.61	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.08/1800.61	c   primal LP        :       0.00          0          0       0.00          -
1800.08/1800.61	c   dual LP          :       0.00          0          0       0.00          -
1800.08/1800.61	c   lex dual LP      :       0.00          0          0       0.00          -
1800.08/1800.61	c   barrier LP       :       0.00          0          0       0.00          -
1800.08/1800.61	c   diving/probing LP:       0.00          0          0       0.00          -
1800.08/1800.61	c   strong branching :       0.00          0          0       0.00          -
1800.08/1800.61	c     (at root node) :          -          0          0       0.00          -
1800.08/1800.61	c   conflict analysis:       0.00          0          0       0.00          -
1800.08/1800.61	c B&B Tree           :
1800.08/1800.61	c   number of runs   :          1
1800.08/1800.61	c   nodes            :    1741874
1800.08/1800.61	c   nodes (total)    :    1741874
1800.08/1800.61	c   nodes left       :    1732294
1800.08/1800.61	c   max depth        :        321
1800.08/1800.61	c   max depth (total):        321
1800.08/1800.61	c   backtracks       :      12322 (0.7%)
1800.08/1800.61	c   delayed cutoffs  :       2041
1800.08/1800.61	c   repropagations   :      33309 (84905 domain reductions, 1289 cutoffs)
1800.08/1800.61	c   avg switch length:       2.50
1800.08/1800.61	c   switching time   :      39.23
1800.08/1800.61	c Solution           :
1800.08/1800.61	c   Solutions found  :          0 (0 improvements)
1800.08/1800.61	c   Primal Bound     :          -
1800.08/1800.61	c   Dual Bound       : +2.00000000000000e+00
1800.08/1800.61	c   Gap              :   infinite
1800.08/1800.61	c   Root Dual Bound  : +0.00000000000000e+00
1800.08/1800.61	c   Root Iterations  :          0

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

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): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.95 1.01 0.99 3/106 11836
/proc/meminfo: memFree=1771560/2059040 swapFree=4192956/4192956
[pid=11836] ppid=11834 vsize=6584 CPUtime=0
/proc/11836/stat : 11836 (pbscip.linux.x8) R 11834 11836 11714 0 -1 4202496 937 0 0 0 0 0 0 0 22 0 1 0 10767279 6742016 859 1992294400 4194304 7136930 140733274011536 18446744073709551615 6346613 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/11836/statm: 1646 867 254 719 0 925 0

[startup+0.108242 s]
/proc/loadavg: 0.95 1.01 0.99 3/106 11836
/proc/meminfo: memFree=1771560/2059040 swapFree=4192956/4192956
[pid=11836] ppid=11834 vsize=12980 CPUtime=0.1
/proc/11836/stat : 11836 (pbscip.linux.x8) R 11834 11836 11714 0 -1 4202496 2698 0 0 0 9 1 0 0 24 0 1 0 10767279 13291520 2620 1992294400 4194304 7136930 140733274011536 18446744073709551615 6164672 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/11836/statm: 3245 2635 271 719 0 2524 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 12980

[startup+0.201255 s]
/proc/loadavg: 0.95 1.01 0.99 3/106 11836
/proc/meminfo: memFree=1771560/2059040 swapFree=4192956/4192956
[pid=11836] ppid=11834 vsize=23836 CPUtime=0.19
/proc/11836/stat : 11836 (pbscip.linux.x8) R 11834 11836 11714 0 -1 4202496 6123 0 0 0 16 3 0 0 24 0 1 0 10767279 24408064 5177 1992294400 4194304 7136930 140733274011536 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11836/statm: 5959 5177 353 719 0 5238 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 23836

[startup+0.301382 s]
/proc/loadavg: 0.95 1.01 0.99 3/106 11836
/proc/meminfo: memFree=1771560/2059040 swapFree=4192956/4192956
[pid=11836] ppid=11834 vsize=25036 CPUtime=0.29
/proc/11836/stat : 11836 (pbscip.linux.x8) R 11834 11836 11714 0 -1 4202496 8812 0 0 0 25 4 0 0 25 0 1 0 10767279 25636864 5492 1992294400 4194304 7136930 140733274011536 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11836/statm: 6259 5492 363 719 0 5538 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 25036

[startup+0.70032 s]
/proc/loadavg: 0.95 1.01 0.99 3/106 11836
/proc/meminfo: memFree=1771560/2059040 swapFree=4192956/4192956
[pid=11836] ppid=11834 vsize=26624 CPUtime=0.69
/proc/11836/stat : 11836 (pbscip.linux.x8) R 11834 11836 11714 0 -1 4202496 10029 0 0 0 63 6 0 0 25 0 1 0 10767279 27262976 5938 1992294400 4194304 7136930 140733274011536 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11836/statm: 6656 5938 399 719 0 5935 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 26624

[startup+1.50042 s]
/proc/loadavg: 0.95 1.01 0.99 2/107 11837
/proc/meminfo: memFree=1748612/2059040 swapFree=4192956/4192956
[pid=11836] ppid=11834 vsize=27632 CPUtime=1.49
/proc/11836/stat : 11836 (pbscip.linux.x8) R 11834 11836 11714 0 -1 4202496 10270 0 0 0 140 9 0 0 25 0 1 0 10767279 28295168 6179 1992294400 4194304 7136930 140733274011536 18446744073709551615 4858870 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11836/statm: 6908 6179 399 719 0 6187 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 27632

[startup+3.10063 s]
/proc/loadavg: 0.95 1.01 0.99 2/107 11837
/proc/meminfo: memFree=1747372/2059040 swapFree=4192956/4192956
[pid=11836] ppid=11834 vsize=28796 CPUtime=3.09
/proc/11836/stat : 11836 (pbscip.linux.x8) R 11834 11836 11714 0 -1 4202496 10571 0 0 0 297 12 0 0 25 0 1 0 10767279 29487104 6480 1992294400 4194304 7136930 140733274011536 18446744073709551615 4642180 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11836/statm: 7199 6480 399 719 0 6478 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 28796

[startup+6.30105 s]
/proc/loadavg: 0.95 1.01 0.99 2/107 11837
/proc/meminfo: memFree=1745884/2059040 swapFree=4192956/4192956
[pid=11836] ppid=11834 vsize=30240 CPUtime=6.28
/proc/11836/stat : 11836 (pbscip.linux.x8) R 11834 11836 11714 0 -1 4202496 10937 0 0 0 610 18 0 0 25 0 1 0 10767279 30965760 6846 1992294400 4194304 7136930 140733274011536 18446744073709551615 4697669 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11836/statm: 7560 6846 399 719 0 6839 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 30240

[startup+12.7009 s]
/proc/loadavg: 0.96 1.01 0.99 2/107 11837
/proc/meminfo: memFree=1743156/2059040 swapFree=4192956/4192956
[pid=11836] ppid=11834 vsize=32728 CPUtime=12.68
/proc/11836/stat : 11836 (pbscip.linux.x8) R 11834 11836 11714 0 -1 4202496 11589 0 0 0 1238 30 0 0 25 0 1 0 10767279 33513472 7498 1992294400 4194304 7136930 140733274011536 18446744073709551615 5892292 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11836/statm: 8182 7498 399 719 0 7461 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 32728

[startup+25.5006 s]
/proc/loadavg: 0.97 1.01 0.99 2/107 11837
/proc/meminfo: memFree=1737204/2059040 swapFree=4192956/4192956
[pid=11836] ppid=11834 vsize=37984 CPUtime=25.48
/proc/11836/stat : 11836 (pbscip.linux.x8) R 11834 11836 11714 0 -1 4202496 12948 0 0 0 2492 56 0 0 25 0 1 0 10767279 38895616 8857 1992294400 4194304 7136930 140733274011536 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11836/statm: 9496 8857 399 719 0 8775 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 37984

[startup+51.1009 s]
/proc/loadavg: 0.98 1.01 0.99 2/107 11839
/proc/meminfo: memFree=1726540/2059040 swapFree=4192956/4192956
[pid=11836] ppid=11834 vsize=48380 CPUtime=51.08
/proc/11836/stat : 11836 (pbscip.linux.x8) R 11834 11836 11714 0 -1 4202496 15624 0 0 0 4999 109 0 0 25 0 1 0 10767279 49541120 11533 1992294400 4194304 7136930 140733274011536 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11836/statm: 12095 11533 399 719 0 11374 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 48380

[startup+102.301 s]
/proc/loadavg: 0.99 1.00 0.99 2/107 11839
/proc/meminfo: memFree=1706576/2059040 swapFree=4192956/4192956
[pid=11836] ppid=11834 vsize=69444 CPUtime=102.27
/proc/11836/stat : 11836 (pbscip.linux.x8) R 11834 11836 11714 0 -1 4202496 20562 0 0 0 10005 222 0 0 25 0 1 0 10767279 71110656 16471 1992294400 4194304 7136930 140733274011536 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11836/statm: 17361 16471 399 719 0 16640 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 69444

[startup+162.3 s]
/proc/loadavg: 0.99 1.00 0.99 2/107 11841
/proc/meminfo: memFree=1671360/2059040 swapFree=4192956/4192956
[pid=11836] ppid=11834 vsize=103524 CPUtime=162.24
/proc/11836/stat : 11836 (pbscip.linux.x8) R 11834 11836 11714 0 -1 4202496 29339 0 0 0 15852 372 0 0 25 0 1 0 10767279 106008576 25248 1992294400 4194304 7136930 140733274011536 18446744073709551615 4407882 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11836/statm: 25881 25248 399 719 0 25160 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 103524

[startup+222.308 s]
/proc/loadavg: 0.99 1.00 0.99 2/107 11843
/proc/meminfo: memFree=1648544/2059040 swapFree=4192956/4192956
[pid=11836] ppid=11834 vsize=129400 CPUtime=222.24
/proc/11836/stat : 11836 (pbscip.linux.x8) R 11834 11836 11714 0 -1 4202496 34979 0 0 0 21727 497 0 0 25 0 1 0 10767279 132505600 30888 1992294400 4194304 7136930 140733274011536 18446744073709551615 4661506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11836/statm: 32350 30888 399 719 0 31629 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 129400

[startup+282.301 s]
/proc/loadavg: 0.99 1.00 0.99 2/107 11845
/proc/meminfo: memFree=1624860/2059040 swapFree=4192956/4192956
[pid=11836] ppid=11834 vsize=152284 CPUtime=282.21
/proc/11836/stat : 11836 (pbscip.linux.x8) R 11834 11836 11714 0 -1 4202496 40915 0 0 0 27601 620 0 0 25 0 1 0 10767279 155938816 36824 1992294400 4194304 7136930 140733274011536 18446744073709551615 5121846 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11836/statm: 38071 36824 399 719 0 37350 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 152284

[startup+342.301 s]
/proc/loadavg: 0.99 1.00 0.99 2/107 11845
/proc/meminfo: memFree=1600432/2059040 swapFree=4192956/4192956
[pid=11836] ppid=11834 vsize=175664 CPUtime=342.2
/proc/11836/stat : 11836 (pbscip.linux.x8) R 11834 11836 11714 0 -1 4202496 46982 0 0 0 33476 744 0 0 25 0 1 0 10767279 179879936 42891 1992294400 4194304 7136930 140733274011536 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11836/statm: 43916 42891 399 719 0 43195 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 175664

[startup+402.301 s]
/proc/loadavg: 1.06 1.02 1.00 2/107 11850
/proc/meminfo: memFree=1576252/2059040 swapFree=4192956/4192956
[pid=11836] ppid=11834 vsize=198180 CPUtime=402.18
/proc/11836/stat : 11836 (pbscip.linux.x8) R 11834 11836 11714 0 -1 4202496 52829 0 0 0 39352 866 0 0 25 0 1 0 10767279 202936320 48738 1992294400 4194304 7136930 140733274011536 18446744073709551615 5122954 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11836/statm: 49545 48738 399 719 0 48824 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 198180

[startup+462.301 s]
/proc/loadavg: 1.02 1.01 1.00 2/107 11852
/proc/meminfo: memFree=1552568/2059040 swapFree=4192956/4192956
[pid=11836] ppid=11834 vsize=221024 CPUtime=462.15
/proc/11836/stat : 11836 (pbscip.linux.x8) R 11834 11836 11714 0 -1 4202496 58759 0 0 0 45227 988 0 0 25 0 1 0 10767279 226328576 54668 1992294400 4194304 7136930 140733274011536 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11836/statm: 55256 54668 399 719 0 54535 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 221024

[startup+522.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 11854
/proc/meminfo: memFree=1524668/2059040 swapFree=4192956/4192956
[pid=11836] ppid=11834 vsize=257208 CPUtime=522.14
/proc/11836/stat : 11836 (pbscip.linux.x8) R 11834 11836 11714 0 -1 4202496 65955 0 0 0 51100 1114 0 0 25 0 1 0 10767279 263380992 61864 1992294400 4194304 7136930 140733274011536 18446744073709551615 4642122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11836/statm: 64302 61864 399 719 0 63581 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 257208

[startup+582.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 11856
/proc/meminfo: memFree=1499992/2059040 swapFree=4192956/4192956
[pid=11836] ppid=11834 vsize=280080 CPUtime=582.13
/proc/11836/stat : 11836 (pbscip.linux.x8) R 11834 11836 11714 0 -1 4202496 71912 0 0 0 56968 1245 0 0 25 0 1 0 10767279 286801920 67821 1992294400 4194304 7136930 140733274011536 18446744073709551615 4697599 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11836/statm: 70020 67821 399 719 0 69299 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 280080

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 11856
/proc/meminfo: memFree=1478540/2059040 swapFree=4192956/4192956
[pid=11836] ppid=11834 vsize=300824 CPUtime=642.11
/proc/11836/stat : 11836 (pbscip.linux.x8) R 11834 11836 11714 0 -1 4202496 77301 0 0 0 62843 1368 0 0 25 0 1 0 10767279 308043776 73210 1992294400 4194304 7136930 140733274011536 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11836/statm: 75206 73210 399 719 0 74485 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 300824

[startup+702.301 s]

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

/proc/11836/stat : 11836 (pbscip.linux.x8) R 11834 11836 11714 0 -1 4202496 124021 0 0 0 103905 2293 0 0 25 0 1 0 10767279 509710336 119930 1992294400 4194304 7136930 140733274011536 18446744073709551615 4858870 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11836/statm: 124441 119930 399 719 0 123720 0
Current children cumulated CPU time (s) 1061.98
Current children cumulated vsize (KiB) 497764

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 11870
/proc/meminfo: memFree=1263648/2059040 swapFree=4192956/4192956
[pid=11836] ppid=11834 vsize=523832 CPUtime=1121.97
/proc/11836/stat : 11836 (pbscip.linux.x8) R 11834 11836 11714 0 -1 4202496 130757 0 0 0 109767 2430 0 0 25 0 1 0 10767279 536403968 126666 1992294400 4194304 7136930 140733274011536 18446744073709551615 4436406 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11836/statm: 130958 126666 399 719 0 130237 0
Current children cumulated CPU time (s) 1121.97
Current children cumulated vsize (KiB) 523832

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 11872
/proc/meminfo: memFree=1242072/2059040 swapFree=4192956/4192956
[pid=11836] ppid=11834 vsize=544412 CPUtime=1181.96
/proc/11836/stat : 11836 (pbscip.linux.x8) R 11834 11836 11714 0 -1 4202496 136139 0 0 0 115636 2560 0 0 25 0 1 0 10767279 557477888 132048 1992294400 4194304 7136930 140733274011536 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11836/statm: 136103 132048 399 719 0 135382 0
Current children cumulated CPU time (s) 1181.96
Current children cumulated vsize (KiB) 544412

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 11872
/proc/meminfo: memFree=1214544/2059040 swapFree=4192956/4192956
[pid=11836] ppid=11834 vsize=571184 CPUtime=1241.93
/proc/11836/stat : 11836 (pbscip.linux.x8) R 11834 11836 11714 0 -1 4202496 143059 0 0 0 121503 2690 0 0 25 0 1 0 10767279 584892416 138968 1992294400 4194304 7136930 140733274011536 18446744073709551615 4436367 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11836/statm: 142796 138968 399 719 0 142075 0
Current children cumulated CPU time (s) 1241.93
Current children cumulated vsize (KiB) 571184

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 11874
/proc/meminfo: memFree=1184660/2059040 swapFree=4192956/4192956
[pid=11836] ppid=11834 vsize=599720 CPUtime=1301.92
/proc/11836/stat : 11836 (pbscip.linux.x8) R 11834 11836 11714 0 -1 4202496 150392 0 0 0 127359 2833 0 0 25 0 1 0 10767279 614113280 146301 1992294400 4194304 7136930 140733274011536 18446744073709551615 4643217 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11836/statm: 149930 146301 399 719 0 149209 0
Current children cumulated CPU time (s) 1301.92
Current children cumulated vsize (KiB) 599720

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 11876
/proc/meminfo: memFree=1160356/2059040 swapFree=4192956/4192956
[pid=11836] ppid=11834 vsize=624984 CPUtime=1361.9
/proc/11836/stat : 11836 (pbscip.linux.x8) R 11834 11836 11714 0 -1 4202496 156945 0 0 0 133218 2972 0 0 25 0 1 0 10767279 639983616 152854 1992294400 4194304 7136930 140733274011536 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11836/statm: 156246 152854 399 719 0 155525 0
Current children cumulated CPU time (s) 1361.9
Current children cumulated vsize (KiB) 624984

[startup+1422.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 11878
/proc/meminfo: memFree=1132332/2059040 swapFree=4192956/4192956
[pid=11836] ppid=11834 vsize=649928 CPUtime=1421.89
/proc/11836/stat : 11836 (pbscip.linux.x8) R 11834 11836 11714 0 -1 4202496 163427 0 0 0 139076 3113 0 0 25 0 1 0 10767279 665526272 159336 1992294400 4194304 7136930 140733274011536 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11836/statm: 162482 159336 399 719 0 161761 0
Current children cumulated CPU time (s) 1421.89
Current children cumulated vsize (KiB) 649928

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 11880
/proc/meminfo: memFree=1105796/2059040 swapFree=4192956/4192956
[pid=11836] ppid=11834 vsize=675292 CPUtime=1481.87
/proc/11836/stat : 11836 (pbscip.linux.x8) R 11834 11836 11714 0 -1 4202496 170011 0 0 0 144930 3257 0 0 25 0 1 0 10767279 691499008 165920 1992294400 4194304 7136930 140733274011536 18446744073709551615 4978973 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11836/statm: 168823 165920 399 719 0 168102 0
Current children cumulated CPU time (s) 1481.87
Current children cumulated vsize (KiB) 675292

[startup+1542.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 11880
/proc/meminfo: memFree=1079012/2059040 swapFree=4192956/4192956
[pid=11836] ppid=11834 vsize=701020 CPUtime=1541.86
/proc/11836/stat : 11836 (pbscip.linux.x8) R 11834 11836 11714 0 -1 4202496 176673 0 0 0 150787 3399 0 0 25 0 1 0 10767279 717844480 172582 1992294400 4194304 7136930 140733274011536 18446744073709551615 4740387 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11836/statm: 175255 172582 399 719 0 174534 0
Current children cumulated CPU time (s) 1541.86
Current children cumulated vsize (KiB) 701020

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 11882
/proc/meminfo: memFree=1053344/2059040 swapFree=4192956/4192956
[pid=11836] ppid=11834 vsize=726140 CPUtime=1601.83
/proc/11836/stat : 11836 (pbscip.linux.x8) R 11834 11836 11714 0 -1 4202496 183190 0 0 0 156636 3547 0 0 25 0 1 0 10767279 743567360 179099 1992294400 4194304 7136930 140733274011536 18446744073709551615 4643217 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11836/statm: 181535 179099 399 719 0 180814 0
Current children cumulated CPU time (s) 1601.83
Current children cumulated vsize (KiB) 726140

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 11884
/proc/meminfo: memFree=1021104/2059040 swapFree=4192956/4192956
[pid=11836] ppid=11834 vsize=756804 CPUtime=1661.81
/proc/11836/stat : 11836 (pbscip.linux.x8) R 11834 11836 11714 0 -1 4202496 191090 0 0 0 162486 3695 0 0 25 0 1 0 10767279 774967296 186999 1992294400 4194304 7136930 140733274011536 18446744073709551615 5120184 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11836/statm: 189201 186999 399 719 0 188480 0
Current children cumulated CPU time (s) 1661.81
Current children cumulated vsize (KiB) 756804

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 11886
/proc/meminfo: memFree=988740/2059040 swapFree=4192956/4192956
[pid=11836] ppid=11834 vsize=788180 CPUtime=1721.8
/proc/11836/stat : 11836 (pbscip.linux.x8) R 11834 11836 11714 0 -1 4202496 199144 0 0 0 168340 3840 0 0 25 0 1 0 10767279 807096320 195053 1992294400 4194304 7136930 140733274011536 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11836/statm: 197045 195053 399 719 0 196324 0
Current children cumulated CPU time (s) 1721.8
Current children cumulated vsize (KiB) 788180

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 11888
/proc/meminfo: memFree=962204/2059040 swapFree=4192956/4192956
[pid=11836] ppid=11834 vsize=813464 CPUtime=1781.78
/proc/11836/stat : 11836 (pbscip.linux.x8) R 11834 11836 11714 0 -1 4202496 205716 0 0 0 174192 3986 0 0 25 0 1 0 10767279 832987136 201625 1992294400 4194304 7136930 140733274011536 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11836/statm: 203366 201625 399 719 0 202645 0
Current children cumulated CPU time (s) 1781.78
Current children cumulated vsize (KiB) 813464



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 11888
/proc/meminfo: memFree=953276/2059040 swapFree=4192956/4192956
[pid=11836] ppid=11834 vsize=822072 CPUtime=1800.08
/proc/11836/stat : 11836 (pbscip.linux.x8) R 11834 11836 11714 0 -1 4202496 207940 0 0 0 175978 4030 0 0 25 0 1 0 10767279 841801728 203849 1992294400 4194304 7136930 140733274011536 18446744073709551615 4225762 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11836/statm: 205518 203849 399 719 0 204797 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 822072

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -11836

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

[startup+1801.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 11889
/proc/meminfo: memFree=953268/2059040 swapFree=4192956/4192956
[pid=11836] ppid=11834 vsize=822072 CPUtime=1800.97
/proc/11836/stat : 11836 (pbscip.linux.x8) R 11834 11836 11714 0 -1 4202496 207945 0 0 0 176067 4030 0 0 25 0 1 0 10767279 841801728 203854 1992294400 4194304 7136930 140733274011536 18446744073709551615 6165759 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/11836/statm: 205518 203854 404 719 0 204797 0
Current children cumulated CPU time (s) 1800.97
Current children cumulated vsize (KiB) 822072

[startup+1802.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 11889
/proc/meminfo: memFree=953268/2059040 swapFree=4192956/4192956
[pid=11836] ppid=11834 vsize=821556 CPUtime=1801.77
/proc/11836/stat : 11836 (pbscip.linux.x8) R 11834 11836 11714 0 -1 4202496 207945 0 0 0 176147 4030 0 0 25 0 1 0 10767279 841273344 203725 1992294400 4194304 7136930 140733274011536 18446744073709551615 6165759 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/11836/statm: 205389 203725 404 719 0 204668 0
Current children cumulated CPU time (s) 1801.77
Current children cumulated vsize (KiB) 821556

[startup+1802.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 11889
/proc/meminfo: memFree=953268/2059040 swapFree=4192956/4192956
[pid=11836] ppid=11834 vsize=821556 CPUtime=1801.97
/proc/11836/stat : 11836 (pbscip.linux.x8) R 11834 11836 11714 0 -1 4202496 207945 0 0 0 176167 4030 0 0 25 0 1 0 10767279 841273344 203725 1992294400 4194304 7136930 140733274011536 18446744073709551615 6165759 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/11836/statm: 205389 203725 404 719 0 204668 0
Current children cumulated CPU time (s) 1801.97
Current children cumulated vsize (KiB) 821556

[startup+1802.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 11889
/proc/meminfo: memFree=953268/2059040 swapFree=4192956/4192956
[pid=11836] ppid=11834 vsize=819360 CPUtime=1802.07
/proc/11836/stat : 11836 (pbscip.linux.x8) R 11834 11836 11714 0 -1 4202496 207945 0 0 0 176177 4030 0 0 25 0 1 0 10767279 839024640 203176 1992294400 4194304 7136930 140733274011536 18446744073709551615 6165759 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/11836/statm: 204840 203176 404 719 0 204119 0
Current children cumulated CPU time (s) 1802.07
Current children cumulated vsize (KiB) 819360

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.69
CPU time (s): 1802.17
CPU user time (s): 1761.79
CPU system time (s): 40.3859
CPU usage (%): 99.9713
Max. virtual memory (cumulated for all children) (KiB): 822072

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1761.79
system time used= 40.3859
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 207945
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= 5308

runsolver used 3.06253 second user time and 8.43872 second system time

The end

Launcher Data

Begin job on node013 at 2010-06-12 16:07:38
IDJOB=2664589
IDBENCH=1850
IDSOLVER=1167
FILE ID=node013/2664589-1276351658
PBS_JOBID= 11173201
Free space on /tmp= 62464 MiB

SOLVER NAME= SCIPnone SCIP 1.2.1.2 without any LP solver
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/mps-v2-20-10/plato.asu.edu/pub/milp/normalized-mps-v2-20-10-neos1.opb
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-2664589-1276351658/watcher-2664589-1276351658 -o /tmp/evaluation-result-2664589-1276351658/solver-2664589-1276351658 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2664589-1276351658.opb -t 1800 -m 1800

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

MD5SUM BENCH= 374deb5d477559ba9c51d0ad1d758624
RANDOM SEED=1821370365

node013.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	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.253
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.50
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.253
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1772088 kB
Buffers:         29616 kB
Cached:         132964 kB
SwapCached:          0 kB
Active:         125836 kB
Inactive:        96032 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1772088 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            3392 kB
Writeback:           0 kB
AnonPages:       59132 kB
Mapped:          15432 kB
Slab:            43316 kB
PageTables:       4020 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   179568 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264948 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62460 MiB
End job on node013 at 2010-06-12 16:37:41