Trace number 3486365

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 2 2011-06-10 (fixed)? 1797.12 1797.09

General information on the benchmark

Name/DEC-SMALLINT-LIN/heinz/
normalized-neos-820146.opb
MD5SUM04a6efcac49375b9407fbc5f15fae5c7
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, 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 variables600
Total number of constraints830
Number of constraints which are clauses675
Number of constraints which are cardinality constraints (but not clauses)155
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint10
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 13
Number of bits of the biggest sum of numbers4
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c SCIP version 2.0.1.4 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.5.0.5]
0.00/0.00	c Copyright (c) 2002-2011 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-3486365-1307795635.opb>
0.00/0.00	c original problem has 600 variables (600 bin, 0 int, 0 impl, 0 cont) and 830 constraints
0.00/0.00	c problem read
0.00/0.00	c No objective function, only one solution is needed.
0.00/0.00	c presolving settings loaded
0.00/0.01	c presolving:
0.00/0.02	c (round 1) 225 del vars, 45 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 770 upgd conss, 0 impls, 95 clqs
0.00/0.02	c presolving (2 rounds):
0.00/0.02	c  225 deleted vars, 45 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.02	c  0 implications, 95 cliques
0.00/0.02	c presolved problem has 375 variables (375 bin, 0 int, 0 impl, 0 cont) and 785 constraints
0.00/0.02	c      95 constraints of type <setppc>
0.00/0.02	c      15 constraints of type <linear>
0.00/0.02	c     675 constraints of type <logicor>
0.00/0.02	c transformed objective value is always integral (scale: 1)
0.00/0.02	c Presolving Time: 0.01
0.00/0.02	c - non default parameters ----------------------------------------------------------------------
0.00/0.02	c # SCIP version 2.0.1.4
0.00/0.02	c 
0.00/0.02	c # frequency for displaying node information lines
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.02	c display/freq = 10000
0.00/0.02	c 
0.00/0.02	c # maximal time in seconds to run
0.00/0.02	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.02	c limits/time = 1797
0.00/0.02	c 
0.00/0.02	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.02	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.02	c limits/memory = 13950
0.00/0.02	c 
0.00/0.02	c # solving stops, if the given number of solutions were found (-1: no limit)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.02	c limits/solutions = 1
0.00/0.02	c 
0.00/0.02	c # maximal number of separation rounds per node (-1: unlimited)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 5]
0.00/0.02	c separating/maxrounds = 1
0.00/0.02	c 
0.00/0.02	c # maximal number of separation rounds in the root node (-1: unlimited)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.02	c separating/maxroundsroot = 5
0.00/0.02	c 
0.00/0.02	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.00/0.02	c # [type: int, range: [1,2], default: 1]
0.00/0.02	c timing/clocktype = 2
0.00/0.02	c 
0.00/0.02	c # belongs reading time to solving time?
0.00/0.02	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.02	c timing/reading = TRUE
0.00/0.02	c 
0.00/0.02	c # should presolving try to simplify inequalities
0.00/0.02	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.02	c constraints/linear/simplifyinequalities = TRUE
0.00/0.02	c 
0.00/0.02	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.00/0.02	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.02	c constraints/indicator/addCouplingCons = TRUE
0.00/0.02	c 
0.00/0.02	c # should disaggregation of knapsack constraints be allowed in preprocessing?
0.00/0.02	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
0.00/0.02	c constraints/knapsack/disaggregation = FALSE
0.00/0.02	c 
0.00/0.02	c # should presolving try to simplify knapsacks
0.00/0.02	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.02	c constraints/knapsack/simplifyinequalities = TRUE
0.00/0.02	c 
0.00/0.02	c # maximal number of presolving rounds the presolver participates in (-1: no limit)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.02	c presolving/probing/maxrounds = 0
0.00/0.02	c 
0.00/0.02	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.02	c heuristics/coefdiving/freq = -1
0.00/0.02	c 
0.00/0.02	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.02	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.02	c heuristics/coefdiving/maxlpiterquot = 0.075
0.00/0.02	c 
0.00/0.02	c # additional number of allowed LP iterations
0.00/0.02	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.02	c heuristics/coefdiving/maxlpiterofs = 1500
0.00/0.02	c 
0.00/0.02	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 30]
0.00/0.02	c heuristics/crossover/freq = -1
0.00/0.02	c 
0.00/0.02	c # number of nodes added to the contingent of the total nodes
0.00/0.02	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.00/0.02	c heuristics/crossover/nodesofs = 750
0.00/0.02	c 
0.00/0.02	c # number of nodes without incumbent change that heuristic should wait
0.00/0.02	c # [type: longint, range: [0,9223372036854775807], default: 200]
0.00/0.02	c heuristics/crossover/nwaitingnodes = 100
0.00/0.02	c 
0.00/0.02	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
0.00/0.02	c # [type: real, range: [0,1], default: 0.1]
0.00/0.02	c heuristics/crossover/nodesquot = 0.15
0.00/0.02	c 
0.00/0.02	c # minimum percentage of integer variables that have to be fixed 
0.00/0.02	c # [type: real, range: [0,1], default: 0.666]
0.00/0.02	c heuristics/crossover/minfixingrate = 0.5
0.00/0.02	c 
0.00/0.02	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 20]
0.00/0.02	c heuristics/feaspump/freq = -1
0.00/0.02	c 
0.00/0.02	c # additional number of allowed LP iterations
0.00/0.02	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.02	c heuristics/feaspump/maxlpiterofs = 2000
0.00/0.02	c 
0.00/0.02	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.02	c heuristics/fracdiving/freq = -1
0.00/0.02	c 
0.00/0.02	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.02	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.02	c heuristics/fracdiving/maxlpiterquot = 0.075
0.00/0.02	c 
0.00/0.02	c # additional number of allowed LP iterations
0.00/0.02	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.02	c heuristics/fracdiving/maxlpiterofs = 1500
0.00/0.02	c 
0.00/0.02	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.02	c heuristics/guideddiving/freq = -1
0.00/0.02	c 
0.00/0.02	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.02	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.02	c heuristics/guideddiving/maxlpiterquot = 0.075
0.00/0.02	c 
0.00/0.02	c # additional number of allowed LP iterations
0.00/0.02	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.02	c heuristics/guideddiving/maxlpiterofs = 1500
0.00/0.02	c 
0.00/0.02	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.02	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.02	c heuristics/intdiving/maxlpiterquot = 0.075
0.00/0.02	c 
0.00/0.02	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.02	c heuristics/intshifting/freq = -1
0.00/0.02	c 
0.00/0.02	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.02	c heuristics/linesearchdiving/freq = -1
0.00/0.02	c 
0.00/0.02	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.02	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.02	c heuristics/linesearchdiving/maxlpiterquot = 0.075
0.00/0.02	c 
0.00/0.02	c # additional number of allowed LP iterations
0.00/0.02	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.02	c heuristics/linesearchdiving/maxlpiterofs = 1500
0.00/0.02	c 
0.00/0.02	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 20]
0.00/0.02	c heuristics/objpscostdiving/freq = -1
0.00/0.02	c 
0.00/0.02	c # maximal fraction of diving LP iterations compared to total iteration number
0.00/0.02	c # [type: real, range: [0,1], default: 0.01]
0.00/0.02	c heuristics/objpscostdiving/maxlpiterquot = 0.015
0.00/0.02	c 
0.00/0.02	c # additional number of allowed LP iterations
0.00/0.02	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.02	c heuristics/objpscostdiving/maxlpiterofs = 1500
0.00/0.02	c 
0.00/0.02	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.02	c heuristics/oneopt/freq = -1
0.00/0.02	c 
0.00/0.02	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.02	c heuristics/pscostdiving/freq = -1
0.00/0.02	c 
0.00/0.02	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.02	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.02	c heuristics/pscostdiving/maxlpiterquot = 0.075
0.00/0.02	c 
0.00/0.02	c # additional number of allowed LP iterations
0.00/0.02	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.02	c heuristics/pscostdiving/maxlpiterofs = 1500
0.00/0.02	c 
0.00/0.02	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.02	c heuristics/rens/freq = -1
0.00/0.02	c 
0.00/0.02	c # minimum percentage of integer variables that have to be fixable 
0.00/0.02	c # [type: real, range: [0,1], default: 0.5]
0.00/0.02	c heuristics/rens/minfixingrate = 0.3
0.00/0.02	c 
0.00/0.02	c # number of nodes added to the contingent of the total nodes
0.00/0.02	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.00/0.02	c heuristics/rens/nodesofs = 2000
0.00/0.02	c 
0.00/0.02	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 20]
0.00/0.02	c heuristics/rootsoldiving/freq = -1
0.00/0.02	c 
0.00/0.02	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.02	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
0.00/0.02	c heuristics/rootsoldiving/maxlpiterquot = 0.015
0.00/0.02	c 
0.00/0.02	c # additional number of allowed LP iterations
0.00/0.02	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.02	c heuristics/rootsoldiving/maxlpiterofs = 1500
0.00/0.02	c 
0.00/0.02	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.02	c heuristics/rounding/freq = -1
0.00/0.02	c 
0.00/0.02	c # frequency for calling primal heuristic <shiftandpropagate> (-1: never, 0: only at depth freqofs)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.02	c heuristics/shiftandpropagate/freq = -1
0.00/0.02	c 
0.00/0.02	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.02	c heuristics/shifting/freq = -1
0.00/0.02	c 
0.00/0.02	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.02	c heuristics/simplerounding/freq = -1
0.00/0.02	c 
0.00/0.02	c # frequency for calling primal heuristic <subnlp> (-1: never, 0: only at depth freqofs)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.02	c heuristics/subnlp/freq = -1
0.00/0.02	c 
0.00/0.02	c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.02	c heuristics/trivial/freq = -1
0.00/0.02	c 
0.00/0.02	c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.02	c heuristics/trysol/freq = -1
0.00/0.02	c 
0.00/0.02	c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.02	c heuristics/undercover/freq = -1
0.00/0.02	c 
0.00/0.02	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.02	c heuristics/veclendiving/freq = -1
0.00/0.02	c 
0.00/0.02	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.02	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.02	c heuristics/veclendiving/maxlpiterquot = 0.075
0.00/0.02	c 
0.00/0.02	c # additional number of allowed LP iterations
0.00/0.02	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.02	c heuristics/veclendiving/maxlpiterofs = 1500
0.00/0.02	c 
0.00/0.02	c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.02	c heuristics/zirounding/freq = -1
0.00/0.02	c 
0.00/0.02	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.02	c separating/cmir/freq = -1
0.00/0.02	c 
0.00/0.02	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.02	c separating/flowcover/freq = -1
0.00/0.02	c 
0.00/0.02	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.02	c separating/rapidlearning/freq = 0
0.00/0.02	c 
0.00/0.02	c -----------------------------------------------------------------------------------------------
0.00/0.02	c start solving
0.00/0.02	c 
0.02/0.03	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.02/0.03	c   0.0s|     1 |     0 |   285 |     - |2223k|   0 | 135 | 375 | 785 | 375 | 785 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.02/0.08	c   0.1s|     1 |     0 |   352 |     - |2421k|   0 | 161 | 375 | 818 | 375 | 801 |  16 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.09/0.14	c   0.1s|     1 |     0 |   422 |     - |3678k|   0 | 167 | 375 | 818 | 375 | 812 |  27 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.19/0.22	c   0.2s|     1 |     0 |   488 |     - |3972k|   0 | 175 | 375 | 818 | 375 | 821 |  36 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.29/0.32	c   0.3s|     1 |     0 |   516 |     - |3984k|   0 | 178 | 375 | 818 | 375 | 824 |  39 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.39/0.41	c   0.4s|     1 |     0 |   568 |     - |3990k|   0 | 175 | 375 | 818 | 375 | 828 |  43 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.69/0.78	c   0.8s|     1 |     2 |   568 |     - |3990k|   0 | 175 | 375 | 818 | 375 | 828 |  43 |   0 |  15 | 0.000000e+00 |      --      |    Inf 
22.79/22.83	c  22.8s| 10000 |   517 |203404 |  20.3 |7496k|  43 |  89 | 375 |5123 | 375 | 812 |  43 |  10k|2122 | 0.000000e+00 |      --      |    Inf 
39.89/39.90	c  39.9s| 20000 |   740 |416988 |  20.8 |8669k|  45 |   - | 375 |6209 | 375 | 812 |  43 |  19k|2988 | 0.000000e+00 |      --      |    Inf 
54.09/54.14	c  54.1s| 30000 |   849 |616258 |  20.5 |  10M|  45 |   - | 375 |9309 | 375 | 812 |  43 |  30k|3005 | 0.000000e+00 |      --      |    Inf 
71.50/71.56	c  71.6s| 40000 |  1132 |835631 |  20.9 |  11M|  45 |   - | 375 |8784 | 375 | 812 |  43 |  38k|3723 | 0.000000e+00 |      --      |    Inf 
88.79/88.82	c  88.8s| 50000 |  1596 |  1044k|  20.9 |  11M|  45 | 105 | 375 |8725 | 375 | 812 |  43 |  47k|4563 | 0.000000e+00 |      --      |    Inf 
105.60/105.69	c   106s| 60000 |  1985 |  1260k|  21.0 |  12M|  45 | 102 | 375 |8480 | 375 | 812 |  43 |  57k|5086 | 0.000000e+00 |      --      |    Inf 
122.99/123.01	c   123s| 70000 |  2419 |  1476k|  21.1 |  13M|  45 |  14 | 375 |9039 | 375 | 812 |  43 |  66k|5750 | 0.000000e+00 |      --      |    Inf 
139.19/139.21	c   139s| 80000 |  2761 |  1686k|  21.1 |  14M|  45 |  99 | 375 |  10k| 375 | 812 |  43 |  75k|6138 | 0.000000e+00 |      --      |    Inf 
155.19/155.20	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
155.19/155.20	c   155s| 90000 |  2938 |  1885k|  20.9 |  15M|  45 |  29 | 375 |  11k| 375 | 812 |  43 |  85k|6665 | 0.000000e+00 |      --      |    Inf 
172.00/172.04	c   172s|100000 |  3300 |  2104k|  21.0 |  16M|  45 | 109 | 375 |  11k| 375 | 812 |  43 |  93k|7151 | 0.000000e+00 |      --      |    Inf 
187.60/187.65	c   188s|110000 |  3729 |  2308k|  21.0 |  18M|  45 |  27 | 375 |  13k| 375 | 812 |  43 | 103k|7427 | 0.000000e+00 |      --      |    Inf 
203.89/203.91	c   204s|120000 |  3995 |  2522k|  21.0 |  18M|  45 |  68 | 375 |  14k| 375 | 812 |  43 | 112k|7839 | 0.000000e+00 |      --      |    Inf 
220.49/220.57	c   221s|130000 |  4088 |  2736k|  21.0 |  19M|  45 |  77 | 375 |  14k| 375 | 812 |  43 | 121k|8119 | 0.000000e+00 |      --      |    Inf 
238.79/238.90	c   239s|140000 |  4212 |  2962k|  21.2 |  18M|  46 |   - | 375 |  11k| 375 | 812 |  43 | 130k|8716 | 0.000000e+00 |      --      |    Inf 
255.99/256.02	c   256s|150000 |  4409 |  3182k|  21.2 |  18M|  46 |   - | 375 |  11k| 375 | 812 |  43 | 139k|9144 | 0.000000e+00 |      --      |    Inf 
273.90/273.99	c   274s|160000 |  4619 |  3416k|  21.4 |  19M|  46 | 101 | 375 |  11k| 375 | 812 |  43 | 148k|9508 | 0.000000e+00 |      --      |    Inf 
290.30/290.37	c   290s|170000 |  4849 |  3633k|  21.4 |  20M|  46 |   - | 375 |  12k| 375 | 812 |  43 | 157k|9782 | 0.000000e+00 |      --      |    Inf 
308.40/308.47	c   308s|180000 |  5041 |  3865k|  21.5 |  20M|  46 |  90 | 375 |  11k| 375 | 812 |  43 | 167k|  10k| 0.000000e+00 |      --      |    Inf 
326.09/326.13	c   326s|190000 |  5255 |  4100k|  21.6 |  21M|  46 |  18 | 375 |  12k| 375 | 812 |  43 | 175k|  10k| 0.000000e+00 |      --      |    Inf 
344.30/344.34	c   344s|200000 |  5487 |  4338k|  21.7 |  21M|  46 |   - | 375 |  12k| 375 | 812 |  43 | 184k|  10k| 0.000000e+00 |      --      |    Inf 
362.20/362.22	c   362s|210000 |  5638 |  4571k|  21.8 |  21M|  46 |  55 | 375 |  12k| 375 | 812 |  43 | 193k|  11k| 0.000000e+00 |      --      |    Inf 
380.70/380.70	c   381s|220000 |  5879 |  4812k|  21.9 |  21M|  46 |  93 | 375 |  12k| 375 | 812 |  43 | 202k|  11k| 0.000000e+00 |      --      |    Inf 
398.59/398.62	c   399s|230000 |  6050 |  5043k|  21.9 |  22M|  46 |   - | 375 |  12k| 375 | 812 |  43 | 211k|  11k| 0.000000e+00 |      --      |    Inf 
416.90/416.91	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
416.90/416.91	c   417s|240000 |  6229 |  5277k|  22.0 |  22M|  46 |  94 | 375 |  12k| 375 | 812 |  43 | 220k|  12k| 0.000000e+00 |      --      |    Inf 
435.29/435.34	c   435s|250000 |  6416 |  5517k|  22.1 |  23M|  46 |  63 | 375 |  13k| 375 | 812 |  43 | 229k|  12k| 0.000000e+00 |      --      |    Inf 
453.79/453.86	c   454s|260000 |  6582 |  5754k|  22.1 |  23M|  46 | 123 | 375 |  13k| 375 | 812 |  43 | 238k|  12k| 0.000000e+00 |      --      |    Inf 
471.49/471.59	c   472s|270000 |  6653 |  5975k|  22.1 |  24M|  46 |  34 | 375 |  14k| 375 | 812 |  43 | 247k|  12k| 0.000000e+00 |      --      |    Inf 
489.30/489.31	c   489s|280000 |  6840 |  6203k|  22.2 |  25M|  46 |   - | 375 |  15k| 375 | 812 |  43 | 256k|  13k| 0.000000e+00 |      --      |    Inf 
507.20/507.23	c   507s|290000 |  6964 |  6434k|  22.2 |  24M|  46 | 113 | 375 |  13k| 375 | 812 |  43 | 265k|  13k| 0.000000e+00 |      --      |    Inf 
525.20/525.23	c   525s|300000 |  7058 |  6673k|  22.2 |  25M|  46 |   - | 375 |  15k|   0 |   0 |  43 | 274k|  13k| 0.000000e+00 |      --      |    Inf 
543.90/543.92	c   544s|310000 |  7302 |  6919k|  22.3 |  26M|  46 |   - | 375 |  15k|   0 |   0 |  43 | 282k|  13k| 0.000000e+00 |      --      |    Inf 
561.50/561.59	c   562s|320000 |  7472 |  7148k|  22.3 |  26M|  46 | 102 | 375 |  16k| 375 | 812 |  43 | 291k|  14k| 0.000000e+00 |      --      |    Inf 
579.50/579.58	c   580s|330000 |  7521 |  7378k|  22.4 |  27M|  46 |   - | 375 |  16k| 375 | 812 |  43 | 300k|  14k| 0.000000e+00 |      --      |    Inf 
597.10/597.14	c   597s|340000 |  7602 |  7605k|  22.4 |  27M|  46 | 103 | 375 |  15k| 375 | 812 |  43 | 309k|  14k| 0.000000e+00 |      --      |    Inf 
616.50/616.51	c   617s|350000 |  7792 |  7860k|  22.5 |  27M|  46 |  58 | 375 |  15k| 375 | 812 |  43 | 317k|  14k| 0.000000e+00 |      --      |    Inf 
635.50/635.55	c   636s|360000 |  7908 |  8104k|  22.5 |  27M|  46 |  87 | 375 |  15k| 375 | 812 |  43 | 325k|  15k| 0.000000e+00 |      --      |    Inf 
653.30/653.38	c   653s|370000 |  8060 |  8340k|  22.5 |  28M|  46 |  93 | 375 |  16k| 375 | 812 |  43 | 334k|  15k| 0.000000e+00 |      --      |    Inf 
672.20/672.25	c   672s|380000 |  8141 |  8586k|  22.6 |  28M|  46 |   - | 375 |  16k| 375 | 812 |  43 | 343k|  15k| 0.000000e+00 |      --      |    Inf 
691.50/691.59	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
691.50/691.59	c   692s|390000 |  8256 |  8827k|  22.6 |  28M|  46 |  83 | 375 |  14k| 375 | 812 |  43 | 351k|  15k| 0.000000e+00 |      --      |    Inf 
710.90/710.91	c   711s|400000 |  8555 |  9077k|  22.7 |  29M|  46 |   - | 375 |  15k| 375 | 812 |  43 | 359k|  16k| 0.000000e+00 |      --      |    Inf 
729.21/729.24	c   729s|410000 |  8561 |  9311k|  22.7 |  29M|  46 |  50 | 375 |  16k| 375 | 812 |  43 | 368k|  16k| 0.000000e+00 |      --      |    Inf 
748.30/748.36	c   748s|420000 |  8770 |  9553k|  22.7 |  30M|  46 |  94 | 375 |  16k| 375 | 812 |  43 | 377k|  16k| 0.000000e+00 |      --      |    Inf 
765.41/765.48	c   765s|430000 |  8879 |  9770k|  22.7 |  30M|  46 |  66 | 375 |  17k| 375 | 812 |  43 | 386k|  16k| 0.000000e+00 |      --      |    Inf 
784.81/784.87	c   785s|440000 |  8993 | 10014k|  22.8 |  30M|  46 |   - | 375 |  15k| 375 | 812 |  43 | 394k|  16k| 0.000000e+00 |      --      |    Inf 
804.60/804.67	c   805s|450000 |  9161 | 10263k|  22.8 |  30M|  46 |   - | 375 |  15k| 375 | 812 |  43 | 402k|  17k| 0.000000e+00 |      --      |    Inf 
822.81/822.88	c   823s|460000 |  9278 | 10500k|  22.8 |  31M|  46 |   - | 375 |  16k| 375 | 812 |  43 | 411k|  17k| 0.000000e+00 |      --      |    Inf 
841.60/841.62	c   842s|470000 |  9404 | 10740k|  22.9 |  31M|  46 |   - | 375 |  17k| 375 | 812 |  43 | 420k|  17k| 0.000000e+00 |      --      |    Inf 
860.91/860.98	c   861s|480000 |  9536 | 10988k|  22.9 |  32M|  46 |  76 | 375 |  18k| 375 | 812 |  43 | 428k|  17k| 0.000000e+00 |      --      |    Inf 
880.70/880.76	c   881s|490000 |  9687 | 11240k|  22.9 |  31M|  46 |  91 | 375 |  16k| 375 | 812 |  43 | 436k|  17k| 0.000000e+00 |      --      |    Inf 
899.61/899.66	c   900s|500000 |  9881 | 11477k|  23.0 |  32M|  46 |   - | 375 |  17k| 375 | 812 |  43 | 444k|  18k| 0.000000e+00 |      --      |    Inf 
917.90/917.92	c   918s|510000 |  9982 | 11710k|  23.0 |  32M|  46 |  88 | 375 |  17k| 375 | 812 |  43 | 453k|  18k| 0.000000e+00 |      --      |    Inf 
936.01/936.07	c   936s|520000 | 10037 | 11936k|  23.0 |  32M|  46 |  95 | 375 |  17k| 375 | 812 |  43 | 462k|  18k| 0.000000e+00 |      --      |    Inf 
955.41/955.49	c   955s|530000 | 10190 | 12183k|  23.0 |  32M|  48 |  94 | 375 |  16k| 375 | 812 |  43 | 471k|  18k| 0.000000e+00 |      --      |    Inf 
974.11/974.12	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
974.11/974.12	c   974s|540000 | 10249 | 12416k|  23.0 |  33M|  50 | 107 | 375 |  17k| 375 | 812 |  43 | 479k|  19k| 0.000000e+00 |      --      |    Inf 
993.51/993.50	c   993s|550000 | 10300 | 12658k|  23.0 |  33M|  50 |   - | 375 |  17k|   0 |   0 |  43 | 488k|  19k| 0.000000e+00 |      --      |    Inf 
1011.31/1011.31	c  1011s|560000 | 10407 | 12889k|  23.0 |  33M|  50 |  91 | 375 |  17k| 375 | 812 |  43 | 497k|  19k| 0.000000e+00 |      --      |    Inf 
1030.72/1030.76	c  1031s|570000 | 10542 | 13132k|  23.0 |  33M|  50 |  62 | 375 |  17k| 375 | 812 |  43 | 505k|  19k| 0.000000e+00 |      --      |    Inf 
1048.71/1048.77	c  1049s|580000 | 10636 | 13366k|  23.0 |  34M|  50 |  76 | 375 |  17k| 375 | 812 |  43 | 513k|  19k| 0.000000e+00 |      --      |    Inf 
1067.81/1067.88	c  1068s|590000 | 10757 | 13610k|  23.1 |  34M|  50 |   - | 375 |  18k|   0 |   0 |  43 | 522k|  19k| 0.000000e+00 |      --      |    Inf 
1086.51/1086.56	c  1087s|600000 | 10813 | 13847k|  23.1 |  35M|  50 |   - | 375 |  19k| 375 | 812 |  43 | 531k|  20k| 0.000000e+00 |      --      |    Inf 
1106.11/1106.13	c  1106s|610000 | 10997 | 14088k|  23.1 |  35M|  50 |   - | 375 |  19k| 375 | 812 |  43 | 539k|  20k| 0.000000e+00 |      --      |    Inf 
1125.42/1125.42	c  1125s|620000 | 11147 | 14327k|  23.1 |  35M|  50 |  92 | 375 |  19k| 375 | 812 |  43 | 548k|  20k| 0.000000e+00 |      --      |    Inf 
1144.91/1144.90	c  1145s|630000 | 11308 | 14573k|  23.1 |  36M|  50 |   - | 375 |  19k| 375 | 812 |  43 | 557k|  20k| 0.000000e+00 |      --      |    Inf 
1163.91/1163.96	c  1164s|640000 | 11298 | 14811k|  23.1 |  35M|  50 |  12 | 375 |  17k| 375 | 812 |  43 | 565k|  20k| 0.000000e+00 |      --      |    Inf 
1181.42/1181.43	c  1181s|650000 | 11499 | 15046k|  23.1 |  36M|  50 |   - | 375 |  19k| 375 | 812 |  43 | 574k|  20k| 0.000000e+00 |      --      |    Inf 
1200.21/1200.21	c  1200s|660000 | 11510 | 15286k|  23.2 |  36M|  50 |   - | 375 |  18k| 375 | 812 |  43 | 582k|  21k| 0.000000e+00 |      --      |    Inf 
1219.52/1219.58	c  1220s|670000 | 11615 | 15533k|  23.2 |  36M|  50 |  99 | 375 |  18k| 375 | 812 |  43 | 590k|  21k| 0.000000e+00 |      --      |    Inf 
1238.22/1238.28	c  1238s|680000 | 11689 | 15771k|  23.2 |  36M|  50 | 101 | 375 |  18k| 375 | 812 |  43 | 598k|  21k| 0.000000e+00 |      --      |    Inf 
1258.32/1258.30	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1258.32/1258.30	c  1258s|690000 | 11734 | 16013k|  23.2 |  36M|  50 |   - | 375 |  17k| 375 | 812 |  43 | 607k|  21k| 0.000000e+00 |      --      |    Inf 
1277.41/1277.48	c  1277s|700000 | 11855 | 16262k|  23.2 |  36M|  50 |   - | 375 |  16k| 375 | 812 |  43 | 615k|  21k| 0.000000e+00 |      --      |    Inf 
1297.01/1297.02	c  1297s|710000 | 12015 | 16516k|  23.3 |  36M|  50 | 105 | 375 |  17k| 375 | 812 |  43 | 623k|  22k| 0.000000e+00 |      --      |    Inf 
1316.41/1316.45	c  1316s|720000 | 12403 | 16777k|  23.3 |  38M|  50 |   - | 375 |  19k| 375 | 812 |  43 | 630k|  22k| 0.000000e+00 |      --      |    Inf 
1336.11/1336.15	c  1336s|730000 | 13183 | 17042k|  23.3 |  40M|  50 | 113 | 375 |  21k| 375 | 812 |  43 | 636k|  22k| 0.000000e+00 |      --      |    Inf 
1356.71/1356.79	c  1357s|740000 | 13434 | 17300k|  23.4 |  39M|  50 |   - | 375 |  19k| 375 | 812 |  43 | 643k|  22k| 0.000000e+00 |      --      |    Inf 
1376.82/1376.84	c  1377s|750000 | 13642 | 17558k|  23.4 |  39M|  50 |  94 | 375 |  18k| 375 | 812 |  43 | 651k|  22k| 0.000000e+00 |      --      |    Inf 
1396.52/1396.57	c  1397s|760000 | 13853 | 17811k|  23.4 |  40M|  50 |   - | 375 |  19k| 375 | 812 |  43 | 659k|  22k| 0.000000e+00 |      --      |    Inf 
1415.73/1415.79	c  1416s|770000 | 13970 | 18055k|  23.4 |  40M|  50 |   - | 375 |  17k| 375 | 812 |  43 | 667k|  23k| 0.000000e+00 |      --      |    Inf 
1434.21/1434.24	c  1434s|780000 | 14145 | 18298k|  23.5 |  41M|  50 |   - | 375 |  20k| 375 | 812 |  43 | 676k|  23k| 0.000000e+00 |      --      |    Inf 
1454.32/1454.31	c  1454s|790000 | 14287 | 18548k|  23.5 |  41M|  50 | 111 | 375 |  18k| 375 | 812 |  43 | 684k|  23k| 0.000000e+00 |      --      |    Inf 
1472.42/1472.47	c  1472s|800000 | 14743 | 18788k|  23.5 |  42M|  50 |   - | 375 |  20k| 375 | 812 |  43 | 692k|  23k| 0.000000e+00 |      --      |    Inf 
1490.52/1490.57	c  1491s|810000 | 15038 | 19030k|  23.5 |  43M|  50 |   - | 375 |  21k|   0 |   0 |  43 | 700k|  23k| 0.000000e+00 |      --      |    Inf 
1509.92/1509.90	c  1510s|820000 | 15181 | 19280k|  23.5 |  44M|  50 |   - | 375 |  22k|   0 |   0 |  43 | 707k|  23k| 0.000000e+00 |      --      |    Inf 
1528.42/1528.47	c  1528s|830000 | 15140 | 19520k|  23.5 |  44M|  50 |   - | 375 |  23k| 375 | 812 |  43 | 715k|  23k| 0.000000e+00 |      --      |    Inf 
1547.52/1547.57	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1547.52/1547.57	c  1548s|840000 | 15120 | 19766k|  23.5 |  44M|  50 |  62 | 375 |  23k| 375 | 812 |  43 | 724k|  23k| 0.000000e+00 |      --      |    Inf 
1567.92/1567.99	c  1568s|850000 | 15222 | 20022k|  23.6 |  44M|  50 |   - | 375 |  22k| 375 | 812 |  43 | 731k|  24k| 0.000000e+00 |      --      |    Inf 
1588.32/1588.31	c  1588s|860000 | 15253 | 20271k|  23.6 |  43M|  50 | 106 | 375 |  20k| 375 | 812 |  43 | 740k|  24k| 0.000000e+00 |      --      |    Inf 
1607.62/1607.65	c  1608s|870000 | 15377 | 20518k|  23.6 |  44M|  50 |  74 | 375 |  20k| 375 | 812 |  43 | 748k|  24k| 0.000000e+00 |      --      |    Inf 
1627.52/1627.58	c  1628s|880000 | 15486 | 20760k|  23.6 |  43M|  50 |   - | 375 |  18k| 375 | 812 |  43 | 756k|  24k| 0.000000e+00 |      --      |    Inf 
1646.72/1646.75	c  1647s|890000 | 15584 | 21008k|  23.6 |  44M|  50 |   - | 375 |  20k| 375 | 812 |  43 | 765k|  24k| 0.000000e+00 |      --      |    Inf 
1663.72/1663.78	c  1664s|900000 | 15665 | 21233k|  23.6 |  45M|  50 |   - | 375 |  23k| 375 | 812 |  43 | 773k|  24k| 0.000000e+00 |      --      |    Inf 
1683.22/1683.29	c  1683s|910000 | 15743 | 21470k|  23.6 |  44M|  50 | 123 | 375 |  19k| 375 | 812 |  43 | 782k|  25k| 0.000000e+00 |      --      |    Inf 
1702.83/1702.87	c  1703s|920000 | 15856 | 21721k|  23.6 |  44M|  50 | 115 | 375 |  18k| 375 | 812 |  43 | 790k|  25k| 0.000000e+00 |      --      |    Inf 
1722.42/1722.45	c  1722s|930000 | 15937 | 21968k|  23.6 |  44M|  50 | 101 | 375 |  19k| 375 | 812 |  43 | 798k|  25k| 0.000000e+00 |      --      |    Inf 
1742.13/1742.18	c  1742s|940000 | 16026 | 22217k|  23.6 |  45M|  50 | 103 | 375 |  19k| 375 | 812 |  43 | 806k|  25k| 0.000000e+00 |      --      |    Inf 
1761.13/1761.14	c  1761s|950000 | 16454 | 22461k|  23.6 |  46M|  50 | 104 | 375 |  19k| 375 | 812 |  43 | 815k|  25k| 0.000000e+00 |      --      |    Inf 
1778.82/1778.84	c  1779s|960000 | 16756 | 22687k|  23.6 |  47M|  50 |   - | 375 |  21k| 375 | 812 |  43 | 824k|  25k| 0.000000e+00 |      --      |    Inf 
1797.03/1797.00	c 
1797.03/1797.00	c SCIP Status        : solving was interrupted [time limit reached]
1797.03/1797.00	c Solving Time (sec) : 1797.00
1797.03/1797.00	c Solving Nodes      : 969782
1797.03/1797.00	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1797.03/1797.00	c Dual Bound         : +0.00000000000000e+00
1797.03/1797.00	c Gap                : infinite
1797.03/1797.00	s UNKNOWN
1797.03/1797.00	c SCIP Status        : solving was interrupted [time limit reached]
1797.03/1797.00	c Total Time         :    1797.00
1797.03/1797.00	c   solving          :    1797.00
1797.03/1797.00	c   presolving       :       0.01 (included in solving)
1797.03/1797.00	c   reading          :       0.01 (included in solving)
1797.03/1797.00	c Original Problem   :
1797.03/1797.00	c   Problem name     : HOME/instance-3486365-1307795635.opb
1797.03/1797.00	c   Variables        : 600 (600 binary, 0 integer, 0 implicit integer, 0 continuous)
1797.03/1797.00	c   Constraints      : 830 initial, 830 maximal
1797.03/1797.00	c Presolved Problem  :
1797.03/1797.00	c   Problem name     : t_HOME/instance-3486365-1307795635.opb
1797.03/1797.00	c   Variables        : 375 (375 binary, 0 integer, 0 implicit integer, 0 continuous)
1797.03/1797.00	c   Constraints      : 785 initial, 24026 maximal
1797.03/1797.00	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1797.03/1797.00	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1797.03/1797.00	c   dualfix          :       0.00        225          0          0          0          0          0          0          0          0
1797.03/1797.00	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1797.03/1797.00	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1797.03/1797.00	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1797.03/1797.00	c   probing          :       0.00          0          0          0          0          0          0          0          0          0
1797.03/1797.00	c   setppc           :       0.00          0          0          0          0          0          0          0          0          0
1797.03/1797.00	c   linear           :       0.01          0          0          0          0          0         45          0          0          0
1797.03/1797.00	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
1797.03/1797.00	c   root node        :          -          0          -          -          0          -          -          -          -          -
1797.03/1797.00	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1797.03/1797.00	c   integral         :          0          0          0     524376          0          1          0        719       5289          0          0    1042484
1797.03/1797.00	c   setppc           :         95          5    4541198          0          1          0   19003099      12697   11934209          0          0          0
1797.03/1797.00	c   linear           :         15+         6    4528501          0          1          0    1489302      37814    1193166          8          0          0
1797.03/1797.00	c   logicor          :        675+         5    3175202          0          1          0   14136271      76429    6132873          0          0          0
1797.03/1797.00	c   countsols        :          0          0          0          0          1          0          0          0          0          0          0          0
1797.03/1797.00	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1797.03/1797.00	c   integral         :      78.19       0.00       0.00      78.19       0.00       0.00       0.00
1797.03/1797.00	c   setppc           :      20.61       0.00      17.18       0.00       0.00       0.00       3.43
1797.03/1797.00	c   linear           :      12.89       0.00      11.49       0.00       0.00       0.00       1.40
1797.03/1797.00	c   logicor          :     135.89       0.00     129.34       0.00       0.00       0.00       6.56
1797.03/1797.00	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1797.03/1797.00	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1797.03/1797.00	c   vbounds          :          0          0          0          0
1797.03/1797.00	c   rootredcost      :          0          0          0          0
1797.03/1797.00	c   pseudoobj        :          0          0          0          0
1797.03/1797.00	c Propagator Timings :  TotalTime  Propagate    Resprop
1797.03/1797.00	c   vbounds          :       0.55       0.55       0.00
1797.03/1797.00	c   rootredcost      :       0.57       0.57       0.00
1797.03/1797.00	c   pseudoobj        :       0.44       0.44       0.00
1797.03/1797.00	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1797.03/1797.00	c   propagation      :      10.44     126940     120746    1772346       42.6      10007       21.9          -
1797.03/1797.00	c   infeasible LP    :      54.56     368986     344480    6516355       49.7       9339       18.8          0
1797.03/1797.00	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1797.03/1797.00	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1797.03/1797.00	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1797.03/1797.00	c   applied globally :          -          -          -     826898       26.9          -          -          -
1797.03/1797.00	c   applied locally  :          -          -          -       6386       52.2          -          -          -
1797.03/1797.00	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1797.03/1797.00	c   cut pool         :       0.00          4          -          -        182          -    (maximal pool size: 621)
1797.03/1797.00	c   redcost          :       2.96     522343          0          0          0          0
1797.03/1797.00	c   impliedbounds    :       0.00          5          0          0          0          0
1797.03/1797.00	c   intobj           :       0.00          0          0          0          0          0
1797.03/1797.00	c   gomory           :       0.19          5          0          0       1063          0
1797.03/1797.00	c   cgmip            :       0.00          0          0          0          0          0
1797.03/1797.00	c   closecuts        :       0.00          0          0          0          0          0
1797.03/1797.00	c   strongcg         :       0.15          5          0          0       1175          0
1797.03/1797.00	c   cmir             :       0.00          0          0          0          0          0
1797.03/1797.00	c   flowcover        :       0.00          0          0          0          0          0
1797.03/1797.00	c   clique           :       0.00          5          0          0          0          0
1797.03/1797.00	c   zerohalf         :       0.00          0          0          0          0          0
1797.03/1797.00	c   mcf              :       0.00          1          0          0          0          0
1797.03/1797.00	c   oddcycle         :       0.00          0          0          0          0          0
1797.03/1797.00	c   rapidlearning    :       0.02          1          0          0          0         33
1797.03/1797.00	c Pricers            :       Time      Calls       Vars
1797.03/1797.00	c   problem variables:       0.00          0          0
1797.03/1797.00	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1797.03/1797.00	c   relpscost        :      77.85     524376        719       5289          0          0    1042484
1797.03/1797.00	c   pscost           :       0.00          0          0          0          0          0          0
1797.03/1797.00	c   inference        :       0.00          1          0          0          0          0          2
1797.03/1797.00	c   mostinf          :       0.00          0          0          0          0          0          0
1797.03/1797.00	c   leastinf         :       0.00          0          0          0          0          0          0
1797.03/1797.00	c   fullstrong       :       0.00          0          0          0          0          0          0
1797.03/1797.00	c   allfullstrong    :       0.00          0          0          0          0          0          0
1797.03/1797.00	c   random           :       0.00          0          0          0          0          0          0
1797.03/1797.00	c Primal Heuristics  :       Time      Calls      Found
1797.03/1797.00	c   LP solutions     :       0.00          -          0
1797.03/1797.00	c   pseudo solutions :       0.00          -          0
1797.03/1797.00	c   trivial          :       0.00          1          0
1797.03/1797.00	c   shiftandpropagate:       0.00          0          0
1797.03/1797.00	c   simplerounding   :       0.00          0          0
1797.03/1797.00	c   zirounding       :       0.00          0          0
1797.03/1797.00	c   rounding         :       0.00          0          0
1797.03/1797.00	c   shifting         :       0.00          0          0
1797.03/1797.00	c   intshifting      :       0.00          0          0
1797.03/1797.00	c   oneopt           :       0.00          0          0
1797.03/1797.00	c   twoopt           :       0.00          0          0
1797.03/1797.00	c   fixandinfer      :       0.00          0          0
1797.03/1797.00	c   feaspump         :       0.00          0          0
1797.03/1797.00	c   clique           :       0.00          0          0
1797.03/1797.00	c   coefdiving       :       0.00          0          0
1797.03/1797.00	c   pscostdiving     :       0.00          0          0
1797.03/1797.00	c   fracdiving       :       0.00          0          0
1797.03/1797.00	c   veclendiving     :       0.00          0          0
1797.03/1797.00	c   intdiving        :       0.00          0          0
1797.03/1797.00	c   actconsdiving    :       0.00          0          0
1797.03/1797.00	c   objpscostdiving  :       0.00          0          0
1797.03/1797.00	c   rootsoldiving    :       0.00          0          0
1797.03/1797.00	c   linesearchdiving :       0.00          0          0
1797.03/1797.00	c   guideddiving     :       0.00          0          0
1797.03/1797.00	c   octane           :       0.00          0          0
1797.03/1797.00	c   rens             :       0.00          0          0
1797.03/1797.00	c   rins             :       0.00          0          0
1797.03/1797.00	c   localbranching   :       0.00          0          0
1797.03/1797.00	c   mutation         :       0.00          0          0
1797.03/1797.00	c   crossover        :       0.00          0          0
1797.03/1797.00	c   dins             :       0.00          0          0
1797.03/1797.00	c   vbounds          :       0.00          0          0
1797.03/1797.00	c   undercover       :       0.00          0          0
1797.03/1797.00	c   subnlp           :       0.00          0          0
1797.03/1797.00	c   trysol           :       0.00          0          0
1797.03/1797.00	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1797.03/1797.00	c   primal LP        :       0.00          0          0       0.00          -
1797.03/1797.00	c   dual LP          :    1279.05     887219   22919079      25.83   17918.86
1797.03/1797.00	c   lex dual LP      :       0.00          0          0       0.00          -
1797.03/1797.00	c   barrier LP       :       0.00          0          0       0.00          -
1797.03/1797.00	c   diving/probing LP:       0.00          0          0       0.00          -
1797.03/1797.00	c   strong branching :      66.00      25971     990347      38.13   15005.87
1797.03/1797.00	c     (at root node) :          -         15       4979     331.93          -
1797.03/1797.00	c   conflict analysis:       0.00          0          0       0.00          -
1797.03/1797.00	c B&B Tree           :
1797.03/1797.00	c   number of runs   :          1
1797.03/1797.00	c   nodes            :     969782
1797.03/1797.00	c   nodes (total)    :     969782
1797.03/1797.00	c   nodes left       :      17051
1797.03/1797.00	c   max depth        :         50
1797.03/1797.00	c   max depth (total):         50
1797.03/1797.00	c   backtracks       :     223213 (23.0%)
1797.03/1797.00	c   delayed cutoffs  :      55654
1797.03/1797.00	c   repropagations   :     827952 (6431204 domain reductions, 48106 cutoffs)
1797.03/1797.00	c   avg switch length:       4.86
1797.03/1797.00	c   switching time   :     105.53
1797.03/1797.00	c Solution           :
1797.03/1797.00	c   Solutions found  :          0 (0 improvements)
1797.03/1797.00	c   Primal Bound     :          -
1797.03/1797.00	c   Dual Bound       : +0.00000000000000e+00
1797.03/1797.00	c   Gap              :   infinite
1797.03/1797.00	c   Root Dual Bound  : +0.00000000000000e+00
1797.03/1797.00	c   Root Iterations  :        568
1797.03/1797.08	c Time complete: 1797.11.

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 988)

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-3486365-1307795635/watcher-3486365-1307795635 -o /tmp/evaluation-result-3486365-1307795635/solver-3486365-1307795635 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3486365-1307795635.opb -t 1800 -m 15500 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.84 1.97 1.95 2/172 11520
/proc/meminfo: memFree=31652364/32950928 swapFree=67079488/67111528
[pid=11520] ppid=11518 vsize=9968 CPUtime=0 cores=1,3,5,7
/proc/11520/stat : 11520 (scip-2.0.1.4_2.) R 11518 11520 11354 0 -1 4202496 1495 0 0 0 0 0 0 0 25 0 1 0 891163131 10207232 1449 33554432000 4194304 8979876 140735852022800 18446744073709551615 7790414 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/11520/statm: 2492 1449 363 1169 0 1319 0

