Trace number 3690519

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
SCIP spx SCIP 2.1.1.4. with SoPlex 1.6.0.3 fixed? 1796.83 1797.13

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/web/www.ps.uni-sb.de/~walser/
benchmarks/ppp-problems/normalized-ppp:1-11,19,21.opb
MD5SUMd484bc8efed557f17788965b19feafe5
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark17.8783
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables4602
Total number of constraints30179
Number of constraints which are clauses29160
Number of constraints which are cardinality constraints (but not clauses)941
Number of constraints which are nor clauses,nor cardinality constraints78
Minimum length of a constraint3
Maximum length of a constraint29
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 10
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 103
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c SCIP version 2.1.1.4 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.6.0.3] [GitHash: a3bf3a4-dirty]
0.00/0.00	c Copyright (c) 2002-2012 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-3690519-1338016952.opb>
0.04/0.08	c original problem has 4602 variables (4602 bin, 0 int, 0 impl, 0 cont) and 30179 constraints
0.04/0.08	c problem read in 0.08
0.04/0.08	c No objective function, only one solution is needed.
0.04/0.08	c presolving settings loaded
0.09/0.18	c presolving:
0.49/0.50	c (round 1) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 30179 upgd conss, 0 impls, 941 clqs
0.49/0.59	c (round 2) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 108 chg coeffs, 35801 upgd conss, 0 impls, 1505 clqs
0.59/0.67	c (round 3) 42 del vars, 7 del conss, 0 add conss, 0 chg bounds, 18 chg sides, 540 chg coeffs, 35801 upgd conss, 11242 impls, 1498 clqs
0.69/0.78	c presolving (4 rounds):
0.69/0.78	c  42 deleted vars, 7 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 18 changed sides, 540 changed coefficients
0.69/0.78	c  11242 implications, 1498 cliques
0.69/0.78	c presolved problem has 4560 variables (4560 bin, 0 int, 0 impl, 0 cont) and 30172 constraints
0.69/0.78	c      78 constraints of type <knapsack>
0.69/0.78	c    6556 constraints of type <setppc>
0.69/0.78	c   23538 constraints of type <logicor>
0.69/0.78	c transformed objective value is always integral (scale: 1)
0.69/0.78	c Presolving Time: 0.67
0.69/0.78	c - non default parameters ----------------------------------------------------------------------
0.69/0.78	c # SCIP version 2.1.1.4
0.69/0.78	c 
0.69/0.78	c # maximal time in seconds to run
0.69/0.78	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.69/0.78	c limits/time = 1797
0.69/0.78	c 
0.69/0.78	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.69/0.78	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.69/0.78	c limits/memory = 13950
0.69/0.78	c 
0.69/0.78	c # solving stops, if the given number of solutions were found (-1: no limit)
0.69/0.78	c # [type: int, range: [-1,2147483647], default: -1]
0.69/0.78	c limits/solutions = 1
0.69/0.78	c 
0.69/0.78	c # maximal number of separation rounds per node (-1: unlimited)
0.69/0.78	c # [type: int, range: [-1,2147483647], default: 5]
0.69/0.78	c separating/maxrounds = 1
0.69/0.78	c 
0.69/0.78	c # maximal number of separation rounds in the root node (-1: unlimited)
0.69/0.78	c # [type: int, range: [-1,2147483647], default: -1]
0.69/0.78	c separating/maxroundsroot = 5
0.69/0.78	c 
0.69/0.78	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.69/0.78	c # [type: int, range: [1,2], default: 1]
0.69/0.78	c timing/clocktype = 2
0.69/0.78	c 
0.69/0.78	c # belongs reading time to solving time?
0.69/0.78	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.69/0.78	c timing/reading = TRUE
0.69/0.78	c 
0.69/0.78	c # should disaggregation of knapsack constraints be allowed in preprocessing?
0.69/0.78	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
0.69/0.78	c constraints/knapsack/disaggregation = FALSE
0.69/0.78	c 
0.69/0.78	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
0.69/0.78	c # [type: int, range: [-1,2147483647], default: 10]
0.69/0.78	c heuristics/coefdiving/freq = -1
0.69/0.78	c 
0.69/0.78	c # maximal fraction of diving LP iterations compared to node LP iterations
0.69/0.78	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.69/0.78	c heuristics/coefdiving/maxlpiterquot = 0.075
0.69/0.78	c 
0.69/0.78	c # additional number of allowed LP iterations
0.69/0.78	c # [type: int, range: [0,2147483647], default: 1000]
0.69/0.78	c heuristics/coefdiving/maxlpiterofs = 1500
0.69/0.78	c 
0.69/0.78	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
0.69/0.78	c # [type: int, range: [-1,2147483647], default: 30]
0.69/0.78	c heuristics/crossover/freq = -1
0.69/0.78	c 
0.69/0.78	c # number of nodes added to the contingent of the total nodes
0.69/0.78	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.69/0.78	c heuristics/crossover/nodesofs = 750
0.69/0.78	c 
0.69/0.78	c # number of nodes without incumbent change that heuristic should wait
0.69/0.78	c # [type: longint, range: [0,9223372036854775807], default: 200]
0.69/0.78	c heuristics/crossover/nwaitingnodes = 100
0.69/0.78	c 
0.69/0.78	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
0.69/0.78	c # [type: real, range: [0,1], default: 0.1]
0.69/0.78	c heuristics/crossover/nodesquot = 0.15
0.69/0.78	c 
0.69/0.78	c # minimum percentage of integer variables that have to be fixed 
0.69/0.78	c # [type: real, range: [0,1], default: 0.666]
0.69/0.78	c heuristics/crossover/minfixingrate = 0.5
0.69/0.78	c 
0.69/0.78	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
0.69/0.78	c # [type: int, range: [-1,2147483647], default: 20]
0.69/0.78	c heuristics/feaspump/freq = -1
0.69/0.78	c 
0.69/0.78	c # additional number of allowed LP iterations
0.69/0.78	c # [type: int, range: [0,2147483647], default: 1000]
0.69/0.78	c heuristics/feaspump/maxlpiterofs = 2000
0.69/0.78	c 
0.69/0.78	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
0.69/0.78	c # [type: int, range: [-1,2147483647], default: 10]
0.69/0.78	c heuristics/fracdiving/freq = -1
0.69/0.78	c 
0.69/0.78	c # maximal fraction of diving LP iterations compared to node LP iterations
0.69/0.78	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.69/0.78	c heuristics/fracdiving/maxlpiterquot = 0.075
0.69/0.78	c 
0.69/0.78	c # additional number of allowed LP iterations
0.69/0.78	c # [type: int, range: [0,2147483647], default: 1000]
0.69/0.78	c heuristics/fracdiving/maxlpiterofs = 1500
0.69/0.78	c 
0.69/0.78	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
0.69/0.78	c # [type: int, range: [-1,2147483647], default: 10]
0.69/0.78	c heuristics/guideddiving/freq = -1
0.69/0.78	c 
0.69/0.78	c # maximal fraction of diving LP iterations compared to node LP iterations
0.69/0.78	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.69/0.78	c heuristics/guideddiving/maxlpiterquot = 0.075
0.69/0.78	c 
0.69/0.78	c # additional number of allowed LP iterations
0.69/0.78	c # [type: int, range: [0,2147483647], default: 1000]
0.69/0.78	c heuristics/guideddiving/maxlpiterofs = 1500
0.69/0.78	c 
0.69/0.78	c # maximal fraction of diving LP iterations compared to node LP iterations
0.69/0.78	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.69/0.78	c heuristics/intdiving/maxlpiterquot = 0.075
0.69/0.78	c 
0.69/0.78	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
0.69/0.78	c # [type: int, range: [-1,2147483647], default: 10]
0.69/0.78	c heuristics/intshifting/freq = -1
0.69/0.78	c 
0.69/0.78	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
0.69/0.78	c # [type: int, range: [-1,2147483647], default: 10]
0.69/0.78	c heuristics/linesearchdiving/freq = -1
0.69/0.78	c 
0.69/0.78	c # maximal fraction of diving LP iterations compared to node LP iterations
0.69/0.78	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.69/0.78	c heuristics/linesearchdiving/maxlpiterquot = 0.075
0.69/0.78	c 
0.69/0.78	c # additional number of allowed LP iterations
0.69/0.78	c # [type: int, range: [0,2147483647], default: 1000]
0.69/0.78	c heuristics/linesearchdiving/maxlpiterofs = 1500
0.69/0.78	c 
0.69/0.78	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
0.69/0.78	c # [type: int, range: [-1,2147483647], default: 20]
0.69/0.78	c heuristics/objpscostdiving/freq = -1
0.69/0.78	c 
0.69/0.78	c # maximal fraction of diving LP iterations compared to total iteration number
0.69/0.78	c # [type: real, range: [0,1], default: 0.01]
0.69/0.78	c heuristics/objpscostdiving/maxlpiterquot = 0.015
0.69/0.78	c 
0.69/0.78	c # additional number of allowed LP iterations
0.69/0.78	c # [type: int, range: [0,2147483647], default: 1000]
0.69/0.78	c heuristics/objpscostdiving/maxlpiterofs = 1500
0.69/0.78	c 
0.69/0.78	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
0.69/0.78	c # [type: int, range: [-1,2147483647], default: 1]
0.69/0.78	c heuristics/oneopt/freq = -1
0.69/0.78	c 
0.69/0.78	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
0.69/0.78	c # [type: int, range: [-1,2147483647], default: 10]
0.69/0.78	c heuristics/pscostdiving/freq = -1
0.69/0.78	c 
0.69/0.78	c # maximal fraction of diving LP iterations compared to node LP iterations
0.69/0.78	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.69/0.78	c heuristics/pscostdiving/maxlpiterquot = 0.075
0.69/0.78	c 
0.69/0.78	c # additional number of allowed LP iterations
0.69/0.78	c # [type: int, range: [0,2147483647], default: 1000]
0.69/0.78	c heuristics/pscostdiving/maxlpiterofs = 1500
0.69/0.78	c 
0.69/0.78	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
0.69/0.78	c # [type: int, range: [-1,2147483647], default: 0]
0.69/0.78	c heuristics/rens/freq = -1
0.69/0.78	c 
0.69/0.78	c # minimum percentage of integer variables that have to be fixable 
0.69/0.78	c # [type: real, range: [0,1], default: 0.5]
0.69/0.78	c heuristics/rens/minfixingrate = 0.3
0.69/0.78	c 
0.69/0.78	c # number of nodes added to the contingent of the total nodes
0.69/0.78	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.69/0.78	c heuristics/rens/nodesofs = 2000
0.69/0.78	c 
0.69/0.78	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
0.69/0.78	c # [type: int, range: [-1,2147483647], default: 20]
0.69/0.78	c heuristics/rootsoldiving/freq = -1
0.69/0.78	c 
0.69/0.78	c # maximal fraction of diving LP iterations compared to node LP iterations
0.69/0.78	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
0.69/0.78	c heuristics/rootsoldiving/maxlpiterquot = 0.015
0.69/0.78	c 
0.69/0.78	c # additional number of allowed LP iterations
0.69/0.78	c # [type: int, range: [0,2147483647], default: 1000]
0.69/0.78	c heuristics/rootsoldiving/maxlpiterofs = 1500
0.69/0.78	c 
0.69/0.78	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
0.69/0.78	c # [type: int, range: [-1,2147483647], default: 1]
0.69/0.78	c heuristics/rounding/freq = -1
0.69/0.78	c 
0.69/0.78	c # frequency for calling primal heuristic <shiftandpropagate> (-1: never, 0: only at depth freqofs)
0.69/0.78	c # [type: int, range: [-1,2147483647], default: 0]
0.69/0.78	c heuristics/shiftandpropagate/freq = -1
0.69/0.78	c 
0.69/0.78	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
0.69/0.78	c # [type: int, range: [-1,2147483647], default: 10]
0.69/0.78	c heuristics/shifting/freq = -1
0.69/0.78	c 
0.69/0.78	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
0.69/0.78	c # [type: int, range: [-1,2147483647], default: 1]
0.69/0.78	c heuristics/simplerounding/freq = -1
0.69/0.78	c 
0.69/0.78	c # frequency for calling primal heuristic <subnlp> (-1: never, 0: only at depth freqofs)
0.69/0.78	c # [type: int, range: [-1,2147483647], default: 1]
0.69/0.78	c heuristics/subnlp/freq = -1
0.69/0.78	c 
0.69/0.78	c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
0.69/0.78	c # [type: int, range: [-1,2147483647], default: 0]
0.69/0.78	c heuristics/trivial/freq = -1
0.69/0.78	c 
0.69/0.78	c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
0.69/0.78	c # [type: int, range: [-1,2147483647], default: 1]
0.69/0.78	c heuristics/trysol/freq = -1
0.69/0.78	c 
0.69/0.78	c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
0.69/0.78	c # [type: int, range: [-1,2147483647], default: 0]
0.69/0.78	c heuristics/undercover/freq = -1
0.69/0.78	c 
0.69/0.78	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
0.69/0.78	c # [type: int, range: [-1,2147483647], default: 10]
0.69/0.78	c heuristics/veclendiving/freq = -1
0.69/0.78	c 
0.69/0.78	c # maximal fraction of diving LP iterations compared to node LP iterations
0.69/0.78	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.69/0.78	c heuristics/veclendiving/maxlpiterquot = 0.075
0.69/0.78	c 
0.69/0.78	c # additional number of allowed LP iterations
0.69/0.78	c # [type: int, range: [0,2147483647], default: 1000]
0.69/0.78	c heuristics/veclendiving/maxlpiterofs = 1500
0.69/0.78	c 
0.69/0.78	c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
0.69/0.78	c # [type: int, range: [-1,2147483647], default: 1]
0.69/0.78	c heuristics/zirounding/freq = -1
0.69/0.78	c 
0.69/0.78	c # maximal number of presolving rounds the propagator participates in (-1: no limit)
0.69/0.78	c # [type: int, range: [-1,2147483647], default: -1]
0.69/0.78	c propagating/probing/maxprerounds = 0
0.69/0.78	c 
0.69/0.78	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
0.69/0.78	c # [type: int, range: [-1,2147483647], default: 0]
0.69/0.78	c separating/cmir/freq = -1
0.69/0.78	c 
0.69/0.78	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
0.69/0.78	c # [type: int, range: [-1,2147483647], default: 0]
0.69/0.78	c separating/flowcover/freq = -1
0.69/0.78	c 
0.69/0.78	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.69/0.78	c # [type: int, range: [-1,2147483647], default: -1]
0.69/0.78	c separating/rapidlearning/freq = 0
0.69/0.78	c 
0.69/0.78	c # frequency for calling primal heuristic <indoneopt> (-1: never, 0: only at depth freqofs)
0.69/0.78	c # [type: int, range: [-1,2147483647], default: 1]
0.69/0.78	c heuristics/indoneopt/freq = -1
0.69/0.78	c 
0.69/0.78	c -----------------------------------------------------------------------------------------------
0.69/0.78	c start solving
0.69/0.78	c 
4.39/4.47	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
4.39/4.47	c   4.5s|     1 |     0 |  7574 |     - |  49M|   0 | 605 |4560 |  30k|4560 |  30k|   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
9.08/9.12	c   9.1s|     1 |     0 | 12668 |     - |  57M|   0 | 736 |4560 |  30k|4560 |  30k|  62 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
13.10/13.14	c  13.1s|     1 |     0 | 15618 |     - |  66M|   0 | 714 |4560 |  30k|4560 |  30k| 108 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
14.79/14.86	c  14.9s|     1 |     0 | 16887 |     - |  75M|   0 | 775 |4560 |  30k|4560 |  30k| 142 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
19.79/19.82	c  19.8s|     1 |     0 | 18887 |     - |  83M|   0 | 801 |4560 |  30k|4560 |  30k| 164 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
25.29/25.31	c  25.3s|     1 |     0 | 19690 |     - |  91M|   0 | 814 |4560 |  30k|4560 |  30k| 181 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
48.68/48.71	c  48.7s|     1 |     2 | 19690 |     - |  91M|   0 | 814 |4560 |  30k|4560 |  30k| 181 |   0 |  33 | 0.000000e+00 |      --      |    Inf 
188.06/188.12	c   188s|   100 |   101 | 52348 | 329.9 |  93M|  70 | 735 |4560 |  30k|4560 |  30k| 181 |   0 | 195 | 0.000000e+00 |      --      |    Inf 
203.74/203.81	c   204s|   200 |   197 | 66473 | 235.1 |  94M|  95 | 641 |4560 |  30k|4560 |  30k| 181 |  14 | 211 | 0.000000e+00 |      --      |    Inf 
218.95/219.09	c   219s|   300 |   285 | 77248 | 192.5 |  95M| 113 | 569 |4560 |  30k|4560 |  30k| 181 |  53 | 243 | 0.000000e+00 |      --      |    Inf 
230.04/230.19	c   230s|   400 |   342 | 86346 | 167.1 |  96M| 127 |   - |4560 |  30k|4560 |  30k| 181 | 114 | 259 | 0.000000e+00 |      --      |    Inf 
252.84/252.94	c   253s|   500 |   364 |103022 | 167.0 |  97M| 151 |   - |4560 |  30k|4560 |  30k| 181 | 304 | 290 | 0.000000e+00 |      --      |    Inf 
274.84/274.90	c   275s|   600 |   401 |121268 | 169.6 |  97M| 151 | 338 |4560 |  30k|4560 |  30k| 181 | 451 | 306 | 0.000000e+00 |      --      |    Inf 
280.53/280.69	c   281s|   700 |   422 |125578 | 151.5 |  97M| 155 | 314 |4560 |  30k|4560 |  30k| 181 | 697 | 322 | 0.000000e+00 |      --      |    Inf 
299.82/299.91	c   300s|   800 |   423 |138498 | 148.7 |  98M| 160 | 473 |4560 |  30k|4560 |  30k| 181 | 934 | 354 | 0.000000e+00 |      --      |    Inf 
317.93/318.05	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
317.93/318.05	c   318s|   900 |   480 |154996 | 150.5 |  98M| 160 | 479 |4560 |  30k|4560 |  30k| 181 |1055 | 370 | 0.000000e+00 |      --      |    Inf 
325.02/325.10	c   325s|  1000 |   476 |160979 | 141.4 |  98M| 160 |   - |4560 |  30k|4560 |  30k| 181 |1286 | 385 | 0.000000e+00 |      --      |    Inf 
334.24/334.36	c   334s|  1100 |   490 |166626 | 133.7 |  98M| 160 | 503 |4560 |  30k|4560 |  30k| 181 |1471 | 415 | 0.000000e+00 |      --      |    Inf 
347.72/347.81	c   348s|  1200 |   497 |176683 | 130.9 |  98M| 160 | 513 |4560 |  30k|4560 |  30k| 181 |1628 | 445 | 0.000000e+00 |      --      |    Inf 
356.52/356.66	c   357s|  1300 |   486 |184175 | 126.6 |  98M| 160 | 484 |4560 |  30k|4560 |  30k| 181 |1873 | 460 | 0.000000e+00 |      --      |    Inf 
369.72/369.86	c   370s|  1400 |   505 |192368 | 123.4 |  98M| 160 |   - |4560 |  30k|   0 |   0 | 181 |2024 | 490 | 0.000000e+00 |      --      |    Inf 
387.22/387.30	c   387s|  1500 |   526 |206302 | 124.5 |  99M| 160 | 697 |4560 |  30k|4560 |  30k| 181 |2112 | 520 | 0.000000e+00 |      --      |    Inf 
402.91/403.04	c   403s|  1600 |   557 |219720 | 125.1 |  99M| 160 | 671 |4560 |  30k|4560 |  30k| 181 |2254 | 550 | 0.000000e+00 |      --      |    Inf 
427.41/427.59	c   428s|  1700 |   600 |238850 | 129.0 |  99M| 160 |   - |4560 |  30k|4560 |  30k| 181 |2383 | 595 | 0.000000e+00 |      --      |    Inf 
449.70/449.85	c   450s|  1800 |   641 |254895 | 130.7 | 100M| 160 |   - |4560 |  30k|4560 |  30k| 181 |2537 | 640 | 0.000000e+00 |      --      |    Inf 
482.39/482.56	c   483s|  1900 |   703 |281013 | 137.6 | 100M| 160 | 687 |4560 |  30k|4560 |  30k| 181 |2613 | 685 | 0.000000e+00 |      --      |    Inf 
504.70/504.83	c   505s|  2000 |   735 |300039 | 140.2 | 101M| 160 | 691 |4560 |  30k|4560 |  30k| 181 |2757 | 714 | 0.000000e+00 |      --      |    Inf 
535.29/535.42	c   535s|  2100 |   778 |324519 | 145.2 | 101M| 160 | 675 |4560 |  30k|4560 |  30k| 181 |2880 | 758 | 0.000000e+00 |      --      |    Inf 
558.39/558.50	c   558s|  2200 |   835 |345285 | 148.1 | 102M| 160 |   - |4560 |  30k|4560 |  30k| 181 |3002 | 786 | 0.000000e+00 |      --      |    Inf 
585.09/585.22	c   585s|  2300 |   890 |365180 | 150.3 | 102M| 160 | 664 |4560 |  30k|4560 |  30k| 181 |3132 | 829 | 0.000000e+00 |      --      |    Inf 
606.18/606.35	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
606.18/606.35	c   606s|  2400 |   940 |383005 | 151.4 | 103M| 160 | 678 |4560 |  30k|4560 |  30k| 181 |3277 | 857 | 0.000000e+00 |      --      |    Inf 
621.88/622.01	c   622s|  2500 |   985 |396518 | 150.8 | 103M| 160 |   - |4560 |  30k|   0 |   0 | 181 |3438 | 886 | 0.000000e+00 |      --      |    Inf 
645.27/645.44	c   645s|  2600 |  1043 |415318 | 152.2 | 104M| 160 |   - |4560 |  30k|4560 |  30k| 181 |3556 | 930 | 0.000000e+00 |      --      |    Inf 
673.27/673.47	c   673s|  2700 |  1101 |436112 | 154.3 | 104M| 160 | 636 |4560 |  30k|4560 |  30k| 181 |3695 | 972 | 0.000000e+00 |      --      |    Inf 
690.26/690.45	c   690s|  2800 |  1181 |451637 | 154.3 | 105M| 160 | 399 |4560 |  30k|4560 |  30k| 181 |3754 | 986 | 0.000000e+00 |      --      |    Inf 
696.46/696.67	c   697s|  2900 |  1213 |456668 | 150.7 | 106M| 160 |   - |4560 |  30k|4560 |  30k| 181 |4037 |1000 | 0.000000e+00 |      --      |    Inf 
703.97/704.16	c   704s|  3000 |  1211 |460995 | 147.2 | 106M| 160 | 246 |4560 |  30k|4560 |  30k| 181 |4342 |1030 | 0.000000e+00 |      --      |    Inf 
709.76/709.91	c   710s|  3100 |  1232 |465077 | 143.7 | 106M| 160 | 176 |4560 |  30k|4560 |  30k| 181 |4559 |1050 | 0.000000e+00 |      --      |    Inf 
713.96/714.10	c   714s|  3200 |  1217 |467866 | 140.1 | 106M| 162 |   - |4560 |  30k|4560 |  30k| 181 |4884 |1065 | 0.000000e+00 |      --      |    Inf 
719.76/719.96	c   720s|  3300 |  1214 |470923 | 136.8 | 106M| 162 | 283 |4560 |  30k|4560 |  30k| 181 |5173 |1093 | 0.000000e+00 |      --      |    Inf 
724.96/725.11	c   725s|  3400 |  1215 |474576 | 133.8 | 106M| 162 | 400 |4560 |  30k|4560 |  30k| 181 |5463 |1107 | 0.000000e+00 |      --      |    Inf 
729.56/729.75	c   730s|  3500 |  1213 |477982 | 131.0 | 106M| 162 |   - |4560 |  30k|   0 |   0 | 181 |5744 |1121 | 0.000000e+00 |      --      |    Inf 
735.67/735.82	c   736s|  3600 |  1216 |480912 | 128.2 | 106M| 162 | 363 |4560 |  31k|4560 |  30k| 181 |5906 |1149 | 0.000000e+00 |      --      |    Inf 
740.75/740.95	c   741s|  3700 |  1223 |484202 | 125.6 | 106M| 162 | 345 |4560 |  30k|4560 |  30k| 181 |6067 |1163 | 0.000000e+00 |      --      |    Inf 
745.46/745.67	c   746s|  3800 |  1222 |487274 | 123.1 | 107M| 162 | 369 |4560 |  31k|4560 |  30k| 181 |6300 |1177 | 0.000000e+00 |      --      |    Inf 
751.36/751.52	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
751.36/751.52	c   752s|  3900 |  1216 |490157 | 120.7 | 107M| 162 |   - |4560 |  31k|4560 |  30k| 181 |6474 |1205 | 0.000000e+00 |      --      |    Inf 
756.36/756.52	c   757s|  4000 |  1214 |493098 | 118.4 | 106M| 162 |   - |4560 |  31k|4560 |  30k| 181 |6613 |1218 | 0.000000e+00 |      --      |    Inf 
763.27/763.45	c   763s|  4100 |  1208 |496660 | 116.4 | 106M| 162 |   - |4560 |  30k|4560 |  30k| 181 |6781 |1245 | 0.000000e+00 |      --      |    Inf 
768.55/768.76	c   769s|  4200 |  1208 |500334 | 114.5 | 106M| 162 |   - |4560 |  30k|4560 |  30k| 181 |6970 |1258 | 0.000000e+00 |      --      |    Inf 
774.16/774.35	c   774s|  4300 |  1206 |503227 | 112.5 | 106M| 162 |   - |4560 |  31k|4560 |  30k| 181 |7188 |1284 | 0.000000e+00 |      --      |    Inf 
779.56/779.76	c   780s|  4400 |  1204 |506855 | 110.7 | 106M| 162 |   - |4560 |  31k|4560 |  30k| 181 |7403 |1297 | 0.000000e+00 |      --      |    Inf 
786.55/786.77	c   787s|  4500 |  1206 |510059 | 109.0 | 107M| 162 |   - |4560 |  31k|4560 |  30k| 181 |7674 |1336 | 0.000000e+00 |      --      |    Inf 
791.65/791.89	c   792s|  4600 |  1192 |513588 | 107.4 | 106M| 162 |   - |4560 |  30k|4560 |  30k| 181 |7909 |1349 | 0.000000e+00 |      --      |    Inf 
798.25/798.50	c   798s|  4700 |  1188 |517049 | 105.8 | 106M| 162 | 420 |4560 |  30k|4560 |  30k| 181 |8099 |1375 | 0.000000e+00 |      --      |    Inf 
804.85/805.08	c   805s|  4800 |  1210 |520763 | 104.4 | 106M| 162 | 408 |4560 |  30k|4560 |  30k| 181 |8353 |1401 | 0.000000e+00 |      --      |    Inf 
808.95/809.19	c   809s|  4900 |  1204 |523531 | 102.8 | 107M| 162 | 425 |4560 |  31k|4560 |  30k| 181 |8656 |1414 | 0.000000e+00 |      --      |    Inf 
815.15/815.38	c   815s|  5000 |  1210 |527178 | 101.5 | 107M| 162 |   - |4560 |  31k|4560 |  30k| 181 |8856 |1440 | 0.000000e+00 |      --      |    Inf 
821.24/821.47	c   821s|  5100 |  1198 |530328 | 100.1 | 107M| 162 |   - |4560 |  31k|4560 |  30k| 181 |9101 |1466 | 0.000000e+00 |      --      |    Inf 
824.94/825.10	c   825s|  5200 |  1208 |533740 |  98.9 | 107M| 162 |   - |4560 |  31k|   0 |   0 | 181 |9366 |1466 | 0.000000e+00 |      --      |    Inf 
832.34/832.53	c   833s|  5300 |  1201 |538730 |  98.0 | 107M| 162 |   - |4560 |  31k|4560 |  30k| 181 |9621 |1492 | 0.000000e+00 |      --      |    Inf 
841.14/841.39	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
841.14/841.39	c   841s|  5400 |  1219 |543611 |  97.0 | 107M| 162 | 493 |4560 |  31k|4560 |  30k| 181 |9805 |1518 | 0.000000e+00 |      --      |    Inf 
848.05/848.23	c   848s|  5500 |  1242 |549023 |  96.3 | 107M| 162 | 490 |4560 |  31k|4560 |  30k| 181 |  10k|1530 | 0.000000e+00 |      --      |    Inf 
853.54/853.71	c   854s|  5600 |  1247 |552605 |  95.2 | 107M| 162 | 494 |4560 |  31k|4560 |  30k| 181 |  10k|1542 | 0.000000e+00 |      --      |    Inf 
860.34/860.59	c   861s|  5700 |  1259 |556532 |  94.2 | 107M| 162 | 474 |4560 |  31k|4560 |  30k| 181 |  10k|1566 | 0.000000e+00 |      --      |    Inf 
870.14/870.33	c   870s|  5800 |  1260 |563356 |  93.8 | 108M| 162 |   - |4560 |  31k|   0 |   0 | 181 |  10k|1592 | 0.000000e+00 |      --      |    Inf 
878.74/878.94	c   879s|  5900 |  1257 |568453 |  93.0 | 107M| 162 | 520 |4560 |  31k|4560 |  30k| 181 |  11k|1628 | 0.000000e+00 |      --      |    Inf 
885.83/886.00	c   886s|  6000 |  1256 |573633 |  92.3 | 107M| 162 | 507 |4560 |  31k|4560 |  30k| 181 |  11k|1652 | 0.000000e+00 |      --      |    Inf 
901.13/901.31	c   901s|  6100 |  1279 |584661 |  92.6 | 107M| 162 |   - |4560 |  30k|4560 |  30k| 181 |  11k|1689 | 0.000000e+00 |      --      |    Inf 
907.94/908.19	c   908s|  6200 |  1282 |588797 |  91.8 | 107M| 162 | 460 |4560 |  30k|4560 |  30k| 181 |  11k|1713 | 0.000000e+00 |      --      |    Inf 
915.43/915.66	c   916s|  6300 |  1264 |593510 |  91.1 | 107M| 162 |   - |4560 |  30k|4560 |  30k| 181 |  11k|1737 | 0.000000e+00 |      --      |    Inf 
927.04/927.24	c   927s|  6400 |  1308 |602840 |  91.1 | 108M| 162 | 393 |4560 |  30k|4560 |  30k| 181 |  12k|1774 | 0.000000e+00 |      --      |    Inf 
941.72/941.94	c   942s|  6500 |  1309 |612961 |  91.3 | 107M| 162 | 447 |4560 |  30k|4560 |  30k| 181 |  12k|1822 | 0.000000e+00 |      --      |    Inf 
946.83/947.07	c   947s|  6600 |  1314 |616039 |  90.4 | 108M| 162 | 510 |4560 |  30k|4560 |  30k| 181 |  12k|1834 | 0.000000e+00 |      --      |    Inf 
951.93/952.19	c   952s|  6700 |  1315 |619158 |  89.5 | 108M| 162 | 452 |4560 |  31k|4560 |  30k| 181 |  12k|1846 | 0.000000e+00 |      --      |    Inf 
958.52/958.71	c   959s|  6800 |  1315 |622722 |  88.7 | 108M| 162 | 562 |4560 |  31k|4560 |  30k| 181 |  13k|1870 | 0.000000e+00 |      --      |    Inf 
965.82/966.08	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
965.82/966.08	c   966s|  6900 |  1330 |627964 |  88.2 | 108M| 162 |   - |4560 |  31k|   0 |   0 | 181 |  13k|1894 | 0.000000e+00 |      --      |    Inf 
971.63/971.82	c   972s|  7000 |  1334 |630798 |  87.3 | 108M| 162 | 417 |4560 |  31k|4560 |  30k| 181 |  13k|1930 | 0.000000e+00 |      --      |    Inf 
976.83/977.02	c   977s|  7100 |  1328 |633951 |  86.5 | 108M| 162 | 418 |4560 |  31k|4560 |  30k| 181 |  13k|1952 | 0.000000e+00 |      --      |    Inf 
982.82/983.05	c   983s|  7200 |  1324 |637292 |  85.8 | 109M| 162 | 481 |4560 |  31k|4560 |  30k| 181 |  14k|1985 | 0.000000e+00 |      --      |    Inf 
989.62/989.80	c   990s|  7300 |  1305 |641459 |  85.2 | 108M| 162 | 475 |4560 |  31k|4560 |  30k| 181 |  14k|2007 | 0.000000e+00 |      --      |    Inf 
998.53/998.77	c   999s|  7400 |  1328 |646662 |  84.7 | 108M| 162 | 429 |4560 |  31k|4560 |  30k| 181 |  14k|2041 | 0.000000e+00 |      --      |    Inf 
1004.92/1005.17	c  1005s|  7500 |  1341 |650831 |  84.2 | 109M| 162 | 392 |4560 |  31k|4560 |  30k| 181 |  15k|2074 | 0.000000e+00 |      --      |    Inf 
1011.73/1011.97	c  1012s|  7600 |  1340 |654974 |  83.6 | 109M| 162 |   - |4560 |  32k|4560 |  30k| 181 |  15k|2113 | 0.000000e+00 |      --      |    Inf 
1019.31/1019.58	c  1020s|  7700 |  1338 |659479 |  83.1 | 109M| 162 | 396 |4560 |  32k|4560 |  30k| 181 |  15k|2160 | 0.000000e+00 |      --      |    Inf 
1026.41/1026.62	c  1027s|  7800 |  1330 |663566 |  82.6 | 109M| 162 | 423 |4560 |  32k|4560 |  30k| 181 |  16k|2210 | 0.000000e+00 |      --      |    Inf 
1034.82/1035.08	c  1035s|  7900 |  1328 |668987 |  82.2 | 109M| 162 | 393 |4560 |  32k|4560 |  30k| 181 |  16k|2250 | 0.000000e+00 |      --      |    Inf 
1042.31/1042.55	c  1043s|  8000 |  1348 |673405 |  81.7 | 109M| 162 | 354 |4560 |  31k|4560 |  30k| 181 |  16k|2282 | 0.000000e+00 |      --      |    Inf 
1050.32/1050.58	c  1051s|  8100 |  1360 |677688 |  81.2 | 109M| 162 |   - |4560 |  32k|4560 |  30k| 181 |  16k|2334 | 0.000000e+00 |      --      |    Inf 
1056.31/1056.54	c  1057s|  8200 |  1364 |680556 |  80.6 | 110M| 162 | 387 |4560 |  32k|4560 |  30k| 181 |  17k|2383 | 0.000000e+00 |      --      |    Inf 
1063.20/1063.44	c  1063s|  8300 |  1373 |685140 |  80.2 | 110M| 162 | 392 |4560 |  32k|4560 |  30k| 181 |  17k|2404 | 0.000000e+00 |      --      |    Inf 
1071.12/1071.30	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1071.12/1071.30	c  1071s|  8400 |  1372 |689637 |  79.8 | 110M| 162 |   - |4560 |  32k|   0 |   0 | 181 |  17k|2452 | 0.000000e+00 |      --      |    Inf 
1078.51/1078.74	c  1079s|  8500 |  1379 |693877 |  79.3 | 110M| 162 | 377 |4560 |  32k|4560 |  30k| 181 |  18k|2499 | 0.000000e+00 |      --      |    Inf 
1085.11/1085.34	c  1085s|  8600 |  1374 |697516 |  78.8 | 110M| 162 | 372 |4560 |  32k|4560 |  30k| 181 |  18k|2545 | 0.000000e+00 |      --      |    Inf 
1093.41/1093.60	c  1094s|  8700 |  1380 |702113 |  78.4 | 110M| 162 |   - |4560 |  32k|4560 |  30k| 181 |  18k|2599 | 0.000000e+00 |      --      |    Inf 
1099.20/1099.44	c  1099s|  8800 |  1375 |705326 |  77.9 | 110M| 162 | 392 |4560 |  32k|4560 |  30k| 181 |  18k|2635 | 0.000000e+00 |      --      |    Inf 
1107.01/1107.24	c  1107s|  8900 |  1385 |709727 |  77.5 | 110M| 162 | 377 |4560 |  32k|4560 |  30k| 181 |  19k|2680 | 0.000000e+00 |      --      |    Inf 
1114.41/1114.60	c  1115s|  9000 |  1391 |713202 |  77.1 | 111M| 162 | 386 |4560 |  32k|4560 |  30k| 181 |  19k|2743 | 0.000000e+00 |      --      |    Inf 
1121.31/1121.51	c  1122s|  9100 |  1378 |716319 |  76.6 | 110M| 162 | 393 |4560 |  32k|4560 |  30k| 181 |  19k|2806 | 0.000000e+00 |      --      |    Inf 
1129.41/1129.65	c  1130s|  9200 |  1367 |720437 |  76.2 | 110M| 162 |   - |4560 |  32k|4560 |  30k| 181 |  19k|2887 | 0.000000e+00 |      --      |    Inf 
1134.91/1135.11	c  1135s|  9300 |  1365 |722460 |  75.6 | 110M| 162 | 419 |4560 |  32k|4560 |  30k| 181 |  20k|2941 | 0.000000e+00 |      --      |    Inf 
1140.60/1140.84	c  1141s|  9400 |  1355 |725625 |  75.1 | 109M| 162 | 394 |4560 |  31k|4560 |  30k| 181 |  20k|2968 | 0.000000e+00 |      --      |    Inf 
1147.11/1147.32	c  1147s|  9500 |  1375 |729005 |  74.7 | 110M| 162 |   - |4560 |  32k|   0 |   0 | 181 |  20k|3007 | 0.000000e+00 |      --      |    Inf 
1151.69/1151.94	c  1152s|  9600 |  1370 |731638 |  74.2 | 109M| 162 |   - |4560 |  32k|   0 |   0 | 181 |  21k|3025 | 0.000000e+00 |      --      |    Inf 
1157.60/1157.85	c  1158s|  9700 |  1362 |734267 |  73.7 | 109M| 162 | 396 |4560 |  32k|4560 |  30k| 181 |  21k|3088 | 0.000000e+00 |      --      |    Inf 
1163.50/1163.71	c  1164s|  9800 |  1370 |737796 |  73.3 | 110M| 162 | 390 |4560 |  32k|4560 |  30k| 181 |  21k|3113 | 0.000000e+00 |      --      |    Inf 
1169.10/1169.33	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1169.10/1169.33	c  1169s|  9900 |  1367 |740488 |  72.8 | 110M| 162 | 340 |4560 |  32k|4560 |  30k| 181 |  21k|3149 | 0.000000e+00 |      --      |    Inf 
1174.50/1174.77	c  1175s| 10000 |  1357 |743510 |  72.4 | 109M| 162 | 420 |4560 |  31k|4560 |  30k| 181 |  22k|3172 | 0.000000e+00 |      --      |    Inf 
1180.80/1181.06	c  1181s| 10100 |  1359 |746809 |  72.0 | 109M| 162 |   - |4560 |  32k|4560 |  30k| 181 |  22k|3217 | 0.000000e+00 |      --      |    Inf 
1186.99/1187.23	c  1187s| 10200 |  1370 |749961 |  71.6 | 110M| 162 | 392 |4560 |  32k|4560 |  30k| 181 |  22k|3262 | 0.000000e+00 |      --      |    Inf 
1193.99/1194.24	c  1194s| 10300 |  1363 |753452 |  71.2 | 110M| 162 | 399 |4560 |  32k|4560 |  30k| 181 |  22k|3315 | 0.000000e+00 |      --      |    Inf 
1201.59/1201.80	c  1202s| 10400 |  1370 |758123 |  71.0 | 110M| 162 | 429 |4560 |  32k|4560 |  30k| 181 |  23k|3356 | 0.000000e+00 |      --      |    Inf 
1208.70/1208.97	c  1209s| 10500 |  1357 |762226 |  70.7 | 110M| 162 | 408 |4560 |  32k|4560 |  30k| 181 |  23k|3400 | 0.000000e+00 |      --      |    Inf 
1214.19/1214.49	c  1214s| 10600 |  1359 |766186 |  70.4 | 110M| 162 |   - |4560 |  32k|4560 |  30k| 181 |  23k|3426 | 0.000000e+00 |      --      |    Inf 
1220.49/1220.79	c  1221s| 10700 |  1361 |770113 |  70.1 | 110M| 162 |   - |4560 |  32k|4560 |  30k| 181 |  23k|3458 | 0.000000e+00 |      --      |    Inf 
1225.58/1225.82	c  1226s| 10800 |  1362 |773346 |  69.8 | 110M| 162 | 352 |4560 |  32k|4560 |  30k| 181 |  24k|3475 | 0.000000e+00 |      --      |    Inf 
1236.38/1236.63	c  1237s| 10900 |  1350 |777175 |  69.5 | 109M| 162 | 389 |4560 |  32k|4560 |  30k| 181 |  24k|3567 | 0.000000e+00 |      --      |    Inf 
1241.29/1241.60	c  1242s| 11000 |  1349 |780574 |  69.2 | 109M| 162 | 404 |4560 |  32k|4560 |  30k| 181 |  24k|3577 | 0.000000e+00 |      --      |    Inf 
1247.98/1248.29	c  1248s| 11100 |  1351 |784086 |  68.9 | 109M| 162 | 402 |4560 |  32k|4560 |  30k| 181 |  24k|3619 | 0.000000e+00 |      --      |    Inf 
1254.38/1254.62	c  1255s| 11200 |  1351 |788328 |  68.6 | 110M| 162 |   - |4560 |  32k|4560 |  30k| 181 |  25k|3647 | 0.000000e+00 |      --      |    Inf 
1258.28/1258.59	c  1259s| 11300 |  1359 |790587 |  68.2 | 110M| 162 |   - |4560 |  32k|   0 |   0 | 181 |  25k|3662 | 0.000000e+00 |      --      |    Inf 
1263.28/1263.58	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1263.28/1263.58	c  1264s| 11400 |  1354 |793562 |  67.9 | 110M| 162 |   - |4560 |  32k|4560 |  30k| 181 |  25k|3684 | 0.000000e+00 |      --      |    Inf 
1268.68/1268.99	c  1269s| 11500 |  1357 |797478 |  67.6 | 110M| 162 | 371 |4560 |  32k|4560 |  30k| 181 |  25k|3705 | 0.000000e+00 |      --      |    Inf 
1273.38/1273.69	c  1274s| 11600 |  1354 |800951 |  67.4 | 110M| 162 |   - |4560 |  32k|4560 |  30k| 181 |  25k|3718 | 0.000000e+00 |      --      |    Inf 
1278.07/1278.33	c  1278s| 11700 |  1357 |804104 |  67.0 | 110M| 162 |   - |4560 |  32k|   0 |   0 | 181 |  26k|3731 | 0.000000e+00 |      --      |    Inf 
1281.78/1282.07	c  1282s| 11800 |  1351 |806701 |  66.7 | 110M| 162 |   - |4560 |  32k|4560 |  30k| 181 |  26k|3740 | 0.000000e+00 |      --      |    Inf 
1286.08/1286.39	c  1286s| 11900 |  1345 |809433 |  66.4 | 110M| 162 | 378 |4560 |  32k|4560 |  30k| 181 |  26k|3754 | 0.000000e+00 |      --      |    Inf 
1303.28/1303.51	c  1304s| 12000 |  1371 |815271 |  66.3 | 110M| 162 | 260 |4560 |  32k|4560 |  30k| 181 |  26k|3856 | 0.000000e+00 |      --      |    Inf 
1311.97/1312.28	c  1312s| 12100 |  1375 |820777 |  66.2 | 110M| 162 | 327 |4560 |  32k|4560 |  30k| 181 |  26k|3894 | 0.000000e+00 |      --      |    Inf 
1319.07/1319.38	c  1319s| 12200 |  1352 |825078 |  66.0 | 110M| 162 | 373 |4560 |  32k|4560 |  30k| 181 |  27k|3930 | 0.000000e+00 |      --      |    Inf 
1326.38/1326.64	c  1327s| 12300 |  1349 |829451 |  65.8 | 110M| 162 |   - |4560 |  32k|   0 |   0 | 181 |  27k|3971 | 0.000000e+00 |      --      |    Inf 
1333.07/1333.35	c  1333s| 12400 |  1351 |833237 |  65.6 | 110M| 162 | 392 |4560 |  32k|4560 |  30k| 181 |  27k|4014 | 0.000000e+00 |      --      |    Inf 
1340.97/1341.21	c  1341s| 12500 |  1355 |837409 |  65.4 | 110M| 162 | 404 |4560 |  32k|4560 |  30k| 181 |  28k|4084 | 0.000000e+00 |      --      |    Inf 
1346.37/1346.67	c  1347s| 12600 |  1356 |840599 |  65.2 | 110M| 162 | 404 |4560 |  32k|4560 |  30k| 181 |  28k|4115 | 0.000000e+00 |      --      |    Inf 
1352.86/1353.12	c  1353s| 12700 |  1344 |844391 |  64.9 | 110M| 162 |   - |4560 |  32k|4560 |  30k| 181 |  28k|4150 | 0.000000e+00 |      --      |    Inf 
1358.36/1358.63	c  1359s| 12800 |  1355 |847925 |  64.7 | 110M| 162 | 402 |4560 |  32k|4560 |  30k| 181 |  28k|4179 | 0.000000e+00 |      --      |    Inf 
1364.16/1364.40	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1364.16/1364.40	c  1364s| 12900 |  1353 |851729 |  64.5 | 110M| 162 | 446 |4560 |  32k|4560 |  30k| 181 |  29k|4212 | 0.000000e+00 |      --      |    Inf 
1371.16/1371.47	c  1371s| 13000 |  1358 |856423 |  64.4 | 110M| 162 | 413 |4560 |  32k|4560 |  30k| 181 |  29k|4250 | 0.000000e+00 |      --      |    Inf 
1378.96/1379.21	c  1379s| 13100 |  1355 |861963 |  64.3 | 110M| 162 | 387 |4560 |  32k|4560 |  30k| 181 |  29k|4285 | 0.000000e+00 |      --      |    Inf 
1384.26/1384.57	c  1385s| 13200 |  1355 |865349 |  64.1 | 110M| 162 | 443 |4560 |  32k|4560 |  30k| 181 |  29k|4310 | 0.000000e+00 |      --      |    Inf 
1394.46/1394.79	c  1395s| 13300 |  1363 |872502 |  64.1 | 111M| 162 | 388 |4560 |  32k|4560 |  30k| 181 |  30k|4363 | 0.000000e+00 |      --      |    Inf 
1401.07/1401.32	c  1401s| 13400 |  1358 |878012 |  64.1 | 110M| 162 |   - |4560 |  32k|4560 |  30k| 181 |  30k|4377 | 0.000000e+00 |      --      |    Inf 
1421.05/1421.38	c  1421s| 13500 |  1340 |883876 |  64.0 | 110M| 162 | 496 |4560 |  32k|4560 |  30k| 181 |  30k|4544 | 0.000000e+00 |      --      |    Inf 
1430.25/1430.57	c  1431s| 13600 |  1360 |889919 |  64.0 | 110M| 162 |   - |4560 |  32k|4560 |  30k| 181 |  30k|4585 | 0.000000e+00 |      --      |    Inf 
1436.65/1436.96	c  1437s| 13700 |  1391 |893614 |  63.8 | 110M| 162 | 141 |4560 |  32k|4560 |  30k| 181 |  31k|4631 | 0.000000e+00 |      --      |    Inf 
1441.05/1441.33	c  1441s| 13800 |  1408 |895991 |  63.5 | 111M| 162 | 156 |4560 |  32k|4560 |  30k| 181 |  31k|4667 | 0.000000e+00 |      --      |    Inf 
1445.55/1445.87	c  1446s| 13900 |  1403 |898237 |  63.2 | 111M| 162 |   - |4560 |  32k|4560 |  30k| 181 |  31k|4721 | 0.000000e+00 |      --      |    Inf 
1451.25/1451.56	c  1452s| 14000 |  1414 |901392 |  63.0 | 111M| 163 |   - |4560 |  32k|   0 |   0 | 181 |  31k|4766 | 0.000000e+00 |      --      |    Inf 
1456.25/1456.50	c  1457s| 14100 |  1410 |903541 |  62.7 | 111M| 163 |   - |4560 |  32k|   0 |   0 | 181 |  32k|4812 | 0.000000e+00 |      --      |    Inf 
1460.34/1460.68	c  1461s| 14200 |  1414 |905323 |  62.4 | 111M| 163 |   - |4560 |  32k|   0 |   0 | 181 |  32k|4839 | 0.000000e+00 |      --      |    Inf 
1465.44/1465.77	c  1466s| 14300 |  1439 |908341 |  62.1 | 111M| 163 |  96 |4560 |  32k|4560 |  30k| 181 |  32k|4875 | 0.000000e+00 |      --      |    Inf 
1471.14/1471.43	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1471.14/1471.43	c  1471s| 14400 |  1464 |911464 |  61.9 | 111M| 163 |  69 |4560 |  32k|4560 |  30k| 181 |  33k|4927 | 0.000000e+00 |      --      |    Inf 
1475.64/1475.95	c  1476s| 14500 |  1456 |913737 |  61.7 | 112M| 164 |   - |4560 |  32k|4560 |  30k| 181 |  33k|4982 | 0.000000e+00 |      --      |    Inf 
1480.64/1480.96	c  1481s| 14600 |  1430 |916207 |  61.4 | 111M| 164 |   - |4560 |  32k|4560 |  30k| 181 |  33k|5038 | 0.000000e+00 |      --      |    Inf 
1486.54/1486.88	c  1487s| 14700 |  1445 |919603 |  61.2 | 111M| 164 | 216 |4560 |  32k|4560 |  30k| 181 |  34k|5084 | 0.000000e+00 |      --      |    Inf 
1491.35/1491.60	c  1492s| 14800 |  1420 |922598 |  61.0 | 111M| 164 | 329 |4560 |  32k|4560 |  30k| 181 |  34k|5119 | 0.000000e+00 |      --      |    Inf 
1500.15/1500.42	c  1500s| 14900 |  1413 |926366 |  60.9 | 111M| 164 | 375 |4560 |  32k|4560 |  30k| 181 |  34k|5222 | 0.000000e+00 |      --      |    Inf 
1504.63/1504.93	c  1505s| 15000 |  1435 |929326 |  60.6 | 111M| 164 | 308 |4560 |  32k|4560 |  30k| 181 |  34k|5253 | 0.000000e+00 |      --      |    Inf 
1508.63/1508.96	c  1509s| 15100 |  1441 |932264 |  60.4 | 111M| 164 | 240 |4560 |  32k|4560 |  30k| 181 |  34k|5276 | 0.000000e+00 |      --      |    Inf 
1512.43/1512.76	c  1513s| 15200 |  1424 |934819 |  60.2 | 111M| 164 | 314 |4560 |  32k|4560 |  30k| 181 |  35k|5290 | 0.000000e+00 |      --      |    Inf 
1515.34/1515.68	c  1516s| 15300 |  1437 |936944 |  60.0 | 112M| 164 |   - |4560 |  32k|4560 |  30k| 181 |  35k|5303 | 0.000000e+00 |      --      |    Inf 
1517.64/1517.98	c  1518s| 15400 |  1439 |938552 |  59.7 | 112M| 164 | 254 |4560 |  33k|4560 |  30k| 181 |  35k|5310 | 0.000000e+00 |      --      |    Inf 
1520.23/1520.55	c  1521s| 15500 |  1437 |940379 |  59.4 | 112M| 164 |   - |4560 |  33k|   0 |   0 | 181 |  35k|5312 | 0.000000e+00 |      --      |    Inf 
1522.54/1522.82	c  1523s| 15600 |  1440 |941863 |  59.1 | 112M| 164 | 279 |4560 |  33k|4560 |  30k| 181 |  36k|5312 | 0.000000e+00 |      --      |    Inf 
1526.44/1526.72	c  1527s| 15700 |  1433 |945159 |  59.0 | 111M| 164 | 336 |4560 |  32k|4560 |  30k| 181 |  36k|5321 | 0.000000e+00 |      --      |    Inf 
1529.53/1529.83	c  1530s| 15800 |  1433 |947145 |  58.7 | 111M| 164 | 321 |4560 |  32k|4560 |  30k| 181 |  36k|5328 | 0.000000e+00 |      --      |    Inf 
1532.74/1533.07	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1532.74/1533.07	c  1533s| 15900 |  1435 |949970 |  58.5 | 112M| 164 | 336 |4560 |  33k|4560 |  30k| 181 |  36k|5329 | 0.000000e+00 |      --      |    Inf 
1536.03/1536.37	c  1536s| 16000 |  1433 |952901 |  58.3 | 112M| 164 |   - |4560 |  33k|4560 |  30k| 181 |  37k|5331 | 0.000000e+00 |      --      |    Inf 
1539.74/1540.10	c  1540s| 16100 |  1426 |956073 |  58.2 | 112M| 164 | 330 |4560 |  33k|4560 |  30k| 181 |  37k|5334 | 0.000000e+00 |      --      |    Inf 
1544.53/1544.84	c  1545s| 16200 |  1415 |959651 |  58.0 | 111M| 164 |   - |4560 |  33k|4560 |  30k| 181 |  37k|5344 | 0.000000e+00 |      --      |    Inf 
1548.63/1548.95	c  1549s| 16300 |  1423 |962889 |  57.9 | 112M| 164 | 315 |4560 |  33k|4560 |  30k| 181 |  37k|5352 | 0.000000e+00 |      --      |    Inf 
1552.93/1553.21	c  1553s| 16400 |  1411 |966581 |  57.7 | 112M| 164 |   - |4560 |  33k|4560 |  30k| 181 |  38k|5354 | 0.000000e+00 |      --      |    Inf 
1557.23/1557.54	c  1558s| 16500 |  1410 |970194 |  57.6 | 112M| 164 | 353 |4560 |  33k|4560 |  30k| 181 |  38k|5359 | 0.000000e+00 |      --      |    Inf 
1562.33/1562.65	c  1563s| 16600 |  1415 |973799 |  57.5 | 112M| 164 | 316 |4560 |  33k|4560 |  30k| 181 |  38k|5381 | 0.000000e+00 |      --      |    Inf 
1566.73/1567.03	c  1567s| 16700 |  1409 |976713 |  57.3 | 112M| 164 | 357 |4560 |  33k|4560 |  30k| 181 |  38k|5405 | 0.000000e+00 |      --      |    Inf 
1570.72/1571.01	c  1571s| 16800 |  1416 |979914 |  57.2 | 112M| 164 | 228 |4560 |  33k|4560 |  30k| 181 |  39k|5409 | 0.000000e+00 |      --      |    Inf 
1574.23/1574.53	c  1575s| 16900 |  1420 |982665 |  57.0 | 112M| 164 |   - |4560 |  33k|4560 |  30k| 181 |  39k|5412 | 0.000000e+00 |      --      |    Inf 
1578.14/1578.41	c  1578s| 17000 |  1418 |985825 |  56.8 | 112M| 164 |   - |4560 |  33k|   0 |   0 | 181 |  39k|5412 | 0.000000e+00 |      --      |    Inf 
1581.53/1581.89	c  1582s| 17100 |  1426 |988416 |  56.7 | 112M| 164 | 304 |4560 |  33k|4560 |  30k| 181 |  39k|5417 | 0.000000e+00 |      --      |    Inf 
1585.52/1585.85	c  1586s| 17200 |  1428 |991636 |  56.5 | 112M| 164 |   - |4560 |  33k|4560 |  30k| 181 |  40k|5421 | 0.000000e+00 |      --      |    Inf 
1589.83/1590.14	c  1590s| 17300 |  1444 |995093 |  56.4 | 112M| 164 |   - |4560 |  33k|4560 |  30k| 181 |  40k|5437 | 0.000000e+00 |      --      |    Inf 
1593.72/1594.04	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1593.72/1594.04	c  1594s| 17400 |  1432 |998545 |  56.3 | 112M| 164 | 246 |4560 |  33k|4560 |  30k| 181 |  40k|5441 | 0.000000e+00 |      --      |    Inf 
1596.93/1597.27	c  1597s| 17500 |  1434 |  1001k|  56.1 | 112M| 164 | 305 |4560 |  33k|4560 |  30k| 181 |  40k|5442 | 0.000000e+00 |      --      |    Inf 
1600.23/1600.55	c  1601s| 17600 |  1433 |  1003k|  55.9 | 112M| 164 | 272 |4560 |  33k|4560 |  30k| 181 |  41k|5446 | 0.000000e+00 |      --      |    Inf 
1604.12/1604.40	c  1604s| 17700 |  1431 |  1006k|  55.8 | 112M| 164 | 301 |4560 |  33k|4560 |  30k| 181 |  41k|5449 | 0.000000e+00 |      --      |    Inf 
1608.92/1609.23	c  1609s| 17800 |  1403 |  1010k|  55.7 | 111M| 164 | 307 |4560 |  32k|4560 |  30k| 181 |  41k|5460 | 0.000000e+00 |      --      |    Inf 
1613.42/1613.71	c  1614s| 17900 |  1377 |  1014k|  55.6 | 111M| 164 | 374 |4560 |  32k|4560 |  30k| 181 |  41k|5467 | 0.000000e+00 |      --      |    Inf 
1617.52/1617.85	c  1618s| 18000 |  1382 |  1017k|  55.5 | 111M| 164 | 384 |4560 |  32k|4560 |  30k| 181 |  41k|5471 | 0.000000e+00 |      --      |    Inf 
1623.92/1624.27	c  1624s| 18100 |  1351 |  1022k|  55.4 | 110M| 164 | 395 |4560 |  32k|4560 |  30k| 181 |  42k|5502 | 0.000000e+00 |      --      |    Inf 
1636.82/1637.19	c  1637s| 18200 |  1349 |  1026k|  55.3 | 110M| 164 | 317 |4560 |  32k|4560 |  30k| 181 |  42k|5633 | 0.000000e+00 |      --      |    Inf 
1651.82/1652.14	c  1652s| 18300 |  1344 |  1030k|  55.3 | 110M| 164 | 381 |4560 |  32k|4560 |  30k| 181 |  42k|5748 | 0.000000e+00 |      --      |    Inf 
1656.52/1656.80	c  1657s| 18400 |  1335 |  1033k|  55.1 | 110M| 164 | 526 |4560 |  32k|4560 |  30k| 181 |  42k|5762 | 0.000000e+00 |      --      |    Inf 
1666.01/1666.35	c  1666s| 18500 |  1361 |  1039k|  55.1 | 110M| 164 | 228 |4560 |  32k|4560 |  30k| 181 |  43k|5823 | 0.000000e+00 |      --      |    Inf 
1670.72/1671.04	c  1671s| 18600 |  1354 |  1043k|  55.1 | 110M| 164 |   - |4560 |  32k|4560 |  30k| 181 |  43k|5831 | 0.000000e+00 |      --      |    Inf 
1675.51/1675.88	c  1676s| 18700 |  1348 |  1048k|  55.0 | 110M| 164 | 398 |4560 |  32k|4560 |  30k| 181 |  43k|5837 | 0.000000e+00 |      --      |    Inf 
1680.42/1680.78	c  1681s| 18800 |  1351 |  1052k|  54.9 | 110M| 164 |   - |4560 |  32k|4560 |  30k| 181 |  43k|5843 | 0.000000e+00 |      --      |    Inf 
1685.31/1685.67	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1685.31/1685.67	c  1686s| 18900 |  1350 |  1055k|  54.8 | 110M| 164 | 381 |4560 |  32k|4560 |  30k| 181 |  44k|5854 | 0.000000e+00 |      --      |    Inf 
1689.61/1689.90	c  1690s| 19000 |  1354 |  1059k|  54.7 | 110M| 164 | 375 |4560 |  32k|4560 |  30k| 181 |  44k|5856 | 0.000000e+00 |      --      |    Inf 
1693.61/1693.96	c  1694s| 19100 |  1349 |  1062k|  54.6 | 110M| 164 | 386 |4560 |  32k|4560 |  30k| 181 |  44k|5859 | 0.000000e+00 |      --      |    Inf 
1697.61/1697.95	c  1698s| 19200 |  1352 |  1066k|  54.5 | 110M| 164 | 394 |4560 |  32k|4560 |  30k| 181 |  44k|5860 | 0.000000e+00 |      --      |    Inf 
1701.42/1701.78	c  1702s| 19300 |  1348 |  1069k|  54.4 | 110M| 164 | 417 |4560 |  32k|4560 |  30k| 181 |  45k|5864 | 0.000000e+00 |      --      |    Inf 
1705.91/1706.28	c  1706s| 19400 |  1358 |  1072k|  54.3 | 111M| 164 | 386 |4560 |  32k|4560 |  30k| 181 |  45k|5869 | 0.000000e+00 |      --      |    Inf 
1709.31/1709.66	c  1710s| 19500 |  1362 |  1075k|  54.2 | 111M| 164 | 381 |4560 |  32k|4560 |  30k| 181 |  45k|5870 | 0.000000e+00 |      --      |    Inf 
1712.70/1713.02	c  1713s| 19600 |  1353 |  1078k|  54.0 | 111M| 164 | 372 |4560 |  32k|4560 |  30k| 181 |  45k|5871 | 0.000000e+00 |      --      |    Inf 
1716.71/1717.02	c  1717s| 19700 |  1353 |  1081k|  53.9 | 111M| 164 | 401 |4560 |  32k|4560 |  30k| 181 |  45k|5871 | 0.000000e+00 |      --      |    Inf 
1720.51/1720.87	c  1721s| 19800 |  1355 |  1084k|  53.8 | 111M| 164 |   - |4560 |  32k|   0 |   0 | 181 |  45k|5873 | 0.000000e+00 |      --      |    Inf 
1724.01/1724.34	c  1724s| 19900 |  1347 |  1087k|  53.6 | 110M| 164 | 400 |4560 |  32k|4560 |  30k| 181 |  46k|5875 | 0.000000e+00 |      --      |    Inf 
1727.41/1727.75	c  1728s| 20000 |  1350 |  1090k|  53.5 | 110M| 164 | 372 |4560 |  32k|4560 |  30k| 181 |  46k|5875 | 0.000000e+00 |      --      |    Inf 
1730.81/1731.13	c  1731s| 20100 |  1354 |  1092k|  53.4 | 111M| 164 | 389 |4560 |  32k|4560 |  30k| 181 |  46k|5876 | 0.000000e+00 |      --      |    Inf 
1734.31/1734.60	c  1735s| 20200 |  1351 |  1095k|  53.3 | 110M| 164 |   - |4560 |  32k|   0 |   0 | 181 |  46k|5876 | 0.000000e+00 |      --      |    Inf 
1737.50/1737.80	c  1738s| 20300 |  1349 |  1097k|  53.1 | 111M| 164 |   - |4560 |  32k|   0 |   0 | 181 |  46k|5876 | 0.000000e+00 |      --      |    Inf 
1740.80/1741.13	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1740.80/1741.13	c  1741s| 20400 |  1347 |  1100k|  53.0 | 111M| 164 | 385 |4560 |  32k|4560 |  30k| 181 |  46k|5876 | 0.000000e+00 |      --      |    Inf 
1744.00/1744.38	c  1744s| 20500 |  1349 |  1102k|  52.8 | 110M| 164 | 428 |4560 |  32k|4560 |  30k| 181 |  47k|5879 | 0.000000e+00 |      --      |    Inf 
1748.30/1748.61	c  1749s| 20600 |  1363 |  1106k|  52.8 | 111M| 164 | 417 |4560 |  32k|4560 |  30k| 181 |  47k|5881 | 0.000000e+00 |      --      |    Inf 
1752.89/1753.29	c  1753s| 20700 |  1362 |  1110k|  52.7 | 111M| 164 |   - |4560 |  32k|   0 |   0 | 181 |  47k|5883 | 0.000000e+00 |      --      |    Inf 
1758.20/1758.50	c  1758s| 20800 |  1357 |  1116k|  52.7 | 111M| 164 |   - |4560 |  32k|4560 |  30k| 181 |  48k|5884 | 0.000000e+00 |      --      |    Inf 
1762.90/1763.30	c  1763s| 20900 |  1362 |  1120k|  52.7 | 111M| 164 | 438 |4560 |  32k|4560 |  30k| 181 |  48k|5885 | 0.000000e+00 |      --      |    Inf 
1768.89/1769.20	c  1769s| 21000 |  1362 |  1126k|  52.7 | 111M| 164 |   - |4560 |  32k|4560 |  30k| 181 |  48k|5890 | 0.000000e+00 |      --      |    Inf 
1775.10/1775.41	c  1775s| 21100 |  1359 |  1131k|  52.7 | 111M| 164 | 431 |4560 |  32k|4560 |  30k| 181 |  48k|5898 | 0.000000e+00 |      --      |    Inf 
1779.59/1779.95	c  1780s| 21200 |  1361 |  1136k|  52.7 | 111M| 164 |   - |4560 |  32k|   0 |   0 | 181 |  48k|5898 | 0.000000e+00 |      --      |    Inf 
1785.30/1785.63	c  1786s| 21300 |  1365 |  1142k|  52.7 | 111M| 164 |   - |4560 |  33k|4560 |  30k| 181 |  49k|5901 | 0.000000e+00 |      --      |    Inf 
1790.69/1791.05	c  1791s| 21400 |  1370 |  1147k|  52.7 | 111M| 164 | 426 |4560 |  33k|4560 |  30k| 181 |  49k|5905 | 0.000000e+00 |      --      |    Inf 
1796.29/1796.69	c  1797s| 21500 |  1362 |  1153k|  52.7 | 111M| 164 | 445 |4560 |  33k|4560 |  30k| 181 |  49k|5911 | 0.000000e+00 |      --      |    Inf 
1796.69/1797.01	c 
1796.69/1797.01	c SCIP Status        : solving was interrupted [time limit reached]
1796.69/1797.01	c Solving Time (sec) : 1797.01
1796.69/1797.01	c Solving Nodes      : 21508
1796.69/1797.01	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1796.69/1797.01	c Dual Bound         : +0.00000000000000e+00
1796.69/1797.01	c Gap                : infinite
1796.69/1797.01	s UNKNOWN
1796.69/1797.01	c SCIP Status        : solving was interrupted [time limit reached]
1796.69/1797.01	c Total Time         :    1797.01
1796.69/1797.01	c   solving          :    1797.01
1796.69/1797.01	c   presolving       :       0.67 (included in solving)
1796.69/1797.01	c   reading          :       0.08 (included in solving)
1796.69/1797.01	c   copying          :       0.00 (0 times copied the problem)
1796.69/1797.01	c Original Problem   :
1796.69/1797.01	c   Problem name     : HOME/instance-3690519-1338016952.opb
1796.69/1797.01	c   Variables        : 4602 (4602 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.69/1797.01	c   Constraints      : 30179 initial, 30179 maximal
1796.69/1797.01	c   Objective sense  : minimize
1796.69/1797.01	c Presolved Problem  :
1796.69/1797.01	c   Problem name     : t_HOME/instance-3690519-1338016952.opb
1796.69/1797.01	c   Variables        : 4560 (4560 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.69/1797.01	c   Constraints      : 30172 initial, 33508 maximal
1796.69/1797.01	c Presolvers         :   ExecTime  SetupTime  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1796.69/1797.01	c   domcol           :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.69/1797.01	c   trivial          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.69/1797.01	c   dualfix          :       0.00       0.00         42          0          0          0          0          0          0          0          0
1796.69/1797.01	c   boundshift       :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.69/1797.01	c   inttobinary      :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.69/1797.01	c   convertinttobin  :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.69/1797.01	c   gateextraction   :       0.02       0.00          0          0          0          0          0          0          0          0          0
1796.69/1797.01	c   implics          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.69/1797.01	c   components       :       0.01       0.00          0          0          0          0          0          0          0          0          0
1796.69/1797.01	c   pseudoobj        :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.69/1797.01	c   probing          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.69/1797.01	c   knapsack         :       0.01       0.00          0          0          0          0          0          0          0         18        540
1796.69/1797.01	c   setppc           :       0.03       0.00          0          0          0          0          0          7          0          0          0
1796.69/1797.01	c   linear           :       0.23       0.00          0          0          0          0          0          0          0          0          0
1796.69/1797.01	c   logicor          :       0.26       0.01          0          0          0          0          0          0          0          0          0
1796.69/1797.01	c   root node        :          -          -          0          -          -          0          -          -          -          -          -
1796.69/1797.01	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #ResProp    Cutoffs    DomReds       Cuts      Conss   Children
1796.69/1797.01	c   integral         :          0          0          0          0      13970          0          1          0         25        805          0          0      26956
1796.69/1797.01	c   knapsack         :         78         78          5      96972          0          1          0    1113538       1648     106005        306          0          0
1796.69/1797.01	c   setppc           :       6556       6556          5      95324          0          1          0    1410852       1012     272674          0          0          0
1796.69/1797.01	c   logicor          :      23538+     26874          5      56051          0          1          0     553749       1416      85846          0          0          0
1796.69/1797.01	c   countsols        :          0          0          0          0          0          1          0          0          0          0          0          0          0
1796.69/1797.01	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS      Check    ResProp
1796.69/1797.01	c   integral         :     637.94       0.00       0.00       0.00     637.94       0.00       0.00       0.00
1796.69/1797.01	c   knapsack         :       7.38       0.00       0.00       6.09       0.00       0.00       0.00       1.28
1796.69/1797.01	c   setppc           :       8.98       0.00       0.00       7.01       0.00       0.00       0.00       1.97
1796.69/1797.01	c   logicor          :       8.56       0.01       0.01       6.90       0.00       0.00       0.00       1.65
1796.69/1797.01	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1796.69/1797.01	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
1796.69/1797.01	c   rootredcost      :          0          0          0          0
1796.69/1797.01	c   pseudoobj        :          0          0          0          0
1796.69/1797.01	c   vbounds          :          0          0          0          0
1796.69/1797.01	c   redcost          :      13975          0          0          0
1796.69/1797.01	c   probing          :          0          0          0          0
1796.69/1797.01	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp
1796.69/1797.01	c   rootredcost      :       0.10       0.00       0.00       0.10       0.00
1796.69/1797.01	c   pseudoobj        :       0.10       0.00       0.00       0.10       0.00
1796.69/1797.01	c   vbounds          :       0.09       0.00       0.00       0.09       0.00
1796.69/1797.01	c   redcost          :       1.16       0.00       0.00       1.16       0.00
1796.69/1797.01	c   probing          :       0.00       0.00       0.00       0.00       0.00
1796.69/1797.01	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1796.69/1797.01	c   propagation      :      13.20       4076       4076     286370      212.4        329       83.9          -
1796.69/1797.01	c   infeasible LP    :      29.59       5713       5713     368071      212.7        608       76.0          0
1796.69/1797.01	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1796.69/1797.01	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1796.69/1797.01	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1796.69/1797.01	c   applied globally :          -          -          -      49817      136.7          -          -          -
1796.69/1797.01	c   applied locally  :          -          -          -          0        0.0          -          -          -
1796.69/1797.01	c Separators         :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss
1796.69/1797.01	c   cut pool         :       0.02                     4          -          -         12          -    (maximal pool size: 1072)
1796.69/1797.01	c   closecuts        :       0.00       0.00          0          0          0          0          0
1796.69/1797.01	c   impliedbounds    :       0.00       0.00          5          0          0          0          0
1796.69/1797.01	c   intobj           :       0.00       0.00          0          0          0          0          0
1796.69/1797.01	c   gomory           :       8.39       0.00          5          0          0        200          0
1796.69/1797.01	c   cgmip            :       0.00       0.00          0          0          0          0          0
1796.69/1797.01	c   strongcg         :       2.80       0.00          5          0          0       2500          0
1796.69/1797.01	c   cmir             :       0.00       0.00          0          0          0          0          0
1796.69/1797.01	c   flowcover        :       0.00       0.00          0          0          0          0          0
1796.69/1797.01	c   clique           :       0.10       0.00          5          0          0         25          0
1796.69/1797.01	c   zerohalf         :       0.00       0.00          0          0          0          0          0
1796.69/1797.01	c   mcf              :       0.02       0.00          1          0          0          0          0
1796.69/1797.01	c   oddcycle         :       0.00       0.00          0          0          0          0          0
1796.69/1797.01	c   rapidlearning    :       0.00       0.00          0          0          0          0          0
1796.69/1797.01	c Pricers            :   ExecTime  SetupTime      Calls       Vars
1796.69/1797.01	c   problem variables:       0.00          -          0          0
1796.69/1797.01	c Branching Rules    :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1796.69/1797.01	c   relpscost        :     637.86       0.00      13970         25        805          0          0      26956
1796.69/1797.01	c   pscost           :       0.00       0.00          0          0          0          0          0          0
1796.69/1797.01	c   inference        :       0.00       0.00          1          0          0          0          0          2
1796.69/1797.01	c   mostinf          :       0.00       0.00          0          0          0          0          0          0
1796.69/1797.01	c   leastinf         :       0.00       0.00          0          0          0          0          0          0
1796.69/1797.01	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0
1796.69/1797.01	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0
1796.69/1797.01	c   random           :       0.00       0.00          0          0          0          0          0          0
1796.69/1797.01	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found
1796.69/1797.01	c   LP solutions     :       0.00          -          -          0
1796.69/1797.01	c   pseudo solutions :       0.00          -          -          0
1796.69/1797.01	c   smallcard        :       0.00       0.00          0          0
1796.69/1797.01	c   trivial          :       0.00       0.00          1          0
1796.69/1797.01	c   shiftandpropagate:       0.00       0.00          0          0
1796.69/1797.01	c   simplerounding   :       0.00       0.00          0          0
1796.69/1797.01	c   zirounding       :       0.00       0.00          0          0
1796.69/1797.01	c   rounding         :       0.00       0.00          0          0
1796.69/1797.01	c   shifting         :       0.00       0.00          0          0
1796.69/1797.01	c   intshifting      :       0.00       0.00          0          0
1796.69/1797.01	c   oneopt           :       0.00       0.00          0          0
1796.69/1797.01	c   twoopt           :       0.00       0.00          0          0
1796.69/1797.01	c   indtwoopt        :       0.00       0.00          0          0
1796.69/1797.01	c   indoneopt        :       0.00       0.00          0          0
1796.69/1797.01	c   fixandinfer      :       0.00       0.00          0          0
1796.69/1797.01	c   feaspump         :       0.00       0.00          0          0
1796.69/1797.01	c   clique           :       0.00       0.00          0          0
1796.69/1797.01	c   indrounding      :       0.00       0.00          0          0
1796.69/1797.01	c   indcoefdiving    :       0.00       0.00          0          0
1796.69/1797.01	c   coefdiving       :       0.00       0.00          0          0
1796.69/1797.01	c   pscostdiving     :       0.00       0.00          0          0
1796.69/1797.01	c   nlpdiving        :       0.00       0.00          0          0
1796.69/1797.01	c   fracdiving       :       0.00       0.00          0          0
1796.69/1797.01	c   veclendiving     :       0.00       0.00          0          0
1796.69/1797.01	c   intdiving        :       0.00       0.00          0          0
1796.69/1797.01	c   actconsdiving    :       0.00       0.00          0          0
1796.69/1797.01	c   objpscostdiving  :       0.00       0.00          0          0
1796.69/1797.01	c   rootsoldiving    :       0.00       0.00          0          0
1796.69/1797.01	c   linesearchdiving :       0.00       0.00          0          0
1796.69/1797.01	c   guideddiving     :       0.00       0.00          0          0
1796.69/1797.01	c   octane           :       0.00       0.00          0          0
1796.69/1797.01	c   rens             :       0.00       0.00          0          0
1796.69/1797.01	c   rins             :       0.00       0.00          0          0
1796.69/1797.01	c   localbranching   :       0.00       0.00          0          0
1796.69/1797.01	c   mutation         :       0.00       0.00          0          0
1796.69/1797.01	c   crossover        :       0.00       0.00          0          0
1796.69/1797.01	c   dins             :       0.00       0.00          0          0
1796.69/1797.01	c   vbounds          :       0.00       0.00          0          0
1796.69/1797.01	c   undercover       :       0.00       0.00          0          0
1796.69/1797.01	c   subnlp           :       0.00       0.00          0          0
1796.69/1797.01	c   trysol           :       0.00       0.00          0          0
1796.69/1797.01	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It
1796.69/1797.01	c   primal LP        :       0.01          1          0       0.00       0.00       0.01          1
1796.69/1797.01	c   dual LP          :    1008.65      19689    1153371      59.43    1143.48       1.67        281
1796.69/1797.01	c   lex dual LP      :       0.00          0          0       0.00          -
1796.69/1797.01	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
1796.69/1797.01	c   diving/probing LP:       0.00          0          0       0.00          -
1796.69/1797.01	c   strong branching :     634.11       5911     619903     104.87     977.60
1796.69/1797.01	c     (at root node) :          -         33      27013     818.58          -
1796.69/1797.01	c   conflict analysis:       0.00          0          0       0.00          -
1796.69/1797.01	c B&B Tree           :
1796.69/1797.01	c   number of runs   :          1
1796.69/1797.01	c   nodes            :      21508
1796.69/1797.01	c   nodes (total)    :      21508
1796.69/1797.01	c   nodes left       :       1362
1796.69/1797.01	c   max depth        :        164
1796.69/1797.01	c   max depth (total):        164
1796.69/1797.01	c   backtracks       :       4917 (22.9%)
1796.69/1797.01	c   delayed cutoffs  :       4089
1796.69/1797.01	c   repropagations   :      25511 (153032 domain reductions, 2271 cutoffs)
1796.69/1797.01	c   avg switch length:       4.40
1796.69/1797.01	c   switching time   :       8.14
1796.69/1797.01	c Solution           :
1796.69/1797.01	c   Solutions found  :          0 (0 improvements)
1796.69/1797.01	c   Primal Bound     :          -
1796.69/1797.01	c   Dual Bound       : +0.00000000000000e+00
1796.69/1797.01	c   Gap              :   infinite
1796.69/1797.01	c   Root Dual Bound  : +0.00000000000000e+00
1796.69/1797.01	c   Root Iterations  :      19690
1796.79/1797.13	c Time complete: 1796.83.

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3690519-1338016952/watcher-3690519-1338016952 -o /tmp/evaluation-result-3690519-1338016952/solver-3690519-1338016952 -C 1800 -W 1900 -M 15500 HOME/scip-2.1.1.4fix.linux.x86_64.gnu.opt.spx -f HOME/instance-3690519-1338016952.opb -t 1800 -m 15500 

running on 4 cores: 1,3,5,7

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): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.14 0.03 0.01 3/176 4749
/proc/meminfo: memFree=28579024/32873844 swapFree=6856/6856
[pid=4749] ppid=4747 vsize=10488 CPUtime=0 cores=1,3,5,7
/proc/4749/stat : 4749 (scip-2.1.1.4fix) R 4747 4749 4553 0 -1 4202496 1363 0 0 0 0 0 0 0 20 0 1 0 267823685 10739712 1318 33554432000 4194304 10173063 140737390220320 140734992314776 8886411 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/4749/statm: 2622 1318 413 1460 0 1153 0

[startup+0.0571159 s]
/proc/loadavg: 0.14 0.03 0.01 3/176 4749
/proc/meminfo: memFree=28579024/32873844 swapFree=6856/6856
[pid=4749] ppid=4747 vsize=21852 CPUtime=0.04 cores=1,3,5,7
/proc/4749/stat : 4749 (scip-2.1.1.4fix) R 4747 4749 4553 0 -1 4202496 4222 0 0 0 4 0 0 0 20 0 1 0 267823685 22376448 4177 33554432000 4194304 10173063 140737390220320 140734992314776 5285017 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/4749/statm: 5463 4177 413 1460 0 3994 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 21852

[startup+0.100371 s]
/proc/loadavg: 0.14 0.03 0.01 3/176 4749
/proc/meminfo: memFree=28579024/32873844 swapFree=6856/6856
[pid=4749] ppid=4747 vsize=36660 CPUtime=0.09 cores=1,3,5,7
/proc/4749/stat : 4749 (scip-2.1.1.4fix) R 4747 4749 4553 0 -1 4202496 7874 0 0 0 8 1 0 0 20 0 1 0 267823685 37539840 7820 33554432000 4194304 10173063 140737390220320 140734992314776 4900959 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4749/statm: 9165 7820 466 1460 0 7696 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 36660

[startup+0.30031 s]
/proc/loadavg: 0.14 0.03 0.01 3/176 4749
/proc/meminfo: memFree=28579024/32873844 swapFree=6856/6856
[pid=4749] ppid=4747 vsize=70440 CPUtime=0.29 cores=1,3,5,7
/proc/4749/stat : 4749 (scip-2.1.1.4fix) R 4747 4749 4553 0 -1 4202496 15783 0 0 0 19 10 0 0 20 0 1 0 267823685 72130560 15434 33554432000 4194304 10173063 140737390220320 140734992314776 8846909 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4749/statm: 17610 15461 546 1460 0 16141 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 70440

[startup+0.700306 s]
/proc/loadavg: 0.14 0.03 0.01 3/176 4749
/proc/meminfo: memFree=28579024/32873844 swapFree=6856/6856
[pid=4749] ppid=4747 vsize=75208 CPUtime=0.69 cores=1,3,5,7
/proc/4749/stat : 4749 (scip-2.1.1.4fix) R 4747 4749 4553 0 -1 4202496 19106 0 0 0 41 28 0 0 20 0 1 0 267823685 77012992 17281 33554432000 4194304 10173063 140737390220320 140734992314776 8963895 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4749/statm: 18802 17281 592 1460 0 17333 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 75208

[startup+1.50032 s]
/proc/loadavg: 0.14 0.03 0.01 3/177 4750
/proc/meminfo: memFree=28376500/32873844 swapFree=6856/6856
[pid=4749] ppid=4747 vsize=127392 CPUtime=1.49 cores=1,3,5,7
/proc/4749/stat : 4749 (scip-2.1.1.4fix) R 4747 4749 4553 0 -1 4202496 31139 0 0 0 116 33 0 0 20 0 1 0 267823685 130449408 29491 33554432000 4194304 10173063 140737390220320 140737390215960 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4749/statm: 31848 29491 747 1460 0 30379 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 127392

[startup+3.10031 s]
/proc/loadavg: 0.14 0.03 0.01 3/177 4750
/proc/meminfo: memFree=28370176/32873844 swapFree=6856/6856
[pid=4749] ppid=4747 vsize=128216 CPUtime=3.09 cores=1,3,5,7
/proc/4749/stat : 4749 (scip-2.1.1.4fix) R 4747 4749 4553 0 -1 4202496 31386 0 0 0 276 33 0 0 20 0 1 0 267823685 131293184 29738 33554432000 4194304 10173063 140737390220320 140737390213576 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4749/statm: 32054 29738 747 1460 0 30585 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 128216

[startup+6.30031 s]
/proc/loadavg: 0.29 0.07 0.02 3/177 4750
/proc/meminfo: memFree=28354696/32873844 swapFree=6856/6856
[pid=4749] ppid=4747 vsize=145712 CPUtime=6.28 cores=1,3,5,7
/proc/4749/stat : 4749 (scip-2.1.1.4fix) R 4747 4749 4553 0 -1 4202496 35572 0 0 0 593 35 0 0 20 0 1 0 267823685 149209088 34085 33554432000 4194304 10173063 140737390220320 140737390213576 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4749/statm: 36428 34085 790 1460 0 34959 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 145712

[startup+12.7003 s]
/proc/loadavg: 0.43 0.10 0.03 3/177 4750
/proc/meminfo: memFree=28319032/32873844 swapFree=6856/6856
[pid=4749] ppid=4747 vsize=162348 CPUtime=12.69 cores=1,3,5,7
/proc/4749/stat : 4749 (scip-2.1.1.4fix) R 4747 4749 4553 0 -1 4202496 39451 0 0 0 1231 38 0 0 20 0 1 0 267823685 166244352 38475 33554432000 4194304 10173063 140737390220320 140737390213576 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4749/statm: 40587 38475 790 1460 0 39118 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 162348

[startup+25.5003 s]
/proc/loadavg: 0.77 0.19 0.06 3/177 4751
/proc/meminfo: memFree=28254436/32873844 swapFree=6856/6856
[pid=4749] ppid=4747 vsize=192184 CPUtime=25.48 cores=1,3,5,7
/proc/4749/stat : 4749 (scip-2.1.1.4fix) R 4747 4749 4553 0 -1 4202496 45612 0 0 0 2504 44 0 0 20 0 1 0 267823685 196796416 45658 33554432000 4194304 10173063 140737390220320 140737390212536 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4749/statm: 48046 45658 794 1460 0 46577 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 192184

[startup+51.1003 s]
/proc/loadavg: 1.19 0.33 0.11 3/177 4751
/proc/meminfo: memFree=28235792/32873844 swapFree=6856/6856
[pid=4749] ppid=4747 vsize=192184 CPUtime=51.08 cores=1,3,5,7
/proc/4749/stat : 4749 (scip-2.1.1.4fix) R 4747 4749 4553 0 -1 4202496 45692 0 0 0 5059 49 0 0 20 0 1 0 267823685 196796416 45738 33554432000 4194304 10173063 140737390220320 140737390213768 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4749/statm: 48046 45738 801 1460 0 46577 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 192184

[startup+102.307 s]
/proc/loadavg: 1.69 0.60 0.21 3/177 4751
/proc/meminfo: memFree=28233556/32873844 swapFree=6856/6856
[pid=4749] ppid=4747 vsize=192184 CPUtime=102.28 cores=1,3,5,7
/proc/4749/stat : 4749 (scip-2.1.1.4fix) R 4747 4749 4553 0 -1 4202496 45716 0 0 0 10169 59 0 0 20 0 1 0 267823685 196796416 45762 33554432000 4194304 10173063 140737390220320 140737390214152 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4749/statm: 48046 45762 801 1460 0 46577 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 192184

[startup+162.3 s]
/proc/loadavg: 1.89 0.85 0.32 3/177 4751
/proc/meminfo: memFree=28232676/32873844 swapFree=6856/6856
[pid=4749] ppid=4747 vsize=192184 CPUtime=162.25 cores=1,3,5,7
/proc/4749/stat : 4749 (scip-2.1.1.4fix) R 4747 4749 4553 0 -1 4202496 45738 0 0 0 16155 70 0 0 20 0 1 0 267823685 196796416 45956 33554432000 4194304 10173063 140737390220320 140737390213592 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4749/statm: 48046 45956 801 1460 0 46577 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 192184

[startup+222.3 s]
/proc/loadavg: 1.96 1.06 0.42 3/177 4751
/proc/meminfo: memFree=28223808/32873844 swapFree=6856/6856
[pid=4749] ppid=4747 vsize=195816 CPUtime=222.24 cores=1,3,5,7
/proc/4749/stat : 4749 (scip-2.1.1.4fix) R 4747 4749 4553 0 -1 4202496 46647 0 0 0 22141 83 0 0 20 0 1 0 267823685 200515584 47669 33554432000 4194304 10173063 140737390220320 140737390213768 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4749/statm: 48954 47669 806 1460 0 47485 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 195816

[startup+282.3 s]
/proc/loadavg: 1.98 1.23 0.52 3/177 4751
/proc/meminfo: memFree=28220336/32873844 swapFree=6856/6856
[pid=4749] ppid=4747 vsize=199572 CPUtime=282.23 cores=1,3,5,7
/proc/4749/stat : 4749 (scip-2.1.1.4fix) R 4747 4749 4553 0 -1 4202496 47606 0 0 0 28124 99 0 0 20 0 1 0 267823685 204361728 48628 33554432000 4194304 10173063 140737390220320 140737390215688 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4749/statm: 49893 48628 806 1460 0 48424 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 199572

[startup+342.3 s]
/proc/loadavg: 1.99 1.37 0.61 3/177 4752
/proc/meminfo: memFree=28214328/32873844 swapFree=6856/6856
[pid=4749] ppid=4747 vsize=203696 CPUtime=342.22 cores=1,3,5,7
/proc/4749/stat : 4749 (scip-2.1.1.4fix) R 4747 4749 4553 0 -1 4202496 48644 0 0 0 34107 115 0 0 20 0 1 0 267823685 208584704 49666 33554432000 4194304 10173063 140737390220320 140737390213672 8033146 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4749/statm: 50924 49666 806 1460 0 49455 0
Current children cumulated CPU time (s) 342.22
Current children cumulated vsize (KiB) 203696

[startup+402.3 s]
/proc/loadavg: 1.99 1.48 0.69 3/177 4790
/proc/meminfo: memFree=26828240/32873844 swapFree=6856/6856
[pid=4749] ppid=4747 vsize=204832 CPUtime=402.21 cores=1,3,5,7
/proc/4749/stat : 4749 (scip-2.1.1.4fix) R 4747 4749 4553 0 -1 4202496 48880 0 0 0 40088 133 0 0 20 0 1 0 267823685 209747968 49904 33554432000 4194304 10173063 140737390220320 140737390213960 8047120 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4749/statm: 51208 49904 806 1460 0 49739 0
Current children cumulated CPU time (s) 402.21
Current children cumulated vsize (KiB) 204832

[startup+462.3 s]
/proc/loadavg: 1.99 1.57 0.77 3/178 4793
/proc/meminfo: memFree=26862712/32873844 swapFree=6856/6856
[pid=4749] ppid=4747 vsize=204832 CPUtime=462.2 cores=1,3,5,7
/proc/4749/stat : 4749 (scip-2.1.1.4fix) R 4747 4749 4553 0 -1 4202496 48923 0 0 0 46073 147 0 0 20 0 1 0 267823685 209747968 49947 33554432000 4194304 10173063 140737390220320 140737390213960 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4749/statm: 51208 49947 806 1460 0 49739 0
Current children cumulated CPU time (s) 462.2
Current children cumulated vsize (KiB) 204832

[startup+522.3 s]
/proc/loadavg: 1.99 1.65 0.85 3/177 4793
/proc/meminfo: memFree=26860328/32873844 swapFree=6856/6856
[pid=4749] ppid=4747 vsize=205956 CPUtime=522.19 cores=1,3,5,7
/proc/4749/stat : 4749 (scip-2.1.1.4fix) R 4747 4749 4553 0 -1 4202496 49208 0 0 0 52059 160 0 0 20 0 1 0 267823685 210898944 50232 33554432000 4194304 10173063 140737390220320 140737390213768 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4749/statm: 51489 50232 806 1460 0 50020 0
Current children cumulated CPU time (s) 522.19
Current children cumulated vsize (KiB) 205956

[startup+582.3 s]
/proc/loadavg: 2.04 1.72 0.92 3/177 4793
/proc/meminfo: memFree=26858000/32873844 swapFree=6856/6856
[pid=4749] ppid=4747 vsize=207176 CPUtime=582.18 cores=1,3,5,7
/proc/4749/stat : 4749 (scip-2.1.1.4fix) R 4747 4749 4553 0 -1 4202496 49706 0 0 0 58044 174 0 0 20 0 1 0 267823685 212148224 50730 33554432000 4194304 10173063 140737390220320 140737390213864 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4749/statm: 51794 50730 806 1460 0 50325 0
Current children cumulated CPU time (s) 582.18
Current children cumulated vsize (KiB) 207176

[startup+642.3 s]

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

/proc/meminfo: memFree=26679916/32873844 swapFree=6856/6856
[pid=4749] ppid=4747 vsize=223744 CPUtime=1062.11 cores=1,3,5,7
/proc/4749/stat : 4749 (scip-2.1.1.4fix) R 4747 4749 4553 0 -1 4202496 53639 0 0 0 105815 396 0 0 20 0 1 0 267823685 229113856 54661 33554432000 4194304 10173063 140737390220320 140737390213768 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4749/statm: 55936 54661 806 1460 0 54467 0
Current children cumulated CPU time (s) 1062.11
Current children cumulated vsize (KiB) 223744

[startup+1122.3 s]
/proc/loadavg: 2.07 2.01 1.41 3/177 4799
/proc/meminfo: memFree=26678896/32873844 swapFree=6856/6856
[pid=4749] ppid=4747 vsize=223744 CPUtime=1122.1 cores=1,3,5,7
/proc/4749/stat : 4749 (scip-2.1.1.4fix) R 4747 4749 4553 0 -1 4202496 53664 0 0 0 111776 434 0 0 20 0 1 0 267823685 229113856 54686 33554432000 4194304 10173063 140737390220320 140737390213672 8963895 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4749/statm: 55936 54686 806 1460 0 54467 0
Current children cumulated CPU time (s) 1122.1
Current children cumulated vsize (KiB) 223744

[startup+1182.3 s]
/proc/loadavg: 2.02 2.01 1.44 3/177 4799
/proc/meminfo: memFree=26677584/32873844 swapFree=6856/6856
[pid=4749] ppid=4747 vsize=224428 CPUtime=1182.1 cores=1,3,5,7
/proc/4749/stat : 4749 (scip-2.1.1.4fix) R 4747 4749 4553 0 -1 4202496 53807 0 0 0 117728 482 0 0 20 0 1 0 267823685 229814272 54829 33554432000 4194304 10173063 140737390220320 140737390213496 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4749/statm: 56107 54829 806 1460 0 54638 0
Current children cumulated CPU time (s) 1182.1
Current children cumulated vsize (KiB) 224428

[startup+1242.3 s]
/proc/loadavg: 2.01 2.00 1.48 3/176 4799
/proc/meminfo: memFree=26674712/32873844 swapFree=6856/6856
[pid=4749] ppid=4747 vsize=224660 CPUtime=1242.08 cores=1,3,5,7
/proc/4749/stat : 4749 (scip-2.1.1.4fix) R 4747 4749 4553 0 -1 4202496 53895 0 0 0 123689 519 0 0 20 0 1 0 267823685 230051840 54917 33554432000 4194304 10173063 140737390220320 140737390214152 8963895 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4749/statm: 56165 54917 806 1460 0 54696 0
Current children cumulated CPU time (s) 1242.08
Current children cumulated vsize (KiB) 224660

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.51 3/176 4800
/proc/meminfo: memFree=26675120/32873844 swapFree=6856/6856
[pid=4749] ppid=4747 vsize=225128 CPUtime=1302.08 cores=1,3,5,7
/proc/4749/stat : 4749 (scip-2.1.1.4fix) R 4747 4749 4553 0 -1 4202496 54005 0 0 0 129644 564 0 0 20 0 1 0 267823685 230531072 55027 33554432000 4194304 10173063 140737390220320 140737390213576 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4749/statm: 56282 55027 806 1460 0 54813 0
Current children cumulated CPU time (s) 1302.08
Current children cumulated vsize (KiB) 225128

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.53 3/177 4801
/proc/meminfo: memFree=26674556/32873844 swapFree=6856/6856
[pid=4749] ppid=4747 vsize=225128 CPUtime=1362.07 cores=1,3,5,7
/proc/4749/stat : 4749 (scip-2.1.1.4fix) R 4747 4749 4553 0 -1 4202496 54037 0 0 0 135611 596 0 0 20 0 1 0 267823685 230531072 55059 33554432000 4194304 10173063 140737390220320 140737390213768 7911886 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4749/statm: 56282 55059 806 1460 0 54813 0
Current children cumulated CPU time (s) 1362.07
Current children cumulated vsize (KiB) 225128

[startup+1422.31 s]
/proc/loadavg: 2.08 2.02 1.57 3/177 4801
/proc/meminfo: memFree=26629752/32873844 swapFree=6856/6856
[pid=4749] ppid=4747 vsize=225864 CPUtime=1422.07 cores=1,3,5,7
/proc/4749/stat : 4749 (scip-2.1.1.4fix) R 4747 4749 4553 0 -1 4202496 54130 0 0 0 141580 627 0 0 20 0 1 0 267823685 231284736 55152 33554432000 4194304 10173063 140737390220320 140737390213576 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4749/statm: 56466 55152 806 1460 0 54997 0
Current children cumulated CPU time (s) 1422.07
Current children cumulated vsize (KiB) 225864

[startup+1482.3 s]
/proc/loadavg: 2.03 2.01 1.59 3/177 4801
/proc/meminfo: memFree=26628864/32873844 swapFree=6856/6856
[pid=4749] ppid=4747 vsize=226692 CPUtime=1482.04 cores=1,3,5,7
/proc/4749/stat : 4749 (scip-2.1.1.4fix) R 4747 4749 4553 0 -1 4202496 54379 0 0 0 147536 668 0 0 20 0 1 0 267823685 232132608 55396 33554432000 4194304 10173063 140737390220320 140737390213672 5122959 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4749/statm: 56673 55396 806 1460 0 55204 0
Current children cumulated CPU time (s) 1482.04
Current children cumulated vsize (KiB) 226692

[startup+1542.3 s]
/proc/loadavg: 2.01 2.00 1.61 3/177 4801
/proc/meminfo: memFree=26627624/32873844 swapFree=6856/6856
[pid=4749] ppid=4747 vsize=228008 CPUtime=1542.03 cores=1,3,5,7
/proc/4749/stat : 4749 (scip-2.1.1.4fix) R 4747 4749 4553 0 -1 4202496 54661 0 0 0 153471 732 0 0 20 0 1 0 267823685 233480192 55678 33554432000 4194304 10173063 140737390220320 140737390213960 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4749/statm: 57002 55678 806 1460 0 55533 0
Current children cumulated CPU time (s) 1542.03
Current children cumulated vsize (KiB) 228008

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.64 3/177 4802
/proc/meminfo: memFree=26625888/32873844 swapFree=6856/6856
[pid=4749] ppid=4747 vsize=229292 CPUtime=1602.03 cores=1,3,5,7
/proc/4749/stat : 4749 (scip-2.1.1.4fix) R 4747 4749 4553 0 -1 4202496 55060 0 0 0 159401 802 0 0 20 0 1 0 267823685 234795008 56077 33554432000 4194304 10173063 140737390220320 140737390213576 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4749/statm: 57323 56077 806 1460 0 55854 0
Current children cumulated CPU time (s) 1602.03
Current children cumulated vsize (KiB) 229292

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.65 3/178 4805
/proc/meminfo: memFree=26625012/32873844 swapFree=6856/6856
[pid=4749] ppid=4747 vsize=230196 CPUtime=1662.01 cores=1,3,5,7
/proc/4749/stat : 4749 (scip-2.1.1.4fix) R 4747 4749 4553 0 -1 4202496 55235 0 0 0 165370 831 0 0 20 0 1 0 267823685 235720704 56252 33554432000 4194304 10173063 140737390220320 140737390215688 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4749/statm: 57549 56252 806 1460 0 56080 0
Current children cumulated CPU time (s) 1662.01
Current children cumulated vsize (KiB) 230196

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.67 3/177 4805
/proc/meminfo: memFree=26624896/32873844 swapFree=6856/6856
[pid=4749] ppid=4747 vsize=230196 CPUtime=1722.01 cores=1,3,5,7
/proc/4749/stat : 4749 (scip-2.1.1.4fix) R 4747 4749 4553 0 -1 4202496 55255 0 0 0 171323 878 0 0 20 0 1 0 267823685 235720704 56272 33554432000 4194304 10173063 140737390220320 140737390213576 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4749/statm: 57549 56272 806 1460 0 56080 0
Current children cumulated CPU time (s) 1722.01
Current children cumulated vsize (KiB) 230196

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.69 3/177 4805
/proc/meminfo: memFree=26624152/32873844 swapFree=6856/6856
[pid=4749] ppid=4747 vsize=230736 CPUtime=1781.99 cores=1,3,5,7
/proc/4749/stat : 4749 (scip-2.1.1.4fix) R 4747 4749 4553 0 -1 4202496 55372 0 0 0 177277 922 0 0 20 0 1 0 267823685 236273664 56389 33554432000 4194304 10173063 140737390220320 140737390214040 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4749/statm: 57684 56389 806 1460 0 56215 0
Current children cumulated CPU time (s) 1781.99
Current children cumulated vsize (KiB) 230736

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

[startup+1785.5 s]
/proc/loadavg: 2.00 2.00 1.69 3/177 4805
/proc/meminfo: memFree=26624152/32873844 swapFree=6856/6856
[pid=4749] ppid=4747 vsize=230736 CPUtime=1785.2 cores=1,3,5,7
/proc/4749/stat : 4749 (scip-2.1.1.4fix) R 4747 4749 4553 0 -1 4202496 55379 0 0 0 177595 925 0 0 20 0 1 0 267823685 236273664 56396 33554432000 4194304 10173063 140737390220320 140737390213624 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4749/statm: 57684 56396 806 1460 0 56215 0
Current children cumulated CPU time (s) 1785.2
Current children cumulated vsize (KiB) 230736

[startup+1791.91 s]
/proc/loadavg: 2.00 2.00 1.69 3/177 4805
/proc/meminfo: memFree=26624400/32873844 swapFree=6856/6856
[pid=4749] ppid=4747 vsize=230736 CPUtime=1791.6 cores=1,3,5,7
/proc/4749/stat : 4749 (scip-2.1.1.4fix) R 4747 4749 4553 0 -1 4202496 55384 0 0 0 178230 930 0 0 20 0 1 0 267823685 236273664 56401 33554432000 4194304 10173063 140737390220320 140737390213256 5134490 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4749/statm: 57684 56401 806 1460 0 56215 0
Current children cumulated CPU time (s) 1791.6
Current children cumulated vsize (KiB) 230736

[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 1.69 3/177 4805
/proc/meminfo: memFree=26624400/32873844 swapFree=6856/6856
[pid=4749] ppid=4747 vsize=230736 CPUtime=1794.8 cores=1,3,5,7
/proc/4749/stat : 4749 (scip-2.1.1.4fix) R 4747 4749 4553 0 -1 4202496 55387 0 0 0 178548 932 0 0 20 0 1 0 267823685 236273664 56404 33554432000 4194304 10173063 140737390220320 140737390213576 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4749/statm: 57684 56404 806 1460 0 56215 0
Current children cumulated CPU time (s) 1794.8
Current children cumulated vsize (KiB) 230736

[startup+1795.9 s]
/proc/loadavg: 2.00 2.00 1.69 3/177 4805
/proc/meminfo: memFree=26624400/32873844 swapFree=6856/6856
[pid=4749] ppid=4747 vsize=230736 CPUtime=1795.59 cores=1,3,5,7
/proc/4749/stat : 4749 (scip-2.1.1.4fix) R 4747 4749 4553 0 -1 4202496 55388 0 0 0 178626 933 0 0 20 0 1 0 267823685 236273664 56405 33554432000 4194304 10173063 140737390220320 140737390214040 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4749/statm: 57684 56405 806 1460 0 56215 0
Current children cumulated CPU time (s) 1795.59
Current children cumulated vsize (KiB) 230736

[startup+1796.7 s]
/proc/loadavg: 2.00 2.00 1.69 3/177 4805
/proc/meminfo: memFree=26624400/32873844 swapFree=6856/6856
[pid=4749] ppid=4747 vsize=230736 CPUtime=1796.39 cores=1,3,5,7
/proc/4749/stat : 4749 (scip-2.1.1.4fix) R 4747 4749 4553 0 -1 4202496 55389 0 0 0 178705 934 0 0 20 0 1 0 267823685 236273664 56406 33554432000 4194304 10173063 140737390220320 140737390214040 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4749/statm: 57684 56406 806 1460 0 56215 0
Current children cumulated CPU time (s) 1796.39
Current children cumulated vsize (KiB) 230736

[startup+1797.1 s]
/proc/loadavg: 2.00 2.00 1.69 3/177 4805
/proc/meminfo: memFree=26624400/32873844 swapFree=6856/6856
[pid=4749] ppid=4747 vsize=228488 CPUtime=1796.79 cores=1,3,5,7
/proc/4749/stat : 4749 (scip-2.1.1.4fix) R 4747 4749 4553 0 -1 4202496 55402 0 0 0 178745 934 0 0 20 0 1 0 267823685 233971712 55857 33554432000 4194304 10173063 140737390220320 140737390213672 4953488 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/4749/statm: 57122 55857 819 1460 0 55653 0
Current children cumulated CPU time (s) 1796.79
Current children cumulated vsize (KiB) 228488

Child status: 0
Real time (s): 1797.13
CPU time (s): 1796.83
CPU user time (s): 1787.48
CPU system time (s): 9.35058
CPU usage (%): 99.9834
Max. virtual memory (cumulated for all children) (KiB): 230736

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1787.48
system time used= 9.35058
maximum resident set size= 225668
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 55416
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= 35
involuntary context switches= 1866

runsolver used 3.51846 second user time and 8.5297 second system time

The end

Launcher Data

Begin job on node106 at 2012-05-26 09:22:32
IDJOB=3690519
IDBENCH=1500
IDSOLVER=2270
FILE ID=node106/3690519-1338016952
RUNJOBID= node106-1338016939-4570
PBS_JOBID= 14624365
Free space on /tmp= 71548 MiB

SOLVER NAME= SCIP spx SCIP 2.1.1.4. with SoPlex 1.6.0.3 fixed
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/web/www.ps.uni-sb.de/~walser/benchmarks/ppp-problems/normalized-ppp:1-11,19,21.opb
COMMAND LINE= HOME/scip-2.1.1.4fix.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3690519-1338016952/watcher-3690519-1338016952 -o /tmp/evaluation-result-3690519-1338016952/solver-3690519-1338016952 -C 1800 -W 1900 -M 15500  HOME/scip-2.1.1.4fix.linux.x86_64.gnu.opt.spx -f HOME/instance-3690519-1338016952.opb -t 1800 -m 15500

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= d484bc8efed557f17788965b19feafe5
RANDOM SEED=580240808

node106.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/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		: 2667.065
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.13
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.065
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.065
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.065
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.065
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.065
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.065
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.065
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        28588464 kB
Buffers:          228520 kB
Cached:          3254236 kB
SwapCached:            0 kB
Active:           881228 kB
Inactive:        2630128 kB
Active(anon):      31484 kB
Inactive(anon):        0 kB
Active(file):     849744 kB
Inactive(file):  2630128 kB
Unevictable:        6856 kB
Mlocked:            6856 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             29832 kB
Writeback:             0 kB
AnonPages:         36116 kB
Mapped:            15744 kB
Shmem:               200 kB
Slab:             635200 kB
SReclaimable:      76736 kB
SUnreclaim:       558464 kB
KernelStack:        1416 kB
PageTables:         4336 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     144148 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71520 MiB
End job on node106 at 2012-05-26 09:52:29