Trace number 3450289

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 E SCIP 2.0.1.4b with SoPlex 1.5.0.4? (TO) 1800.06 1800.02

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_50_10_1_15.opb
MD5SUMc7cfddeeb3bb3e7896ee6eefe7e9ac17
Bench CategoryDEC-SMALLINT-NLC (no optimisation, small integers, non linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables100
Total number of constraints152
Number of constraints which are clauses50
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints101
Minimum length of a constraint2
Maximum length of a constraint100
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 15
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 100
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)1220
Sum of products size (including duplicates)2440
Number of different products610
Sum of products size1220

Solver Data

0.00/0.00	c SCIP version 2.0.1.5 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.5.0.4]
0.00/0.00	c Copyright (c) 2002-2011 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-3450289-1307112441.opb>
0.00/0.00	c original problem has 710 variables (710 bin, 0 int, 0 impl, 0 cont) and 862 constraints
0.00/0.00	c problem read
0.00/0.00	c No objective function, only one solution is needed.
0.00/0.00	c presolving settings loaded
0.00/0.01	c presolving:
0.00/0.03	c (round 1) 0 del vars, 710 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 51 upgd conss, 4980 impls, 99 clqs
0.00/0.03	c (round 2) 610 del vars, 710 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 151 upgd conss, 4980 impls, 0 clqs
0.00/0.04	c presolving (3 rounds):
0.00/0.04	c  610 deleted vars, 710 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.04	c  4980 implications, 0 cliques
0.00/0.04	c presolved problem has 100 variables (100 bin, 0 int, 0 impl, 0 cont) and 152 constraints
0.00/0.04	c     101 constraints of type <knapsack>
0.00/0.04	c      50 constraints of type <setppc>
0.00/0.04	c       1 constraints of type <linear>
0.00/0.04	c transformed objective value is always integral (scale: 1)
0.00/0.04	c Presolving Time: 0.03
0.00/0.04	c - non default parameters ----------------------------------------------------------------------
0.00/0.04	c # SCIP version 2.0.1.5
0.00/0.04	c 
0.00/0.04	c # frequency for displaying node information lines
0.00/0.04	c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.04	c display/freq = 10000
0.00/0.04	c 
0.00/0.04	c # maximal time in seconds to run
0.00/0.04	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.04	c limits/time = 1800
0.00/0.04	c 
0.00/0.04	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.04	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.04	c limits/memory = 13950
0.00/0.04	c 
0.00/0.04	c # solving stops, if the given number of solutions were found (-1: no limit)
0.00/0.04	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.04	c limits/solutions = 1
0.00/0.04	c 
0.00/0.04	c # maximal number of separation rounds per node (-1: unlimited)
0.00/0.04	c # [type: int, range: [-1,2147483647], default: 5]
0.00/0.04	c separating/maxrounds = 1
0.00/0.04	c 
0.00/0.04	c # maximal number of separation rounds in the root node (-1: unlimited)
0.00/0.04	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.04	c separating/maxroundsroot = 5
0.00/0.04	c 
0.00/0.04	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.00/0.04	c # [type: int, range: [1,2], default: 1]
0.00/0.04	c timing/clocktype = 2
0.00/0.04	c 
0.00/0.04	c # belongs reading time to solving time?
0.00/0.04	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.04	c timing/reading = TRUE
0.00/0.04	c 
0.00/0.04	c # should presolving try to simplify inequalities
0.00/0.04	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.04	c constraints/linear/simplifyinequalities = TRUE
0.00/0.04	c 
0.00/0.04	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.00/0.04	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.04	c constraints/indicator/addCouplingCons = TRUE
0.00/0.04	c 
0.00/0.04	c # should disaggregation of knapsack constraints be allowed in preprocessing?
0.00/0.04	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
0.00/0.04	c constraints/knapsack/disaggregation = FALSE
0.00/0.04	c 
0.00/0.04	c # should presolving try to simplify knapsacks
0.00/0.04	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.04	c constraints/knapsack/simplifyinequalities = TRUE
0.00/0.04	c 
0.00/0.04	c # maximal number of presolving rounds the presolver participates in (-1: no limit)
0.00/0.04	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.04	c presolving/probing/maxrounds = 0
0.00/0.04	c 
0.00/0.04	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
0.00/0.04	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.04	c heuristics/coefdiving/freq = -1
0.00/0.04	c 
0.00/0.04	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.04	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.04	c heuristics/coefdiving/maxlpiterquot = 0.075
0.00/0.04	c 
0.00/0.04	c # additional number of allowed LP iterations
0.00/0.04	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.04	c heuristics/coefdiving/maxlpiterofs = 1500
0.00/0.04	c 
0.00/0.04	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
0.00/0.04	c # [type: int, range: [-1,2147483647], default: 30]
0.00/0.04	c heuristics/crossover/freq = -1
0.00/0.04	c 
0.00/0.04	c # number of nodes added to the contingent of the total nodes
0.00/0.04	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.00/0.04	c heuristics/crossover/nodesofs = 750
0.00/0.04	c 
0.00/0.04	c # number of nodes without incumbent change that heuristic should wait
0.00/0.04	c # [type: longint, range: [0,9223372036854775807], default: 200]
0.00/0.04	c heuristics/crossover/nwaitingnodes = 100
0.00/0.04	c 
0.00/0.04	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
0.00/0.04	c # [type: real, range: [0,1], default: 0.1]
0.00/0.04	c heuristics/crossover/nodesquot = 0.15
0.00/0.04	c 
0.00/0.04	c # minimum percentage of integer variables that have to be fixed 
0.00/0.04	c # [type: real, range: [0,1], default: 0.666]
0.00/0.04	c heuristics/crossover/minfixingrate = 0.5
0.00/0.04	c 
0.00/0.04	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
0.00/0.04	c # [type: int, range: [-1,2147483647], default: 20]
0.00/0.04	c heuristics/feaspump/freq = -1
0.00/0.04	c 
0.00/0.04	c # additional number of allowed LP iterations
0.00/0.04	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.04	c heuristics/feaspump/maxlpiterofs = 2000
0.00/0.04	c 
0.00/0.04	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
0.00/0.04	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.04	c heuristics/fracdiving/freq = -1
0.00/0.04	c 
0.00/0.04	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.04	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.04	c heuristics/fracdiving/maxlpiterquot = 0.075
0.00/0.04	c 
0.00/0.04	c # additional number of allowed LP iterations
0.00/0.04	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.04	c heuristics/fracdiving/maxlpiterofs = 1500
0.00/0.04	c 
0.00/0.04	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
0.00/0.04	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.04	c heuristics/guideddiving/freq = -1
0.00/0.04	c 
0.00/0.04	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.04	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.04	c heuristics/guideddiving/maxlpiterquot = 0.075
0.00/0.04	c 
0.00/0.04	c # additional number of allowed LP iterations
0.00/0.04	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.04	c heuristics/guideddiving/maxlpiterofs = 1500
0.00/0.04	c 
0.00/0.04	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.04	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.04	c heuristics/intdiving/maxlpiterquot = 0.075
0.00/0.04	c 
0.00/0.04	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
0.00/0.04	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.04	c heuristics/intshifting/freq = -1
0.00/0.04	c 
0.00/0.04	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
0.00/0.04	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.04	c heuristics/linesearchdiving/freq = -1
0.00/0.04	c 
0.00/0.04	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.04	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.04	c heuristics/linesearchdiving/maxlpiterquot = 0.075
0.00/0.04	c 
0.00/0.04	c # additional number of allowed LP iterations
0.00/0.04	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.04	c heuristics/linesearchdiving/maxlpiterofs = 1500
0.00/0.04	c 
0.00/0.04	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
0.00/0.04	c # [type: int, range: [-1,2147483647], default: 20]
0.00/0.04	c heuristics/objpscostdiving/freq = -1
0.00/0.04	c 
0.00/0.04	c # maximal fraction of diving LP iterations compared to total iteration number
0.00/0.04	c # [type: real, range: [0,1], default: 0.01]
0.00/0.04	c heuristics/objpscostdiving/maxlpiterquot = 0.015
0.00/0.04	c 
0.00/0.04	c # additional number of allowed LP iterations
0.00/0.04	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.04	c heuristics/objpscostdiving/maxlpiterofs = 1500
0.00/0.04	c 
0.00/0.04	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
0.00/0.04	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.04	c heuristics/oneopt/freq = -1
0.00/0.04	c 
0.00/0.04	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
0.00/0.04	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.04	c heuristics/pscostdiving/freq = -1
0.00/0.04	c 
0.00/0.04	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.04	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.04	c heuristics/pscostdiving/maxlpiterquot = 0.075
0.00/0.04	c 
0.00/0.04	c # additional number of allowed LP iterations
0.00/0.04	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.04	c heuristics/pscostdiving/maxlpiterofs = 1500
0.00/0.04	c 
0.00/0.04	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
0.00/0.04	c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.04	c heuristics/rens/freq = -1
0.00/0.04	c 
0.00/0.04	c # minimum percentage of integer variables that have to be fixable 
0.00/0.04	c # [type: real, range: [0,1], default: 0.5]
0.00/0.04	c heuristics/rens/minfixingrate = 0.3
0.00/0.04	c 
0.00/0.04	c # number of nodes added to the contingent of the total nodes
0.00/0.04	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.00/0.04	c heuristics/rens/nodesofs = 2000
0.00/0.04	c 
0.00/0.04	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
0.00/0.04	c # [type: int, range: [-1,2147483647], default: 20]
0.00/0.04	c heuristics/rootsoldiving/freq = -1
0.00/0.04	c 
0.00/0.04	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.04	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
0.00/0.04	c heuristics/rootsoldiving/maxlpiterquot = 0.015
0.00/0.04	c 
0.00/0.04	c # additional number of allowed LP iterations
0.00/0.04	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.04	c heuristics/rootsoldiving/maxlpiterofs = 1500
0.00/0.04	c 
0.00/0.04	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
0.00/0.04	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.04	c heuristics/rounding/freq = -1
0.00/0.04	c 
0.00/0.04	c # frequency for calling primal heuristic <shiftandpropagate> (-1: never, 0: only at depth freqofs)
0.00/0.04	c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.04	c heuristics/shiftandpropagate/freq = -1
0.00/0.04	c 
0.00/0.04	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
0.00/0.04	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.04	c heuristics/shifting/freq = -1
0.00/0.04	c 
0.00/0.04	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
0.00/0.04	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.04	c heuristics/simplerounding/freq = -1
0.00/0.04	c 
0.00/0.04	c # frequency for calling primal heuristic <subnlp> (-1: never, 0: only at depth freqofs)
0.00/0.04	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.04	c heuristics/subnlp/freq = -1
0.00/0.04	c 
0.00/0.04	c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
0.00/0.04	c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.04	c heuristics/trivial/freq = -1
0.00/0.04	c 
0.00/0.04	c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
0.00/0.04	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.04	c heuristics/trysol/freq = -1
0.00/0.04	c 
0.00/0.04	c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
0.00/0.04	c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.04	c heuristics/undercover/freq = -1
0.00/0.04	c 
0.00/0.04	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
0.00/0.04	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.04	c heuristics/veclendiving/freq = -1
0.00/0.04	c 
0.00/0.04	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.04	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.04	c heuristics/veclendiving/maxlpiterquot = 0.075
0.00/0.04	c 
0.00/0.04	c # additional number of allowed LP iterations
0.00/0.04	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.04	c heuristics/veclendiving/maxlpiterofs = 1500
0.00/0.04	c 
0.00/0.04	c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
0.00/0.04	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.04	c heuristics/zirounding/freq = -1
0.00/0.04	c 
0.00/0.04	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
0.00/0.04	c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.04	c separating/cmir/freq = -1
0.00/0.04	c 
0.00/0.04	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
0.00/0.04	c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.04	c separating/flowcover/freq = -1
0.00/0.04	c 
0.00/0.04	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.00/0.04	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.04	c separating/rapidlearning/freq = 0
0.00/0.04	c 
0.00/0.04	c -----------------------------------------------------------------------------------------------
0.00/0.04	c start solving
0.00/0.04	c 
0.00/0.04	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.00/0.04	c   0.0s|     1 |     0 |    78 |     - |2075k|   0 |  44 | 100 | 152 | 100 | 152 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.00/0.07	c   0.1s|     1 |     0 |   138 |     - |2335k|   0 |  73 | 100 | 154 | 100 | 176 |  24 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.00/0.09	c   0.1s|     1 |     0 |   162 |     - |2690k|   0 |  81 | 100 | 154 | 100 | 198 |  46 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.00/0.10	c   0.1s|     1 |     0 |   170 |     - |3141k|   0 |  83 | 100 | 154 | 100 | 203 |  51 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.11/0.11	c   0.1s|     1 |     0 |   174 |     - |3376k|   0 |  83 | 100 | 154 | 100 | 205 |  53 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.11/0.13	c   0.1s|     1 |     0 |   179 |     - |3434k|   0 |  83 | 100 | 154 | 100 | 206 |  54 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.11/0.18	c   0.2s|     1 |     2 |   179 |     - |3435k|   0 |  83 | 100 | 154 | 100 | 206 |  54 |   0 |  10 | 0.000000e+00 |      --      |    Inf 
7.19/7.28	c   7.3s| 10000 |    60 |136384 |  13.6 |6002k|  35 |  37 | 100 |5351 | 100 | 202 |  54 |9228 | 978 | 0.000000e+00 |      --      |    Inf 
14.89/14.92	c  14.9s| 20000 |    61 |298866 |  14.9 |6717k|  35 |  33 | 100 |6547 | 100 | 202 |  54 |  18k|1532 | 0.000000e+00 |      --      |    Inf 
22.19/22.20	c  22.2s| 30000 |    64 |453812 |  15.1 |7672k|  35 |   - | 100 |8259 | 100 | 202 |  54 |  28k|1912 | 0.000000e+00 |      --      |    Inf 
29.39/29.43	c  29.4s| 40000 |    62 |613502 |  15.3 |9465k|  36 |   - | 100 |  12k| 100 | 202 |  54 |  38k|2150 | 0.000000e+00 |      --      |    Inf 
36.80/36.86	c  36.9s| 50000 |    65 |772384 |  15.4 |9039k|  39 |   - | 100 |9988 | 100 | 202 |  54 |  48k|2372 | 0.000000e+00 |      --      |    Inf 
44.00/44.09	c  44.1s| 60000 |    69 |931506 |  15.5 |  10M|  39 |  38 | 100 |  14k| 100 | 202 |  54 |  58k|2587 | 0.000000e+00 |      --      |    Inf 
51.39/51.44	c  51.4s| 70000 |    56 |  1075k|  15.4 |  11M|  39 |   - | 100 |  14k|   0 |   0 |  54 |  68k|2763 | 0.000000e+00 |      --      |    Inf 
58.69/58.73	c  58.7s| 80000 |    50 |  1217k|  15.2 |  13M|  39 |  42 | 100 |  18k| 100 | 202 |  54 |  77k|2881 | 0.000000e+00 |      --      |    Inf 
66.99/67.02	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
66.99/67.02	c  67.0s| 90000 |    51 |  1375k|  15.3 |  12M|  39 |  39 | 100 |  17k| 100 | 202 |  54 |  87k|3020 | 0.000000e+00 |      --      |    Inf 
74.59/74.65	c  74.6s|100000 |    61 |  1521k|  15.2 |  13M|  39 |   - | 100 |  19k| 100 | 202 |  54 |  98k|3123 | 0.000000e+00 |      --      |    Inf 
82.79/82.82	c  82.8s|110000 |    50 |  1675k|  15.2 |  14M|  39 |   - | 100 |  20k| 100 | 202 |  54 | 108k|3224 | 0.000000e+00 |      --      |    Inf 
91.30/91.36	c  91.4s|120000 |    63 |  1847k|  15.4 |  15M|  39 |  35 | 100 |  21k| 100 | 202 |  54 | 118k|3334 | 0.000000e+00 |      --      |    Inf 
99.99/100.03	c   100s|130000 |    57 |  2017k|  15.5 |  15M|  39 |   - | 100 |  23k|   0 |   0 |  54 | 129k|3407 | 0.000000e+00 |      --      |    Inf 
108.49/108.59	c   109s|140000 |    54 |  2177k|  15.5 |  15M|  39 |  33 | 100 |  20k| 100 | 202 |  54 | 139k|3480 | 0.000000e+00 |      --      |    Inf 
117.09/117.13	c   117s|150000 |    46 |  2327k|  15.5 |  14M|  41 |  34 | 100 |  18k| 100 | 202 |  54 | 149k|3622 | 0.000000e+00 |      --      |    Inf 
125.90/125.98	c   126s|160000 |    53 |  2503k|  15.6 |  15M|  41 |  28 | 100 |  20k| 100 | 202 |  54 | 160k|3685 | 0.000000e+00 |      --      |    Inf 
134.59/134.61	c   135s|170000 |    51 |  2670k|  15.7 |  15M|  41 |   - | 100 |  20k| 100 | 202 |  54 | 171k|3743 | 0.000000e+00 |      --      |    Inf 
142.79/142.89	c   143s|180000 |    49 |  2821k|  15.7 |  14M|  41 |  34 | 100 |  16k| 100 | 202 |  54 | 180k|3798 | 0.000000e+00 |      --      |    Inf 
151.20/151.24	c   151s|190000 |    36 |  2984k|  15.7 |  14M|  41 |  39 | 100 |  15k| 100 | 202 |  54 | 191k|3858 | 0.000000e+00 |      --      |    Inf 
158.51/158.58	c   159s|200000 |    55 |  3119k|  15.6 |  15M|  41 |   - | 100 |  19k| 100 | 202 |  54 | 200k|3904 | 0.000000e+00 |      --      |    Inf 
166.90/166.91	c   167s|210000 |    58 |  3275k|  15.6 |  17M|  41 |  27 | 100 |  23k| 100 | 202 |  54 | 210k|3953 | 0.000000e+00 |      --      |    Inf 
174.69/174.74	c   175s|220000 |    67 |  3406k|  15.5 |  17M|  41 |  37 | 100 |  24k| 100 | 202 |  54 | 218k|3997 | 0.000000e+00 |      --      |    Inf 
183.60/183.61	c   184s|230000 |    65 |  3564k|  15.5 |  18M|  41 |  28 | 100 |  25k| 100 | 202 |  54 | 228k|4032 | 0.000000e+00 |      --      |    Inf 
192.00/192.07	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
192.00/192.07	c   192s|240000 |    72 |  3707k|  15.4 |  18M|  41 |   - | 100 |  24k| 100 | 202 |  54 | 238k|4070 | 0.000000e+00 |      --      |    Inf 
200.40/200.48	c   200s|250000 |    63 |  3846k|  15.4 |  17M|  41 |   - | 100 |  23k| 100 | 202 |  54 | 247k|4096 | 0.000000e+00 |      --      |    Inf 
208.70/208.76	c   209s|260000 |    59 |  3968k|  15.3 |  18M|  41 |   - | 100 |  24k| 100 | 202 |  54 | 254k|4113 | 0.000000e+00 |      --      |    Inf 
217.00/217.05	c   217s|270000 |    64 |  4103k|  15.2 |  19M|  41 |   - | 100 |  28k| 100 | 202 |  54 | 263k|4145 | 0.000000e+00 |      --      |    Inf 
225.80/225.81	c   226s|280000 |    61 |  4238k|  15.1 |  18M|  41 |  33 | 100 |  24k| 100 | 202 |  54 | 272k|4186 | 0.000000e+00 |      --      |    Inf 
234.30/234.31	c   234s|290000 |    61 |  4384k|  15.1 |  16M|  41 |  28 | 100 |  17k| 100 | 202 |  54 | 281k|4210 | 0.000000e+00 |      --      |    Inf 
242.29/242.38	c   242s|300000 |    59 |  4538k|  15.1 |  16M|  41 |  33 | 100 |  17k| 100 | 202 |  54 | 290k|4230 | 0.000000e+00 |      --      |    Inf 
250.69/250.73	c   251s|310000 |    58 |  4695k|  15.1 |  16M|  41 |   - | 100 |  17k| 100 | 202 |  54 | 300k|4280 | 0.000000e+00 |      --      |    Inf 
259.20/259.26	c   259s|320000 |    56 |  4851k|  15.2 |  16M|  42 |  30 | 100 |  16k| 100 | 202 |  54 | 310k|4308 | 0.000000e+00 |      --      |    Inf 
267.79/267.81	c   268s|330000 |    62 |  5017k|  15.2 |  16M|  42 |   - | 100 |  17k| 100 | 202 |  54 | 320k|4336 | 0.000000e+00 |      --      |    Inf 
276.00/276.10	c   276s|340000 |    59 |  5173k|  15.2 |  18M|  42 |   - | 100 |  22k| 100 | 202 |  54 | 330k|4357 | 0.000000e+00 |      --      |    Inf 
284.60/284.69	c   285s|350000 |    56 |  5327k|  15.2 |  19M|  42 |  37 | 100 |  24k| 100 | 202 |  54 | 341k|4400 | 0.000000e+00 |      --      |    Inf 
293.40/293.42	c   293s|360000 |    53 |  5480k|  15.2 |  18M|  42 |  32 | 100 |  19k| 100 | 202 |  54 | 351k|4424 | 0.000000e+00 |      --      |    Inf 
300.79/300.86	c   301s|370000 |    67 |  5617k|  15.2 |  18M|  42 |   - | 100 |  20k| 100 | 202 |  54 | 360k|4436 | 0.000000e+00 |      --      |    Inf 
308.70/308.73	c   309s|380000 |    63 |  5749k|  15.1 |  19M|  42 |  28 | 100 |  21k| 100 | 202 |  54 | 368k|4446 | 0.000000e+00 |      --      |    Inf 
316.50/316.58	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
316.50/316.58	c   317s|390000 |    62 |  5878k|  15.1 |  19M|  42 |   - | 100 |  22k| 100 | 202 |  54 | 377k|4449 | 0.000000e+00 |      --      |    Inf 
324.00/324.09	c   324s|400000 |    71 |  6009k|  15.0 |  20M|  42 |  35 | 100 |  24k| 100 | 202 |  54 | 385k|4451 | 0.000000e+00 |      --      |    Inf 
332.10/332.14	c   332s|410000 |    69 |  6143k|  15.0 |  21M|  42 |   - | 100 |  27k| 100 | 202 |  54 | 394k|4451 | 0.000000e+00 |      --      |    Inf 
340.60/340.65	c   341s|420000 |    70 |  6282k|  15.0 |  22M|  42 |   - | 100 |  29k| 100 | 202 |  54 | 402k|4451 | 0.000000e+00 |      --      |    Inf 
349.59/349.63	c   350s|430000 |    69 |  6424k|  14.9 |  21M|  42 |  30 | 100 |  27k| 100 | 202 |  54 | 410k|4464 | 0.000000e+00 |      --      |    Inf 
358.20/358.22	c   358s|440000 |    65 |  6569k|  14.9 |  20M|  42 |  41 | 100 |  21k| 100 | 202 |  54 | 418k|4495 | 0.000000e+00 |      --      |    Inf 
367.30/367.38	c   367s|450000 |    62 |  6727k|  15.0 |  20M|  42 |  38 | 100 |  22k| 100 | 202 |  54 | 428k|4498 | 0.000000e+00 |      --      |    Inf 
375.80/375.80	c   376s|460000 |    58 |  6882k|  15.0 |  17M|  42 |   - | 100 |  13k| 100 | 202 |  54 | 437k|4529 | 0.000000e+00 |      --      |    Inf 
382.70/382.80	c   383s|470000 |    76 |  7023k|  14.9 |  16M|  42 |  30 | 100 |  10k| 100 | 202 |  54 | 445k|4541 | 0.000000e+00 |      --      |    Inf 
390.20/390.26	c   390s|480000 |    64 |  7170k|  14.9 |  17M|  42 |   - | 100 |  12k| 100 | 202 |  54 | 454k|4547 | 0.000000e+00 |      --      |    Inf 
397.60/397.64	c   398s|490000 |    58 |  7309k|  14.9 |  18M|  42 |   - | 100 |  15k| 100 | 202 |  54 | 462k|4559 | 0.000000e+00 |      --      |    Inf 
405.40/405.45	c   405s|500000 |    62 |  7453k|  14.9 |  17M|  42 |   - | 100 |  11k| 100 | 202 |  54 | 471k|4565 | 0.000000e+00 |      --      |    Inf 
413.40/413.45	c   413s|510000 |    58 |  7616k|  14.9 |  18M|  42 |   - | 100 |  15k| 100 | 202 |  54 | 481k|4567 | 0.000000e+00 |      --      |    Inf 
421.60/421.68	c   422s|520000 |    62 |  7772k|  14.9 |  20M|  42 |  36 | 100 |  20k| 100 | 202 |  54 | 491k|4567 | 0.000000e+00 |      --      |    Inf 
430.60/430.66	c   431s|530000 |    60 |  7933k|  15.0 |  21M|  42 |   - | 100 |  23k| 100 | 202 |  54 | 501k|4567 | 0.000000e+00 |      --      |    Inf 
439.60/439.62	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
439.60/439.62	c   440s|540000 |    57 |  8097k|  15.0 |  17M|  42 |  34 | 100 |  12k| 100 | 202 |  54 | 511k|4609 | 0.000000e+00 |      --      |    Inf 
446.20/446.23	c   446s|550000 |    59 |  8220k|  14.9 |  18M|  42 |  36 | 100 |  14k| 100 | 202 |  54 | 518k|4612 | 0.000000e+00 |      --      |    Inf 
453.50/453.53	c   454s|560000 |    57 |  8351k|  14.9 |  18M|  42 |  29 | 100 |  14k| 100 | 202 |  54 | 527k|4623 | 0.000000e+00 |      --      |    Inf 
461.70/461.71	c   462s|570000 |    53 |  8499k|  14.9 |  18M|  42 |   - | 100 |  15k| 100 | 202 |  54 | 537k|4623 | 0.000000e+00 |      --      |    Inf 
468.81/468.83	c   469s|580000 |    70 |  8634k|  14.9 |  18M|  42 |   - | 100 |  14k| 100 | 202 |  54 | 546k|4623 | 0.000000e+00 |      --      |    Inf 
477.20/477.21	c   477s|590000 |    69 |  8788k|  14.9 |  19M|  42 |  32 | 100 |  17k| 100 | 202 |  54 | 556k|4623 | 0.000000e+00 |      --      |    Inf 
485.50/485.56	c   486s|600000 |    65 |  8950k|  14.9 |  18M|  42 |   - | 100 |  12k| 100 | 202 |  54 | 567k|4623 | 0.000000e+00 |      --      |    Inf 
493.50/493.59	c   494s|610000 |    71 |  9109k|  14.9 |  18M|  42 |  41 | 100 |  13k| 100 | 202 |  54 | 577k|4623 | 0.000000e+00 |      --      |    Inf 
502.00/502.04	c   502s|620000 |    68 |  9279k|  15.0 |  19M|  42 |  36 | 100 |  16k| 100 | 202 |  54 | 588k|4623 | 0.000000e+00 |      --      |    Inf 
510.21/510.26	c   510s|630000 |    69 |  9433k|  15.0 |  20M|  42 |  33 | 100 |  19k| 100 | 202 |  54 | 598k|4623 | 0.000000e+00 |      --      |    Inf 
518.60/518.62	c   519s|640000 |    64 |  9580k|  15.0 |  20M|  42 |   - | 100 |  17k| 100 | 202 |  54 | 607k|4623 | 0.000000e+00 |      --      |    Inf 
526.60/526.64	c   527s|650000 |    69 |  9718k|  15.0 |  21M|  42 |   - | 100 |  21k| 100 | 202 |  54 | 617k|4623 | 0.000000e+00 |      --      |    Inf 
534.72/534.79	c   535s|660000 |    73 |  9850k|  14.9 |  22M|  42 |   - | 100 |  23k| 100 | 202 |  54 | 626k|4623 | 0.000000e+00 |      --      |    Inf 
542.81/542.86	c   543s|670000 |    55 |  9974k|  14.9 |  22M|  42 |  39 | 100 |  25k| 100 | 202 |  54 | 634k|4623 | 0.000000e+00 |      --      |    Inf 
550.81/550.84	c   551s|680000 |    57 | 10098k|  14.9 |  23M|  42 |   - | 100 |  26k| 100 | 202 |  54 | 642k|4623 | 0.000000e+00 |      --      |    Inf 
559.92/560.01	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
559.92/560.01	c   560s|690000 |    57 | 10245k|  14.8 |  25M|  42 |   - | 100 |  32k| 100 | 202 |  54 | 652k|4623 | 0.000000e+00 |      --      |    Inf 
568.91/568.91	c   569s|700000 |    62 | 10384k|  14.8 |  23M|  42 |   - | 100 |  27k| 100 | 202 |  54 | 661k|4623 | 0.000000e+00 |      --      |    Inf 
578.11/578.19	c   578s|710000 |    65 | 10539k|  14.8 |  24M|  42 |   - | 100 |  29k| 100 | 202 |  54 | 671k|4623 | 0.000000e+00 |      --      |    Inf 
587.91/587.98	c   588s|720000 |    71 | 10692k|  14.9 |  25M|  42 |  35 | 100 |  32k| 100 | 202 |  54 | 681k|4623 | 0.000000e+00 |      --      |    Inf 
598.10/598.19	c   598s|730000 |    61 | 10851k|  14.9 |  25M|  42 |   - | 100 |  30k| 100 | 202 |  54 | 691k|4623 | 0.000000e+00 |      --      |    Inf 
607.91/607.95	c   608s|740000 |    66 | 11014k|  14.9 |  26M|  42 |  35 | 100 |  33k| 100 | 202 |  54 | 701k|4623 | 0.000000e+00 |      --      |    Inf 
618.10/618.16	c   618s|750000 |    61 | 11163k|  14.9 |  26M|  42 |  33 | 100 |  32k| 100 | 202 |  54 | 711k|4623 | 0.000000e+00 |      --      |    Inf 
628.80/628.85	c   629s|760000 |    61 | 11330k|  14.9 |  25M|  42 |   - | 100 |  30k| 100 | 202 |  54 | 721k|4623 | 0.000000e+00 |      --      |    Inf 
640.01/640.02	c   640s|770000 |    55 | 11505k|  14.9 |  25M|  42 |   - | 100 |  29k| 100 | 202 |  54 | 731k|4623 | 0.000000e+00 |      --      |    Inf 
649.91/649.90	c   650s|780000 |    56 | 11661k|  15.0 |  23M|  42 |  31 | 100 |  22k| 100 | 202 |  54 | 740k|4623 | 0.000000e+00 |      --      |    Inf 
657.92/657.93	c   658s|790000 |    64 | 11805k|  14.9 |  21M|  42 |  33 | 100 |  16k| 100 | 202 |  54 | 749k|4623 | 0.000000e+00 |      --      |    Inf 
664.90/664.97	c   665s|800000 |    62 | 11923k|  14.9 |  22M|  42 |  31 | 100 |  19k| 100 | 202 |  54 | 757k|4623 | 0.000000e+00 |      --      |    Inf 
672.90/672.99	c   673s|810000 |    59 | 12058k|  14.9 |  24M|  42 |   - | 100 |  23k| 100 | 202 |  54 | 766k|4623 | 0.000000e+00 |      --      |    Inf 
682.50/682.56	c   683s|820000 |    63 | 12215k|  14.9 |  24M|  42 |   - | 100 |  24k| 100 | 202 |  54 | 776k|4623 | 0.000000e+00 |      --      |    Inf 
691.31/691.30	c   691s|830000 |    59 | 12343k|  14.9 |  26M|  42 |   - | 100 |  29k| 100 | 202 |  54 | 786k|4623 | 0.000000e+00 |      --      |    Inf 
701.31/701.33	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
701.31/701.33	c   701s|840000 |    61 | 12494k|  14.9 |  26M|  42 |  35 | 100 |  29k| 100 | 202 |  54 | 796k|4623 | 0.000000e+00 |      --      |    Inf 
712.71/712.70	c   713s|850000 |    64 | 12671k|  14.9 |  27M|  42 |  34 | 100 |  32k| 100 | 202 |  54 | 807k|4623 | 0.000000e+00 |      --      |    Inf 
722.01/722.05	c   722s|860000 |    59 | 12814k|  14.9 |  26M|  42 |   - | 100 |  27k| 100 | 202 |  54 | 816k|4623 | 0.000000e+00 |      --      |    Inf 
732.31/732.33	c   732s|870000 |    65 | 12966k|  14.9 |  28M|  42 |  38 | 100 |  32k| 100 | 202 |  54 | 826k|4623 | 0.000000e+00 |      --      |    Inf 
743.41/743.45	c   743s|880000 |    60 | 13130k|  14.9 |  26M|  42 |  28 | 100 |  27k| 100 | 202 |  54 | 836k|4623 | 0.000000e+00 |      --      |    Inf 
753.91/753.94	c   754s|890000 |    63 | 13300k|  14.9 |  27M|  42 |  42 | 100 |  31k| 100 | 202 |  54 | 846k|4623 | 0.000000e+00 |      --      |    Inf 
766.83/766.88	c   767s|900000 |    58 | 13508k|  15.0 |  26M|  42 |   - | 100 |  24k| 100 | 202 |  54 | 857k|4623 | 0.000000e+00 |      --      |    Inf 
775.41/775.45	c   775s|910000 |    64 | 13660k|  15.0 |  24M|  42 |  34 | 100 |  18k| 100 | 202 |  54 | 866k|4623 | 0.000000e+00 |      --      |    Inf 
783.81/783.89	c   784s|920000 |    68 | 13798k|  15.0 |  24M|  42 |   - | 100 |  20k| 100 | 202 |  54 | 874k|4623 | 0.000000e+00 |      --      |    Inf 
793.01/793.06	c   793s|930000 |    57 | 13949k|  15.0 |  26M|  42 |  40 | 100 |  25k| 100 | 202 |  54 | 883k|4623 | 0.000000e+00 |      --      |    Inf 
802.31/802.33	c   802s|940000 |    62 | 14099k|  15.0 |  26M|  42 |  38 | 100 |  24k| 100 | 202 |  54 | 893k|4623 | 0.000000e+00 |      --      |    Inf 
812.01/812.07	c   812s|950000 |    63 | 14254k|  15.0 |  26M|  42 |  38 | 100 |  25k| 100 | 202 |  54 | 902k|4623 | 0.000000e+00 |      --      |    Inf 
822.61/822.65	c   823s|960000 |    62 | 14430k|  15.0 |  27M|  42 |   - | 100 |  27k| 100 | 202 |  54 | 913k|4623 | 0.000000e+00 |      --      |    Inf 
832.83/832.82	c   833s|970000 |    63 | 14596k|  15.0 |  27M|  42 |  30 | 100 |  25k| 100 | 202 |  54 | 923k|4623 | 0.000000e+00 |      --      |    Inf 
842.51/842.60	c   843s|980000 |    58 | 14757k|  15.1 |  25M|  42 |  37 | 100 |  20k| 100 | 202 |  54 | 932k|4623 | 0.000000e+00 |      --      |    Inf 
851.91/851.92	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
851.91/851.92	c   852s|990000 |    57 | 14922k|  15.1 |  25M|  42 |  39 | 100 |  21k| 100 | 202 |  54 | 942k|4623 | 0.000000e+00 |      --      |    Inf 
861.01/861.00	c   861s|  1000k|    61 | 15079k|  15.1 |  24M|  42 |   - | 100 |  17k| 100 | 202 |  54 | 952k|4623 | 0.000000e+00 |      --      |    Inf 
868.82/868.87	c   869s|  1010k|    62 | 15221k|  15.1 |  25M|  42 |  34 | 100 |  20k| 100 | 202 |  54 | 961k|4623 | 0.000000e+00 |      --      |    Inf 
879.03/879.07	c   879s|  1020k|    58 | 15413k|  15.1 |  24M|  42 |   - | 100 |  18k| 100 | 202 |  54 | 972k|4623 | 0.000000e+00 |      --      |    Inf 
887.72/887.80	c   888s|  1030k|    61 | 15577k|  15.1 |  24M|  42 |   - | 100 |  17k| 100 | 202 |  54 | 983k|4623 | 0.000000e+00 |      --      |    Inf 
896.21/896.25	c   896s|  1040k|    54 | 15725k|  15.1 |  23M|  42 |   - | 100 |  15k| 100 | 202 |  54 | 992k|4623 | 0.000000e+00 |      --      |    Inf 
904.11/904.13	c   904s|  1050k|    66 | 15865k|  15.1 |  24M|  42 |  29 | 100 |  16k| 100 | 202 |  54 |1001k|4623 | 0.000000e+00 |      --      |    Inf 
911.71/911.76	c   912s|  1060k|    72 | 15999k|  15.1 |  25M|  42 |  30 | 100 |  19k| 100 | 202 |  54 |1010k|4623 | 0.000000e+00 |      --      |    Inf 
919.81/919.89	c   920s|  1070k|    58 | 16134k|  15.1 |  26M|  42 |   - | 100 |  23k| 100 | 202 |  54 |1019k|4623 | 0.000000e+00 |      --      |    Inf 
928.61/928.65	c   929s|  1080k|    55 | 16268k|  15.1 |  26M|  42 |   - | 100 |  23k| 100 | 202 |  54 |1029k|4623 | 0.000000e+00 |      --      |    Inf 
936.92/936.92	c   937s|  1090k|    61 | 16397k|  15.0 |  27M|  42 |  30 | 100 |  24k| 100 | 202 |  54 |1037k|4623 | 0.000000e+00 |      --      |    Inf 
945.72/945.75	c   946s|  1100k|    63 | 16538k|  15.0 |  27M|  42 |   - | 100 |  26k| 100 | 202 |  54 |1047k|4623 | 0.000000e+00 |      --      |    Inf 
955.12/955.19	c   955s|  1110k|    68 | 16693k|  15.0 |  30M|  42 |   - | 100 |  32k| 100 | 202 |  54 |1057k|4623 | 0.000000e+00 |      --      |    Inf 
965.31/965.33	c   965s|  1120k|    62 | 16848k|  15.0 |  29M|  42 |   - | 100 |  29k| 100 | 202 |  54 |1067k|4623 | 0.000000e+00 |      --      |    Inf 
975.11/975.12	c   975s|  1130k|    61 | 17000k|  15.0 |  29M|  42 |  30 | 100 |  30k| 100 | 202 |  54 |1077k|4623 | 0.000000e+00 |      --      |    Inf 
985.11/985.19	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
985.11/985.19	c   985s|  1140k|    54 | 17151k|  15.0 |  29M|  43 |   - | 100 |  31k| 100 | 202 |  54 |1086k|4623 | 0.000000e+00 |      --      |    Inf 
995.01/995.07	c   995s|  1150k|    55 | 17304k|  15.0 |  27M|  43 |  31 | 100 |  24k| 100 | 202 |  54 |1095k|4623 | 0.000000e+00 |      --      |    Inf 
1003.01/1003.03	c  1003s|  1160k|    56 | 17428k|  15.0 |  27M|  43 |   - | 100 |  25k| 100 | 202 |  54 |1103k|4623 | 0.000000e+00 |      --      |    Inf 
1011.42/1011.47	c  1011s|  1170k|    60 | 17543k|  15.0 |  29M|  43 |   - | 100 |  30k| 100 | 202 |  54 |1110k|4623 | 0.000000e+00 |      --      |    Inf 
1021.61/1021.69	c  1022s|  1180k|    56 | 17687k|  15.0 |  29M|  43 |  33 | 100 |  30k| 100 | 202 |  54 |1119k|4623 | 0.000000e+00 |      --      |    Inf 
1030.72/1030.81	c  1031s|  1190k|    57 | 17816k|  15.0 |  26M|  44 |   - | 100 |  22k| 100 | 202 |  54 |1128k|4623 | 0.000000e+00 |      --      |    Inf 
1040.32/1040.34	c  1040s|  1200k|    55 | 17966k|  15.0 |  27M|  44 |  34 | 100 |  25k| 100 | 202 |  54 |1137k|4623 | 0.000000e+00 |      --      |    Inf 
1050.41/1050.45	c  1050s|  1210k|    52 | 18126k|  15.0 |  25M|  44 |   - | 100 |  19k| 100 | 202 |  54 |1147k|4623 | 0.000000e+00 |      --      |    Inf 
1059.02/1059.09	c  1059s|  1220k|    49 | 18283k|  15.0 |  24M|  44 |  42 | 100 |  14k| 100 | 202 |  54 |1157k|4623 | 0.000000e+00 |      --      |    Inf 
1067.22/1067.26	c  1067s|  1230k|    58 | 18428k|  15.0 |  25M|  44 |   - | 100 |  18k| 100 | 202 |  54 |1167k|4623 | 0.000000e+00 |      --      |    Inf 
1075.41/1075.44	c  1075s|  1240k|    52 | 18562k|  15.0 |  26M|  44 |   - | 100 |  21k| 100 | 202 |  54 |1175k|4623 | 0.000000e+00 |      --      |    Inf 
1084.42/1084.40	c  1084s|  1250k|    51 | 18714k|  15.0 |  28M|  44 |  35 | 100 |  26k| 100 | 202 |  54 |1185k|4623 | 0.000000e+00 |      --      |    Inf 
1094.22/1094.27	c  1094s|  1260k|    49 | 18865k|  15.0 |  27M|  44 |  31 | 100 |  23k| 100 | 202 |  54 |1195k|4623 | 0.000000e+00 |      --      |    Inf 
1103.32/1103.35	c  1103s|  1270k|    46 | 19000k|  15.0 |  26M|  44 |  35 | 100 |  19k| 100 | 202 |  54 |1204k|4623 | 0.000000e+00 |      --      |    Inf 
1111.22/1111.24	c  1111s|  1280k|    61 | 19116k|  14.9 |  27M|  44 |   - | 100 |  23k| 100 | 202 |  54 |1212k|4623 | 0.000000e+00 |      --      |    Inf 
1119.72/1119.78	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1119.72/1119.78	c  1120s|  1290k|    60 | 19244k|  14.9 |  27M|  44 |   - | 100 |  23k| 100 | 202 |  54 |1221k|4623 | 0.000000e+00 |      --      |    Inf 
1128.63/1128.67	c  1129s|  1300k|    55 | 19387k|  14.9 |  27M|  44 |   - | 100 |  24k| 100 | 202 |  54 |1229k|4623 | 0.000000e+00 |      --      |    Inf 
1137.22/1137.23	c  1137s|  1310k|    47 | 19507k|  14.9 |  28M|  44 |  34 | 100 |  26k| 100 | 202 |  54 |1237k|4623 | 0.000000e+00 |      --      |    Inf 
1146.02/1146.03	c  1146s|  1320k|    49 | 19629k|  14.9 |  30M|  44 |   - | 100 |  31k| 100 | 202 |  54 |1245k|4623 | 0.000000e+00 |      --      |    Inf 
1155.72/1155.70	c  1156s|  1330k|    46 | 19741k|  14.8 |  31M|  44 |   - | 100 |  35k| 100 | 202 |  54 |1253k|4623 | 0.000000e+00 |      --      |    Inf 
1166.82/1166.81	c  1167s|  1340k|    59 | 19878k|  14.8 |  31M|  44 |  36 | 100 |  36k| 100 | 202 |  54 |1262k|4623 | 0.000000e+00 |      --      |    Inf 
1178.42/1178.42	c  1178s|  1350k|    50 | 20045k|  14.8 |  29M|  44 |  36 | 100 |  26k| 100 | 202 |  54 |1272k|4623 | 0.000000e+00 |      --      |    Inf 
1188.32/1188.32	c  1188s|  1360k|    49 | 20195k|  14.8 |  30M|  44 |  41 | 100 |  31k| 100 | 202 |  54 |1281k|4623 | 0.000000e+00 |      --      |    Inf 
1199.62/1199.66	c  1200s|  1370k|    58 | 20367k|  14.9 |  30M|  44 |  26 | 100 |  29k| 100 | 202 |  54 |1291k|4623 | 0.000000e+00 |      --      |    Inf 
1210.52/1210.60	c  1211s|  1380k|    52 | 20526k|  14.9 |  31M|  44 |   - | 100 |  34k|   0 |   0 |  54 |1301k|4623 | 0.000000e+00 |      --      |    Inf 
1222.13/1222.18	c  1222s|  1390k|    49 | 20689k|  14.9 |  32M|  44 |   - | 100 |  36k| 100 | 202 |  54 |1311k|4623 | 0.000000e+00 |      --      |    Inf 
1233.82/1233.89	c  1234s|  1400k|    45 | 20858k|  14.9 |  28M|  44 |   - | 100 |  24k| 100 | 202 |  54 |1320k|4623 | 0.000000e+00 |      --      |    Inf 
1242.92/1242.94	c  1243s|  1410k|    49 | 21011k|  14.9 |  27M|  44 |  24 | 100 |  22k| 100 | 202 |  54 |1330k|4623 | 0.000000e+00 |      --      |    Inf 
1251.32/1251.39	c  1251s|  1420k|    50 | 21151k|  14.9 |  28M|  44 |  37 | 100 |  23k| 100 | 202 |  54 |1339k|4623 | 0.000000e+00 |      --      |    Inf 
1260.42/1260.42	c  1260s|  1430k|    49 | 21289k|  14.9 |  29M|  44 |   - | 100 |  28k| 100 | 202 |  54 |1348k|4623 | 0.000000e+00 |      --      |    Inf 
1269.43/1269.42	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1269.43/1269.42	c  1269s|  1440k|    49 | 21417k|  14.9 |  30M|  44 |  31 | 100 |  29k| 100 | 202 |  54 |1356k|4623 | 0.000000e+00 |      --      |    Inf 
1279.33/1279.33	c  1279s|  1450k|    45 | 21553k|  14.9 |  31M|  44 |  37 | 100 |  32k| 100 | 202 |  54 |1365k|4623 | 0.000000e+00 |      --      |    Inf 
1290.22/1290.23	c  1290s|  1460k|    45 | 21707k|  14.9 |  29M|  44 |   - | 100 |  27k| 100 | 202 |  54 |1375k|4623 | 0.000000e+00 |      --      |    Inf 
1300.42/1300.40	c  1300s|  1470k|    46 | 21864k|  14.9 |  30M|  44 |   - | 100 |  30k| 100 | 202 |  54 |1385k|4623 | 0.000000e+00 |      --      |    Inf 
1311.62/1311.68	c  1312s|  1480k|    37 | 22029k|  14.9 |  28M|  44 |  42 | 100 |  24k| 100 | 202 |  54 |1395k|4623 | 0.000000e+00 |      --      |    Inf 
1320.62/1320.64	c  1321s|  1490k|    47 | 22173k|  14.9 |  27M|  44 |   - | 100 |  21k| 100 | 202 |  54 |1404k|4623 | 0.000000e+00 |      --      |    Inf 
1329.73/1329.73	c  1330s|  1500k|    51 | 22316k|  14.9 |  28M|  44 |   - | 100 |  23k| 100 | 202 |  54 |1413k|4623 | 0.000000e+00 |      --      |    Inf 
1339.62/1339.61	c  1340s|  1510k|    44 | 22469k|  14.9 |  29M|  44 |   - | 100 |  26k| 100 | 202 |  54 |1422k|4623 | 0.000000e+00 |      --      |    Inf 
1350.63/1350.62	c  1351s|  1520k|    38 | 22647k|  14.9 |  29M|  44 |   - | 100 |  27k| 100 | 202 |  54 |1431k|4623 | 0.000000e+00 |      --      |    Inf 
1361.62/1361.62	c  1362s|  1530k|    45 | 22823k|  14.9 |  31M|  44 |  31 | 100 |  33k| 100 | 202 |  54 |1442k|4623 | 0.000000e+00 |      --      |    Inf 
1372.12/1372.16	c  1372s|  1540k|    52 | 22985k|  14.9 |  29M|  44 |   - | 100 |  24k| 100 | 202 |  54 |1452k|4623 | 0.000000e+00 |      --      |    Inf 
1380.72/1380.77	c  1381s|  1550k|    48 | 23115k|  14.9 |  29M|  44 |   - | 100 |  26k| 100 | 202 |  54 |1460k|4623 | 0.000000e+00 |      --      |    Inf 
1390.33/1390.35	c  1390s|  1560k|    44 | 23262k|  14.9 |  30M|  44 |  34 | 100 |  29k| 100 | 202 |  54 |1469k|4623 | 0.000000e+00 |      --      |    Inf 
1399.72/1399.75	c  1400s|  1570k|    51 | 23395k|  14.9 |  32M|  44 |  26 | 100 |  34k| 100 | 202 |  54 |1479k|4623 | 0.000000e+00 |      --      |    Inf 
1410.24/1410.28	c  1410s|  1580k|    49 | 23534k|  14.9 |  31M|  44 |   - | 100 |  32k| 100 | 202 |  54 |1488k|4623 | 0.000000e+00 |      --      |    Inf 
1421.03/1421.04	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1421.03/1421.04	c  1421s|  1590k|    60 | 23687k|  14.9 |  31M|  44 |  28 | 100 |  30k| 100 | 202 |  54 |1498k|4623 | 0.000000e+00 |      --      |    Inf 
1432.13/1432.13	c  1432s|  1600k|    44 | 23864k|  14.9 |  33M|  44 |   - | 100 |  36k| 100 | 202 |  54 |1508k|4623 | 0.000000e+00 |      --      |    Inf 
1442.92/1442.97	c  1443s|  1610k|    45 | 24005k|  14.9 |  34M|  44 |  29 | 100 |  37k| 100 | 202 |  54 |1517k|4623 | 0.000000e+00 |      --      |    Inf 
1454.03/1454.04	c  1454s|  1620k|    41 | 24151k|  14.9 |  34M|  44 |  31 | 100 |  39k| 100 | 202 |  54 |1526k|4623 | 0.000000e+00 |      --      |    Inf 
1465.12/1465.16	c  1465s|  1630k|    39 | 24315k|  14.9 |  32M|  44 |   - | 100 |  30k| 100 | 202 |  54 |1536k|4623 | 0.000000e+00 |      --      |    Inf 
1475.42/1475.45	c  1475s|  1640k|    39 | 24463k|  14.9 |  30M|  44 |  33 | 100 |  25k| 100 | 202 |  54 |1546k|4623 | 0.000000e+00 |      --      |    Inf 
1485.23/1485.24	c  1485s|  1650k|    45 | 24614k|  14.9 |  31M|  44 |  31 | 100 |  29k| 100 | 202 |  54 |1556k|4623 | 0.000000e+00 |      --      |    Inf 
1495.53/1495.53	c  1496s|  1660k|    44 | 24766k|  14.9 |  32M|  44 |   - | 100 |  32k| 100 | 202 |  54 |1566k|4623 | 0.000000e+00 |      --      |    Inf 
1505.63/1505.61	c  1506s|  1670k|    43 | 24913k|  14.9 |  32M|  44 |   - | 100 |  33k| 100 | 202 |  54 |1575k|4623 | 0.000000e+00 |      --      |    Inf 
1516.13/1516.14	c  1516s|  1680k|    42 | 25071k|  14.9 |  32M|  44 |   - | 100 |  32k| 100 | 202 |  54 |1585k|4623 | 0.000000e+00 |      --      |    Inf 
1527.03/1527.06	c  1527s|  1690k|    43 | 25229k|  14.9 |  32M|  44 |   - | 100 |  32k| 100 | 202 |  54 |1594k|4623 | 0.000000e+00 |      --      |    Inf 
1538.23/1538.29	c  1538s|  1700k|    44 | 25389k|  14.9 |  34M|  44 |   - | 100 |  38k| 100 | 202 |  54 |1605k|4623 | 0.000000e+00 |      --      |    Inf 
1550.52/1550.57	c  1551s|  1710k|    41 | 25575k|  15.0 |  34M|  44 |   - | 100 |  39k| 100 | 202 |  54 |1615k|4623 | 0.000000e+00 |      --      |    Inf 
1562.63/1562.60	c  1563s|  1720k|    47 | 25749k|  15.0 |  34M|  44 |   - | 100 |  35k| 100 | 202 |  54 |1626k|4623 | 0.000000e+00 |      --      |    Inf 
1574.72/1574.77	c  1575s|  1730k|    40 | 25932k|  15.0 |  36M|  44 |  36 | 100 |  41k| 100 | 202 |  54 |1636k|4623 | 0.000000e+00 |      --      |    Inf 
1586.92/1586.96	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1586.92/1586.96	c  1587s|  1740k|    37 | 26108k|  15.0 |  34M|  44 |  33 | 100 |  35k| 100 | 202 |  54 |1646k|4623 | 0.000000e+00 |      --      |    Inf 
1597.13/1597.17	c  1597s|  1750k|    44 | 26254k|  15.0 |  34M|  44 |  32 | 100 |  36k| 100 | 202 |  54 |1655k|4623 | 0.000000e+00 |      --      |    Inf 
1607.33/1607.35	c  1607s|  1760k|    34 | 26389k|  15.0 |  35M|  44 |   - | 100 |  38k| 100 | 202 |  54 |1664k|4623 | 0.000000e+00 |      --      |    Inf 
1618.03/1618.03	c  1618s|  1770k|    32 | 26533k|  15.0 |  34M|  44 |  37 | 100 |  34k| 100 | 202 |  54 |1672k|4623 | 0.000000e+00 |      --      |    Inf 
1628.43/1628.41	c  1628s|  1780k|    41 | 26688k|  15.0 |  34M|  44 |  28 | 100 |  35k| 100 | 202 |  54 |1682k|4623 | 0.000000e+00 |      --      |    Inf 
1638.73/1638.73	c  1639s|  1790k|    37 | 26827k|  15.0 |  36M|  44 |  31 | 100 |  40k| 100 | 202 |  54 |1691k|4623 | 0.000000e+00 |      --      |    Inf 
1649.83/1649.81	c  1650s|  1800k|    43 | 26975k|  15.0 |  37M|  44 |   - | 100 |  42k| 100 | 202 |  54 |1701k|4623 | 0.000000e+00 |      --      |    Inf 
1662.25/1662.28	c  1662s|  1810k|    37 | 27129k|  15.0 |  38M|  44 |   - | 100 |  44k| 100 | 202 |  54 |1709k|4623 | 0.000000e+00 |      --      |    Inf 
1673.93/1673.91	c  1674s|  1820k|    46 | 27276k|  15.0 |  36M|  44 |   - | 100 |  38k| 100 | 202 |  54 |1718k|4623 | 0.000000e+00 |      --      |    Inf 
1685.03/1685.02	c  1685s|  1830k|    33 | 27421k|  15.0 |  36M|  44 |  37 | 100 |  40k| 100 | 202 |  54 |1726k|4623 | 0.000000e+00 |      --      |    Inf 
1696.73/1696.77	c  1697s|  1840k|    33 | 27577k|  15.0 |  36M|  44 |  34 | 100 |  40k| 100 | 202 |  54 |1736k|4623 | 0.000000e+00 |      --      |    Inf 
1708.93/1708.91	c  1709s|  1850k|    39 | 27742k|  15.0 |  38M|  44 |   - | 100 |  46k| 100 | 202 |  54 |1746k|4623 | 0.000000e+00 |      --      |    Inf 
1721.93/1721.99	c  1722s|  1860k|    40 | 27901k|  15.0 |  38M|  44 |  36 | 100 |  44k| 100 | 202 |  54 |1756k|4623 | 0.000000e+00 |      --      |    Inf 
1735.03/1735.06	c  1735s|  1870k|    37 | 28060k|  15.0 |  38M|  44 |  28 | 100 |  44k| 100 | 202 |  54 |1765k|4623 | 0.000000e+00 |      --      |    Inf 
1747.63/1747.65	c  1748s|  1880k|    31 | 28214k|  15.0 |  39M|  44 |  38 | 100 |  45k| 100 | 202 |  54 |1774k|4623 | 0.000000e+00 |      --      |    Inf 
1760.63/1760.68	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1760.63/1760.68	c  1761s|  1890k|    32 | 28381k|  15.0 |  38M|  44 |   - | 100 |  43k| 100 | 202 |  54 |1784k|4623 | 0.000000e+00 |      --      |    Inf 
1772.14/1772.20	c  1772s|  1900k|    26 | 28535k|  15.0 |  33M|  44 |   - | 100 |  29k| 100 | 202 |  54 |1792k|4623 | 0.000000e+00 |      --      |    Inf 
1781.84/1781.84	c  1782s|  1910k|    25 | 28677k|  15.0 |  34M|  44 |   - | 100 |  30k| 100 | 202 |  54 |1801k|4623 | 0.000000e+00 |      --      |    Inf 
1792.33/1792.34	c  1792s|  1920k|    25 | 28824k|  15.0 |  35M|  44 |   - | 100 |  33k| 100 | 202 |  54 |1811k|4623 | 0.000000e+00 |      --      |    Inf 
1800.04/1800.00	c 
1800.04/1800.00	c SCIP Status        : solving was interrupted [time limit reached]
1800.04/1800.00	c Solving Time (sec) : 1800.00
1800.04/1800.00	c Solving Nodes      : 1926768
1800.04/1800.00	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1800.04/1800.00	c Dual Bound         : +0.00000000000000e+00
1800.04/1800.00	c Gap                : infinite
1800.04/1800.00	s UNKNOWN
1800.04/1800.00	c SCIP Status        : solving was interrupted [time limit reached]
1800.04/1800.00	c Total Time         :    1800.00
1800.04/1800.00	c   solving          :    1800.00
1800.04/1800.00	c   presolving       :       0.03 (included in solving)
1800.04/1800.00	c   reading          :       0.00 (included in solving)
1800.04/1800.00	c Original Problem   :
1800.04/1800.00	c   Problem name     : HOME/instance-3450289-1307112441.opb
1800.04/1800.00	c   Variables        : 710 (710 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.04/1800.00	c   Constraints      : 862 initial, 862 maximal
1800.04/1800.00	c Presolved Problem  :
1800.04/1800.00	c   Problem name     : t_HOME/instance-3450289-1307112441.opb
1800.04/1800.00	c   Variables        : 100 (100 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.04/1800.00	c   Constraints      : 152 initial, 50288 maximal
1800.04/1800.00	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1800.04/1800.00	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1800.04/1800.00	c   dualfix          :       0.00        610          0          0          0          0          0          0          0          0
1800.04/1800.00	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1800.04/1800.00	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1800.04/1800.00	c   pseudoobj        :       0.00          0          0          0          0          0          0          0          0          0
1800.04/1800.00	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1800.04/1800.00	c   probing          :       0.00          0          0          0          0          0          0          0          0          0
1800.04/1800.00	c   knapsack         :       0.00          0          0          0          0          0          0          0          0          0
1800.04/1800.00	c   setppc           :       0.00          0          0          0          0          0          0          0          0          0
1800.04/1800.00	c   linear           :       0.00          0          0          0          0          0          0          0          0          0
1800.04/1800.00	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
1800.04/1800.00	c   pseudoboolean    :       0.00          0          0          0          0          0        710          0          0          0
1800.04/1800.00	c   root node        :          -          0          -          -          0          -          -          -          -          -
1800.04/1800.00	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1800.04/1800.00	c   integral         :          0          0          0     969444          0          1          0        178       1474          0          0    1936346
1800.04/1800.00	c   knapsack         :        101          5    7089293          0          1          0   11448241      19884    6078246        156          0          0
1800.04/1800.00	c   setppc           :         50          5    7065465          0          1          0    3834699       1076     605545          0          0          0
1800.04/1800.00	c   linear           :          1+         6    7068333          0          1          0        928       5791       5938          0          0          0
1800.04/1800.00	c   logicor          :          0+         0    2407692          0          0          0    6399367      27802    1651571          0          0          0
1800.04/1800.00	c   countsols        :          0          0          0          0          1          0          0          0          0          0          0          0
1800.04/1800.00	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1800.04/1800.00	c   integral         :      16.66       0.00       0.00      16.66       0.00       0.00       0.00
1800.04/1800.00	c   knapsack         :      63.86       0.00      59.53       0.00       0.00       0.00       4.33
1800.04/1800.00	c   setppc           :       7.24       0.00       6.43       0.00       0.00       0.00       0.81
1800.04/1800.00	c   linear           :       4.23       0.00       4.22       0.00       0.00       0.00       0.01
1800.04/1800.00	c   logicor          :     289.34       0.00     283.30       0.00       0.00       0.00       6.03
1800.04/1800.00	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1800.04/1800.00	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1800.04/1800.00	c   vbounds          :          0          0          0          0
1800.04/1800.00	c   rootredcost      :          0          0          0          0
1800.04/1800.00	c   pseudoobj        :          0          0          0          0
1800.04/1800.00	c Propagator Timings :  TotalTime  Propagate    Resprop
1800.04/1800.00	c   vbounds          :       1.00       1.00       0.00
1800.04/1800.00	c   rootredcost      :       1.13       1.13       0.00
1800.04/1800.00	c   pseudoobj        :       0.68       0.68       0.00
1800.04/1800.00	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.04/1800.00	c   propagation      :       2.08      54553      54131     403841       26.8        509       21.8          -
1800.04/1800.00	c   infeasible LP    :      50.83     910708     909388    7436028       25.5       4203       20.6          0
1800.04/1800.00	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.00	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.00	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.04/1800.00	c   applied globally :          -          -          -    1818231       19.8          -          -          -
1800.04/1800.00	c   applied locally  :          -          -          -        175       39.2          -          -          -
1800.04/1800.00	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.04/1800.00	c   cut pool         :       0.00          4          -          -         64          -    (maximal pool size: 449)
1800.04/1800.00	c   redcost          :       1.91     968421          0          0          0          0
1800.04/1800.00	c   impliedbounds    :       0.00          5          0          0          0          0
1800.04/1800.00	c   intobj           :       0.00          0          0          0          0          0
1800.04/1800.00	c   gomory           :       0.03          5          0          0          0          0
1800.04/1800.00	c   cgmip            :       0.00          0          0          0          0          0
1800.04/1800.00	c   closecuts        :       0.00          0          0          0          0          0
1800.04/1800.00	c   strongcg         :       0.03          5          0          0        449          0
1800.04/1800.00	c   cmir             :       0.00          0          0          0          0          0
1800.04/1800.00	c   flowcover        :       0.00          0          0          0          0          0
1800.04/1800.00	c   clique           :       0.00          1          0          0          0          0
1800.04/1800.00	c   zerohalf         :       0.00          0          0          0          0          0
1800.04/1800.00	c   mcf              :       0.00          1          0          0          0          0
1800.04/1800.00	c   oddcycle         :       0.00          0          0          0          0          0
1800.04/1800.00	c   rapidlearning    :       0.02          1          0          0          0          2
1800.04/1800.00	c Pricers            :       Time      Calls       Vars
1800.04/1800.00	c   problem variables:       0.00          0          0
1800.04/1800.00	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.04/1800.00	c   relpscost        :      16.10     969444        178       1474          0          0    1936346
1800.04/1800.00	c   pscost           :       0.00          0          0          0          0          0          0
1800.04/1800.00	c   inference        :       0.00          1          0          0          0          0          2
1800.04/1800.00	c   mostinf          :       0.00          0          0          0          0          0          0
1800.04/1800.00	c   leastinf         :       0.00          0          0          0          0          0          0
1800.04/1800.00	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.04/1800.00	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.04/1800.00	c   random           :       0.00          0          0          0          0          0          0
1800.04/1800.00	c Primal Heuristics  :       Time      Calls      Found
1800.04/1800.00	c   LP solutions     :       0.00          -          0
1800.04/1800.00	c   pseudo solutions :       0.00          -          0
1800.04/1800.00	c   trivial          :       0.00          1          0
1800.04/1800.00	c   shiftandpropagate:       0.00          0          0
1800.04/1800.00	c   simplerounding   :       0.00          0          0
1800.04/1800.00	c   zirounding       :       0.00          0          0
1800.04/1800.00	c   rounding         :       0.00          0          0
1800.04/1800.00	c   shifting         :       0.00          0          0
1800.04/1800.00	c   intshifting      :       0.00          0          0
1800.04/1800.00	c   oneopt           :       0.00          0          0
1800.04/1800.00	c   twoopt           :       0.00          0          0
1800.04/1800.00	c   fixandinfer      :       0.00          0          0
1800.04/1800.00	c   feaspump         :       0.00          0          0
1800.04/1800.00	c   clique           :       0.00          0          0
1800.04/1800.00	c   coefdiving       :       0.00          0          0
1800.04/1800.00	c   pscostdiving     :       0.00          0          0
1800.04/1800.00	c   fracdiving       :       0.00          0          0
1800.04/1800.00	c   veclendiving     :       0.00          0          0
1800.04/1800.00	c   intdiving        :       0.00          0          0
1800.04/1800.00	c   actconsdiving    :       0.00          0          0
1800.04/1800.00	c   objpscostdiving  :       0.00          0          0
1800.04/1800.00	c   rootsoldiving    :       0.00          0          0
1800.04/1800.00	c   linesearchdiving :       0.00          0          0
1800.04/1800.00	c   guideddiving     :       0.00          0          0
1800.04/1800.00	c   octane           :       0.00          0          0
1800.04/1800.00	c   rens             :       0.00          0          0
1800.04/1800.00	c   rins             :       0.00          0          0
1800.04/1800.00	c   localbranching   :       0.00          0          0
1800.04/1800.00	c   mutation         :       0.00          0          0
1800.04/1800.00	c   crossover        :       0.00          0          0
1800.04/1800.00	c   dins             :       0.00          0          0
1800.04/1800.00	c   vbounds          :       0.00          0          0
1800.04/1800.00	c   undercover       :       0.00          0          0
1800.04/1800.00	c   subnlp           :       0.00          0          0
1800.04/1800.00	c   trysol           :       0.00          0          0
1800.04/1800.00	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.04/1800.00	c   primal LP        :       0.00          0          0       0.00          -
1800.04/1800.00	c   dual LP          :     953.32    1879314   28933139      15.40   30349.78
1800.04/1800.00	c   lex dual LP      :       0.00          0          0       0.00          -
1800.04/1800.00	c   barrier LP       :       0.00          0          0       0.00          -
1800.04/1800.00	c   diving/probing LP:       0.00          0          0       0.00          -
1800.04/1800.00	c   strong branching :       5.01       4623     138617      29.98   27668.64
1800.04/1800.00	c     (at root node) :          -         10        769      76.90          -
1800.04/1800.00	c   conflict analysis:       0.00          0          0       0.00          -
1800.04/1800.00	c B&B Tree           :
1800.04/1800.00	c   number of runs   :          1
1800.04/1800.00	c   nodes            :    1926768
1800.04/1800.00	c   nodes (total)    :    1926768
1800.04/1800.00	c   nodes left       :         23
1800.04/1800.00	c   max depth        :         49
1800.04/1800.00	c   max depth (total):         49
1800.04/1800.00	c   backtracks       :     305026 (15.8%)
1800.04/1800.00	c   delayed cutoffs  :       9558
1800.04/1800.00	c   repropagations   :    3034025 (1672190 domain reductions, 6845 cutoffs)
1800.04/1800.00	c   avg switch length:       4.51
1800.04/1800.00	c   switching time   :     271.77
1800.04/1800.00	c Solution           :
1800.04/1800.00	c   Solutions found  :          0 (0 improvements)
1800.04/1800.00	c   Primal Bound     :          -
1800.04/1800.00	c   Dual Bound       : +0.00000000000000e+00
1800.04/1800.00	c   Gap              :   infinite
1800.04/1800.00	c   Root Dual Bound  : +0.00000000000000e+00
1800.04/1800.00	c   Root Iterations  :        179

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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-3450289-1307112441/watcher-3450289-1307112441 -o /tmp/evaluation-result-3450289-1307112441/solver-3450289-1307112441 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4b.linux.x86_64.gnu.opt.spx -f HOME/instance-3450289-1307112441.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: 2.00 2.03 1.97 2/446 12100
/proc/meminfo: memFree=31287516/32950928 swapFree=34365992/67111528
[pid=12100] ppid=12098 vsize=15224 CPUtime=0 cores=1,3,5,7
/proc/12100/stat : 12100 (scip-2.0.1.4b.l) R 12098 12100 10081 0 -1 4202496 2578 0 0 0 0 0 0 0 25 0 1 0 822842879 15589376 2532 33554432000 4194304 9163163 140734077561920 18446744073709551615 8041965 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12100/statm: 3806 2543 438 1214 0 2588 0

[startup+0.113101 s]
/proc/loadavg: 2.00 2.03 1.97 2/446 12100
/proc/meminfo: memFree=31287516/32950928 swapFree=34365992/67111528
[pid=12100] ppid=12098 vsize=22532 CPUtime=0.11 cores=1,3,5,7
/proc/12100/stat : 12100 (scip-2.0.1.4b.l) R 12098 12100 10081 0 -1 4202496 7291 0 0 0 10 1 0 0 25 0 1 0 822842879 23072768 4614 33554432000 4194304 9163163 140734077561920 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12100/statm: 5633 4614 712 1214 0 4415 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 22532

[startup+0.201147 s]
/proc/loadavg: 2.00 2.03 1.97 2/446 12100
/proc/meminfo: memFree=31287516/32950928 swapFree=34365992/67111528
[pid=12100] ppid=12098 vsize=23348 CPUtime=0.19 cores=1,3,5,7
/proc/12100/stat : 12100 (scip-2.0.1.4b.l) R 12098 12100 10081 0 -1 4202496 7492 0 0 0 18 1 0 0 25 0 1 0 822842879 23908352 4815 33554432000 4194304 9163163 140734077561920 18446744073709551615 7379333 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12100/statm: 5837 4815 716 1214 0 4619 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 23348

[startup+0.30113 s]
/proc/loadavg: 2.00 2.03 1.97 2/446 12100
/proc/meminfo: memFree=31287516/32950928 swapFree=34365992/67111528
[pid=12100] ppid=12098 vsize=23348 CPUtime=0.29 cores=1,3,5,7
/proc/12100/stat : 12100 (scip-2.0.1.4b.l) R 12098 12100 10081 0 -1 4202496 7494 0 0 0 27 2 0 0 25 0 1 0 822842879 23908352 4817 33554432000 4194304 9163163 140734077561920 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12100/statm: 5837 4817 716 1214 0 4619 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 23348

[startup+0.701061 s]
/proc/loadavg: 2.00 2.03 1.97 2/446 12100
/proc/meminfo: memFree=31287516/32950928 swapFree=34365992/67111528
[pid=12100] ppid=12098 vsize=23348 CPUtime=0.69 cores=1,3,5,7
/proc/12100/stat : 12100 (scip-2.0.1.4b.l) R 12098 12100 10081 0 -1 4202496 7495 0 0 0 63 6 0 0 25 0 1 0 822842879 23908352 4818 33554432000 4194304 9163163 140734077561920 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12100/statm: 5837 4818 717 1214 0 4619 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 23348

[startup+1.50085 s]
/proc/loadavg: 2.00 2.02 1.97 3/447 12101
/proc/meminfo: memFree=31270272/32950928 swapFree=34365992/67111528
[pid=12100] ppid=12098 vsize=23504 CPUtime=1.49 cores=1,3,5,7
/proc/12100/stat : 12100 (scip-2.0.1.4b.l) R 12098 12100 10081 0 -1 4202496 7508 0 0 0 134 15 0 0 25 0 1 0 822842879 24068096 4831 33554432000 4194304 9163163 140734077561920 18446744073709551615 18446744073699065894 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12100/statm: 5876 4831 717 1214 0 4658 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 23504

[startup+3.10057 s]
/proc/loadavg: 2.00 2.02 1.97 3/447 12101
/proc/meminfo: memFree=31268796/32950928 swapFree=34365992/67111528
[pid=12100] ppid=12098 vsize=25496 CPUtime=3.09 cores=1,3,5,7
/proc/12100/stat : 12100 (scip-2.0.1.4b.l) R 12098 12100 10081 0 -1 4202496 7953 0 0 0 278 31 0 0 25 0 1 0 822842879 26107904 5274 33554432000 4194304 9163163 140734077561920 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12100/statm: 6374 5274 717 1214 0 5156 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 25496

[startup+6.30101 s]
/proc/loadavg: 2.00 2.02 1.97 3/447 12101
/proc/meminfo: memFree=31265820/32950928 swapFree=34365992/67111528
[pid=12100] ppid=12098 vsize=26968 CPUtime=6.29 cores=1,3,5,7
/proc/12100/stat : 12100 (scip-2.0.1.4b.l) R 12098 12100 10081 0 -1 4202496 8391 0 0 0 560 69 0 0 25 0 1 0 822842879 27615232 5705 33554432000 4194304 9163163 140734077561920 18446744073709551615 5275448 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12100/statm: 6742 5705 717 1214 0 5524 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 26968

[startup+12.7009 s]
/proc/loadavg: 2.00 2.02 1.97 3/447 12101
/proc/meminfo: memFree=31264240/32950928 swapFree=34365992/67111528
[pid=12100] ppid=12098 vsize=28360 CPUtime=12.7 cores=1,3,5,7
/proc/12100/stat : 12100 (scip-2.0.1.4b.l) R 12098 12100 10081 0 -1 4202496 8685 0 0 0 1133 137 0 0 25 0 1 0 822842879 29040640 5997 33554432000 4194304 9163163 140734077561920 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12100/statm: 7090 5997 718 1214 0 5872 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 28360

[startup+25.5007 s]
/proc/loadavg: 2.08 2.04 1.98 3/447 12102
/proc/meminfo: memFree=31261928/32950928 swapFree=34365992/67111528
[pid=12100] ppid=12098 vsize=31364 CPUtime=25.5 cores=1,3,5,7
/proc/12100/stat : 12100 (scip-2.0.1.4b.l) R 12098 12100 10081 0 -1 4202496 9393 0 0 0 2279 271 0 0 25 0 1 0 822842879 32116736 6697 33554432000 4194304 9163163 140734077561920 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12100/statm: 7841 6697 717 1214 0 6623 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 31364

[startup+51.1011 s]
/proc/loadavg: 2.05 2.03 1.98 3/447 12103
/proc/meminfo: memFree=31256088/32950928 swapFree=34365992/67111528
[pid=12100] ppid=12098 vsize=38344 CPUtime=51.09 cores=1,3,5,7
/proc/12100/stat : 12100 (scip-2.0.1.4b.l) R 12098 12100 10081 0 -1 4202496 10917 0 0 0 4590 519 0 0 25 0 1 0 822842879 39264256 8216 33554432000 4194304 9163163 140734077561920 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12100/statm: 9586 8216 717 1214 0 8368 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 38344

[startup+102.301 s]
/proc/loadavg: 2.02 2.03 1.98 3/447 12104
/proc/meminfo: memFree=31249260/32950928 swapFree=34365992/67111528
[pid=12100] ppid=12098 vsize=43788 CPUtime=102.3 cores=1,3,5,7
/proc/12100/stat : 12100 (scip-2.0.1.4b.l) R 12098 12100 10081 0 -1 4202496 12381 0 0 0 9250 980 0 0 25 0 1 0 822842879 44838912 9679 33554432000 4194304 9163163 140734077561920 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12100/statm: 10947 9679 717 1214 0 9729 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 43788

[startup+162.301 s]
/proc/loadavg: 2.00 2.02 1.98 3/447 12105
/proc/meminfo: memFree=31247432/32950928 swapFree=34365992/67111528
[pid=12100] ppid=12098 vsize=47068 CPUtime=162.29 cores=1,3,5,7
/proc/12100/stat : 12100 (scip-2.0.1.4b.l) R 12098 12100 10081 0 -1 4202496 12795 0 0 0 14726 1503 0 0 25 0 1 0 822842879 48197632 10093 33554432000 4194304 9163163 140734077561920 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12100/statm: 11767 10093 717 1214 0 10549 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 47068

[startup+222.317 s]
/proc/loadavg: 2.00 2.01 1.98 3/447 12107
/proc/meminfo: memFree=31246600/32950928 swapFree=34365992/67111528
[pid=12100] ppid=12098 vsize=49072 CPUtime=222.32 cores=1,3,5,7
/proc/12100/stat : 12100 (scip-2.0.1.4b.l) R 12098 12100 10081 0 -1 4202496 13327 0 0 0 20273 1959 0 0 25 0 1 0 822842879 50249728 10625 33554432000 4194304 9163163 140734077561920 18446744073709551615 6500998 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12100/statm: 12268 10625 717 1214 0 11050 0
Current children cumulated CPU time (s) 222.32
Current children cumulated vsize (KiB) 49072

[startup+282.3 s]
/proc/loadavg: 2.00 2.01 1.98 3/447 12109
/proc/meminfo: memFree=31245796/32950928 swapFree=34365992/67111528
[pid=12100] ppid=12098 vsize=50568 CPUtime=282.3 cores=1,3,5,7
/proc/12100/stat : 12100 (scip-2.0.1.4b.l) R 12098 12100 10081 0 -1 4202496 13638 0 0 0 25776 2454 0 0 25 0 1 0 822842879 51781632 10936 33554432000 4194304 9163163 140734077561920 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12100/statm: 12642 10936 717 1214 0 11424 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 50568

[startup+342.301 s]
/proc/loadavg: 2.05 2.02 1.99 3/447 12110
/proc/meminfo: memFree=31244384/32950928 swapFree=34365992/67111528
[pid=12100] ppid=12098 vsize=51908 CPUtime=342.3 cores=1,3,5,7
/proc/12100/stat : 12100 (scip-2.0.1.4b.l) R 12098 12100 10081 0 -1 4202496 13996 0 0 0 31315 2915 0 0 25 0 1 0 822842879 53153792 11294 33554432000 4194304 9163163 140734077561920 18446744073709551615 6553424 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12100/statm: 12977 11294 717 1214 0 11759 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 51908

[startup+402.3 s]
/proc/loadavg: 2.02 2.01 1.99 3/447 12112
/proc/meminfo: memFree=31243196/32950928 swapFree=34365992/67111528
[pid=12100] ppid=12098 vsize=52472 CPUtime=402.3 cores=1,3,5,7
/proc/12100/stat : 12100 (scip-2.0.1.4b.l) R 12098 12100 10081 0 -1 4202496 14273 0 0 0 36837 3393 0 0 25 0 1 0 822842879 53731328 11571 33554432000 4194304 9163163 140734077561920 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12100/statm: 13118 11571 717 1214 0 11900 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 52472

[startup+462.301 s]
/proc/loadavg: 2.00 2.01 1.99 3/447 12113
/proc/meminfo: memFree=31240124/32950928 swapFree=34365992/67111528
[pid=12100] ppid=12098 vsize=56220 CPUtime=462.3 cores=1,3,5,7
/proc/12100/stat : 12100 (scip-2.0.1.4b.l) R 12098 12100 10081 0 -1 4202496 14779 0 0 0 42331 3899 0 0 25 0 1 0 822842879 57569280 12077 33554432000 4194304 9163163 140734077561920 18446744073709551615 7413029 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12100/statm: 14055 12077 717 1214 0 12837 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 56220

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/447 12115
/proc/meminfo: memFree=31239672/32950928 swapFree=34365992/67111528
[pid=12100] ppid=12098 vsize=56220 CPUtime=522.3 cores=1,3,5,7
/proc/12100/stat : 12100 (scip-2.0.1.4b.l) R 12098 12100 10081 0 -1 4202496 14840 0 0 0 47815 4415 0 0 25 0 1 0 822842879 57569280 12138 33554432000 4194304 9163163 140734077561920 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12100/statm: 14055 12138 717 1214 0 12837 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 56220

[startup+582.301 s]
/proc/loadavg: 2.08 2.02 1.99 3/447 12117
/proc/meminfo: memFree=31237476/32950928 swapFree=34365992/67111528
[pid=12100] ppid=12098 vsize=59444 CPUtime=582.31 cores=1,3,5,7
/proc/12100/stat : 12100 (scip-2.0.1.4b.l) R 12098 12100 10081 0 -1 4202496 15654 0 0 0 53386 4845 0 0 25 0 1 0 822842879 60870656 12952 33554432000 4194304 9163163 140734077561920 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12100/statm: 14861 12952 717 1214 0 13643 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 59444

[startup+642.301 s]

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

[startup+882.317 s]
/proc/loadavg: 2.07 2.02 2.00 3/447 12134
/proc/meminfo: memFree=31228696/32950928 swapFree=34365992/67111528
[pid=12100] ppid=12098 vsize=69020 CPUtime=882.33 cores=1,3,5,7
/proc/12100/stat : 12100 (scip-2.0.1.4b.l) R 12098 12100 10081 0 -1 4202496 17561 0 0 0 81219 7014 0 0 25 0 1 0 822842879 70676480 14859 33554432000 4194304 9163163 140734077561920 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12100/statm: 17255 14859 717 1214 0 16037 0
Current children cumulated CPU time (s) 882.33
Current children cumulated vsize (KiB) 69020

[startup+942.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/447 12135
/proc/meminfo: memFree=31228892/32950928 swapFree=34365992/67111528
[pid=12100] ppid=12098 vsize=69020 CPUtime=942.31 cores=1,3,5,7
/proc/12100/stat : 12100 (scip-2.0.1.4b.l) R 12098 12100 10081 0 -1 4202496 17614 0 0 0 86766 7465 0 0 25 0 1 0 822842879 70676480 14912 33554432000 4194304 9163163 140734077561920 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12100/statm: 17255 14912 717 1214 0 16037 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 69020

[startup+1002.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/447 12137
/proc/meminfo: memFree=31227232/32950928 swapFree=34365992/67111528
[pid=12100] ppid=12098 vsize=70444 CPUtime=1002.31 cores=1,3,5,7
/proc/12100/stat : 12100 (scip-2.0.1.4b.l) R 12098 12100 10081 0 -1 4202496 17992 0 0 0 92346 7885 0 0 25 0 1 0 822842879 72134656 15290 33554432000 4194304 9163163 140734077561920 18446744073709551615 7399183 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12100/statm: 17611 15290 717 1214 0 16393 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 70444

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/447 12141
/proc/meminfo: memFree=31226248/32950928 swapFree=34365992/67111528
[pid=12100] ppid=12098 vsize=71628 CPUtime=1062.31 cores=1,3,5,7
/proc/12100/stat : 12100 (scip-2.0.1.4b.l) R 12098 12100 10081 0 -1 4202496 18105 0 0 0 97915 8316 0 0 25 0 1 0 822842879 73347072 15403 33554432000 4194304 9163163 140734077561920 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12100/statm: 17907 15403 717 1214 0 16689 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 71628

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/447 12143
/proc/meminfo: memFree=31226004/32950928 swapFree=34365992/67111528
[pid=12100] ppid=12098 vsize=74544 CPUtime=1122.32 cores=1,3,5,7
/proc/12100/stat : 12100 (scip-2.0.1.4b.l) R 12098 12100 10081 0 -1 4202496 18290 0 0 0 103495 8737 0 0 25 0 1 0 822842879 76333056 15588 33554432000 4194304 9163163 140734077561920 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12100/statm: 18636 15588 717 1214 0 17418 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 74544

[startup+1182.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/447 12145
/proc/meminfo: memFree=31223304/32950928 swapFree=34365992/67111528
[pid=12100] ppid=12098 vsize=78012 CPUtime=1182.32 cores=1,3,5,7
/proc/12100/stat : 12100 (scip-2.0.1.4b.l) R 12098 12100 10081 0 -1 4202496 18913 0 0 0 109108 9124 0 0 25 0 1 0 822842879 79884288 16211 33554432000 4194304 9163163 140734077561920 18446744073709551615 7250856 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12100/statm: 19503 16211 717 1214 0 18285 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 78012

[startup+1242.3 s]
/proc/loadavg: 2.05 2.02 2.00 3/447 12146
/proc/meminfo: memFree=31223096/32950928 swapFree=34365992/67111528
[pid=12100] ppid=12098 vsize=78012 CPUtime=1242.32 cores=1,3,5,7
/proc/12100/stat : 12100 (scip-2.0.1.4b.l) R 12098 12100 10081 0 -1 4202496 18933 0 0 0 114705 9527 0 0 25 0 1 0 822842879 79884288 16231 33554432000 4194304 9163163 140734077561920 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12100/statm: 19503 16231 717 1214 0 18285 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 78012

[startup+1302.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/447 12148
/proc/meminfo: memFree=31223160/32950928 swapFree=34365992/67111528
[pid=12100] ppid=12098 vsize=78012 CPUtime=1302.32 cores=1,3,5,7
/proc/12100/stat : 12100 (scip-2.0.1.4b.l) R 12098 12100 10081 0 -1 4202496 18947 0 0 0 120294 9938 0 0 25 0 1 0 822842879 79884288 16245 33554432000 4194304 9163163 140734077561920 18446744073709551615 5275463 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12100/statm: 19503 16245 717 1214 0 18285 0
Current children cumulated CPU time (s) 1302.32
Current children cumulated vsize (KiB) 78012

[startup+1362.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/447 12149
/proc/meminfo: memFree=31222364/32950928 swapFree=34365992/67111528
[pid=12100] ppid=12098 vsize=79748 CPUtime=1362.33 cores=1,3,5,7
/proc/12100/stat : 12100 (scip-2.0.1.4b.l) R 12098 12100 10081 0 -1 4202496 19184 0 0 0 125869 10364 0 0 25 0 1 0 822842879 81661952 16482 33554432000 4194304 9163163 140734077561920 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12100/statm: 19937 16482 717 1214 0 18719 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 79748

[startup+1422.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/447 12151
/proc/meminfo: memFree=31221932/32950928 swapFree=34365992/67111528
[pid=12100] ppid=12098 vsize=79748 CPUtime=1422.34 cores=1,3,5,7
/proc/12100/stat : 12100 (scip-2.0.1.4b.l) R 12098 12100 10081 0 -1 4202496 19342 0 0 0 131467 10767 0 0 25 0 1 0 822842879 81661952 16640 33554432000 4194304 9163163 140734077561920 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12100/statm: 19937 16640 717 1214 0 18719 0
Current children cumulated CPU time (s) 1422.34
Current children cumulated vsize (KiB) 79748

[startup+1482.3 s]
/proc/loadavg: 2.07 2.03 2.01 3/447 12153
/proc/meminfo: memFree=31220244/32950928 swapFree=34365992/67111528
[pid=12100] ppid=12098 vsize=80932 CPUtime=1482.33 cores=1,3,5,7
/proc/12100/stat : 12100 (scip-2.0.1.4b.l) R 12098 12100 10081 0 -1 4202496 19781 0 0 0 137086 11147 0 0 25 0 1 0 822842879 82874368 17079 33554432000 4194304 9163163 140734077561920 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12100/statm: 20233 17079 717 1214 0 19015 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 80932

[startup+1542.32 s]
/proc/loadavg: 2.02 2.02 2.00 3/447 12154
/proc/meminfo: memFree=31220680/32950928 swapFree=34365992/67111528
[pid=12100] ppid=12098 vsize=80932 CPUtime=1542.34 cores=1,3,5,7
/proc/12100/stat : 12100 (scip-2.0.1.4b.l) R 12098 12100 10081 0 -1 4202496 19781 0 0 0 142693 11541 0 0 25 0 1 0 822842879 82874368 17079 33554432000 4194304 9163163 140734077561920 18446744073709551615 4241675 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12100/statm: 20233 17079 717 1214 0 19015 0
Current children cumulated CPU time (s) 1542.34
Current children cumulated vsize (KiB) 80932

[startup+1602.3 s]
/proc/loadavg: 2.01 2.02 2.00 2/445 12157
/proc/meminfo: memFree=31324804/32950928 swapFree=34365992/67111528
[pid=12100] ppid=12098 vsize=81720 CPUtime=1602.33 cores=1,3,5,7
/proc/12100/stat : 12100 (scip-2.0.1.4b.l) R 12098 12100 10081 0 -1 4202496 20212 0 0 0 148304 11929 0 0 25 0 1 0 822842879 83681280 17510 33554432000 4194304 9163163 140734077561920 18446744073709551615 4595700 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12100/statm: 20430 17510 717 1214 0 19212 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 81720

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/447 12185
/proc/meminfo: memFree=31108012/32950928 swapFree=34365992/67111528
[pid=12100] ppid=12098 vsize=83492 CPUtime=1662.33 cores=1,3,5,7
/proc/12100/stat : 12100 (scip-2.0.1.4b.l) R 12098 12100 10081 0 -1 4202496 20562 0 0 0 153869 12364 0 0 25 0 1 0 822842879 85495808 17860 33554432000 4194304 9163163 140734077561920 18446744073709551615 6555954 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12100/statm: 20873 17860 717 1214 0 19655 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 83492

[startup+1722.3 s]
/proc/loadavg: 2.11 2.04 2.01 3/447 12187
/proc/meminfo: memFree=31105484/32950928 swapFree=34365992/67111528
[pid=12100] ppid=12098 vsize=84480 CPUtime=1722.33 cores=1,3,5,7
/proc/12100/stat : 12100 (scip-2.0.1.4b.l) R 12098 12100 10081 0 -1 4202496 20813 0 0 0 159463 12770 0 0 25 0 1 0 822842879 86507520 18111 33554432000 4194304 9163163 140734077561920 18446744073709551615 5275463 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12100/statm: 21120 18111 717 1214 0 19902 0
Current children cumulated CPU time (s) 1722.33
Current children cumulated vsize (KiB) 84480

[startup+1782.3 s]
/proc/loadavg: 2.16 2.06 2.01 3/447 12189
/proc/meminfo: memFree=31104068/32950928 swapFree=34365992/67111528
[pid=12100] ppid=12098 vsize=84480 CPUtime=1782.34 cores=1,3,5,7
/proc/12100/stat : 12100 (scip-2.0.1.4b.l) R 12098 12100 10081 0 -1 4202496 20856 0 0 0 165047 13187 0 0 25 0 1 0 822842879 86507520 18154 33554432000 4194304 9163163 140734077561920 18446744073709551615 6923145 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12100/statm: 21120 18154 717 1214 0 19902 0
Current children cumulated CPU time (s) 1782.34
Current children cumulated vsize (KiB) 84480



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.12 2.05 2.01 3/447 12189
/proc/meminfo: memFree=31124876/32950928 swapFree=34365992/67111528
[pid=12100] ppid=12098 vsize=84480 CPUtime=1800.04 cores=1,3,5,7
/proc/12100/stat : 12100 (scip-2.0.1.4b.l) R 12098 12100 10081 0 -1 4202496 20859 0 0 0 166697 13307 0 0 25 0 1 0 822842879 86507520 18157 33554432000 4194304 9163163 140734077561920 18446744073709551615 4240214 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/12100/statm: 21120 18157 720 1214 0 19902 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 84480

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

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

[startup+1800 s]
/proc/loadavg: 2.12 2.05 2.01 3/447 12189
/proc/meminfo: memFree=31124876/32950928 swapFree=34365992/67111528
[pid=12100] ppid=12098 vsize=84480 CPUtime=1800.04 cores=1,3,5,7
/proc/12100/stat : 12100 (scip-2.0.1.4b.l) R 12098 12100 10081 0 -1 4202496 20859 0 0 0 166697 13307 0 0 25 0 1 0 822842879 86507520 18157 33554432000 4194304 9163163 140734077561920 18446744073709551615 4240214 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/12100/statm: 21120 18157 720 1214 0 19902 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 84480

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.02
CPU time (s): 1800.06
CPU user time (s): 1666.99
CPU system time (s): 133.078
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 84480

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1666.99
system time used= 133.078
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20860
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= 8
involuntary context switches= 4319

runsolver used 7.60484 second user time and 18.6142 second system time

The end

Launcher Data

Begin job on node120 at 2011-06-03 16:47:21
IDJOB=3450289
IDBENCH=48318
IDSOLVER=1948
FILE ID=node120/3450289-1307112441
RUNJOBID= node120-1307110430-11755
PBS_JOBID= 13498002
Free space on /tmp= 73800 MiB

SOLVER NAME= SCIP spx E SCIP 2.0.1.4b with SoPlex 1.5.0.4
BENCH NAME= PB07/normalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/manquinho/dbsg/normalized-dbsg_50_10_1_15.opb
COMMAND LINE= HOME/scip-2.0.1.4b.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3450289-1307112441/watcher-3450289-1307112441 -o /tmp/evaluation-result-3450289-1307112441/solver-3450289-1307112441 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4b.linux.x86_64.gnu.opt.spx -f HOME/instance-3450289-1307112441.opb -t 1800 -m 15500

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

MD5SUM BENCH= c7cfddeeb3bb3e7896ee6eefe7e9ac17
RANDOM SEED=27162159

node120.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.61
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.07
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      31287804 kB
Buffers:        266848 kB
Cached:         974048 kB
SwapCached:      12852 kB
Active:         444192 kB
Inactive:       927120 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      31287804 kB
SwapTotal:    67111528 kB
SwapFree:     34365992 kB
Dirty:           12464 kB
Writeback:           0 kB
AnonPages:      127768 kB
Mapped:          12228 kB
Slab:           132924 kB
PageTables:      91648 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 105502276 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73788 MiB
End job on node120 at 2011-06-03 17:17:23