[startup+0.030096 s]
/proc/loadavg: 1.84 1.97 1.95 2/172 11520
/proc/meminfo: memFree=31652364/32950928 swapFree=67079488/67111528
[pid=11520] ppid=11518 vsize=20800 CPUtime=0.02 cores=1,3,5,7
/proc/11520/stat : 11520 (scip-2.0.1.4_2.) R 11518 11520 11354 0 -1 4202496 4310 0 0 0 2 0 0 0 25 0 1 0 891163131 21299200 4007 33554432000 4194304 8979876 140735852022800 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/11520/statm: 5200 4007 614 1169 0 4027 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 20800

[startup+0.101143 s]
/proc/loadavg: 1.84 1.97 1.95 2/172 11520
/proc/meminfo: memFree=31652364/32950928 swapFree=67079488/67111528
[pid=11520] ppid=11518 vsize=32852 CPUtime=0.09 cores=1,3,5,7
/proc/11520/stat : 11520 (scip-2.0.1.4_2.) R 11518 11520 11354 0 -1 4202496 7512 0 0 0 9 0 0 0 25 0 1 0 891163131 33640448 6852 33554432000 4194304 8979876 140735852022800 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/11520/statm: 8213 6852 672 1169 0 7040 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 32852

[startup+0.301047 s]
/proc/loadavg: 1.84 1.97 1.95 2/172 11520
/proc/meminfo: memFree=31652364/32950928 swapFree=67079488/67111528
[pid=11520] ppid=11518 vsize=32852 CPUtime=0.29 cores=1,3,5,7
/proc/11520/stat : 11520 (scip-2.0.1.4_2.) R 11518 11520 11354 0 -1 4202496 7536 0 0 0 28 1 0 0 25 0 1 0 891163131 33640448 6876 33554432000 4194304 8979876 140735852022800 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/11520/statm: 8213 6876 672 1169 0 7040 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 32852

