Trace number 3690715

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SCIP spx SCIP 2.1.1.4. with SoPlex 1.6.0.3 fixed? 1796.74 1797.03

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_100_10_3_40.opb
MD5SUM29fd031d19832e8fd3e4ee8a0dfa62d0
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 variables200
Total number of constraints302
Number of constraints which are clauses100
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints201
Minimum length of a constraint2
Maximum length of a constraint200
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 40
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 200
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)2488
Sum of products size (including duplicates)4976
Number of different products1244
Sum of products size2488

Solver Data

0.00/0.00	c SCIP version 2.1.1.4 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.6.0.3] [GitHash: a3bf3a4-dirty]
0.00/0.00	c Copyright (c) 2002-2012 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-3690715-1338022400.opb>
0.00/0.00	c original problem has 200 variables (200 bin, 0 int, 0 impl, 0 cont) and 302 constraints
0.00/0.00	c problem read in 0.00
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.06/0.06	c (round 1) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 301 upgd conss, 10152 impls, 200 clqs
0.09/0.11	c presolving (2 rounds):
0.09/0.11	c  0 deleted vars, 0 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.09/0.11	c  10152 implications, 200 cliques
0.09/0.11	c presolved problem has 1444 variables (1444 bin, 0 int, 0 impl, 0 cont) and 1546 constraints
0.09/0.11	c       1 constraints of type <knapsack>
0.09/0.11	c     300 constraints of type <setppc>
0.09/0.11	c    1244 constraints of type <and>
0.09/0.11	c       1 constraints of type <linear>
0.09/0.11	c transformed objective value is always integral (scale: 1)
0.09/0.11	c Presolving Time: 0.11
0.09/0.11	c - non default parameters ----------------------------------------------------------------------
0.09/0.11	c # SCIP version 2.1.1.4
0.09/0.11	c 
0.09/0.11	c # maximal time in seconds to run
0.09/0.11	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.11	c limits/time = 1797
0.09/0.11	c 
0.09/0.11	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.11	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.11	c limits/memory = 13950
0.09/0.11	c 
0.09/0.11	c # solving stops, if the given number of solutions were found (-1: no limit)
0.09/0.11	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.11	c limits/solutions = 1
0.09/0.11	c 
0.09/0.11	c # maximal number of separation rounds per node (-1: unlimited)
0.09/0.11	c # [type: int, range: [-1,2147483647], default: 5]
0.09/0.11	c separating/maxrounds = 1
0.09/0.11	c 
0.09/0.11	c # maximal number of separation rounds in the root node (-1: unlimited)
0.09/0.11	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.11	c separating/maxroundsroot = 5
0.09/0.11	c 
0.09/0.11	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.09/0.11	c # [type: int, range: [1,2], default: 1]
0.09/0.11	c timing/clocktype = 2
0.09/0.11	c 
0.09/0.11	c # belongs reading time to solving time?
0.09/0.11	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.11	c timing/reading = TRUE
0.09/0.11	c 
0.09/0.11	c # should disaggregation of knapsack constraints be allowed in preprocessing?
0.09/0.11	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
0.09/0.11	c constraints/knapsack/disaggregation = FALSE
0.09/0.11	c 
0.09/0.11	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
0.09/0.11	c # [type: int, range: [-1,2147483647], default: 10]
0.09/0.11	c heuristics/coefdiving/freq = -1
0.09/0.11	c 
0.09/0.11	c # maximal fraction of diving LP iterations compared to node LP iterations
0.09/0.11	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.09/0.11	c heuristics/coefdiving/maxlpiterquot = 0.075
0.09/0.11	c 
0.09/0.11	c # additional number of allowed LP iterations
0.09/0.11	c # [type: int, range: [0,2147483647], default: 1000]
0.09/0.11	c heuristics/coefdiving/maxlpiterofs = 1500
0.09/0.11	c 
0.09/0.11	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
0.09/0.11	c # [type: int, range: [-1,2147483647], default: 30]
0.09/0.11	c heuristics/crossover/freq = -1
0.09/0.11	c 
0.09/0.11	c # number of nodes added to the contingent of the total nodes
0.09/0.11	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.09/0.11	c heuristics/crossover/nodesofs = 750
0.09/0.11	c 
0.09/0.11	c # number of nodes without incumbent change that heuristic should wait
0.09/0.11	c # [type: longint, range: [0,9223372036854775807], default: 200]
0.09/0.11	c heuristics/crossover/nwaitingnodes = 100
0.09/0.11	c 
0.09/0.11	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
0.09/0.11	c # [type: real, range: [0,1], default: 0.1]
0.09/0.11	c heuristics/crossover/nodesquot = 0.15
0.09/0.11	c 
0.09/0.11	c # minimum percentage of integer variables that have to be fixed 
0.09/0.11	c # [type: real, range: [0,1], default: 0.666]
0.09/0.11	c heuristics/crossover/minfixingrate = 0.5
0.09/0.11	c 
0.09/0.11	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
0.09/0.11	c # [type: int, range: [-1,2147483647], default: 20]
0.09/0.11	c heuristics/feaspump/freq = -1
0.09/0.11	c 
0.09/0.11	c # additional number of allowed LP iterations
0.09/0.11	c # [type: int, range: [0,2147483647], default: 1000]
0.09/0.11	c heuristics/feaspump/maxlpiterofs = 2000
0.09/0.11	c 
0.09/0.11	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
0.09/0.11	c # [type: int, range: [-1,2147483647], default: 10]
0.09/0.11	c heuristics/fracdiving/freq = -1
0.09/0.11	c 
0.09/0.11	c # maximal fraction of diving LP iterations compared to node LP iterations
0.09/0.11	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.09/0.11	c heuristics/fracdiving/maxlpiterquot = 0.075
0.09/0.11	c 
0.09/0.11	c # additional number of allowed LP iterations
0.09/0.11	c # [type: int, range: [0,2147483647], default: 1000]
0.09/0.11	c heuristics/fracdiving/maxlpiterofs = 1500
0.09/0.11	c 
0.09/0.11	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
0.09/0.11	c # [type: int, range: [-1,2147483647], default: 10]
0.09/0.11	c heuristics/guideddiving/freq = -1
0.09/0.11	c 
0.09/0.11	c # maximal fraction of diving LP iterations compared to node LP iterations
0.09/0.11	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.09/0.11	c heuristics/guideddiving/maxlpiterquot = 0.075
0.09/0.11	c 
0.09/0.11	c # additional number of allowed LP iterations
0.09/0.11	c # [type: int, range: [0,2147483647], default: 1000]
0.09/0.11	c heuristics/guideddiving/maxlpiterofs = 1500
0.09/0.11	c 
0.09/0.11	c # maximal fraction of diving LP iterations compared to node LP iterations
0.09/0.11	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.09/0.11	c heuristics/intdiving/maxlpiterquot = 0.075
0.09/0.11	c 
0.09/0.11	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
0.09/0.11	c # [type: int, range: [-1,2147483647], default: 10]
0.09/0.11	c heuristics/intshifting/freq = -1
0.09/0.11	c 
0.09/0.11	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
0.09/0.11	c # [type: int, range: [-1,2147483647], default: 10]
0.09/0.11	c heuristics/linesearchdiving/freq = -1
0.09/0.11	c 
0.09/0.11	c # maximal fraction of diving LP iterations compared to node LP iterations
0.09/0.11	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.09/0.11	c heuristics/linesearchdiving/maxlpiterquot = 0.075
0.09/0.11	c 
0.09/0.11	c # additional number of allowed LP iterations
0.09/0.11	c # [type: int, range: [0,2147483647], default: 1000]
0.09/0.11	c heuristics/linesearchdiving/maxlpiterofs = 1500
0.09/0.11	c 
0.09/0.11	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
0.09/0.11	c # [type: int, range: [-1,2147483647], default: 20]
0.09/0.11	c heuristics/objpscostdiving/freq = -1
0.09/0.11	c 
0.09/0.11	c # maximal fraction of diving LP iterations compared to total iteration number
0.09/0.11	c # [type: real, range: [0,1], default: 0.01]
0.09/0.11	c heuristics/objpscostdiving/maxlpiterquot = 0.015
0.09/0.11	c 
0.09/0.11	c # additional number of allowed LP iterations
0.09/0.11	c # [type: int, range: [0,2147483647], default: 1000]
0.09/0.11	c heuristics/objpscostdiving/maxlpiterofs = 1500
0.09/0.11	c 
0.09/0.11	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
0.09/0.11	c # [type: int, range: [-1,2147483647], default: 1]
0.09/0.11	c heuristics/oneopt/freq = -1
0.09/0.11	c 
0.09/0.11	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
0.09/0.11	c # [type: int, range: [-1,2147483647], default: 10]
0.09/0.11	c heuristics/pscostdiving/freq = -1
0.09/0.11	c 
0.09/0.11	c # maximal fraction of diving LP iterations compared to node LP iterations
0.09/0.11	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.09/0.11	c heuristics/pscostdiving/maxlpiterquot = 0.075
0.09/0.11	c 
0.09/0.11	c # additional number of allowed LP iterations
0.09/0.11	c # [type: int, range: [0,2147483647], default: 1000]
0.09/0.11	c heuristics/pscostdiving/maxlpiterofs = 1500
0.09/0.11	c 
0.09/0.11	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
0.09/0.11	c # [type: int, range: [-1,2147483647], default: 0]
0.09/0.11	c heuristics/rens/freq = -1
0.09/0.11	c 
0.09/0.11	c # minimum percentage of integer variables that have to be fixable 
0.09/0.11	c # [type: real, range: [0,1], default: 0.5]
0.09/0.11	c heuristics/rens/minfixingrate = 0.3
0.09/0.11	c 
0.09/0.11	c # number of nodes added to the contingent of the total nodes
0.09/0.11	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.09/0.11	c heuristics/rens/nodesofs = 2000
0.09/0.11	c 
0.09/0.11	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
0.09/0.11	c # [type: int, range: [-1,2147483647], default: 20]
0.09/0.11	c heuristics/rootsoldiving/freq = -1
0.09/0.11	c 
0.09/0.11	c # maximal fraction of diving LP iterations compared to node LP iterations
0.09/0.11	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
0.09/0.11	c heuristics/rootsoldiving/maxlpiterquot = 0.015
0.09/0.11	c 
0.09/0.11	c # additional number of allowed LP iterations
0.09/0.11	c # [type: int, range: [0,2147483647], default: 1000]
0.09/0.11	c heuristics/rootsoldiving/maxlpiterofs = 1500
0.09/0.11	c 
0.09/0.11	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
0.09/0.11	c # [type: int, range: [-1,2147483647], default: 1]
0.09/0.11	c heuristics/rounding/freq = -1
0.09/0.11	c 
0.09/0.11	c # frequency for calling primal heuristic <shiftandpropagate> (-1: never, 0: only at depth freqofs)
0.09/0.11	c # [type: int, range: [-1,2147483647], default: 0]
0.09/0.11	c heuristics/shiftandpropagate/freq = -1
0.09/0.11	c 
0.09/0.11	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
0.09/0.11	c # [type: int, range: [-1,2147483647], default: 10]
0.09/0.11	c heuristics/shifting/freq = -1
0.09/0.11	c 
0.09/0.11	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
0.09/0.11	c # [type: int, range: [-1,2147483647], default: 1]
0.09/0.11	c heuristics/simplerounding/freq = -1
0.09/0.11	c 
0.09/0.11	c # frequency for calling primal heuristic <subnlp> (-1: never, 0: only at depth freqofs)
0.09/0.11	c # [type: int, range: [-1,2147483647], default: 1]
0.09/0.11	c heuristics/subnlp/freq = -1
0.09/0.11	c 
0.09/0.11	c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
0.09/0.11	c # [type: int, range: [-1,2147483647], default: 0]
0.09/0.11	c heuristics/trivial/freq = -1
0.09/0.11	c 
0.09/0.11	c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
0.09/0.11	c # [type: int, range: [-1,2147483647], default: 1]
0.09/0.11	c heuristics/trysol/freq = -1
0.09/0.11	c 
0.09/0.11	c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
0.09/0.11	c # [type: int, range: [-1,2147483647], default: 0]
0.09/0.11	c heuristics/undercover/freq = -1
0.09/0.11	c 
0.09/0.11	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
0.09/0.11	c # [type: int, range: [-1,2147483647], default: 10]
0.09/0.11	c heuristics/veclendiving/freq = -1
0.09/0.11	c 
0.09/0.11	c # maximal fraction of diving LP iterations compared to node LP iterations
0.09/0.11	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.09/0.11	c heuristics/veclendiving/maxlpiterquot = 0.075
0.09/0.11	c 
0.09/0.11	c # additional number of allowed LP iterations
0.09/0.11	c # [type: int, range: [0,2147483647], default: 1000]
0.09/0.11	c heuristics/veclendiving/maxlpiterofs = 1500
0.09/0.11	c 
0.09/0.11	c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
0.09/0.11	c # [type: int, range: [-1,2147483647], default: 1]
0.09/0.11	c heuristics/zirounding/freq = -1
0.09/0.11	c 
0.09/0.11	c # maximal number of presolving rounds the propagator participates in (-1: no limit)
0.09/0.11	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.11	c propagating/probing/maxprerounds = 0
0.09/0.11	c 
0.09/0.11	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
0.09/0.11	c # [type: int, range: [-1,2147483647], default: 0]
0.09/0.11	c separating/cmir/freq = -1
0.09/0.11	c 
0.09/0.11	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
0.09/0.11	c # [type: int, range: [-1,2147483647], default: 0]
0.09/0.11	c separating/flowcover/freq = -1
0.09/0.11	c 
0.09/0.11	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.11	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.11	c separating/rapidlearning/freq = 0
0.09/0.11	c 
0.09/0.11	c # frequency for calling primal heuristic <indoneopt> (-1: never, 0: only at depth freqofs)
0.09/0.11	c # [type: int, range: [-1,2147483647], default: 1]
0.09/0.11	c heuristics/indoneopt/freq = -1
0.09/0.11	c 
0.09/0.11	c -----------------------------------------------------------------------------------------------
0.09/0.11	c start solving
0.09/0.11	c 
0.29/0.36	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.29/0.36	c   0.4s|     1 |     0 |  1417 |     - |6325k|   0 | 608 |1444 |1546 |1444 |2790 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1.89/1.95	c   1.9s|     1 |     0 |  1553 |     - |8567k|   0 | 601 |1444 |1607 |1444 |2824 |  34 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
3.09/3.10	c   3.1s|     1 |     0 |  1640 |     - |  10M|   0 | 594 |1444 |1607 |1444 |2842 |  52 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
4.19/4.27	c   4.3s|     1 |     0 |  1700 |     - |  12M|   0 | 588 |1444 |1607 |1444 |2852 |  62 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
5.40/5.45	c   5.5s|     1 |     0 |  1765 |     - |  14M|   0 | 584 |1444 |1607 |1444 |2860 |  70 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
6.29/6.31	c   6.3s|     1 |     0 |  1833 |     - |  16M|   0 | 586 |1444 |1607 |1444 |2865 |  75 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
7.79/7.82	c   7.8s|     1 |     2 |  1833 |     - |  16M|   0 | 586 |1444 |1607 |1444 |2865 |  75 |   0 |   9 | 0.000000e+00 |      --      |    Inf 
42.69/42.75	c  42.8s|   100 |    35 | 61169 | 599.4 |  16M|  18 | 591 |1444 |1621 |1444 |1173 |6507 |  14 | 294 | 0.000000e+00 |      --      |    Inf 
57.88/57.90	c  57.9s|   200 |    69 |117254 | 580.0 |  16M|  18 | 607 |1444 |1644 |1444 |1220 |  13k|  37 | 358 | 0.000000e+00 |      --      |    Inf 
69.88/69.91	c  69.9s|   300 |   105 |176443 | 584.0 |  17M|  18 | 553 |1444 |1666 |1444 |1167 |  19k|  59 | 377 | 0.000000e+00 |      --      |    Inf 
84.38/84.49	c  84.5s|   400 |   128 |233217 | 579.9 |  17M|  18 | 608 |1444 |1686 |1444 |1169 |  25k|  79 | 438 | 0.000000e+00 |      --      |    Inf 
101.18/101.27	c   101s|   500 |   128 |297293 | 592.1 |  17M|  18 | 553 |1444 |1711 |1444 |1116 |  30k| 104 | 498 | 0.000000e+00 |      --      |    Inf 
115.87/115.96	c   116s|   600 |   153 |359189 | 596.6 |  17M|  18 | 517 |1444 |1731 |1444 |1204 |  36k| 124 | 543 | 0.000000e+00 |      --      |    Inf 
128.67/128.72	c   129s|   700 |   181 |423339 | 603.0 |  17M|  18 | 565 |1444 |1750 |1444 |1239 |  42k| 143 | 554 | 0.000000e+00 |      --      |    Inf 
142.46/142.57	c   143s|   800 |   199 |483218 | 602.5 |  17M|  18 | 573 |1444 |1778 |1444 |1085 |  48k| 171 | 601 | 0.000000e+00 |      --      |    Inf 
157.56/157.61	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
157.56/157.61	c   158s|   900 |   197 |541850 | 600.7 |  17M|  18 |   - |1444 |1820 |1444 |1217 |  52k| 213 | 655 | 0.000000e+00 |      --      |    Inf 
170.26/170.30	c   170s|  1000 |   206 |595012 | 593.8 |  17M|  20 |   - |1444 |1861 |1444 |1178 |  57k| 254 | 696 | 0.000000e+00 |      --      |    Inf 
182.86/182.98	c   183s|  1100 |   213 |656105 | 595.3 |  17M|  20 | 500 |1444 |1902 |1444 |1147 |  62k| 295 | 720 | 0.000000e+00 |      --      |    Inf 
194.05/194.14	c   194s|  1200 |   229 |712643 | 592.8 |  18M|  20 | 430 |1444 |1930 |1444 |1117 |  67k| 323 | 732 | 0.000000e+00 |      --      |    Inf 
207.55/207.61	c   208s|  1300 |   239 |773577 | 594.1 |  18M|  20 |   - |1444 |1976 |1444 |1229 |  73k| 369 | 761 | 0.000000e+00 |      --      |    Inf 
222.36/222.42	c   222s|  1400 |   244 |834429 | 595.1 |  18M|  20 | 668 |1444 |2009 |1444 |1286 |  78k| 402 | 801 | 0.000000e+00 |      --      |    Inf 
236.25/236.32	c   236s|  1500 |   251 |886965 | 590.5 |  18M|  21 | 580 |1444 |2052 |1444 |1201 |  83k| 445 | 852 | 0.000000e+00 |      --      |    Inf 
248.35/248.48	c   248s|  1600 |   269 |937558 | 585.2 |  18M|  21 | 609 |1444 |2085 |1444 |1091 |  87k| 478 | 904 | 0.000000e+00 |      --      |    Inf 
259.45/259.57	c   260s|  1700 |   279 |998308 | 586.5 |  18M|  21 |   - |1444 |2128 |1444 |1215 |  92k| 521 | 909 | 0.000000e+00 |      --      |    Inf 
267.74/267.83	c   268s|  1800 |   295 |  1042k| 578.3 |  18M|  23 | 567 |1444 |2165 |1444 |1164 |  96k| 558 | 909 | 0.000000e+00 |      --      |    Inf 
279.94/280.06	c   280s|  1900 |   295 |  1090k| 573.3 |  18M|  23 |   - |1444 |2211 |1444 |1318 |  99k| 604 | 949 | 0.000000e+00 |      --      |    Inf 
292.64/292.79	c   293s|  2000 |   293 |  1146k| 572.5 |  18M|  23 |   - |1444 |2245 |1444 |1200 | 103k| 638 | 978 | 0.000000e+00 |      --      |    Inf 
307.54/307.69	c   308s|  2100 |   281 |  1211k| 576.5 |  18M|  23 |   - |1444 |2290 |1444 |1358 | 108k| 683 |1018 | 0.000000e+00 |      --      |    Inf 
319.54/319.66	c   320s|  2200 |   289 |  1257k| 571.1 |  18M|  24 |   - |1444 |2324 |1444 |1162 | 111k| 717 |1080 | 0.000000e+00 |      --      |    Inf 
330.63/330.74	c   331s|  2300 |   285 |  1309k| 568.8 |  18M|  24 |   - |1444 |2360 |1444 |1291 | 115k| 753 |1095 | 0.000000e+00 |      --      |    Inf 
340.64/340.74	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
340.64/340.74	c   341s|  2400 |   281 |  1365k| 568.3 |  18M|  24 | 596 |1444 |2406 |1444 |1273 | 120k| 799 |1095 | 0.000000e+00 |      --      |    Inf 
350.44/350.55	c   351s|  2500 |   284 |  1420k| 567.6 |  18M|  24 |   - |1444 |2451 |1444 |1333 | 124k| 844 |1095 | 0.000000e+00 |      --      |    Inf 
364.93/365.07	c   365s|  2600 |   273 |  1483k| 569.9 |  18M|  24 | 591 |1444 |2494 |1444 |1141 | 128k| 887 |1141 | 0.000000e+00 |      --      |    Inf 
377.23/377.34	c   377s|  2700 |   278 |  1535k| 568.4 |  18M|  24 |   - |1444 |2526 |1444 |1300 | 133k| 919 |1172 | 0.000000e+00 |      --      |    Inf 
390.62/390.77	c   391s|  2800 |   266 |  1593k| 568.8 |  18M|  24 | 608 |1444 |2564 |1444 |1061 | 137k| 957 |1210 | 0.000000e+00 |      --      |    Inf 
404.03/404.13	c   404s|  2900 |   258 |  1651k| 569.0 |  18M|  24 | 587 |1444 |2619 |1444 |1165 | 141k|1012 |1244 | 0.000000e+00 |      --      |    Inf 
416.63/416.74	c   417s|  3000 |   258 |  1705k| 568.1 |  18M|  24 |   - |1444 |2650 |1444 |1241 | 145k|1043 |1276 | 0.000000e+00 |      --      |    Inf 
425.32/425.44	c   425s|  3100 |   254 |  1749k| 564.0 |  18M|  24 | 613 |1444 |2700 |1444 |1224 | 147k|1093 |1282 | 0.000000e+00 |      --      |    Inf 
435.32/435.43	c   435s|  3200 |   255 |  1804k| 563.7 |  18M|  24 | 509 |1444 |2737 |1444 |1163 | 151k|1132 |1282 | 0.000000e+00 |      --      |    Inf 
446.22/446.35	c   446s|  3300 |   254 |  1866k| 565.2 |  18M|  24 | 614 |1444 |2792 |1444 |1208 | 156k|1187 |1282 | 0.000000e+00 |      --      |    Inf 
458.22/458.30	c   458s|  3400 |   248 |  1915k| 562.9 |  18M|  24 |   - |1444 |2847 |1444 |1141 | 159k|1243 |1309 | 0.000000e+00 |      --      |    Inf 
468.42/468.55	c   469s|  3500 |   257 |  1963k| 560.7 |  18M|  24 |   - |1444 |2904 |1444 |1255 | 163k|1300 |1326 | 0.000000e+00 |      --      |    Inf 
480.81/480.95	c   481s|  3600 |   254 |  2013k| 558.9 |  18M|  24 |   - |1444 |2947 |1444 |1274 | 167k|1344 |1363 | 0.000000e+00 |      --      |    Inf 
492.21/492.32	c   492s|  3700 |   260 |  2065k| 558.0 |  18M|  24 |   - |1444 |2987 |1444 |1215 | 171k|1385 |1379 | 0.000000e+00 |      --      |    Inf 
505.11/505.22	c   505s|  3800 |   260 |  2121k| 558.1 |  18M|  24 | 608 |1444 |3035 |1444 |1076 | 175k|1434 |1413 | 0.000000e+00 |      --      |    Inf 
517.70/517.88	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
517.70/517.88	c   518s|  3900 |   263 |  2178k| 558.2 |  18M|  24 |   - |1444 |3084 |1444 |1312 | 179k|1485 |1445 | 0.000000e+00 |      --      |    Inf 
528.81/529.00	c   529s|  4000 |   266 |  2225k| 555.9 |  19M|  24 |   - |1444 |3149 |1444 |1246 | 183k|1550 |1488 | 0.000000e+00 |      --      |    Inf 
538.20/538.35	c   538s|  4100 |   264 |  2273k| 554.3 |  19M|  24 |   - |1444 |3222 |1444 |1304 | 186k|1626 |1500 | 0.000000e+00 |      --      |    Inf 
546.30/546.48	c   546s|  4200 |   269 |  2320k| 552.1 |  19M|  24 | 596 |1444 |3251 |1444 |1342 | 189k|1659 |1500 | 0.000000e+00 |      --      |    Inf 
556.10/556.24	c   556s|  4300 |   263 |  2379k| 553.0 |  19M|  24 |   - |1444 |3298 |1444 |1315 | 193k|1706 |1500 | 0.000000e+00 |      --      |    Inf 
564.20/564.33	c   564s|  4400 |   258 |  2425k| 550.9 |  19M|  24 | 582 |1444 |3346 |1444 |1229 | 196k|1762 |1500 | 0.000000e+00 |      --      |    Inf 
572.60/572.72	c   573s|  4500 |   260 |  2473k| 549.3 |  19M|  24 |   - |1444 |3388 |1444 |1275 | 200k|1813 |1502 | 0.000000e+00 |      --      |    Inf 
579.40/579.56	c   580s|  4600 |   260 |  2512k| 545.8 |  19M|  27 | 553 |1444 |3438 |1444 |1055 | 203k|1864 |1502 | 0.000000e+00 |      --      |    Inf 
587.31/587.46	c   587s|  4700 |   249 |  2558k| 544.1 |  19M|  27 |   - |1444 |3510 |1444 |1282 | 207k|1940 |1502 | 0.000000e+00 |      --      |    Inf 
595.80/595.95	c   596s|  4800 |   241 |  2607k| 543.0 |  19M|  27 | 656 |1444 |3580 |1444 |1285 | 210k|2021 |1502 | 0.000000e+00 |      --      |    Inf 
603.80/603.94	c   604s|  4900 |   240 |  2645k| 539.6 |  19M|  27 | 597 |1444 |3640 |1444 |1362 | 212k|2086 |1511 | 0.000000e+00 |      --      |    Inf 
614.19/614.31	c   614s|  5000 |   238 |  2695k| 538.9 |  19M|  27 | 567 |1444 |3679 |1444 |1229 | 216k|2132 |1540 | 0.000000e+00 |      --      |    Inf 
623.09/623.20	c   623s|  5100 |   236 |  2739k| 536.9 |  19M|  27 |   - |1444 |3752 |1444 |1183 | 220k|2205 |1570 | 0.000000e+00 |      --      |    Inf 
633.29/633.43	c   633s|  5200 |   234 |  2785k| 535.4 |  19M|  28 | 593 |1444 |3777 |1444 |1160 | 223k|2247 |1617 | 0.000000e+00 |      --      |    Inf 
645.09/645.20	c   645s|  5300 |   232 |  2837k| 535.1 |  19M|  28 |   - |1444 |3845 |1444 |1243 | 227k|2324 |1660 | 0.000000e+00 |      --      |    Inf 
655.19/655.35	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
655.19/655.35	c   655s|  5400 |   226 |  2884k| 533.9 |  19M|  32 |   - |1444 |3877 |1444 |1112 | 231k|2364 |1687 | 0.000000e+00 |      --      |    Inf 
663.79/663.90	c   664s|  5500 |   220 |  2933k| 533.2 |  19M|  32 |   - |1444 |3917 |1444 |1278 | 235k|2406 |1687 | 0.000000e+00 |      --      |    Inf 
672.38/672.53	c   673s|  5600 |   218 |  2984k| 532.7 |  19M|  32 |   - |1444 |3937 |1444 |1200 | 239k|2429 |1687 | 0.000000e+00 |      --      |    Inf 
681.18/681.39	c   681s|  5700 |   214 |  3037k| 532.6 |  19M|  32 | 628 |1444 |3977 |1444 |1165 | 243k|2469 |1687 | 0.000000e+00 |      --      |    Inf 
690.88/691.06	c   691s|  5800 |   216 |  3089k| 532.5 |  19M|  32 |   - |1444 |3992 |1444 |1207 | 247k|2504 |1696 | 0.000000e+00 |      --      |    Inf 
702.18/702.36	c   702s|  5900 |   211 |  3141k| 532.3 |  19M|  32 | 594 |1444 |4027 |1444 |1204 | 250k|2553 |1725 | 0.000000e+00 |      --      |    Inf 
711.67/711.89	c   712s|  6000 |   207 |  3181k| 530.0 |  19M|  32 | 637 |1444 |4085 |1444 |1269 | 253k|2614 |1750 | 0.000000e+00 |      --      |    Inf 
721.87/722.03	c   722s|  6100 |   207 |  3230k| 529.4 |  19M|  32 | 611 |1444 |4116 |1444 |1213 | 256k|2650 |1768 | 0.000000e+00 |      --      |    Inf 
730.37/730.51	c   731s|  6200 |   209 |  3275k| 528.1 |  19M|  32 |   - |1444 |4157 |1444 |1152 | 260k|2699 |1777 | 0.000000e+00 |      --      |    Inf 
741.47/741.63	c   742s|  6300 |   207 |  3321k| 527.0 |  19M|  32 |   - |1444 |4213 |1444 |1072 | 264k|2763 |1817 | 0.000000e+00 |      --      |    Inf 
750.08/750.23	c   750s|  6400 |   209 |  3366k| 525.8 |  19M|  32 | 573 |1444 |4238 |1444 |1157 | 267k|2796 |1827 | 0.000000e+00 |      --      |    Inf 
760.37/760.56	c   761s|  6500 |   205 |  3414k| 525.1 |  19M|  32 |   - |1444 |4273 |1444 |1144 | 270k|2846 |1867 | 0.000000e+00 |      --      |    Inf 
768.96/769.19	c   769s|  6600 |   205 |  3459k| 524.0 |  19M|  32 |   - |1444 |4316 |1444 |1300 | 274k|2900 |1883 | 0.000000e+00 |      --      |    Inf 
777.97/778.14	c   778s|  6700 |   203 |  3512k| 524.1 |  19M|  32 |   - |1444 |4329 |1444 |1273 | 277k|2944 |1883 | 0.000000e+00 |      --      |    Inf 
785.56/785.75	c   786s|  6800 |   199 |  3557k| 523.0 |  19M|  32 | 585 |1444 |4372 |1444 |1170 | 280k|2997 |1883 | 0.000000e+00 |      --      |    Inf 
795.76/795.96	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
795.76/795.96	c   796s|  6900 |   191 |  3618k| 524.2 |  19M|  32 |   - |1444 |4408 |1444 |1350 | 284k|3068 |1883 | 0.000000e+00 |      --      |    Inf 
806.37/806.59	c   807s|  7000 |   182 |  3676k| 525.0 |  19M|  32 | 563 |1444 |4449 |1444 |1091 | 288k|3134 |1907 | 0.000000e+00 |      --      |    Inf 
818.86/819.00	c   819s|  7100 |   184 |  3733k| 525.6 |  19M|  32 |   - |1444 |4485 |1444 |1271 | 292k|3192 |1938 | 0.000000e+00 |      --      |    Inf 
829.17/829.34	c   829s|  7200 |   182 |  3784k| 525.5 |  19M|  32 | 567 |1444 |4510 |1444 |1222 | 297k|3235 |1960 | 0.000000e+00 |      --      |    Inf 
839.86/840.08	c   840s|  7300 |   182 |  3835k| 525.2 |  19M|  32 |   - |1444 |4581 |1444 |1274 | 301k|3314 |1989 | 0.000000e+00 |      --      |    Inf 
851.45/851.68	c   852s|  7400 |   183 |  3885k| 524.8 |  19M|  32 | 446 |1444 |4634 |1444 | 984 | 305k|3367 |2018 | 0.000000e+00 |      --      |    Inf 
862.45/862.61	c   863s|  7500 |   181 |  3940k| 525.2 |  19M|  32 | 612 |1444 |4647 |1444 |1223 | 310k|3429 |2047 | 0.000000e+00 |      --      |    Inf 
870.75/870.92	c   871s|  7600 |   178 |  3983k| 523.9 |  19M|  32 | 573 |1444 |4693 |1444 |1171 | 314k|3490 |2062 | 0.000000e+00 |      --      |    Inf 
879.85/880.05	c   880s|  7700 |   183 |  4036k| 524.0 |  19M|  32 | 566 |1444 |4713 |1444 |1142 | 317k|3549 |2064 | 0.000000e+00 |      --      |    Inf 
887.95/888.10	c   888s|  7800 |   180 |  4082k| 523.3 |  19M|  32 |   - |1444 |4737 |1444 |1341 | 321k|3610 |2064 | 0.000000e+00 |      --      |    Inf 
895.35/895.51	c   896s|  7900 |   181 |  4125k| 522.1 |  19M|  32 |   - |1444 |4786 |1444 |1157 | 324k|3681 |2064 | 0.000000e+00 |      --      |    Inf 
902.64/902.80	c   903s|  8000 |   185 |  4168k| 520.9 |  19M|  32 |   - |1444 |4835 |1444 |1191 | 328k|3734 |2064 | 0.000000e+00 |      --      |    Inf 
909.65/909.83	c   910s|  8100 |   181 |  4207k| 519.3 |  19M|  34 |   - |1444 |4885 |1444 |1224 | 331k|3794 |2064 | 0.000000e+00 |      --      |    Inf 
919.95/920.15	c   920s|  8200 |   187 |  4259k| 519.3 |  19M|  34 |   - |1444 |4850 |1444 |1180 | 335k|3842 |2085 | 0.000000e+00 |      --      |    Inf 
931.74/931.96	c   932s|  8300 |   186 |  4311k| 519.3 |  19M|  34 |   - |1444 |4864 |1444 |1197 | 339k|3887 |2118 | 0.000000e+00 |      --      |    Inf 
941.35/941.55	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
941.35/941.55	c   942s|  8400 |   182 |  4361k| 519.0 |  19M|  34 |   - |1444 |4881 |1444 |1242 | 342k|3939 |2132 | 0.000000e+00 |      --      |    Inf 
950.54/950.70	c   951s|  8500 |   180 |  4405k| 518.2 |  19M|  34 | 579 |1444 |4913 |1444 |1063 | 346k|4011 |2145 | 0.000000e+00 |      --      |    Inf 
959.04/959.22	c   959s|  8600 |   184 |  4450k| 517.4 |  19M|  34 |   - |1444 |4971 |1444 |1202 | 350k|4070 |2158 | 0.000000e+00 |      --      |    Inf 
968.64/968.85	c   969s|  8700 |   182 |  4496k| 516.7 |  19M|  35 |   - |1444 |5026 |1444 |1105 | 355k|4126 |2181 | 0.000000e+00 |      --      |    Inf 
978.04/978.28	c   978s|  8800 |   182 |  4545k| 516.4 |  19M|  36 | 564 |1444 |5075 |1444 |1028 | 359k|4178 |2195 | 0.000000e+00 |      --      |    Inf 
987.84/988.08	c   988s|  8900 |   180 |  4594k| 516.1 |  19M|  36 |   - |1444 |5088 |1444 |1162 | 363k|4247 |2216 | 0.000000e+00 |      --      |    Inf 
997.73/997.99	c   998s|  9000 |   180 |  4645k| 516.0 |  19M|  36 |   - |1444 |5044 |1444 |1136 | 366k|4313 |2226 | 0.000000e+00 |      --      |    Inf 
1008.03/1008.27	c  1008s|  9100 |   183 |  4703k| 516.7 |  19M|  36 |   - |1444 |5066 |1444 |1141 | 372k|4367 |2254 | 0.000000e+00 |      --      |    Inf 
1016.73/1016.95	c  1017s|  9200 |   178 |  4753k| 516.5 |  19M|  36 |   - |1444 |5027 |1444 |1323 | 375k|4439 |2255 | 0.000000e+00 |      --      |    Inf 
1025.23/1025.47	c  1025s|  9300 |   174 |  4802k| 516.2 |  19M|  36 | 553 |1444 |5041 |1444 |1003 | 378k|4509 |2255 | 0.000000e+00 |      --      |    Inf 
1033.12/1033.36	c  1033s|  9400 |   177 |  4850k| 515.8 |  19M|  36 |   - |1444 |5071 |1444 |1098 | 383k|4561 |2255 | 0.000000e+00 |      --      |    Inf 
1041.92/1042.11	c  1042s|  9500 |   170 |  4902k| 516.0 |  19M|  36 | 628 |1444 |5046 |1444 |1287 | 387k|4608 |2255 | 0.000000e+00 |      --      |    Inf 
1053.02/1053.26	c  1053s|  9600 |   174 |  4963k| 516.9 |  19M|  36 | 623 |1444 |5050 |1444 |1361 | 393k|4661 |2265 | 0.000000e+00 |      --      |    Inf 
1064.12/1064.38	c  1064s|  9700 |   178 |  5017k| 517.2 |  19M|  36 | 561 |1444 |5026 |1444 |1212 | 397k|4732 |2283 | 0.000000e+00 |      --      |    Inf 
1075.22/1075.40	c  1075s|  9800 |   174 |  5067k| 516.9 |  19M|  36 | 611 |1444 |4998 |1444 |1223 | 401k|4793 |2307 | 0.000000e+00 |      --      |    Inf 
1085.11/1085.30	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1085.11/1085.30	c  1085s|  9900 |   175 |  5119k| 516.9 |  19M|  36 | 610 |1444 |5014 |1444 |1168 | 405k|4846 |2316 | 0.000000e+00 |      --      |    Inf 
1096.02/1096.22	c  1096s| 10000 |   173 |  5175k| 517.4 |  19M|  36 | 543 |1444 |5019 |1444 |1178 | 409k|4903 |2329 | 0.000000e+00 |      --      |    Inf 
1106.22/1106.48	c  1106s| 10100 |   169 |  5225k| 517.3 |  19M|  36 | 585 |1444 |5027 |1444 |1219 | 413k|4977 |2352 | 0.000000e+00 |      --      |    Inf 
1115.51/1115.79	c  1116s| 10200 |   170 |  5269k| 516.5 |  19M|  36 |   - |1444 |5071 |1444 |1241 | 416k|5040 |2367 | 0.000000e+00 |      --      |    Inf 
1126.31/1126.53	c  1127s| 10300 |   174 |  5321k| 516.6 |  19M|  36 | 573 |1444 |4981 |1444 |1205 | 419k|5092 |2398 | 0.000000e+00 |      --      |    Inf 
1137.01/1137.28	c  1137s| 10400 |   176 |  5370k| 516.3 |  19M|  36 |   - |1444 |4931 |1444 |1263 | 423k|5146 |2423 | 0.000000e+00 |      --      |    Inf 
1145.50/1145.72	c  1146s| 10500 |   176 |  5417k| 515.8 |  19M|  36 |   - |1444 |4900 |1444 |1315 | 426k|5200 |2429 | 0.000000e+00 |      --      |    Inf 
1154.91/1155.19	c  1155s| 10600 |   176 |  5471k| 516.0 |  19M|  36 | 620 |1444 |4898 |1444 |1340 | 430k|5252 |2429 | 0.000000e+00 |      --      |    Inf 
1165.11/1165.39	c  1165s| 10700 |   176 |  5531k| 516.8 |  19M|  36 | 619 |1444 |4859 |1444 |1366 | 434k|5298 |2429 | 0.000000e+00 |      --      |    Inf 
1175.41/1175.61	c  1176s| 10800 |   169 |  5594k| 517.9 |  19M|  36 |   - |1444 |4793 |1444 |1309 | 439k|5354 |2429 | 0.000000e+00 |      --      |    Inf 
1184.20/1184.45	c  1184s| 10900 |   168 |  5646k| 517.9 |  19M|  36 | 617 |1444 |4818 |1444 |1295 | 443k|5434 |2429 | 0.000000e+00 |      --      |    Inf 
1192.80/1193.03	c  1193s| 11000 |   170 |  5695k| 517.7 |  19M|  36 | 558 |1444 |4812 |1444 |1237 | 446k|5486 |2430 | 0.000000e+00 |      --      |    Inf 
1203.11/1203.38	c  1203s| 11100 |   170 |  5744k| 517.4 |  19M|  36 | 578 |1444 |4743 |1444 |1132 | 450k|5546 |2449 | 0.000000e+00 |      --      |    Inf 
1212.40/1212.60	c  1213s| 11200 |   167 |  5788k| 516.7 |  19M|  36 | 559 |1444 |4805 |1444 |1220 | 453k|5628 |2466 | 0.000000e+00 |      --      |    Inf 
1221.80/1222.01	c  1222s| 11300 |   171 |  5834k| 516.3 |  19M|  36 |   - |1444 |4857 |1444 |1304 | 456k|5687 |2485 | 0.000000e+00 |      --      |    Inf 
1231.89/1232.17	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1231.89/1232.17	c  1232s| 11400 |   164 |  5886k| 516.2 |  19M|  36 | 610 |1444 |4731 |1444 |1264 | 460k|5759 |2497 | 0.000000e+00 |      --      |    Inf 
1240.29/1240.55	c  1241s| 11500 |   164 |  5927k| 515.3 |  19M|  36 | 593 |1444 |4745 |1444 |1235 | 463k|5786 |2505 | 0.000000e+00 |      --      |    Inf 
1251.10/1251.37	c  1251s| 11600 |   162 |  5979k| 515.3 |  19M|  36 |   - |1444 |4786 |1444 |1194 | 468k|5829 |2529 | 0.000000e+00 |      --      |    Inf 
1261.69/1261.93	c  1262s| 11700 |   162 |  6029k| 515.3 |  19M|  36 | 605 |1444 |4814 |1444 |1154 | 472k|5878 |2548 | 0.000000e+00 |      --      |    Inf 
1272.79/1273.04	c  1273s| 11800 |   155 |  6081k| 515.3 |  19M|  36 |   - |1444 |4728 |1444 |1339 | 475k|5939 |2569 | 0.000000e+00 |      --      |    Inf 
1281.48/1281.78	c  1282s| 11900 |   165 |  6124k| 514.6 |  19M|  36 | 610 |1444 |4744 |1444 |1215 | 479k|5964 |2580 | 0.000000e+00 |      --      |    Inf 
1292.29/1292.50	c  1293s| 12000 |   160 |  6172k| 514.2 |  19M|  36 | 596 |1444 |4719 |1444 |1248 | 481k|6032 |2612 | 0.000000e+00 |      --      |    Inf 
1299.78/1300.05	c  1300s| 12100 |   162 |  6207k| 512.9 |  19M|  36 | 620 |1444 |4800 |1444 |1256 | 484k|6113 |2621 | 0.000000e+00 |      --      |    Inf 
1309.29/1309.57	c  1310s| 12200 |   159 |  6257k| 512.8 |  19M|  36 |   - |1444 |4811 |1444 |1328 | 487k|6172 |2628 | 0.000000e+00 |      --      |    Inf 
1317.88/1318.18	c  1318s| 12300 |   162 |  6308k| 512.8 |  19M|  36 | 597 |1444 |4827 |1444 |1302 | 491k|6193 |2628 | 0.000000e+00 |      --      |    Inf 
1325.48/1325.78	c  1326s| 12400 |   160 |  6352k| 512.2 |  19M|  36 | 585 |1444 |4851 |1444 |1215 | 494k|6217 |2628 | 0.000000e+00 |      --      |    Inf 
1334.38/1334.63	c  1335s| 12500 |   157 |  6402k| 512.1 |  19M|  36 |   - |1444 |4822 |1444 |1322 | 498k|6260 |2628 | 0.000000e+00 |      --      |    Inf 
1342.78/1343.08	c  1343s| 12600 |   155 |  6449k| 511.7 |  19M|  36 |   - |1444 |4841 |1444 |1289 | 501k|6308 |2628 | 0.000000e+00 |      --      |    Inf 
1351.58/1351.83	c  1352s| 12700 |   157 |  6500k| 511.8 |  19M|  36 | 626 |1444 |4843 |1444 |1364 | 504k|6369 |2628 | 0.000000e+00 |      --      |    Inf 
1359.98/1360.25	c  1360s| 12800 |   149 |  6547k| 511.4 |  19M|  36 |   - |1444 |4843 |1444 |1225 | 507k|6431 |2628 | 0.000000e+00 |      --      |    Inf 
1369.68/1369.97	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1369.68/1369.97	c  1370s| 12900 |   141 |  6598k| 511.4 |  19M|  36 | 570 |1444 |4829 |1444 |1035 | 509k|6493 |2639 | 0.000000e+00 |      --      |    Inf 
1379.08/1379.34	c  1379s| 13000 |   143 |  6643k| 510.9 |  19M|  36 | 557 |1444 |4895 |1444 |1173 | 513k|6559 |2661 | 0.000000e+00 |      --      |    Inf 
1388.48/1388.74	c  1389s| 13100 |   141 |  6689k| 510.6 |  19M|  36 | 579 |1444 |4910 |1444 |1167 | 516k|6628 |2673 | 0.000000e+00 |      --      |    Inf 
1397.67/1397.98	c  1398s| 13200 |   143 |  6736k| 510.2 |  19M|  36 | 608 |1444 |4939 |1444 |1271 | 520k|6687 |2686 | 0.000000e+00 |      --      |    Inf 
1408.46/1408.70	c  1409s| 13300 |   142 |  6790k| 510.4 |  19M|  36 |   - |1444 |4950 |1444 |1349 | 523k|6737 |2697 | 0.000000e+00 |      --      |    Inf 
1418.26/1418.50	c  1419s| 13400 |   143 |  6834k| 510.0 |  19M|  36 |   - |1444 |4995 |1444 |1295 | 526k|6813 |2721 | 0.000000e+00 |      --      |    Inf 
1427.57/1427.89	c  1428s| 13500 |   142 |  6885k| 510.0 |  19M|  36 |   - |1444 |5011 |1444 |1340 | 529k|6872 |2731 | 0.000000e+00 |      --      |    Inf 
1437.36/1437.61	c  1438s| 13600 |   144 |  6932k| 509.6 |  19M|  36 |   - |1444 |4992 |1444 |1194 | 533k|6947 |2754 | 0.000000e+00 |      --      |    Inf 
1447.66/1447.97	c  1448s| 13700 |   145 |  6979k| 509.4 |  19M|  36 | 603 |1444 |5032 |1444 |1228 | 536k|7043 |2790 | 0.000000e+00 |      --      |    Inf 
1456.07/1456.32	c  1456s| 13800 |   148 |  7022k| 508.8 |  19M|  36 |   - |1444 |5118 |1444 |1337 | 539k|7142 |2806 | 0.000000e+00 |      --      |    Inf 
1465.26/1465.58	c  1466s| 13900 |   154 |  7073k| 508.8 |  19M|  36 |   - |1444 |5162 |1444 |1296 | 543k|7238 |2814 | 0.000000e+00 |      --      |    Inf 
1474.06/1474.30	c  1474s| 14000 |   156 |  7123k| 508.7 |  19M|  36 |   - |1444 |5263 |1444 |1220 | 547k|7342 |2814 | 0.000000e+00 |      --      |    Inf 
1483.76/1484.05	c  1484s| 14100 |   150 |  7179k| 509.1 |  19M|  36 | 612 |1444 |5272 |1444 |1355 | 551k|7421 |2814 | 0.000000e+00 |      --      |    Inf 
1492.66/1492.95	c  1493s| 14200 |   148 |  7231k| 509.2 |  19M|  36 |   - |1444 |5258 |1444 |1164 | 555k|7477 |2814 | 0.000000e+00 |      --      |    Inf 
1501.65/1501.96	c  1502s| 14300 |   148 |  7284k| 509.3 |  19M|  36 | 571 |1444 |5261 |1444 |1150 | 558k|7513 |2814 | 0.000000e+00 |      --      |    Inf 
1511.45/1511.78	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1511.45/1511.78	c  1512s| 14400 |   147 |  7342k| 509.8 |  19M|  36 | 472 |1444 |5234 |1444 | 989 | 562k|7562 |2814 | 0.000000e+00 |      --      |    Inf 
1521.65/1521.91	c  1522s| 14500 |   152 |  7397k| 510.1 |  19M|  36 |   - |1444 |5215 |1444 |1315 | 566k|7602 |2823 | 0.000000e+00 |      --      |    Inf 
1531.15/1531.44	c  1531s| 14600 |   151 |  7446k| 509.9 |  19M|  36 |   - |1444 |5215 |1444 |1281 | 570k|7649 |2832 | 0.000000e+00 |      --      |    Inf 
1540.65/1540.93	c  1541s| 14700 |   155 |  7497k| 509.9 |  19M|  36 | 593 |1444 |5233 |1444 |1260 | 573k|7710 |2842 | 0.000000e+00 |      --      |    Inf 
1551.54/1551.89	c  1552s| 14800 |   155 |  7551k| 510.1 |  19M|  36 | 505 |1444 |5235 |1444 |1237 | 577k|7774 |2868 | 0.000000e+00 |      --      |    Inf 
1562.44/1562.78	c  1563s| 14900 |   157 |  7601k| 510.0 |  19M|  36 |   - |1444 |5289 |1444 |1240 | 581k|7864 |2888 | 0.000000e+00 |      --      |    Inf 
1573.64/1573.91	c  1574s| 15000 |   154 |  7653k| 510.1 |  19M|  36 | 599 |1444 |5330 |1444 |1199 | 585k|7913 |2910 | 0.000000e+00 |      --      |    Inf 
1583.65/1583.99	c  1584s| 15100 |   156 |  7709k| 510.5 |  19M|  36 | 583 |1444 |5353 |1444 |1147 | 588k|7976 |2915 | 0.000000e+00 |      --      |    Inf 
1593.54/1593.83	c  1594s| 15200 |   160 |  7761k| 510.6 |  19M|  36 | 426 |1444 |5365 |1444 |1094 | 593k|8010 |2928 | 0.000000e+00 |      --      |    Inf 
1602.44/1602.71	c  1603s| 15300 |   161 |  7807k| 510.2 |  19M|  36 |   - |1444 |5403 |1444 |1126 | 596k|8060 |2956 | 0.000000e+00 |      --      |    Inf 
1611.84/1612.10	c  1612s| 15400 |   156 |  7854k| 509.9 |  19M|  36 |   - |1444 |5424 |1444 |1276 | 600k|8095 |2988 | 0.000000e+00 |      --      |    Inf 
1622.14/1622.44	c  1622s| 15500 |   155 |  7914k| 510.5 |  19M|  36 | 542 |1444 |5428 |1444 |1292 | 604k|8134 |2992 | 0.000000e+00 |      --      |    Inf 
1630.23/1630.56	c  1631s| 15600 |   156 |  7960k| 510.2 |  19M|  36 | 580 |1444 |5493 |1444 |1240 | 608k|8213 |2992 | 0.000000e+00 |      --      |    Inf 
1637.24/1637.58	c  1638s| 15700 |   156 |  7998k| 509.4 |  19M|  36 | 565 |1444 |5572 |1444 |1285 | 610k|8306 |2992 | 0.000000e+00 |      --      |    Inf 
1645.03/1645.32	c  1645s| 15800 |   151 |  8042k| 508.9 |  19M|  36 |   - |1444 |5597 |1444 |1261 | 613k|8411 |2993 | 0.000000e+00 |      --      |    Inf 
1653.13/1653.47	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1653.13/1653.47	c  1653s| 15900 |   156 |  8089k| 508.7 |  19M|  36 | 587 |1444 |5648 |1444 |1299 | 617k|8477 |2993 | 0.000000e+00 |      --      |    Inf 
1660.53/1660.87	c  1661s| 16000 |   157 |  8131k| 508.1 |  19M|  38 | 570 |1444 |5697 |1444 |1156 | 619k|8546 |2993 | 0.000000e+00 |      --      |    Inf 
1669.63/1669.93	c  1670s| 16100 |   159 |  8183k| 508.2 |  19M|  38 | 624 |1444 |5684 |1444 |1215 | 624k|8594 |2993 | 0.000000e+00 |      --      |    Inf 
1677.02/1677.30	c  1677s| 16200 |   157 |  8225k| 507.7 |  19M|  38 | 550 |1444 |5711 |1444 |1236 | 626k|8641 |2993 | 0.000000e+00 |      --      |    Inf 
1688.73/1689.00	c  1689s| 16300 |   150 |  8285k| 508.3 |  19M|  38 | 642 |1444 |5623 |1444 |1099 | 631k|8709 |3014 | 0.000000e+00 |      --      |    Inf 
1698.82/1699.19	c  1699s| 16400 |   152 |  8334k| 508.1 |  19M|  38 | 488 |1444 |5670 |1444 |1083 | 635k|8795 |3034 | 0.000000e+00 |      --      |    Inf 
1708.72/1709.09	c  1709s| 16500 |   152 |  8388k| 508.3 |  19M|  38 |   - |1444 |5746 |1444 |1280 | 639k|8871 |3043 | 0.000000e+00 |      --      |    Inf 
1717.82/1718.16	c  1718s| 16600 |   157 |  8432k| 507.9 |  20M|  38 |   - |1444 |5769 |1444 |1280 | 643k|8937 |3055 | 0.000000e+00 |      --      |    Inf 
1728.11/1728.44	c  1728s| 16700 |   157 |  8482k| 507.9 |  20M|  38 | 497 |1444 |5767 |1444 |1160 | 647k|8998 |3080 | 0.000000e+00 |      --      |    Inf 
1736.92/1737.27	c  1737s| 16800 |   155 |  8526k| 507.5 |  20M|  38 |   - |1444 |5820 |1444 |1222 | 650k|9064 |3093 | 0.000000e+00 |      --      |    Inf 
1746.42/1746.75	c  1747s| 16900 |   152 |  8574k| 507.3 |  20M|  38 |   - |1444 |5838 |1444 |1224 | 653k|9123 |3104 | 0.000000e+00 |      --      |    Inf 
1758.91/1759.22	c  1759s| 17000 |   148 |  8632k| 507.7 |  20M|  38 | 578 |1444 |5798 |1444 |1348 | 658k|9177 |3150 | 0.000000e+00 |      --      |    Inf 
1768.71/1769.04	c  1769s| 17100 |   147 |  8682k| 507.7 |  20M|  38 |   - |1444 |5740 |1444 |1204 | 661k|9234 |3167 | 0.000000e+00 |      --      |    Inf 
1777.91/1778.21	c  1778s| 17200 |   144 |  8733k| 507.7 |  19M|  38 |   - |1444 |5737 |1444 |1365 | 665k|9292 |3176 | 0.000000e+00 |      --      |    Inf 
1786.31/1786.64	c  1787s| 17300 |   144 |  8779k| 507.4 |  19M|  38 | 605 |1444 |5770 |1444 |1233 | 667k|9359 |3181 | 0.000000e+00 |      --      |    Inf 
1794.91/1795.27	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1794.91/1795.27	c  1795s| 17400 |   143 |  8830k| 507.4 |  20M|  38 |   - |1444 |5784 |1444 |1177 | 672k|9412 |3181 | 0.000000e+00 |      --      |    Inf 
1796.70/1797.01	c 
1796.70/1797.01	c SCIP Status        : solving was interrupted [time limit reached]
1796.70/1797.01	c Solving Time (sec) : 1797.01
1796.70/1797.01	c Solving Nodes      : 17421
1796.70/1797.01	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1796.70/1797.01	c Dual Bound         : +0.00000000000000e+00
1796.70/1797.01	c Gap                : infinite
1796.70/1797.01	s UNKNOWN
1796.70/1797.01	c SCIP Status        : solving was interrupted [time limit reached]
1796.70/1797.01	c Total Time         :    1797.01
1796.70/1797.01	c   solving          :    1797.01
1796.70/1797.01	c   presolving       :       0.11 (included in solving)
1796.70/1797.01	c   reading          :       0.00 (included in solving)
1796.70/1797.01	c   copying          :       0.01 (1 #copies) (minimal 0.01, maximal 0.01, average 0.01)
1796.70/1797.01	c Original Problem   :
1796.70/1797.01	c   Problem name     : HOME/instance-3690715-1338022400.opb
1796.70/1797.01	c   Variables        : 200 (200 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.70/1797.01	c   Constraints      : 302 initial, 302 maximal
1796.70/1797.01	c   Objective sense  : minimize
1796.70/1797.01	c Presolved Problem  :
1796.70/1797.01	c   Problem name     : t_HOME/instance-3690715-1338022400.opb
1796.70/1797.01	c   Variables        : 1444 (1444 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.70/1797.01	c   Constraints      : 1546 initial, 5852 maximal
1796.70/1797.01	c Presolvers         :   ExecTime  SetupTime  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1796.70/1797.01	c   domcol           :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.01	c   trivial          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.01	c   dualfix          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.01	c   boundshift       :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.01	c   inttobinary      :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.01	c   convertinttobin  :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.01	c   gateextraction   :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.01	c   implics          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.01	c   components       :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.01	c   pseudoobj        :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.01	c   probing          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.01	c   knapsack         :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.01	c   setppc           :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.01	c   and              :       0.09       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.01	c   linear           :       0.01       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.01	c   logicor          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.01	c   root node        :          -          -          0          -          -          0          -          -          -          -          -
1796.70/1797.01	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #ResProp    Cutoffs    DomReds       Cuts      Conss   Children
1796.70/1797.01	c   integral         :          0          0          0          0       8996          0          1          0         61        272          0          0      17686
1796.70/1797.01	c   knapsack         :          1          1          5      63162          0          2          0          0          0          0          0          0          0
1796.70/1797.01	c   setppc           :        300        300          5      63162          0          2          0      48121         21      35470          0          0          0
1796.70/1797.01	c   and              :       1244       1244      12372      63141          0          2          0      31139          1     515185     757576          0          0
1796.70/1797.01	c   linear           :          1+        62          6      63140          0          2          0         87          0        452          0          0          0
1796.70/1797.01	c   logicor          :          0+      4249          0      18428          0          0          0      32761          3       7520          0          0          0
1796.70/1797.01	c   countsols        :          0          0          0          0          0          2          0          0          0          0          0          0          0
1796.70/1797.01	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS      Check    ResProp
1796.70/1797.01	c   integral         :     259.41       0.00       0.00       0.00     259.41       0.00       0.00       0.00
1796.70/1797.01	c   knapsack         :       0.04       0.00       0.00       0.04       0.00       0.00       0.00       0.00
1796.70/1797.01	c   setppc           :       0.34       0.00       0.00       0.31       0.00       0.00       0.00       0.02
1796.70/1797.01	c   and              :       3.88       0.00       2.63       1.23       0.00       0.00       0.00       0.01
1796.70/1797.01	c   linear           :       0.08       0.00       0.00       0.08       0.00       0.00       0.00       0.00
1796.70/1797.01	c   logicor          :       0.73       0.00       0.00       0.70       0.00       0.00       0.00       0.03
1796.70/1797.01	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1796.70/1797.01	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
1796.70/1797.01	c   rootredcost      :          0          0          0          0
1796.70/1797.01	c   pseudoobj        :          0          0          0          0
1796.70/1797.01	c   vbounds          :          0          0          0          0
1796.70/1797.01	c   redcost          :      21310          0          0          0
1796.70/1797.01	c   probing          :          0          0          0          0
1796.70/1797.01	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp
1796.70/1797.01	c   rootredcost      :       0.02       0.00       0.00       0.02       0.00
1796.70/1797.01	c   pseudoobj        :       0.02       0.00       0.00       0.02       0.00
1796.70/1797.01	c   vbounds          :       0.02       0.00       0.00       0.02       0.00
1796.70/1797.01	c   redcost          :       0.44       0.00       0.00       0.44       0.00
1796.70/1797.01	c   probing          :       0.00       0.00       0.00       0.00       0.00
1796.70/1797.01	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1796.70/1797.01	c   propagation      :       0.00         25         24         30        9.3          1       18.0          -
1796.70/1797.01	c   infeasible LP    :       1.54       8493       6863      34427       18.0          0        0.0          0
1796.70/1797.01	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1796.70/1797.01	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1796.70/1797.01	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1796.70/1797.01	c   applied globally :          -          -          -       9420       17.0          -          -          -
1796.70/1797.01	c   applied locally  :          -          -          -          0        0.0          -          -          -
1796.70/1797.01	c Separators         :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss
1796.70/1797.01	c   cut pool         :       0.00                     4          -          -          1          -    (maximal pool size: 1128)
1796.70/1797.01	c   closecuts        :       0.00       0.00          0          0          0          0          0
1796.70/1797.01	c   impliedbounds    :       0.00       0.00          5          0          0         75          0
1796.70/1797.01	c   intobj           :       0.00       0.00          0          0          0          0          0
1796.70/1797.01	c   gomory           :       2.84       0.00          5          0          0          0          0
1796.70/1797.01	c   cgmip            :       0.00       0.00          0          0          0          0          0
1796.70/1797.01	c   strongcg         :       2.37       0.00          5          0          0       1983          0
1796.70/1797.01	c   cmir             :       0.00       0.00          0          0          0          0          0
1796.70/1797.01	c   flowcover        :       0.00       0.00          0          0          0          0          0
1796.70/1797.01	c   clique           :       0.06       0.00          5          0          0         38          0
1796.70/1797.01	c   zerohalf         :       0.00       0.00          0          0          0          0          0
1796.70/1797.01	c   mcf              :       0.00       0.00          1          0          0          0          0
1796.70/1797.01	c   oddcycle         :       0.00       0.00          0          0          0          0          0
1796.70/1797.01	c   rapidlearning    :       0.51       0.00          1          0          0          0         61
1796.70/1797.01	c Pricers            :   ExecTime  SetupTime      Calls       Vars
1796.70/1797.01	c   problem variables:       0.00          -          0          0
1796.70/1797.01	c Branching Rules    :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1796.70/1797.01	c   relpscost        :     259.39       0.00       8996         61        272          0          0      17686
1796.70/1797.01	c   pscost           :       0.00       0.00          0          0          0          0          0          0
1796.70/1797.01	c   inference        :       0.00       0.00          2          0          0          0          0          4
1796.70/1797.01	c   mostinf          :       0.00       0.00          0          0          0          0          0          0
1796.70/1797.01	c   leastinf         :       0.00       0.00          0          0          0          0          0          0
1796.70/1797.01	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0
1796.70/1797.01	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0
1796.70/1797.01	c   random           :       0.00       0.00          0          0          0          0          0          0
1796.70/1797.01	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found
1796.70/1797.01	c   LP solutions     :       0.00          -          -          0
1796.70/1797.01	c   pseudo solutions :       0.00          -          -          0
1796.70/1797.01	c   smallcard        :       0.00       0.00          0          0
1796.70/1797.01	c   trivial          :       0.00       0.00          1          0
1796.70/1797.01	c   shiftandpropagate:       0.00       0.00          0          0
1796.70/1797.01	c   simplerounding   :       0.00       0.00          0          0
1796.70/1797.01	c   zirounding       :       0.00       0.00          0          0
1796.70/1797.01	c   rounding         :       0.00       0.00          0          0
1796.70/1797.01	c   shifting         :       0.00       0.00          0          0
1796.70/1797.01	c   intshifting      :       0.00       0.00          0          0
1796.70/1797.01	c   oneopt           :       0.00       0.00          0          0
1796.70/1797.01	c   twoopt           :       0.00       0.00          0          0
1796.70/1797.01	c   indtwoopt        :       0.00       0.00          0          0
1796.70/1797.01	c   indoneopt        :       0.00       0.00          0          0
1796.70/1797.01	c   fixandinfer      :       0.00       0.00          0          0
1796.70/1797.01	c   feaspump         :       0.00       0.00          0          0
1796.70/1797.01	c   clique           :       0.00       0.00          0          0
1796.70/1797.01	c   indrounding      :       0.00       0.00          0          0
1796.70/1797.01	c   indcoefdiving    :       0.00       0.00          0          0
1796.70/1797.01	c   coefdiving       :       0.00       0.00          0          0
1796.70/1797.01	c   pscostdiving     :       0.00       0.00          0          0
1796.70/1797.01	c   nlpdiving        :       0.00       0.00          0          0
1796.70/1797.01	c   fracdiving       :       0.00       0.00          0          0
1796.70/1797.01	c   veclendiving     :       0.00       0.00          0          0
1796.70/1797.01	c   intdiving        :       0.00       0.00          0          0
1796.70/1797.01	c   actconsdiving    :       0.00       0.00          0          0
1796.70/1797.01	c   objpscostdiving  :       0.00       0.00          0          0
1796.70/1797.01	c   rootsoldiving    :       0.00       0.00          0          0
1796.70/1797.01	c   linesearchdiving :       0.00       0.00          0          0
1796.70/1797.01	c   guideddiving     :       0.00       0.00          0          0
1796.70/1797.01	c   octane           :       0.00       0.00          0          0
1796.70/1797.01	c   rens             :       0.00       0.00          0          0
1796.70/1797.01	c   rins             :       0.00       0.00          0          0
1796.70/1797.01	c   localbranching   :       0.00       0.00          0          0
1796.70/1797.01	c   mutation         :       0.00       0.00          0          0
1796.70/1797.01	c   crossover        :       0.00       0.00          0          0
1796.70/1797.01	c   dins             :       0.00       0.00          0          0
1796.70/1797.01	c   vbounds          :       0.00       0.00          0          0
1796.70/1797.01	c   undercover       :       0.00       0.00          0          0
1796.70/1797.01	c   subnlp           :       0.00       0.00          0          0
1796.70/1797.01	c   trysol           :       0.00       0.00          0          0
1796.70/1797.01	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It
1796.70/1797.01	c   primal LP        :      20.77       8331          0       0.00       0.00      20.77       8331
1796.70/1797.01	c   dual LP          :    1491.61      29805    8840806     296.62    5927.03       0.00          0
1796.70/1797.01	c   lex dual LP      :       0.00          0          0       0.00          -
1796.70/1797.01	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
1796.70/1797.01	c   diving/probing LP:       0.00          0          0       0.00          -
1796.70/1797.01	c   strong branching :     259.01       3181    1389269     436.74    5363.84
1796.70/1797.01	c     (at root node) :          -          9       5482     609.11          -
1796.70/1797.01	c   conflict analysis:       0.00          0          0       0.00          -
1796.70/1797.01	c B&B Tree           :
1796.70/1797.01	c   number of runs   :          1
1796.70/1797.01	c   nodes            :      17421
1796.70/1797.01	c   nodes (total)    :      17421
1796.70/1797.01	c   nodes left       :        148
1796.70/1797.01	c   max depth        :         38
1796.70/1797.01	c   max depth (total):         38
1796.70/1797.01	c   backtracks       :       4124 (23.7%)
1796.70/1797.01	c   delayed cutoffs  :        122
1796.70/1797.01	c   repropagations   :      19956 (92738 domain reductions, 116 cutoffs)
1796.70/1797.01	c   avg switch length:       6.12
1796.70/1797.01	c   switching time   :      23.15
1796.70/1797.01	c Solution           :
1796.70/1797.01	c   Solutions found  :          0 (0 improvements)
1796.70/1797.01	c   Primal Bound     :          -
1796.70/1797.01	c   Dual Bound       : +0.00000000000000e+00
1796.70/1797.01	c   Gap              :   infinite
1796.70/1797.01	c   Root Dual Bound  : +0.00000000000000e+00
1796.70/1797.01	c   Root Iterations  :       1833
1796.70/1797.02	c Time complete: 1796.73.

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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

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

running on 4 cores: 0,2,4,6

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.00 2.00 2/176 31592
/proc/meminfo: memFree=29254196/32873844 swapFree=7384/7384
[pid=31592] ppid=31590 vsize=10100 CPUtime=0 cores=0,2,4,6
/proc/31592/stat : 31592 (scip-2.1.1.4fix) R 31590 31592 31024 0 -1 4202496 1271 0 0 0 0 0 0 0 20 0 1 0 268365412 10342400 1226 33554432000 4194304 10173063 140737087904992 140734769194456 8886140 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/31592/statm: 2525 1226 414 1460 0 1056 0

[startup+0.0643049 s]
/proc/loadavg: 2.00 2.00 2.00 2/176 31592
/proc/meminfo: memFree=29254196/32873844 swapFree=7384/7384
[pid=31592] ppid=31590 vsize=18928 CPUtime=0.06 cores=0,2,4,6
/proc/31592/stat : 31592 (scip-2.1.1.4fix) R 31590 31592 31024 0 -1 4202496 3534 0 0 0 3 3 0 0 20 0 1 0 268365412 19382272 3232 33554432000 4194304 10173063 140737087904992 140734769194456 8963895 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/31592/statm: 4732 3232 560 1460 0 3263 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 18928

[startup+0.100226 s]
/proc/loadavg: 2.00 2.00 2.00 2/176 31592
/proc/meminfo: memFree=29254196/32873844 swapFree=7384/7384
[pid=31592] ppid=31590 vsize=21824 CPUtime=0.09 cores=0,2,4,6
/proc/31592/stat : 31592 (scip-2.1.1.4fix) R 31590 31592 31024 0 -1 4202496 4298 0 0 0 5 4 0 0 20 0 1 0 268365412 22347776 3996 33554432000 4194304 10173063 140737087904992 140734769194456 8963895 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/31592/statm: 5456 3996 592 1460 0 3987 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 21824

[startup+0.300202 s]
/proc/loadavg: 2.00 2.00 2.00 2/176 31592
/proc/meminfo: memFree=29254196/32873844 swapFree=7384/7384
[pid=31592] ppid=31590 vsize=28100 CPUtime=0.29 cores=0,2,4,6
/proc/31592/stat : 31592 (scip-2.1.1.4fix) R 31590 31592 31024 0 -1 4202496 6149 0 0 0 24 5 0 0 20 0 1 0 268365412 28774400 5776 33554432000 4194304 10173063 140737087904992 140734769194456 8982074 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/31592/statm: 7025 5776 747 1460 0 5556 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 28100

[startup+0.700175 s]
/proc/loadavg: 2.00 2.00 2.00 2/176 31592
/proc/meminfo: memFree=29254196/32873844 swapFree=7384/7384
[pid=31592] ppid=31590 vsize=28708 CPUtime=0.69 cores=0,2,4,6
/proc/31592/stat : 31592 (scip-2.1.1.4fix) R 31590 31592 31024 0 -1 4202496 6305 0 0 0 64 5 0 0 20 0 1 0 268365412 29396992 5885 33554432000 4194304 10173063 140737087904992 140737087899912 5104125 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/31592/statm: 7177 5885 780 1460 0 5708 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 28708

[startup+1.50021 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 31593
/proc/meminfo: memFree=29226916/32873844 swapFree=7384/7384
[pid=31592] ppid=31590 vsize=49024 CPUtime=1.48 cores=0,2,4,6
/proc/31592/stat : 31592 (scip-2.1.1.4fix) R 31590 31592 31024 0 -1 4202496 11213 0 0 0 141 7 0 0 20 0 1 0 268365412 50200576 10793 33554432000 4194304 10173063 140737087904992 140737087899912 8963895 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/31592/statm: 12256 10793 816 1460 0 10787 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 49024

[startup+3.10018 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 31593
/proc/meminfo: memFree=29204208/32873844 swapFree=7384/7384
[pid=31592] ppid=31590 vsize=50912 CPUtime=3.09 cores=0,2,4,6
/proc/31592/stat : 31592 (scip-2.1.1.4fix) R 31590 31592 31024 0 -1 4202496 11899 0 0 0 298 11 0 0 20 0 1 0 268365412 52133888 11527 33554432000 4194304 10173063 140737087904992 140737087899880 8982074 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/31592/statm: 12728 11527 837 1460 0 11259 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 50912

[startup+6.30019 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 31593
/proc/meminfo: memFree=29204208/32873844 swapFree=7384/7384
[pid=31592] ppid=31590 vsize=50912 CPUtime=6.29 cores=0,2,4,6
/proc/31592/stat : 31592 (scip-2.1.1.4fix) R 31590 31592 31024 0 -1 4202496 11929 0 0 0 617 12 0 0 20 0 1 0 268365412 52133888 11557 33554432000 4194304 10173063 140737087904992 140737087899912 8982074 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/31592/statm: 12728 11557 837 1460 0 11259 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 50912

[startup+12.7002 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 31593
/proc/meminfo: memFree=29206000/32873844 swapFree=7384/7384
[pid=31592] ppid=31590 vsize=50912 CPUtime=12.69 cores=0,2,4,6
/proc/31592/stat : 31592 (scip-2.1.1.4fix) R 31590 31592 31024 0 -1 4202496 12102 0 0 0 1253 16 0 0 20 0 1 0 268365412 52133888 11668 33554432000 4194304 10173063 140737087904992 140737087898344 7986081 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/31592/statm: 12728 11668 842 1460 0 11259 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 50912

[startup+25.5002 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 31593
/proc/meminfo: memFree=29204764/32873844 swapFree=7384/7384
[pid=31592] ppid=31590 vsize=50912 CPUtime=25.49 cores=0,2,4,6
/proc/31592/stat : 31592 (scip-2.1.1.4fix) R 31590 31592 31024 0 -1 4202496 12113 0 0 0 2526 23 0 0 20 0 1 0 268365412 52133888 11935 33554432000 4194304 10173063 140737087904992 140737087898536 8982074 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/31592/statm: 12728 11935 845 1460 0 11259 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 50912

[startup+51.1002 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 31593
/proc/meminfo: memFree=29205260/32873844 swapFree=7384/7384
[pid=31592] ppid=31590 vsize=50912 CPUtime=51.08 cores=0,2,4,6
/proc/31592/stat : 31592 (scip-2.1.1.4fix) R 31590 31592 31024 0 -1 4202496 12113 0 0 0 5071 37 0 0 20 0 1 0 268365412 52133888 11935 33554432000 4194304 10173063 140737087904992 140737087898344 8982074 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/31592/statm: 12728 11935 845 1460 0 11259 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 50912

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 31631
/proc/meminfo: memFree=29167820/32873844 swapFree=7384/7384
[pid=31592] ppid=31590 vsize=50912 CPUtime=102.27 cores=0,2,4,6
/proc/31592/stat : 31592 (scip-2.1.1.4fix) R 31590 31592 31024 0 -1 4202496 12114 0 0 0 10157 70 0 0 20 0 1 0 268365412 52133888 11936 33554432000 4194304 10173063 140737087904992 140737087898248 8033026 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/31592/statm: 12728 11936 845 1460 0 11259 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 50912

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 31632
/proc/meminfo: memFree=29163108/32873844 swapFree=7384/7384
[pid=31592] ppid=31590 vsize=50912 CPUtime=162.26 cores=0,2,4,6
/proc/31592/stat : 31592 (scip-2.1.1.4fix) R 31590 31592 31024 0 -1 4202496 12114 0 0 0 16119 107 0 0 20 0 1 0 268365412 52133888 11936 33554432000 4194304 10173063 140737087904992 140737087898248 7986142 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/31592/statm: 12728 11936 845 1460 0 11259 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 50912

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 31632
/proc/meminfo: memFree=29181048/32873844 swapFree=7384/7384
[pid=31592] ppid=31590 vsize=50912 CPUtime=222.26 cores=0,2,4,6
/proc/31592/stat : 31592 (scip-2.1.1.4fix) R 31590 31592 31024 0 -1 4202496 12114 0 0 0 22079 147 0 0 20 0 1 0 268365412 52133888 11936 33554432000 4194304 10173063 140737087904992 140737087898248 8982074 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/31592/statm: 12728 11936 845 1460 0 11259 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 50912

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 31632
/proc/meminfo: memFree=29173852/32873844 swapFree=7384/7384
[pid=31592] ppid=31590 vsize=51680 CPUtime=282.24 cores=0,2,4,6
/proc/31592/stat : 31592 (scip-2.1.1.4fix) R 31590 31592 31024 0 -1 4202496 12237 0 0 0 28038 186 0 0 20 0 1 0 268365412 52920320 12059 33554432000 4194304 10173063 140737087904992 140737087898344 8007738 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/31592/statm: 12920 12059 845 1460 0 11451 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 51680

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 31632
/proc/meminfo: memFree=29171120/32873844 swapFree=7384/7384
[pid=31592] ppid=31590 vsize=51680 CPUtime=342.24 cores=0,2,4,6
/proc/31592/stat : 31592 (scip-2.1.1.4fix) R 31590 31592 31024 0 -1 4202496 12242 0 0 0 33999 225 0 0 20 0 1 0 268365412 52920320 12064 33554432000 4194304 10173063 140737087904992 140737087898344 8982074 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/31592/statm: 12920 12064 845 1460 0 11451 0
Current children cumulated CPU time (s) 342.24
Current children cumulated vsize (KiB) 51680

[startup+402.3 s]
/proc/loadavg: 2.13 2.03 2.01 3/176 31632
/proc/meminfo: memFree=29160020/32873844 swapFree=7384/7384
[pid=31592] ppid=31590 vsize=52088 CPUtime=402.22 cores=0,2,4,6
/proc/31592/stat : 31592 (scip-2.1.1.4fix) R 31590 31592 31024 0 -1 4202496 12352 0 0 0 39960 262 0 0 20 0 1 0 268365412 53338112 12173 33554432000 4194304 10173063 140737087904992 140737087898248 7986089 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/31592/statm: 13022 12173 845 1460 0 11553 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 52088

[startup+462.3 s]
/proc/loadavg: 2.23 2.08 2.02 3/178 31638
/proc/meminfo: memFree=29159260/32873844 swapFree=7384/7384
[pid=31592] ppid=31590 vsize=52444 CPUtime=462.22 cores=0,2,4,6
/proc/31592/stat : 31592 (scip-2.1.1.4fix) R 31590 31592 31024 0 -1 4202496 12493 0 0 0 45921 301 0 0 20 0 1 0 268365412 53702656 12314 33554432000 4194304 10173063 140737087904992 140737087898248 8982074 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/31592/statm: 13111 12314 845 1460 0 11642 0
Current children cumulated CPU time (s) 462.22
Current children cumulated vsize (KiB) 52444

[startup+522.3 s]
/proc/loadavg: 2.24 2.11 2.04 3/178 31660
/proc/meminfo: memFree=29151504/32873844 swapFree=7384/7384
[pid=31592] ppid=31590 vsize=52888 CPUtime=522.2 cores=0,2,4,6
/proc/31592/stat : 31592 (scip-2.1.1.4fix) R 31590 31592 31024 0 -1 4202496 12587 0 0 0 51881 339 0 0 20 0 1 0 268365412 54157312 12408 33554432000 4194304 10173063 140737087904992 140737087898344 8982074 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/31592/statm: 13222 12408 845 1460 0 11753 0
Current children cumulated CPU time (s) 522.2
Current children cumulated vsize (KiB) 52888

[startup+582.3 s]
/proc/loadavg: 2.16 2.11 2.04 3/177 31660
/proc/meminfo: memFree=29151636/32873844 swapFree=7384/7384
[pid=31592] ppid=31590 vsize=53376 CPUtime=582.2 cores=0,2,4,6
/proc/31592/stat : 31592 (scip-2.1.1.4fix) R 31590 31592 31024 0 -1 4202496 13605 0 0 0 57843 377 0 0 20 0 1 0 268365412 54657024 12547 33554432000 4194304 10173063 140737087904992 140737087898296 8982074 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/31592/statm: 13344 12547 845 1460 0 11875 0
Current children cumulated CPU time (s) 582.2
Current children cumulated vsize (KiB) 53376

[startup+642.3 s]

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

/proc/meminfo: memFree=29133632/32873844 swapFree=7384/7384
[pid=31592] ppid=31590 vsize=55880 CPUtime=1122.11 cores=0,2,4,6
/proc/31592/stat : 31592 (scip-2.1.1.4fix) R 31590 31592 31024 0 -1 4202496 23033 0 0 0 111490 721 0 0 20 0 1 0 268365412 57221120 13153 33554432000 4194304 10173063 140737087904992 140737087898344 8056537 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/31592/statm: 13970 13153 845 1460 0 12501 0
Current children cumulated CPU time (s) 1122.11
Current children cumulated vsize (KiB) 55880

[startup+1182.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 31665
/proc/meminfo: memFree=29134312/32873844 swapFree=7384/7384
[pid=31592] ppid=31590 vsize=55844 CPUtime=1182.11 cores=0,2,4,6
/proc/31592/stat : 31592 (scip-2.1.1.4fix) R 31590 31592 31024 0 -1 4202496 24166 0 0 0 117448 763 0 0 20 0 1 0 268365412 57184256 13069 33554432000 4194304 10173063 140737087904992 140737087898632 8982074 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/31592/statm: 13961 13069 845 1460 0 12492 0
Current children cumulated CPU time (s) 1182.11
Current children cumulated vsize (KiB) 55844

[startup+1242.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 31665
/proc/meminfo: memFree=29132452/32873844 swapFree=7384/7384
[pid=31592] ppid=31590 vsize=56004 CPUtime=1242.09 cores=0,2,4,6
/proc/31592/stat : 31592 (scip-2.1.1.4fix) R 31590 31592 31024 0 -1 4202496 25160 0 0 0 123408 801 0 0 20 0 1 0 268365412 57348096 13207 33554432000 4194304 10173063 140737087904992 140737087898440 8982074 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/31592/statm: 14001 13207 845 1460 0 12532 0
Current children cumulated CPU time (s) 1242.09
Current children cumulated vsize (KiB) 56004

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 31665
/proc/meminfo: memFree=29132700/32873844 swapFree=7384/7384
[pid=31592] ppid=31590 vsize=56024 CPUtime=1302.09 cores=0,2,4,6
/proc/31592/stat : 31592 (scip-2.1.1.4fix) R 31590 31592 31024 0 -1 4202496 25981 0 0 0 129370 839 0 0 20 0 1 0 268365412 57368576 13218 33554432000 4194304 10173063 140737087904992 140737087898296 8054559 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/31592/statm: 14006 13218 845 1460 0 12537 0
Current children cumulated CPU time (s) 1302.09
Current children cumulated vsize (KiB) 56024

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 31666
/proc/meminfo: memFree=29126928/32873844 swapFree=7384/7384
[pid=31592] ppid=31590 vsize=55412 CPUtime=1362.07 cores=0,2,4,6
/proc/31592/stat : 31592 (scip-2.1.1.4fix) R 31590 31592 31024 0 -1 4202496 26266 0 0 0 135331 876 0 0 20 0 1 0 268365412 56741888 13034 33554432000 4194304 10173063 140737087904992 140737087898248 8982074 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/31592/statm: 13853 13034 845 1460 0 12384 0
Current children cumulated CPU time (s) 1362.07
Current children cumulated vsize (KiB) 55412

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 31666
/proc/meminfo: memFree=29119732/32873844 swapFree=7384/7384
[pid=31592] ppid=31590 vsize=55252 CPUtime=1422.07 cores=0,2,4,6
/proc/31592/stat : 31592 (scip-2.1.1.4fix) R 31590 31592 31024 0 -1 4202496 28343 0 0 0 141293 914 0 0 20 0 1 0 268365412 56578048 13025 33554432000 4194304 10173063 140737087904992 140737087898344 8982074 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/31592/statm: 13813 13025 845 1460 0 12344 0
Current children cumulated CPU time (s) 1422.07
Current children cumulated vsize (KiB) 55252

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 31666
/proc/meminfo: memFree=29116872/32873844 swapFree=7384/7384
[pid=31592] ppid=31590 vsize=56280 CPUtime=1482.06 cores=0,2,4,6
/proc/31592/stat : 31592 (scip-2.1.1.4fix) R 31590 31592 31024 0 -1 4202496 28971 0 0 0 147256 950 0 0 20 0 1 0 268365412 57630720 13250 33554432000 4194304 10173063 140737087904992 140737087898296 8035187 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/31592/statm: 14070 13250 845 1460 0 12601 0
Current children cumulated CPU time (s) 1482.06
Current children cumulated vsize (KiB) 56280

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 31666
/proc/meminfo: memFree=29116808/32873844 swapFree=7384/7384
[pid=31592] ppid=31590 vsize=56176 CPUtime=1542.05 cores=0,2,4,6
/proc/31592/stat : 31592 (scip-2.1.1.4fix) R 31590 31592 31024 0 -1 4202496 29841 0 0 0 153216 989 0 0 20 0 1 0 268365412 57524224 13237 33554432000 4194304 10173063 140737087904992 140737087898440 8982074 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/31592/statm: 14044 13237 845 1460 0 12575 0
Current children cumulated CPU time (s) 1542.05
Current children cumulated vsize (KiB) 56176

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 31669
/proc/meminfo: memFree=29117800/32873844 swapFree=7384/7384
[pid=31592] ppid=31590 vsize=56064 CPUtime=1602.04 cores=0,2,4,6
/proc/31592/stat : 31592 (scip-2.1.1.4fix) R 31590 31592 31024 0 -1 4202496 31879 0 0 0 159180 1024 0 0 20 0 1 0 268365412 57409536 13157 33554432000 4194304 10173063 140737087904992 140737087898344 8047184 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/31592/statm: 14016 13157 845 1460 0 12547 0
Current children cumulated CPU time (s) 1602.04
Current children cumulated vsize (KiB) 56064

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 31670
/proc/meminfo: memFree=29116188/32873844 swapFree=7384/7384
[pid=31592] ppid=31590 vsize=56816 CPUtime=1662.03 cores=0,2,4,6
/proc/31592/stat : 31592 (scip-2.1.1.4fix) R 31590 31592 31024 0 -1 4202496 32646 0 0 0 165139 1064 0 0 20 0 1 0 268365412 58179584 13416 33554432000 4194304 10173063 140737087904992 140737087898344 8982074 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/31592/statm: 14204 13416 845 1460 0 12735 0
Current children cumulated CPU time (s) 1662.03
Current children cumulated vsize (KiB) 56816

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 31670
/proc/meminfo: memFree=29116248/32873844 swapFree=7384/7384
[pid=31592] ppid=31590 vsize=56984 CPUtime=1722.02 cores=0,2,4,6
/proc/31592/stat : 31592 (scip-2.1.1.4fix) R 31590 31592 31024 0 -1 4202496 33091 0 0 0 171098 1104 0 0 20 0 1 0 268365412 58351616 13394 33554432000 4194304 10173063 140737087904992 140737087897512 8982074 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/31592/statm: 14246 13394 845 1460 0 12777 0
Current children cumulated CPU time (s) 1722.02
Current children cumulated vsize (KiB) 56984

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 31670
/proc/meminfo: memFree=29115628/32873844 swapFree=7384/7384
[pid=31592] ppid=31590 vsize=57072 CPUtime=1782.01 cores=0,2,4,6
/proc/31592/stat : 31592 (scip-2.1.1.4fix) R 31590 31592 31024 0 -1 4202496 34048 0 0 0 177060 1141 0 0 20 0 1 0 268365412 58441728 13464 33554432000 4194304 10173063 140737087904992 140737087897928 8982074 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/31592/statm: 14268 13464 845 1460 0 12799 0
Current children cumulated CPU time (s) 1782.01
Current children cumulated vsize (KiB) 57072

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

[startup+1785.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 31670
/proc/meminfo: memFree=29115876/32873844 swapFree=7384/7384
[pid=31592] ppid=31590 vsize=57072 CPUtime=1785.21 cores=0,2,4,6
/proc/31592/stat : 31592 (scip-2.1.1.4fix) R 31590 31592 31024 0 -1 4202496 34048 0 0 0 177378 1143 0 0 20 0 1 0 268365412 58441728 13464 33554432000 4194304 10173063 140737087904992 140737087898248 8982074 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/31592/statm: 14268 13464 845 1460 0 12799 0
Current children cumulated CPU time (s) 1785.21
Current children cumulated vsize (KiB) 57072

[startup+1791.91 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 31670
/proc/meminfo: memFree=29115876/32873844 swapFree=7384/7384
[pid=31592] ppid=31590 vsize=57072 CPUtime=1791.62 cores=0,2,4,6
/proc/31592/stat : 31592 (scip-2.1.1.4fix) R 31590 31592 31024 0 -1 4202496 34048 0 0 0 178015 1147 0 0 20 0 1 0 268365412 58441728 13464 33554432000 4194304 10173063 140737087904992 140737087897752 8982074 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/31592/statm: 14268 13464 845 1460 0 12799 0
Current children cumulated CPU time (s) 1791.62
Current children cumulated vsize (KiB) 57072

[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 31670
/proc/meminfo: memFree=29115876/32873844 swapFree=7384/7384
[pid=31592] ppid=31590 vsize=57072 CPUtime=1794.81 cores=0,2,4,6
/proc/31592/stat : 31592 (scip-2.1.1.4fix) R 31590 31592 31024 0 -1 4202496 34048 0 0 0 178333 1148 0 0 20 0 1 0 268365412 58441728 13464 33554432000 4194304 10173063 140737087904992 140737087898344 7661818 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/31592/statm: 14268 13464 845 1460 0 12799 0
Current children cumulated CPU time (s) 1794.81
Current children cumulated vsize (KiB) 57072

[startup+1795.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 31670
/proc/meminfo: memFree=29115876/32873844 swapFree=7384/7384
[pid=31592] ppid=31590 vsize=57072 CPUtime=1795.61 cores=0,2,4,6
/proc/31592/stat : 31592 (scip-2.1.1.4fix) R 31590 31592 31024 0 -1 4202496 34048 0 0 0 178412 1149 0 0 20 0 1 0 268365412 58441728 13464 33554432000 4194304 10173063 140737087904992 140737087898632 8982074 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/31592/statm: 14268 13464 845 1460 0 12799 0
Current children cumulated CPU time (s) 1795.61
Current children cumulated vsize (KiB) 57072

[startup+1796.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 31670
/proc/meminfo: memFree=29115876/32873844 swapFree=7384/7384
[pid=31592] ppid=31590 vsize=57072 CPUtime=1796.41 cores=0,2,4,6
/proc/31592/stat : 31592 (scip-2.1.1.4fix) R 31590 31592 31024 0 -1 4202496 34048 0 0 0 178492 1149 0 0 20 0 1 0 268365412 58441728 13464 33554432000 4194304 10173063 140737087904992 140737087898632 8982074 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/31592/statm: 14268 13464 845 1460 0 12799 0
Current children cumulated CPU time (s) 1796.41
Current children cumulated vsize (KiB) 57072

[startup+1796.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 31670
/proc/meminfo: memFree=29115876/32873844 swapFree=7384/7384
[pid=31592] ppid=31590 vsize=57072 CPUtime=1796.6 cores=0,2,4,6
/proc/31592/stat : 31592 (scip-2.1.1.4fix) R 31590 31592 31024 0 -1 4202496 34048 0 0 0 178511 1149 0 0 20 0 1 0 268365412 58441728 13464 33554432000 4194304 10173063 140737087904992 140737087898632 8982074 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/31592/statm: 14268 13464 845 1460 0 12799 0
Current children cumulated CPU time (s) 1796.6
Current children cumulated vsize (KiB) 57072

[startup+1797 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 31670
/proc/meminfo: memFree=29115876/32873844 swapFree=7384/7384
[pid=31592] ppid=31590 vsize=57072 CPUtime=1796.7 cores=0,2,4,6
/proc/31592/stat : 31592 (scip-2.1.1.4fix) R 31590 31592 31024 0 -1 4202496 34048 0 0 0 178521 1149 0 0 20 0 1 0 268365412 58441728 13464 33554432000 4194304 10173063 140737087904992 140737087898632 8982074 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/31592/statm: 14268 13464 845 1460 0 12799 0
Current children cumulated CPU time (s) 1796.7
Current children cumulated vsize (KiB) 57072

Child status: 0
Real time (s): 1797.03
CPU time (s): 1796.74
CPU user time (s): 1785.24
CPU system time (s): 11.4993
CPU usage (%): 99.9842
Max. virtual memory (cumulated for all children) (KiB): 57376

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1785.24
system time used= 11.4993
maximum resident set size= 53964
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34055
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= 18
involuntary context switches= 2213

runsolver used 2.85556 second user time and 7.01293 second system time

The end

Launcher Data

Begin job on node136 at 2012-05-26 10:53:20
IDJOB=3690715
IDBENCH=48366
IDSOLVER=2270
FILE ID=node136/3690715-1338022400
RUNJOBID= node136-1338016920-31040
PBS_JOBID= 14624338
Free space on /tmp= 71660 MiB

SOLVER NAME= SCIP spx SCIP 2.1.1.4. with SoPlex 1.6.0.3 fixed
BENCH NAME= PB07/normalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/manquinho/dbsg/normalized-dbsg_100_10_3_40.opb
COMMAND LINE= HOME/scip-2.1.1.4fix.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3690715-1338022400/watcher-3690715-1338022400 -o /tmp/evaluation-result-3690715-1338022400/solver-3690715-1338022400 -C 1800 -W 1900 -M 15500  HOME/scip-2.1.1.4fix.linux.x86_64.gnu.opt.spx -f HOME/instance-3690715-1338022400.opb -t 1800 -m 15500

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

MD5SUM BENCH= 29fd031d19832e8fd3e4ee8a0dfa62d0
RANDOM SEED=309226497

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        29254080 kB
Buffers:          312108 kB
Cached:          2298544 kB
SwapCached:        24460 kB
Active:           934808 kB
Inactive:        1915880 kB
Active(anon):     214740 kB
Inactive(anon):    25096 kB
Active(file):     720068 kB
Inactive(file):  1890784 kB
Unevictable:        7384 kB
Mlocked:            7384 kB
SwapTotal:      67108856 kB
SwapFree:       67079072 kB
Dirty:             13452 kB
Writeback:             0 kB
AnonPages:        254732 kB
Mapped:            13028 kB
Shmem:                 0 kB
Slab:             630964 kB
SReclaimable:      72876 kB
SUnreclaim:       558088 kB
KernelStack:        1472 kB
PageTables:         4520 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     340524 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    210944 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71644 MiB
End job on node136 at 2012-05-26 11:23:17