[startup+0.700977 s]
/proc/loadavg: 1.84 1.97 1.95 2/172 11520
/proc/meminfo: memFree=31652364/32950928 swapFree=67079488/67111528
[pid=11520] ppid=11518 vsize=32920 CPUtime=0.69 cores=1,3,5,7
/proc/11520/stat : 11520 (scip-2.0.1.4_2.) R 11518 11520 11354 0 -1 4202496 7554 0 0 0 67 2 0 0 25 0 1 0 891163131 33710080 6894 33554432000 4194304 8979876 140735852022800 18446744073709551615 7146198 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/11520/statm: 8230 6894 674 1169 0 7057 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 32920

[startup+1.50084 s]
/proc/loadavg: 1.84 1.97 1.95 3/178 11530
/proc/meminfo: memFree=31593324/32950928 swapFree=67079488/67111528
[pid=11520] ppid=11518 vsize=32920 CPUtime=1.49 cores=1,3,5,7
/proc/11520/stat : 11520 (scip-2.0.1.4_2.) R 11518 11520 11354 0 -1 4202496 7554 0 0 0 142 7 0 0 25 0 1 0 891163131 33710080 6894 33554432000 4194304 8979876 140735852022800 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/11520/statm: 8230 6894 674 1169 0 7057 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 32920

[startup+3.10055 s]
/proc/loadavg: 1.84 1.97 1.95 3/178 11530
/proc/meminfo: memFree=31592580/32950928 swapFree=67079488/67111528
[pid=11520] ppid=11518 vsize=32920 CPUtime=3.09 cores=1,3,5,7
/proc/11520/stat : 11520 (scip-2.0.1.4_2.) R 11518 11520 11354 0 -1 4202496 7554 0 0 0 295 14 0 0 25 0 1 0 891163131 33710080 6894 33554432000 4194304 8979876 140735852022800 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/11520/statm: 8230 6894 674 1169 0 7057 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 32920

[startup+6.30099 s]
/proc/loadavg: 1.85 1.97 1.95 3/178 11530
/proc/meminfo: memFree=31591728/32950928 swapFree=67079488/67111528
[pid=11520] ppid=11518 vsize=32920 CPUtime=6.29 cores=1,3,5,7
/proc/11520/stat : 11520 (scip-2.0.1.4_2.) R 11518 11520 11354 0 -1 4202496 7554 0 0 0 597 32 0 0 25 0 1 0 891163131 33710080 6894 33554432000 4194304 8979876 140735852022800 18446744073709551615 7180111 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/11520/statm: 8230 6894 674 1169 0 7057 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 32920

[startup+12.7009 s]
/proc/loadavg: 1.86 1.97 1.95 3/178 11530
/proc/meminfo: memFree=31591380/32950928 swapFree=67079488/67111528
[pid=11520] ppid=11518 vsize=32920 CPUtime=12.69 cores=1,3,5,7
/proc/11520/stat : 11520 (scip-2.0.1.4_2.) R 11518 11520 11354 0 -1 4202496 7614 0 0 0 1198 71 0 0 25 0 1 0 891163131 33710080 6954 33554432000 4194304 8979876 140735852022800 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/11520/statm: 8230 6954 677 1169 0 7057 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 32920

[startup+25.5006 s]
/proc/loadavg: 1.89 1.97 1.95 3/178 11530
/proc/meminfo: memFree=31591980/32950928 swapFree=67079488/67111528
[pid=11520] ppid=11518 vsize=32920 CPUtime=25.49 cores=1,3,5,7
/proc/11520/stat : 11520 (scip-2.0.1.4_2.) R 11518 11520 11354 0 -1 4202496 7695 0 0 0 2393 156 0 0 25 0 1 0 891163131 33710080 7035 33554432000 4194304 8979876 140735852022800 18446744073709551615 5381809 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/11520/statm: 8230 7035 677 1169 0 7057 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 32920

[startup+51.1001 s]
/proc/loadavg: 1.93 1.97 1.95 3/178 11531
/proc/meminfo: memFree=31589060/32950928 swapFree=67079488/67111528
[pid=11520] ppid=11518 vsize=35332 CPUtime=51.09 cores=1,3,5,7
/proc/11520/stat : 11520 (scip-2.0.1.4_2.) R 11518 11520 11354 0 -1 4202496 8485 0 0 0 4802 307 0 0 25 0 1 0 891163131 36179968 7823 33554432000 4194304 8979876 140735852022800 18446744073709551615 6445633 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/11520/statm: 8833 7823 677 1169 0 7660 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 35332

[startup+102.306 s]
/proc/loadavg: 1.97 1.97 1.95 3/178 11532
/proc/meminfo: memFree=31583204/32950928 swapFree=67079488/67111528
[pid=11520] ppid=11518 vsize=39944 CPUtime=102.3 cores=1,3,5,7
/proc/11520/stat : 11520 (scip-2.0.1.4_2.) R 11518 11520 11354 0 -1 4202496 9647 0 0 0 9618 612 0 0 25 0 1 0 891163131 40902656 8972 33554432000 4194304 8979876 140735852022800 18446744073709551615 4318205 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/11520/statm: 9986 8972 677 1169 0 8813 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 39944

[startup+162.301 s]
/proc/loadavg: 1.99 1.97 1.95 3/178 11534
/proc/meminfo: memFree=31576840/32950928 swapFree=67079488/67111528
[pid=11520] ppid=11518 vsize=45148 CPUtime=162.3 cores=1,3,5,7
/proc/11520/stat : 11520 (scip-2.0.1.4_2.) R 11518 11520 11354 0 -1 4202496 10857 0 0 0 15272 958 0 0 25 0 1 0 891163131 46231552 10180 33554432000 4194304 8979876 140735852022800 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/11520/statm: 11287 10180 677 1169 0 10114 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 45148

[startup+222.301 s]
/proc/loadavg: 1.99 1.97 1.95 3/178 11536
/proc/meminfo: memFree=31571688/32950928 swapFree=67079488/67111528
[pid=11520] ppid=11518 vsize=47584 CPUtime=222.3 cores=1,3,5,7
/proc/11520/stat : 11520 (scip-2.0.1.4_2.) R 11518 11520 11354 0 -1 4202496 11530 0 0 0 20916 1314 0 0 25 0 1 0 891163131 48726016 10851 33554432000 4194304 8979876 140735852022800 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/11520/statm: 11896 10851 677 1169 0 10723 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 47584

[startup+282.3 s]
/proc/loadavg: 1.99 1.97 1.95 3/178 11537
/proc/meminfo: memFree=31566936/32950928 swapFree=67079488/67111528
[pid=11520] ppid=11518 vsize=48956 CPUtime=282.29 cores=1,3,5,7
/proc/11520/stat : 11520 (scip-2.0.1.4_2.) R 11518 11520 11354 0 -1 4202496 11871 0 0 0 26568 1661 0 0 25 0 1 0 891163131 50130944 11192 33554432000 4194304 8979876 140735852022800 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/11520/statm: 12239 11192 677 1169 0 11066 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 48956

[startup+342.301 s]
/proc/loadavg: 1.99 1.97 1.95 3/178 11539
/proc/meminfo: memFree=31560700/32950928 swapFree=67079488/67111528
[pid=11520] ppid=11518 vsize=52104 CPUtime=342.29 cores=1,3,5,7
/proc/11520/stat : 11520 (scip-2.0.1.4_2.) R 11518 11520 11354 0 -1 4202496 12651 0 0 0 32228 2001 0 0 25 0 1 0 891163131 53354496 11963 33554432000 4194304 8979876 140735852022800 18446744073709551615 5371771 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11520/statm: 13026 11963 677 1169 0 11853 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 52104

[startup+402.3 s]
/proc/loadavg: 1.99 1.97 1.95 3/178 11540
/proc/meminfo: memFree=31558672/32950928 swapFree=67079488/67111528
[pid=11520] ppid=11518 vsize=52516 CPUtime=402.29 cores=1,3,5,7
/proc/11520/stat : 11520 (scip-2.0.1.4_2.) R 11518 11520 11354 0 -1 4202496 12814 0 0 0 37873 2356 0 0 25 0 1 0 891163131 53776384 12126 33554432000 4194304 8979876 140735852022800 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/11520/statm: 13129 12126 677 1169 0 11956 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 52516

[startup+462.301 s]
/proc/loadavg: 2.04 1.99 1.95 3/178 11542
/proc/meminfo: memFree=31552448/32950928 swapFree=67079488/67111528
[pid=11520] ppid=11518 vsize=55708 CPUtime=462.3 cores=1,3,5,7
/proc/11520/stat : 11520 (scip-2.0.1.4_2.) R 11518 11520 11354 0 -1 4202496 13624 0 0 0 43534 2696 0 0 25 0 1 0 891163131 57044992 12936 33554432000 4194304 8979876 140735852022800 18446744073709551615 5381765 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/11520/statm: 13927 12936 677 1169 0 12754 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 55708

[startup+522.3 s]
/proc/loadavg: 2.01 1.99 1.95 3/178 11544
/proc/meminfo: memFree=31550788/32950928 swapFree=67079488/67111528
[pid=11520] ppid=11518 vsize=56512 CPUtime=522.3 cores=1,3,5,7
/proc/11520/stat : 11520 (scip-2.0.1.4_2.) R 11518 11520 11354 0 -1 4202496 13803 0 0 0 49191 3039 0 0 25 0 1 0 891163131 57868288 13115 33554432000 4194304 8979876 140735852022800 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/11520/statm: 14128 13115 677 1169 0 12955 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 56512

[startup+582.301 s]
/proc/loadavg: 2.00 1.99 1.95 3/178 11545
/proc/meminfo: memFree=31547528/32950928 swapFree=67079488/67111528
[pid=11520] ppid=11518 vsize=58968 CPUtime=582.3 cores=1,3,5,7
/proc/11520/stat : 11520 (scip-2.0.1.4_2.) R 11518 11520 11354 0 -1 4202496 14431 0 0 0 54847 3383 0 0 25 0 1 0 891163131 60383232 13732 33554432000 4194304 8979876 140735852022800 18446744073709551615 6446084 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/11520/statm: 14742 13732 677 1169 0 13569 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 58968

[startup+642.301 s]

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

/proc/meminfo: memFree=31523492/32950928 swapFree=67079488/67111528
[pid=11520] ppid=11518 vsize=71792 CPUtime=1122.31 cores=1,3,5,7
/proc/11520/stat : 11520 (scip-2.0.1.4_2.) R 11518 11520 11354 0 -1 4202496 17448 0 0 0 105818 6413 0 0 25 0 1 0 891163131 73515008 16735 33554432000 4194304 8979876 140735852022800 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/11520/statm: 17948 16735 677 1169 0 16775 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 71792

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 11561
/proc/meminfo: memFree=31521224/32950928 swapFree=67079488/67111528
[pid=11520] ppid=11518 vsize=73024 CPUtime=1182.31 cores=1,3,5,7
/proc/11520/stat : 11520 (scip-2.0.1.4_2.) R 11518 11520 11354 0 -1 4202496 17797 0 0 0 111489 6742 0 0 25 0 1 0 891163131 74776576 17084 33554432000 4194304 8979876 140735852022800 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/11520/statm: 18256 17084 677 1169 0 17083 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 73024

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 11563
/proc/meminfo: memFree=31517724/32950928 swapFree=67079488/67111528
[pid=11520] ppid=11518 vsize=73828 CPUtime=1242.31 cores=1,3,5,7
/proc/11520/stat : 11520 (scip-2.0.1.4_2.) R 11518 11520 11354 0 -1 4202496 18012 0 0 0 117149 7082 0 0 25 0 1 0 891163131 75599872 17299 33554432000 4194304 8979876 140735852022800 18446744073709551615 6459956 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/11520/statm: 18457 17299 677 1169 0 17284 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 73828

[startup+1302.3 s]
/proc/loadavg: 2.04 2.01 1.96 3/178 11564
/proc/meminfo: memFree=31516084/32950928 swapFree=67079488/67111528
[pid=11520] ppid=11518 vsize=74908 CPUtime=1302.32 cores=1,3,5,7
/proc/11520/stat : 11520 (scip-2.0.1.4_2.) R 11518 11520 11354 0 -1 4202496 18285 0 0 0 122817 7415 0 0 25 0 1 0 891163131 76705792 17572 33554432000 4194304 8979876 140735852022800 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/11520/statm: 18727 17572 677 1169 0 17554 0
Current children cumulated CPU time (s) 1302.32
Current children cumulated vsize (KiB) 74908

[startup+1362.3 s]
/proc/loadavg: 2.01 2.01 1.96 3/178 11566
/proc/meminfo: memFree=31512568/32950928 swapFree=67079488/67111528
[pid=11520] ppid=11518 vsize=76572 CPUtime=1362.32 cores=1,3,5,7
/proc/11520/stat : 11520 (scip-2.0.1.4_2.) R 11518 11520 11354 0 -1 4202496 18729 0 0 0 128481 7751 0 0 25 0 1 0 891163131 78409728 18016 33554432000 4194304 8979876 140735852022800 18446744073709551615 4653712 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/11520/statm: 19143 18016 677 1169 0 17970 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 76572

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 11568
/proc/meminfo: memFree=31511276/32950928 swapFree=67079488/67111528
[pid=11520] ppid=11518 vsize=77244 CPUtime=1422.33 cores=1,3,5,7
/proc/11520/stat : 11520 (scip-2.0.1.4_2.) R 11518 11520 11354 0 -1 4202496 18907 0 0 0 134141 8092 0 0 25 0 1 0 891163131 79097856 18194 33554432000 4194304 8979876 140735852022800 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/11520/statm: 19311 18194 677 1169 0 18138 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 77244

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 11569
/proc/meminfo: memFree=31508516/32950928 swapFree=67079488/67111528
[pid=11520] ppid=11518 vsize=80092 CPUtime=1482.32 cores=1,3,5,7
/proc/11520/stat : 11520 (scip-2.0.1.4_2.) R 11518 11520 11354 0 -1 4202496 19564 0 0 0 139815 8417 0 0 25 0 1 0 891163131 82014208 18851 33554432000 4194304 8979876 140735852022800 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/11520/statm: 20023 18851 677 1169 0 18850 0
Current children cumulated CPU time (s) 1482.32
Current children cumulated vsize (KiB) 80092

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 11571
/proc/meminfo: memFree=31506372/32950928 swapFree=67079488/67111528
[pid=11520] ppid=11518 vsize=81572 CPUtime=1542.32 cores=1,3,5,7
/proc/11520/stat : 11520 (scip-2.0.1.4_2.) R 11518 11520 11354 0 -1 4202496 19980 0 0 0 145476 8756 0 0 25 0 1 0 891163131 83529728 19267 33554432000 4194304 8979876 140735852022800 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/11520/statm: 20393 19267 677 1169 0 19220 0
Current children cumulated CPU time (s) 1542.32
Current children cumulated vsize (KiB) 81572

[startup+1602.3 s]
/proc/loadavg: 2.03 2.01 1.97 3/178 11572
/proc/meminfo: memFree=31504612/32950928 swapFree=67079488/67111528
[pid=11520] ppid=11518 vsize=82632 CPUtime=1602.32 cores=1,3,5,7
/proc/11520/stat : 11520 (scip-2.0.1.4_2.) R 11518 11520 11354 0 -1 4202496 20272 0 0 0 151157 9075 0 0 25 0 1 0 891163131 84615168 19559 33554432000 4194304 8979876 140735852022800 18446744073709551615 6445550 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/11520/statm: 20658 19559 677 1169 0 19485 0
Current children cumulated CPU time (s) 1602.32
Current children cumulated vsize (KiB) 82632

[startup+1662.3 s]
/proc/loadavg: 2.01 2.01 1.97 3/178 11583
/proc/meminfo: memFree=31502548/32950928 swapFree=67079488/67111528
[pid=11520] ppid=11518 vsize=84300 CPUtime=1662.32 cores=1,3,5,7
/proc/11520/stat : 11520 (scip-2.0.1.4_2.) R 11518 11520 11354 0 -1 4202496 20672 0 0 0 156825 9407 0 0 25 0 1 0 891163131 86323200 19959 33554432000 4194304 8979876 140735852022800 18446744073709551615 5381791 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/11520/statm: 21075 19959 677 1169 0 19902 0
Current children cumulated CPU time (s) 1662.32
Current children cumulated vsize (KiB) 84300

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 11585
/proc/meminfo: memFree=31502260/32950928 swapFree=67079488/67111528
[pid=11520] ppid=11518 vsize=84472 CPUtime=1722.32 cores=1,3,5,7
/proc/11520/stat : 11520 (scip-2.0.1.4_2.) R 11518 11520 11354 0 -1 4202496 20728 0 0 0 162503 9729 0 0 25 0 1 0 891163131 86499328 20015 33554432000 4194304 8979876 140735852022800 18446744073709551615 7164581 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/11520/statm: 21118 20015 677 1169 0 19945 0
Current children cumulated CPU time (s) 1722.32
Current children cumulated vsize (KiB) 84472

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 11586
/proc/meminfo: memFree=31501344/32950928 swapFree=67079488/67111528
[pid=11520] ppid=11518 vsize=84472 CPUtime=1782.32 cores=1,3,5,7
/proc/11520/stat : 11520 (scip-2.0.1.4_2.) R 11518 11520 11354 0 -1 4202496 20752 0 0 0 168181 10051 0 0 25 0 1 0 891163131 86499328 20039 33554432000 4194304 8979876 140735852022800 18446744073709551615 4321440 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/11520/statm: 21118 20039 677 1169 0 19945 0
Current children cumulated CPU time (s) 1782.32
Current children cumulated vsize (KiB) 84472

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

[startup+1785.5 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 11586
/proc/meminfo: memFree=31501464/32950928 swapFree=67079488/67111528
[pid=11520] ppid=11518 vsize=84472 CPUtime=1785.53 cores=1,3,5,7
/proc/11520/stat : 11520 (scip-2.0.1.4_2.) R 11518 11520 11354 0 -1 4202496 20753 0 0 0 168487 10066 0 0 25 0 1 0 891163131 86499328 20040 33554432000 4194304 8979876 140735852022800 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/11520/statm: 21118 20040 677 1169 0 19945 0
Current children cumulated CPU time (s) 1785.53
Current children cumulated vsize (KiB) 84472

[startup+1791.91 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 11586
/proc/meminfo: memFree=31500968/32950928 swapFree=67079488/67111528
[pid=11520] ppid=11518 vsize=84800 CPUtime=1791.93 cores=1,3,5,7
/proc/11520/stat : 11520 (scip-2.0.1.4_2.) R 11518 11520 11354 0 -1 4202496 20832 0 0 0 169093 10100 0 0 25 0 1 0 891163131 86835200 20119 33554432000 4194304 8979876 140735852022800 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/11520/statm: 21200 20119 677 1169 0 20027 0
Current children cumulated CPU time (s) 1791.93
Current children cumulated vsize (KiB) 84800

[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 11587
/proc/meminfo: memFree=31500968/32950928 swapFree=67079488/67111528
[pid=11520] ppid=11518 vsize=84800 CPUtime=1795.13 cores=1,3,5,7
/proc/11520/stat : 11520 (scip-2.0.1.4_2.) R 11518 11520 11354 0 -1 4202496 20832 0 0 0 169392 10121 0 0 25 0 1 0 891163131 86835200 20119 33554432000 4194304 8979876 140735852022800 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/11520/statm: 21200 20119 677 1169 0 20027 0
Current children cumulated CPU time (s) 1795.13
Current children cumulated vsize (KiB) 84800

[startup+1795.9 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 11587
/proc/meminfo: memFree=31500968/32950928 swapFree=67079488/67111528
[pid=11520] ppid=11518 vsize=85048 CPUtime=1795.93 cores=1,3,5,7
/proc/11520/stat : 11520 (scip-2.0.1.4_2.) R 11518 11520 11354 0 -1 4202496 20894 0 0 0 169468 10125 0 0 25 0 1 0 891163131 87089152 20181 33554432000 4194304 8979876 140735852022800 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/11520/statm: 21262 20181 677 1169 0 20089 0
Current children cumulated CPU time (s) 1795.93
Current children cumulated vsize (KiB) 85048

[startup+1796.7 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 11587
/proc/meminfo: memFree=31500720/32950928 swapFree=67079488/67111528
[pid=11520] ppid=11518 vsize=85188 CPUtime=1796.72 cores=1,3,5,7
/proc/11520/stat : 11520 (scip-2.0.1.4_2.) R 11518 11520 11354 0 -1 4202496 20901 0 0 0 169543 10129 0 0 25 0 1 0 891163131 87232512 20188 33554432000 4194304 8979876 140735852022800 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/11520/statm: 21297 20188 677 1169 0 20124 0
Current children cumulated CPU time (s) 1796.72
Current children cumulated vsize (KiB) 85188

[startup+1796.9 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 11587
/proc/meminfo: memFree=31500720/32950928 swapFree=67079488/67111528
[pid=11520] ppid=11518 vsize=85188 CPUtime=1796.92 cores=1,3,5,7
/proc/11520/stat : 11520 (scip-2.0.1.4_2.) R 11518 11520 11354 0 -1 4202496 20901 0 0 0 169562 10130 0 0 25 0 1 0 891163131 87232512 20188 33554432000 4194304 8979876 140735852022800 18446744073709551615 5381809 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/11520/statm: 21297 20188 677 1169 0 20124 0
Current children cumulated CPU time (s) 1796.92
Current children cumulated vsize (KiB) 85188

[startup+1797 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 11587
/proc/meminfo: memFree=31500720/32950928 swapFree=67079488/67111528
[pid=11520] ppid=11518 vsize=85188 CPUtime=1797.03 cores=1,3,5,7
/proc/11520/stat : 11520 (scip-2.0.1.4_2.) R 11518 11520 11354 0 -1 4202496 20902 0 0 0 169572 10131 0 0 25 0 1 0 891163131 87232512 20189 33554432000 4194304 8979876 140735852022800 18446744073709551615 5371793 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/11520/statm: 21297 20189 678 1169 0 20124 0
Current children cumulated CPU time (s) 1797.03
Current children cumulated vsize (KiB) 85188

Child status: 0
Real time (s): 1797.09
CPU time (s): 1797.12
CPU user time (s): 1695.8
CPU system time (s): 101.316
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 85188

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

runsolver used 2.52362 second user time and 5.8961 second system time

The end

Launcher Data

Begin job on node125 at 2011-06-11 14:33:55
IDJOB=3486365
IDBENCH=89818
IDSOLVER=1977
FILE ID=node125/3486365-1307795635
RUNJOBID= node125-1307793832-11373
PBS_JOBID= 13550913
Free space on /tmp= 74032 MiB

SOLVER NAME= SCIP spx 2 2011-06-10 (fixed)
BENCH NAME= PB11/normalized-PB11/DEC-SMALLINT-LIN/heinz/normalized-neos-820146.opb
COMMAND LINE= HOME/scip-2.0.1.4_2.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3486365-1307795635/watcher-3486365-1307795635 -o /tmp/evaluation-result-3486365-1307795635/solver-3486365-1307795635 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3486365-1307795635.opb -t 1800 -m 15500

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

MD5SUM BENCH= 04a6efcac49375b9407fbc5f15fae5c7
RANDOM SEED=1460996789

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      31655520 kB
Buffers:        295260 kB
Cached:         766300 kB
SwapCached:       3400 kB
Active:         511696 kB
Inactive:       586404 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      31655520 kB
SwapTotal:    67111528 kB
SwapFree:     67079488 kB
Dirty:           31468 kB
Writeback:           0 kB
AnonPages:       35448 kB
Mapped:          13732 kB
Slab:           133056 kB
PageTables:       4644 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   191004 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73996 MiB
End job on node125 at 2011-06-11 15:03:52